++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Sep 18 01:51:11 AM UTC 2025 ===================' INFO: =================== Thu Sep 18 01:51:11 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 +++++ awk '{print $2}' +++++ grep -o 'dev.*' +++++ ip route get 1 ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ head -n 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 +++ 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.22,10.0.0.41 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.56,10.0.0.22,10.0.0.41 ++ ANALYTICSDB_NODES=10.0.0.56,10.0.0.22,10.0.0.41 ++ ANALYTICS_SNMP_NODES=10.0.0.56,10.0.0.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:8081 10.0.0.41:8081 ' ']' +++ echo '10.0.0.56:8081 10.0.0.22:8081 10.0.0.41:8081' ++ ANALYTICS_SERVERS='10.0.0.56:8081 10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:9042 10.0.0.41:9042 ' ']' +++ echo '10.0.0.56:9042 10.0.0.22:9042 10.0.0.41:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.56:9042 10.0.0.22:9042 10.0.0.41:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.56,10.0.0.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:8086 10.0.0.41:8086 ' ']' +++ echo '10.0.0.56:8086 10.0.0.22:8086 10.0.0.41:8086' ++ COLLECTOR_SERVERS='10.0.0.56:8086 10.0.0.22: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.22,10.0.0.41 ++ CONFIGDB_NODES=10.0.0.56,10.0.0.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:8082 10.0.0.41:8082 ' ']' +++ echo '10.0.0.56:8082 10.0.0.22:8082 10.0.0.41:8082' ++ CONFIG_SERVERS='10.0.0.56:8082 10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:9161 10.0.0.41:9161 ' ']' +++ echo '10.0.0.56:9161 10.0.0.22:9161 10.0.0.41:9161' ++ CONFIGDB_SERVERS='10.0.0.56:9161 10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:9041 10.0.0.41:9041 ' ']' +++ echo '10.0.0.56:9041 10.0.0.22:9041 10.0.0.41:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.56:9041 10.0.0.22: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.17,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.17,10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.56,10.0.0.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:2181,10.0.0.41:2181, ']' +++ echo 10.0.0.56:2181,10.0.0.22:2181,10.0.0.41:2181 ++ ZOOKEEPER_SERVERS=10.0.0.56:2181,10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:2181 10.0.0.41:2181 ' ']' +++ echo '10.0.0.56:2181 10.0.0.22:2181 10.0.0.41:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.56:2181 10.0.0.22:2181 10.0.0.41:2181' ++ RABBITMQ_NODES=10.0.0.56,10.0.0.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:5673,10.0.0.41:5673, ']' +++ echo 10.0.0.56:5673,10.0.0.22:5673,10.0.0.41:5673 ++ RABBITMQ_SERVERS=10.0.0.56:5673,10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:6379 10.0.0.41:6379 ' ']' +++ echo '10.0.0.56:6379 10.0.0.22:6379 10.0.0.41:6379' ++ REDIS_SERVERS='10.0.0.56:6379 10.0.0.22: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.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:9092 10.0.0.41:9092 ' ']' +++ echo '10.0.0.56:9092 10.0.0.22:9092 10.0.0.41:9092' ++ KAFKA_SERVERS='10.0.0.56:9092 10.0.0.22: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.22,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.22,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.22,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 +++ find_my_ip_and_order_for_node_list 10.0.0.56,10.0.0.22,10.0.0.41 +++ local servers=10.0.0.56,10.0.0.22,10.0.0.41 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ tr '\n' , ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ uniq ++++ grep -vi host ++++ sort ++++ awk '/32 host/ { print f } {f=$2}' +++ local local_ips=,10.0.0.41,10.20.0.14,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.56'\''))' +++ local server_ip=10.0.0.56 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.56 ]] +++ [[ ,10.0.0.41,10.20.0.14,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.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.41,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.41'\''))' +++ local server_ip=10.0.0.41 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.41 ]] +++ [[ ,10.0.0.41,10.20.0.14,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.22:9041 10.0.0.41:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.56:9041 10.0.0.22: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: 09/18/2025 01:51:20.983 7f3a3e749c00 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 09/18/2025 01:51:21.135 7f3a3e749c00 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 09/18/2025 01:51:21.147 7f3a3e749c00 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 09/18/2025 01:51:21.147 7f3a3e749c00 [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-09-18 01:51:45] "GET / HTTP/1.1" 503 181 0.000279 10.0.0.41 - - [2025-09-18 01:51:45] "GET / HTTP/1.1" 503 181 0.000327 10.0.0.56 - - [2025-09-18 01:51:46] "GET / HTTP/1.1" 200 35931 0.001379 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-09-18 01:51:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000423 10.0.0.41 - - [2025-09-18 01:51:46] "GET / HTTP/1.1" 200 45871 0.001250 10.0.0.41 - - [2025-09-18 01:51:46] "GET / HTTP/1.1" 200 45871 0.000930 10.0.0.41 - - [2025-09-18 01:51:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000298 10.0.0.41 - - [2025-09-18 01:51:46] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000209 10.0.0.22 - - [2025-09-18 01:51:47] "GET / HTTP/1.1" 200 35931 0.001362 10.0.0.22 - - [2025-09-18 01:51:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000458 10.0.0.41 - - [2025-09-18 01:51:47] "GET / HTTP/1.1" 200 35931 0.001148 10.0.0.41 - - [2025-09-18 01:51:47] "GET / HTTP/1.1" 200 35931 0.001318 10.0.0.22 - - [2025-09-18 01:51:48] "GET / HTTP/1.1" 200 35931 0.001379 10.0.0.56 - - [2025-09-18 01:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 1.624247 10.0.0.56 - - [2025-09-18 01:51:48] "GET /global-system-config/aee5c6de-1ab0-4a02-98ca-599266c651ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006679 10.0.0.22 - - [2025-09-18 01:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.115520 10.0.0.22 - - [2025-09-18 01:51:48] "GET /global-system-config/aee5c6de-1ab0-4a02-98ca-599266c651ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007058 10.0.0.22 - - [2025-09-18 01:51:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000280 10.0.0.41 - - [2025-09-18 01:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.899658 10.0.0.56 - - [2025-09-18 01:51:48] "POST /fqname-to-id HTTP/1.1" 404 220 0.006493 10.0.0.41 - - [2025-09-18 01:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004700 10.0.0.41 - - [2025-09-18 01:51:48] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.536006 10.0.0.41 - - [2025-09-18 01:51:48] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.009831 10.0.0.22 - - [2025-09-18 01:51:48] "POST /fqname-to-id HTTP/1.1" 404 220 0.004046 10.0.0.56 - - [2025-09-18 01:51:48] "POST /config-nodes HTTP/1.1" 200 599 0.068894 10.0.0.22 - - [2025-09-18 01:51:48] "POST /config-database-nodes HTTP/1.1" 200 617 0.059064 10.0.0.41 - - [2025-09-18 01:51:48] "GET / HTTP/1.1" 200 35931 0.001312 10.0.0.41 - - [2025-09-18 01:51:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000330 10.0.0.56 - - [2025-09-18 01:51:49] "GET / HTTP/1.1" 200 35931 0.001736 10.0.0.56 - - [2025-09-18 01:51:49] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000355 10.0.0.22 - - [2025-09-18 01:51:49] "POST /fqname-to-id HTTP/1.1" 404 186 0.906494 10.0.0.22 - - [2025-09-18 01:51:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004425 10.0.0.41 - - [2025-09-18 01:51:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.530583 10.0.0.41 - - [2025-09-18 01:51:49] "GET /global-system-config/aee5c6de-1ab0-4a02-98ca-599266c651ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006045 10.0.0.22 - - [2025-09-18 01:51:49] "GET /global-system-config/aee5c6de-1ab0-4a02-98ca-599266c651ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008248 10.0.0.41 - - [2025-09-18 01:51:49] "POST /fqname-to-id HTTP/1.1" 404 220 0.003985 10.0.0.22 - - [2025-09-18 01:51:49] "POST /service-appliance-sets HTTP/1.1" 200 553 0.057347 10.0.0.41 - - [2025-09-18 01:51:49] "POST /config-database-nodes HTTP/1.1" 200 617 0.055396 10.0.0.22 - - [2025-09-18 01:51:49] "POST /fqname-to-id HTTP/1.1" 404 180 0.003419 10.0.0.22 - - [2025-09-18 01:51:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.22 - - [2025-09-18 01:51:49] "GET /global-system-config/aee5c6de-1ab0-4a02-98ca-599266c651ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.015545 /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.22 - - [2025-09-18 01:51:50] "POST /service-appliance-sets HTTP/1.1" 200 541 0.060858 10.0.0.56 - - [2025-09-18 01:51:50] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.050147 10.0.0.22 - - [2025-09-18 01:51:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.22 - - [2025-09-18 01:51:50] "GET /network-ipam/dcb078b9-5d01-41ba-bbea-a89a4a935d3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.008684 10.0.0.22 - - [2025-09-18 01:51:50] "POST /service-templates HTTP/1.1" 200 511 0.079504 10.0.0.22 - - [2025-09-18 01:51:50] "POST /service-templates HTTP/1.1" 200 501 0.044124 10.0.0.22 - - [2025-09-18 01:51:50] "POST /service-templates HTTP/1.1" 200 515 0.034822 10.0.0.22 - - [2025-09-18 01:51:50] "POST /service-templates HTTP/1.1" 200 535 0.041982 10.0.0.22 - - [2025-09-18 01:51:50] "POST /service-templates HTTP/1.1" 200 507 0.051047 10.0.0.41 - - [2025-09-18 01:51:51] "GET / HTTP/1.1" 200 35931 0.001309 10.0.0.41 - - [2025-09-18 01:51:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000380 10.0.0.22 - - [2025-09-18 01:51:51] "GET / HTTP/1.1" 200 35931 0.001367 10.0.0.22 - - [2025-09-18 01:51:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000377 10.0.0.56 - - [2025-09-18 01:51:52] "GET / HTTP/1.1" 200 35931 0.001564 10.0.0.56 - - [2025-09-18 01:51:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000342 10.0.0.41 - - [2025-09-18 01:51:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.527019 10.0.0.41 - - [2025-09-18 01:51:52] "GET /global-system-config/aee5c6de-1ab0-4a02-98ca-599266c651ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007168 10.0.0.41 - - [2025-09-18 01:51:52] "POST /fqname-to-id HTTP/1.1" 404 220 0.005391 10.0.0.41 - - [2025-09-18 01:51:52] "POST /config-nodes HTTP/1.1" 200 599 0.044548 10.0.0.22 - - [2025-09-18 01:51:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.422712 10.0.0.22 - - [2025-09-18 01:51:52] "GET /global-system-config/aee5c6de-1ab0-4a02-98ca-599266c651ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007121 10.0.0.56 - - [2025-09-18 01:51:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.041781 10.0.0.56 - - [2025-09-18 01:51:52] "GET /global-system-config/aee5c6de-1ab0-4a02-98ca-599266c651ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007955 10.0.0.22 - - [2025-09-18 01:51:52] "POST /fqname-to-id HTTP/1.1" 404 220 0.004366 10.0.0.56 - - [2025-09-18 01:51:52] "POST /fqname-to-id HTTP/1.1" 404 220 0.008025 10.0.0.22 - - [2025-09-18 01:51:53] "POST /config-nodes HTTP/1.1" 200 599 0.050778 10.0.0.56 - - [2025-09-18 01:51:53] "POST /config-database-nodes HTTP/1.1" 200 617 0.042692 10.0.0.41 - - [2025-09-18 01:51:53] "GET / HTTP/1.1" 200 35931 0.001249 10.0.0.41 - - [2025-09-18 01:51:53] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000327 10.0.0.41 - - [2025-09-18 01:51:53] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.027412 10.0.0.22 - - [2025-09-18 01:51:53] "GET / HTTP/1.1" 200 35931 0.002075 10.0.0.22 - - [2025-09-18 01:51:53] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000369 10.0.0.22 - - [2025-09-18 01:51:54] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.068706 10.0.0.56 - - [2025-09-18 01:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.56 - - [2025-09-18 01:51:55] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1214 0.004481 10.0.0.56 - - [2025-09-18 01:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.013161 10.0.0.56 - - [2025-09-18 01:51:55] "PUT /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056 HTTP/1.1" 200 276 0.022258 10.0.0.41 - - [2025-09-18 01:51:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004468 10.0.0.41 - - [2025-09-18 01:51:58] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.012115 10.0.0.41 - - [2025-09-18 01:51:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.41 - - [2025-09-18 01:51:58] "PUT /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056 HTTP/1.1" 200 276 0.043065 10.0.0.22 - - [2025-09-18 01:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.009830 10.0.0.22 - - [2025-09-18 01:51:59] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.007638 10.0.0.22 - - [2025-09-18 01:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005575 10.0.0.22 - - [2025-09-18 01:51:59] "PUT /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056 HTTP/1.1" 200 276 0.028501 10.0.0.22 - - [2025-09-18 01:52:37] "GET /global-system-configs HTTP/1.1" 200 322 11.352949 10.0.0.41 - - [2025-09-18 01:52:39] "GET /global-system-configs HTTP/1.1" 200 322 8.739008 10.0.0.22 - - [2025-09-18 01:52:40] "GET /global-system-configs HTTP/1.1" 200 322 5.437861 10.0.0.41 - - [2025-09-18 01:52:40] "GET /global-system-configs HTTP/1.1" 200 322 4.408416 10.0.0.41 - - [2025-09-18 01:52:40] "GET /network-ipam/dcb078b9-5d01-41ba-bbea-a89a4a935d3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 4.407644 10.0.0.56 - - [2025-09-18 01:52:41] "GET /global-system-configs HTTP/1.1" 200 322 3.432666 10.0.0.56 - - [2025-09-18 01:52:41] "GET /global-system-configs HTTP/1.1" 200 322 1.391355 10.0.0.41 - - [2025-09-18 01:52:41] "POST /fqname-to-id HTTP/1.1" 404 224 0.009480 10.0.0.41 - - [2025-09-18 01:52:41] "POST /ref-update HTTP/1.1" 200 156 0.017870 10.0.0.41 - - [2025-09-18 01:52:42] "POST /route-targets HTTP/1.1" 200 327 0.019782 10.0.0.41 - - [2025-09-18 01:52:42] "POST /ref-update HTTP/1.1" 200 156 0.020816 10.0.0.41 - - [2025-09-18 01:52:42] "PUT /access-control-list/f92f62ff-cff0-4d43-a600-5e6a1e253eca HTTP/1.1" 200 272 0.014431 10.0.0.41 - - [2025-09-18 01:52:48] "POST /ref-update HTTP/1.1" 200 156 0.032863 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-09-18 01:55:54] "GET /obj-perms HTTP/1.1" 200 5056 0.395661 [Introspect:8084]10.0.0.41 - - [2025-09-18 01:56:45] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000991 [Introspect:8084]10.0.0.41 - - [2025-09-18 01:56:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000811 10.0.0.22 - - [2025-09-18 01:56:54] "GET /obj-perms HTTP/1.1" 200 5056 0.049354 10.0.0.41 - - [2025-09-18 01:56:55] "GET /obj-perms HTTP/1.1" 200 5056 0.050162 10.0.0.22 - - [2025-09-18 01:56:58] "GET /global-system-configs HTTP/1.1" 200 322 0.009104 10.0.0.41 - - [2025-09-18 01:56:58] "GET /global-system-configs HTTP/1.1" 200 322 0.003385 10.0.0.41 - - [2025-09-18 01:56:59] "GET /global-system-configs HTTP/1.1" 200 322 0.011247 10.0.0.22 - - [2025-09-18 01:56:59] "GET /global-system-configs HTTP/1.1" 200 322 0.010839 10.0.0.41 - - [2025-09-18 01:56:59] "GET /obj-perms HTTP/1.1" 200 5056 0.093419 10.0.0.56 - - [2025-09-18 01:56:59] "GET /obj-perms HTTP/1.1" 200 5056 0.112698 10.0.0.22 - - [2025-09-18 01:57:00] "GET /obj-perms HTTP/1.1" 200 5056 0.134496 10.0.0.56 - - [2025-09-18 01:57:01] "GET /global-system-configs HTTP/1.1" 200 322 0.004168 10.0.0.56 - - [2025-09-18 01:57:02] "GET /global-system-configs HTTP/1.1" 200 322 0.003810 10.0.0.41 - - [2025-09-18 01:57:02] "GET /obj-perms HTTP/1.1" 200 5056 0.072043 10.0.0.56 - - [2025-09-18 01:57:02] "GET /obj-perms HTTP/1.1" 200 5056 0.091162 10.0.0.22 - - [2025-09-18 01:57:02] "GET /obj-perms HTTP/1.1" 200 5056 0.110552 [Introspect:8084]10.0.0.41 - - [2025-09-18 01:57:02] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000837 [Introspect:8084]10.0.0.41 - - [2025-09-18 01:57:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000804 10.0.0.56 - - [2025-09-18 01:58:13] "GET / HTTP/1.1" 200 35931 0.001303 10.0.0.56 - - [2025-09-18 01:58:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000518 10.0.0.56 - - [2025-09-18 01:58:14] "POST /fqname-to-id HTTP/1.1" 404 186 0.060732 10.0.0.41 - - [2025-09-18 01:58:14] "GET /projects?obj_uuids=5f9b20c6-fb86-4638-b61c-bdee2ecaf4d0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.053806 10.0.0.41 - - [2025-09-18 01:58:14] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001062 10.0.0.41 - - [2025-09-18 01:58:14] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.029287 10.0.0.41 - - [2025-09-18 01:58:14] "POST /id-to-fqname HTTP/1.1" 200 188 0.007715 10.0.0.41 - - [2025-09-18 01:58:14] "POST /fqname-to-id HTTP/1.1" 404 197 0.012120 10.0.0.41 - - [2025-09-18 01:58:15] "POST /security-groups HTTP/1.1" 200 589 0.039481 10.0.0.41 - - [2025-09-18 01:58:15] "POST /projects HTTP/1.1" 200 581 0.293176 10.0.0.41 - - [2025-09-18 01:58:15] "POST /fqname-to-id HTTP/1.1" 404 232 0.031414 10.0.0.41 - - [2025-09-18 01:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.369631 10.0.0.56 - - [2025-09-18 01:58:15] "GET /project/5f9b20c6-fb86-4638-b61c-bdee2ecaf4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.576800 10.0.0.41 - - [2025-09-18 01:58:15] "POST /access-control-lists HTTP/1.1" 200 592 0.052261 10.0.0.56 - - [2025-09-18 01:58:16] "GET / HTTP/1.1" 200 35931 0.001592 10.0.0.41 - - [2025-09-18 01:58:19] "GET /projects?obj_uuids=5f9b20c6-fb86-4638-b61c-bdee2ecaf4d0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001040 10.0.0.56 - - [2025-09-18 01:58:19] "GET /project/5f9b20c6-fb86-4638-b61c-bdee2ecaf4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.071204 10.0.0.41 - - [2025-09-18 01:58:19] "GET /projects?obj_uuids=5f9b20c6-fb86-4638-b61c-bdee2ecaf4d0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001257 10.0.0.56 - - [2025-09-18 01:58:19] "GET /project/5f9b20c6-fb86-4638-b61c-bdee2ecaf4d0?fields=virtual_networks HTTP/1.1" 200 1027 0.069017 10.0.0.41 - - [2025-09-18 01:58:19] "GET /projects?obj_uuids=5f9b20c6-fb86-4638-b61c-bdee2ecaf4d0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001116 10.0.0.56 - - [2025-09-18 01:58:19] "GET /project/5f9b20c6-fb86-4638-b61c-bdee2ecaf4d0?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.046592 10.0.0.41 - - [2025-09-18 01:58:19] "GET /projects?obj_uuids=5f9b20c6-fb86-4638-b61c-bdee2ecaf4d0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000922 10.0.0.56 - - [2025-09-18 01:58:20] "GET /project/5f9b20c6-fb86-4638-b61c-bdee2ecaf4d0?fields=security_groups HTTP/1.1" 200 1251 0.068005 10.0.0.41 - - [2025-09-18 01:58:20] "GET /projects?obj_uuids=7b49a019-273e-4679-94ea-a639b42c1658&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003118 10.0.0.41 - - [2025-09-18 01:58:20] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000808 10.0.0.41 - - [2025-09-18 01:58:20] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008749 10.0.0.41 - - [2025-09-18 01:58:20] "POST /id-to-fqname HTTP/1.1" 200 167 0.001023 10.0.0.41 - - [2025-09-18 01:58:20] "POST /fqname-to-id HTTP/1.1" 404 176 0.006879 10.0.0.41 - - [2025-09-18 01:58:21] "POST /security-groups HTTP/1.1" 200 568 0.081926 10.0.0.41 - - [2025-09-18 01:58:21] "POST /projects HTTP/1.1" 200 539 0.324683 10.0.0.41 - - [2025-09-18 01:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.404725 10.0.0.41 - - [2025-09-18 01:58:21] "POST /fqname-to-id HTTP/1.1" 404 206 0.004092 10.0.0.56 - - [2025-09-18 01:58:21] "GET /project/7b49a019-273e-4679-94ea-a639b42c1658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.567992 [Introspect:8084]10.0.0.56 - - [2025-09-18 01:58:22] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001360 10.0.0.41 - - [2025-09-18 01:58:23] "GET /projects?obj_uuids=7b49a019-273e-4679-94ea-a639b42c1658&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000942 10.0.0.56 - - [2025-09-18 01:58:23] "GET /project/7b49a019-273e-4679-94ea-a639b42c1658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.051270 10.0.0.41 - - [2025-09-18 01:58:24] "GET /obj-perms HTTP/1.1" 200 5056 0.054950 [Introspect:8084]10.0.0.56 - - [2025-09-18 01:58:25] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000845 10.0.0.56 - - [2025-09-18 01:58:26] "GET /obj-perms HTTP/1.1" 200 5056 0.051019 10.0.0.56 - - [2025-09-18 01:58:26] "GET /obj-perms HTTP/1.1" 200 5056 0.010055 10.0.0.56 - - [2025-09-18 01:58:26] "GET /obj-perms HTTP/1.1" 200 5056 0.004167 10.0.0.56 - - [2025-09-18 01:58:26] "GET /obj-perms HTTP/1.1" 200 5056 0.004755 10.0.0.56 - - [2025-09-18 01:58:26] "GET /obj-perms HTTP/1.1" 200 5056 0.003617 10.0.0.56 - - [2025-09-18 01:58:26] "GET /obj-perms HTTP/1.1" 200 5056 0.004109 10.0.0.56 - - [2025-09-18 01:58:26] "GET /obj-perms HTTP/1.1" 200 5056 0.004411 10.0.0.56 - - [2025-09-18 01:58:27] "GET /obj-perms HTTP/1.1" 200 5056 0.003753 10.0.0.56 - - [2025-09-18 01:58:27] "GET /obj-perms HTTP/1.1" 200 5056 0.003873 10.0.0.56 - - [2025-09-18 01:58:27] "GET /obj-perms HTTP/1.1" 200 5056 0.004086 10.0.0.56 - - [2025-09-18 01:58:27] "GET /obj-perms HTTP/1.1" 200 5056 0.004068 10.0.0.41 - - [2025-09-18 01:58:27] "GET /obj-perms HTTP/1.1" 200 5056 0.004323 10.0.0.41 - - [2025-09-18 01:58:27] "GET /obj-perms HTTP/1.1" 200 5056 0.003985 10.0.0.41 - - [2025-09-18 01:58:27] "GET /obj-perms HTTP/1.1" 200 5056 0.003780 10.0.0.56 - - [2025-09-18 01:58:29] "GET /obj-perms HTTP/1.1" 200 5056 0.004772 10.0.0.56 - - [2025-09-18 01:58:29] "GET /obj-perms HTTP/1.1" 200 5056 0.004327 10.0.0.56 - - [2025-09-18 01:58:29] "GET /obj-perms HTTP/1.1" 200 5056 0.003588 10.0.0.56 - - [2025-09-18 01:58:29] "GET /obj-perms HTTP/1.1" 200 5056 0.004295 10.0.0.56 - - [2025-09-18 01:58:29] "GET /obj-perms HTTP/1.1" 200 5056 0.004761 10.0.0.56 - - [2025-09-18 01:58:29] "GET /obj-perms HTTP/1.1" 200 5056 0.004294 10.0.0.56 - - [2025-09-18 01:58:29] "GET /obj-perms HTTP/1.1" 200 5056 0.004522 10.0.0.56 - - [2025-09-18 01:58:29] "GET /obj-perms HTTP/1.1" 200 5056 0.003815 10.0.0.56 - - [2025-09-18 01:58:29] "GET /obj-perms HTTP/1.1" 200 5056 0.004433 10.0.0.56 - - [2025-09-18 01:58:29] "GET /obj-perms HTTP/1.1" 200 5056 0.003663 10.0.0.56 - - [2025-09-18 01:58:29] "GET /obj-perms HTTP/1.1" 200 5056 0.004173 10.0.0.56 - - [2025-09-18 01:58:32] "GET /obj-perms HTTP/1.1" 200 5056 0.050950 10.0.0.56 - - [2025-09-18 01:58:32] "GET /obj-perms HTTP/1.1" 200 5056 0.003745 10.0.0.56 - - [2025-09-18 01:58:32] "GET /obj-perms HTTP/1.1" 200 5056 0.003936 10.0.0.56 - - [2025-09-18 01:58:32] "GET /obj-perms HTTP/1.1" 200 5056 0.004317 10.0.0.56 - - [2025-09-18 01:58:34] "GET /obj-perms HTTP/1.1" 200 5056 0.004567 10.0.0.56 - - [2025-09-18 01:58:35] "POST /fqname-to-id HTTP/1.1" 404 199 0.025960 10.0.0.41 - - [2025-09-18 01:58:35] "GET /projects?obj_uuids=2ed66e08-5c62-4e6d-9ad0-9f81c6137fd3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002915 10.0.0.41 - - [2025-09-18 01:58:35] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000877 10.0.0.41 - - [2025-09-18 01:58:35] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007665 10.0.0.41 - - [2025-09-18 01:58:35] "POST /id-to-fqname HTTP/1.1" 200 201 0.005671 10.0.0.41 - - [2025-09-18 01:58:35] "POST /fqname-to-id HTTP/1.1" 404 210 0.013651 10.0.0.41 - - [2025-09-18 01:58:35] "POST /security-groups HTTP/1.1" 200 602 0.041027 10.0.0.41 - - [2025-09-18 01:58:35] "POST /projects HTTP/1.1" 200 607 0.289945 10.0.0.41 - - [2025-09-18 01:58:35] "POST /access-control-lists HTTP/1.1" 200 607 0.034277 10.0.0.41 - - [2025-09-18 01:58:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.367865 10.0.0.56 - - [2025-09-18 01:58:35] "GET /project/2ed66e08-5c62-4e6d-9ad0-9f81c6137fd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.529452 10.0.0.56 - - [2025-09-18 01:58:36] "GET / HTTP/1.1" 200 35931 0.001438 10.0.0.56 - - [2025-09-18 01:58:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000438 10.0.0.56 - - [2025-09-18 01:58:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.060036 10.0.0.41 - - [2025-09-18 01:58:38] "GET /projects?obj_uuids=2ed66e08-5c62-4e6d-9ad0-9f81c6137fd3&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000867 10.0.0.56 - - [2025-09-18 01:58:38] "GET /project/2ed66e08-5c62-4e6d-9ad0-9f81c6137fd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.042181 10.0.0.41 - - [2025-09-18 01:58:39] "POST /route-targets HTTP/1.1" 200 327 0.015047 10.0.0.41 - - [2025-09-18 01:58:39] "POST /useragent-kv HTTP/1.1" 200 115 0.006630 10.0.0.56 - - [2025-09-18 01:58:39] "POST /neutron/subnet HTTP/1.1" 200 729 0.323225 10.0.0.56 - - [2025-09-18 01:58:39] "POST /id-to-fqname HTTP/1.1" 200 233 0.001127 10.0.0.56 - - [2025-09-18 01:58:39] "GET /virtual-network/43330ac2-dbb6-4863-b1c2-275bd71dbaeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005821 10.0.0.56 - - [2025-09-18 01:58:39] "GET /virtual-network/43330ac2-dbb6-4863-b1c2-275bd71dbaeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005635 10.0.0.56 - - [2025-09-18 01:58:39] "POST /neutron/network HTTP/1.1" 200 840 0.006055 10.0.0.56 - - [2025-09-18 01:58:40] "GET /virtual-network/43330ac2-dbb6-4863-b1c2-275bd71dbaeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006713 10.0.0.56 - - [2025-09-18 01:58:41] "POST /id-to-fqname HTTP/1.1" 200 233 0.001189 10.0.0.41 - - [2025-09-18 01:58:44] "GET /projects?obj_uuids=2ed66e08-5c62-4e6d-9ad0-9f81c6137fd3&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000897 10.0.0.56 - - [2025-09-18 01:58:44] "GET /project/2ed66e08-5c62-4e6d-9ad0-9f81c6137fd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.092830 10.0.0.56 - - [2025-09-18 01:58:45] "POST /neutron/network HTTP/1.1" 200 840 0.041410 10.0.0.56 - - [2025-09-18 01:58:45] "POST /neutron/port HTTP/1.1" 200 117 0.006623 10.0.0.56 - - [2025-09-18 01:58:47] "POST /neutron/port HTTP/1.1" 200 1072 0.061678 10.0.0.56 - - [2025-09-18 01:58:47] "POST /neutron/port HTTP/1.1" 200 1100 0.020292 10.0.0.56 - - [2025-09-18 01:58:47] "POST /neutron/port HTTP/1.1" 200 117 0.000976 10.0.0.56 - - [2025-09-18 01:58:50] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008613 10.0.0.41 - - [2025-09-18 01:58:50] "DELETE /project/5f9b20c6fb864638b61cbdee2ecaf4d0 HTTP/1.1" 404 173 0.006978 10.0.0.41 - - [2025-09-18 01:58:50] "DELETE /project/2ed66e085c624e6d9ad09f81c6137fd3 HTTP/1.1" 404 173 0.006697 10.0.0.41 - - [2025-09-18 01:58:50] "DELETE /project/7b49a019273e467994eaa639b42c1658 HTTP/1.1" 404 173 0.008229 10.0.0.41 - - [2025-09-18 01:58:50] "GET /projects?obj_uuids=5f9b20c6-fb86-4638-b61c-bdee2ecaf4d0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000807 10.0.0.41 - - [2025-09-18 01:58:50] "GET /project/5f9b20c6-fb86-4638-b61c-bdee2ecaf4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.065030 10.0.0.41 - - [2025-09-18 01:58:50] "GET /projects?obj_uuids=5f9b20c6-fb86-4638-b61c-bdee2ecaf4d0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001132 10.0.0.41 - - [2025-09-18 01:58:50] "GET /project/5f9b20c6-fb86-4638-b61c-bdee2ecaf4d0?fields=security_groups HTTP/1.1" 200 1356 0.046532 10.0.0.41 - - [2025-09-18 01:58:51] "DELETE /security-group/7c8f8298-6a4d-41cc-9787-e367995997a7 HTTP/1.1" 200 115 0.071976 10.0.0.41 - - [2025-09-18 01:58:51] "GET /projects?obj_uuids=5f9b20c6-fb86-4638-b61c-bdee2ecaf4d0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001146 10.0.0.41 - - [2025-09-18 01:58:51] "GET /project/5f9b20c6-fb86-4638-b61c-bdee2ecaf4d0?fields=application_policy_sets HTTP/1.1" 200 1395 0.092444 10.0.0.41 - - [2025-09-18 01:58:51] "DELETE /access-control-list/c710227f-7576-4e04-8096-45dc53e6df54 HTTP/1.1" 200 115 0.096728 10.0.0.41 - - [2025-09-18 01:58:51] "DELETE /project/5f9b20c6-fb86-4638-b61c-bdee2ecaf4d0 HTTP/1.1" 200 115 0.614335 10.0.0.56 - - [2025-09-18 01:58:55] "GET /obj-perms HTTP/1.1" 200 5052 0.051558 10.0.0.41 - - [2025-09-18 01:58:56] "GET /obj-perms HTTP/1.1" 200 5056 0.050928 10.0.0.56 - - [2025-09-18 01:58:58] "GET /obj-perms HTTP/1.1" 200 5052 0.004108 10.0.0.56 - - [2025-09-18 01:58:59] "POST /neutron/port HTTP/1.1" 200 1100 0.017389 10.0.0.56 - - [2025-09-18 01:58:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004217 10.0.0.56 - - [2025-09-18 01:58:59] "POST /neutron/network HTTP/1.1" 200 840 0.008296 10.0.0.56 - - [2025-09-18 01:59:01] "POST /neutron/port HTTP/1.1" 200 1100 0.045801 10.0.0.56 - - [2025-09-18 01:59:01] "POST /neutron/port HTTP/1.1" 200 1126 0.015522 10.0.0.41 - - [2025-09-18 01:59:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002971 10.0.0.41 - - [2025-09-18 01:59:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003773 10.0.0.56 - - [2025-09-18 01:59:03] "POST /neutron/network HTTP/1.1" 200 151 0.164027 10.0.0.41 - - [2025-09-18 01:59:04] "GET /projects?obj_uuids=2ed66e08-5c62-4e6d-9ad0-9f81c6137fd3&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000937 10.0.0.56 - - [2025-09-18 01:59:04] "GET /project/2ed66e08-5c62-4e6d-9ad0-9f81c6137fd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.056294 10.0.0.41 - - [2025-09-18 01:59:04] "GET /projects?obj_uuids=2ed66e08-5c62-4e6d-9ad0-9f81c6137fd3&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000838 10.0.0.56 - - [2025-09-18 01:59:04] "GET /project/2ed66e08-5c62-4e6d-9ad0-9f81c6137fd3?fields=virtual_networks HTTP/1.1" 200 1053 0.055650 10.0.0.41 - - [2025-09-18 01:59:04] "GET /projects?obj_uuids=2ed66e08-5c62-4e6d-9ad0-9f81c6137fd3&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000984 10.0.0.56 - - [2025-09-18 01:59:04] "GET /project/2ed66e08-5c62-4e6d-9ad0-9f81c6137fd3?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.047601 10.0.0.41 - - [2025-09-18 01:59:04] "GET /projects?obj_uuids=2ed66e08-5c62-4e6d-9ad0-9f81c6137fd3&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000874 10.0.0.56 - - [2025-09-18 01:59:04] "GET /project/2ed66e08-5c62-4e6d-9ad0-9f81c6137fd3?fields=security_groups HTTP/1.1" 200 1290 0.047925 10.0.0.41 - - [2025-09-18 01:59:05] "GET /projects?obj_uuids=7b49a019-273e-4679-94ea-a639b42c1658&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001064 10.0.0.56 - - [2025-09-18 01:59:05] "GET /project/7b49a019-273e-4679-94ea-a639b42c1658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.062602 10.0.0.41 - - [2025-09-18 01:59:11] "GET /projects?obj_uuids=7b49a019-273e-4679-94ea-a639b42c1658&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000895 10.0.0.56 - - [2025-09-18 01:59:11] "GET /project/7b49a019-273e-4679-94ea-a639b42c1658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.049019 10.0.0.56 - - [2025-09-18 01:59:14] "POST /fqname-to-id HTTP/1.1" 404 200 0.042090 10.0.0.41 - - [2025-09-18 01:59:14] "GET /projects?obj_uuids=23878353-5e1c-4cff-af4c-68bf57bc7d6d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004471 10.0.0.41 - - [2025-09-18 01:59:14] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000824 10.0.0.41 - - [2025-09-18 01:59:14] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006577 10.0.0.41 - - [2025-09-18 01:59:14] "POST /id-to-fqname HTTP/1.1" 200 202 0.009308 10.0.0.41 - - [2025-09-18 01:59:14] "POST /fqname-to-id HTTP/1.1" 404 211 0.007622 10.0.0.41 - - [2025-09-18 01:59:14] "POST /security-groups HTTP/1.1" 200 603 0.034449 10.0.0.41 - - [2025-09-18 01:59:14] "POST /fqname-to-id HTTP/1.1" 404 246 0.003752 10.0.0.41 - - [2025-09-18 01:59:14] "POST /projects HTTP/1.1" 200 609 0.289006 10.0.0.41 - - [2025-09-18 01:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.372302 10.0.0.41 - - [2025-09-18 01:59:15] "POST /access-control-lists HTTP/1.1" 200 606 0.043645 10.0.0.56 - - [2025-09-18 01:59:15] "GET /project/23878353-5e1c-4cff-af4c-68bf57bc7d6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.561337 10.0.0.56 - - [2025-09-18 01:59:16] "GET / HTTP/1.1" 200 35931 0.001607 10.0.0.56 - - [2025-09-18 01:59:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000505 10.0.0.56 - - [2025-09-18 01:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.063504 10.0.0.41 - - [2025-09-18 01:59:17] "GET /projects?obj_uuids=23878353-5e1c-4cff-af4c-68bf57bc7d6d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000835 10.0.0.56 - - [2025-09-18 01:59:17] "GET /project/23878353-5e1c-4cff-af4c-68bf57bc7d6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.053580 10.0.0.41 - - [2025-09-18 01:59:17] "POST /useragent-kv HTTP/1.1" 200 115 0.008795 10.0.0.56 - - [2025-09-18 01:59:17] "POST /neutron/subnet HTTP/1.1" 200 724 0.289469 10.0.0.56 - - [2025-09-18 01:59:17] "POST /id-to-fqname HTTP/1.1" 200 275 0.001194 10.0.0.56 - - [2025-09-18 01:59:17] "GET /virtual-network/11fe3ff6-09d2-4d06-98f0-f904a8cf9354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.005800 10.0.0.56 - - [2025-09-18 01:59:18] "GET /virtual-network/11fe3ff6-09d2-4d06-98f0-f904a8cf9354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.005986 10.0.0.56 - - [2025-09-18 01:59:18] "POST /neutron/network HTTP/1.1" 200 922 0.010527 10.0.0.56 - - [2025-09-18 01:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.41 - - [2025-09-18 01:59:18] "GET /projects?obj_uuids=23878353-5e1c-4cff-af4c-68bf57bc7d6d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001633 10.0.0.56 - - [2025-09-18 01:59:18] "GET /project/23878353-5e1c-4cff-af4c-68bf57bc7d6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.076681 10.0.0.41 - - [2025-09-18 01:59:18] "GET /projects?obj_uuids=23878353-5e1c-4cff-af4c-68bf57bc7d6d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001432 10.0.0.56 - - [2025-09-18 01:59:18] "POST /neutron/network HTTP/1.1" 200 703 0.154964 10.0.0.41 - - [2025-09-18 01:59:18] "POST /route-targets HTTP/1.1" 200 327 0.015692 10.0.0.56 - - [2025-09-18 01:59:18] "POST /id-to-fqname HTTP/1.1" 200 275 0.003786 10.0.0.56 - - [2025-09-18 01:59:18] "GET /virtual-network/2d5cab90-cf32-499d-bc0d-9a337efac5f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.005660 10.0.0.56 - - [2025-09-18 01:59:18] "POST /neutron/network HTTP/1.1" 200 923 0.006669 10.0.0.56 - - [2025-09-18 01:59:18] "GET /virtual-network/2d5cab90-cf32-499d-bc0d-9a337efac5f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.005521 10.0.0.56 - - [2025-09-18 01:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.41 - - [2025-09-18 01:59:18] "GET /projects?obj_uuids=23878353-5e1c-4cff-af4c-68bf57bc7d6d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000852 10.0.0.56 - - [2025-09-18 01:59:18] "GET /project/23878353-5e1c-4cff-af4c-68bf57bc7d6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.051281 10.0.0.56 - - [2025-09-18 01:59:18] "POST /neutron/network HTTP/1.1" 200 117 0.011979 10.0.0.41 - - [2025-09-18 01:59:19] "POST /ref-update HTTP/1.1" 200 156 0.029318 10.0.0.56 - - [2025-09-18 01:59:19] "POST /neutron/network HTTP/1.1" 200 925 0.012362 10.0.0.56 - - [2025-09-18 01:59:19] "POST /id-to-fqname HTTP/1.1" 200 276 0.001272 10.0.0.56 - - [2025-09-18 01:59:19] "GET /virtual-network/b8c38572-5019-4aa6-be0c-914710cb30e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.021599 10.0.0.56 - - [2025-09-18 01:59:19] "GET /virtual-network/b8c38572-5019-4aa6-be0c-914710cb30e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.006319 10.0.0.56 - - [2025-09-18 01:59:19] "POST /neutron/subnet HTTP/1.1" 200 729 0.010174 10.0.0.56 - - [2025-09-18 01:59:19] "POST /id-to-fqname HTTP/1.1" 200 275 0.001149 10.0.0.41 - - [2025-09-18 01:59:20] "GET /projects?obj_uuids=23878353-5e1c-4cff-af4c-68bf57bc7d6d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000952 10.0.0.56 - - [2025-09-18 01:59:21] "GET /project/23878353-5e1c-4cff-af4c-68bf57bc7d6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.060576 10.0.0.56 - - [2025-09-18 01:59:21] "POST /neutron/port HTTP/1.1" 200 117 0.007263 10.0.0.56 - - [2025-09-18 01:59:21] "POST /id-to-fqname HTTP/1.1" 200 276 0.001174 10.0.0.56 - - [2025-09-18 01:59:21] "POST /neutron/network HTTP/1.1" 200 935 0.006840 10.0.0.56 - - [2025-09-18 01:59:22] "POST /neutron/port HTTP/1.1" 200 1073 0.017728 10.0.0.56 - - [2025-09-18 01:59:22] "POST /neutron/port HTTP/1.1" 200 1101 0.029954 10.0.0.56 - - [2025-09-18 01:59:22] "POST /neutron/port HTTP/1.1" 200 117 0.001012 10.0.0.41 - - [2025-09-18 01:59:22] "GET /projects?obj_uuids=23878353-5e1c-4cff-af4c-68bf57bc7d6d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000880 10.0.0.56 - - [2025-09-18 01:59:22] "GET /project/23878353-5e1c-4cff-af4c-68bf57bc7d6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.126973 10.0.0.56 - - [2025-09-18 01:59:23] "POST /neutron/port HTTP/1.1" 200 1101 0.019665 10.0.0.56 - - [2025-09-18 01:59:24] "POST /neutron/network HTTP/1.1" 200 935 0.006866 10.0.0.56 - - [2025-09-18 01:59:24] "POST /neutron/network HTTP/1.1" 400 204 0.014282 10.0.0.56 - - [2025-09-18 01:59:25] "POST /neutron/port HTTP/1.1" 200 1127 0.229098 10.0.0.56 - - [2025-09-18 01:59:25] "POST /neutron/port HTTP/1.1" 200 1101 0.017684 10.0.0.56 - - [2025-09-18 01:59:25] "POST /neutron/subnet HTTP/1.1" 200 703 0.015272 10.0.0.56 - - [2025-09-18 01:59:26] "POST /neutron/network HTTP/1.1" 200 923 0.006589 10.0.0.56 - - [2025-09-18 01:59:27] "POST /neutron/network HTTP/1.1" 400 204 0.023891 10.0.0.56 - - [2025-09-18 01:59:31] "POST /neutron/network HTTP/1.1" 200 925 0.008044 10.0.0.56 - - [2025-09-18 01:59:33] "POST /neutron/network HTTP/1.1" 400 204 0.015077 10.0.0.56 - - [2025-09-18 01:59:36] "POST /neutron/port HTTP/1.1" 200 1101 0.018027 10.0.0.56 - - [2025-09-18 01:59:36] "POST /neutron/port HTTP/1.1" 200 117 0.006835 10.0.0.56 - - [2025-09-18 01:59:36] "POST /neutron/port HTTP/1.1" 200 117 0.006817 10.0.0.41 - - [2025-09-18 01:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.56 - - [2025-09-18 01:59:37] "POST /neutron/network HTTP/1.1" 200 922 0.006049 10.0.0.41 - - [2025-09-18 01:59:37] "GET /projects?obj_uuids=23878353-5e1c-4cff-af4c-68bf57bc7d6d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001544 10.0.0.41 - - [2025-09-18 01:59:37] "DELETE /route-target/3924f258-9148-4bc1-954f-7f662f8f40ce HTTP/1.1" 200 115 0.072049 10.0.0.56 - - [2025-09-18 01:59:37] "GET /project/23878353-5e1c-4cff-af4c-68bf57bc7d6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.098164 10.0.0.41 - - [2025-09-18 01:59:37] "GET /projects?obj_uuids=23878353-5e1c-4cff-af4c-68bf57bc7d6d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001514 10.0.0.56 - - [2025-09-18 01:59:37] "GET /project/23878353-5e1c-4cff-af4c-68bf57bc7d6d?fields=virtual_networks HTTP/1.1" 200 1055 0.103330 10.0.0.41 - - [2025-09-18 01:59:38] "GET /projects?obj_uuids=23878353-5e1c-4cff-af4c-68bf57bc7d6d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000923 10.0.0.56 - - [2025-09-18 01:59:38] "GET /project/23878353-5e1c-4cff-af4c-68bf57bc7d6d?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.055568 10.0.0.41 - - [2025-09-18 01:59:38] "GET /projects?obj_uuids=23878353-5e1c-4cff-af4c-68bf57bc7d6d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000898 10.0.0.56 - - [2025-09-18 01:59:38] "GET /project/23878353-5e1c-4cff-af4c-68bf57bc7d6d?fields=security_groups HTTP/1.1" 200 1293 0.078559 10.0.0.56 - - [2025-09-18 01:59:39] "POST /fqname-to-id HTTP/1.1" 404 190 0.025439 10.0.0.41 - - [2025-09-18 01:59:39] "GET /projects?obj_uuids=9590b326-23d8-4705-a2e3-5786a8983e3b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004045 10.0.0.41 - - [2025-09-18 01:59:39] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000876 10.0.0.41 - - [2025-09-18 01:59:39] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006760 10.0.0.41 - - [2025-09-18 01:59:39] "POST /id-to-fqname HTTP/1.1" 200 192 0.004896 10.0.0.41 - - [2025-09-18 01:59:39] "POST /fqname-to-id HTTP/1.1" 404 201 0.005875 10.0.0.41 - - [2025-09-18 01:59:39] "POST /security-groups HTTP/1.1" 200 593 0.034084 10.0.0.41 - - [2025-09-18 01:59:39] "POST /projects HTTP/1.1" 200 589 0.281831 10.0.0.41 - - [2025-09-18 01:59:39] "POST /fqname-to-id HTTP/1.1" 404 235 0.011842 10.0.0.41 - - [2025-09-18 01:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.359484 10.0.0.56 - - [2025-09-18 01:59:39] "GET /project/9590b326-23d8-4705-a2e3-5786a8983e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.547695 10.0.0.56 - - [2025-09-18 01:59:40] "GET / HTTP/1.1" 200 35931 0.001868 10.0.0.56 - - [2025-09-18 01:59:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000412 10.0.0.56 - - [2025-09-18 01:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.061195 10.0.0.41 - - [2025-09-18 01:59:41] "GET /projects?obj_uuids=9590b326-23d8-4705-a2e3-5786a8983e3b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001379 10.0.0.56 - - [2025-09-18 01:59:41] "GET /project/9590b326-23d8-4705-a2e3-5786a8983e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.081727 10.0.0.41 - - [2025-09-18 01:59:41] "GET /projects?obj_uuids=9590b326-23d8-4705-a2e3-5786a8983e3b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001850 10.0.0.56 - - [2025-09-18 01:59:42] "POST /neutron/network HTTP/1.1" 200 673 0.205194 10.0.0.41 - - [2025-09-18 01:59:42] "POST /ref-update HTTP/1.1" 200 156 0.041130 10.0.0.56 - - [2025-09-18 01:59:42] "POST /id-to-fqname HTTP/1.1" 200 255 0.003385 10.0.0.56 - - [2025-09-18 01:59:42] "GET /virtual-network/93d24ce7-6fdc-4324-b17c-eab9e9d1671b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.005135 10.0.0.56 - - [2025-09-18 01:59:42] "POST /neutron/network HTTP/1.1" 200 892 0.008217 10.0.0.56 - - [2025-09-18 01:59:42] "GET /virtual-network/93d24ce7-6fdc-4324-b17c-eab9e9d1671b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.006364 10.0.0.56 - - [2025-09-18 01:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.008707 10.0.0.41 - - [2025-09-18 01:59:42] "GET /projects?obj_uuids=9590b326-23d8-4705-a2e3-5786a8983e3b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000893 10.0.0.56 - - [2025-09-18 01:59:42] "GET /project/9590b326-23d8-4705-a2e3-5786a8983e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.083548 10.0.0.56 - - [2025-09-18 01:59:43] "POST /neutron/network HTTP/1.1" 200 117 0.014626 10.0.0.41 - - [2025-09-18 01:59:43] "POST /route-targets HTTP/1.1" 200 327 0.017737 10.0.0.56 - - [2025-09-18 01:59:43] "POST /neutron/network HTTP/1.1" 200 892 0.009306 10.0.0.56 - - [2025-09-18 01:59:43] "POST /id-to-fqname HTTP/1.1" 200 255 0.001344 10.0.0.56 - - [2025-09-18 01:59:43] "GET /virtual-network/9a2478f6-3f0f-4057-895e-cafbc2643a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.006491 10.0.0.56 - - [2025-09-18 01:59:43] "GET /virtual-network/9a2478f6-3f0f-4057-895e-cafbc2643a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.005599 10.0.0.56 - - [2025-09-18 01:59:43] "POST /neutron/subnet HTTP/1.1" 200 725 0.009233 10.0.0.56 - - [2025-09-18 01:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.41 - - [2025-09-18 01:59:43] "GET /projects?obj_uuids=9590b326-23d8-4705-a2e3-5786a8983e3b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000787 10.0.0.56 - - [2025-09-18 01:59:43] "GET /project/9590b326-23d8-4705-a2e3-5786a8983e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.053222 10.0.0.41 - - [2025-09-18 01:59:43] "POST /ref-update HTTP/1.1" 200 156 0.026445 10.0.0.41 - - [2025-09-18 01:59:44] "POST /useragent-kv HTTP/1.1" 200 115 0.010294 10.0.0.56 - - [2025-09-18 01:59:44] "POST /neutron/subnet HTTP/1.1" 200 729 0.227908 10.0.0.56 - - [2025-09-18 01:59:44] "POST /id-to-fqname HTTP/1.1" 200 256 0.001384 10.0.0.56 - - [2025-09-18 01:59:44] "GET /virtual-network/d5879382-7b19-41f9-84ea-2b50cac4ed79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2147 0.005075 10.0.0.56 - - [2025-09-18 01:59:44] "GET /virtual-network/d5879382-7b19-41f9-84ea-2b50cac4ed79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2147 0.005084 10.0.0.56 - - [2025-09-18 01:59:44] "POST /neutron/network HTTP/1.1" 200 895 0.012578 10.0.0.56 - - [2025-09-18 01:59:44] "POST /id-to-fqname HTTP/1.1" 200 255 0.001132 10.0.0.41 - - [2025-09-18 01:59:45] "GET /projects?obj_uuids=9590b326-23d8-4705-a2e3-5786a8983e3b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000912 10.0.0.56 - - [2025-09-18 01:59:45] "GET /project/9590b326-23d8-4705-a2e3-5786a8983e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.069988 10.0.0.56 - - [2025-09-18 01:59:45] "POST /neutron/network HTTP/1.1" 200 892 0.007366 10.0.0.56 - - [2025-09-18 01:59:45] "POST /id-to-fqname HTTP/1.1" 200 256 0.001234 10.0.0.56 - - [2025-09-18 01:59:45] "POST /neutron/port HTTP/1.1" 200 117 0.009375 10.0.0.41 - - [2025-09-18 01:59:46] "GET /projects?obj_uuids=9590b326-23d8-4705-a2e3-5786a8983e3b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000877 10.0.0.56 - - [2025-09-18 01:59:46] "POST /neutron/port HTTP/1.1" 200 1062 0.379133 10.0.0.56 - - [2025-09-18 01:59:46] "POST /neutron/port HTTP/1.1" 200 1116 0.148375 10.0.0.41 - - [2025-09-18 01:59:46] "GET /projects?obj_uuids=9590b326-23d8-4705-a2e3-5786a8983e3b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000883 10.0.0.56 - - [2025-09-18 01:59:46] "GET /project/9590b326-23d8-4705-a2e3-5786a8983e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.068875 10.0.0.56 - - [2025-09-18 01:59:46] "POST /neutron/subnet HTTP/1.1" 200 699 0.022058 10.0.0.56 - - [2025-09-18 01:59:46] "POST /neutron/network HTTP/1.1" 200 892 0.007114 10.0.0.56 - - [2025-09-18 01:59:47] "POST /neutron/port HTTP/1.1" 200 117 0.007081 10.0.0.56 - - [2025-09-18 01:59:47] "POST /neutron/port HTTP/1.1" 200 1063 0.016229 10.0.0.56 - - [2025-09-18 01:59:48] "POST /neutron/port HTTP/1.1" 200 1091 0.020075 10.0.0.56 - - [2025-09-18 01:59:48] "POST /neutron/port HTTP/1.1" 200 117 0.001058 10.0.0.56 - - [2025-09-18 01:59:48] "POST /neutron/network HTTP/1.1" 400 204 0.013927 10.0.0.56 - - [2025-09-18 01:59:49] "POST /neutron/port HTTP/1.1" 200 151 0.193710 10.0.0.56 - - [2025-09-18 01:59:50] "POST /neutron/network HTTP/1.1" 200 895 0.006412 10.0.0.41 - - [2025-09-18 01:59:51] "DELETE /project/2ed66e08-5c62-4e6d-9ad0-9f81c6137fd3 HTTP/1.1" 404 177 0.005709 10.0.0.41 - - [2025-09-18 01:59:51] "DELETE /project/9590b32623d84705a2e35786a8983e3b HTTP/1.1" 404 173 0.004825 10.0.0.41 - - [2025-09-18 01:59:51] "DELETE /project/238783535e1c4cffaf4c68bf57bc7d6d HTTP/1.1" 404 173 0.007585 10.0.0.41 - - [2025-09-18 01:59:51] "GET /projects?obj_uuids=23878353-5e1c-4cff-af4c-68bf57bc7d6d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000824 10.0.0.41 - - [2025-09-18 01:59:51] "GET /project/23878353-5e1c-4cff-af4c-68bf57bc7d6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.042784 10.0.0.41 - - [2025-09-18 01:59:51] "GET /projects?obj_uuids=23878353-5e1c-4cff-af4c-68bf57bc7d6d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001791 10.0.0.41 - - [2025-09-18 01:59:51] "GET /project/23878353-5e1c-4cff-af4c-68bf57bc7d6d?fields=security_groups HTTP/1.1" 200 1398 0.053528 10.0.0.41 - - [2025-09-18 01:59:51] "DELETE /security-group/0e4cd46e-ffe0-405b-8199-144e84e419d4 HTTP/1.1" 200 115 0.069420 10.0.0.41 - - [2025-09-18 01:59:51] "GET /projects?obj_uuids=23878353-5e1c-4cff-af4c-68bf57bc7d6d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000876 10.0.0.41 - - [2025-09-18 01:59:51] "DELETE /access-control-list/451871b4-b3ce-434b-b298-ba92e9ad4cd6 HTTP/1.1" 200 115 0.049217 10.0.0.41 - - [2025-09-18 01:59:51] "GET /project/23878353-5e1c-4cff-af4c-68bf57bc7d6d?fields=application_policy_sets HTTP/1.1" 200 1437 0.054698 10.0.0.41 - - [2025-09-18 01:59:51] "DELETE /project/23878353-5e1c-4cff-af4c-68bf57bc7d6d HTTP/1.1" 200 115 0.455501 10.0.0.56 - - [2025-09-18 01:59:53] "POST /neutron/network HTTP/1.1" 400 204 0.021968 10.0.0.56 - - [2025-09-18 01:59:57] "POST /neutron/network HTTP/1.1" 200 895 0.006903 10.0.0.22 - - [2025-09-18 01:59:57] "GET /obj-perms HTTP/1.1" 200 5056 0.056456 10.0.0.56 - - [2025-09-18 01:59:58] "POST /neutron/port HTTP/1.1" 200 1117 0.011733 10.0.0.56 - - [2025-09-18 01:59:59] "POST /neutron/network HTTP/1.1" 200 895 0.007021 10.0.0.41 - - [2025-09-18 01:59:59] "DELETE /route-target/837068d0-4892-4fd3-9668-1051428cbd4c HTTP/1.1" 200 115 0.025390 10.0.0.41 - - [2025-09-18 01:59:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003474 10.0.0.41 - - [2025-09-18 01:59:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003459 10.0.0.56 - - [2025-09-18 01:59:59] "POST /neutron/network HTTP/1.1" 200 151 0.121989 10.0.0.41 - - [2025-09-18 01:59:59] "GET /projects?obj_uuids=9590b326-23d8-4705-a2e3-5786a8983e3b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001591 10.0.0.56 - - [2025-09-18 01:59:59] "GET /project/9590b326-23d8-4705-a2e3-5786a8983e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.087359 10.0.0.41 - - [2025-09-18 01:59:59] "GET /projects?obj_uuids=9590b326-23d8-4705-a2e3-5786a8983e3b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001287 10.0.0.56 - - [2025-09-18 01:59:59] "GET /project/9590b326-23d8-4705-a2e3-5786a8983e3b?fields=virtual_networks HTTP/1.1" 200 1036 0.055305 10.0.0.41 - - [2025-09-18 01:59:59] "GET /projects?obj_uuids=9590b326-23d8-4705-a2e3-5786a8983e3b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000869 10.0.0.56 - - [2025-09-18 01:59:59] "GET /project/9590b326-23d8-4705-a2e3-5786a8983e3b?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.057761 10.0.0.41 - - [2025-09-18 01:59:59] "GET /projects?obj_uuids=9590b326-23d8-4705-a2e3-5786a8983e3b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000921 10.0.0.56 - - [2025-09-18 01:59:59] "GET /project/9590b326-23d8-4705-a2e3-5786a8983e3b?fields=security_groups HTTP/1.1" 200 1264 0.043586 10.0.0.56 - - [2025-09-18 02:00:01] "POST /fqname-to-id HTTP/1.1" 404 196 0.038035 10.0.0.41 - - [2025-09-18 02:00:01] "GET /projects?obj_uuids=8e081374-ed76-47d9-a8a6-735ad2e403ca&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003447 10.0.0.41 - - [2025-09-18 02:00:01] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001115 10.0.0.41 - - [2025-09-18 02:00:01] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009071 10.0.0.41 - - [2025-09-18 02:00:01] "POST /id-to-fqname HTTP/1.1" 200 198 0.003411 10.0.0.41 - - [2025-09-18 02:00:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.007451 10.0.0.41 - - [2025-09-18 02:00:01] "POST /security-groups HTTP/1.1" 200 599 0.040542 10.0.0.41 - - [2025-09-18 02:00:01] "POST /projects HTTP/1.1" 200 601 0.290376 10.0.0.41 - - [2025-09-18 02:00:01] "POST /fqname-to-id HTTP/1.1" 404 242 0.004891 10.0.0.41 - - [2025-09-18 02:00:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.375091 10.0.0.41 - - [2025-09-18 02:00:01] "POST /access-control-lists HTTP/1.1" 200 602 0.042411 10.0.0.56 - - [2025-09-18 02:00:01] "GET /project/8e081374-ed76-47d9-a8a6-735ad2e403ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.547873 10.0.0.56 - - [2025-09-18 02:00:02] "GET / HTTP/1.1" 200 35931 0.001641 10.0.0.56 - - [2025-09-18 02:00:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000601 10.0.0.56 - - [2025-09-18 02:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.064512 10.0.0.41 - - [2025-09-18 02:00:03] "GET /projects?obj_uuids=8e081374-ed76-47d9-a8a6-735ad2e403ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001113 10.0.0.56 - - [2025-09-18 02:00:03] "GET /project/8e081374-ed76-47d9-a8a6-735ad2e403ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045727 10.0.0.41 - - [2025-09-18 02:00:04] "POST /useragent-kv HTTP/1.1" 200 115 0.007779 10.0.0.56 - - [2025-09-18 02:00:04] "POST /neutron/subnet HTTP/1.1" 200 734 0.290421 10.0.0.56 - - [2025-09-18 02:00:04] "POST /id-to-fqname HTTP/1.1" 200 267 0.001663 10.0.0.56 - - [2025-09-18 02:00:04] "GET /virtual-network/a09b8f6d-92a0-4399-bddc-498f6b202146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.006728 10.0.0.56 - - [2025-09-18 02:00:04] "GET /virtual-network/a09b8f6d-92a0-4399-bddc-498f6b202146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.007849 10.0.0.56 - - [2025-09-18 02:00:04] "POST /neutron/network HTTP/1.1" 200 912 0.008976 10.0.0.56 - - [2025-09-18 02:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.41 - - [2025-09-18 02:00:04] "GET /projects?obj_uuids=8e081374-ed76-47d9-a8a6-735ad2e403ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001310 10.0.0.56 - - [2025-09-18 02:00:04] "GET /project/8e081374-ed76-47d9-a8a6-735ad2e403ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.044643 10.0.0.41 - - [2025-09-18 02:00:04] "GET /projects?obj_uuids=8e081374-ed76-47d9-a8a6-735ad2e403ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000984 10.0.0.56 - - [2025-09-18 02:00:04] "POST /neutron/network HTTP/1.1" 200 691 0.146777 10.0.0.41 - - [2025-09-18 02:00:05] "POST /route-targets HTTP/1.1" 200 327 0.015672 10.0.0.56 - - [2025-09-18 02:00:05] "POST /id-to-fqname HTTP/1.1" 200 267 0.003418 10.0.0.56 - - [2025-09-18 02:00:05] "GET /virtual-network/7651d918-7c6b-4a84-94f0-7ffe1d73aa5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2171 0.005715 10.0.0.56 - - [2025-09-18 02:00:05] "POST /neutron/network HTTP/1.1" 200 910 0.006947 10.0.0.56 - - [2025-09-18 02:00:05] "GET /virtual-network/7651d918-7c6b-4a84-94f0-7ffe1d73aa5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2171 0.005866 10.0.0.56 - - [2025-09-18 02:00:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.41 - - [2025-09-18 02:00:05] "GET /projects?obj_uuids=8e081374-ed76-47d9-a8a6-735ad2e403ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000957 10.0.0.56 - - [2025-09-18 02:00:05] "GET /project/8e081374-ed76-47d9-a8a6-735ad2e403ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053492 10.0.0.56 - - [2025-09-18 02:00:05] "POST /neutron/network HTTP/1.1" 200 117 0.013170 10.0.0.41 - - [2025-09-18 02:00:05] "POST /ref-update HTTP/1.1" 200 156 0.028562 10.0.0.56 - - [2025-09-18 02:00:06] "POST /neutron/network HTTP/1.1" 200 914 0.009209 10.0.0.56 - - [2025-09-18 02:00:06] "POST /id-to-fqname HTTP/1.1" 200 268 0.001106 10.0.0.56 - - [2025-09-18 02:00:06] "GET /virtual-network/ae7968ec-4666-4a73-a294-554c2d0b7860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005523 10.0.0.56 - - [2025-09-18 02:00:06] "GET /virtual-network/ae7968ec-4666-4a73-a294-554c2d0b7860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005476 10.0.0.56 - - [2025-09-18 02:00:06] "POST /neutron/subnet HTTP/1.1" 200 734 0.014590 10.0.0.56 - - [2025-09-18 02:00:06] "POST /id-to-fqname HTTP/1.1" 200 267 0.001088 10.0.0.41 - - [2025-09-18 02:00:47] "GET /projects?obj_uuids=8e081374-ed76-47d9-a8a6-735ad2e403ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000923 10.0.0.56 - - [2025-09-18 02:00:47] "GET /project/8e081374-ed76-47d9-a8a6-735ad2e403ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.067420 10.0.0.56 - - [2025-09-18 02:00:47] "POST /neutron/port HTTP/1.1" 200 117 0.006363 10.0.0.56 - - [2025-09-18 02:00:47] "POST /id-to-fqname HTTP/1.1" 200 268 0.001176 10.0.0.56 - - [2025-09-18 02:00:47] "POST /neutron/network HTTP/1.1" 200 924 0.007416 10.0.0.56 - - [2025-09-18 02:00:48] "POST /neutron/port HTTP/1.1" 200 1068 0.023036 10.0.0.41 - - [2025-09-18 02:00:48] "GET /projects?obj_uuids=8e081374-ed76-47d9-a8a6-735ad2e403ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002363 10.0.0.56 - - [2025-09-18 02:00:48] "GET /project/8e081374-ed76-47d9-a8a6-735ad2e403ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.159116 10.0.0.56 - - [2025-09-18 02:00:48] "POST /neutron/network HTTP/1.1" 200 914 0.006470 10.0.0.56 - - [2025-09-18 02:00:48] "POST /neutron/subnet HTTP/1.1" 200 699 0.015848 10.0.0.56 - - [2025-09-18 02:00:48] "POST /neutron/port HTTP/1.1" 200 1096 0.054632 10.0.0.41 - - [2025-09-18 02:00:49] "GET /projects?obj_uuids=7b49a019-273e-4679-94ea-a639b42c1658&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001458 10.0.0.56 - - [2025-09-18 02:00:49] "GET /project/7b49a019-273e-4679-94ea-a639b42c1658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.058129 10.0.0.56 - - [2025-09-18 02:00:49] "POST /neutron/network HTTP/1.1" 200 924 0.012421 10.0.0.56 - - [2025-09-18 02:00:50] "POST /neutron/port HTTP/1.1" 200 1070 0.021799 10.0.0.56 - - [2025-09-18 02:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.010382 10.0.0.56 - - [2025-09-18 02:00:50] "GET /security-group/2f8f70f7-5a42-4dd9-8733-2f1cd4448633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3683 0.027296 10.0.0.56 - - [2025-09-18 02:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005523 10.0.0.41 - - [2025-09-18 02:00:50] "GET /projects?obj_uuids=7b49a019-273e-4679-94ea-a639b42c1658&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000912 10.0.0.56 - - [2025-09-18 02:00:50] "GET /project/7b49a019-273e-4679-94ea-a639b42c1658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.079398 10.0.0.56 - - [2025-09-18 02:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005030 10.0.0.56 - - [2025-09-18 02:00:50] "GET /security-group/2f8f70f7-5a42-4dd9-8733-2f1cd4448633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3683 0.004036 10.0.0.56 - - [2025-09-18 02:00:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.016019 10.0.0.56 - - [2025-09-18 02:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004865 10.0.0.56 - - [2025-09-18 02:00:50] "PUT /security-group/2f8f70f7-5a42-4dd9-8733-2f1cd4448633 HTTP/1.1" 200 262 0.040412 10.0.0.56 - - [2025-09-18 02:00:50] "POST /neutron/network HTTP/1.1" 200 914 0.020072 10.0.0.41 - - [2025-09-18 02:00:50] "PUT /access-control-list/c77517e2-2ee0-4221-b6c4-a3cd8fbab4f7 HTTP/1.1" 200 272 0.024619 10.0.0.56 - - [2025-09-18 02:00:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.005988 10.0.0.56 - - [2025-09-18 02:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006452 10.0.0.41 - - [2025-09-18 02:00:51] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001301 10.0.0.56 - - [2025-09-18 02:00:51] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.014300 10.0.0.56 - - [2025-09-18 02:00:51] "POST /service-templates HTTP/1.1" 200 543 0.049701 10.0.0.56 - - [2025-09-18 02:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.010466 10.0.0.56 - - [2025-09-18 02:00:51] "GET /service-template/b0485331-169f-4c1d-b7e9-b6a00b0659cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.009290 10.0.0.56 - - [2025-09-18 02:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.011895 10.0.0.56 - - [2025-09-18 02:00:52] "GET /service-template/b0485331-169f-4c1d-b7e9-b6a00b0659cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.004144 10.0.0.41 - - [2025-09-18 02:00:52] "DELETE /project/8e081374ed7647d9a8a6735ad2e403ca HTTP/1.1" 404 173 0.004223 10.0.0.41 - - [2025-09-18 02:00:52] "DELETE /project/9590b326-23d8-4705-a2e3-5786a8983e3b HTTP/1.1" 404 177 0.007499 10.0.0.56 - - [2025-09-18 02:00:52] "POST /id-to-fqname HTTP/1.1" 200 267 0.003129 10.0.0.56 - - [2025-09-18 02:00:52] "POST /id-to-fqname HTTP/1.1" 200 267 0.002476 10.0.0.56 - - [2025-09-18 02:00:52] "POST /id-to-fqname HTTP/1.1" 200 268 0.002357 10.0.0.56 - - [2025-09-18 02:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005062 10.0.0.56 - - [2025-09-18 02:00:52] "DELETE /service-template/b0485331-169f-4c1d-b7e9-b6a00b0659cd HTTP/1.1" 200 115 0.056745 10.0.0.56 - - [2025-09-18 02:00:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.004928 10.0.0.56 - - [2025-09-18 02:00:55] "POST /neutron/network HTTP/1.1" 200 910 0.014192 10.0.0.56 - - [2025-09-18 02:00:57] "POST /neutron/network HTTP/1.1" 400 204 0.028964 10.0.0.56 - - [2025-09-18 02:00:58] "GET /obj-perms HTTP/1.1" 200 5056 0.066528 10.0.0.56 - - [2025-09-18 02:01:01] "POST /neutron/network HTTP/1.1" 200 910 0.013667 10.0.0.56 - - [2025-09-18 02:01:03] "POST /neutron/network HTTP/1.1" 400 204 0.024977 10.0.0.56 - - [2025-09-18 02:01:07] "POST /neutron/network HTTP/1.1" 200 910 0.007034 10.0.0.56 - - [2025-09-18 02:01:09] "POST /neutron/network HTTP/1.1" 400 204 0.015729 10.0.0.56 - - [2025-09-18 02:01:13] "POST /neutron/network HTTP/1.1" 200 910 0.006520 10.0.0.56 - - [2025-09-18 02:01:15] "POST /neutron/network HTTP/1.1" 400 204 0.013528 10.0.0.56 - - [2025-09-18 02:01:19] "POST /neutron/network HTTP/1.1" 200 910 0.008328 10.0.0.56 - - [2025-09-18 02:01:22] "POST /neutron/network HTTP/1.1" 400 204 0.016810 10.0.0.56 - - [2025-09-18 02:01:26] "POST /neutron/network HTTP/1.1" 200 910 0.009296 10.0.0.56 - - [2025-09-18 02:01:28] "POST /neutron/network HTTP/1.1" 400 204 0.014664 10.0.0.56 - - [2025-09-18 02:01:32] "POST /neutron/network HTTP/1.1" 200 910 0.007003 10.0.0.56 - - [2025-09-18 02:01:34] "POST /neutron/network HTTP/1.1" 400 204 0.025677 10.0.0.56 - - [2025-09-18 02:01:38] "POST /neutron/network HTTP/1.1" 200 910 0.007591 10.0.0.56 - - [2025-09-18 02:01:40] "POST /neutron/network HTTP/1.1" 400 204 0.015059 10.0.0.56 - - [2025-09-18 02:01:44] "POST /neutron/network HTTP/1.1" 200 910 0.006989 10.0.0.56 - - [2025-09-18 02:01:45] "POST /neutron/port HTTP/1.1" 200 1122 0.011943 10.0.0.41 - - [2025-09-18 02:01:46] "POST /useragent-kv HTTP/1.1" 200 115 0.004448 10.0.0.41 - - [2025-09-18 02:01:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002595 10.0.0.56 - - [2025-09-18 02:01:46] "POST /neutron/network HTTP/1.1" 200 151 0.159894 10.0.0.41 - - [2025-09-18 02:01:46] "DELETE /route-target/3350d13c-8d7e-4b1b-9a0d-878da2b397eb HTTP/1.1" 200 115 0.039575 10.0.0.56 - - [2025-09-18 02:01:46] "POST /neutron/network HTTP/1.1" 400 204 0.017685 10.0.0.56 - - [2025-09-18 02:01:50] "POST /neutron/network HTTP/1.1" 200 914 0.008098 10.0.0.56 - - [2025-09-18 02:01:53] "POST /neutron/network HTTP/1.1" 400 204 0.016037 10.0.0.56 - - [2025-09-18 02:01:56] "POST /neutron/port HTTP/1.1" 200 1098 0.022624 10.0.0.56 - - [2025-09-18 02:01:57] "POST /neutron/network HTTP/1.1" 200 914 0.007400 10.0.0.41 - - [2025-09-18 02:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.41 - - [2025-09-18 02:01:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003603 10.0.0.41 - - [2025-09-18 02:01:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003029 10.0.0.56 - - [2025-09-18 02:01:57] "POST /neutron/network HTTP/1.1" 200 151 0.121152 10.0.0.41 - - [2025-09-18 02:01:57] "GET /projects?obj_uuids=8e081374-ed76-47d9-a8a6-735ad2e403ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001045 10.0.0.56 - - [2025-09-18 02:01:57] "GET /project/8e081374-ed76-47d9-a8a6-735ad2e403ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.098580 10.0.0.41 - - [2025-09-18 02:01:57] "GET /projects?obj_uuids=8e081374-ed76-47d9-a8a6-735ad2e403ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001135 10.0.0.56 - - [2025-09-18 02:01:57] "GET /project/8e081374-ed76-47d9-a8a6-735ad2e403ca?fields=virtual_networks HTTP/1.1" 200 1048 0.043797 10.0.0.41 - - [2025-09-18 02:01:57] "GET /projects?obj_uuids=8e081374-ed76-47d9-a8a6-735ad2e403ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000895 10.0.0.56 - - [2025-09-18 02:01:57] "GET /project/8e081374-ed76-47d9-a8a6-735ad2e403ca?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.047673 10.0.0.41 - - [2025-09-18 02:01:57] "GET /projects?obj_uuids=8e081374-ed76-47d9-a8a6-735ad2e403ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000914 10.0.0.56 - - [2025-09-18 02:01:57] "GET /project/8e081374-ed76-47d9-a8a6-735ad2e403ca?fields=security_groups HTTP/1.1" 200 1282 0.060659 10.0.0.56 - - [2025-09-18 02:01:58] "POST /fqname-to-id HTTP/1.1" 404 189 0.027166 10.0.0.41 - - [2025-09-18 02:01:58] "GET /projects?obj_uuids=a97d43f4-7c06-4e90-be20-1c776065a0f6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003085 10.0.0.41 - - [2025-09-18 02:01:58] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000917 10.0.0.41 - - [2025-09-18 02:01:58] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007614 10.0.0.22 - - [2025-09-18 02:01:58] "GET /global-system-configs HTTP/1.1" 200 322 0.058682 10.0.0.41 - - [2025-09-18 02:01:59] "POST /id-to-fqname HTTP/1.1" 200 191 0.008259 10.0.0.41 - - [2025-09-18 02:01:59] "POST /fqname-to-id HTTP/1.1" 404 200 0.004783 10.0.0.41 - - [2025-09-18 02:01:59] "POST /security-groups HTTP/1.1" 200 592 0.046433 10.0.0.41 - - [2025-09-18 02:01:59] "POST /projects HTTP/1.1" 200 587 0.307736 10.0.0.41 - - [2025-09-18 02:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.422796 10.0.0.41 - - [2025-09-18 02:01:59] "POST /access-control-lists HTTP/1.1" 200 597 0.030476 10.0.0.56 - - [2025-09-18 02:01:59] "GET /project/a97d43f4-7c06-4e90-be20-1c776065a0f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.565227 10.0.0.41 - - [2025-09-18 02:01:59] "GET /global-system-configs HTTP/1.1" 200 322 0.553810 10.0.0.41 - - [2025-09-18 02:01:59] "GET /obj-perms HTTP/1.1" 200 5056 0.669313 10.0.0.22 - - [2025-09-18 02:01:59] "GET /obj-perms HTTP/1.1" 200 5056 0.685870 10.0.0.22 - - [2025-09-18 02:02:00] "GET /global-system-configs HTTP/1.1" 200 322 0.555298 10.0.0.41 - - [2025-09-18 02:02:00] "GET /global-system-configs HTTP/1.1" 200 322 0.632476 10.0.0.56 - - [2025-09-18 02:02:00] "GET /obj-perms HTTP/1.1" 200 5056 0.866986 10.0.0.41 - - [2025-09-18 02:02:00] "GET /obj-perms HTTP/1.1" 200 5056 0.902756 10.0.0.56 - - [2025-09-18 02:02:01] "GET /global-system-configs HTTP/1.1" 200 322 0.078243 10.0.0.56 - - [2025-09-18 02:02:01] "GET /obj-perms HTTP/1.1" 200 5056 0.266866 10.0.0.22 - - [2025-09-18 02:02:01] "GET /obj-perms HTTP/1.1" 200 5056 0.342462 10.0.0.56 - - [2025-09-18 02:02:01] "GET / HTTP/1.1" 200 35931 0.001370 10.0.0.56 - - [2025-09-18 02:02:02] "GET /global-system-configs HTTP/1.1" 200 322 0.139593 10.0.0.56 - - [2025-09-18 02:02:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000572 10.0.0.56 - - [2025-09-18 02:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.027525 10.0.0.41 - - [2025-09-18 02:02:02] "GET /projects?obj_uuids=a97d43f4-7c06-4e90-be20-1c776065a0f6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000864 10.0.0.56 - - [2025-09-18 02:02:03] "GET /project/a97d43f4-7c06-4e90-be20-1c776065a0f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.060042 10.0.0.41 - - [2025-09-18 02:02:03] "GET /projects?obj_uuids=a97d43f4-7c06-4e90-be20-1c776065a0f6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000878 10.0.0.56 - - [2025-09-18 02:02:03] "POST /neutron/network HTTP/1.1" 200 670 0.179585 10.0.0.41 - - [2025-09-18 02:02:03] "POST /route-targets HTTP/1.1" 200 327 0.014225 10.0.0.56 - - [2025-09-18 02:02:03] "POST /id-to-fqname HTTP/1.1" 200 253 0.003607 10.0.0.56 - - [2025-09-18 02:02:03] "GET /virtual-network/6fb7dcc5-551c-46c9-9f4d-e6a264c41600?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.006060 10.0.0.56 - - [2025-09-18 02:02:03] "POST /neutron/network HTTP/1.1" 200 890 0.006771 10.0.0.56 - - [2025-09-18 02:02:03] "GET /virtual-network/6fb7dcc5-551c-46c9-9f4d-e6a264c41600?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.005279 10.0.0.56 - - [2025-09-18 02:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.41 - - [2025-09-18 02:02:03] "GET /projects?obj_uuids=a97d43f4-7c06-4e90-be20-1c776065a0f6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000868 10.0.0.56 - - [2025-09-18 02:02:03] "GET /project/a97d43f4-7c06-4e90-be20-1c776065a0f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.061719 10.0.0.56 - - [2025-09-18 02:02:03] "POST /neutron/network HTTP/1.1" 200 117 0.011709 10.0.0.41 - - [2025-09-18 02:02:04] "POST /ref-update HTTP/1.1" 200 156 0.033306 10.0.0.56 - - [2025-09-18 02:02:04] "POST /neutron/network HTTP/1.1" 200 887 0.010845 10.0.0.56 - - [2025-09-18 02:02:04] "POST /id-to-fqname HTTP/1.1" 200 253 0.001559 10.0.0.56 - - [2025-09-18 02:02:04] "GET /virtual-network/713035e0-8051-42d7-9175-6561edfae20d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2130 0.005454 10.0.0.56 - - [2025-09-18 02:02:04] "GET /virtual-network/713035e0-8051-42d7-9175-6561edfae20d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2130 0.006277 10.0.0.56 - - [2025-09-18 02:02:04] "POST /neutron/subnet HTTP/1.1" 200 715 0.008921 10.0.0.56 - - [2025-09-18 02:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.41 - - [2025-09-18 02:02:04] "GET /projects?obj_uuids=a97d43f4-7c06-4e90-be20-1c776065a0f6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000827 10.0.0.56 - - [2025-09-18 02:02:04] "GET /project/a97d43f4-7c06-4e90-be20-1c776065a0f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.039859 10.0.0.41 - - [2025-09-18 02:02:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002944 10.0.0.56 - - [2025-09-18 02:02:05] "POST /neutron/subnet HTTP/1.1" 200 715 0.248831 10.0.0.56 - - [2025-09-18 02:02:05] "POST /id-to-fqname HTTP/1.1" 200 254 0.001164 10.0.0.56 - - [2025-09-18 02:02:05] "GET /virtual-network/470de3e0-8e4f-4c58-a207-4ec1851b6e90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2133 0.007324 10.0.0.56 - - [2025-09-18 02:02:05] "GET /virtual-network/470de3e0-8e4f-4c58-a207-4ec1851b6e90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2133 0.005605 10.0.0.56 - - [2025-09-18 02:02:05] "POST /neutron/network HTTP/1.1" 200 889 0.008684 10.0.0.56 - - [2025-09-18 02:02:05] "POST /id-to-fqname HTTP/1.1" 200 253 0.001255 10.0.0.41 - - [2025-09-18 02:02:06] "GET /projects?obj_uuids=a97d43f4-7c06-4e90-be20-1c776065a0f6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001222 10.0.0.56 - - [2025-09-18 02:02:06] "GET /project/a97d43f4-7c06-4e90-be20-1c776065a0f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.067923 10.0.0.56 - - [2025-09-18 02:02:06] "POST /neutron/network HTTP/1.1" 200 887 0.007107 10.0.0.56 - - [2025-09-18 02:02:06] "POST /id-to-fqname HTTP/1.1" 200 254 0.001765 10.0.0.56 - - [2025-09-18 02:02:06] "POST /neutron/port HTTP/1.1" 200 117 0.005798 10.0.0.41 - - [2025-09-18 02:02:06] "GET /projects?obj_uuids=a97d43f4-7c06-4e90-be20-1c776065a0f6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001223 10.0.0.56 - - [2025-09-18 02:02:07] "POST /neutron/port HTTP/1.1" 200 1059 0.313235 10.0.0.56 - - [2025-09-18 02:02:07] "POST /neutron/port HTTP/1.1" 200 1113 0.129079 10.0.0.56 - - [2025-09-18 02:02:07] "POST /neutron/subnet HTTP/1.1" 200 689 0.012189 10.0.0.41 - - [2025-09-18 02:02:07] "GET /projects?obj_uuids=a97d43f4-7c06-4e90-be20-1c776065a0f6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001238 10.0.0.56 - - [2025-09-18 02:02:07] "GET /project/a97d43f4-7c06-4e90-be20-1c776065a0f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.094571 10.0.0.56 - - [2025-09-18 02:02:07] "POST /neutron/network HTTP/1.1" 200 889 0.006019 10.0.0.56 - - [2025-09-18 02:02:07] "POST /neutron/port HTTP/1.1" 200 117 0.006921 10.0.0.56 - - [2025-09-18 02:02:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.014143 10.0.0.56 - - [2025-09-18 02:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002609 10.0.0.41 - - [2025-09-18 02:02:08] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000906 10.0.0.56 - - [2025-09-18 02:02:08] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006889 10.0.0.56 - - [2025-09-18 02:02:08] "POST /neutron/port HTTP/1.1" 200 1059 0.017396 10.0.0.56 - - [2025-09-18 02:02:08] "POST /service-templates HTTP/1.1" 200 543 0.025945 10.0.0.56 - - [2025-09-18 02:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.56 - - [2025-09-18 02:02:08] "GET /service-template/3ba97a6b-7136-4031-b119-874e7ada63cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.005764 10.0.0.56 - - [2025-09-18 02:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.011731 10.0.0.56 - - [2025-09-18 02:02:08] "GET /service-template/3ba97a6b-7136-4031-b119-874e7ada63cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004281 10.0.0.56 - - [2025-09-18 02:02:08] "POST /id-to-fqname HTTP/1.1" 200 253 0.001283 10.0.0.56 - - [2025-09-18 02:02:08] "POST /id-to-fqname HTTP/1.1" 200 253 0.000952 10.0.0.56 - - [2025-09-18 02:02:09] "POST /neutron/port HTTP/1.1" 200 1087 0.018539 10.0.0.56 - - [2025-09-18 02:02:09] "POST /id-to-fqname HTTP/1.1" 200 254 0.001233 10.0.0.56 - - [2025-09-18 02:02:09] "POST /neutron/port HTTP/1.1" 200 117 0.001032 10.0.0.56 - - [2025-09-18 02:02:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008785 10.0.0.56 - - [2025-09-18 02:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004811 10.0.0.56 - - [2025-09-18 02:02:09] "DELETE /service-template/3ba97a6b-7136-4031-b119-874e7ada63cd HTTP/1.1" 200 115 0.032436 10.0.0.56 - - [2025-09-18 02:02:09] "POST /fqname-to-id HTTP/1.1" 404 193 0.003186 10.0.0.56 - - [2025-09-18 02:02:11] "POST /neutron/port HTTP/1.1" 200 1087 0.014842 10.0.0.56 - - [2025-09-18 02:02:13] "POST /neutron/network HTTP/1.1" 200 887 0.006751 10.0.0.41 - - [2025-09-18 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005159 10.0.0.56 - - [2025-09-18 02:02:13] "POST /neutron/network HTTP/1.1" 400 204 0.015059 10.0.0.56 - - [2025-09-18 02:02:17] "POST /neutron/network HTTP/1.1" 200 889 0.007416 10.0.0.41 - - [2025-09-18 02:02:18] "DELETE /access-control-list/958c8b08-e01a-4a83-8e5e-a0bad05a5765 HTTP/1.1" 200 115 0.045814 10.0.0.56 - - [2025-09-18 02:02:19] "POST /neutron/port HTTP/1.1" 200 1113 0.011819 10.0.0.41 - - [2025-09-18 02:02:20] "POST /useragent-kv HTTP/1.1" 200 115 0.006599 10.0.0.41 - - [2025-09-18 02:02:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002923 10.0.0.56 - - [2025-09-18 02:02:20] "POST /neutron/network HTTP/1.1" 200 151 0.169842 10.0.0.41 - - [2025-09-18 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006315 10.0.0.41 - - [2025-09-18 02:02:20] "GET /projects?obj_uuids=a97d43f4-7c06-4e90-be20-1c776065a0f6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000936 10.0.0.56 - - [2025-09-18 02:02:20] "GET /project/a97d43f4-7c06-4e90-be20-1c776065a0f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.054756 10.0.0.41 - - [2025-09-18 02:02:20] "GET /projects?obj_uuids=a97d43f4-7c06-4e90-be20-1c776065a0f6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000873 10.0.0.56 - - [2025-09-18 02:02:20] "GET /project/a97d43f4-7c06-4e90-be20-1c776065a0f6?fields=virtual_networks HTTP/1.1" 200 1034 0.052194 10.0.0.41 - - [2025-09-18 02:02:20] "GET /projects?obj_uuids=a97d43f4-7c06-4e90-be20-1c776065a0f6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000912 10.0.0.56 - - [2025-09-18 02:02:20] "POST /neutron/port HTTP/1.1" 200 117 0.006615 10.0.0.56 - - [2025-09-18 02:02:20] "GET /project/a97d43f4-7c06-4e90-be20-1c776065a0f6?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.053532 10.0.0.41 - - [2025-09-18 02:02:20] "GET /projects?obj_uuids=a97d43f4-7c06-4e90-be20-1c776065a0f6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001214 10.0.0.56 - - [2025-09-18 02:02:20] "GET /project/a97d43f4-7c06-4e90-be20-1c776065a0f6?fields=security_groups HTTP/1.1" 200 1261 0.057070 10.0.0.56 - - [2025-09-18 02:02:21] "POST /fqname-to-id HTTP/1.1" 404 193 0.029635 10.0.0.41 - - [2025-09-18 02:02:21] "GET /projects?obj_uuids=766da023-e907-4ac1-bf38-7ed99f994530&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003796 10.0.0.41 - - [2025-09-18 02:02:21] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001250 10.0.0.41 - - [2025-09-18 02:02:21] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009085 10.0.0.41 - - [2025-09-18 02:02:21] "POST /id-to-fqname HTTP/1.1" 200 195 0.005858 10.0.0.41 - - [2025-09-18 02:02:21] "POST /fqname-to-id HTTP/1.1" 404 204 0.008320 10.0.0.41 - - [2025-09-18 02:02:21] "POST /security-groups HTTP/1.1" 200 596 0.032126 10.0.0.41 - - [2025-09-18 02:02:21] "POST /projects HTTP/1.1" 200 595 0.257451 10.0.0.41 - - [2025-09-18 02:02:21] "POST /access-control-lists HTTP/1.1" 200 601 0.028399 10.0.0.41 - - [2025-09-18 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.331700 10.0.0.56 - - [2025-09-18 02:02:22] "GET /project/766da023-e907-4ac1-bf38-7ed99f994530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.489871 10.0.0.56 - - [2025-09-18 02:02:23] "GET / HTTP/1.1" 200 35931 0.001898 10.0.0.56 - - [2025-09-18 02:02:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000400 10.0.0.56 - - [2025-09-18 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.063375 10.0.0.41 - - [2025-09-18 02:02:24] "GET /projects?obj_uuids=766da023-e907-4ac1-bf38-7ed99f994530&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000881 10.0.0.56 - - [2025-09-18 02:02:24] "GET /project/766da023-e907-4ac1-bf38-7ed99f994530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.052711 10.0.0.41 - - [2025-09-18 02:02:24] "POST /route-targets HTTP/1.1" 200 327 0.016880 10.0.0.41 - - [2025-09-18 02:02:24] "POST /useragent-kv HTTP/1.1" 200 115 0.009871 10.0.0.56 - - [2025-09-18 02:02:24] "POST /neutron/subnet HTTP/1.1" 200 828 0.311126 10.0.0.56 - - [2025-09-18 02:02:25] "POST /id-to-fqname HTTP/1.1" 200 261 0.001226 10.0.0.56 - - [2025-09-18 02:02:25] "GET /virtual-network/67891a23-9a0d-465b-8a7c-2510b8350514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.009505 10.0.0.56 - - [2025-09-18 02:02:25] "POST /neutron/network HTTP/1.1" 200 1075 0.009791 10.0.0.56 - - [2025-09-18 02:02:25] "GET /virtual-network/67891a23-9a0d-465b-8a7c-2510b8350514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.013596 10.0.0.41 - - [2025-09-18 02:02:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.032262 10.0.0.56 - - [2025-09-18 02:02:25] "POST /neutron/subnet HTTP/1.1" 200 725 0.010322 10.0.0.56 - - [2025-09-18 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.41 - - [2025-09-18 02:02:25] "GET /projects?obj_uuids=766da023-e907-4ac1-bf38-7ed99f994530&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001296 10.0.0.56 - - [2025-09-18 02:02:25] "GET /project/766da023-e907-4ac1-bf38-7ed99f994530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.066635 10.0.0.41 - - [2025-09-18 02:02:25] "POST /ref-update HTTP/1.1" 200 156 0.047722 10.0.0.41 - - [2025-09-18 02:02:25] "POST /useragent-kv HTTP/1.1" 200 115 0.009358 10.0.0.56 - - [2025-09-18 02:02:26] "POST /neutron/subnet HTTP/1.1" 200 828 0.273445 10.0.0.56 - - [2025-09-18 02:02:26] "POST /id-to-fqname HTTP/1.1" 200 261 0.001187 10.0.0.56 - - [2025-09-18 02:02:26] "GET /virtual-network/0409d087-e0b5-42ce-a6b9-071d2bc4bc59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2733 0.013423 10.0.0.56 - - [2025-09-18 02:02:26] "POST /neutron/network HTTP/1.1" 200 1073 0.014847 10.0.0.56 - - [2025-09-18 02:02:26] "GET /virtual-network/0409d087-e0b5-42ce-a6b9-071d2bc4bc59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2733 0.005311 10.0.0.56 - - [2025-09-18 02:02:26] "POST /neutron/subnet HTTP/1.1" 200 715 0.008456 10.0.0.56 - - [2025-09-18 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.41 - - [2025-09-18 02:02:26] "GET /projects?obj_uuids=766da023-e907-4ac1-bf38-7ed99f994530&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002171 10.0.0.56 - - [2025-09-18 02:02:26] "GET /project/766da023-e907-4ac1-bf38-7ed99f994530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.067096 10.0.0.41 - - [2025-09-18 02:02:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.004252 10.0.0.41 - - [2025-09-18 02:02:27] "POST /useragent-kv HTTP/1.1" 200 115 0.010773 10.0.0.56 - - [2025-09-18 02:02:27] "POST /neutron/subnet HTTP/1.1" 200 828 0.220200 10.0.0.56 - - [2025-09-18 02:02:27] "POST /id-to-fqname HTTP/1.1" 200 262 0.001646 10.0.0.56 - - [2025-09-18 02:02:27] "GET /virtual-network/820b83fa-ccff-4fab-8e9a-c1a5928e42d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.012091 10.0.0.56 - - [2025-09-18 02:02:27] "POST /neutron/network HTTP/1.1" 200 1076 0.013431 10.0.0.56 - - [2025-09-18 02:02:27] "GET /virtual-network/820b83fa-ccff-4fab-8e9a-c1a5928e42d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.014223 10.0.0.56 - - [2025-09-18 02:02:27] "POST /neutron/subnet HTTP/1.1" 200 720 0.008828 10.0.0.56 - - [2025-09-18 02:02:27] "POST /id-to-fqname HTTP/1.1" 200 261 0.000967 10.0.0.41 - - [2025-09-18 02:02:28] "GET /projects?obj_uuids=766da023-e907-4ac1-bf38-7ed99f994530&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001261 10.0.0.56 - - [2025-09-18 02:02:28] "GET /project/766da023-e907-4ac1-bf38-7ed99f994530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.093105 10.0.0.56 - - [2025-09-18 02:02:28] "POST /neutron/port HTTP/1.1" 200 117 0.005461 10.0.0.56 - - [2025-09-18 02:02:29] "POST /id-to-fqname HTTP/1.1" 200 262 0.001161 10.0.0.56 - - [2025-09-18 02:02:29] "POST /neutron/network HTTP/1.1" 200 1086 0.009722 10.0.0.56 - - [2025-09-18 02:02:29] "POST /neutron/port HTTP/1.1" 200 1170 0.023247 10.0.0.56 - - [2025-09-18 02:02:30] "POST /neutron/port HTTP/1.1" 200 1198 0.032532 10.0.0.41 - - [2025-09-18 02:02:30] "GET /projects?obj_uuids=766da023-e907-4ac1-bf38-7ed99f994530&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001054 10.0.0.56 - - [2025-09-18 02:02:30] "POST /neutron/subnet HTTP/1.1" 200 1375 0.013349 10.0.0.56 - - [2025-09-18 02:02:30] "GET /project/766da023-e907-4ac1-bf38-7ed99f994530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.082322 10.0.0.56 - - [2025-09-18 02:02:30] "POST /neutron/network HTTP/1.1" 200 1076 0.009031 10.0.0.56 - - [2025-09-18 02:02:30] "POST /neutron/security_group HTTP/1.1" 200 2063 0.009698 10.0.0.41 - - [2025-09-18 02:02:30] "GET /projects?obj_uuids=766da023-e907-4ac1-bf38-7ed99f994530&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000975 10.0.0.56 - - [2025-09-18 02:02:31] "POST /neutron/port HTTP/1.1" 200 1171 0.438690 10.0.0.56 - - [2025-09-18 02:02:31] "POST /neutron/port HTTP/1.1" 200 1225 0.092312 10.0.0.56 - - [2025-09-18 02:02:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004024 10.0.0.56 - - [2025-09-18 02:02:31] "POST /neutron/port HTTP/1.1" 200 117 0.001154 10.0.0.56 - - [2025-09-18 02:02:32] "POST /neutron/network HTTP/1.1" 400 204 0.013399 10.0.0.56 - - [2025-09-18 02:02:32] "POST /neutron/port HTTP/1.1" 200 151 0.227812 10.0.0.41 - - [2025-09-18 02:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.56 - - [2025-09-18 02:02:34] "POST /neutron/network HTTP/1.1" 200 1076 0.017570 10.0.0.56 - - [2025-09-18 02:02:36] "POST /neutron/network HTTP/1.1" 400 204 0.015523 10.0.0.56 - - [2025-09-18 02:02:40] "POST /neutron/network HTTP/1.1" 200 1076 0.010374 10.0.0.56 - - [2025-09-18 02:02:41] "POST /neutron/port HTTP/1.1" 200 1225 0.012872 10.0.0.56 - - [2025-09-18 02:02:42] "POST /neutron/network HTTP/1.1" 200 1076 0.012389 10.0.0.41 - - [2025-09-18 02:02:42] "DELETE /route-target/aa39cb56-fb26-4743-b260-8b5d5ce134d1 HTTP/1.1" 200 115 0.030659 10.0.0.41 - - [2025-09-18 02:02:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004122 10.0.0.41 - - [2025-09-18 02:02:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002564 10.0.0.41 - - [2025-09-18 02:02:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003645 10.0.0.41 - - [2025-09-18 02:02:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003543 10.0.0.56 - - [2025-09-18 02:02:42] "POST /neutron/network HTTP/1.1" 200 151 0.143795 10.0.0.41 - - [2025-09-18 02:02:43] "GET /projects?obj_uuids=766da023-e907-4ac1-bf38-7ed99f994530&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002246 10.0.0.56 - - [2025-09-18 02:02:43] "GET /project/766da023-e907-4ac1-bf38-7ed99f994530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.082892 10.0.0.41 - - [2025-09-18 02:02:43] "GET /projects?obj_uuids=766da023-e907-4ac1-bf38-7ed99f994530&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000840 10.0.0.56 - - [2025-09-18 02:02:43] "GET /project/766da023-e907-4ac1-bf38-7ed99f994530?fields=virtual_networks HTTP/1.1" 200 1041 0.064699 10.0.0.41 - - [2025-09-18 02:02:43] "GET /projects?obj_uuids=766da023-e907-4ac1-bf38-7ed99f994530&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000957 10.0.0.56 - - [2025-09-18 02:02:43] "GET /project/766da023-e907-4ac1-bf38-7ed99f994530?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.043556 10.0.0.41 - - [2025-09-18 02:02:43] "GET /projects?obj_uuids=766da023-e907-4ac1-bf38-7ed99f994530&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000913 10.0.0.56 - - [2025-09-18 02:02:43] "GET /project/766da023-e907-4ac1-bf38-7ed99f994530?fields=security_groups HTTP/1.1" 200 1272 0.051691 10.0.0.56 - - [2025-09-18 02:02:44] "POST /fqname-to-id HTTP/1.1" 404 196 0.031380 10.0.0.41 - - [2025-09-18 02:02:44] "GET /projects?obj_uuids=b8d101d2-9261-4cef-a947-ad2e7603dcd9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004171 10.0.0.41 - - [2025-09-18 02:02:44] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001367 10.0.0.41 - - [2025-09-18 02:02:44] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008283 10.0.0.41 - - [2025-09-18 02:02:44] "POST /id-to-fqname HTTP/1.1" 200 198 0.002535 10.0.0.41 - - [2025-09-18 02:02:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.003876 10.0.0.41 - - [2025-09-18 02:02:44] "POST /security-groups HTTP/1.1" 200 599 0.038418 10.0.0.41 - - [2025-09-18 02:02:44] "POST /fqname-to-id HTTP/1.1" 404 242 0.005370 10.0.0.41 - - [2025-09-18 02:02:44] "POST /projects HTTP/1.1" 200 601 0.235249 10.0.0.41 - - [2025-09-18 02:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.312441 10.0.0.41 - - [2025-09-18 02:02:44] "POST /access-control-lists HTTP/1.1" 200 602 0.033061 10.0.0.56 - - [2025-09-18 02:02:44] "GET /project/b8d101d2-9261-4cef-a947-ad2e7603dcd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.458064 10.0.0.56 - - [2025-09-18 02:02:45] "GET / HTTP/1.1" 200 35931 0.001729 10.0.0.56 - - [2025-09-18 02:02:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000417 10.0.0.56 - - [2025-09-18 02:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.062177 10.0.0.41 - - [2025-09-18 02:02:46] "GET /projects?obj_uuids=b8d101d2-9261-4cef-a947-ad2e7603dcd9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000859 10.0.0.56 - - [2025-09-18 02:02:46] "GET /project/b8d101d2-9261-4cef-a947-ad2e7603dcd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054811 10.0.0.41 - - [2025-09-18 02:02:47] "POST /useragent-kv HTTP/1.1" 200 115 0.011426 10.0.0.56 - - [2025-09-18 02:02:47] "POST /neutron/subnet HTTP/1.1" 200 729 0.303957 10.0.0.56 - - [2025-09-18 02:02:47] "POST /id-to-fqname HTTP/1.1" 200 267 0.001322 10.0.0.56 - - [2025-09-18 02:02:47] "GET /virtual-network/16377fd5-d6cc-4288-9fe2-8cd2ea734e38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.005077 10.0.0.56 - - [2025-09-18 02:02:47] "GET /virtual-network/16377fd5-d6cc-4288-9fe2-8cd2ea734e38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.005961 10.0.0.56 - - [2025-09-18 02:02:47] "POST /neutron/network HTTP/1.1" 200 911 0.007645 10.0.0.56 - - [2025-09-18 02:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.41 - - [2025-09-18 02:02:47] "GET /projects?obj_uuids=b8d101d2-9261-4cef-a947-ad2e7603dcd9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001092 10.0.0.56 - - [2025-09-18 02:02:47] "GET /project/b8d101d2-9261-4cef-a947-ad2e7603dcd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.069222 10.0.0.41 - - [2025-09-18 02:02:47] "GET /projects?obj_uuids=b8d101d2-9261-4cef-a947-ad2e7603dcd9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000919 10.0.0.56 - - [2025-09-18 02:02:47] "POST /neutron/network HTTP/1.1" 200 691 0.131157 10.0.0.41 - - [2025-09-18 02:02:47] "POST /route-targets HTTP/1.1" 200 327 0.013908 10.0.0.56 - - [2025-09-18 02:02:48] "POST /id-to-fqname HTTP/1.1" 200 267 0.005817 10.0.0.56 - - [2025-09-18 02:02:48] "GET /virtual-network/391bb3b3-005b-4076-8866-6ffd4fe9399e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.006284 10.0.0.56 - - [2025-09-18 02:02:48] "POST /neutron/network HTTP/1.1" 200 910 0.007561 10.0.0.56 - - [2025-09-18 02:02:48] "GET /virtual-network/391bb3b3-005b-4076-8866-6ffd4fe9399e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.006578 10.0.0.56 - - [2025-09-18 02:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.41 - - [2025-09-18 02:02:48] "GET /projects?obj_uuids=b8d101d2-9261-4cef-a947-ad2e7603dcd9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000865 10.0.0.56 - - [2025-09-18 02:02:48] "GET /project/b8d101d2-9261-4cef-a947-ad2e7603dcd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.042772 10.0.0.56 - - [2025-09-18 02:02:48] "POST /neutron/network HTTP/1.1" 200 117 0.013437 10.0.0.41 - - [2025-09-18 02:02:48] "POST /ref-update HTTP/1.1" 200 156 0.037332 10.0.0.56 - - [2025-09-18 02:02:48] "POST /neutron/network HTTP/1.1" 200 911 0.011554 10.0.0.56 - - [2025-09-18 02:02:48] "POST /id-to-fqname HTTP/1.1" 200 268 0.001022 10.0.0.56 - - [2025-09-18 02:02:48] "GET /virtual-network/5d1fee5c-8a55-451e-b475-c11082a97aa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2171 0.005550 10.0.0.56 - - [2025-09-18 02:02:48] "GET /virtual-network/5d1fee5c-8a55-451e-b475-c11082a97aa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2171 0.005700 10.0.0.56 - - [2025-09-18 02:02:49] "POST /neutron/subnet HTTP/1.1" 200 720 0.011667 10.0.0.56 - - [2025-09-18 02:02:49] "POST /id-to-fqname HTTP/1.1" 200 267 0.001420 10.0.0.41 - - [2025-09-18 02:02:50] "GET /projects?obj_uuids=b8d101d2-9261-4cef-a947-ad2e7603dcd9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000967 10.0.0.56 - - [2025-09-18 02:02:50] "GET /project/b8d101d2-9261-4cef-a947-ad2e7603dcd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.064137 10.0.0.56 - - [2025-09-18 02:02:50] "POST /neutron/port HTTP/1.1" 200 117 0.006155 10.0.0.56 - - [2025-09-18 02:02:50] "POST /id-to-fqname HTTP/1.1" 200 268 0.001248 10.0.0.56 - - [2025-09-18 02:02:50] "POST /neutron/network HTTP/1.1" 200 921 0.008039 10.0.0.56 - - [2025-09-18 02:02:51] "POST /neutron/port HTTP/1.1" 200 1068 0.021216 10.0.0.56 - - [2025-09-18 02:02:51] "POST /neutron/port HTTP/1.1" 200 1096 0.017683 10.0.0.56 - - [2025-09-18 02:02:51] "POST /neutron/port HTTP/1.1" 200 117 0.001017 10.0.0.41 - - [2025-09-18 02:02:51] "GET /projects?obj_uuids=b8d101d2-9261-4cef-a947-ad2e7603dcd9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001242 10.0.0.56 - - [2025-09-18 02:02:51] "GET /project/b8d101d2-9261-4cef-a947-ad2e7603dcd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.062442 10.0.0.56 - - [2025-09-18 02:02:51] "POST /neutron/port HTTP/1.1" 200 1096 0.037397 10.0.0.41 - - [2025-09-18 02:02:52] "DELETE /project/a97d43f47c064e90be201c776065a0f6 HTTP/1.1" 404 173 0.008479 10.0.0.41 - - [2025-09-18 02:02:52] "DELETE /project/b8d101d292614cefa947ad2e7603dcd9 HTTP/1.1" 404 173 0.009881 10.0.0.41 - - [2025-09-18 02:02:52] "DELETE /project/8e081374-ed76-47d9-a8a6-735ad2e403ca HTTP/1.1" 404 177 0.005994 10.0.0.41 - - [2025-09-18 02:02:52] "DELETE /project/766da023e9074ac1bf387ed99f994530 HTTP/1.1" 404 173 0.008815 10.0.0.41 - - [2025-09-18 02:02:52] "GET /projects?obj_uuids=a97d43f4-7c06-4e90-be20-1c776065a0f6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000854 10.0.0.41 - - [2025-09-18 02:02:52] "GET /projects?obj_uuids=766da023-e907-4ac1-bf38-7ed99f994530&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000763 10.0.0.41 - - [2025-09-18 02:02:52] "GET /project/766da023-e907-4ac1-bf38-7ed99f994530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.053502 10.0.0.41 - - [2025-09-18 02:02:52] "GET /projects?obj_uuids=766da023-e907-4ac1-bf38-7ed99f994530&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002854 10.0.0.41 - - [2025-09-18 02:02:52] "GET /project/a97d43f4-7c06-4e90-be20-1c776065a0f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.075738 10.0.0.41 - - [2025-09-18 02:02:52] "GET /projects?obj_uuids=a97d43f4-7c06-4e90-be20-1c776065a0f6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000885 10.0.0.41 - - [2025-09-18 02:02:52] "GET /project/766da023-e907-4ac1-bf38-7ed99f994530?fields=security_groups HTTP/1.1" 200 1377 0.080418 10.0.0.41 - - [2025-09-18 02:02:52] "GET /project/a97d43f4-7c06-4e90-be20-1c776065a0f6?fields=security_groups HTTP/1.1" 200 1366 0.156768 10.0.0.41 - - [2025-09-18 02:02:52] "DELETE /security-group/b6e2e7fe-79f1-4038-8f7d-30fa8d232cd2 HTTP/1.1" 200 115 0.094834 10.0.0.41 - - [2025-09-18 02:02:52] "GET /projects?obj_uuids=766da023-e907-4ac1-bf38-7ed99f994530&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000941 10.0.0.56 - - [2025-09-18 02:02:52] "POST /neutron/network HTTP/1.1" 200 921 0.011611 10.0.0.41 - - [2025-09-18 02:02:52] "GET /project/766da023-e907-4ac1-bf38-7ed99f994530?fields=application_policy_sets HTTP/1.1" 200 1416 0.046052 10.0.0.41 - - [2025-09-18 02:02:52] "DELETE /security-group/59ba6945-1574-4bb6-add9-c226740b63db HTTP/1.1" 200 115 0.066571 10.0.0.41 - - [2025-09-18 02:02:52] "GET /projects?obj_uuids=a97d43f4-7c06-4e90-be20-1c776065a0f6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001419 10.0.0.41 - - [2025-09-18 02:02:52] "GET /project/a97d43f4-7c06-4e90-be20-1c776065a0f6?fields=application_policy_sets HTTP/1.1" 200 1405 0.070524 10.0.0.41 - - [2025-09-18 02:02:52] "DELETE /access-control-list/c297aa23-fb81-4ef4-8720-f593190a8fb9 HTTP/1.1" 200 115 0.087926 10.0.0.41 - - [2025-09-18 02:02:52] "DELETE /project/766da023-e907-4ac1-bf38-7ed99f994530 HTTP/1.1" 200 115 0.604053 10.0.0.41 - - [2025-09-18 02:02:52] "DELETE /project/a97d43f4-7c06-4e90-be20-1c776065a0f6 HTTP/1.1" 200 115 0.690604 10.0.0.56 - - [2025-09-18 02:02:53] "POST /neutron/port HTTP/1.1" 200 1067 0.017097 10.0.0.56 - - [2025-09-18 02:02:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003855 10.0.0.56 - - [2025-09-18 02:02:53] "POST /neutron/network HTTP/1.1" 200 911 0.007979 10.0.0.56 - - [2025-09-18 02:02:54] "POST /neutron/port HTTP/1.1" 200 1096 0.016459 10.0.0.56 - - [2025-09-18 02:02:55] "POST /neutron/network HTTP/1.1" 200 910 0.006488 10.0.0.41 - - [2025-09-18 02:02:55] "DELETE /route-target/689000f3-86e5-48ee-ad9d-84f8ede11c63 HTTP/1.1" 200 115 0.044768 10.0.0.56 - - [2025-09-18 02:02:56] "POST /neutron/network HTTP/1.1" 400 204 0.013673 10.0.0.56 - - [2025-09-18 02:03:00] "POST /neutron/network HTTP/1.1" 200 911 0.007795 10.0.0.41 - - [2025-09-18 02:03:01] "GET /obj-perms HTTP/1.1" 200 5056 0.062627 10.0.0.56 - - [2025-09-18 02:03:02] "POST /neutron/network HTTP/1.1" 400 204 0.016994 10.0.0.56 - - [2025-09-18 02:03:04] "POST /neutron/port HTTP/1.1" 200 1095 0.019680 10.0.0.56 - - [2025-09-18 02:03:04] "POST /neutron/port HTTP/1.1" 200 117 0.006272 10.0.0.56 - - [2025-09-18 02:03:04] "POST /neutron/network HTTP/1.1" 200 117 0.008475 10.0.0.56 - - [2025-09-18 02:03:05] "POST /neutron/network HTTP/1.1" 200 117 0.007032 10.0.0.41 - - [2025-09-18 02:03:06] "POST /useragent-kv HTTP/1.1" 200 115 0.006881 10.0.0.41 - - [2025-09-18 02:03:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002524 10.0.0.56 - - [2025-09-18 02:03:06] "POST /neutron/network HTTP/1.1" 200 151 0.147611 10.0.0.41 - - [2025-09-18 02:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.007362 10.0.0.41 - - [2025-09-18 02:03:06] "GET /projects?obj_uuids=b8d101d2-9261-4cef-a947-ad2e7603dcd9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001024 10.0.0.56 - - [2025-09-18 02:03:06] "GET /project/b8d101d2-9261-4cef-a947-ad2e7603dcd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.039885 10.0.0.41 - - [2025-09-18 02:03:06] "GET /projects?obj_uuids=b8d101d2-9261-4cef-a947-ad2e7603dcd9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001926 10.0.0.56 - - [2025-09-18 02:03:06] "GET /project/b8d101d2-9261-4cef-a947-ad2e7603dcd9?fields=virtual_networks HTTP/1.1" 200 1048 0.052432 10.0.0.41 - - [2025-09-18 02:03:06] "GET /projects?obj_uuids=b8d101d2-9261-4cef-a947-ad2e7603dcd9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000982 10.0.0.56 - - [2025-09-18 02:03:06] "GET /project/b8d101d2-9261-4cef-a947-ad2e7603dcd9?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.049645 10.0.0.41 - - [2025-09-18 02:03:06] "GET /projects?obj_uuids=b8d101d2-9261-4cef-a947-ad2e7603dcd9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000926 10.0.0.56 - - [2025-09-18 02:03:06] "GET /project/b8d101d2-9261-4cef-a947-ad2e7603dcd9?fields=security_groups HTTP/1.1" 200 1282 0.043077 10.0.0.56 - - [2025-09-18 02:03:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.025958 10.0.0.41 - - [2025-09-18 02:03:07] "GET /projects?obj_uuids=3480e8d0-551e-434d-9abf-9faf395f5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003442 10.0.0.41 - - [2025-09-18 02:03:07] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001163 10.0.0.41 - - [2025-09-18 02:03:07] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008472 10.0.0.41 - - [2025-09-18 02:03:08] "POST /id-to-fqname HTTP/1.1" 200 195 0.004905 10.0.0.41 - - [2025-09-18 02:03:08] "POST /fqname-to-id HTTP/1.1" 404 204 0.018768 10.0.0.41 - - [2025-09-18 02:03:08] "POST /security-groups HTTP/1.1" 200 596 0.031245 10.0.0.41 - - [2025-09-18 02:03:08] "POST /projects HTTP/1.1" 200 595 0.259484 10.0.0.41 - - [2025-09-18 02:03:08] "POST /access-control-lists HTTP/1.1" 200 601 0.030173 10.0.0.41 - - [2025-09-18 02:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.333911 10.0.0.56 - - [2025-09-18 02:03:08] "GET /project/3480e8d0-551e-434d-9abf-9faf395f5a1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.495962 10.0.0.56 - - [2025-09-18 02:03:09] "GET / HTTP/1.1" 200 35931 0.001407 10.0.0.56 - - [2025-09-18 02:03:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000501 10.0.0.56 - - [2025-09-18 02:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.061516 10.0.0.41 - - [2025-09-18 02:03:10] "GET /projects?obj_uuids=3480e8d0-551e-434d-9abf-9faf395f5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000980 10.0.0.56 - - [2025-09-18 02:03:10] "GET /project/3480e8d0-551e-434d-9abf-9faf395f5a1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.043167 10.0.0.56 - - [2025-09-18 02:03:10] "POST /neutron/network HTTP/1.1" 200 117 0.032196 10.0.0.41 - - [2025-09-18 02:03:10] "POST /route-targets HTTP/1.1" 200 327 0.018326 10.0.0.56 - - [2025-09-18 02:03:11] "POST /neutron/network HTTP/1.1" 200 900 0.012076 10.0.0.56 - - [2025-09-18 02:03:11] "POST /id-to-fqname HTTP/1.1" 200 261 0.001521 10.0.0.56 - - [2025-09-18 02:03:11] "GET /virtual-network/9e3bf91b-7179-489e-bfce-6057670dbd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.006332 10.0.0.56 - - [2025-09-18 02:03:11] "GET /virtual-network/9e3bf91b-7179-489e-bfce-6057670dbd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.005603 10.0.0.56 - - [2025-09-18 02:03:11] "POST /neutron/subnet HTTP/1.1" 200 719 0.013044 10.0.0.56 - - [2025-09-18 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.008703 10.0.0.41 - - [2025-09-18 02:03:11] "GET /projects?obj_uuids=3480e8d0-551e-434d-9abf-9faf395f5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000929 10.0.0.56 - - [2025-09-18 02:03:11] "GET /project/3480e8d0-551e-434d-9abf-9faf395f5a1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.054194 10.0.0.41 - - [2025-09-18 02:03:11] "POST /ref-update HTTP/1.1" 200 156 0.024187 10.0.0.41 - - [2025-09-18 02:03:11] "POST /useragent-kv HTTP/1.1" 200 115 0.009225 10.0.0.56 - - [2025-09-18 02:03:11] "POST /neutron/subnet HTTP/1.1" 200 729 0.216657 10.0.0.56 - - [2025-09-18 02:03:11] "POST /id-to-fqname HTTP/1.1" 200 261 0.001553 10.0.0.56 - - [2025-09-18 02:03:11] "GET /virtual-network/9fa0f3e0-f646-4cea-98b4-3e0ab95bd81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006846 10.0.0.56 - - [2025-09-18 02:03:11] "GET /virtual-network/9fa0f3e0-f646-4cea-98b4-3e0ab95bd81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.007188 10.0.0.56 - - [2025-09-18 02:03:11] "POST /neutron/network HTTP/1.1" 200 902 0.007415 10.0.0.56 - - [2025-09-18 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.41 - - [2025-09-18 02:03:11] "GET /projects?obj_uuids=3480e8d0-551e-434d-9abf-9faf395f5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000935 10.0.0.56 - - [2025-09-18 02:03:11] "GET /project/3480e8d0-551e-434d-9abf-9faf395f5a1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.033705 10.0.0.41 - - [2025-09-18 02:03:11] "GET /projects?obj_uuids=3480e8d0-551e-434d-9abf-9faf395f5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000870 10.0.0.56 - - [2025-09-18 02:03:12] "POST /neutron/network HTTP/1.1" 200 684 0.142940 10.0.0.56 - - [2025-09-18 02:03:12] "POST /id-to-fqname HTTP/1.1" 200 262 0.003770 10.0.0.56 - - [2025-09-18 02:03:12] "GET /virtual-network/534dd658-d4f8-438d-b57e-5a67938bca39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2165 0.006747 10.0.0.56 - - [2025-09-18 02:03:12] "POST /neutron/network HTTP/1.1" 200 905 0.008540 10.0.0.56 - - [2025-09-18 02:03:12] "GET /virtual-network/534dd658-d4f8-438d-b57e-5a67938bca39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2165 0.006596 10.0.0.56 - - [2025-09-18 02:03:12] "POST /id-to-fqname HTTP/1.1" 200 261 0.001270 10.0.0.56 - - [2025-09-18 02:03:12] "POST /neutron/network HTTP/1.1" 200 912 0.006790 10.0.0.41 - - [2025-09-18 02:03:13] "GET /projects?obj_uuids=3480e8d0-551e-434d-9abf-9faf395f5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001425 10.0.0.56 - - [2025-09-18 02:03:13] "GET /project/3480e8d0-551e-434d-9abf-9faf395f5a1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.083321 10.0.0.56 - - [2025-09-18 02:03:13] "POST /neutron/port HTTP/1.1" 200 117 0.029824 10.0.0.56 - - [2025-09-18 02:03:13] "POST /id-to-fqname HTTP/1.1" 200 262 0.001279 10.0.0.56 - - [2025-09-18 02:03:14] "POST /neutron/network HTTP/1.1" 200 912 0.006770 10.0.0.56 - - [2025-09-18 02:03:14] "POST /neutron/port HTTP/1.1" 200 1066 0.014548 10.0.0.56 - - [2025-09-18 02:03:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003937 10.0.0.41 - - [2025-09-18 02:03:14] "GET /projects?obj_uuids=3480e8d0-551e-434d-9abf-9faf395f5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.024633 10.0.0.56 - - [2025-09-18 02:03:14] "POST /neutron/network HTTP/1.1" 200 902 0.005927 10.0.0.56 - - [2025-09-18 02:03:14] "GET /project/3480e8d0-551e-434d-9abf-9faf395f5a1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.112917 10.0.0.56 - - [2025-09-18 02:03:15] "POST /neutron/security_group HTTP/1.1" 200 2063 0.010074 10.0.0.41 - - [2025-09-18 02:03:15] "GET /projects?obj_uuids=3480e8d0-551e-434d-9abf-9faf395f5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000981 10.0.0.56 - - [2025-09-18 02:03:16] "POST /fqname-to-id HTTP/1.1" 404 193 0.003433 10.0.0.56 - - [2025-09-18 02:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.56 - - [2025-09-18 02:03:16] "POST /neutron/port HTTP/1.1" 200 1067 0.342318 10.0.0.41 - - [2025-09-18 02:03:16] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000914 10.0.0.56 - - [2025-09-18 02:03:16] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007388 10.0.0.56 - - [2025-09-18 02:03:16] "POST /service-templates HTTP/1.1" 200 543 0.032045 10.0.0.56 - - [2025-09-18 02:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006011 10.0.0.56 - - [2025-09-18 02:03:16] "POST /neutron/port HTTP/1.1" 200 1121 0.106931 10.0.0.56 - - [2025-09-18 02:03:16] "GET /service-template/0f4667b4-1e3a-4a7e-969e-d2a193ef4951?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.005938 10.0.0.56 - - [2025-09-18 02:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.56 - - [2025-09-18 02:03:16] "GET /service-template/0f4667b4-1e3a-4a7e-969e-d2a193ef4951?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.004399 10.0.0.56 - - [2025-09-18 02:03:16] "POST /id-to-fqname HTTP/1.1" 200 261 0.000990 10.0.0.56 - - [2025-09-18 02:03:16] "POST /neutron/subnet HTTP/1.1" 200 708 0.009002 10.0.0.56 - - [2025-09-18 02:03:16] "POST /id-to-fqname HTTP/1.1" 200 261 0.002102 10.0.0.56 - - [2025-09-18 02:03:16] "POST /id-to-fqname HTTP/1.1" 200 262 0.001223 10.0.0.56 - - [2025-09-18 02:03:16] "POST /neutron/port HTTP/1.1" 200 2073 0.017552 10.0.0.56 - - [2025-09-18 02:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.56 - - [2025-09-18 02:03:16] "DELETE /service-template/0f4667b4-1e3a-4a7e-969e-d2a193ef4951 HTTP/1.1" 200 115 0.032295 10.0.0.56 - - [2025-09-18 02:03:16] "POST /fqname-to-id HTTP/1.1" 404 193 0.004130 10.0.0.56 - - [2025-09-18 02:03:18] "POST /neutron/network HTTP/1.1" 400 204 0.015099 10.0.0.56 - - [2025-09-18 02:03:19] "POST /neutron/port HTTP/1.1" 200 151 0.212845 10.0.0.41 - - [2025-09-18 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.036809 10.0.0.56 - - [2025-09-18 02:03:21] "POST /neutron/network HTTP/1.1" 200 905 0.012689 10.0.0.56 - - [2025-09-18 02:03:23] "POST /neutron/network HTTP/1.1" 400 204 0.013389 10.0.0.56 - - [2025-09-18 02:03:26] "POST /neutron/port HTTP/1.1" 200 1095 0.021499 10.0.0.56 - - [2025-09-18 02:03:27] "POST /neutron/network HTTP/1.1" 200 905 0.006700 10.0.0.56 - - [2025-09-18 02:03:27] "POST /neutron/network HTTP/1.1" 200 900 0.013209 10.0.0.41 - - [2025-09-18 02:03:27] "DELETE /route-target/4fe335ad-f1fc-449b-9a83-d1643698081a HTTP/1.1" 200 115 0.039203 10.0.0.41 - - [2025-09-18 02:03:27] "GET /projects?obj_uuids=3480e8d0-551e-434d-9abf-9faf395f5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000987 10.0.0.56 - - [2025-09-18 02:03:27] "GET /project/3480e8d0-551e-434d-9abf-9faf395f5a1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.091480 10.0.0.41 - - [2025-09-18 02:03:27] "GET /projects?obj_uuids=3480e8d0-551e-434d-9abf-9faf395f5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000970 10.0.0.56 - - [2025-09-18 02:03:28] "GET /project/3480e8d0-551e-434d-9abf-9faf395f5a1a?fields=virtual_networks HTTP/1.1" 200 1041 0.069867 10.0.0.41 - - [2025-09-18 02:03:28] "GET /projects?obj_uuids=3480e8d0-551e-434d-9abf-9faf395f5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001032 10.0.0.56 - - [2025-09-18 02:03:28] "GET /project/3480e8d0-551e-434d-9abf-9faf395f5a1a?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.048988 10.0.0.41 - - [2025-09-18 02:03:28] "GET /projects?obj_uuids=3480e8d0-551e-434d-9abf-9faf395f5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000987 10.0.0.56 - - [2025-09-18 02:03:28] "GET /project/3480e8d0-551e-434d-9abf-9faf395f5a1a?fields=security_groups HTTP/1.1" 200 1272 0.044104 10.0.0.56 - - [2025-09-18 02:03:29] "POST /fqname-to-id HTTP/1.1" 404 197 0.030894 10.0.0.41 - - [2025-09-18 02:03:29] "GET /projects?obj_uuids=04180e5d-9b97-4ad5-a943-6d62547580cc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004258 10.0.0.41 - - [2025-09-18 02:03:29] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001242 10.0.0.41 - - [2025-09-18 02:03:29] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.034829 10.0.0.41 - - [2025-09-18 02:03:29] "POST /id-to-fqname HTTP/1.1" 200 199 0.003829 10.0.0.41 - - [2025-09-18 02:03:29] "POST /fqname-to-id HTTP/1.1" 404 208 0.007868 10.0.0.41 - - [2025-09-18 02:03:29] "POST /security-groups HTTP/1.1" 200 600 0.032609 10.0.0.41 - - [2025-09-18 02:03:29] "POST /fqname-to-id HTTP/1.1" 404 243 0.006723 10.0.0.41 - - [2025-09-18 02:03:29] "POST /projects HTTP/1.1" 200 603 0.262511 10.0.0.41 - - [2025-09-18 02:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.336253 10.0.0.41 - - [2025-09-18 02:03:29] "POST /access-control-lists HTTP/1.1" 200 603 0.038164 10.0.0.56 - - [2025-09-18 02:03:29] "GET /project/04180e5d-9b97-4ad5-a943-6d62547580cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.514517 10.0.0.56 - - [2025-09-18 02:03:30] "GET / HTTP/1.1" 200 35931 0.001869 10.0.0.56 - - [2025-09-18 02:03:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000458 10.0.0.56 - - [2025-09-18 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.057419 10.0.0.41 - - [2025-09-18 02:03:31] "GET /projects?obj_uuids=04180e5d-9b97-4ad5-a943-6d62547580cc&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000943 10.0.0.56 - - [2025-09-18 02:03:31] "GET /project/04180e5d-9b97-4ad5-a943-6d62547580cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.041113 10.0.0.41 - - [2025-09-18 02:03:31] "GET /projects?obj_uuids=04180e5d-9b97-4ad5-a943-6d62547580cc&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001392 10.0.0.56 - - [2025-09-18 02:03:32] "POST /neutron/network HTTP/1.1" 200 694 0.172894 10.0.0.41 - - [2025-09-18 02:03:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.004724 10.0.0.56 - - [2025-09-18 02:03:32] "POST /neutron/network HTTP/1.1" 200 1085 0.010916 10.0.0.56 - - [2025-09-18 02:03:32] "POST /id-to-fqname HTTP/1.1" 200 269 0.001005 10.0.0.56 - - [2025-09-18 02:03:32] "GET /virtual-network/67c73901-0cec-45a9-9ee0-2a01f81132e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2754 0.004826 10.0.0.56 - - [2025-09-18 02:03:32] "GET /virtual-network/67c73901-0cec-45a9-9ee0-2a01f81132e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2754 0.005501 10.0.0.56 - - [2025-09-18 02:03:32] "POST /neutron/subnet HTTP/1.1" 200 818 0.010703 10.0.0.56 - - [2025-09-18 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.41 - - [2025-09-18 02:03:32] "GET /projects?obj_uuids=04180e5d-9b97-4ad5-a943-6d62547580cc&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000935 10.0.0.56 - - [2025-09-18 02:03:32] "GET /project/04180e5d-9b97-4ad5-a943-6d62547580cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.039245 10.0.0.41 - - [2025-09-18 02:03:32] "GET /projects?obj_uuids=04180e5d-9b97-4ad5-a943-6d62547580cc&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001028 10.0.0.56 - - [2025-09-18 02:03:33] "POST /neutron/network HTTP/1.1" 200 694 0.137273 10.0.0.41 - - [2025-09-18 02:03:33] "POST /route-targets HTTP/1.1" 200 327 0.013431 10.0.0.56 - - [2025-09-18 02:03:33] "POST /neutron/network HTTP/1.1" 200 1085 0.015680 10.0.0.56 - - [2025-09-18 02:03:33] "POST /id-to-fqname HTTP/1.1" 200 269 0.001846 10.0.0.56 - - [2025-09-18 02:03:33] "GET /virtual-network/bfe82454-a6da-48a6-a322-c790c26fbff3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2755 0.007875 10.0.0.56 - - [2025-09-18 02:03:33] "GET /virtual-network/bfe82454-a6da-48a6-a322-c790c26fbff3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2755 0.007438 10.0.0.56 - - [2025-09-18 02:03:33] "POST /neutron/subnet HTTP/1.1" 200 823 0.010084 10.0.0.56 - - [2025-09-18 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.41 - - [2025-09-18 02:03:33] "GET /projects?obj_uuids=04180e5d-9b97-4ad5-a943-6d62547580cc&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000895 10.0.0.56 - - [2025-09-18 02:03:33] "GET /project/04180e5d-9b97-4ad5-a943-6d62547580cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.055751 10.0.0.41 - - [2025-09-18 02:03:33] "GET /projects?obj_uuids=04180e5d-9b97-4ad5-a943-6d62547580cc&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001081 10.0.0.56 - - [2025-09-18 02:03:34] "POST /neutron/network HTTP/1.1" 200 696 0.200279 10.0.0.41 - - [2025-09-18 02:03:34] "POST /ref-update HTTP/1.1" 200 156 0.022260 10.0.0.41 - - [2025-09-18 02:03:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.005479 10.0.0.56 - - [2025-09-18 02:03:34] "POST /neutron/network HTTP/1.1" 200 1089 0.010085 10.0.0.56 - - [2025-09-18 02:03:34] "POST /id-to-fqname HTTP/1.1" 200 270 0.001047 10.0.0.56 - - [2025-09-18 02:03:34] "GET /virtual-network/99dc52f8-a325-4c48-aa07-c308e5fdf1bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.005535 10.0.0.56 - - [2025-09-18 02:03:34] "GET /virtual-network/99dc52f8-a325-4c48-aa07-c308e5fdf1bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.005823 10.0.0.56 - - [2025-09-18 02:03:34] "POST /neutron/subnet HTTP/1.1" 200 828 0.010009 10.0.0.56 - - [2025-09-18 02:03:34] "POST /id-to-fqname HTTP/1.1" 200 269 0.001146 10.0.0.41 - - [2025-09-18 02:03:35] "GET /projects?obj_uuids=04180e5d-9b97-4ad5-a943-6d62547580cc&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000986 10.0.0.56 - - [2025-09-18 02:03:35] "GET /project/04180e5d-9b97-4ad5-a943-6d62547580cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.061609 10.0.0.56 - - [2025-09-18 02:03:35] "POST /neutron/network HTTP/1.1" 200 1085 0.010343 10.0.0.56 - - [2025-09-18 02:03:35] "POST /id-to-fqname HTTP/1.1" 200 270 0.001313 10.0.0.56 - - [2025-09-18 02:03:36] "POST /neutron/port HTTP/1.1" 200 117 0.008555 10.0.0.41 - - [2025-09-18 02:03:36] "GET /projects?obj_uuids=04180e5d-9b97-4ad5-a943-6d62547580cc&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001043 10.0.0.56 - - [2025-09-18 02:03:36] "POST /neutron/port HTTP/1.1" 200 1174 0.348164 10.0.0.56 - - [2025-09-18 02:03:36] "POST /neutron/port HTTP/1.1" 200 1228 0.146597 10.0.0.56 - - [2025-09-18 02:03:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004199 10.0.0.41 - - [2025-09-18 02:03:37] "GET /projects?obj_uuids=04180e5d-9b97-4ad5-a943-6d62547580cc&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001039 10.0.0.56 - - [2025-09-18 02:03:37] "POST /neutron/port HTTP/1.1" 200 117 0.000949 10.0.0.56 - - [2025-09-18 02:03:37] "GET /project/04180e5d-9b97-4ad5-a943-6d62547580cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.091493 10.0.0.56 - - [2025-09-18 02:03:37] "POST /neutron/port HTTP/1.1" 200 1202 0.025095 10.0.0.56 - - [2025-09-18 02:03:37] "POST /neutron/network HTTP/1.1" 200 1099 0.008818 10.0.0.56 - - [2025-09-18 02:03:38] "POST /neutron/port HTTP/1.1" 200 1176 0.026082 10.0.0.56 - - [2025-09-18 02:03:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004382 10.0.0.56 - - [2025-09-18 02:03:38] "POST /neutron/port HTTP/1.1" 200 117 0.001032 10.0.0.56 - - [2025-09-18 02:03:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.003462 10.0.0.56 - - [2025-09-18 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.41 - - [2025-09-18 02:03:38] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.56 - - [2025-09-18 02:03:38] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007256 10.0.0.56 - - [2025-09-18 02:03:39] "POST /service-templates HTTP/1.1" 200 543 0.048289 10.0.0.56 - - [2025-09-18 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.56 - - [2025-09-18 02:03:39] "GET /service-template/28200fbc-d092-484d-ba79-39e5d62d590a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.006214 10.0.0.56 - - [2025-09-18 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.56 - - [2025-09-18 02:03:39] "GET /service-template/28200fbc-d092-484d-ba79-39e5d62d590a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.003942 10.0.0.56 - - [2025-09-18 02:03:39] "POST /id-to-fqname HTTP/1.1" 200 269 0.001488 10.0.0.56 - - [2025-09-18 02:03:39] "POST /id-to-fqname HTTP/1.1" 200 269 0.001182 10.0.0.56 - - [2025-09-18 02:03:39] "POST /id-to-fqname HTTP/1.1" 200 270 0.001207 10.0.0.56 - - [2025-09-18 02:03:39] "POST /neutron/port HTTP/1.1" 200 2288 0.019642 10.0.0.56 - - [2025-09-18 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.56 - - [2025-09-18 02:03:39] "DELETE /service-template/28200fbc-d092-484d-ba79-39e5d62d590a HTTP/1.1" 200 115 0.031829 10.0.0.56 - - [2025-09-18 02:03:39] "POST /fqname-to-id HTTP/1.1" 404 193 0.003250 10.0.0.56 - - [2025-09-18 02:03:41] "POST /neutron/network HTTP/1.1" 400 204 0.014700 10.0.0.56 - - [2025-09-18 02:03:41] "POST /neutron/port HTTP/1.1" 200 151 0.270186 10.0.0.56 - - [2025-09-18 02:03:43] "POST /neutron/network HTTP/1.1" 200 1089 0.011438 10.0.0.56 - - [2025-09-18 02:03:45] "POST /neutron/network HTTP/1.1" 400 204 0.013671 10.0.0.56 - - [2025-09-18 02:03:48] "POST /neutron/port HTTP/1.1" 200 1204 0.017544 10.0.0.56 - - [2025-09-18 02:03:49] "POST /neutron/port HTTP/1.1" 200 117 0.006287 10.0.0.41 - - [2025-09-18 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.56 - - [2025-09-18 02:03:49] "POST /neutron/network HTTP/1.1" 200 1085 0.022096 10.0.0.41 - - [2025-09-18 02:03:50] "DELETE /route-target/9356dd82-ff76-413f-a604-e98b28043cab HTTP/1.1" 200 115 0.028621 10.0.0.41 - - [2025-09-18 02:03:50] "GET /projects?obj_uuids=04180e5d-9b97-4ad5-a943-6d62547580cc&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001001 10.0.0.56 - - [2025-09-18 02:03:50] "GET /project/04180e5d-9b97-4ad5-a943-6d62547580cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.043889 10.0.0.41 - - [2025-09-18 02:03:50] "GET /projects?obj_uuids=04180e5d-9b97-4ad5-a943-6d62547580cc&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001018 10.0.0.56 - - [2025-09-18 02:03:50] "GET /project/04180e5d-9b97-4ad5-a943-6d62547580cc?fields=virtual_networks HTTP/1.1" 200 1048 0.049113 10.0.0.41 - - [2025-09-18 02:03:50] "GET /projects?obj_uuids=04180e5d-9b97-4ad5-a943-6d62547580cc&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001318 10.0.0.56 - - [2025-09-18 02:03:50] "GET /project/04180e5d-9b97-4ad5-a943-6d62547580cc?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.041643 10.0.0.41 - - [2025-09-18 02:03:50] "GET /projects?obj_uuids=04180e5d-9b97-4ad5-a943-6d62547580cc&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000959 10.0.0.56 - - [2025-09-18 02:03:50] "GET /project/04180e5d-9b97-4ad5-a943-6d62547580cc?fields=security_groups HTTP/1.1" 200 1283 0.045043 10.0.0.56 - - [2025-09-18 02:03:51] "POST /fqname-to-id HTTP/1.1" 404 200 0.028236 10.0.0.41 - - [2025-09-18 02:03:51] "GET /projects?obj_uuids=4286d5b9-72dc-4857-82b9-f577bda0d52b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004308 10.0.0.41 - - [2025-09-18 02:03:51] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001276 10.0.0.41 - - [2025-09-18 02:03:51] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009285 10.0.0.41 - - [2025-09-18 02:03:51] "POST /id-to-fqname HTTP/1.1" 200 202 0.006856 10.0.0.41 - - [2025-09-18 02:03:51] "POST /fqname-to-id HTTP/1.1" 404 211 0.004529 10.0.0.41 - - [2025-09-18 02:03:51] "POST /security-groups HTTP/1.1" 200 603 0.036346 10.0.0.41 - - [2025-09-18 02:03:51] "POST /projects HTTP/1.1" 200 609 0.274826 10.0.0.41 - - [2025-09-18 02:03:51] "POST /fqname-to-id HTTP/1.1" 404 245 0.007494 10.0.0.41 - - [2025-09-18 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.355366 10.0.0.56 - - [2025-09-18 02:03:51] "GET /project/4286d5b9-72dc-4857-82b9-f577bda0d52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.503190 10.0.0.56 - - [2025-09-18 02:03:53] "GET / HTTP/1.1" 200 35931 0.001463 10.0.0.41 - - [2025-09-18 02:03:53] "DELETE /project/3480e8d0551e434d9abf9faf395f5a1a HTTP/1.1" 404 173 0.010497 10.0.0.41 - - [2025-09-18 02:03:53] "DELETE /project/04180e5d9b974ad5a9436d62547580cc HTTP/1.1" 404 173 0.008111 10.0.0.41 - - [2025-09-18 02:03:53] "DELETE /project/4286d5b972dc485782b9f577bda0d52b HTTP/1.1" 404 173 0.017632 10.0.0.41 - - [2025-09-18 02:03:53] "GET /projects?obj_uuids=04180e5d-9b97-4ad5-a943-6d62547580cc&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000810 10.0.0.41 - - [2025-09-18 02:03:53] "GET /projects?obj_uuids=b8d101d2-9261-4cef-a947-ad2e7603dcd9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000714 10.0.0.41 - - [2025-09-18 02:03:53] "GET /projects?obj_uuids=3480e8d0-551e-434d-9abf-9faf395f5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000778 10.0.0.41 - - [2025-09-18 02:03:53] "GET /project/b8d101d2-9261-4cef-a947-ad2e7603dcd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.057160 10.0.0.41 - - [2025-09-18 02:03:53] "GET /project/3480e8d0-551e-434d-9abf-9faf395f5a1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.062636 10.0.0.41 - - [2025-09-18 02:03:53] "GET /project/04180e5d-9b97-4ad5-a943-6d62547580cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.081049 10.0.0.41 - - [2025-09-18 02:03:53] "GET /projects?obj_uuids=b8d101d2-9261-4cef-a947-ad2e7603dcd9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001200 10.0.0.41 - - [2025-09-18 02:03:53] "GET /projects?obj_uuids=3480e8d0-551e-434d-9abf-9faf395f5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000812 10.0.0.41 - - [2025-09-18 02:03:53] "GET /projects?obj_uuids=04180e5d-9b97-4ad5-a943-6d62547580cc&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000825 10.0.0.41 - - [2025-09-18 02:03:53] "GET /project/3480e8d0-551e-434d-9abf-9faf395f5a1a?fields=security_groups HTTP/1.1" 200 1377 0.056097 10.0.0.41 - - [2025-09-18 02:03:53] "GET /project/b8d101d2-9261-4cef-a947-ad2e7603dcd9?fields=security_groups HTTP/1.1" 200 1387 0.065001 10.0.0.41 - - [2025-09-18 02:03:53] "GET /project/04180e5d-9b97-4ad5-a943-6d62547580cc?fields=security_groups HTTP/1.1" 200 1388 0.092730 10.0.0.41 - - [2025-09-18 02:03:53] "DELETE /security-group/c4059181-4710-494a-9c2f-ac6fcb6e59b6 HTTP/1.1" 200 115 0.066717 10.0.0.41 - - [2025-09-18 02:03:53] "GET /projects?obj_uuids=b8d101d2-9261-4cef-a947-ad2e7603dcd9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001064 10.0.0.41 - - [2025-09-18 02:03:53] "DELETE /security-group/a69bbec1-365a-4d1f-a9cd-ab65ca51f052 HTTP/1.1" 200 115 0.108982 10.0.0.41 - - [2025-09-18 02:03:53] "GET /projects?obj_uuids=3480e8d0-551e-434d-9abf-9faf395f5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002480 10.0.0.41 - - [2025-09-18 02:03:53] "GET /project/b8d101d2-9261-4cef-a947-ad2e7603dcd9?fields=application_policy_sets HTTP/1.1" 200 1426 0.087427 10.0.0.41 - - [2025-09-18 02:03:53] "DELETE /security-group/c5b637b6-640e-4366-b6ac-8f8994ed7559 HTTP/1.1" 200 115 0.127123 10.0.0.41 - - [2025-09-18 02:03:53] "GET /projects?obj_uuids=04180e5d-9b97-4ad5-a943-6d62547580cc&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001003 10.0.0.41 - - [2025-09-18 02:03:53] "DELETE /access-control-list/074928ad-91b7-4240-96c6-3ae42d200072 HTTP/1.1" 200 115 0.081732 10.0.0.41 - - [2025-09-18 02:03:53] "GET /project/3480e8d0-551e-434d-9abf-9faf395f5a1a?fields=application_policy_sets HTTP/1.1" 200 1416 0.109338 10.0.0.41 - - [2025-09-18 02:03:53] "GET /project/04180e5d-9b97-4ad5-a943-6d62547580cc?fields=application_policy_sets HTTP/1.1" 200 1427 0.087647 10.0.0.41 - - [2025-09-18 02:03:53] "DELETE /access-control-list/e715afff-98ab-493f-8051-5b202de09d90 HTTP/1.1" 200 115 0.088398 10.0.0.41 - - [2025-09-18 02:03:53] "DELETE /project/3480e8d0-551e-434d-9abf-9faf395f5a1a HTTP/1.1" 200 115 0.682304 10.0.0.41 - - [2025-09-18 02:03:53] "DELETE /project/b8d101d2-9261-4cef-a947-ad2e7603dcd9 HTTP/1.1" 200 115 0.686573 10.0.0.41 - - [2025-09-18 02:03:53] "DELETE /project/04180e5d-9b97-4ad5-a943-6d62547580cc HTTP/1.1" 200 115 0.697303 10.0.0.56 - - [2025-09-18 02:03:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000559 10.0.0.56 - - [2025-09-18 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.028094 10.0.0.41 - - [2025-09-18 02:03:54] "GET /projects?obj_uuids=4286d5b9-72dc-4857-82b9-f577bda0d52b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000860 10.0.0.56 - - [2025-09-18 02:03:54] "GET /project/4286d5b9-72dc-4857-82b9-f577bda0d52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.037264 10.0.0.41 - - [2025-09-18 02:03:55] "GET /projects?obj_uuids=4286d5b9-72dc-4857-82b9-f577bda0d52b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001569 10.0.0.56 - - [2025-09-18 02:03:55] "POST /neutron/network HTTP/1.1" 200 619 0.157307 10.0.0.41 - - [2025-09-18 02:03:55] "POST /ref-update HTTP/1.1" 200 156 0.034054 10.0.0.56 - - [2025-09-18 02:03:55] "POST /id-to-fqname HTTP/1.1" 200 233 0.003399 10.0.0.56 - - [2025-09-18 02:03:55] "GET /virtual-network/f976cbf8-f5cf-4242-8c21-93b0dbe51a87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.008836 10.0.0.56 - - [2025-09-18 02:03:55] "POST /neutron/network HTTP/1.1" 200 836 0.008246 10.0.0.56 - - [2025-09-18 02:03:55] "GET /virtual-network/f976cbf8-f5cf-4242-8c21-93b0dbe51a87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005444 10.0.0.56 - - [2025-09-18 02:03:56] "GET /virtual-network/f976cbf8-f5cf-4242-8c21-93b0dbe51a87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006021 10.0.0.22 - - [2025-09-18 02:03:57] "GET /obj-perms HTTP/1.1" 200 5054 0.052611 10.0.0.56 - - [2025-09-18 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004939 10.0.0.41 - - [2025-09-18 02:03:57] "GET /projects?obj_uuids=4286d5b9-72dc-4857-82b9-f577bda0d52b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001288 10.0.0.56 - - [2025-09-18 02:03:57] "GET /project/4286d5b9-72dc-4857-82b9-f577bda0d52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.041003 10.0.0.56 - - [2025-09-18 02:03:57] "POST /neutron/network HTTP/1.1" 200 117 0.011489 10.0.0.56 - - [2025-09-18 02:03:58] "POST /neutron/network HTTP/1.1" 200 835 0.009476 10.0.0.56 - - [2025-09-18 02:03:58] "POST /id-to-fqname HTTP/1.1" 200 233 0.001159 10.0.0.56 - - [2025-09-18 02:03:58] "GET /virtual-network/29d5a774-375f-442e-b500-292a2231e0b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005345 10.0.0.56 - - [2025-09-18 02:03:58] "GET /virtual-network/29d5a774-375f-442e-b500-292a2231e0b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006332 10.0.0.56 - - [2025-09-18 02:03:58] "POST /neutron/subnet HTTP/1.1" 200 710 0.012200 10.0.0.56 - - [2025-09-18 02:03:58] "GET /virtual-network/29d5a774-375f-442e-b500-292a2231e0b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005526 10.0.0.56 - - [2025-09-18 02:03:59] "GET /obj-perms HTTP/1.1" 200 5054 0.050886 10.0.0.56 - - [2025-09-18 02:03:59] "POST /id-to-fqname HTTP/1.1" 200 233 0.001261 10.0.0.41 - - [2025-09-18 02:04:31] "GET /projects?obj_uuids=4286d5b9-72dc-4857-82b9-f577bda0d52b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001359 10.0.0.56 - - [2025-09-18 02:04:31] "GET /project/4286d5b9-72dc-4857-82b9-f577bda0d52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.068576 10.0.0.56 - - [2025-09-18 02:04:31] "POST /neutron/port HTTP/1.1" 200 117 0.007301 10.0.0.56 - - [2025-09-18 02:04:31] "POST /id-to-fqname HTTP/1.1" 200 233 0.001386 10.0.0.56 - - [2025-09-18 02:04:31] "POST /neutron/network HTTP/1.1" 200 846 0.006884 10.0.0.56 - - [2025-09-18 02:04:32] "POST /neutron/port HTTP/1.1" 200 1069 0.063984 10.0.0.41 - - [2025-09-18 02:04:32] "GET /projects?obj_uuids=4286d5b9-72dc-4857-82b9-f577bda0d52b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001242 10.0.0.56 - - [2025-09-18 02:04:32] "GET /project/4286d5b9-72dc-4857-82b9-f577bda0d52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.100116 10.0.0.56 - - [2025-09-18 02:04:33] "POST /neutron/network HTTP/1.1" 200 836 0.058224 10.0.0.56 - - [2025-09-18 02:04:33] "POST /neutron/subnet HTTP/1.1" 200 684 0.011341 10.0.0.56 - - [2025-09-18 02:04:33] "POST /neutron/network HTTP/1.1" 200 835 0.010149 10.0.0.56 - - [2025-09-18 02:04:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005502 10.0.0.41 - - [2025-09-18 02:04:33] "GET /projects?obj_uuids=4286d5b9-72dc-4857-82b9-f577bda0d52b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001348 10.0.0.56 - - [2025-09-18 02:04:33] "GET /project/4286d5b9-72dc-4857-82b9-f577bda0d52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.059733 10.0.0.56 - - [2025-09-18 02:04:33] "GET /virtual-network/f976cbf8-f5cf-4242-8c21-93b0dbe51a87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.008007 10.0.0.56 - - [2025-09-18 02:04:33] "GET /floating-ip-pools?parent_id=f976cbf8-f5cf-4242-8c21-93b0dbe51a87&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005774 10.0.0.56 - - [2025-09-18 02:04:33] "GET /virtual-network/f976cbf8-f5cf-4242-8c21-93b0dbe51a87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005388 10.0.0.56 - - [2025-09-18 02:04:33] "POST /floating-ip-pools HTTP/1.1" 200 609 0.054355 10.0.0.56 - - [2025-09-18 02:04:33] "POST /ref-update HTTP/1.1" 200 156 0.022853 10.0.0.56 - - [2025-09-18 02:04:33] "GET /virtual-network/f976cbf8-f5cf-4242-8c21-93b0dbe51a87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005156 10.0.0.56 - - [2025-09-18 02:04:33] "POST /neutron/network HTTP/1.1" 200 846 0.009932 10.0.0.56 - - [2025-09-18 02:04:34] "GET /virtual-network/f976cbf8-f5cf-4242-8c21-93b0dbe51a87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005253 10.0.0.56 - - [2025-09-18 02:04:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008996 10.0.0.56 - - [2025-09-18 02:04:35] "POST /neutron/port HTTP/1.1" 200 1124 0.188848 10.0.0.56 - - [2025-09-18 02:04:35] "POST /neutron/subnet HTTP/1.1" 200 689 0.016934 10.0.0.56 - - [2025-09-18 02:04:39] "POST /neutron/port HTTP/1.1" 200 1097 0.038313 10.0.0.56 - - [2025-09-18 02:04:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009627 10.0.0.56 - - [2025-09-18 02:04:54] "POST /neutron/port HTTP/1.1" 200 1097 0.014610 10.0.0.56 - - [2025-09-18 02:05:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008056 10.0.0.41 - - [2025-09-18 02:05:02] "GET /obj-perms HTTP/1.1" 200 5056 0.054515 10.0.0.56 - - [2025-09-18 02:05:10] "POST /neutron/port HTTP/1.1" 200 1097 0.019634 10.0.0.56 - - [2025-09-18 02:05:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007009 10.0.0.56 - - [2025-09-18 02:05:25] "POST /neutron/port HTTP/1.1" 200 1097 0.018511 10.0.0.56 - - [2025-09-18 02:05:30] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007564 10.0.0.56 - - [2025-09-18 02:05:35] "POST /neutron/port HTTP/1.1" 200 1097 0.014555 10.0.0.56 - - [2025-09-18 02:05:35] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006952 10.0.0.56 - - [2025-09-18 02:05:36] "GET /virtual-machine/ae1f04d1-e7ae-485c-b4ec-f49ae8bbb8a3 HTTP/1.1" 401 292 0.000362 10.0.0.56 - - [2025-09-18 02:05:36] "GET /virtual-machine/ae1f04d1-e7ae-485c-b4ec-f49ae8bbb8a3 HTTP/1.1" 200 1305 0.030992 10.0.0.56 - - [2025-09-18 02:05:36] "GET /virtual-machine-interface/476c89c1-8944-4f4e-8838-05891493f65c HTTP/1.1" 200 3002 0.006917 10.0.0.56 - - [2025-09-18 02:05:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.56 - - [2025-09-18 02:05:36] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004354 10.0.0.56 - - [2025-09-18 02:05:36] "GET /virtual-networks?parent_id=4286d5b9-72dc-4857-82b9-f577bda0d52b&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003359 10.0.0.56 - - [2025-09-18 02:05:36] "GET /virtual-network/29d5a774-375f-442e-b500-292a2231e0b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005683 10.0.0.56 - - [2025-09-18 02:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.56 - - [2025-09-18 02:05:39] "GET /virtual-network/29d5a774-375f-442e-b500-292a2231e0b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005583 10.0.0.56 - - [2025-09-18 02:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.56 - - [2025-09-18 02:05:43] "GET /virtual-network/29d5a774-375f-442e-b500-292a2231e0b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005271 10.0.0.56 - - [2025-09-18 02:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.56 - - [2025-09-18 02:05:47] "GET /virtual-network/29d5a774-375f-442e-b500-292a2231e0b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006251 10.0.0.56 - - [2025-09-18 02:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.56 - - [2025-09-18 02:05:51] "GET /virtual-network/29d5a774-375f-442e-b500-292a2231e0b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005406 10.0.0.56 - - [2025-09-18 02:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.56 - - [2025-09-18 02:05:55] "GET /virtual-network/29d5a774-375f-442e-b500-292a2231e0b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006556 10.0.0.56 - - [2025-09-18 02:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.56 - - [2025-09-18 02:05:59] "GET /virtual-network/29d5a774-375f-442e-b500-292a2231e0b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005255 10.0.0.22 - - [2025-09-18 02:06:03] "GET /obj-perms HTTP/1.1" 200 5056 0.052382 10.0.0.56 - - [2025-09-18 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004456 10.0.0.56 - - [2025-09-18 02:06:03] "GET /virtual-network/29d5a774-375f-442e-b500-292a2231e0b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007534 10.0.0.56 - - [2025-09-18 02:06:07] "POST /neutron/network HTTP/1.1" 200 845 0.007379 10.0.0.56 - - [2025-09-18 02:06:07] "POST /neutron/port HTTP/1.1" 200 117 0.001030 10.0.0.56 - - [2025-09-18 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.56 - - [2025-09-18 02:06:07] "GET /virtual-network/29d5a774-375f-442e-b500-292a2231e0b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005411 10.0.0.56 - - [2025-09-18 02:06:08] "POST /neutron/port HTTP/1.1" 200 1098 0.015075 10.0.0.56 - - [2025-09-18 02:06:08] "POST /neutron/subnet HTTP/1.1" 200 689 0.008808 10.0.0.56 - - [2025-09-18 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004522 10.0.0.56 - - [2025-09-18 02:06:11] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003787 10.0.0.56 - - [2025-09-18 02:06:11] "GET /virtual-networks?parent_id=4286d5b9-72dc-4857-82b9-f577bda0d52b&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002866 10.0.0.56 - - [2025-09-18 02:06:12] "GET /virtual-network/29d5a774-375f-442e-b500-292a2231e0b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006117 10.0.0.56 - - [2025-09-18 02:06:12] "POST /neutron/port HTTP/1.1" 200 1097 0.015830 10.0.0.56 - - [2025-09-18 02:06:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008279 10.0.0.56 - - [2025-09-18 02:06:22] "POST /neutron/port HTTP/1.1" 200 1097 0.016673 10.0.0.56 - - [2025-09-18 02:06:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007666 10.0.0.56 - - [2025-09-18 02:06:32] "POST /neutron/floatingip HTTP/1.1" 200 528 0.008175 10.0.0.56 - - [2025-09-18 02:06:33] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008326 10.0.0.56 - - [2025-09-18 02:06:33] "POST /neutron/port HTTP/1.1" 200 1098 0.014502 10.0.0.56 - - [2025-09-18 02:06:33] "GET /virtual-machine/382a0055-18ea-474c-b7d2-d72bc9a14341 HTTP/1.1" 200 1304 0.006674 10.0.0.56 - - [2025-09-18 02:06:33] "GET /virtual-machine-interface/05b2abff-3676-431c-88a6-bfdcfb407bd9 HTTP/1.1" 200 3001 0.005030 10.0.0.56 - - [2025-09-18 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.56 - - [2025-09-18 02:06:33] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004032 10.0.0.56 - - [2025-09-18 02:06:33] "GET /virtual-networks?parent_id=4286d5b9-72dc-4857-82b9-f577bda0d52b&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003271 10.0.0.56 - - [2025-09-18 02:06:33] "GET /virtual-network/f976cbf8-f5cf-4242-8c21-93b0dbe51a87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007120 10.0.0.56 - - [2025-09-18 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.56 - - [2025-09-18 02:06:34] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004262 10.0.0.56 - - [2025-09-18 02:06:34] "GET /virtual-networks?parent_id=4286d5b9-72dc-4857-82b9-f577bda0d52b&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003402 10.0.0.56 - - [2025-09-18 02:06:34] "GET /virtual-network/f976cbf8-f5cf-4242-8c21-93b0dbe51a87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006474 10.0.0.56 - - [2025-09-18 02:06:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009307 10.0.0.56 - - [2025-09-18 02:06:39] "POST /neutron/port HTTP/1.1" 200 1098 0.015080 10.0.0.56 - - [2025-09-18 02:06:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007702 10.0.0.56 - - [2025-09-18 02:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.56 - - [2025-09-18 02:06:50] "GET /routing-instance/6346d677-bf5c-4d72-ab54-d7a903710675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.004145 10.0.0.56 - - [2025-09-18 02:06:50] "GET /route-target/8a3806e5-e187-4e4c-bb09-8564851f158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004820 10.0.0.22 - - [2025-09-18 02:06:58] "GET /global-system-configs HTTP/1.1" 200 322 0.071421 10.0.0.56 - - [2025-09-18 02:06:58] "GET /obj-perms HTTP/1.1" 200 5056 0.122962 10.0.0.41 - - [2025-09-18 02:06:58] "GET /obj-perms HTTP/1.1" 200 5056 0.003583 10.0.0.41 - - [2025-09-18 02:06:58] "GET /global-system-configs HTTP/1.1" 200 322 0.002462 10.0.0.22 - - [2025-09-18 02:06:59] "GET /obj-perms HTTP/1.1" 200 5056 0.007212 10.0.0.41 - - [2025-09-18 02:06:59] "GET /global-system-configs HTTP/1.1" 200 322 0.005656 10.0.0.22 - - [2025-09-18 02:06:59] "GET /global-system-configs HTTP/1.1" 200 322 0.007757 10.0.0.56 - - [2025-09-18 02:06:59] "GET /obj-perms HTTP/1.1" 200 5056 0.009694 10.0.0.56 - - [2025-09-18 02:07:01] "GET /global-system-configs HTTP/1.1" 200 322 0.035741 10.0.0.41 - - [2025-09-18 02:07:01] "GET /obj-perms HTTP/1.1" 200 5056 0.188466 10.0.0.56 - - [2025-09-18 02:07:02] "GET /global-system-configs HTTP/1.1" 200 322 0.044106 10.0.0.22 - - [2025-09-18 02:07:02] "GET /obj-perms HTTP/1.1" 200 5056 0.150483 10.0.0.56 - - [2025-09-18 02:07:04] "GET /obj-perms HTTP/1.1" 200 5056 0.048078 10.0.0.56 - - [2025-09-18 02:07:09] "POST /neutron/port HTTP/1.1" 200 1097 0.017083 10.0.0.56 - - [2025-09-18 02:07:09] "POST /neutron/subnet HTTP/1.1" 200 684 0.010307 10.0.0.56 - - [2025-09-18 02:07:10] "POST /neutron/port HTTP/1.1" 200 1098 0.016876 10.0.0.56 - - [2025-09-18 02:07:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003618 10.0.0.56 - - [2025-09-18 02:07:10] "POST /neutron/network HTTP/1.1" 200 836 0.007773 10.0.0.56 - - [2025-09-18 02:07:32] "POST /neutron/floatingip HTTP/1.1" 200 528 0.008275 10.0.0.56 - - [2025-09-18 02:07:33] "GET /floating-ip-pool/e9ee177c-0e1c-4c26-bb41-0f0ee2c4c7ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.003373 10.0.0.56 - - [2025-09-18 02:07:33] "POST /ref-update HTTP/1.1" 200 156 0.014498 10.0.0.56 - - [2025-09-18 02:07:33] "DELETE /floating-ip-pool/e9ee177c-0e1c-4c26-bb41-0f0ee2c4c7ef HTTP/1.1" 200 115 0.037817 10.0.0.56 - - [2025-09-18 02:07:33] "POST /neutron/network HTTP/1.1" 400 204 0.013709 10.0.0.56 - - [2025-09-18 02:07:33] "POST /neutron/port HTTP/1.1" 200 1097 0.015907 10.0.0.56 - - [2025-09-18 02:07:34] "POST /neutron/port HTTP/1.1" 200 151 0.219179 10.0.0.41 - - [2025-09-18 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.56 - - [2025-09-18 02:07:35] "POST /neutron/network HTTP/1.1" 200 836 0.008478 10.0.0.41 - - [2025-09-18 02:07:35] "DELETE /route-target/8a3806e5-e187-4e4c-bb09-8564851f158c HTTP/1.1" 200 115 0.025963 10.0.0.41 - - [2025-09-18 02:07:37] "GET /projects?obj_uuids=4286d5b9-72dc-4857-82b9-f577bda0d52b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001041 10.0.0.56 - - [2025-09-18 02:07:37] "GET /project/4286d5b9-72dc-4857-82b9-f577bda0d52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.039485 10.0.0.41 - - [2025-09-18 02:07:37] "GET /projects?obj_uuids=4286d5b9-72dc-4857-82b9-f577bda0d52b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001405 10.0.0.56 - - [2025-09-18 02:07:37] "GET /project/4286d5b9-72dc-4857-82b9-f577bda0d52b?fields=virtual_networks HTTP/1.1" 200 1054 0.037894 10.0.0.41 - - [2025-09-18 02:07:37] "GET /projects?obj_uuids=4286d5b9-72dc-4857-82b9-f577bda0d52b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000898 10.0.0.56 - - [2025-09-18 02:07:37] "GET /project/4286d5b9-72dc-4857-82b9-f577bda0d52b?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.043710 10.0.0.41 - - [2025-09-18 02:07:37] "GET /projects?obj_uuids=4286d5b9-72dc-4857-82b9-f577bda0d52b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001091 10.0.0.56 - - [2025-09-18 02:07:37] "GET /project/4286d5b9-72dc-4857-82b9-f577bda0d52b?fields=security_groups HTTP/1.1" 200 1292 0.040871 10.0.0.56 - - [2025-09-18 02:07:38] "POST /fqname-to-id HTTP/1.1" 404 188 0.027952 10.0.0.41 - - [2025-09-18 02:07:38] "GET /projects?obj_uuids=a2717c59-365f-44d1-bf38-b3f5092798b1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003520 10.0.0.41 - - [2025-09-18 02:07:38] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001517 10.0.0.41 - - [2025-09-18 02:07:38] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008703 10.0.0.41 - - [2025-09-18 02:07:38] "POST /id-to-fqname HTTP/1.1" 200 190 0.005032 10.0.0.41 - - [2025-09-18 02:07:38] "POST /fqname-to-id HTTP/1.1" 404 199 0.008115 10.0.0.41 - - [2025-09-18 02:07:39] "POST /security-groups HTTP/1.1" 200 591 0.073732 10.0.0.41 - - [2025-09-18 02:07:39] "POST /projects HTTP/1.1" 200 585 0.301191 10.0.0.41 - - [2025-09-18 02:07:39] "POST /fqname-to-id HTTP/1.1" 404 233 0.011847 10.0.0.41 - - [2025-09-18 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.372480 10.0.0.56 - - [2025-09-18 02:07:39] "GET /project/a2717c59-365f-44d1-bf38-b3f5092798b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.533846 10.0.0.56 - - [2025-09-18 02:07:40] "GET / HTTP/1.1" 200 35931 0.001955 10.0.0.41 - - [2025-09-18 02:07:43] "GET /projects?obj_uuids=a2717c59-365f-44d1-bf38-b3f5092798b1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000900 10.0.0.56 - - [2025-09-18 02:07:43] "GET /project/a2717c59-365f-44d1-bf38-b3f5092798b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.039992 10.0.0.41 - - [2025-09-18 02:07:43] "GET /projects?obj_uuids=a2717c59-365f-44d1-bf38-b3f5092798b1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001004 10.0.0.56 - - [2025-09-18 02:07:43] "GET /project/a2717c59-365f-44d1-bf38-b3f5092798b1?fields=virtual_networks HTTP/1.1" 200 1032 0.075358 10.0.0.41 - - [2025-09-18 02:07:43] "GET /projects?obj_uuids=a2717c59-365f-44d1-bf38-b3f5092798b1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001040 10.0.0.56 - - [2025-09-18 02:07:43] "GET /project/a2717c59-365f-44d1-bf38-b3f5092798b1?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.041053 10.0.0.41 - - [2025-09-18 02:07:43] "GET /projects?obj_uuids=a2717c59-365f-44d1-bf38-b3f5092798b1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000962 10.0.0.56 - - [2025-09-18 02:07:43] "GET /project/a2717c59-365f-44d1-bf38-b3f5092798b1?fields=security_groups HTTP/1.1" 200 1258 0.047473 10.0.0.41 - - [2025-09-18 02:07:44] "DELETE /access-control-list/96ddf1a0-1035-4255-89be-41e4c9e1824d HTTP/1.1" 200 115 0.052037 10.0.0.56 - - [2025-09-18 02:07:45] "POST /fqname-to-id HTTP/1.1" 404 183 0.027630 10.0.0.41 - - [2025-09-18 02:07:45] "GET /projects?obj_uuids=e06b9142-0def-4bf1-acfc-c7b94f74edec&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002747 10.0.0.41 - - [2025-09-18 02:07:45] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002022 10.0.0.41 - - [2025-09-18 02:07:45] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008106 10.0.0.41 - - [2025-09-18 02:07:45] "POST /id-to-fqname HTTP/1.1" 200 185 0.003876 10.0.0.41 - - [2025-09-18 02:07:45] "POST /fqname-to-id HTTP/1.1" 404 194 0.004945 10.0.0.41 - - [2025-09-18 02:07:45] "POST /security-groups HTTP/1.1" 200 586 0.031923 10.0.0.41 - - [2025-09-18 02:07:45] "POST /projects HTTP/1.1" 200 575 0.242003 10.0.0.41 - - [2025-09-18 02:07:45] "POST /fqname-to-id HTTP/1.1" 404 228 0.010350 10.0.0.41 - - [2025-09-18 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.317232 10.0.0.56 - - [2025-09-18 02:07:45] "GET /project/e06b9142-0def-4bf1-acfc-c7b94f74edec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.465808 10.0.0.56 - - [2025-09-18 02:07:46] "GET / HTTP/1.1" 200 35931 0.001334 10.0.0.41 - - [2025-09-18 02:07:52] "GET /projects?obj_uuids=e06b9142-0def-4bf1-acfc-c7b94f74edec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000962 10.0.0.56 - - [2025-09-18 02:07:52] "GET /project/e06b9142-0def-4bf1-acfc-c7b94f74edec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.043034 10.0.0.41 - - [2025-09-18 02:07:52] "GET /projects?obj_uuids=e06b9142-0def-4bf1-acfc-c7b94f74edec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001670 10.0.0.56 - - [2025-09-18 02:07:52] "GET /project/e06b9142-0def-4bf1-acfc-c7b94f74edec?fields=virtual_networks HTTP/1.1" 200 1022 0.057661 10.0.0.41 - - [2025-09-18 02:07:52] "GET /projects?obj_uuids=e06b9142-0def-4bf1-acfc-c7b94f74edec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001035 10.0.0.56 - - [2025-09-18 02:07:52] "GET /project/e06b9142-0def-4bf1-acfc-c7b94f74edec?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.041339 10.0.0.41 - - [2025-09-18 02:07:52] "GET /projects?obj_uuids=e06b9142-0def-4bf1-acfc-c7b94f74edec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000963 10.0.0.56 - - [2025-09-18 02:07:52] "GET /project/e06b9142-0def-4bf1-acfc-c7b94f74edec?fields=security_groups HTTP/1.1" 200 1243 0.041050 10.0.0.56 - - [2025-09-18 02:07:53] "POST /fqname-to-id HTTP/1.1" 404 187 0.036755 10.0.0.41 - - [2025-09-18 02:07:53] "GET /projects?obj_uuids=4b056b1b-62dc-46f7-a879-6e3c08bec4b8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003000 10.0.0.41 - - [2025-09-18 02:07:53] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000912 10.0.0.41 - - [2025-09-18 02:07:53] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006986 10.0.0.41 - - [2025-09-18 02:07:53] "DELETE /project/a2717c59365f44d1bf38b3f5092798b1 HTTP/1.1" 404 173 0.011551 10.0.0.41 - - [2025-09-18 02:07:53] "DELETE /project/e06b91420def4bf1acfcc7b94f74edec HTTP/1.1" 404 173 0.015232 10.0.0.41 - - [2025-09-18 02:07:53] "DELETE /project/4286d5b9-72dc-4857-82b9-f577bda0d52b HTTP/1.1" 404 177 0.020574 10.0.0.41 - - [2025-09-18 02:07:53] "GET /projects?obj_uuids=e06b9142-0def-4bf1-acfc-c7b94f74edec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001220 10.0.0.41 - - [2025-09-18 02:07:53] "GET /projects?obj_uuids=a2717c59-365f-44d1-bf38-b3f5092798b1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001073 10.0.0.41 - - [2025-09-18 02:07:54] "GET /project/e06b9142-0def-4bf1-acfc-c7b94f74edec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.063319 10.0.0.41 - - [2025-09-18 02:07:54] "GET /projects?obj_uuids=e06b9142-0def-4bf1-acfc-c7b94f74edec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001297 10.0.0.41 - - [2025-09-18 02:07:54] "GET /project/a2717c59-365f-44d1-bf38-b3f5092798b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.102593 10.0.0.41 - - [2025-09-18 02:07:54] "GET /projects?obj_uuids=a2717c59-365f-44d1-bf38-b3f5092798b1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000900 10.0.0.41 - - [2025-09-18 02:07:54] "GET /project/e06b9142-0def-4bf1-acfc-c7b94f74edec?fields=security_groups HTTP/1.1" 200 1348 0.069910 10.0.0.41 - - [2025-09-18 02:07:54] "POST /id-to-fqname HTTP/1.1" 200 189 0.001101 10.0.0.41 - - [2025-09-18 02:07:54] "POST /fqname-to-id HTTP/1.1" 404 198 0.003596 10.0.0.41 - - [2025-09-18 02:07:54] "GET /project/a2717c59-365f-44d1-bf38-b3f5092798b1?fields=security_groups HTTP/1.1" 200 1363 0.100274 10.0.0.41 - - [2025-09-18 02:07:54] "POST /security-groups HTTP/1.1" 200 590 0.066949 10.0.0.41 - - [2025-09-18 02:07:54] "POST /projects HTTP/1.1" 200 583 0.387318 10.0.0.41 - - [2025-09-18 02:07:54] "DELETE /security-group/cf93c088-4802-445a-bdab-0cd21b3027a2 HTTP/1.1" 200 115 0.125642 10.0.0.41 - - [2025-09-18 02:07:54] "GET /projects?obj_uuids=e06b9142-0def-4bf1-acfc-c7b94f74edec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001058 10.0.0.41 - - [2025-09-18 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.462336 10.0.0.41 - - [2025-09-18 02:07:54] "DELETE /security-group/1bd62008-6432-4682-be79-6ef5fee49eee HTTP/1.1" 200 115 0.111294 10.0.0.41 - - [2025-09-18 02:07:54] "GET /projects?obj_uuids=a2717c59-365f-44d1-bf38-b3f5092798b1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001326 10.0.0.41 - - [2025-09-18 02:07:54] "POST /access-control-lists HTTP/1.1" 200 595 0.092130 10.0.0.41 - - [2025-09-18 02:07:54] "GET /project/e06b9142-0def-4bf1-acfc-c7b94f74edec?fields=application_policy_sets HTTP/1.1" 200 1387 0.123530 10.0.0.56 - - [2025-09-18 02:07:54] "GET /project/4b056b1b-62dc-46f7-a879-6e3c08bec4b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.619931 10.0.0.41 - - [2025-09-18 02:07:54] "GET /project/a2717c59-365f-44d1-bf38-b3f5092798b1?fields=application_policy_sets HTTP/1.1" 200 1402 0.151271 10.0.0.41 - - [2025-09-18 02:07:54] "DELETE /access-control-list/cfed9006-f5d4-42ac-af87-8da70ec072e1 HTTP/1.1" 200 115 0.077964 10.0.0.41 - - [2025-09-18 02:07:54] "DELETE /project/e06b9142-0def-4bf1-acfc-c7b94f74edec HTTP/1.1" 200 115 0.815521 10.0.0.41 - - [2025-09-18 02:07:54] "DELETE /access-control-list/4134d752-889a-4b8b-9879-988d41669a9c HTTP/1.1" 200 115 0.117643 10.0.0.41 - - [2025-09-18 02:07:54] "DELETE /project/a2717c59-365f-44d1-bf38-b3f5092798b1 HTTP/1.1" 200 115 0.878760 10.0.0.56 - - [2025-09-18 02:07:56] "GET / HTTP/1.1" 200 35931 0.001355 10.0.0.41 - - [2025-09-18 02:07:59] "GET /projects?obj_uuids=4b056b1b-62dc-46f7-a879-6e3c08bec4b8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001335 10.0.0.56 - - [2025-09-18 02:07:59] "GET /project/4b056b1b-62dc-46f7-a879-6e3c08bec4b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.052512 10.0.0.41 - - [2025-09-18 02:07:59] "GET /projects?obj_uuids=4b056b1b-62dc-46f7-a879-6e3c08bec4b8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000909 10.0.0.56 - - [2025-09-18 02:07:59] "GET /project/4b056b1b-62dc-46f7-a879-6e3c08bec4b8?fields=virtual_networks HTTP/1.1" 200 1029 0.047745 10.0.0.41 - - [2025-09-18 02:07:59] "GET /projects?obj_uuids=4b056b1b-62dc-46f7-a879-6e3c08bec4b8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000870 10.0.0.56 - - [2025-09-18 02:07:59] "GET /project/4b056b1b-62dc-46f7-a879-6e3c08bec4b8?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.038455 10.0.0.41 - - [2025-09-18 02:07:59] "GET /projects?obj_uuids=4b056b1b-62dc-46f7-a879-6e3c08bec4b8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000903 10.0.0.56 - - [2025-09-18 02:07:59] "GET /project/4b056b1b-62dc-46f7-a879-6e3c08bec4b8?fields=security_groups HTTP/1.1" 200 1254 0.038701 10.0.0.56 - - [2025-09-18 02:08:00] "POST /fqname-to-id HTTP/1.1" 404 188 0.029056 10.0.0.41 - - [2025-09-18 02:08:00] "GET /projects?obj_uuids=8b284e14-d469-4a89-9d9c-092dd37ba9be&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003525 10.0.0.41 - - [2025-09-18 02:08:00] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000927 10.0.0.41 - - [2025-09-18 02:08:00] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007185 10.0.0.41 - - [2025-09-18 02:08:00] "POST /id-to-fqname HTTP/1.1" 200 190 0.008807 10.0.0.41 - - [2025-09-18 02:08:00] "POST /fqname-to-id HTTP/1.1" 404 199 0.003857 10.0.0.41 - - [2025-09-18 02:08:00] "POST /security-groups HTTP/1.1" 200 591 0.034494 10.0.0.41 - - [2025-09-18 02:08:00] "POST /projects HTTP/1.1" 200 585 0.268148 10.0.0.41 - - [2025-09-18 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.306945 10.0.0.41 - - [2025-09-18 02:08:01] "POST /fqname-to-id HTTP/1.1" 404 233 0.006510 10.0.0.56 - - [2025-09-18 02:08:01] "GET /project/8b284e14-d469-4a89-9d9c-092dd37ba9be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.458665 10.0.0.56 - - [2025-09-18 02:08:02] "GET / HTTP/1.1" 200 35931 0.001352 10.0.0.41 - - [2025-09-18 02:08:05] "GET /projects?obj_uuids=8b284e14-d469-4a89-9d9c-092dd37ba9be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000890 10.0.0.56 - - [2025-09-18 02:08:05] "GET /project/8b284e14-d469-4a89-9d9c-092dd37ba9be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.039501 10.0.0.41 - - [2025-09-18 02:08:05] "GET /projects?obj_uuids=8b284e14-d469-4a89-9d9c-092dd37ba9be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001169 10.0.0.56 - - [2025-09-18 02:08:05] "GET /project/8b284e14-d469-4a89-9d9c-092dd37ba9be?fields=virtual_networks HTTP/1.1" 200 1032 0.053750 10.0.0.41 - - [2025-09-18 02:08:05] "GET /projects?obj_uuids=8b284e14-d469-4a89-9d9c-092dd37ba9be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000978 10.0.0.56 - - [2025-09-18 02:08:05] "GET /project/8b284e14-d469-4a89-9d9c-092dd37ba9be?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.036572 10.0.0.41 - - [2025-09-18 02:08:05] "GET /projects?obj_uuids=8b284e14-d469-4a89-9d9c-092dd37ba9be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000933 10.0.0.56 - - [2025-09-18 02:08:05] "GET /project/8b284e14-d469-4a89-9d9c-092dd37ba9be?fields=security_groups HTTP/1.1" 200 1258 0.048253 10.0.0.56 - - [2025-09-18 02:08:06] "POST /fqname-to-id HTTP/1.1" 404 192 0.030203 10.0.0.41 - - [2025-09-18 02:08:06] "GET /projects?obj_uuids=2967923a-b5c4-46b4-bb46-63f2064ff4fb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003377 10.0.0.41 - - [2025-09-18 02:08:06] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000863 10.0.0.41 - - [2025-09-18 02:08:06] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006752 10.0.0.41 - - [2025-09-18 02:08:07] "POST /id-to-fqname HTTP/1.1" 200 194 0.004329 10.0.0.41 - - [2025-09-18 02:08:07] "POST /fqname-to-id HTTP/1.1" 404 203 0.004093 10.0.0.41 - - [2025-09-18 02:08:07] "POST /security-groups HTTP/1.1" 200 595 0.074111 10.0.0.41 - - [2025-09-18 02:08:07] "POST /projects HTTP/1.1" 200 593 0.289942 10.0.0.41 - - [2025-09-18 02:08:07] "POST /access-control-lists HTTP/1.1" 200 600 0.026317 10.0.0.41 - - [2025-09-18 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.365613 10.0.0.56 - - [2025-09-18 02:08:07] "GET /project/2967923a-b5c4-46b4-bb46-63f2064ff4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.514154 10.0.0.56 - - [2025-09-18 02:08:08] "GET / HTTP/1.1" 200 35931 0.001620 10.0.0.41 - - [2025-09-18 02:08:11] "GET /projects?obj_uuids=2967923a-b5c4-46b4-bb46-63f2064ff4fb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000933 10.0.0.56 - - [2025-09-18 02:08:11] "GET /project/2967923a-b5c4-46b4-bb46-63f2064ff4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.050839 10.0.0.41 - - [2025-09-18 02:08:11] "GET /projects?obj_uuids=2967923a-b5c4-46b4-bb46-63f2064ff4fb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000934 10.0.0.56 - - [2025-09-18 02:08:11] "GET /project/2967923a-b5c4-46b4-bb46-63f2064ff4fb?fields=virtual_networks HTTP/1.1" 200 1039 0.048068 10.0.0.41 - - [2025-09-18 02:08:11] "GET /projects?obj_uuids=2967923a-b5c4-46b4-bb46-63f2064ff4fb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000864 10.0.0.56 - - [2025-09-18 02:08:11] "GET /project/2967923a-b5c4-46b4-bb46-63f2064ff4fb?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.036138 10.0.0.41 - - [2025-09-18 02:08:11] "GET /projects?obj_uuids=2967923a-b5c4-46b4-bb46-63f2064ff4fb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000955 10.0.0.56 - - [2025-09-18 02:08:11] "GET /project/2967923a-b5c4-46b4-bb46-63f2064ff4fb?fields=security_groups HTTP/1.1" 200 1269 0.041033 10.0.0.56 - - [2025-09-18 02:08:12] "POST /fqname-to-id HTTP/1.1" 404 183 0.026600 10.0.0.41 - - [2025-09-18 02:08:12] "GET /projects?obj_uuids=73735b16-3328-4a2b-8897-1a5a80a79ead&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003118 10.0.0.41 - - [2025-09-18 02:08:12] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000912 10.0.0.41 - - [2025-09-18 02:08:12] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006662 10.0.0.41 - - [2025-09-18 02:08:13] "POST /id-to-fqname HTTP/1.1" 200 185 0.009458 10.0.0.41 - - [2025-09-18 02:08:13] "POST /fqname-to-id HTTP/1.1" 404 194 0.009879 10.0.0.41 - - [2025-09-18 02:08:13] "POST /security-groups HTTP/1.1" 200 586 0.031563 10.0.0.41 - - [2025-09-18 02:08:13] "POST /fqname-to-id HTTP/1.1" 404 229 0.003098 10.0.0.41 - - [2025-09-18 02:08:13] "POST /projects HTTP/1.1" 200 575 0.264522 10.0.0.41 - - [2025-09-18 02:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.340715 10.0.0.41 - - [2025-09-18 02:08:13] "POST /access-control-lists HTTP/1.1" 200 589 0.029732 10.0.0.56 - - [2025-09-18 02:08:13] "GET /project/73735b16-3328-4a2b-8897-1a5a80a79ead?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.479424 10.0.0.56 - - [2025-09-18 02:08:14] "GET / HTTP/1.1" 200 35931 0.001601 10.0.0.56 - - [2025-09-18 02:08:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.003378 10.0.0.41 - - [2025-09-18 02:08:15] "POST /fqname-to-id HTTP/1.1" 404 227 0.011021 10.0.0.41 - - [2025-09-18 02:08:15] "PUT /access-control-list/9bc5da6b-5993-4d66-a185-7297dc76f2ed HTTP/1.1" 200 272 0.026449 10.0.0.41 - - [2025-09-18 02:08:15] "GET /projects?obj_uuids=7b49a019-273e-4679-94ea-a639b42c1658&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.033045 10.0.0.56 - - [2025-09-18 02:08:15] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.138797 10.0.0.56 - - [2025-09-18 02:08:16] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.015858 10.0.0.56 - - [2025-09-18 02:08:16] "POST /fqname-to-id HTTP/1.1" 404 193 0.002472 10.0.0.41 - - [2025-09-18 02:08:16] "PUT /access-control-list/9bc5da6b-5993-4d66-a185-7297dc76f2ed HTTP/1.1" 200 272 0.015290 10.0.0.41 - - [2025-09-18 02:08:16] "POST /fqname-to-id HTTP/1.1" 404 227 0.012548 10.0.0.41 - - [2025-09-18 02:08:16] "PUT /access-control-list/e89442f1-ce57-463a-b7cb-53dbc275becf HTTP/1.1" 200 272 0.025903 10.0.0.41 - - [2025-09-18 02:08:16] "GET /projects?obj_uuids=7b49a019-273e-4679-94ea-a639b42c1658&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001572 10.0.0.56 - - [2025-09-18 02:08:16] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.091407 10.0.0.56 - - [2025-09-18 02:08:17] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.028571 10.0.0.56 - - [2025-09-18 02:08:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000405 10.0.0.41 - - [2025-09-18 02:08:17] "PUT /access-control-list/e89442f1-ce57-463a-b7cb-53dbc275becf HTTP/1.1" 200 272 0.023402 10.0.0.56 - - [2025-09-18 02:08:17] "POST /fqname-to-id HTTP/1.1" 404 210 0.028772 10.0.0.41 - - [2025-09-18 02:08:17] "POST /fqname-to-id HTTP/1.1" 404 244 0.013538 10.0.0.41 - - [2025-09-18 02:08:18] "PUT /access-control-list/263680ee-bcee-4333-bdf9-90c482b85467 HTTP/1.1" 200 272 0.027498 10.0.0.41 - - [2025-09-18 02:08:18] "GET /projects?obj_uuids=73735b16-3328-4a2b-8897-1a5a80a79ead&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001005 10.0.0.56 - - [2025-09-18 02:08:18] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.112159 10.0.0.56 - - [2025-09-18 02:08:18] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.027313 10.0.0.56 - - [2025-09-18 02:08:18] "POST /fqname-to-id HTTP/1.1" 404 210 0.002783 10.0.0.41 - - [2025-09-18 02:08:18] "PUT /access-control-list/263680ee-bcee-4333-bdf9-90c482b85467 HTTP/1.1" 200 272 0.014844 10.0.0.41 - - [2025-09-18 02:08:18] "POST /fqname-to-id HTTP/1.1" 404 244 0.014453 10.0.0.41 - - [2025-09-18 02:08:19] "PUT /access-control-list/5bc4473a-cd0c-4280-8cd5-4cb7174b3e58 HTTP/1.1" 200 272 0.024774 10.0.0.41 - - [2025-09-18 02:08:19] "GET /projects?obj_uuids=73735b16-3328-4a2b-8897-1a5a80a79ead&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000996 10.0.0.56 - - [2025-09-18 02:08:19] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.071494 10.0.0.56 - - [2025-09-18 02:08:19] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.033582 10.0.0.41 - - [2025-09-18 02:08:19] "PUT /access-control-list/5bc4473a-cd0c-4280-8cd5-4cb7174b3e58 HTTP/1.1" 200 272 0.021658 10.0.0.56 - - [2025-09-18 02:08:21] "POST /neutron/router HTTP/1.1" 200 541 0.011217 10.0.0.56 - - [2025-09-18 02:08:21] "POST /neutron/router HTTP/1.1" 200 541 0.008063 10.0.0.56 - - [2025-09-18 02:08:21] "POST /neutron/router HTTP/1.1" 200 541 0.004125 10.0.0.56 - - [2025-09-18 02:08:21] "POST /neutron/router HTTP/1.1" 200 541 0.003677 10.0.0.56 - - [2025-09-18 02:08:21] "POST /neutron/router HTTP/1.1" 200 541 0.004508 10.0.0.56 - - [2025-09-18 02:08:21] "POST /neutron/router HTTP/1.1" 200 541 0.004368 10.0.0.56 - - [2025-09-18 02:08:21] "POST /neutron/router HTTP/1.1" 200 541 0.003827 10.0.0.56 - - [2025-09-18 02:08:21] "POST /neutron/router HTTP/1.1" 200 541 0.004214 10.0.0.56 - - [2025-09-18 02:08:21] "POST /neutron/router HTTP/1.1" 200 541 0.004685 10.0.0.56 - - [2025-09-18 02:08:21] "POST /neutron/router HTTP/1.1" 200 541 0.003693 10.0.0.56 - - [2025-09-18 02:08:21] "POST /neutron/router HTTP/1.1" 200 541 0.004135 10.0.0.56 - - [2025-09-18 02:08:21] "POST /neutron/router HTTP/1.1" 200 541 0.005954 10.0.0.56 - - [2025-09-18 02:08:21] "POST /neutron/router HTTP/1.1" 200 151 0.078814 10.0.0.41 - - [2025-09-18 02:08:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.051216 10.0.0.56 - - [2025-09-18 02:08:22] "POST /neutron/router HTTP/1.1" 200 559 0.008426 10.0.0.41 - - [2025-09-18 02:08:22] "PUT /logical-router/ab5700a5-afab-46e2-8ed5-30b17a89494d HTTP/1.1" 200 262 0.028325 10.0.0.56 - - [2025-09-18 02:08:22] "POST /neutron/router HTTP/1.1" 200 559 0.016613 10.0.0.56 - - [2025-09-18 02:08:22] "POST /neutron/router HTTP/1.1" 200 559 0.004272 10.0.0.56 - - [2025-09-18 02:08:22] "POST /neutron/router HTTP/1.1" 200 559 0.004170 10.0.0.56 - - [2025-09-18 02:08:22] "POST /neutron/router HTTP/1.1" 200 559 0.004643 10.0.0.56 - - [2025-09-18 02:08:22] "POST /neutron/router HTTP/1.1" 200 559 0.003654 10.0.0.56 - - [2025-09-18 02:08:22] "POST /neutron/router HTTP/1.1" 200 559 0.004794 10.0.0.56 - - [2025-09-18 02:08:22] "POST /neutron/router HTTP/1.1" 200 559 0.004172 10.0.0.56 - - [2025-09-18 02:08:22] "POST /neutron/router HTTP/1.1" 200 559 0.004208 10.0.0.56 - - [2025-09-18 02:08:22] "POST /neutron/router HTTP/1.1" 200 559 0.004342 10.0.0.56 - - [2025-09-18 02:08:22] "POST /neutron/router HTTP/1.1" 200 559 0.004094 10.0.0.56 - - [2025-09-18 02:08:22] "POST /neutron/router HTTP/1.1" 200 560 0.033688 10.0.0.41 - - [2025-09-18 02:08:22] "GET /projects?obj_uuids=7b49a019-273e-4679-94ea-a639b42c1658&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001333 10.0.0.56 - - [2025-09-18 02:08:22] "POST /neutron/router HTTP/1.1" 200 542 0.117052 10.0.0.41 - - [2025-09-18 02:08:22] "POST /route-targets HTTP/1.1" 200 327 0.019205 10.0.0.56 - - [2025-09-18 02:08:23] "POST /neutron/router HTTP/1.1" 200 542 0.005369 10.0.0.56 - - [2025-09-18 02:08:23] "POST /neutron/router HTTP/1.1" 200 542 0.007507 10.0.0.56 - - [2025-09-18 02:08:23] "POST /neutron/router HTTP/1.1" 200 542 0.004477 10.0.0.56 - - [2025-09-18 02:08:23] "POST /neutron/router HTTP/1.1" 200 542 0.004205 10.0.0.56 - - [2025-09-18 02:08:23] "POST /neutron/router HTTP/1.1" 200 542 0.004771 10.0.0.56 - - [2025-09-18 02:08:23] "POST /neutron/router HTTP/1.1" 200 542 0.003705 10.0.0.56 - - [2025-09-18 02:08:23] "POST /neutron/router HTTP/1.1" 200 542 0.004205 10.0.0.56 - - [2025-09-18 02:08:23] "POST /neutron/router HTTP/1.1" 200 542 0.003919 10.0.0.56 - - [2025-09-18 02:08:23] "POST /neutron/router HTTP/1.1" 200 542 0.003670 10.0.0.56 - - [2025-09-18 02:08:23] "POST /neutron/router HTTP/1.1" 200 542 0.004647 10.0.0.56 - - [2025-09-18 02:08:23] "POST /neutron/router HTTP/1.1" 200 542 0.023508 10.0.0.56 - - [2025-09-18 02:08:23] "POST /neutron/router HTTP/1.1" 200 542 0.007088 10.0.0.41 - - [2025-09-18 02:08:23] "DELETE /route-target/a8d6eecb-458d-4310-b545-327e205c7922 HTTP/1.1" 200 115 0.025351 10.0.0.22 - - [2025-09-18 02:08:23] "GET /logical-router/fac7c06e-219f-4772-9534-3c6e3fd5b965?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.059301 10.0.0.56 - - [2025-09-18 02:08:23] "POST /neutron/security_group HTTP/1.1" 200 151 0.063095 10.0.0.56 - - [2025-09-18 02:08:23] "POST /neutron/security_group HTTP/1.1" 200 506 0.010203 10.0.0.41 - - [2025-09-18 02:08:24] "DELETE /access-control-list/1f41bf8a-7099-4657-b408-0ce1c114a5e9 HTTP/1.1" 200 115 0.052642 10.0.0.41 - - [2025-09-18 02:08:24] "DELETE /access-control-list/e89442f1-ce57-463a-b7cb-53dbc275becf HTTP/1.1" 200 115 0.027208 10.0.0.56 - - [2025-09-18 02:08:24] "POST /neutron/security_group HTTP/1.1" 200 151 0.059180 10.0.0.41 - - [2025-09-18 02:08:25] "GET /projects?obj_uuids=73735b16-3328-4a2b-8897-1a5a80a79ead&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000944 10.0.0.56 - - [2025-09-18 02:08:25] "GET /project/73735b16-3328-4a2b-8897-1a5a80a79ead?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.072528 10.0.0.41 - - [2025-09-18 02:08:25] "GET /projects?obj_uuids=73735b16-3328-4a2b-8897-1a5a80a79ead&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001408 10.0.0.56 - - [2025-09-18 02:08:25] "GET /project/73735b16-3328-4a2b-8897-1a5a80a79ead?fields=virtual_networks HTTP/1.1" 200 1020 0.071388 10.0.0.41 - - [2025-09-18 02:08:25] "GET /projects?obj_uuids=73735b16-3328-4a2b-8897-1a5a80a79ead&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001003 10.0.0.56 - - [2025-09-18 02:08:25] "GET /project/73735b16-3328-4a2b-8897-1a5a80a79ead?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.042381 10.0.0.41 - - [2025-09-18 02:08:25] "GET /projects?obj_uuids=73735b16-3328-4a2b-8897-1a5a80a79ead&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000881 10.0.0.56 - - [2025-09-18 02:08:25] "GET /project/73735b16-3328-4a2b-8897-1a5a80a79ead?fields=security_groups HTTP/1.1" 200 1241 0.042737 10.0.0.56 - - [2025-09-18 02:08:26] "POST /fqname-to-id HTTP/1.1" 404 184 0.026428 10.0.0.41 - - [2025-09-18 02:08:26] "GET /projects?obj_uuids=85b0ae88-2853-4bc0-9295-c3488cfb638a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003260 10.0.0.41 - - [2025-09-18 02:08:26] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001066 10.0.0.41 - - [2025-09-18 02:08:26] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006990 10.0.0.41 - - [2025-09-18 02:08:26] "POST /id-to-fqname HTTP/1.1" 200 186 0.008935 10.0.0.41 - - [2025-09-18 02:08:26] "POST /fqname-to-id HTTP/1.1" 404 195 0.004240 10.0.0.41 - - [2025-09-18 02:08:27] "POST /security-groups HTTP/1.1" 200 587 0.047564 10.0.0.41 - - [2025-09-18 02:08:27] "POST /fqname-to-id HTTP/1.1" 404 230 0.003032 10.0.0.41 - - [2025-09-18 02:08:27] "POST /projects HTTP/1.1" 200 577 0.294245 10.0.0.41 - - [2025-09-18 02:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.333778 10.0.0.56 - - [2025-09-18 02:08:27] "GET /project/85b0ae88-2853-4bc0-9295-c3488cfb638a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.484549 10.0.0.41 - - [2025-09-18 02:08:27] "POST /access-control-lists HTTP/1.1" 200 590 0.068484 10.0.0.56 - - [2025-09-18 02:08:28] "GET / HTTP/1.1" 200 35931 0.001865 10.0.0.56 - - [2025-09-18 02:08:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000947 10.0.0.56 - - [2025-09-18 02:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.072672 10.0.0.41 - - [2025-09-18 02:08:30] "GET /projects?obj_uuids=85b0ae88-2853-4bc0-9295-c3488cfb638a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000799 10.0.0.56 - - [2025-09-18 02:08:30] "GET /project/85b0ae88-2853-4bc0-9295-c3488cfb638a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.044268 10.0.0.41 - - [2025-09-18 02:08:31] "POST /useragent-kv HTTP/1.1" 200 115 0.006142 10.0.0.56 - - [2025-09-18 02:08:31] "POST /neutron/subnet HTTP/1.1" 200 724 0.278875 10.0.0.56 - - [2025-09-18 02:08:31] "POST /id-to-fqname HTTP/1.1" 200 216 0.001217 10.0.0.56 - - [2025-09-18 02:08:31] "GET /virtual-network/e73f8929-94d8-4af7-a006-a068bf452ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005070 10.0.0.56 - - [2025-09-18 02:08:31] "GET /virtual-network/e73f8929-94d8-4af7-a006-a068bf452ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005470 10.0.0.56 - - [2025-09-18 02:08:31] "POST /neutron/network HTTP/1.1" 200 820 0.006554 10.0.0.56 - - [2025-09-18 02:08:31] "POST /fqname-to-id HTTP/1.1" 404 206 0.003016 10.0.0.56 - - [2025-09-18 02:08:31] "GET /virtual-network/e73f8929-94d8-4af7-a006-a068bf452ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005098 10.0.0.56 - - [2025-09-18 02:08:31] "GET /virtual-machine-interface/4b60c1f0-7886-4550-b0cb-626b80979432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2383 0.007591 10.0.0.56 - - [2025-09-18 02:08:31] "GET /virtual-machine-interface/4b60c1f0-7886-4550-b0cb-626b80979432?fields=instance_ip_back_refs HTTP/1.1" 200 1316 0.009742 10.0.0.56 - - [2025-09-18 02:08:31] "GET /instance-ip/be2915c3-b44a-45b5-aa48-4a860fbc32b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1595 0.004524 10.0.0.56 - - [2025-09-18 02:08:32] "POST /neutron/port HTTP/1.1" 200 1017 0.009382 10.0.0.41 - - [2025-09-18 02:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.41 - - [2025-09-18 02:08:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002935 10.0.0.41 - - [2025-09-18 02:08:32] "POST /useragent-kv HTTP/1.1" 200 115 0.005861 10.0.0.56 - - [2025-09-18 02:08:32] "POST /neutron/network HTTP/1.1" 200 151 0.141083 10.0.0.56 - - [2025-09-18 02:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.41 - - [2025-09-18 02:08:35] "GET /projects?obj_uuids=85b0ae88-2853-4bc0-9295-c3488cfb638a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000954 10.0.0.56 - - [2025-09-18 02:08:35] "GET /project/85b0ae88-2853-4bc0-9295-c3488cfb638a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.043565 10.0.0.41 - - [2025-09-18 02:08:35] "POST /useragent-kv HTTP/1.1" 200 115 0.007953 10.0.0.56 - - [2025-09-18 02:08:35] "POST /neutron/subnet HTTP/1.1" 200 724 0.204366 10.0.0.41 - - [2025-09-18 02:08:36] "POST /ref-update HTTP/1.1" 200 156 0.029206 10.0.0.56 - - [2025-09-18 02:08:36] "POST /id-to-fqname HTTP/1.1" 200 217 0.001033 10.0.0.56 - - [2025-09-18 02:08:36] "GET /virtual-network/2fe7d0ea-d5ee-43bd-b88c-e14e006b7573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.020895 10.0.0.56 - - [2025-09-18 02:08:36] "POST /neutron/network HTTP/1.1" 200 977 0.008872 10.0.0.56 - - [2025-09-18 02:08:36] "GET /virtual-network/2fe7d0ea-d5ee-43bd-b88c-e14e006b7573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.006311 10.0.0.56 - - [2025-09-18 02:08:36] "POST /neutron/subnet HTTP/1.1" 200 719 0.008579 10.0.0.56 - - [2025-09-18 02:08:36] "POST /id-to-fqname HTTP/1.1" 200 217 0.001208 10.0.0.56 - - [2025-09-18 02:08:36] "POST /neutron/port HTTP/1.1" 200 1018 0.013907 10.0.0.56 - - [2025-09-18 02:08:37] "POST /neutron/port HTTP/1.1" 200 1018 0.009429 10.0.0.56 - - [2025-09-18 02:08:37] "POST /id-to-fqname HTTP/1.1" 200 217 0.001663 10.0.0.56 - - [2025-09-18 02:08:37] "POST /neutron/port HTTP/1.1" 200 117 0.007202 10.0.0.56 - - [2025-09-18 02:08:37] "POST /neutron/network HTTP/1.1" 200 977 0.012055 10.0.0.56 - - [2025-09-18 02:08:37] "POST /neutron/port HTTP/1.1" 200 1017 0.014872 10.0.0.56 - - [2025-09-18 02:08:37] "POST /neutron/port HTTP/1.1" 200 117 0.007597 10.0.0.56 - - [2025-09-18 02:08:38] "POST /neutron/port HTTP/1.1" 200 1018 0.010346 10.0.0.56 - - [2025-09-18 02:08:38] "POST /neutron/port HTTP/1.1" 200 1017 0.009001 10.0.0.56 - - [2025-09-18 02:08:38] "POST /neutron/port HTTP/1.1" 200 1017 0.010415 10.0.0.56 - - [2025-09-18 02:08:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003954 10.0.0.56 - - [2025-09-18 02:08:38] "POST /neutron/network HTTP/1.1" 200 977 0.010874 10.0.0.56 - - [2025-09-18 02:08:38] "POST /neutron/subnet HTTP/1.1" 200 693 0.013085 10.0.0.56 - - [2025-09-18 02:08:42] "POST /neutron/port HTTP/1.1" 200 1084 0.017560 10.0.0.56 - - [2025-09-18 02:08:43] "POST /neutron/security_group HTTP/1.1" 200 2054 0.014275 10.0.0.56 - - [2025-09-18 02:08:43] "GET /virtual-machine/d883509e-5d27-47ce-a19c-c6b4c87cd7d1 HTTP/1.1" 401 292 0.000574 10.0.0.56 - - [2025-09-18 02:08:43] "GET /virtual-machine/d883509e-5d27-47ce-a19c-c6b4c87cd7d1 HTTP/1.1" 200 1285 0.030903 10.0.0.56 - - [2025-09-18 02:08:43] "GET /virtual-machine-interface/316fddc1-8add-4158-9a1f-5404234ed420 HTTP/1.1" 200 2923 0.005970 10.0.0.56 - - [2025-09-18 02:08:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.56 - - [2025-09-18 02:08:43] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003183 10.0.0.56 - - [2025-09-18 02:08:43] "GET /virtual-networks?parent_id=85b0ae88-2853-4bc0-9295-c3488cfb638a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003277 10.0.0.56 - - [2025-09-18 02:08:43] "GET /virtual-network/2fe7d0ea-d5ee-43bd-b88c-e14e006b7573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.006047 10.0.0.56 - - [2025-09-18 02:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.56 - - [2025-09-18 02:08:46] "GET /virtual-network/2fe7d0ea-d5ee-43bd-b88c-e14e006b7573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.005326 10.0.0.56 - - [2025-09-18 02:08:47] "POST /neutron/port HTTP/1.1" 200 1084 0.068378 10.0.0.56 - - [2025-09-18 02:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.56 - - [2025-09-18 02:08:48] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004267 10.0.0.56 - - [2025-09-18 02:08:48] "GET /virtual-networks?parent_id=85b0ae88-2853-4bc0-9295-c3488cfb638a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003882 10.0.0.56 - - [2025-09-18 02:08:48] "GET /virtual-network/2fe7d0ea-d5ee-43bd-b88c-e14e006b7573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.005733 10.0.0.56 - - [2025-09-18 02:08:49] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006632 10.0.0.56 - - [2025-09-18 02:08:49] "POST /neutron/port HTTP/1.1" 200 1083 0.017976 10.0.0.56 - - [2025-09-18 02:08:49] "GET /virtual-machine/4e310fc2-0c59-4f72-9b8a-4880f94fd794 HTTP/1.1" 200 1284 0.007484 10.0.0.56 - - [2025-09-18 02:08:49] "GET /virtual-machine-interface/98b26f9b-55c7-47ca-8e35-bd69ccecfe66 HTTP/1.1" 200 2924 0.005185 10.0.0.56 - - [2025-09-18 02:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.56 - - [2025-09-18 02:08:49] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004594 10.0.0.56 - - [2025-09-18 02:08:49] "GET /virtual-networks?parent_id=85b0ae88-2853-4bc0-9295-c3488cfb638a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003270 10.0.0.56 - - [2025-09-18 02:08:49] "GET /virtual-network/2fe7d0ea-d5ee-43bd-b88c-e14e006b7573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.007505 10.0.0.56 - - [2025-09-18 02:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.56 - - [2025-09-18 02:08:52] "GET /virtual-network/2fe7d0ea-d5ee-43bd-b88c-e14e006b7573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.005540 10.0.0.41 - - [2025-09-18 02:08:54] "DELETE /project/8b284e14d4694a899d9c092dd37ba9be HTTP/1.1" 404 173 0.037956 10.0.0.41 - - [2025-09-18 02:08:54] "GET /projects?obj_uuids=4b056b1b-62dc-46f7-a879-6e3c08bec4b8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000902 10.0.0.41 - - [2025-09-18 02:08:54] "DELETE /project/85b0ae8828534bc09295c3488cfb638a HTTP/1.1" 404 173 0.057769 10.0.0.41 - - [2025-09-18 02:08:55] "GET /project/4b056b1b-62dc-46f7-a879-6e3c08bec4b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.056666 10.0.0.41 - - [2025-09-18 02:08:55] "GET /projects?obj_uuids=4b056b1b-62dc-46f7-a879-6e3c08bec4b8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001105 10.0.0.41 - - [2025-09-18 02:08:55] "GET /projects?obj_uuids=8b284e14-d469-4a89-9d9c-092dd37ba9be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000758 10.0.0.41 - - [2025-09-18 02:08:55] "DELETE /project/73735b1633284a2b88971a5a80a79ead HTTP/1.1" 404 173 0.132085 10.0.0.41 - - [2025-09-18 02:08:55] "GET /project/4b056b1b-62dc-46f7-a879-6e3c08bec4b8?fields=security_groups HTTP/1.1" 200 1359 0.057429 10.0.0.41 - - [2025-09-18 02:08:55] "GET /projects?obj_uuids=73735b16-3328-4a2b-8897-1a5a80a79ead&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000955 10.0.0.41 - - [2025-09-18 02:08:55] "GET /project/8b284e14-d469-4a89-9d9c-092dd37ba9be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.085917 10.0.0.41 - - [2025-09-18 02:08:55] "GET /projects?obj_uuids=8b284e14-d469-4a89-9d9c-092dd37ba9be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002485 10.0.0.41 - - [2025-09-18 02:08:55] "GET /projects?obj_uuids=2967923a-b5c4-46b4-bb46-63f2064ff4fb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001139 10.0.0.41 - - [2025-09-18 02:08:55] "GET /project/73735b16-3328-4a2b-8897-1a5a80a79ead?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.071530 10.0.0.41 - - [2025-09-18 02:08:55] "DELETE /project/2967923ab5c446b4bb4663f2064ff4fb HTTP/1.1" 404 173 0.255325 10.0.0.41 - - [2025-09-18 02:08:55] "GET /projects?obj_uuids=73735b16-3328-4a2b-8897-1a5a80a79ead&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001579 10.0.0.41 - - [2025-09-18 02:08:55] "GET /project/2967923a-b5c4-46b4-bb46-63f2064ff4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.068202 10.0.0.41 - - [2025-09-18 02:08:55] "GET /projects?obj_uuids=2967923a-b5c4-46b4-bb46-63f2064ff4fb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001430 10.0.0.41 - - [2025-09-18 02:08:55] "GET /project/8b284e14-d469-4a89-9d9c-092dd37ba9be?fields=security_groups HTTP/1.1" 200 1363 0.138538 10.0.0.41 - - [2025-09-18 02:08:55] "DELETE /security-group/39cc6bd4-09b7-4645-94f6-af65010b7c6d HTTP/1.1" 200 115 0.146184 10.0.0.41 - - [2025-09-18 02:08:55] "GET /projects?obj_uuids=4b056b1b-62dc-46f7-a879-6e3c08bec4b8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001112 10.0.0.41 - - [2025-09-18 02:08:55] "GET /project/2967923a-b5c4-46b4-bb46-63f2064ff4fb?fields=security_groups HTTP/1.1" 200 1374 0.099851 10.0.0.41 - - [2025-09-18 02:08:55] "GET /project/73735b16-3328-4a2b-8897-1a5a80a79ead?fields=security_groups HTTP/1.1" 200 1346 0.148500 10.0.0.41 - - [2025-09-18 02:08:55] "GET /project/4b056b1b-62dc-46f7-a879-6e3c08bec4b8?fields=application_policy_sets HTTP/1.1" 200 1398 0.087448 10.0.0.41 - - [2025-09-18 02:08:55] "DELETE /security-group/b57e3050-56c6-43f9-a270-fd5b66602c81 HTTP/1.1" 200 115 0.133685 10.0.0.41 - - [2025-09-18 02:08:55] "GET /projects?obj_uuids=8b284e14-d469-4a89-9d9c-092dd37ba9be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000959 10.0.0.41 - - [2025-09-18 02:08:55] "DELETE /security-group/8b7f0e8f-08c3-4875-9014-348ed2ccfc16 HTTP/1.1" 200 115 0.117163 10.0.0.41 - - [2025-09-18 02:08:55] "GET /projects?obj_uuids=2967923a-b5c4-46b4-bb46-63f2064ff4fb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000949 10.0.0.41 - - [2025-09-18 02:08:55] "DELETE /access-control-list/aed98205-d727-4124-98bf-fd6196a9a336 HTTP/1.1" 200 115 0.069848 10.0.0.41 - - [2025-09-18 02:08:55] "DELETE /security-group/569e0ba3-6810-487b-a26e-3e16deb0ad58 HTTP/1.1" 200 115 0.115325 10.0.0.41 - - [2025-09-18 02:08:55] "GET /projects?obj_uuids=73735b16-3328-4a2b-8897-1a5a80a79ead&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000907 10.0.0.41 - - [2025-09-18 02:08:55] "GET /project/2967923a-b5c4-46b4-bb46-63f2064ff4fb?fields=application_policy_sets HTTP/1.1" 200 1413 0.094014 10.0.0.41 - - [2025-09-18 02:08:55] "GET /project/8b284e14-d469-4a89-9d9c-092dd37ba9be?fields=application_policy_sets HTTP/1.1" 200 1402 0.156099 10.0.0.41 - - [2025-09-18 02:08:55] "GET /project/73735b16-3328-4a2b-8897-1a5a80a79ead?fields=application_policy_sets HTTP/1.1" 200 1385 0.206144 10.0.0.41 - - [2025-09-18 02:08:55] "DELETE /project/4b056b1b-62dc-46f7-a879-6e3c08bec4b8 HTTP/1.1" 200 115 0.847221 10.0.0.41 - - [2025-09-18 02:08:55] "DELETE /access-control-list/09912455-796e-4c50-8285-dd80f2675212 HTTP/1.1" 200 115 0.091431 10.0.0.41 - - [2025-09-18 02:08:55] "DELETE /project/2967923a-b5c4-46b4-bb46-63f2064ff4fb HTTP/1.1" 200 115 1.058326 10.0.0.41 - - [2025-09-18 02:08:56] "DELETE /project/8b284e14-d469-4a89-9d9c-092dd37ba9be HTTP/1.1" 200 115 1.112346 10.0.0.41 - - [2025-09-18 02:08:56] "DELETE /project/73735b16-3328-4a2b-8897-1a5a80a79ead HTTP/1.1" 200 115 1.143382 10.0.0.56 - - [2025-09-18 02:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.56 - - [2025-09-18 02:08:56] "GET /virtual-network/2fe7d0ea-d5ee-43bd-b88c-e14e006b7573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.005568 10.0.0.56 - - [2025-09-18 02:08:59] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006904 10.0.0.56 - - [2025-09-18 02:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004698 10.0.0.56 - - [2025-09-18 02:09:00] "GET /virtual-network/2fe7d0ea-d5ee-43bd-b88c-e14e006b7573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.005798 10.0.0.56 - - [2025-09-18 02:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.56 - - [2025-09-18 02:09:02] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003852 10.0.0.56 - - [2025-09-18 02:09:02] "GET /virtual-networks?parent_id=85b0ae88-2853-4bc0-9295-c3488cfb638a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002978 10.0.0.56 - - [2025-09-18 02:09:02] "GET /virtual-network/2fe7d0ea-d5ee-43bd-b88c-e14e006b7573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.005967 10.0.0.56 - - [2025-09-18 02:09:06] "POST /neutron/port HTTP/1.1" 200 151 0.211811 10.0.0.56 - - [2025-09-18 02:09:06] "POST /neutron/port HTTP/1.1" 200 151 0.190833 10.0.0.41 - - [2025-09-18 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005313 10.0.0.41 - - [2025-09-18 02:09:07] "GET /obj-perms HTTP/1.1" 200 5056 0.100814 10.0.0.41 - - [2025-09-18 02:09:08] "GET /projects?obj_uuids=85b0ae88-2853-4bc0-9295-c3488cfb638a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001049 10.0.0.56 - - [2025-09-18 02:09:08] "GET /project/85b0ae88-2853-4bc0-9295-c3488cfb638a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.066792 10.0.0.41 - - [2025-09-18 02:09:08] "GET /projects?obj_uuids=85b0ae88-2853-4bc0-9295-c3488cfb638a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001206 10.0.0.56 - - [2025-09-18 02:09:08] "GET /project/85b0ae88-2853-4bc0-9295-c3488cfb638a?fields=virtual_networks HTTP/1.1" 200 1023 0.051103 10.0.0.41 - - [2025-09-18 02:09:08] "GET /projects?obj_uuids=85b0ae88-2853-4bc0-9295-c3488cfb638a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000994 10.0.0.56 - - [2025-09-18 02:09:08] "GET /project/85b0ae88-2853-4bc0-9295-c3488cfb638a?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.038608 10.0.0.41 - - [2025-09-18 02:09:08] "GET /projects?obj_uuids=85b0ae88-2853-4bc0-9295-c3488cfb638a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001006 10.0.0.56 - - [2025-09-18 02:09:09] "GET /project/85b0ae88-2853-4bc0-9295-c3488cfb638a?fields=security_groups HTTP/1.1" 200 1245 0.042741 10.0.0.56 - - [2025-09-18 02:09:09] "POST /fqname-to-id HTTP/1.1" 404 186 0.029468 10.0.0.41 - - [2025-09-18 02:09:10] "GET /projects?obj_uuids=9a9e2c49-4112-46c8-976a-b598f8a85e4b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002841 10.0.0.41 - - [2025-09-18 02:09:10] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001094 10.0.0.41 - - [2025-09-18 02:09:10] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006920 10.0.0.41 - - [2025-09-18 02:09:10] "POST /id-to-fqname HTTP/1.1" 200 188 0.003719 10.0.0.41 - - [2025-09-18 02:09:10] "POST /fqname-to-id HTTP/1.1" 404 197 0.011888 10.0.0.41 - - [2025-09-18 02:09:10] "POST /security-groups HTTP/1.1" 200 589 0.074319 10.0.0.41 - - [2025-09-18 02:09:10] "POST /projects HTTP/1.1" 200 581 0.290223 10.0.0.41 - - [2025-09-18 02:09:10] "POST /access-control-lists HTTP/1.1" 200 594 0.028428 10.0.0.41 - - [2025-09-18 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.367360 10.0.0.56 - - [2025-09-18 02:09:10] "GET /project/9a9e2c49-4112-46c8-976a-b598f8a85e4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.506518 10.0.0.56 - - [2025-09-18 02:09:11] "POST /neutron/port HTTP/1.1" 200 117 0.006438 10.0.0.56 - - [2025-09-18 02:09:11] "GET / HTTP/1.1" 200 35931 0.002026 10.0.0.56 - - [2025-09-18 02:09:11] "POST /neutron/port HTTP/1.1" 400 205 0.004451 10.0.0.56 - - [2025-09-18 02:09:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000626 10.0.0.56 - - [2025-09-18 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.077057 10.0.0.41 - - [2025-09-18 02:09:14] "GET /projects?obj_uuids=9a9e2c49-4112-46c8-976a-b598f8a85e4b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000864 10.0.0.56 - - [2025-09-18 02:09:14] "GET /project/9a9e2c49-4112-46c8-976a-b598f8a85e4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.046376 10.0.0.41 - - [2025-09-18 02:09:14] "POST /route-targets HTTP/1.1" 200 327 0.020195 10.0.0.41 - - [2025-09-18 02:09:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004309 10.0.0.56 - - [2025-09-18 02:09:14] "POST /neutron/subnet HTTP/1.1" 200 720 0.234287 10.0.0.56 - - [2025-09-18 02:09:14] "POST /id-to-fqname HTTP/1.1" 200 219 0.001557 10.0.0.56 - - [2025-09-18 02:09:14] "GET /virtual-network/2f3e5d33-a2c7-48af-8397-652fc9469e39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005038 10.0.0.56 - - [2025-09-18 02:09:14] "GET /virtual-network/2f3e5d33-a2c7-48af-8397-652fc9469e39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005177 10.0.0.56 - - [2025-09-18 02:09:14] "POST /neutron/network HTTP/1.1" 200 823 0.006108 10.0.0.56 - - [2025-09-18 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.41 - - [2025-09-18 02:09:14] "GET /projects?obj_uuids=9a9e2c49-4112-46c8-976a-b598f8a85e4b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000937 10.0.0.56 - - [2025-09-18 02:09:14] "GET /project/9a9e2c49-4112-46c8-976a-b598f8a85e4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.042149 10.0.0.41 - - [2025-09-18 02:09:14] "GET /projects?obj_uuids=9a9e2c49-4112-46c8-976a-b598f8a85e4b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000988 10.0.0.56 - - [2025-09-18 02:09:15] "POST /neutron/network HTTP/1.1" 200 605 0.137321 10.0.0.41 - - [2025-09-18 02:09:15] "POST /ref-update HTTP/1.1" 200 156 0.034868 10.0.0.56 - - [2025-09-18 02:09:15] "POST /id-to-fqname HTTP/1.1" 200 219 0.003001 10.0.0.56 - - [2025-09-18 02:09:15] "GET /virtual-network/2d1873de-e9c0-4d9a-bbbd-1bb3e341457c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005443 10.0.0.56 - - [2025-09-18 02:09:15] "POST /neutron/network HTTP/1.1" 200 825 0.006312 10.0.0.56 - - [2025-09-18 02:09:15] "GET /virtual-network/2d1873de-e9c0-4d9a-bbbd-1bb3e341457c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005206 10.0.0.56 - - [2025-09-18 02:09:15] "POST /id-to-fqname HTTP/1.1" 200 219 0.001195 10.0.0.56 - - [2025-09-18 02:09:15] "POST /neutron/network HTTP/1.1" 200 833 0.006511 10.0.0.41 - - [2025-09-18 02:09:16] "GET /projects?obj_uuids=9a9e2c49-4112-46c8-976a-b598f8a85e4b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000907 10.0.0.56 - - [2025-09-18 02:09:16] "GET /project/9a9e2c49-4112-46c8-976a-b598f8a85e4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.086981 10.0.0.56 - - [2025-09-18 02:09:16] "POST /neutron/port HTTP/1.1" 200 117 0.006294 10.0.0.56 - - [2025-09-18 02:09:16] "POST /id-to-fqname HTTP/1.1" 200 219 0.001247 10.0.0.56 - - [2025-09-18 02:09:17] "POST /neutron/network HTTP/1.1" 200 833 0.008447 10.0.0.56 - - [2025-09-18 02:09:17] "POST /neutron/port HTTP/1.1" 200 1057 0.013429 10.0.0.41 - - [2025-09-18 02:09:18] "GET /projects?obj_uuids=9a9e2c49-4112-46c8-976a-b598f8a85e4b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001259 10.0.0.56 - - [2025-09-18 02:09:18] "GET /project/9a9e2c49-4112-46c8-976a-b598f8a85e4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.111202 10.0.0.56 - - [2025-09-18 02:09:18] "POST /neutron/network HTTP/1.1" 200 825 0.007490 10.0.0.56 - - [2025-09-18 02:09:18] "POST /neutron/port HTTP/1.1" 200 117 0.001035 10.0.0.56 - - [2025-09-18 02:09:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007676 10.0.0.56 - - [2025-09-18 02:09:18] "POST /neutron/router HTTP/1.1" 200 580 0.007495 10.0.0.41 - - [2025-09-18 02:09:19] "POST /ref-update HTTP/1.1" 200 156 0.030212 10.0.0.56 - - [2025-09-18 02:09:19] "POST /neutron/network HTTP/1.1" 200 835 0.010042 10.0.0.56 - - [2025-09-18 02:09:19] "POST /neutron/port HTTP/1.1" 200 1059 0.021759 10.0.0.56 - - [2025-09-18 02:09:19] "POST /neutron/port HTTP/1.1" 200 1087 0.018580 10.0.0.56 - - [2025-09-18 02:09:19] "POST /neutron/port HTTP/1.1" 200 117 0.001044 10.0.0.56 - - [2025-09-18 02:09:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009582 10.0.0.56 - - [2025-09-18 02:09:24] "POST /neutron/port HTTP/1.1" 200 1085 0.016038 10.0.0.56 - - [2025-09-18 02:09:24] "GET /virtual-machine/d788bbd4-c85b-4b92-b516-f622ac3f6d93 HTTP/1.1" 401 292 0.000407 10.0.0.56 - - [2025-09-18 02:09:24] "GET /virtual-machine/d788bbd4-c85b-4b92-b516-f622ac3f6d93 HTTP/1.1" 200 1291 0.032185 10.0.0.56 - - [2025-09-18 02:09:24] "GET /virtual-machine-interface/51936a08-12f0-4d3e-a276-670b5d3cf654 HTTP/1.1" 200 2933 0.004815 10.0.0.56 - - [2025-09-18 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.56 - - [2025-09-18 02:09:24] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003680 10.0.0.56 - - [2025-09-18 02:09:24] "GET /virtual-networks?parent_id=9a9e2c49-4112-46c8-976a-b598f8a85e4b&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003754 10.0.0.56 - - [2025-09-18 02:09:24] "GET /virtual-network/2f3e5d33-a2c7-48af-8397-652fc9469e39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006540 10.0.0.56 - - [2025-09-18 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006774 10.0.0.56 - - [2025-09-18 02:09:28] "GET /virtual-network/2f3e5d33-a2c7-48af-8397-652fc9469e39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.007951 10.0.0.56 - - [2025-09-18 02:09:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006429 10.0.0.56 - - [2025-09-18 02:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.56 - - [2025-09-18 02:09:30] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003653 10.0.0.56 - - [2025-09-18 02:09:30] "GET /virtual-networks?parent_id=9a9e2c49-4112-46c8-976a-b598f8a85e4b&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002943 10.0.0.56 - - [2025-09-18 02:09:30] "GET /virtual-network/2f3e5d33-a2c7-48af-8397-652fc9469e39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005413 10.0.0.56 - - [2025-09-18 02:09:30] "POST /neutron/port HTTP/1.1" 200 1087 0.019594 10.0.0.56 - - [2025-09-18 02:09:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008125 10.0.0.56 - - [2025-09-18 02:09:30] "GET /virtual-machine/4c787814-aa10-408f-a550-da4fa6a27bae HTTP/1.1" 200 1290 0.005455 10.0.0.56 - - [2025-09-18 02:09:30] "GET /virtual-machine-interface/d10c3555-4260-4adf-a7a1-5516c3052112 HTTP/1.1" 200 2934 0.004883 10.0.0.56 - - [2025-09-18 02:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.56 - - [2025-09-18 02:09:30] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003827 10.0.0.56 - - [2025-09-18 02:09:30] "GET /virtual-networks?parent_id=9a9e2c49-4112-46c8-976a-b598f8a85e4b&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003970 10.0.0.56 - - [2025-09-18 02:09:30] "GET /virtual-network/2d1873de-e9c0-4d9a-bbbd-1bb3e341457c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005171 10.0.0.56 - - [2025-09-18 02:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.56 - - [2025-09-18 02:09:33] "GET /virtual-network/2d1873de-e9c0-4d9a-bbbd-1bb3e341457c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005640 10.0.0.56 - - [2025-09-18 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.56 - - [2025-09-18 02:09:38] "GET /virtual-network/2d1873de-e9c0-4d9a-bbbd-1bb3e341457c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005615 10.0.0.56 - - [2025-09-18 02:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.56 - - [2025-09-18 02:09:40] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003486 10.0.0.56 - - [2025-09-18 02:09:40] "GET /virtual-networks?parent_id=9a9e2c49-4112-46c8-976a-b598f8a85e4b&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002898 10.0.0.56 - - [2025-09-18 02:09:40] "GET /virtual-network/2d1873de-e9c0-4d9a-bbbd-1bb3e341457c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005677 10.0.0.56 - - [2025-09-18 02:09:44] "POST /neutron/router HTTP/1.1" 200 580 0.007522 10.0.0.41 - - [2025-09-18 02:09:45] "DELETE /access-control-list/4ece61ab-740f-43a6-9b6d-3d081e2c28d2 HTTP/1.1" 200 115 0.066825 10.0.0.56 - - [2025-09-18 02:09:51] "POST /neutron/router HTTP/1.1" 200 580 0.009390 10.0.0.41 - - [2025-09-18 02:09:54] "GET /projects?obj_uuids=9a9e2c49-4112-46c8-976a-b598f8a85e4b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001546 10.0.0.56 - - [2025-09-18 02:09:55] "POST /neutron/router HTTP/1.1" 200 344 0.317444 10.0.0.41 - - [2025-09-18 02:09:56] "DELETE /project/9a9e2c49411246c8976ab598f8a85e4b HTTP/1.1" 404 173 0.004171 10.0.0.41 - - [2025-09-18 02:09:56] "DELETE /project/85b0ae88-2853-4bc0-9295-c3488cfb638a HTTP/1.1" 404 177 0.003663 10.0.0.41 - - [2025-09-18 02:09:57] "POST /ref-update HTTP/1.1" 200 156 0.018626 10.0.0.56 - - [2025-09-18 02:09:57] "POST /neutron/router HTTP/1.1" 200 580 0.008404 10.0.0.56 - - [2025-09-18 02:09:57] "POST /neutron/router HTTP/1.1" 200 151 0.066041 10.0.0.41 - - [2025-09-18 02:09:57] "DELETE /route-target/980158f9-d60e-4fb2-8b96-95bc9c9114e1 HTTP/1.1" 200 115 0.019804 10.0.0.56 - - [2025-09-18 02:09:58] "POST /neutron/port HTTP/1.1" 200 1087 0.019410 10.0.0.56 - - [2025-09-18 02:09:58] "POST /neutron/port HTTP/1.1" 200 1085 0.014262 10.0.0.56 - - [2025-09-18 02:10:00] "POST /neutron/network HTTP/1.1" 200 825 0.007406 10.0.0.41 - - [2025-09-18 02:10:00] "POST /useragent-kv HTTP/1.1" 200 115 0.006272 10.0.0.41 - - [2025-09-18 02:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.008195 10.0.0.41 - - [2025-09-18 02:10:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003014 10.0.0.56 - - [2025-09-18 02:10:00] "POST /neutron/network HTTP/1.1" 200 151 0.178624 10.0.0.41 - - [2025-09-18 02:10:01] "GET /projects?obj_uuids=9a9e2c49-4112-46c8-976a-b598f8a85e4b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000991 10.0.0.56 - - [2025-09-18 02:10:01] "GET /project/9a9e2c49-4112-46c8-976a-b598f8a85e4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.056945 10.0.0.41 - - [2025-09-18 02:10:01] "GET /projects?obj_uuids=9a9e2c49-4112-46c8-976a-b598f8a85e4b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000992 10.0.0.56 - - [2025-09-18 02:10:01] "GET /project/9a9e2c49-4112-46c8-976a-b598f8a85e4b?fields=virtual_networks HTTP/1.1" 200 1028 0.051225 10.0.0.41 - - [2025-09-18 02:10:01] "GET /projects?obj_uuids=9a9e2c49-4112-46c8-976a-b598f8a85e4b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000924 10.0.0.56 - - [2025-09-18 02:10:01] "GET /project/9a9e2c49-4112-46c8-976a-b598f8a85e4b?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.037888 10.0.0.41 - - [2025-09-18 02:10:02] "GET /projects?obj_uuids=9a9e2c49-4112-46c8-976a-b598f8a85e4b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001186 10.0.0.56 - - [2025-09-18 02:10:02] "GET /project/9a9e2c49-4112-46c8-976a-b598f8a85e4b?fields=security_groups HTTP/1.1" 200 1252 0.034260 10.0.0.56 - - [2025-09-18 02:10:02] "POST /fqname-to-id HTTP/1.1" 404 191 0.027994 10.0.0.41 - - [2025-09-18 02:10:02] "GET /projects?obj_uuids=b4e3de97-f7d4-4317-b23d-4e5486c7cd20&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003037 10.0.0.41 - - [2025-09-18 02:10:03] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001173 10.0.0.41 - - [2025-09-18 02:10:03] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006831 10.0.0.41 - - [2025-09-18 02:10:03] "POST /id-to-fqname HTTP/1.1" 200 193 0.001669 10.0.0.41 - - [2025-09-18 02:10:03] "POST /fqname-to-id HTTP/1.1" 404 202 0.006527 10.0.0.41 - - [2025-09-18 02:10:03] "POST /security-groups HTTP/1.1" 200 594 0.075286 10.0.0.41 - - [2025-09-18 02:10:03] "POST /projects HTTP/1.1" 200 591 0.275243 10.0.0.41 - - [2025-09-18 02:10:03] "POST /access-control-lists HTTP/1.1" 200 599 0.027473 10.0.0.41 - - [2025-09-18 02:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.345417 10.0.0.56 - - [2025-09-18 02:10:03] "GET /project/b4e3de97-f7d4-4317-b23d-4e5486c7cd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.494675 10.0.0.56 - - [2025-09-18 02:10:04] "GET / HTTP/1.1" 200 35931 0.001465 10.0.0.56 - - [2025-09-18 02:10:06] "GET /project/b4e3de97-f7d4-4317-b23d-4e5486c7cd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000453 10.0.0.41 - - [2025-09-18 02:10:07] "GET /projects?obj_uuids=b4e3de97-f7d4-4317-b23d-4e5486c7cd20&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000898 10.0.0.56 - - [2025-09-18 02:10:07] "GET /project/b4e3de97-f7d4-4317-b23d-4e5486c7cd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.072578 10.0.0.56 - - [2025-09-18 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002761 10.0.0.56 - - [2025-09-18 02:10:07] "GET /security-group/7f8357ac-e3cb-4538-a8f8-bddc3b7805e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.007246 10.0.0.56 - - [2025-09-18 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.41 - - [2025-09-18 02:10:07] "GET /projects?obj_uuids=b4e3de97-f7d4-4317-b23d-4e5486c7cd20&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000923 10.0.0.56 - - [2025-09-18 02:10:07] "GET /project/b4e3de97-f7d4-4317-b23d-4e5486c7cd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.037296 10.0.0.56 - - [2025-09-18 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.56 - - [2025-09-18 02:10:07] "GET /security-group/7f8357ac-e3cb-4538-a8f8-bddc3b7805e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.004650 10.0.0.56 - - [2025-09-18 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.56 - - [2025-09-18 02:10:07] "PUT /security-group/7f8357ac-e3cb-4538-a8f8-bddc3b7805e8 HTTP/1.1" 200 262 0.019417 10.0.0.41 - - [2025-09-18 02:10:07] "PUT /access-control-list/18e02ab9-d635-48c5-93f5-4dc3dc706458 HTTP/1.1" 200 272 0.014056 10.0.0.56 - - [2025-09-18 02:10:07] "POST /fqname-to-id HTTP/1.1" 404 202 0.011071 10.0.0.56 - - [2025-09-18 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004573 10.0.0.41 - - [2025-09-18 02:10:07] "GET /projects?obj_uuids=b4e3de97-f7d4-4317-b23d-4e5486c7cd20&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001429 10.0.0.56 - - [2025-09-18 02:10:07] "GET /project/b4e3de97-f7d4-4317-b23d-4e5486c7cd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.040483 10.0.0.41 - - [2025-09-18 02:10:08] "POST /ref-update HTTP/1.1" 200 156 0.018362 10.0.0.22 - - [2025-09-18 02:10:08] "GET /obj-perms HTTP/1.1" 200 5056 0.063693 10.0.0.41 - - [2025-09-18 02:10:08] "POST /useragent-kv HTTP/1.1" 200 115 0.006381 10.0.0.56 - - [2025-09-18 02:10:08] "POST /neutron/subnet HTTP/1.1" 200 720 0.481166 10.0.0.56 - - [2025-09-18 02:10:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001228 10.0.0.56 - - [2025-09-18 02:10:08] "GET /virtual-network/f649d131-1951-459b-a450-b42038dde296?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004994 10.0.0.56 - - [2025-09-18 02:10:08] "GET /virtual-network/f649d131-1951-459b-a450-b42038dde296?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005159 10.0.0.56 - - [2025-09-18 02:10:08] "POST /neutron/network HTTP/1.1" 200 826 0.006428 10.0.0.56 - - [2025-09-18 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.41 - - [2025-09-18 02:10:08] "GET /projects?obj_uuids=b4e3de97-f7d4-4317-b23d-4e5486c7cd20&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000870 10.0.0.56 - - [2025-09-18 02:10:08] "GET /project/b4e3de97-f7d4-4317-b23d-4e5486c7cd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.037136 10.0.0.41 - - [2025-09-18 02:10:08] "GET /projects?obj_uuids=b4e3de97-f7d4-4317-b23d-4e5486c7cd20&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000917 10.0.0.56 - - [2025-09-18 02:10:09] "POST /neutron/network HTTP/1.1" 200 615 0.169252 10.0.0.56 - - [2025-09-18 02:10:09] "POST /id-to-fqname HTTP/1.1" 200 227 0.003238 10.0.0.56 - - [2025-09-18 02:10:09] "GET /virtual-network/5d259074-d89d-4a93-b214-a9a1f94716f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005661 10.0.0.56 - - [2025-09-18 02:10:09] "POST /neutron/network HTTP/1.1" 200 835 0.007242 10.0.0.56 - - [2025-09-18 02:10:09] "GET /virtual-network/5d259074-d89d-4a93-b214-a9a1f94716f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004782 10.0.0.56 - - [2025-09-18 02:10:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.001138 10.0.0.56 - - [2025-09-18 02:10:09] "POST /neutron/network HTTP/1.1" 200 836 0.006680 10.0.0.41 - - [2025-09-18 02:10:10] "GET /projects?obj_uuids=b4e3de97-f7d4-4317-b23d-4e5486c7cd20&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000985 10.0.0.56 - - [2025-09-18 02:10:10] "GET /project/b4e3de97-f7d4-4317-b23d-4e5486c7cd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.063592 10.0.0.56 - - [2025-09-18 02:10:10] "POST /neutron/port HTTP/1.1" 200 117 0.006044 10.0.0.56 - - [2025-09-18 02:10:10] "POST /id-to-fqname HTTP/1.1" 200 227 0.001115 10.0.0.56 - - [2025-09-18 02:10:11] "POST /neutron/network HTTP/1.1" 200 836 0.008750 10.0.0.41 - - [2025-09-18 02:10:11] "GET /projects?obj_uuids=b4e3de97-f7d4-4317-b23d-4e5486c7cd20&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000958 10.0.0.56 - - [2025-09-18 02:10:11] "GET /project/b4e3de97-f7d4-4317-b23d-4e5486c7cd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.074772 10.0.0.56 - - [2025-09-18 02:10:11] "POST /neutron/port HTTP/1.1" 200 1062 0.069707 10.0.0.56 - - [2025-09-18 02:10:12] "POST /neutron/port HTTP/1.1" 200 1090 0.016780 10.0.0.56 - - [2025-09-18 02:10:12] "POST /neutron/subnet HTTP/1.1" 200 694 0.007741 10.0.0.56 - - [2025-09-18 02:10:12] "POST /neutron/network HTTP/1.1" 200 826 0.006329 10.0.0.56 - - [2025-09-18 02:10:12] "POST /neutron/router HTTP/1.1" 200 585 0.006011 10.0.0.41 - - [2025-09-18 02:10:12] "POST /route-targets HTTP/1.1" 200 327 0.019723 10.0.0.22 - - [2025-09-18 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.009896 10.0.0.41 - - [2025-09-18 02:10:12] "GET /projects?obj_uuids=b4e3de97-f7d4-4317-b23d-4e5486c7cd20&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001127 10.0.0.41 - - [2025-09-18 02:10:12] "POST /useragent-kv HTTP/1.1" 200 115 0.014658 10.0.0.22 - - [2025-09-18 02:10:12] "POST /virtual-networks HTTP/1.1" 200 694 0.158711 10.0.0.56 - - [2025-09-18 02:10:12] "POST /neutron/router HTTP/1.1" 200 344 0.422830 10.0.0.41 - - [2025-09-18 02:10:12] "POST /ref-update HTTP/1.1" 200 156 0.037943 10.0.0.56 - - [2025-09-18 02:10:13] "POST /neutron/port HTTP/1.1" 200 1090 0.035482 10.0.0.22 - - [2025-09-18 02:10:13] "PUT /logical-router/4b9b6177-c542-432c-b76b-cf9f4ca2eee2 HTTP/1.1" 200 262 0.034580 10.0.0.22 - - [2025-09-18 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.008325 10.0.0.22 - - [2025-09-18 02:10:13] "POST /chown HTTP/1.1" 200 109 0.016981 10.0.0.22 - - [2025-09-18 02:10:13] "POST /chown HTTP/1.1" 200 109 0.013945 10.0.0.22 - - [2025-09-18 02:10:13] "POST /ref-update HTTP/1.1" 200 156 0.029569 10.0.0.56 - - [2025-09-18 02:10:13] "POST /neutron/port HTTP/1.1" 200 1064 0.090677 10.0.0.22 - - [2025-09-18 02:10:14] "POST /instance-ips HTTP/1.1" 200 549 0.116673 10.0.0.56 - - [2025-09-18 02:10:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003937 10.0.0.22 - - [2025-09-18 02:10:14] "PUT /virtual-machine-interface/623f605f-2058-49d0-bd72-5f291fd37f0c HTTP/1.1" 200 284 0.088730 10.0.0.22 - - [2025-09-18 02:10:14] "POST /ref-update HTTP/1.1" 200 156 0.025488 10.0.0.56 - - [2025-09-18 02:10:14] "POST /neutron/network HTTP/1.1" 200 835 0.010737 10.0.0.41 - - [2025-09-18 02:10:14] "PUT /routing-instance/8a2ab5b8-81db-44d7-aed0-169ac3fd9e7f HTTP/1.1" 200 266 0.020438 10.0.0.22 - - [2025-09-18 02:10:14] "POST /chown HTTP/1.1" 200 109 0.021885 10.0.0.22 - - [2025-09-18 02:10:14] "PUT /virtual-machine-interface/0064cb00-3293-408e-9ec3-cdbb6f896698 HTTP/1.1" 200 284 0.020025 10.0.0.22 - - [2025-09-18 02:10:14] "POST /ref-update HTTP/1.1" 200 156 0.033797 10.0.0.22 - - [2025-09-18 02:10:14] "POST /instance-ips HTTP/1.1" 400 316 0.024297 10.0.0.22 - - [2025-09-18 02:10:15] "PUT /instance-ip/49035e67-3f71-479b-9a92-509d8c91d175 HTTP/1.1" 200 256 0.025504 10.0.0.22 - - [2025-09-18 02:10:15] "POST /ref-update HTTP/1.1" 200 156 0.024717 10.0.0.56 - - [2025-09-18 02:10:18] "POST /neutron/port HTTP/1.1" 200 1090 0.019458 10.0.0.56 - - [2025-09-18 02:10:18] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007741 10.0.0.56 - - [2025-09-18 02:10:18] "GET /virtual-machine/97c1b8ea-2178-4471-9cbb-feedd02143c3 HTTP/1.1" 401 292 0.000378 10.0.0.56 - - [2025-09-18 02:10:18] "GET /virtual-machine/97c1b8ea-2178-4471-9cbb-feedd02143c3 HTTP/1.1" 200 1296 0.033244 10.0.0.56 - - [2025-09-18 02:10:18] "GET /virtual-machine-interface/067bfa3a-8347-477a-a51e-905cff111393 HTTP/1.1" 200 2954 0.006558 10.0.0.56 - - [2025-09-18 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.56 - - [2025-09-18 02:10:18] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004792 10.0.0.56 - - [2025-09-18 02:10:18] "GET /virtual-networks?parent_id=b4e3de97-f7d4-4317-b23d-4e5486c7cd20&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003625 10.0.0.56 - - [2025-09-18 02:10:19] "GET /virtual-network/f649d131-1951-459b-a450-b42038dde296?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005864 10.0.0.56 - - [2025-09-18 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.56 - - [2025-09-18 02:10:22] "GET /virtual-network/f649d131-1951-459b-a450-b42038dde296?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005238 10.0.0.56 - - [2025-09-18 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.56 - - [2025-09-18 02:10:24] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003052 10.0.0.56 - - [2025-09-18 02:10:24] "GET /virtual-networks?parent_id=b4e3de97-f7d4-4317-b23d-4e5486c7cd20&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002805 10.0.0.56 - - [2025-09-18 02:10:24] "GET /virtual-network/f649d131-1951-459b-a450-b42038dde296?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006483 10.0.0.56 - - [2025-09-18 02:10:24] "POST /neutron/port HTTP/1.1" 200 1092 0.019169 10.0.0.56 - - [2025-09-18 02:10:29] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008326 10.0.0.56 - - [2025-09-18 02:10:29] "POST /neutron/port HTTP/1.1" 200 1092 0.014831 10.0.0.56 - - [2025-09-18 02:10:29] "GET /virtual-machine/495791eb-f848-42cb-9278-5c05d4c73c5d HTTP/1.1" 200 1295 0.010457 10.0.0.56 - - [2025-09-18 02:10:29] "GET /virtual-machine-interface/20b8769d-b837-44bd-8a03-55fe82655da6 HTTP/1.1" 200 2966 0.005954 10.0.0.56 - - [2025-09-18 02:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.56 - - [2025-09-18 02:10:29] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003772 10.0.0.56 - - [2025-09-18 02:10:29] "GET /virtual-networks?parent_id=b4e3de97-f7d4-4317-b23d-4e5486c7cd20&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003302 10.0.0.56 - - [2025-09-18 02:10:30] "GET /virtual-network/5d259074-d89d-4a93-b214-a9a1f94716f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005972 10.0.0.56 - - [2025-09-18 02:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.56 - - [2025-09-18 02:10:33] "GET /virtual-network/5d259074-d89d-4a93-b214-a9a1f94716f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005544 10.0.0.56 - - [2025-09-18 02:10:34] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007143 10.0.0.56 - - [2025-09-18 02:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004881 10.0.0.56 - - [2025-09-18 02:10:37] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003765 10.0.0.56 - - [2025-09-18 02:10:37] "GET /virtual-networks?parent_id=b4e3de97-f7d4-4317-b23d-4e5486c7cd20&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002966 10.0.0.56 - - [2025-09-18 02:10:37] "GET /virtual-network/5d259074-d89d-4a93-b214-a9a1f94716f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005971 10.0.0.41 - - [2025-09-18 02:10:41] "POST /ref-update HTTP/1.1" 200 156 0.020414 10.0.0.56 - - [2025-09-18 02:10:41] "POST /neutron/router HTTP/1.1" 200 656 0.008773 10.0.0.22 - - [2025-09-18 02:10:41] "PUT /logical-router/4b9b6177-c542-432c-b76b-cf9f4ca2eee2 HTTP/1.1" 500 213 0.030647 10.0.0.41 - - [2025-09-18 02:10:41] "POST /ref-update HTTP/1.1" 200 156 0.021972 10.0.0.22 - - [2025-09-18 02:10:41] "DELETE /route-table/9f7457b6-0624-4a85-94cd-e55bc1d54f36 HTTP/1.1" 200 115 0.049287 10.0.0.22 - - [2025-09-18 02:10:41] "POST /ref-update HTTP/1.1" 200 156 0.026570 10.0.0.56 - - [2025-09-18 02:10:42] "POST /neutron/network HTTP/1.1" 400 204 0.079457 10.0.0.41 - - [2025-09-18 02:10:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002571 10.0.0.41 - - [2025-09-18 02:10:42] "POST /useragent-kv HTTP/1.1" 200 115 0.006639 10.0.0.22 - - [2025-09-18 02:10:42] "DELETE /virtual-network/5ee613d3-ef05-4c08-80f6-3b73a1e65765 HTTP/1.1" 200 115 0.226270 10.0.0.41 - - [2025-09-18 02:10:42] "DELETE /route-target/3ceda3ef-8794-4784-996c-adf2a19441c7 HTTP/1.1" 200 115 0.031465 10.0.0.22 - - [2025-09-18 02:10:42] "POST /ref-update HTTP/1.1" 200 156 0.025033 10.0.0.22 - - [2025-09-18 02:10:42] "GET /virtual-machine-interface/623f605f-2058-49d0-bd72-5f291fd37f0c?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1332 0.008997 10.0.0.22 - - [2025-09-18 02:10:42] "DELETE /virtual-machine/09b43ed6-ba0c-450b-9fca-4133ca794694 HTTP/1.1" 200 115 0.062004 10.0.0.22 - - [2025-09-18 02:10:42] "GET /instance-ip/55e15f1c-9875-4689-a669-895df13f8725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1696 0.010147 10.0.0.56 - - [2025-09-18 02:10:42] "POST /neutron/port HTTP/1.1" 200 151 0.242472 10.0.0.22 - - [2025-09-18 02:10:42] "GET /virtual-machine-interface/2b8bfd46-83be-4453-ba51-32941884cb4c?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1332 0.006220 10.0.0.56 - - [2025-09-18 02:10:42] "POST /neutron/port HTTP/1.1" 200 151 0.239757 10.0.0.22 - - [2025-09-18 02:10:42] "DELETE /virtual-machine/efd52faa-9fa6-4fc8-b7d7-6d2e51294619 HTTP/1.1" 200 115 0.046531 10.0.0.56 - - [2025-09-18 02:10:44] "POST /neutron/network HTTP/1.1" 200 826 0.007398 10.0.0.41 - - [2025-09-18 02:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.41 - - [2025-09-18 02:10:45] "GET /projects?obj_uuids=b4e3de97-f7d4-4317-b23d-4e5486c7cd20&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000960 10.0.0.56 - - [2025-09-18 02:10:45] "GET /project/b4e3de97-f7d4-4317-b23d-4e5486c7cd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.037976 10.0.0.41 - - [2025-09-18 02:10:45] "GET /projects?obj_uuids=b4e3de97-f7d4-4317-b23d-4e5486c7cd20&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000939 10.0.0.56 - - [2025-09-18 02:10:45] "GET /project/b4e3de97-f7d4-4317-b23d-4e5486c7cd20?fields=virtual_networks HTTP/1.1" 200 1038 0.039692 10.0.0.41 - - [2025-09-18 02:10:45] "GET /projects?obj_uuids=b4e3de97-f7d4-4317-b23d-4e5486c7cd20&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000922 10.0.0.56 - - [2025-09-18 02:10:45] "GET /project/b4e3de97-f7d4-4317-b23d-4e5486c7cd20?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.041747 10.0.0.41 - - [2025-09-18 02:10:45] "GET /projects?obj_uuids=b4e3de97-f7d4-4317-b23d-4e5486c7cd20&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000892 10.0.0.56 - - [2025-09-18 02:10:45] "GET /project/b4e3de97-f7d4-4317-b23d-4e5486c7cd20?fields=security_groups HTTP/1.1" 200 1267 0.036228 10.0.0.56 - - [2025-09-18 02:10:46] "POST /fqname-to-id HTTP/1.1" 404 196 0.027734 10.0.0.41 - - [2025-09-18 02:10:46] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003285 10.0.0.41 - - [2025-09-18 02:10:46] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001158 10.0.0.41 - - [2025-09-18 02:10:46] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008658 10.0.0.41 - - [2025-09-18 02:10:47] "POST /id-to-fqname HTTP/1.1" 200 198 0.005727 10.0.0.41 - - [2025-09-18 02:10:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.004280 10.0.0.41 - - [2025-09-18 02:10:47] "POST /security-groups HTTP/1.1" 200 599 0.035988 10.0.0.41 - - [2025-09-18 02:10:47] "POST /projects HTTP/1.1" 200 601 0.265005 10.0.0.41 - - [2025-09-18 02:10:47] "POST /access-control-lists HTTP/1.1" 200 604 0.037470 10.0.0.41 - - [2025-09-18 02:10:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.343447 10.0.0.56 - - [2025-09-18 02:10:47] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.495804 10.0.0.56 - - [2025-09-18 02:10:48] "GET / HTTP/1.1" 200 35931 0.001485 10.0.0.56 - - [2025-09-18 02:10:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000419 10.0.0.56 - - [2025-09-18 02:10:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.060966 10.0.0.41 - - [2025-09-18 02:10:50] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000853 10.0.0.56 - - [2025-09-18 02:10:50] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.040903 10.0.0.41 - - [2025-09-18 02:10:50] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000925 10.0.0.56 - - [2025-09-18 02:10:50] "POST /neutron/network HTTP/1.1" 200 613 0.131555 10.0.0.41 - - [2025-09-18 02:10:51] "POST /route-targets HTTP/1.1" 200 327 0.014279 10.0.0.56 - - [2025-09-18 02:10:51] "POST /neutron/network HTTP/1.1" 200 1004 0.011710 10.0.0.56 - - [2025-09-18 02:10:51] "POST /id-to-fqname HTTP/1.1" 200 228 0.000982 10.0.0.56 - - [2025-09-18 02:10:51] "GET /virtual-network/62735ee5-05a6-4e03-8350-0942aec04659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004739 10.0.0.56 - - [2025-09-18 02:10:51] "GET /virtual-network/62735ee5-05a6-4e03-8350-0942aec04659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.009709 10.0.0.56 - - [2025-09-18 02:10:51] "POST /neutron/subnet HTTP/1.1" 200 715 0.008412 10.0.0.56 - - [2025-09-18 02:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.41 - - [2025-09-18 02:10:51] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000992 10.0.0.56 - - [2025-09-18 02:10:51] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.040213 10.0.0.41 - - [2025-09-18 02:10:51] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001007 10.0.0.56 - - [2025-09-18 02:10:51] "POST /neutron/network HTTP/1.1" 200 613 0.127851 10.0.0.41 - - [2025-09-18 02:10:52] "POST /ref-update HTTP/1.1" 200 156 0.029117 10.0.0.41 - - [2025-09-18 02:10:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.043964 10.0.0.56 - - [2025-09-18 02:10:52] "POST /neutron/network HTTP/1.1" 200 1005 0.014715 10.0.0.56 - - [2025-09-18 02:10:52] "POST /id-to-fqname HTTP/1.1" 200 228 0.001069 10.0.0.56 - - [2025-09-18 02:10:52] "GET /virtual-network/c779ebf4-d4fb-4b85-9989-49699317c9e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005547 10.0.0.56 - - [2025-09-18 02:10:52] "GET /virtual-network/c779ebf4-d4fb-4b85-9989-49699317c9e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005091 10.0.0.56 - - [2025-09-18 02:10:52] "POST /neutron/subnet HTTP/1.1" 200 719 0.008720 10.0.0.56 - - [2025-09-18 02:10:52] "POST /fqname-to-id HTTP/1.1" 404 234 0.003090 10.0.0.56 - - [2025-09-18 02:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.41 - - [2025-09-18 02:10:52] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000944 10.0.0.56 - - [2025-09-18 02:10:52] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.039235 10.0.0.56 - - [2025-09-18 02:10:52] "POST /network-policys HTTP/1.1" 200 577 0.028018 10.0.0.56 - - [2025-09-18 02:10:52] "GET /network-policy/35a6c42a-77eb-41ae-84e1-e04f4d84e091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3126 0.005525 10.0.0.56 - - [2025-09-18 02:10:52] "POST /neutron/network HTTP/1.1" 200 1112 0.088166 10.0.0.56 - - [2025-09-18 02:10:52] "GET /virtual-network/62735ee5-05a6-4e03-8350-0942aec04659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005711 10.0.0.56 - - [2025-09-18 02:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002706 10.0.0.56 - - [2025-09-18 02:10:53] "GET /network-policy/35a6c42a-77eb-41ae-84e1-e04f4d84e091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3126 0.005739 10.0.0.41 - - [2025-09-18 02:10:53] "POST /fqname-to-id HTTP/1.1" 404 242 0.003160 10.0.0.56 - - [2025-09-18 02:10:53] "POST /neutron/network HTTP/1.1" 200 1113 0.083712 10.0.0.56 - - [2025-09-18 02:10:53] "GET /virtual-network/c779ebf4-d4fb-4b85-9989-49699317c9e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.012165 10.0.0.41 - - [2025-09-18 02:10:53] "PUT /access-control-list/f8eedab1-0c09-45a1-a884-b584bcbf7802 HTTP/1.1" 200 272 0.036524 10.0.0.56 - - [2025-09-18 02:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.012867 10.0.0.56 - - [2025-09-18 02:10:53] "GET /network-policy/35a6c42a-77eb-41ae-84e1-e04f4d84e091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3126 0.004113 10.0.0.56 - - [2025-09-18 02:10:53] "GET /virtual-network/62735ee5-05a6-4e03-8350-0942aec04659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006981 10.0.0.56 - - [2025-09-18 02:10:54] "GET /obj-perms HTTP/1.1" 200 5046 0.052923 10.0.0.56 - - [2025-09-18 02:10:55] "GET /virtual-network/c779ebf4-d4fb-4b85-9989-49699317c9e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005528 10.0.0.56 - - [2025-09-18 02:10:56] "POST /id-to-fqname HTTP/1.1" 200 228 0.001235 10.0.0.41 - - [2025-09-18 02:10:56] "DELETE /project/7aaccebf19f64a358fe6d8378accb214 HTTP/1.1" 404 173 0.007626 10.0.0.41 - - [2025-09-18 02:10:56] "DELETE /project/9a9e2c49-4112-46c8-976a-b598f8a85e4b HTTP/1.1" 404 177 0.006592 10.0.0.41 - - [2025-09-18 02:10:56] "DELETE /project/b4e3de97f7d44317b23d4e5486c7cd20 HTTP/1.1" 404 173 0.003917 10.0.0.41 - - [2025-09-18 02:10:56] "GET /projects?obj_uuids=b4e3de97-f7d4-4317-b23d-4e5486c7cd20&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000868 10.0.0.41 - - [2025-09-18 02:10:56] "GET /project/b4e3de97-f7d4-4317-b23d-4e5486c7cd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.038532 10.0.0.41 - - [2025-09-18 02:10:56] "GET /projects?obj_uuids=b4e3de97-f7d4-4317-b23d-4e5486c7cd20&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001251 10.0.0.41 - - [2025-09-18 02:10:56] "GET /project/b4e3de97-f7d4-4317-b23d-4e5486c7cd20?fields=security_groups HTTP/1.1" 200 1372 0.045647 10.0.0.41 - - [2025-09-18 02:10:56] "DELETE /security-group/7f8357ac-e3cb-4538-a8f8-bddc3b7805e8 HTTP/1.1" 200 115 0.069391 10.0.0.41 - - [2025-09-18 02:10:56] "GET /projects?obj_uuids=b4e3de97-f7d4-4317-b23d-4e5486c7cd20&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000886 10.0.0.41 - - [2025-09-18 02:10:56] "GET /project/b4e3de97-f7d4-4317-b23d-4e5486c7cd20?fields=application_policy_sets HTTP/1.1" 200 1411 0.052929 10.0.0.41 - - [2025-09-18 02:10:56] "DELETE /project/b4e3de97-f7d4-4317-b23d-4e5486c7cd20 HTTP/1.1" 200 115 0.431150 10.0.0.41 - - [2025-09-18 02:10:57] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001022 10.0.0.56 - - [2025-09-18 02:10:57] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.075000 10.0.0.56 - - [2025-09-18 02:10:57] "POST /neutron/network HTTP/1.1" 200 1112 0.036560 10.0.0.56 - - [2025-09-18 02:10:57] "POST /id-to-fqname HTTP/1.1" 200 228 0.001147 10.0.0.56 - - [2025-09-18 02:10:57] "POST /neutron/port HTTP/1.1" 200 117 0.005391 10.0.0.41 - - [2025-09-18 02:10:57] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000901 10.0.0.56 - - [2025-09-18 02:10:58] "POST /neutron/port HTTP/1.1" 200 1173 0.368039 10.0.0.56 - - [2025-09-18 02:10:58] "POST /neutron/port HTTP/1.1" 200 1227 0.134896 10.0.0.41 - - [2025-09-18 02:10:58] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000926 10.0.0.56 - - [2025-09-18 02:10:58] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.086659 10.0.0.56 - - [2025-09-18 02:10:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003656 10.0.0.56 - - [2025-09-18 02:10:58] "POST /neutron/port HTTP/1.1" 200 117 0.001047 10.0.0.56 - - [2025-09-18 02:10:58] "POST /neutron/port HTTP/1.1" 200 1201 0.017936 10.0.0.56 - - [2025-09-18 02:10:59] "POST /neutron/port HTTP/1.1" 200 1201 0.020306 10.0.0.41 - - [2025-09-18 02:10:59] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001288 10.0.0.41 - - [2025-09-18 02:10:59] "PUT /access-control-list/ed9ef2ba-2537-457c-a1a8-dcab9cc39d94 HTTP/1.1" 200 272 0.014326 10.0.0.56 - - [2025-09-18 02:10:59] "POST /neutron/port HTTP/1.1" 200 1174 0.338347 10.0.0.56 - - [2025-09-18 02:10:59] "POST /neutron/port HTTP/1.1" 200 1228 0.120383 10.0.0.56 - - [2025-09-18 02:11:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003711 10.0.0.56 - - [2025-09-18 02:11:00] "POST /neutron/port HTTP/1.1" 200 117 0.001061 10.0.0.56 - - [2025-09-18 02:11:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009901 10.0.0.56 - - [2025-09-18 02:11:04] "POST /neutron/port HTTP/1.1" 200 1201 0.014830 10.0.0.56 - - [2025-09-18 02:11:04] "GET /virtual-machine/704225e5-eb64-45d7-982f-7c7544ac6a5e HTTP/1.1" 401 292 0.000463 10.0.0.56 - - [2025-09-18 02:11:04] "GET /virtual-machine/704225e5-eb64-45d7-982f-7c7544ac6a5e HTTP/1.1" 200 1300 0.031290 10.0.0.56 - - [2025-09-18 02:11:04] "GET /virtual-machine-interface/3ef97c1f-2e3c-469a-a568-3d0304dec58f HTTP/1.1" 200 3174 0.006100 10.0.0.56 - - [2025-09-18 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.56 - - [2025-09-18 02:11:04] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003813 10.0.0.56 - - [2025-09-18 02:11:04] "GET /virtual-networks?parent_id=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003126 10.0.0.56 - - [2025-09-18 02:11:04] "GET /virtual-network/62735ee5-05a6-4e03-8350-0942aec04659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.007705 10.0.0.56 - - [2025-09-18 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.56 - - [2025-09-18 02:11:07] "GET /virtual-network/62735ee5-05a6-4e03-8350-0942aec04659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006029 10.0.0.41 - - [2025-09-18 02:11:08] "GET /obj-perms HTTP/1.1" 200 5056 0.047704 10.0.0.56 - - [2025-09-18 02:11:11] "POST /neutron/port HTTP/1.1" 200 1201 0.019087 10.0.0.56 - - [2025-09-18 02:11:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004122 10.0.0.56 - - [2025-09-18 02:11:11] "POST /neutron/port HTTP/1.1" 200 117 0.001326 10.0.0.56 - - [2025-09-18 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.56 - - [2025-09-18 02:11:12] "GET /virtual-network/62735ee5-05a6-4e03-8350-0942aec04659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005831 10.0.0.56 - - [2025-09-18 02:11:13] "POST /neutron/port HTTP/1.1" 200 1202 0.015140 10.0.0.56 - - [2025-09-18 02:11:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003976 10.0.0.56 - - [2025-09-18 02:11:13] "POST /neutron/port HTTP/1.1" 200 117 0.001184 10.0.0.56 - - [2025-09-18 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004682 10.0.0.56 - - [2025-09-18 02:11:16] "GET /virtual-network/62735ee5-05a6-4e03-8350-0942aec04659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005138 10.0.0.56 - - [2025-09-18 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.56 - - [2025-09-18 02:11:20] "GET /virtual-network/62735ee5-05a6-4e03-8350-0942aec04659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005234 10.0.0.56 - - [2025-09-18 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.56 - - [2025-09-18 02:11:24] "GET /virtual-network/62735ee5-05a6-4e03-8350-0942aec04659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005548 10.0.0.56 - - [2025-09-18 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.011441 10.0.0.56 - - [2025-09-18 02:11:28] "GET /virtual-network/62735ee5-05a6-4e03-8350-0942aec04659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006183 10.0.0.56 - - [2025-09-18 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.56 - - [2025-09-18 02:11:32] "GET /virtual-network/62735ee5-05a6-4e03-8350-0942aec04659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005610 10.0.0.56 - - [2025-09-18 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.56 - - [2025-09-18 02:11:36] "GET /virtual-network/62735ee5-05a6-4e03-8350-0942aec04659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005441 10.0.0.56 - - [2025-09-18 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.56 - - [2025-09-18 02:11:38] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003906 10.0.0.56 - - [2025-09-18 02:11:38] "GET /virtual-networks?parent_id=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003036 10.0.0.56 - - [2025-09-18 02:11:38] "GET /virtual-network/62735ee5-05a6-4e03-8350-0942aec04659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005630 10.0.0.56 - - [2025-09-18 02:11:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007198 10.0.0.56 - - [2025-09-18 02:11:47] "POST /neutron/port HTTP/1.1" 200 1201 0.016742 10.0.0.56 - - [2025-09-18 02:11:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006928 10.0.0.22 - - [2025-09-18 02:11:58] "GET /global-system-configs HTTP/1.1" 200 322 0.070180 10.0.0.22 - - [2025-09-18 02:11:58] "GET /obj-perms HTTP/1.1" 200 5056 0.155101 10.0.0.56 - - [2025-09-18 02:11:59] "GET /obj-perms HTTP/1.1" 200 5056 0.176900 10.0.0.41 - - [2025-09-18 02:11:59] "GET /global-system-configs HTTP/1.1" 200 322 0.082330 10.0.0.56 - - [2025-09-18 02:11:59] "POST /neutron/port HTTP/1.1" 200 1202 0.014631 10.0.0.56 - - [2025-09-18 02:11:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008504 10.0.0.56 - - [2025-09-18 02:11:59] "GET /virtual-machine/84d37d4c-4c60-468d-983b-c74b148d67ee HTTP/1.1" 200 1300 0.005573 10.0.0.56 - - [2025-09-18 02:11:59] "GET /virtual-machine-interface/cfe8c245-9c23-4f6b-8378-4e0dfd72251d HTTP/1.1" 200 3174 0.005743 10.0.0.56 - - [2025-09-18 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.56 - - [2025-09-18 02:11:59] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003318 10.0.0.56 - - [2025-09-18 02:11:59] "GET /virtual-networks?parent_id=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003619 10.0.0.56 - - [2025-09-18 02:12:00] "GET /virtual-network/c779ebf4-d4fb-4b85-9989-49699317c9e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005208 10.0.0.41 - - [2025-09-18 02:12:00] "GET /global-system-configs HTTP/1.1" 200 322 0.225718 10.0.0.22 - - [2025-09-18 02:12:00] "GET /global-system-configs HTTP/1.1" 200 322 0.246640 10.0.0.56 - - [2025-09-18 02:12:00] "GET /obj-perms HTTP/1.1" 200 5056 0.438106 10.0.0.22 - - [2025-09-18 02:12:00] "GET /obj-perms HTTP/1.1" 200 5056 0.470874 10.0.0.41 - - [2025-09-18 02:12:00] "GET /obj-perms HTTP/1.1" 200 5056 0.500128 10.0.0.56 - - [2025-09-18 02:12:01] "GET /global-system-configs HTTP/1.1" 200 322 0.055526 10.0.0.56 - - [2025-09-18 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.56 - - [2025-09-18 02:12:01] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004116 10.0.0.56 - - [2025-09-18 02:12:01] "GET /virtual-networks?parent_id=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003317 10.0.0.56 - - [2025-09-18 02:12:01] "GET /virtual-network/c779ebf4-d4fb-4b85-9989-49699317c9e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006159 10.0.0.56 - - [2025-09-18 02:12:01] "POST /neutron/port HTTP/1.1" 200 1202 0.019164 10.0.0.56 - - [2025-09-18 02:12:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007876 10.0.0.56 - - [2025-09-18 02:12:02] "GET /global-system-configs HTTP/1.1" 200 322 0.038289 10.0.0.41 - - [2025-09-18 02:12:02] "GET /obj-perms HTTP/1.1" 200 5056 0.188771 10.0.0.22 - - [2025-09-18 02:12:09] "GET /obj-perms HTTP/1.1" 200 5056 0.050135 10.0.0.56 - - [2025-09-18 02:12:13] "POST /neutron/port HTTP/1.1" 200 1201 0.019263 10.0.0.56 - - [2025-09-18 02:12:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003565 10.0.0.56 - - [2025-09-18 02:12:13] "POST /neutron/port HTTP/1.1" 200 117 0.001050 10.0.0.56 - - [2025-09-18 02:12:15] "POST /neutron/port HTTP/1.1" 200 1202 0.017832 10.0.0.56 - - [2025-09-18 02:12:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005024 10.0.0.56 - - [2025-09-18 02:12:15] "POST /neutron/port HTTP/1.1" 200 117 0.001086 10.0.0.56 - - [2025-09-18 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.41 - - [2025-09-18 02:12:23] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001277 10.0.0.56 - - [2025-09-18 02:12:23] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.046819 10.0.0.56 - - [2025-09-18 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.56 - - [2025-09-18 02:12:23] "PUT /network-policy/35a6c42a-77eb-41ae-84e1-e04f4d84e091 HTTP/1.1" 200 262 0.014475 10.0.0.56 - - [2025-09-18 02:12:27] "GET /virtual-network/c779ebf4-d4fb-4b85-9989-49699317c9e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005546 10.0.0.56 - - [2025-09-18 02:12:27] "POST /neutron/network HTTP/1.1" 200 1113 0.010738 10.0.0.41 - - [2025-09-18 02:12:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.005345 10.0.0.41 - - [2025-09-18 02:12:27] "DELETE /access-control-list/ed9ef2ba-2537-457c-a1a8-dcab9cc39d94 HTTP/1.1" 200 115 0.039227 10.0.0.56 - - [2025-09-18 02:12:27] "GET /virtual-network/c779ebf4-d4fb-4b85-9989-49699317c9e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.009001 10.0.0.56 - - [2025-09-18 02:12:27] "GET /virtual-network/62735ee5-05a6-4e03-8350-0942aec04659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006394 10.0.0.56 - - [2025-09-18 02:12:27] "POST /neutron/network HTTP/1.1" 200 1112 0.008476 10.0.0.41 - - [2025-09-18 02:12:27] "POST /ref-update HTTP/1.1" 200 156 0.025613 10.0.0.56 - - [2025-09-18 02:12:28] "GET /virtual-network/62735ee5-05a6-4e03-8350-0942aec04659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007616 10.0.0.56 - - [2025-09-18 02:12:28] "DELETE /network-policy/35a6c42a-77eb-41ae-84e1-e04f4d84e091 HTTP/1.1" 200 115 0.048425 10.0.0.56 - - [2025-09-18 02:12:28] "POST /neutron/port HTTP/1.1" 200 1201 0.028573 10.0.0.56 - - [2025-09-18 02:12:28] "POST /neutron/network HTTP/1.1" 400 204 0.027838 10.0.0.56 - - [2025-09-18 02:12:28] "POST /neutron/port HTTP/1.1" 200 1228 0.015427 10.0.0.41 - - [2025-09-18 02:12:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002793 10.0.0.41 - - [2025-09-18 02:12:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003634 10.0.0.41 - - [2025-09-18 02:12:30] "POST /useragent-kv HTTP/1.1" 200 115 0.004580 10.0.0.41 - - [2025-09-18 02:12:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003120 10.0.0.56 - - [2025-09-18 02:12:30] "POST /neutron/network HTTP/1.1" 200 151 0.163132 10.0.0.41 - - [2025-09-18 02:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.41 - - [2025-09-18 02:12:35] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001395 10.0.0.56 - - [2025-09-18 02:12:35] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.038869 10.0.0.56 - - [2025-09-18 02:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.41 - - [2025-09-18 02:12:35] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000954 10.0.0.56 - - [2025-09-18 02:12:35] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007012 10.0.0.56 - - [2025-09-18 02:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.41 - - [2025-09-18 02:12:35] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000908 10.0.0.56 - - [2025-09-18 02:12:35] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.034005 10.0.0.56 - - [2025-09-18 02:12:36] "GET /domains HTTP/1.1" 200 280 0.003002 10.0.0.41 - - [2025-09-18 02:12:36] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000956 10.0.0.56 - - [2025-09-18 02:12:36] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1 HTTP/1.1" 200 2581 0.015718 10.0.0.41 - - [2025-09-18 02:12:36] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001067 10.0.0.56 - - [2025-09-18 02:12:36] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214 HTTP/1.1" 200 1899 0.080541 10.0.0.56 - - [2025-09-18 02:12:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002817 10.0.0.56 - - [2025-09-18 02:12:36] "POST /network-ipams HTTP/1.1" 200 609 0.028035 10.0.0.56 - - [2025-09-18 02:12:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.003110 10.0.0.56 - - [2025-09-18 02:12:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.56 - - [2025-09-18 02:12:36] "GET /network-ipam/a88fd71a-4b30-44e5-873a-5b1b39ef54f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.006509 10.0.0.56 - - [2025-09-18 02:12:36] "PUT /network-ipam/a88fd71a-4b30-44e5-873a-5b1b39ef54f2 HTTP/1.1" 200 258 0.013918 10.0.0.56 - - [2025-09-18 02:12:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.41 - - [2025-09-18 02:12:36] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000866 10.0.0.56 - - [2025-09-18 02:12:36] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.055413 10.0.0.56 - - [2025-09-18 02:12:36] "POST /neutron/network HTTP/1.1" 200 117 0.009213 10.0.0.41 - - [2025-09-18 02:12:37] "POST /ref-update HTTP/1.1" 200 156 0.020240 10.0.0.41 - - [2025-09-18 02:12:37] "POST /useragent-kv HTTP/1.1" 200 115 0.010543 10.0.0.56 - - [2025-09-18 02:12:37] "POST /neutron/subnet HTTP/1.1" 200 701 0.207841 10.0.0.56 - - [2025-09-18 02:12:37] "POST /id-to-fqname HTTP/1.1" 200 231 0.001297 10.0.0.56 - - [2025-09-18 02:12:37] "GET /virtual-network/730ed29e-8b14-4baa-a3af-abc7f3c41cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.007334 10.0.0.56 - - [2025-09-18 02:12:37] "POST /neutron/network HTTP/1.1" 200 1309 0.011148 10.0.0.56 - - [2025-09-18 02:12:37] "GET /virtual-network/730ed29e-8b14-4baa-a3af-abc7f3c41cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.004923 10.0.0.56 - - [2025-09-18 02:12:38] "POST /neutron/subnet HTTP/1.1" 200 701 0.009195 10.0.0.56 - - [2025-09-18 02:12:38] "GET /virtual-network/730ed29e-8b14-4baa-a3af-abc7f3c41cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005296 10.0.0.56 - - [2025-09-18 02:12:38] "GET /obj-perms HTTP/1.1" 200 5046 0.003590 10.0.0.56 - - [2025-09-18 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.41 - - [2025-09-18 02:12:38] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000943 10.0.0.56 - - [2025-09-18 02:12:38] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.042319 10.0.0.41 - - [2025-09-18 02:12:38] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000974 10.0.0.56 - - [2025-09-18 02:12:38] "POST /neutron/network HTTP/1.1" 200 619 0.131987 10.0.0.41 - - [2025-09-18 02:12:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.008389 10.0.0.41 - - [2025-09-18 02:12:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002323 10.0.0.56 - - [2025-09-18 02:12:39] "POST /neutron/subnet HTTP/1.1" 200 828 0.227022 10.0.0.56 - - [2025-09-18 02:12:39] "POST /id-to-fqname HTTP/1.1" 200 231 0.001225 10.0.0.56 - - [2025-09-18 02:12:39] "GET /virtual-network/494f0ae9-09cc-4c1c-978c-8743f42358fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005000 10.0.0.56 - - [2025-09-18 02:12:39] "GET /virtual-network/494f0ae9-09cc-4c1c-978c-8743f42358fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005755 10.0.0.56 - - [2025-09-18 02:12:39] "POST /neutron/network HTTP/1.1" 200 1309 0.010283 10.0.0.56 - - [2025-09-18 02:12:39] "POST /neutron/subnet HTTP/1.1" 200 828 0.008954 10.0.0.56 - - [2025-09-18 02:12:39] "GET /virtual-network/494f0ae9-09cc-4c1c-978c-8743f42358fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005339 10.0.0.41 - - [2025-09-18 02:12:40] "GET /obj-perms HTTP/1.1" 200 5046 0.053471 10.0.0.56 - - [2025-09-18 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.41 - - [2025-09-18 02:12:40] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000861 10.0.0.56 - - [2025-09-18 02:12:40] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.040757 10.0.0.41 - - [2025-09-18 02:12:40] "POST /ref-update HTTP/1.1" 200 156 0.022090 10.0.0.41 - - [2025-09-18 02:12:40] "POST /useragent-kv HTTP/1.1" 200 115 0.007395 10.0.0.56 - - [2025-09-18 02:12:40] "POST /neutron/subnet HTTP/1.1" 200 701 0.219382 10.0.0.56 - - [2025-09-18 02:12:41] "POST /neutron/network HTTP/1.1" 200 1308 0.012177 10.0.0.56 - - [2025-09-18 02:12:41] "POST /id-to-fqname HTTP/1.1" 200 231 0.000998 10.0.0.56 - - [2025-09-18 02:12:41] "GET /virtual-network/5e060bfc-5f32-41fb-af37-e03521147ccf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.005048 10.0.0.56 - - [2025-09-18 02:12:41] "GET /virtual-network/5e060bfc-5f32-41fb-af37-e03521147ccf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.005964 10.0.0.56 - - [2025-09-18 02:12:41] "POST /neutron/subnet HTTP/1.1" 200 701 0.008947 10.0.0.56 - - [2025-09-18 02:12:41] "GET /virtual-network/5e060bfc-5f32-41fb-af37-e03521147ccf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.005526 10.0.0.22 - - [2025-09-18 02:12:42] "GET /obj-perms HTTP/1.1" 200 5046 0.063355 10.0.0.56 - - [2025-09-18 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.41 - - [2025-09-18 02:12:42] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000932 10.0.0.56 - - [2025-09-18 02:12:42] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.047442 10.0.0.56 - - [2025-09-18 02:12:42] "POST /neutron/network HTTP/1.1" 200 117 0.012876 10.0.0.41 - - [2025-09-18 02:12:42] "POST /useragent-kv HTTP/1.1" 200 115 0.012214 10.0.0.56 - - [2025-09-18 02:12:42] "POST /neutron/subnet HTTP/1.1" 200 701 0.218876 10.0.0.56 - - [2025-09-18 02:12:43] "POST /id-to-fqname HTTP/1.1" 200 231 0.001765 10.0.0.56 - - [2025-09-18 02:12:43] "GET /virtual-network/2c6ca0b5-c3d0-4730-aa0a-11b4472b8de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.009540 10.0.0.56 - - [2025-09-18 02:12:43] "POST /neutron/network HTTP/1.1" 200 1309 0.012005 10.0.0.56 - - [2025-09-18 02:12:43] "GET /virtual-network/2c6ca0b5-c3d0-4730-aa0a-11b4472b8de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005368 10.0.0.56 - - [2025-09-18 02:12:43] "POST /neutron/subnet HTTP/1.1" 200 701 0.013089 10.0.0.56 - - [2025-09-18 02:12:43] "GET /virtual-network/2c6ca0b5-c3d0-4730-aa0a-11b4472b8de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.006119 10.0.0.56 - - [2025-09-18 02:12:43] "GET /obj-perms HTTP/1.1" 200 5046 0.003724 10.0.0.56 - - [2025-09-18 02:12:43] "POST /fqname-to-id HTTP/1.1" 404 225 0.003151 10.0.0.56 - - [2025-09-18 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.41 - - [2025-09-18 02:12:43] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000966 10.0.0.56 - - [2025-09-18 02:12:44] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.042589 10.0.0.56 - - [2025-09-18 02:12:44] "POST /network-policys HTTP/1.1" 200 559 0.029369 10.0.0.56 - - [2025-09-18 02:12:44] "GET /network-policy/10768821-6de7-4932-bf76-94c00b2c750c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.009874 10.0.0.56 - - [2025-09-18 02:12:44] "POST /fqname-to-id HTTP/1.1" 404 225 0.002913 10.0.0.56 - - [2025-09-18 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.41 - - [2025-09-18 02:12:44] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000901 10.0.0.56 - - [2025-09-18 02:12:44] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045819 10.0.0.56 - - [2025-09-18 02:12:44] "POST /network-policys HTTP/1.1" 200 559 0.028583 10.0.0.56 - - [2025-09-18 02:12:44] "GET /network-policy/0828f175-e1e1-4e96-b020-cc7913a582cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5017 0.006898 10.0.0.56 - - [2025-09-18 02:12:44] "POST /fqname-to-id HTTP/1.1" 404 225 0.003233 10.0.0.56 - - [2025-09-18 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.41 - - [2025-09-18 02:12:44] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000891 10.0.0.56 - - [2025-09-18 02:12:44] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.052991 10.0.0.56 - - [2025-09-18 02:12:44] "POST /network-policys HTTP/1.1" 200 559 0.027304 10.0.0.56 - - [2025-09-18 02:12:44] "GET /network-policy/f7191227-b5d4-42ee-869f-215e6e9b2a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.006656 10.0.0.56 - - [2025-09-18 02:12:45] "POST /fqname-to-id HTTP/1.1" 404 225 0.003150 10.0.0.56 - - [2025-09-18 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.41 - - [2025-09-18 02:12:45] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000932 10.0.0.56 - - [2025-09-18 02:12:45] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.037814 10.0.0.56 - - [2025-09-18 02:12:45] "POST /network-policys HTTP/1.1" 200 559 0.033168 10.0.0.56 - - [2025-09-18 02:12:45] "GET /network-policy/18fba14a-4b30-44e9-9b37-1a3ded96bd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8842 0.013296 10.0.0.56 - - [2025-09-18 02:12:45] "POST /fqname-to-id HTTP/1.1" 404 225 0.003106 10.0.0.56 - - [2025-09-18 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.41 - - [2025-09-18 02:12:45] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001175 10.0.0.56 - - [2025-09-18 02:12:45] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.067255 10.0.0.56 - - [2025-09-18 02:12:45] "POST /network-policys HTTP/1.1" 200 559 0.026919 10.0.0.56 - - [2025-09-18 02:12:45] "GET /network-policy/ebb256ee-1978-438a-b5f4-025e985c7490?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.007002 10.0.0.56 - - [2025-09-18 02:12:45] "POST /fqname-to-id HTTP/1.1" 404 225 0.003244 10.0.0.56 - - [2025-09-18 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.41 - - [2025-09-18 02:12:46] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000953 10.0.0.56 - - [2025-09-18 02:12:46] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.049706 10.0.0.56 - - [2025-09-18 02:12:46] "POST /network-policys HTTP/1.1" 200 559 0.030560 10.0.0.56 - - [2025-09-18 02:12:46] "GET /network-policy/74c39087-705c-44c7-bd93-e9e718a068b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.006502 10.0.0.56 - - [2025-09-18 02:12:46] "POST /fqname-to-id HTTP/1.1" 404 225 0.005741 10.0.0.56 - - [2025-09-18 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.41 - - [2025-09-18 02:12:46] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000857 10.0.0.56 - - [2025-09-18 02:12:46] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045868 10.0.0.56 - - [2025-09-18 02:12:46] "POST /network-policys HTTP/1.1" 200 559 0.035343 10.0.0.56 - - [2025-09-18 02:12:46] "GET /network-policy/fa5464ea-20c6-4aea-ba23-d3cc2c22d4bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.016861 10.0.0.56 - - [2025-09-18 02:12:46] "POST /fqname-to-id HTTP/1.1" 404 225 0.006470 10.0.0.56 - - [2025-09-18 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.41 - - [2025-09-18 02:12:46] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001192 10.0.0.56 - - [2025-09-18 02:12:46] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.049603 10.0.0.56 - - [2025-09-18 02:12:46] "POST /network-policys HTTP/1.1" 200 559 0.028597 10.0.0.56 - - [2025-09-18 02:12:46] "GET /network-policy/c7c36124-1e5f-4286-9fda-322b9a1469d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006257 10.0.0.41 - - [2025-09-18 02:12:47] "POST /fqname-to-id HTTP/1.1" 404 248 0.003539 10.0.0.41 - - [2025-09-18 02:12:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.009526 10.0.0.56 - - [2025-09-18 02:12:47] "POST /neutron/network HTTP/1.1" 200 1494 0.097941 10.0.0.56 - - [2025-09-18 02:12:47] "GET /virtual-network/730ed29e-8b14-4baa-a3af-abc7f3c41cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.007531 10.0.0.56 - - [2025-09-18 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.56 - - [2025-09-18 02:12:47] "GET /network-policy/0828f175-e1e1-4e96-b020-cc7913a582cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5017 0.004639 10.0.0.56 - - [2025-09-18 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.56 - - [2025-09-18 02:12:47] "GET /network-policy/10768821-6de7-4932-bf76-94c00b2c750c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.004231 10.0.0.56 - - [2025-09-18 02:12:47] "POST /neutron/network HTTP/1.1" 200 1494 0.111181 10.0.0.56 - - [2025-09-18 02:12:47] "GET /virtual-network/494f0ae9-09cc-4c1c-978c-8743f42358fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005586 10.0.0.56 - - [2025-09-18 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.41 - - [2025-09-18 02:12:47] "POST /access-control-lists HTTP/1.1" 200 605 0.106775 10.0.0.56 - - [2025-09-18 02:12:47] "GET /network-policy/18fba14a-4b30-44e9-9b37-1a3ded96bd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8842 0.008060 10.0.0.56 - - [2025-09-18 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.56 - - [2025-09-18 02:12:48] "GET /network-policy/f7191227-b5d4-42ee-869f-215e6e9b2a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.004755 10.0.0.56 - - [2025-09-18 02:12:48] "POST /neutron/network HTTP/1.1" 200 1493 0.102571 10.0.0.56 - - [2025-09-18 02:12:48] "GET /virtual-network/5e060bfc-5f32-41fb-af37-e03521147ccf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.006692 10.0.0.56 - - [2025-09-18 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.41 - - [2025-09-18 02:12:48] "POST /access-control-lists HTTP/1.1" 200 605 0.113453 10.0.0.56 - - [2025-09-18 02:12:48] "GET /network-policy/74c39087-705c-44c7-bd93-e9e718a068b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.005049 10.0.0.56 - - [2025-09-18 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.56 - - [2025-09-18 02:12:48] "GET /network-policy/ebb256ee-1978-438a-b5f4-025e985c7490?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004555 10.0.0.41 - - [2025-09-18 02:12:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.005746 10.0.0.56 - - [2025-09-18 02:12:48] "POST /neutron/network HTTP/1.1" 200 1494 0.102038 10.0.0.56 - - [2025-09-18 02:12:48] "GET /virtual-network/2c6ca0b5-c3d0-4730-aa0a-11b4472b8de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006633 10.0.0.56 - - [2025-09-18 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.56 - - [2025-09-18 02:12:48] "GET /network-policy/c7c36124-1e5f-4286-9fda-322b9a1469d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004712 10.0.0.56 - - [2025-09-18 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.56 - - [2025-09-18 02:12:48] "GET /network-policy/fa5464ea-20c6-4aea-ba23-d3cc2c22d4bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.004449 10.0.0.56 - - [2025-09-18 02:12:48] "POST /id-to-fqname HTTP/1.1" 200 231 0.001242 10.0.0.41 - - [2025-09-18 02:13:26] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.024685 10.0.0.56 - - [2025-09-18 02:13:26] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.085360 10.0.0.56 - - [2025-09-18 02:13:26] "POST /neutron/network HTTP/1.1" 200 1494 0.011098 10.0.0.56 - - [2025-09-18 02:13:27] "POST /id-to-fqname HTTP/1.1" 200 231 0.001214 10.0.0.56 - - [2025-09-18 02:13:27] "POST /neutron/port HTTP/1.1" 200 117 0.007877 10.0.0.41 - - [2025-09-18 02:13:27] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001215 10.0.0.56 - - [2025-09-18 02:13:28] "POST /neutron/port HTTP/1.1" 200 1170 0.511118 10.0.0.41 - - [2025-09-18 02:13:28] "PUT /access-control-list/03d052bb-c28a-48c1-a090-ecee48470e32 HTTP/1.1" 200 272 0.117372 10.0.0.56 - - [2025-09-18 02:13:28] "POST /neutron/port HTTP/1.1" 200 1224 0.187120 10.0.0.41 - - [2025-09-18 02:13:28] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000942 10.0.0.56 - - [2025-09-18 02:13:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004818 10.0.0.56 - - [2025-09-18 02:13:28] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.082505 10.0.0.56 - - [2025-09-18 02:13:28] "POST /neutron/port HTTP/1.1" 200 117 0.001747 10.0.0.56 - - [2025-09-18 02:13:29] "POST /neutron/port HTTP/1.1" 200 1198 0.037518 10.0.0.56 - - [2025-09-18 02:13:29] "POST /neutron/port HTTP/1.1" 200 1198 0.030094 10.0.0.41 - - [2025-09-18 02:13:29] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001092 10.0.0.56 - - [2025-09-18 02:13:30] "POST /neutron/port HTTP/1.1" 200 1170 0.686857 10.0.0.56 - - [2025-09-18 02:13:30] "POST /neutron/port HTTP/1.1" 200 1224 0.166967 10.0.0.56 - - [2025-09-18 02:13:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011258 10.0.0.56 - - [2025-09-18 02:13:30] "POST /neutron/port HTTP/1.1" 200 117 0.002715 10.0.0.56 - - [2025-09-18 02:13:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009660 10.0.0.56 - - [2025-09-18 02:13:44] "POST /neutron/port HTTP/1.1" 200 1198 0.032923 10.0.0.56 - - [2025-09-18 02:13:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006934 10.0.0.56 - - [2025-09-18 02:13:59] "POST /neutron/port HTTP/1.1" 200 1198 0.015260 10.0.0.56 - - [2025-09-18 02:14:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006725 10.0.0.41 - - [2025-09-18 02:14:11] "GET /obj-perms HTTP/1.1" 200 5056 0.050961 10.0.0.56 - - [2025-09-18 02:14:15] "POST /neutron/port HTTP/1.1" 200 1198 0.016646 10.0.0.56 - - [2025-09-18 02:14:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007411 10.0.0.56 - - [2025-09-18 02:14:25] "POST /neutron/port HTTP/1.1" 200 1198 0.015417 10.0.0.56 - - [2025-09-18 02:14:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.014113 10.0.0.56 - - [2025-09-18 02:14:25] "GET /virtual-machine/3b941567-fb7f-4735-8e3c-1979bbda9d5c HTTP/1.1" 200 1300 0.009324 10.0.0.56 - - [2025-09-18 02:14:25] "GET /virtual-machine-interface/33412f12-7e12-47da-8631-3c8d0cc1173f HTTP/1.1" 200 3182 0.013692 10.0.0.56 - - [2025-09-18 02:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.56 - - [2025-09-18 02:14:25] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003913 10.0.0.56 - - [2025-09-18 02:14:25] "GET /virtual-networks?parent_id=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003058 10.0.0.56 - - [2025-09-18 02:14:25] "GET /virtual-network/730ed29e-8b14-4baa-a3af-abc7f3c41cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005445 10.0.0.56 - - [2025-09-18 02:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.56 - - [2025-09-18 02:14:28] "GET /virtual-network/730ed29e-8b14-4baa-a3af-abc7f3c41cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006066 10.0.0.56 - - [2025-09-18 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.56 - - [2025-09-18 02:14:32] "GET /virtual-network/730ed29e-8b14-4baa-a3af-abc7f3c41cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005184 10.0.0.56 - - [2025-09-18 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.56 - - [2025-09-18 02:14:37] "GET /virtual-network/730ed29e-8b14-4baa-a3af-abc7f3c41cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005750 10.0.0.56 - - [2025-09-18 02:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004455 10.0.0.56 - - [2025-09-18 02:14:41] "GET /virtual-network/730ed29e-8b14-4baa-a3af-abc7f3c41cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005448 10.0.0.56 - - [2025-09-18 02:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.56 - - [2025-09-18 02:14:45] "GET /virtual-network/730ed29e-8b14-4baa-a3af-abc7f3c41cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005200 10.0.0.56 - - [2025-09-18 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.56 - - [2025-09-18 02:14:49] "GET /virtual-network/730ed29e-8b14-4baa-a3af-abc7f3c41cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005088 10.0.0.56 - - [2025-09-18 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.56 - - [2025-09-18 02:14:53] "GET /virtual-network/730ed29e-8b14-4baa-a3af-abc7f3c41cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005156 10.0.0.56 - - [2025-09-18 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.56 - - [2025-09-18 02:14:57] "GET /virtual-network/730ed29e-8b14-4baa-a3af-abc7f3c41cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005814 10.0.0.56 - - [2025-09-18 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.56 - - [2025-09-18 02:15:01] "GET /virtual-network/730ed29e-8b14-4baa-a3af-abc7f3c41cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005404 10.0.0.56 - - [2025-09-18 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.56 - - [2025-09-18 02:15:03] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003968 10.0.0.56 - - [2025-09-18 02:15:03] "GET /virtual-networks?parent_id=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004360 10.0.0.56 - - [2025-09-18 02:15:03] "GET /virtual-network/730ed29e-8b14-4baa-a3af-abc7f3c41cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.009227 10.0.0.56 - - [2025-09-18 02:15:09] "POST /neutron/port HTTP/1.1" 200 1198 0.016882 10.0.0.22 - - [2025-09-18 02:15:12] "GET /obj-perms HTTP/1.1" 200 5056 0.062994 10.0.0.56 - - [2025-09-18 02:15:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.040603 10.0.0.56 - - [2025-09-18 02:15:15] "POST /neutron/port HTTP/1.1" 200 1198 0.039128 10.0.0.56 - - [2025-09-18 02:15:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003950 10.0.0.56 - - [2025-09-18 02:15:15] "POST /neutron/port HTTP/1.1" 200 117 0.001045 10.0.0.56 - - [2025-09-18 02:15:17] "POST /neutron/port HTTP/1.1" 200 1198 0.048440 10.0.0.56 - - [2025-09-18 02:15:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004072 10.0.0.56 - - [2025-09-18 02:15:17] "POST /neutron/port HTTP/1.1" 200 117 0.001112 10.0.0.56 - - [2025-09-18 02:15:19] "POST /neutron/port HTTP/1.1" 200 1198 0.020871 10.0.0.56 - - [2025-09-18 02:15:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007144 10.0.0.56 - - [2025-09-18 02:15:24] "POST /neutron/port HTTP/1.1" 200 1198 0.017477 10.0.0.56 - - [2025-09-18 02:15:24] "GET /virtual-machine/5e1869fb-86f9-4bde-8fee-369650085dd0 HTTP/1.1" 200 1300 0.013234 10.0.0.56 - - [2025-09-18 02:15:25] "GET /virtual-machine-interface/905ff895-4e57-4ccd-af15-a3a2c228605d HTTP/1.1" 200 3184 0.006257 10.0.0.56 - - [2025-09-18 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.56 - - [2025-09-18 02:15:25] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003536 10.0.0.56 - - [2025-09-18 02:15:25] "GET /virtual-networks?parent_id=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003213 10.0.0.56 - - [2025-09-18 02:15:25] "GET /virtual-network/494f0ae9-09cc-4c1c-978c-8743f42358fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005627 10.0.0.56 - - [2025-09-18 02:15:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006251 10.0.0.56 - - [2025-09-18 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.56 - - [2025-09-18 02:15:26] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003167 10.0.0.56 - - [2025-09-18 02:15:26] "GET /virtual-networks?parent_id=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003019 10.0.0.56 - - [2025-09-18 02:15:26] "GET /virtual-network/494f0ae9-09cc-4c1c-978c-8743f42358fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006248 10.0.0.56 - - [2025-09-18 02:15:31] "POST /neutron/port HTTP/1.1" 200 1198 0.015657 10.0.0.56 - - [2025-09-18 02:15:36] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007120 10.0.0.56 - - [2025-09-18 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.56 - - [2025-09-18 02:15:37] "GET /network-policy/f7191227-b5d4-42ee-869f-215e6e9b2a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.004718 10.0.0.56 - - [2025-09-18 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.56 - - [2025-09-18 02:15:37] "GET /network-policy/18fba14a-4b30-44e9-9b37-1a3ded96bd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8842 0.005012 10.0.0.56 - - [2025-09-18 02:15:37] "POST /neutron/port HTTP/1.1" 200 1198 0.016483 10.0.0.56 - - [2025-09-18 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.56 - - [2025-09-18 02:15:37] "GET /network-policy/10768821-6de7-4932-bf76-94c00b2c750c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.004995 10.0.0.56 - - [2025-09-18 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.56 - - [2025-09-18 02:15:37] "GET /network-policy/0828f175-e1e1-4e96-b020-cc7913a582cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5017 0.003752 10.0.0.56 - - [2025-09-18 02:15:49] "GET /virtual-machine/5e1869fb-86f9-4bde-8fee-369650085dd0 HTTP/1.1" 200 1300 0.004328 10.0.0.56 - - [2025-09-18 02:15:49] "POST /neutron/port HTTP/1.1" 200 1224 0.013511 10.0.0.56 - - [2025-09-18 02:15:51] "GET /virtual-machine/5e1869fb-86f9-4bde-8fee-369650085dd0 HTTP/1.1" 404 171 0.009841 10.0.0.56 - - [2025-09-18 02:15:51] "GET /virtual-machine/5e1869fb-86f9-4bde-8fee-369650085dd0 HTTP/1.1" 404 171 0.003284 10.0.0.56 - - [2025-09-18 02:15:51] "GET /virtual-machine/5e1869fb-86f9-4bde-8fee-369650085dd0 HTTP/1.1" 404 171 0.002668 10.0.0.56 - - [2025-09-18 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.028043 10.0.0.56 - - [2025-09-18 02:15:51] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003911 10.0.0.56 - - [2025-09-18 02:15:51] "GET /virtual-networks?parent_id=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003409 10.0.0.56 - - [2025-09-18 02:15:51] "GET /virtual-network/494f0ae9-09cc-4c1c-978c-8743f42358fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005642 10.0.0.56 - - [2025-09-18 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.56 - - [2025-09-18 02:15:51] "GET /routing-instance/65fddff5-eb3a-4954-8327-8dbaf72920e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.004073 10.0.0.56 - - [2025-09-18 02:15:51] "GET /route-target/7692bb17-b64d-48b3-9fc6-e344a27a89f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004068 10.0.0.56 - - [2025-09-18 02:15:51] "GET /virtual-machine/5e1869fb-86f9-4bde-8fee-369650085dd0 HTTP/1.1" 404 171 0.003731 10.0.0.56 - - [2025-09-18 02:15:52] "GET /virtual-machine/5e1869fb-86f9-4bde-8fee-369650085dd0 HTTP/1.1" 404 171 0.003002 10.0.0.56 - - [2025-09-18 02:15:53] "GET /virtual-machine/5e1869fb-86f9-4bde-8fee-369650085dd0 HTTP/1.1" 404 171 0.003931 10.0.0.56 - - [2025-09-18 02:15:54] "GET /virtual-machine/5e1869fb-86f9-4bde-8fee-369650085dd0 HTTP/1.1" 404 171 0.003183 10.0.0.56 - - [2025-09-18 02:15:55] "GET /virtual-machine/5e1869fb-86f9-4bde-8fee-369650085dd0 HTTP/1.1" 404 171 0.003071 10.0.0.56 - - [2025-09-18 02:15:56] "GET /virtual-machine/5e1869fb-86f9-4bde-8fee-369650085dd0 HTTP/1.1" 404 171 0.003739 10.0.0.56 - - [2025-09-18 02:15:56] "GET /obj-perms HTTP/1.1" 200 5046 0.062941 10.0.0.41 - - [2025-09-18 02:15:57] "GET /obj-perms HTTP/1.1" 200 5046 0.003508 10.0.0.56 - - [2025-09-18 02:15:57] "GET /virtual-machine/3b941567-fb7f-4735-8e3c-1979bbda9d5c HTTP/1.1" 200 1300 0.003944 10.0.0.56 - - [2025-09-18 02:15:57] "POST /neutron/port HTTP/1.1" 200 1224 0.035105 10.0.0.56 - - [2025-09-18 02:15:59] "GET /virtual-machine/3b941567-fb7f-4735-8e3c-1979bbda9d5c HTTP/1.1" 404 171 0.003370 10.0.0.56 - - [2025-09-18 02:15:59] "GET /virtual-machine/3b941567-fb7f-4735-8e3c-1979bbda9d5c HTTP/1.1" 404 171 0.002930 10.0.0.56 - - [2025-09-18 02:15:59] "GET /virtual-machine/3b941567-fb7f-4735-8e3c-1979bbda9d5c HTTP/1.1" 404 171 0.003045 10.0.0.56 - - [2025-09-18 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.56 - - [2025-09-18 02:15:59] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003528 10.0.0.56 - - [2025-09-18 02:15:59] "GET /virtual-networks?parent_id=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003039 10.0.0.56 - - [2025-09-18 02:15:59] "GET /virtual-network/730ed29e-8b14-4baa-a3af-abc7f3c41cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006243 10.0.0.56 - - [2025-09-18 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.56 - - [2025-09-18 02:15:59] "GET /routing-instance/5bd7007e-5955-4add-9109-d4fee73bdef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004141 10.0.0.56 - - [2025-09-18 02:15:59] "GET /route-target/d5f52798-894a-469e-8d2f-a10c578b7c97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003667 10.0.0.56 - - [2025-09-18 02:15:59] "GET /obj-perms HTTP/1.1" 200 5046 0.004115 10.0.0.41 - - [2025-09-18 02:16:05] "GET /obj-perms HTTP/1.1" 200 5046 0.003763 10.0.0.56 - - [2025-09-18 02:16:08] "GET /obj-perms HTTP/1.1" 200 5046 0.003736 10.0.0.56 - - [2025-09-18 02:16:15] "GET /obj-perms HTTP/1.1" 200 5046 0.004245 10.0.0.41 - - [2025-09-18 02:16:15] "GET /obj-perms HTTP/1.1" 200 5046 0.003587 10.0.0.56 - - [2025-09-18 02:16:24] "GET /obj-perms HTTP/1.1" 200 5046 0.005159 10.0.0.41 - - [2025-09-18 02:16:24] "GET /obj-perms HTTP/1.1" 200 5046 0.004140 10.0.0.22 - - [2025-09-18 02:16:24] "GET /obj-perms HTTP/1.1" 200 5046 0.003493 10.0.0.56 - - [2025-09-18 02:16:24] "GET /virtual-network/2c6ca0b5-c3d0-4730-aa0a-11b4472b8de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005626 10.0.0.56 - - [2025-09-18 02:16:24] "POST /neutron/network HTTP/1.1" 200 1309 0.106170 10.0.0.56 - - [2025-09-18 02:16:24] "GET /virtual-network/2c6ca0b5-c3d0-4730-aa0a-11b4472b8de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.008944 10.0.0.56 - - [2025-09-18 02:16:24] "GET /virtual-network/5e060bfc-5f32-41fb-af37-e03521147ccf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.006881 10.0.0.56 - - [2025-09-18 02:16:25] "POST /neutron/network HTTP/1.1" 200 1308 0.126970 10.0.0.41 - - [2025-09-18 02:16:25] "DELETE /access-control-list/2804897b-c176-4855-a75e-86a8f46925ff HTTP/1.1" 200 115 0.055256 10.0.0.56 - - [2025-09-18 02:16:25] "GET /virtual-network/5e060bfc-5f32-41fb-af37-e03521147ccf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.006980 10.0.0.56 - - [2025-09-18 02:16:25] "GET /virtual-network/494f0ae9-09cc-4c1c-978c-8743f42358fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006198 10.0.0.56 - - [2025-09-18 02:16:25] "POST /neutron/network HTTP/1.1" 200 1309 0.117192 10.0.0.41 - - [2025-09-18 02:16:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.063504 10.0.0.56 - - [2025-09-18 02:16:25] "GET /virtual-network/494f0ae9-09cc-4c1c-978c-8743f42358fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.033049 10.0.0.56 - - [2025-09-18 02:16:25] "GET /virtual-network/730ed29e-8b14-4baa-a3af-abc7f3c41cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.007142 10.0.0.56 - - [2025-09-18 02:16:25] "POST /neutron/network HTTP/1.1" 200 1309 0.109354 10.0.0.41 - - [2025-09-18 02:16:25] "DELETE /access-control-list/03d052bb-c28a-48c1-a090-ecee48470e32 HTTP/1.1" 200 115 0.046411 10.0.0.56 - - [2025-09-18 02:16:26] "GET /virtual-network/730ed29e-8b14-4baa-a3af-abc7f3c41cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.027966 10.0.0.56 - - [2025-09-18 02:16:26] "DELETE /network-policy/c7c36124-1e5f-4286-9fda-322b9a1469d6 HTTP/1.1" 200 115 0.061229 10.0.0.56 - - [2025-09-18 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006348 10.0.0.41 - - [2025-09-18 02:16:26] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000914 10.0.0.56 - - [2025-09-18 02:16:26] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.042556 10.0.0.56 - - [2025-09-18 02:16:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-45572256&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.005538 10.0.0.56 - - [2025-09-18 02:16:26] "DELETE /network-policy/fa5464ea-20c6-4aea-ba23-d3cc2c22d4bb HTTP/1.1" 200 115 0.051187 10.0.0.56 - - [2025-09-18 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.41 - - [2025-09-18 02:16:26] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001038 10.0.0.56 - - [2025-09-18 02:16:26] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.050313 10.0.0.56 - - [2025-09-18 02:16:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-45572256&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.010206 10.0.0.56 - - [2025-09-18 02:16:26] "DELETE /network-policy/74c39087-705c-44c7-bd93-e9e718a068b4 HTTP/1.1" 200 115 0.067921 10.0.0.56 - - [2025-09-18 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005732 10.0.0.41 - - [2025-09-18 02:16:26] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000870 10.0.0.56 - - [2025-09-18 02:16:26] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.048087 10.0.0.56 - - [2025-09-18 02:16:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-45572256&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.006249 10.0.0.56 - - [2025-09-18 02:16:26] "DELETE /network-policy/ebb256ee-1978-438a-b5f4-025e985c7490 HTTP/1.1" 200 115 0.045268 10.0.0.56 - - [2025-09-18 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006588 10.0.0.41 - - [2025-09-18 02:16:26] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000952 10.0.0.56 - - [2025-09-18 02:16:26] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.056180 10.0.0.56 - - [2025-09-18 02:16:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-45572256&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.006284 10.0.0.56 - - [2025-09-18 02:16:27] "DELETE /network-policy/18fba14a-4b30-44e9-9b37-1a3ded96bd95 HTTP/1.1" 200 115 0.053641 10.0.0.56 - - [2025-09-18 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.41 - - [2025-09-18 02:16:27] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000965 10.0.0.56 - - [2025-09-18 02:16:27] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.039037 10.0.0.56 - - [2025-09-18 02:16:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-45572256&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.005596 10.0.0.56 - - [2025-09-18 02:16:27] "DELETE /network-policy/f7191227-b5d4-42ee-869f-215e6e9b2a65 HTTP/1.1" 200 115 0.046127 10.0.0.56 - - [2025-09-18 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.41 - - [2025-09-18 02:16:27] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000873 10.0.0.56 - - [2025-09-18 02:16:27] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.036103 10.0.0.56 - - [2025-09-18 02:16:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-45572256&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.005274 10.0.0.56 - - [2025-09-18 02:16:27] "DELETE /network-policy/0828f175-e1e1-4e96-b020-cc7913a582cb HTTP/1.1" 200 115 0.049001 10.0.0.56 - - [2025-09-18 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004842 10.0.0.41 - - [2025-09-18 02:16:27] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001221 10.0.0.56 - - [2025-09-18 02:16:27] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.044439 10.0.0.56 - - [2025-09-18 02:16:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-45572256&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.005305 10.0.0.56 - - [2025-09-18 02:16:27] "DELETE /network-policy/10768821-6de7-4932-bf76-94c00b2c750c HTTP/1.1" 200 115 0.051363 10.0.0.56 - - [2025-09-18 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.41 - - [2025-09-18 02:16:27] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001033 10.0.0.56 - - [2025-09-18 02:16:27] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.050601 10.0.0.56 - - [2025-09-18 02:16:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-45572256&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005578 10.0.0.41 - - [2025-09-18 02:16:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004331 10.0.0.41 - - [2025-09-18 02:16:28] "POST /useragent-kv HTTP/1.1" 200 115 0.008741 10.0.0.41 - - [2025-09-18 02:16:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003340 10.0.0.41 - - [2025-09-18 02:16:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002239 10.0.0.41 - - [2025-09-18 02:16:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002694 10.0.0.41 - - [2025-09-18 02:16:28] "POST /useragent-kv HTTP/1.1" 200 115 0.011109 10.0.0.41 - - [2025-09-18 02:16:28] "DELETE /route-target/2f06a316-3567-4c39-8c37-49f3dbd78054 HTTP/1.1" 200 115 0.039080 10.0.0.56 - - [2025-09-18 02:16:28] "POST /neutron/network HTTP/1.1" 200 151 0.181432 10.0.0.56 - - [2025-09-18 02:16:28] "POST /neutron/network HTTP/1.1" 200 1309 0.011960 10.0.0.41 - - [2025-09-18 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004683 10.0.0.41 - - [2025-09-18 02:16:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004696 10.0.0.41 - - [2025-09-18 02:16:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002736 10.0.0.41 - - [2025-09-18 02:16:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002449 10.0.0.41 - - [2025-09-18 02:16:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003184 10.0.0.41 - - [2025-09-18 02:16:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002829 10.0.0.41 - - [2025-09-18 02:16:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002466 10.0.0.56 - - [2025-09-18 02:16:29] "POST /neutron/network HTTP/1.1" 200 151 0.186185 10.0.0.41 - - [2025-09-18 02:16:29] "DELETE /route-target/d5f52798-894a-469e-8d2f-a10c578b7c97 HTTP/1.1" 200 115 0.028259 10.0.0.56 - - [2025-09-18 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.56 - - [2025-09-18 02:16:29] "DELETE /network-ipam/a88fd71a-4b30-44e5-873a-5b1b39ef54f2 HTTP/1.1" 200 115 0.031631 10.0.0.56 - - [2025-09-18 02:16:29] "POST /fqname-to-id HTTP/1.1" 404 252 0.004757 10.0.0.41 - - [2025-09-18 02:16:29] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000855 10.0.0.41 - - [2025-09-18 02:16:29] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.039582 10.0.0.41 - - [2025-09-18 02:16:29] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003307 10.0.0.41 - - [2025-09-18 02:16:29] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?fields=security_groups HTTP/1.1" 200 1386 0.044564 10.0.0.41 - - [2025-09-18 02:16:30] "DELETE /security-group/beb4eee8-ee5b-46d4-808b-cff86457af3c HTTP/1.1" 200 115 0.048944 10.0.0.41 - - [2025-09-18 02:16:30] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001174 10.0.0.41 - - [2025-09-18 02:16:30] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?fields=application_policy_sets HTTP/1.1" 200 1425 0.047394 10.0.0.56 - - [2025-09-18 02:16:30] "DELETE /project/7aaccebf-19f6-4a35-8fe6-d8378accb214 HTTP/1.1" 200 115 0.388011 10.0.0.41 - - [2025-09-18 02:16:30] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000919 10.0.0.56 - - [2025-09-18 02:16:30] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?fields=projects HTTP/1.1" 200 1244 0.011643 10.0.0.56 - - [2025-09-18 02:16:35] "POST /fqname-to-id HTTP/1.1" 404 225 0.003469 10.0.0.41 - - [2025-09-18 02:16:35] "POST /id-to-fqname HTTP/1.1" 200 198 0.001360 10.0.0.41 - - [2025-09-18 02:16:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.007627 10.0.0.41 - - [2025-09-18 02:16:35] "POST /security-groups HTTP/1.1" 200 599 0.077803 10.0.0.41 - - [2025-09-18 02:16:35] "POST /fqname-to-id HTTP/1.1" 404 242 0.004551 10.0.0.41 - - [2025-09-18 02:16:35] "POST /projects HTTP/1.1" 200 601 0.283317 10.0.0.56 - - [2025-09-18 02:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.321881 10.0.0.41 - - [2025-09-18 02:16:35] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001071 10.0.0.41 - - [2025-09-18 02:16:35] "POST /access-control-lists HTTP/1.1" 200 602 0.037642 10.0.0.56 - - [2025-09-18 02:16:35] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.047204 10.0.0.56 - - [2025-09-18 02:16:35] "POST /network-policys HTTP/1.1" 200 559 0.028515 10.0.0.56 - - [2025-09-18 02:16:35] "GET /network-policy/74935f22-bfd3-4ad2-a53c-50f964bb8346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3104 0.005514 10.0.0.56 - - [2025-09-18 02:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.41 - - [2025-09-18 02:16:36] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001220 10.0.0.56 - - [2025-09-18 02:16:36] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.042505 10.0.0.41 - - [2025-09-18 02:16:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003175 10.0.0.56 - - [2025-09-18 02:16:36] "POST /neutron/subnet HTTP/1.1" 200 721 0.200162 10.0.0.56 - - [2025-09-18 02:16:36] "POST /id-to-fqname HTTP/1.1" 200 229 0.001442 10.0.0.56 - - [2025-09-18 02:16:36] "GET /virtual-network/c0642acf-d481-4798-b9dd-a5ae3042d821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007409 10.0.0.56 - - [2025-09-18 02:16:36] "POST /neutron/network HTTP/1.1" 200 1007 0.014656 10.0.0.56 - - [2025-09-18 02:16:36] "GET /virtual-network/c0642acf-d481-4798-b9dd-a5ae3042d821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005470 10.0.0.56 - - [2025-09-18 02:16:36] "POST /neutron/subnet HTTP/1.1" 200 828 0.009540 10.0.0.41 - - [2025-09-18 02:16:36] "POST /fqname-to-id HTTP/1.1" 404 244 0.007288 10.0.0.41 - - [2025-09-18 02:16:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.007185 10.0.0.56 - - [2025-09-18 02:16:37] "POST /neutron/network HTTP/1.1" 200 1106 0.009091 10.0.0.56 - - [2025-09-18 02:16:37] "GET /virtual-network/c0642acf-d481-4798-b9dd-a5ae3042d821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.015761 10.0.0.56 - - [2025-09-18 02:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.56 - - [2025-09-18 02:16:37] "GET /network-policy/74935f22-bfd3-4ad2-a53c-50f964bb8346?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3104 0.003901 10.0.0.56 - - [2025-09-18 02:16:37] "GET /virtual-network/c0642acf-d481-4798-b9dd-a5ae3042d821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005470 10.0.0.56 - - [2025-09-18 02:16:37] "GET /obj-perms HTTP/1.1" 200 5046 0.004213 10.0.0.56 - - [2025-09-18 02:16:37] "POST /id-to-fqname HTTP/1.1" 200 229 0.001178 10.0.0.41 - - [2025-09-18 02:16:38] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001142 10.0.0.56 - - [2025-09-18 02:16:38] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.069457 10.0.0.56 - - [2025-09-18 02:16:38] "POST /neutron/port HTTP/1.1" 200 117 0.006084 10.0.0.56 - - [2025-09-18 02:16:38] "POST /id-to-fqname HTTP/1.1" 200 229 0.001291 10.0.0.56 - - [2025-09-18 02:16:39] "POST /neutron/network HTTP/1.1" 200 1116 0.008523 10.0.0.56 - - [2025-09-18 02:16:39] "POST /neutron/port HTTP/1.1" 200 1174 0.021268 10.0.0.56 - - [2025-09-18 02:16:39] "POST /neutron/port HTTP/1.1" 200 1202 0.015677 10.0.0.41 - - [2025-09-18 02:16:39] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000822 10.0.0.56 - - [2025-09-18 02:16:39] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.060864 10.0.0.56 - - [2025-09-18 02:16:39] "POST /neutron/subnet HTTP/1.1" 200 1381 0.026855 10.0.0.56 - - [2025-09-18 02:16:39] "POST /neutron/port HTTP/1.1" 200 117 0.000998 10.0.0.56 - - [2025-09-18 02:16:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007093 10.0.0.56 - - [2025-09-18 02:16:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009985 10.0.0.56 - - [2025-09-18 02:16:40] "POST /neutron/port HTTP/1.1" 200 1174 0.017195 10.0.0.56 - - [2025-09-18 02:16:41] "POST /neutron/port HTTP/1.1" 200 1202 0.016210 10.0.0.56 - - [2025-09-18 02:16:41] "POST /neutron/subnet HTTP/1.1" 200 1381 0.011731 10.0.0.56 - - [2025-09-18 02:16:41] "POST /neutron/network HTTP/1.1" 200 1106 0.008726 10.0.0.56 - - [2025-09-18 02:16:45] "POST /neutron/port HTTP/1.1" 200 1202 0.015135 10.0.0.56 - - [2025-09-18 02:16:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007492 10.0.0.56 - - [2025-09-18 02:16:45] "GET /virtual-machine/6d6e2eb7-26b3-438c-9823-5093216167e7 HTTP/1.1" 200 1300 0.030053 10.0.0.56 - - [2025-09-18 02:16:45] "GET /virtual-machine-interface/68e807ec-cde3-4a24-ad66-f903cce0b5bd HTTP/1.1" 200 3177 0.004879 10.0.0.56 - - [2025-09-18 02:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.56 - - [2025-09-18 02:16:45] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003460 10.0.0.56 - - [2025-09-18 02:16:45] "GET /virtual-networks?parent_id=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002825 10.0.0.56 - - [2025-09-18 02:16:45] "GET /virtual-network/c0642acf-d481-4798-b9dd-a5ae3042d821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006537 10.0.0.56 - - [2025-09-18 02:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.56 - - [2025-09-18 02:16:48] "GET /virtual-network/c0642acf-d481-4798-b9dd-a5ae3042d821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007070 10.0.0.56 - - [2025-09-18 02:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.56 - - [2025-09-18 02:16:52] "GET /virtual-network/c0642acf-d481-4798-b9dd-a5ae3042d821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005214 10.0.0.41 - - [2025-09-18 02:16:56] "DELETE /project/7aaccebf19f64a358fe6d8378accb214 HTTP/1.1" 404 173 0.030735 10.0.0.56 - - [2025-09-18 02:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.56 - - [2025-09-18 02:16:57] "GET /virtual-network/c0642acf-d481-4798-b9dd-a5ae3042d821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005116 10.0.0.22 - - [2025-09-18 02:16:58] "GET /global-system-configs HTTP/1.1" 200 322 0.047369 10.0.0.41 - - [2025-09-18 02:16:58] "GET /global-system-configs HTTP/1.1" 200 322 0.006443 10.0.0.41 - - [2025-09-18 02:16:58] "GET /obj-perms HTTP/1.1" 200 5056 0.145781 10.0.0.22 - - [2025-09-18 02:16:59] "GET /obj-perms HTTP/1.1" 200 5056 0.129607 10.0.0.56 - - [2025-09-18 02:16:59] "GET /obj-perms HTTP/1.1" 200 5056 0.003375 10.0.0.41 - - [2025-09-18 02:16:59] "GET /global-system-configs HTTP/1.1" 200 322 0.009657 10.0.0.22 - - [2025-09-18 02:16:59] "GET /global-system-configs HTTP/1.1" 200 322 0.008956 10.0.0.41 - - [2025-09-18 02:16:59] "GET /obj-perms HTTP/1.1" 200 5056 0.010032 10.0.0.56 - - [2025-09-18 02:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004991 10.0.0.56 - - [2025-09-18 02:17:01] "GET /global-system-configs HTTP/1.1" 200 322 0.092025 10.0.0.56 - - [2025-09-18 02:17:01] "GET /virtual-network/c0642acf-d481-4798-b9dd-a5ae3042d821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007181 10.0.0.22 - - [2025-09-18 02:17:01] "GET /obj-perms HTTP/1.1" 200 5056 0.251118 10.0.0.56 - - [2025-09-18 02:17:02] "GET /global-system-configs HTTP/1.1" 200 322 0.030409 10.0.0.56 - - [2025-09-18 02:17:02] "GET /obj-perms HTTP/1.1" 200 5056 0.148021 10.0.0.56 - - [2025-09-18 02:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.56 - - [2025-09-18 02:17:05] "GET /virtual-network/c0642acf-d481-4798-b9dd-a5ae3042d821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005909 10.0.0.56 - - [2025-09-18 02:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.56 - - [2025-09-18 02:17:09] "GET /virtual-network/c0642acf-d481-4798-b9dd-a5ae3042d821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005522 10.0.0.56 - - [2025-09-18 02:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.56 - - [2025-09-18 02:17:13] "GET /virtual-network/c0642acf-d481-4798-b9dd-a5ae3042d821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005141 10.0.0.41 - - [2025-09-18 02:17:13] "GET /obj-perms HTTP/1.1" 200 5056 0.045395 10.0.0.56 - - [2025-09-18 02:17:17] "POST /neutron/network HTTP/1.1" 200 1116 0.010192 10.0.0.56 - - [2025-09-18 02:17:17] "POST /neutron/subnet HTTP/1.1" 200 1381 0.013039 10.0.0.56 - - [2025-09-18 02:17:17] "POST /neutron/network HTTP/1.1" 200 1106 0.009480 10.0.0.56 - - [2025-09-18 02:17:17] "POST /neutron/network HTTP/1.1" 200 1116 0.008619 10.0.0.56 - - [2025-09-18 02:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.56 - - [2025-09-18 02:17:17] "GET /virtual-network/c0642acf-d481-4798-b9dd-a5ae3042d821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005371 10.0.0.56 - - [2025-09-18 02:17:17] "POST /neutron/subnet HTTP/1.1" 200 1381 0.012038 10.0.0.56 - - [2025-09-18 02:17:17] "POST /neutron/network HTTP/1.1" 200 1106 0.008917 10.0.0.56 - - [2025-09-18 02:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.56 - - [2025-09-18 02:17:19] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003625 10.0.0.56 - - [2025-09-18 02:17:19] "GET /virtual-networks?parent_id=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003196 10.0.0.56 - - [2025-09-18 02:17:19] "GET /virtual-network/c0642acf-d481-4798-b9dd-a5ae3042d821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005301 10.0.0.56 - - [2025-09-18 02:17:24] "POST /neutron/port HTTP/1.1" 200 1202 0.021239 10.0.0.56 - - [2025-09-18 02:17:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006837 10.0.0.56 - - [2025-09-18 02:17:35] "POST /neutron/port HTTP/1.1" 200 1202 0.014617 10.0.0.56 - - [2025-09-18 02:17:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006796 10.0.0.56 - - [2025-09-18 02:17:40] "POST /neutron/port HTTP/1.1" 200 1202 0.016635 10.0.0.56 - - [2025-09-18 02:17:40] "GET /virtual-machine/13434494-94c0-4195-9ad8-0a15918df34a HTTP/1.1" 200 1300 0.005710 10.0.0.56 - - [2025-09-18 02:17:40] "GET /virtual-machine-interface/af2d4bf0-cc53-4355-9bf9-8f1f50fdbc88 HTTP/1.1" 200 3178 0.005474 10.0.0.56 - - [2025-09-18 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.56 - - [2025-09-18 02:17:40] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003209 10.0.0.56 - - [2025-09-18 02:17:40] "GET /virtual-networks?parent_id=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002882 10.0.0.56 - - [2025-09-18 02:17:40] "GET /virtual-network/c0642acf-d481-4798-b9dd-a5ae3042d821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005840 10.0.0.56 - - [2025-09-18 02:17:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006890 10.0.0.56 - - [2025-09-18 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.56 - - [2025-09-18 02:17:41] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003301 10.0.0.56 - - [2025-09-18 02:17:41] "GET /virtual-networks?parent_id=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003009 10.0.0.56 - - [2025-09-18 02:17:42] "GET /virtual-network/c0642acf-d481-4798-b9dd-a5ae3042d821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006517 10.0.0.56 - - [2025-09-18 02:17:47] "POST /neutron/port HTTP/1.1" 200 1202 0.015128 10.0.0.56 - - [2025-09-18 02:18:07] "GET /virtual-network/c0642acf-d481-4798-b9dd-a5ae3042d821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005589 10.0.0.56 - - [2025-09-18 02:18:07] "POST /neutron/network HTTP/1.1" 200 1007 0.088091 10.0.0.41 - - [2025-09-18 02:18:07] "DELETE /access-control-list/1ffc374b-3982-4837-a97f-04cc3964a717 HTTP/1.1" 200 115 0.057618 10.0.0.56 - - [2025-09-18 02:18:07] "GET /virtual-network/c0642acf-d481-4798-b9dd-a5ae3042d821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005830 10.0.0.56 - - [2025-09-18 02:18:08] "POST /neutron/network HTTP/1.1" 400 204 0.012379 10.0.0.56 - - [2025-09-18 02:18:08] "POST /neutron/port HTTP/1.1" 200 151 0.228361 10.0.0.56 - - [2025-09-18 02:18:08] "POST /neutron/port HTTP/1.1" 200 151 0.293234 10.0.0.56 - - [2025-09-18 02:18:10] "DELETE /network-policy/74935f22-bfd3-4ad2-a53c-50f964bb8346 HTTP/1.1" 200 115 0.034380 10.0.0.41 - - [2025-09-18 02:18:13] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000988 10.0.0.56 - - [2025-09-18 02:18:13] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.087673 10.0.0.41 - - [2025-09-18 02:18:13] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001477 10.0.0.56 - - [2025-09-18 02:18:13] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?fields=virtual_networks HTTP/1.1" 200 1047 0.039544 10.0.0.41 - - [2025-09-18 02:18:13] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001269 10.0.0.56 - - [2025-09-18 02:18:13] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.046364 10.0.0.41 - - [2025-09-18 02:18:13] "GET /projects?obj_uuids=7aaccebf-19f6-4a35-8fe6-d8378accb214&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001161 10.0.0.56 - - [2025-09-18 02:18:13] "GET /project/7aaccebf-19f6-4a35-8fe6-d8378accb214?fields=security_groups HTTP/1.1" 200 1281 0.059095 10.0.0.56 - - [2025-09-18 02:18:14] "POST /fqname-to-id HTTP/1.1" 404 202 0.025712 10.0.0.41 - - [2025-09-18 02:18:14] "GET /projects?obj_uuids=234e75a6-c538-4e06-8879-9e71c5b6fe51&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003078 10.0.0.41 - - [2025-09-18 02:18:14] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000849 10.0.0.41 - - [2025-09-18 02:18:14] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006474 10.0.0.41 - - [2025-09-18 02:18:14] "POST /id-to-fqname HTTP/1.1" 200 204 0.001062 10.0.0.41 - - [2025-09-18 02:18:14] "POST /fqname-to-id HTTP/1.1" 404 213 0.006349 10.0.0.41 - - [2025-09-18 02:18:14] "POST /security-groups HTTP/1.1" 200 605 0.078300 10.0.0.41 - - [2025-09-18 02:18:14] "POST /fqname-to-id HTTP/1.1" 404 248 0.003299 10.0.0.41 - - [2025-09-18 02:18:14] "POST /projects HTTP/1.1" 200 613 0.288868 10.0.0.41 - - [2025-09-18 02:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.360780 10.0.0.41 - - [2025-09-18 02:18:14] "POST /access-control-lists HTTP/1.1" 200 608 0.028705 10.0.0.56 - - [2025-09-18 02:18:14] "GET /project/234e75a6-c538-4e06-8879-9e71c5b6fe51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.510195 10.0.0.56 - - [2025-09-18 02:18:16] "GET / HTTP/1.1" 200 35931 0.002378 10.0.0.56 - - [2025-09-18 02:18:20] "GET /project/234e75a6-c538-4e06-8879-9e71c5b6fe51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000502 10.0.0.41 - - [2025-09-18 02:18:20] "GET /projects?obj_uuids=234e75a6-c538-4e06-8879-9e71c5b6fe51&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001615 10.0.0.56 - - [2025-09-18 02:18:20] "GET /project/234e75a6-c538-4e06-8879-9e71c5b6fe51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.116389 10.0.0.56 - - [2025-09-18 02:18:21] "GET / HTTP/1.1" 200 35931 0.001634 10.0.0.56 - - [2025-09-18 02:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005172 10.0.0.41 - - [2025-09-18 02:18:21] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.56 - - [2025-09-18 02:18:21] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007013 10.0.0.56 - - [2025-09-18 02:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.41 - - [2025-09-18 02:18:21] "GET /projects?obj_uuids=234e75a6-c538-4e06-8879-9e71c5b6fe51&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000931 10.0.0.56 - - [2025-09-18 02:18:21] "GET /project/234e75a6-c538-4e06-8879-9e71c5b6fe51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.044356 10.0.0.56 - - [2025-09-18 02:18:23] "GET /domains HTTP/1.1" 401 292 0.000378 10.0.0.56 - - [2025-09-18 02:18:23] "GET /domains HTTP/1.1" 200 280 0.031081 10.0.0.41 - - [2025-09-18 02:18:23] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001401 10.0.0.56 - - [2025-09-18 02:18:23] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1 HTTP/1.1" 200 2587 0.012749 10.0.0.41 - - [2025-09-18 02:18:23] "GET /projects?obj_uuids=234e75a6-c538-4e06-8879-9e71c5b6fe51&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001259 10.0.0.56 - - [2025-09-18 02:18:23] "GET /project/234e75a6-c538-4e06-8879-9e71c5b6fe51 HTTP/1.1" 200 1934 0.092130 10.0.0.56 - - [2025-09-18 02:18:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.006071 10.0.0.56 - - [2025-09-18 02:18:23] "POST /network-ipams HTTP/1.1" 200 627 0.031180 10.0.0.56 - - [2025-09-18 02:18:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.003432 10.0.0.56 - - [2025-09-18 02:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.56 - - [2025-09-18 02:18:23] "GET /network-ipam/9b7f9de1-3502-4d63-8274-9b6a98bba992?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.006031 10.0.0.56 - - [2025-09-18 02:18:23] "PUT /network-ipam/9b7f9de1-3502-4d63-8274-9b6a98bba992 HTTP/1.1" 200 258 0.013574 10.0.0.56 - - [2025-09-18 02:18:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000405 10.0.0.56 - - [2025-09-18 02:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.027485 10.0.0.41 - - [2025-09-18 02:18:24] "GET /projects?obj_uuids=234e75a6-c538-4e06-8879-9e71c5b6fe51&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000875 10.0.0.56 - - [2025-09-18 02:18:24] "GET /project/234e75a6-c538-4e06-8879-9e71c5b6fe51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.036947 10.0.0.56 - - [2025-09-18 02:18:24] "POST /neutron/network HTTP/1.1" 200 117 0.038853 10.0.0.41 - - [2025-09-18 02:18:24] "POST /route-targets HTTP/1.1" 200 327 0.013584 10.0.0.41 - - [2025-09-18 02:18:25] "POST /useragent-kv HTTP/1.1" 200 115 0.007754 10.0.0.56 - - [2025-09-18 02:18:25] "POST /neutron/subnet HTTP/1.1" 200 828 0.178619 10.0.0.56 - - [2025-09-18 02:18:25] "POST /id-to-fqname HTTP/1.1" 200 237 0.001199 10.0.0.56 - - [2025-09-18 02:18:25] "GET /virtual-network/fecb3538-4ffe-4f4d-a2f9-59af38878756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.005325 10.0.0.56 - - [2025-09-18 02:18:25] "GET /virtual-network/fecb3538-4ffe-4f4d-a2f9-59af38878756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.007704 10.0.0.56 - - [2025-09-18 02:18:25] "POST /neutron/network HTTP/1.1" 200 1143 0.008769 10.0.0.56 - - [2025-09-18 02:18:26] "GET /virtual-network/fecb3538-4ffe-4f4d-a2f9-59af38878756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.007401 10.0.0.22 - - [2025-09-18 02:18:27] "GET /obj-perms HTTP/1.1" 200 5021 0.087683 10.0.0.56 - - [2025-09-18 02:18:27] "POST /fqname-to-id HTTP/1.1" 404 231 0.003653 10.0.0.56 - - [2025-09-18 02:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004573 10.0.0.41 - - [2025-09-18 02:18:27] "GET /projects?obj_uuids=234e75a6-c538-4e06-8879-9e71c5b6fe51&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.027344 10.0.0.56 - - [2025-09-18 02:18:27] "GET /project/234e75a6-c538-4e06-8879-9e71c5b6fe51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.064664 10.0.0.56 - - [2025-09-18 02:18:27] "POST /network-policys HTTP/1.1" 200 565 0.043543 10.0.0.56 - - [2025-09-18 02:18:27] "GET /network-policy/aabf31fe-70d8-4bfe-8183-df133da1e683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.006029 10.0.0.56 - - [2025-09-18 02:18:27] "POST /fqname-to-id HTTP/1.1" 404 231 0.003209 10.0.0.56 - - [2025-09-18 02:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.41 - - [2025-09-18 02:18:27] "GET /projects?obj_uuids=234e75a6-c538-4e06-8879-9e71c5b6fe51&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000929 10.0.0.56 - - [2025-09-18 02:18:28] "GET /project/234e75a6-c538-4e06-8879-9e71c5b6fe51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.063126 10.0.0.56 - - [2025-09-18 02:18:28] "POST /network-policys HTTP/1.1" 200 565 0.041169 10.0.0.56 - - [2025-09-18 02:18:28] "GET /network-policy/3c8ae559-fd89-46da-9bbe-f9705d21f4f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3109 0.010544 10.0.0.56 - - [2025-09-18 02:18:28] "POST /fqname-to-id HTTP/1.1" 404 231 0.003436 10.0.0.56 - - [2025-09-18 02:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.41 - - [2025-09-18 02:18:28] "GET /projects?obj_uuids=234e75a6-c538-4e06-8879-9e71c5b6fe51&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000940 10.0.0.56 - - [2025-09-18 02:18:28] "GET /project/234e75a6-c538-4e06-8879-9e71c5b6fe51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.051412 10.0.0.56 - - [2025-09-18 02:18:28] "POST /network-policys HTTP/1.1" 200 565 0.028365 10.0.0.56 - - [2025-09-18 02:18:28] "GET /network-policy/d4125603-1c5b-459d-b78b-893d48fc9f9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.006274 10.0.0.56 - - [2025-09-18 02:18:28] "POST /neutron/network HTTP/1.1" 200 1143 0.008224 10.0.0.41 - - [2025-09-18 02:18:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.004003 10.0.0.56 - - [2025-09-18 02:18:29] "GET /virtual-network/fecb3538-4ffe-4f4d-a2f9-59af38878756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3306 0.008299 10.0.0.41 - - [2025-09-18 02:18:29] "POST /access-control-lists HTTP/1.1" 200 611 0.097592 10.0.0.56 - - [2025-09-18 02:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.020925 10.0.0.56 - - [2025-09-18 02:18:29] "GET /network-policy/3c8ae559-fd89-46da-9bbe-f9705d21f4f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3109 0.004300 10.0.0.56 - - [2025-09-18 02:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.56 - - [2025-09-18 02:18:29] "GET /network-policy/aabf31fe-70d8-4bfe-8183-df133da1e683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.004695 10.0.0.56 - - [2025-09-18 02:18:29] "POST /id-to-fqname HTTP/1.1" 200 237 0.001213 10.0.0.56 - - [2025-09-18 02:18:29] "POST /neutron/network HTTP/1.1" 200 1351 0.009820 10.0.0.41 - - [2025-09-18 02:18:30] "GET /projects?obj_uuids=234e75a6-c538-4e06-8879-9e71c5b6fe51&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001473 10.0.0.56 - - [2025-09-18 02:18:30] "GET /project/234e75a6-c538-4e06-8879-9e71c5b6fe51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.068990 10.0.0.56 - - [2025-09-18 02:18:30] "POST /neutron/port HTTP/1.1" 200 117 0.006009 10.0.0.41 - - [2025-09-18 02:18:30] "GET /projects?obj_uuids=234e75a6-c538-4e06-8879-9e71c5b6fe51&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000909 10.0.0.56 - - [2025-09-18 02:18:31] "POST /neutron/port HTTP/1.1" 200 1182 0.358963 10.0.0.56 - - [2025-09-18 02:18:31] "POST /neutron/port HTTP/1.1" 200 1236 0.112248 10.0.0.56 - - [2025-09-18 02:18:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003443 10.0.0.56 - - [2025-09-18 02:18:31] "POST /neutron/port HTTP/1.1" 200 117 0.001347 10.0.0.56 - - [2025-09-18 02:18:35] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008151 10.0.0.56 - - [2025-09-18 02:18:35] "POST /neutron/port HTTP/1.1" 200 1210 0.014721 10.0.0.56 - - [2025-09-18 02:18:35] "GET /virtual-machine/b3023c8c-8ead-4ab5-b3f9-1e6b9acb12fa HTTP/1.1" 401 292 0.000430 10.0.0.56 - - [2025-09-18 02:18:36] "GET /virtual-machine/b3023c8c-8ead-4ab5-b3f9-1e6b9acb12fa HTTP/1.1" 200 1307 0.029053 10.0.0.56 - - [2025-09-18 02:18:36] "GET /virtual-machine-interface/d525458e-638a-4111-b03d-45c6f4c78fe7 HTTP/1.1" 200 3177 0.005870 10.0.0.56 - - [2025-09-18 02:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.56 - - [2025-09-18 02:18:36] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003527 10.0.0.56 - - [2025-09-18 02:18:36] "GET /virtual-networks?parent_id=234e75a6-c538-4e06-8879-9e71c5b6fe51&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002626 10.0.0.56 - - [2025-09-18 02:18:36] "GET /virtual-network/fecb3538-4ffe-4f4d-a2f9-59af38878756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3306 0.006123 10.0.0.56 - - [2025-09-18 02:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.56 - - [2025-09-18 02:18:39] "GET /virtual-network/fecb3538-4ffe-4f4d-a2f9-59af38878756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3306 0.004983 10.0.0.56 - - [2025-09-18 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.56 - - [2025-09-18 02:18:43] "GET /virtual-network/fecb3538-4ffe-4f4d-a2f9-59af38878756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3306 0.005653 10.0.0.56 - - [2025-09-18 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.56 - - [2025-09-18 02:18:47] "GET /virtual-network/fecb3538-4ffe-4f4d-a2f9-59af38878756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3306 0.006050 10.0.0.56 - - [2025-09-18 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.56 - - [2025-09-18 02:18:51] "GET /virtual-network/fecb3538-4ffe-4f4d-a2f9-59af38878756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3306 0.004881 10.0.0.56 - - [2025-09-18 02:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.56 - - [2025-09-18 02:18:55] "GET /virtual-network/fecb3538-4ffe-4f4d-a2f9-59af38878756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3306 0.005318 10.0.0.41 - - [2025-09-18 02:18:56] "DELETE /project/234e75a6c5384e0688799e71c5b6fe51 HTTP/1.1" 404 173 0.005287 10.0.0.41 - - [2025-09-18 02:18:56] "DELETE /project/7aaccebf-19f6-4a35-8fe6-d8378accb214 HTTP/1.1" 404 177 0.004249 10.0.0.56 - - [2025-09-18 02:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.56 - - [2025-09-18 02:18:59] "GET /virtual-network/fecb3538-4ffe-4f4d-a2f9-59af38878756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3306 0.004990 10.0.0.56 - - [2025-09-18 02:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.56 - - [2025-09-18 02:19:03] "GET /virtual-network/fecb3538-4ffe-4f4d-a2f9-59af38878756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3306 0.005967 10.0.0.56 - - [2025-09-18 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.56 - - [2025-09-18 02:19:08] "GET /virtual-network/fecb3538-4ffe-4f4d-a2f9-59af38878756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3306 0.005836 10.0.0.56 - - [2025-09-18 02:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.56 - - [2025-09-18 02:19:12] "GET /virtual-network/fecb3538-4ffe-4f4d-a2f9-59af38878756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3306 0.006959 10.0.0.56 - - [2025-09-18 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.56 - - [2025-09-18 02:19:14] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003289 10.0.0.56 - - [2025-09-18 02:19:14] "GET /virtual-networks?parent_id=234e75a6-c538-4e06-8879-9e71c5b6fe51&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002457 10.0.0.56 - - [2025-09-18 02:19:14] "GET /virtual-network/fecb3538-4ffe-4f4d-a2f9-59af38878756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3306 0.005779 10.0.0.56 - - [2025-09-18 02:19:14] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007448 10.0.0.56 - - [2025-09-18 02:19:16] "GET /obj-perms HTTP/1.1" 200 5056 0.067909 10.0.0.56 - - [2025-09-18 02:19:20] "POST /neutron/port HTTP/1.1" 200 1210 0.019066 10.0.0.56 - - [2025-09-18 02:19:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003519 10.0.0.56 - - [2025-09-18 02:19:20] "POST /neutron/port HTTP/1.1" 200 117 0.001059 10.0.0.56 - - [2025-09-18 02:19:23] "POST /neutron/port HTTP/1.1" 200 1210 0.015603 10.0.0.56 - - [2025-09-18 02:19:24] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008924 10.0.0.56 - - [2025-09-18 02:19:35] "POST /neutron/port HTTP/1.1" 200 1210 0.014641 10.0.0.56 - - [2025-09-18 02:19:35] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007485 10.0.0.56 - - [2025-09-18 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.56 - - [2025-09-18 02:19:35] "GET /network-policy/aabf31fe-70d8-4bfe-8183-df133da1e683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.004774 10.0.0.56 - - [2025-09-18 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.56 - - [2025-09-18 02:19:35] "GET /network-policy/3c8ae559-fd89-46da-9bbe-f9705d21f4f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3109 0.004295 10.0.0.56 - - [2025-09-18 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.56 - - [2025-09-18 02:19:35] "GET /network-policy/d4125603-1c5b-459d-b78b-893d48fc9f9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.003876 10.0.0.56 - - [2025-09-18 02:19:35] "POST /neutron/network HTTP/1.1" 200 1433 0.012887 10.0.0.56 - - [2025-09-18 02:19:35] "GET /virtual-network/fecb3538-4ffe-4f4d-a2f9-59af38878756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.006317 10.0.0.56 - - [2025-09-18 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.56 - - [2025-09-18 02:19:35] "GET /network-policy/3c8ae559-fd89-46da-9bbe-f9705d21f4f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3109 0.003999 10.0.0.56 - - [2025-09-18 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.56 - - [2025-09-18 02:19:35] "GET /network-policy/aabf31fe-70d8-4bfe-8183-df133da1e683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.004968 10.0.0.56 - - [2025-09-18 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.56 - - [2025-09-18 02:19:35] "GET /network-policy/d4125603-1c5b-459d-b78b-893d48fc9f9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.003840 10.0.0.56 - - [2025-09-18 02:19:41] "GET /virtual-network/fecb3538-4ffe-4f4d-a2f9-59af38878756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.005693 10.0.0.41 - - [2025-09-18 02:19:41] "DELETE /access-control-list/ed82db91-d84c-41f7-a9fe-9ca02a380955 HTTP/1.1" 200 115 0.074705 10.0.0.56 - - [2025-09-18 02:19:41] "POST /neutron/network HTTP/1.1" 200 1143 0.027190 10.0.0.56 - - [2025-09-18 02:19:41] "GET /virtual-network/fecb3538-4ffe-4f4d-a2f9-59af38878756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.007926 10.0.0.56 - - [2025-09-18 02:19:46] "GET /virtual-machine/b3023c8c-8ead-4ab5-b3f9-1e6b9acb12fa HTTP/1.1" 200 1307 0.004191 10.0.0.56 - - [2025-09-18 02:19:47] "POST /neutron/port HTTP/1.1" 200 151 0.248062 10.0.0.56 - - [2025-09-18 02:19:48] "GET /virtual-machine/b3023c8c-8ead-4ab5-b3f9-1e6b9acb12fa HTTP/1.1" 404 171 0.003338 10.0.0.56 - - [2025-09-18 02:19:48] "GET /virtual-machine/b3023c8c-8ead-4ab5-b3f9-1e6b9acb12fa HTTP/1.1" 404 171 0.002768 10.0.0.56 - - [2025-09-18 02:19:48] "GET /virtual-machine/b3023c8c-8ead-4ab5-b3f9-1e6b9acb12fa HTTP/1.1" 404 171 0.002989 10.0.0.56 - - [2025-09-18 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.56 - - [2025-09-18 02:19:48] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004279 10.0.0.56 - - [2025-09-18 02:19:48] "GET /virtual-networks?parent_id=234e75a6-c538-4e06-8879-9e71c5b6fe51&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003644 10.0.0.56 - - [2025-09-18 02:19:48] "GET /virtual-network/fecb3538-4ffe-4f4d-a2f9-59af38878756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.006753 10.0.0.56 - - [2025-09-18 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.56 - - [2025-09-18 02:19:48] "GET /routing-instance/477e6b0a-c951-4ab5-9534-fe0e22f45e62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.004531 10.0.0.56 - - [2025-09-18 02:19:48] "GET /route-target/2d9b488a-b718-4d0e-8049-179926526b2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004331 10.0.0.41 - - [2025-09-18 02:19:48] "GET /obj-perms HTTP/1.1" 200 5021 0.053945 10.0.0.56 - - [2025-09-18 02:19:55] "GET /obj-perms HTTP/1.1" 200 5021 0.052052 10.0.0.41 - - [2025-09-18 02:19:55] "GET /obj-perms HTTP/1.1" 200 5021 0.003797 10.0.0.56 - - [2025-09-18 02:19:55] "DELETE /network-policy/d4125603-1c5b-459d-b78b-893d48fc9f9e HTTP/1.1" 200 115 0.047255 10.0.0.56 - - [2025-09-18 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002692 10.0.0.41 - - [2025-09-18 02:19:55] "GET /projects?obj_uuids=234e75a6-c538-4e06-8879-9e71c5b6fe51&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000901 10.0.0.56 - - [2025-09-18 02:19:55] "GET /project/234e75a6-c538-4e06-8879-9e71c5b6fe51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.037825 10.0.0.56 - - [2025-09-18 02:19:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-28160063&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.005018 10.0.0.56 - - [2025-09-18 02:19:55] "DELETE /network-policy/3c8ae559-fd89-46da-9bbe-f9705d21f4f2 HTTP/1.1" 200 115 0.035936 10.0.0.56 - - [2025-09-18 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.41 - - [2025-09-18 02:19:55] "GET /projects?obj_uuids=234e75a6-c538-4e06-8879-9e71c5b6fe51&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000955 10.0.0.56 - - [2025-09-18 02:19:55] "GET /project/234e75a6-c538-4e06-8879-9e71c5b6fe51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.037198 10.0.0.56 - - [2025-09-18 02:19:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-28160063&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.005035 10.0.0.56 - - [2025-09-18 02:19:55] "DELETE /network-policy/aabf31fe-70d8-4bfe-8183-df133da1e683 HTTP/1.1" 200 115 0.038720 10.0.0.56 - - [2025-09-18 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.41 - - [2025-09-18 02:19:55] "GET /projects?obj_uuids=234e75a6-c538-4e06-8879-9e71c5b6fe51&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000943 10.0.0.56 - - [2025-09-18 02:19:56] "GET /project/234e75a6-c538-4e06-8879-9e71c5b6fe51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.033736 10.0.0.56 - - [2025-09-18 02:19:56] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-28160063&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005178 10.0.0.56 - - [2025-09-18 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.56 - - [2025-09-18 02:19:56] "DELETE /network-ipam/9b7f9de1-3502-4d63-8274-9b6a98bba992 HTTP/1.1" 200 115 0.031111 10.0.0.56 - - [2025-09-18 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 264 0.003256 10.0.0.41 - - [2025-09-18 02:19:56] "GET /projects?obj_uuids=234e75a6-c538-4e06-8879-9e71c5b6fe51&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000959 10.0.0.41 - - [2025-09-18 02:19:56] "GET /project/234e75a6-c538-4e06-8879-9e71c5b6fe51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1522 0.034406 10.0.0.41 - - [2025-09-18 02:19:56] "GET /projects?obj_uuids=234e75a6-c538-4e06-8879-9e71c5b6fe51&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000823 10.0.0.41 - - [2025-09-18 02:19:56] "GET /project/234e75a6-c538-4e06-8879-9e71c5b6fe51?fields=security_groups HTTP/1.1" 200 1403 0.091377 10.0.0.41 - - [2025-09-18 02:19:56] "DELETE /security-group/55459878-95ee-4238-8a5b-f2c039dcfd7f HTTP/1.1" 200 115 0.062318 10.0.0.41 - - [2025-09-18 02:19:56] "GET /projects?obj_uuids=234e75a6-c538-4e06-8879-9e71c5b6fe51&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000855 10.0.0.41 - - [2025-09-18 02:19:56] "DELETE /access-control-list/6fcdc5b9-1c07-45f8-b4af-a2c4cb05397c HTTP/1.1" 200 115 0.040458 10.0.0.41 - - [2025-09-18 02:19:56] "GET /project/234e75a6-c538-4e06-8879-9e71c5b6fe51?fields=application_policy_sets HTTP/1.1" 200 1442 0.053476 10.0.0.56 - - [2025-09-18 02:19:57] "DELETE /project/234e75a6-c538-4e06-8879-9e71c5b6fe51 HTTP/1.1" 200 115 0.457020 10.0.0.41 - - [2025-09-18 02:19:57] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002916 10.0.0.56 - - [2025-09-18 02:19:57] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?fields=projects HTTP/1.1" 200 1244 0.014034 10.0.0.41 - - [2025-09-18 02:19:59] "GET /projects?obj_uuids=234e75a6-c538-4e06-8879-9e71c5b6fe51&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003083 10.0.0.41 - - [2025-09-18 02:19:59] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000904 10.0.0.41 - - [2025-09-18 02:19:59] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.047986 10.0.0.41 - - [2025-09-18 02:19:59] "POST /id-to-fqname HTTP/1.1" 200 204 0.002296 10.0.0.41 - - [2025-09-18 02:19:59] "POST /fqname-to-id HTTP/1.1" 404 213 0.010964 10.0.0.41 - - [2025-09-18 02:20:00] "POST /security-groups HTTP/1.1" 200 605 0.073286 10.0.0.41 - - [2025-09-18 02:20:00] "POST /projects HTTP/1.1" 200 613 0.351012 10.0.0.41 - - [2025-09-18 02:20:00] "POST /access-control-lists HTTP/1.1" 200 610 0.090371 10.0.0.41 - - [2025-09-18 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.425805 10.0.0.56 - - [2025-09-18 02:20:00] "GET /project/234e75a6-c538-4e06-8879-9e71c5b6fe51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.575326 10.0.0.41 - - [2025-09-18 02:20:00] "GET /projects?obj_uuids=234e75a6-c538-4e06-8879-9e71c5b6fe51&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002169 10.0.0.56 - - [2025-09-18 02:20:00] "GET /project/234e75a6-c538-4e06-8879-9e71c5b6fe51?fields=virtual_networks HTTP/1.1" 200 1058 0.052528 10.0.0.41 - - [2025-09-18 02:20:00] "GET /projects?obj_uuids=234e75a6-c538-4e06-8879-9e71c5b6fe51&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001050 10.0.0.56 - - [2025-09-18 02:20:00] "GET /project/234e75a6-c538-4e06-8879-9e71c5b6fe51?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.055013 10.0.0.41 - - [2025-09-18 02:20:00] "GET /projects?obj_uuids=234e75a6-c538-4e06-8879-9e71c5b6fe51&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000955 10.0.0.56 - - [2025-09-18 02:20:00] "GET /project/234e75a6-c538-4e06-8879-9e71c5b6fe51?fields=security_groups HTTP/1.1" 200 1298 0.044554 10.0.0.56 - - [2025-09-18 02:20:01] "POST /fqname-to-id HTTP/1.1" 404 204 0.035528 10.0.0.41 - - [2025-09-18 02:20:01] "GET /projects?obj_uuids=c764da99-46e5-4c7a-ab9e-e4a153d6427c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003951 10.0.0.41 - - [2025-09-18 02:20:01] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001643 10.0.0.41 - - [2025-09-18 02:20:01] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010160 10.0.0.41 - - [2025-09-18 02:20:01] "POST /id-to-fqname HTTP/1.1" 200 206 0.004332 10.0.0.41 - - [2025-09-18 02:20:01] "POST /fqname-to-id HTTP/1.1" 404 215 0.006200 10.0.0.41 - - [2025-09-18 02:20:02] "POST /security-groups HTTP/1.1" 200 607 0.083389 10.0.0.41 - - [2025-09-18 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 250 0.004715 10.0.0.41 - - [2025-09-18 02:20:02] "POST /projects HTTP/1.1" 200 617 0.311502 10.0.0.41 - - [2025-09-18 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.352255 10.0.0.41 - - [2025-09-18 02:20:02] "POST /access-control-lists HTTP/1.1" 200 610 0.051014 10.0.0.56 - - [2025-09-18 02:20:02] "GET /project/c764da99-46e5-4c7a-ab9e-e4a153d6427c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.529882 10.0.0.56 - - [2025-09-18 02:20:03] "GET / HTTP/1.1" 200 35931 0.002140 10.0.0.56 - - [2025-09-18 02:20:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000549 10.0.0.56 - - [2025-09-18 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 233 0.064815 10.0.0.56 - - [2025-09-18 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.41 - - [2025-09-18 02:20:06] "GET /projects?obj_uuids=c764da99-46e5-4c7a-ab9e-e4a153d6427c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000903 10.0.0.56 - - [2025-09-18 02:20:06] "GET /project/c764da99-46e5-4c7a-ab9e-e4a153d6427c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.046573 10.0.0.56 - - [2025-09-18 02:20:07] "POST /network-policys HTTP/1.1" 200 567 0.030658 10.0.0.56 - - [2025-09-18 02:20:07] "GET /network-policy/c85d47a0-c360-44c8-a518-bc4435da5b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.006107 10.0.0.56 - - [2025-09-18 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.41 - - [2025-09-18 02:20:07] "GET /projects?obj_uuids=c764da99-46e5-4c7a-ab9e-e4a153d6427c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000868 10.0.0.56 - - [2025-09-18 02:20:07] "GET /project/c764da99-46e5-4c7a-ab9e-e4a153d6427c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.044446 10.0.0.56 - - [2025-09-18 02:20:07] "POST /neutron/network HTTP/1.1" 200 117 0.034773 10.0.0.41 - - [2025-09-18 02:20:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.003055 10.0.0.41 - - [2025-09-18 02:20:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003802 10.0.0.56 - - [2025-09-18 02:20:07] "POST /neutron/subnet HTTP/1.1" 200 828 0.181113 10.0.0.56 - - [2025-09-18 02:20:07] "POST /id-to-fqname HTTP/1.1" 200 237 0.001309 10.0.0.56 - - [2025-09-18 02:20:07] "GET /virtual-network/77b23d01-8ad6-453e-a2dd-13e6ae852997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2658 0.005589 10.0.0.56 - - [2025-09-18 02:20:08] "GET /virtual-network/77b23d01-8ad6-453e-a2dd-13e6ae852997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2658 0.005919 10.0.0.56 - - [2025-09-18 02:20:08] "POST /neutron/network HTTP/1.1" 200 1016 0.009297 10.0.0.56 - - [2025-09-18 02:20:08] "POST /neutron/network HTTP/1.1" 200 1016 0.008384 10.0.0.41 - - [2025-09-18 02:20:08] "POST /fqname-to-id HTTP/1.1" 404 252 0.011568 10.0.0.56 - - [2025-09-18 02:20:08] "GET /virtual-network/77b23d01-8ad6-453e-a2dd-13e6ae852997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2981 0.007307 10.0.0.56 - - [2025-09-18 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.56 - - [2025-09-18 02:20:08] "GET /network-policy/c85d47a0-c360-44c8-a518-bc4435da5b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.004953 10.0.0.56 - - [2025-09-18 02:20:08] "GET /virtual-network/77b23d01-8ad6-453e-a2dd-13e6ae852997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2981 0.005684 10.0.0.56 - - [2025-09-18 02:20:09] "GET /obj-perms HTTP/1.1" 200 5062 0.057529 10.0.0.22 - - [2025-09-18 02:20:10] "GET /obj-perms HTTP/1.1" 200 5062 0.054771 10.0.0.56 - - [2025-09-18 02:20:10] "DELETE /network-policy/c85d47a0-c360-44c8-a518-bc4435da5b73 HTTP/1.1" 409 238 0.012225 10.0.0.56 - - [2025-09-18 02:20:10] "POST /neutron/network HTTP/1.1" 200 1123 0.008789 10.0.0.41 - - [2025-09-18 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.56 - - [2025-09-18 02:20:11] "DELETE /network-policy/c85d47a0-c360-44c8-a518-bc4435da5b73 HTTP/1.1" 200 115 0.035640 10.0.0.56 - - [2025-09-18 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.41 - - [2025-09-18 02:20:11] "GET /projects?obj_uuids=c764da99-46e5-4c7a-ab9e-e4a153d6427c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001073 10.0.0.56 - - [2025-09-18 02:20:11] "GET /project/c764da99-46e5-4c7a-ab9e-e4a153d6427c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.039170 10.0.0.56 - - [2025-09-18 02:20:11] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-95997479&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005624 10.0.0.41 - - [2025-09-18 02:20:13] "GET /projects?obj_uuids=c764da99-46e5-4c7a-ab9e-e4a153d6427c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000968 10.0.0.56 - - [2025-09-18 02:20:13] "GET /project/c764da99-46e5-4c7a-ab9e-e4a153d6427c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.048300 10.0.0.41 - - [2025-09-18 02:20:13] "GET /projects?obj_uuids=c764da99-46e5-4c7a-ab9e-e4a153d6427c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000841 10.0.0.56 - - [2025-09-18 02:20:13] "GET /project/c764da99-46e5-4c7a-ab9e-e4a153d6427c?fields=virtual_networks HTTP/1.1" 200 1064 0.051345 10.0.0.41 - - [2025-09-18 02:20:13] "GET /projects?obj_uuids=c764da99-46e5-4c7a-ab9e-e4a153d6427c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001263 10.0.0.56 - - [2025-09-18 02:20:14] "GET /project/c764da99-46e5-4c7a-ab9e-e4a153d6427c?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.064945 10.0.0.41 - - [2025-09-18 02:20:14] "GET /projects?obj_uuids=c764da99-46e5-4c7a-ab9e-e4a153d6427c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001384 10.0.0.56 - - [2025-09-18 02:20:14] "GET /project/c764da99-46e5-4c7a-ab9e-e4a153d6427c?fields=security_groups HTTP/1.1" 200 1306 0.045178 10.0.0.56 - - [2025-09-18 02:20:15] "POST /fqname-to-id HTTP/1.1" 404 188 0.024856 10.0.0.41 - - [2025-09-18 02:20:15] "GET /projects?obj_uuids=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003155 10.0.0.41 - - [2025-09-18 02:20:15] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000827 10.0.0.41 - - [2025-09-18 02:20:15] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006385 10.0.0.41 - - [2025-09-18 02:20:15] "POST /id-to-fqname HTTP/1.1" 200 190 0.001105 10.0.0.41 - - [2025-09-18 02:20:15] "POST /fqname-to-id HTTP/1.1" 404 199 0.003838 10.0.0.41 - - [2025-09-18 02:20:15] "POST /security-groups HTTP/1.1" 200 591 0.077062 10.0.0.41 - - [2025-09-18 02:20:15] "POST /projects HTTP/1.1" 200 585 0.268285 10.0.0.41 - - [2025-09-18 02:20:15] "POST /access-control-lists HTTP/1.1" 200 596 0.034426 10.0.0.41 - - [2025-09-18 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.337946 10.0.0.56 - - [2025-09-18 02:20:15] "GET /project/b03bbb07-440f-46aa-8b3c-dc23f523e4a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.471176 10.0.0.56 - - [2025-09-18 02:20:16] "GET / HTTP/1.1" 200 35931 0.002012 10.0.0.56 - - [2025-09-18 02:20:18] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000553 10.0.0.56 - - [2025-09-18 02:20:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.029315 10.0.0.56 - - [2025-09-18 02:20:19] "POST /network-ipams HTTP/1.1" 200 513 0.031693 10.0.0.56 - - [2025-09-18 02:20:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003041 10.0.0.56 - - [2025-09-18 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.56 - - [2025-09-18 02:20:19] "GET /network-ipam/4b10ec31-68f8-4a0e-96e6-f07c7b67258e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1241 0.005899 10.0.0.56 - - [2025-09-18 02:20:19] "PUT /network-ipam/4b10ec31-68f8-4a0e-96e6-f07c7b67258e HTTP/1.1" 200 258 0.017117 10.0.0.56 - - [2025-09-18 02:20:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003625 10.0.0.56 - - [2025-09-18 02:20:19] "POST /network-ipams HTTP/1.1" 200 513 0.038579 10.0.0.56 - - [2025-09-18 02:20:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.006914 10.0.0.56 - - [2025-09-18 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.56 - - [2025-09-18 02:20:19] "GET /network-ipam/33a86424-0420-4bbf-8f92-c84304a65c3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1241 0.005678 10.0.0.56 - - [2025-09-18 02:20:19] "PUT /network-ipam/33a86424-0420-4bbf-8f92-c84304a65c3c HTTP/1.1" 200 258 0.030795 10.0.0.56 - - [2025-09-18 02:20:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.010184 10.0.0.56 - - [2025-09-18 02:20:20] "POST /network-ipams HTTP/1.1" 200 513 0.033105 10.0.0.56 - - [2025-09-18 02:20:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.005940 10.0.0.56 - - [2025-09-18 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.56 - - [2025-09-18 02:20:20] "GET /network-ipam/84bafcae-5fc8-4b0f-8864-9bd30ef0843c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1240 0.007481 10.0.0.56 - - [2025-09-18 02:20:20] "PUT /network-ipam/84bafcae-5fc8-4b0f-8864-9bd30ef0843c HTTP/1.1" 200 258 0.016382 10.0.0.56 - - [2025-09-18 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.41 - - [2025-09-18 02:20:21] "GET /projects?obj_uuids=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000908 10.0.0.56 - - [2025-09-18 02:20:21] "GET /project/b03bbb07-440f-46aa-8b3c-dc23f523e4a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.047752 10.0.0.41 - - [2025-09-18 02:20:21] "GET /projects?obj_uuids=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001514 10.0.0.41 - - [2025-09-18 02:20:21] "DELETE /access-control-list/7d01bee1-fd5d-467f-9b93-11a063763c1d HTTP/1.1" 200 115 0.035165 10.0.0.56 - - [2025-09-18 02:20:21] "POST /neutron/network HTTP/1.1" 200 607 0.204808 10.0.0.41 - - [2025-09-18 02:20:21] "POST /ref-update HTTP/1.1" 200 156 0.024497 10.0.0.56 - - [2025-09-18 02:20:21] "POST /id-to-fqname HTTP/1.1" 200 221 0.007082 10.0.0.56 - - [2025-09-18 02:20:21] "GET /virtual-network/a92ae5e3-6006-4ef5-bfd8-11e38ebc4430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005024 10.0.0.56 - - [2025-09-18 02:20:22] "POST /neutron/network HTTP/1.1" 200 825 0.008692 10.0.0.56 - - [2025-09-18 02:20:22] "GET /virtual-network/a92ae5e3-6006-4ef5-bfd8-11e38ebc4430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005377 10.0.0.56 - - [2025-09-18 02:20:22] "POST /neutron/network HTTP/1.1" 200 825 0.006662 10.0.0.56 - - [2025-09-18 02:20:22] "GET /virtual-network/a92ae5e3-6006-4ef5-bfd8-11e38ebc4430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005234 10.0.0.56 - - [2025-09-18 02:20:22] "GET /network-ipam/4b10ec31-68f8-4a0e-96e6-f07c7b67258e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1241 0.003648 10.0.0.56 - - [2025-09-18 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.41 - - [2025-09-18 02:20:22] "GET /projects?obj_uuids=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000921 10.0.0.56 - - [2025-09-18 02:20:22] "GET /project/b03bbb07-440f-46aa-8b3c-dc23f523e4a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.035669 10.0.0.41 - - [2025-09-18 02:20:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003449 10.0.0.56 - - [2025-09-18 02:20:22] "POST /neutron/subnet HTTP/1.1" 200 719 0.247510 10.0.0.56 - - [2025-09-18 02:20:22] "POST /id-to-fqname HTTP/1.1" 200 221 0.001269 10.0.0.56 - - [2025-09-18 02:20:22] "GET /virtual-network/2ad2a01d-d7b6-4e12-adcb-4997993990ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005674 10.0.0.56 - - [2025-09-18 02:20:22] "GET /virtual-network/2ad2a01d-d7b6-4e12-adcb-4997993990ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006800 10.0.0.56 - - [2025-09-18 02:20:22] "POST /neutron/network HTTP/1.1" 200 823 0.007871 10.0.0.56 - - [2025-09-18 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.41 - - [2025-09-18 02:20:22] "GET /projects?obj_uuids=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000945 10.0.0.56 - - [2025-09-18 02:20:22] "GET /project/b03bbb07-440f-46aa-8b3c-dc23f523e4a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.043292 10.0.0.41 - - [2025-09-18 02:20:23] "GET /projects?obj_uuids=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000969 10.0.0.56 - - [2025-09-18 02:20:23] "POST /neutron/network HTTP/1.1" 200 607 0.123741 10.0.0.41 - - [2025-09-18 02:20:23] "POST /route-targets HTTP/1.1" 200 327 0.012992 10.0.0.56 - - [2025-09-18 02:20:23] "POST /id-to-fqname HTTP/1.1" 200 221 0.003719 10.0.0.56 - - [2025-09-18 02:20:23] "GET /virtual-network/23968f89-2918-4066-b668-89810f52290e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006664 10.0.0.56 - - [2025-09-18 02:20:23] "POST /neutron/network HTTP/1.1" 200 826 0.005947 10.0.0.56 - - [2025-09-18 02:20:23] "GET /virtual-network/23968f89-2918-4066-b668-89810f52290e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005089 10.0.0.56 - - [2025-09-18 02:20:23] "GET /virtual-network/a92ae5e3-6006-4ef5-bfd8-11e38ebc4430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.021115 10.0.0.41 - - [2025-09-18 02:20:25] "GET /obj-perms HTTP/1.1" 200 5030 0.057631 10.0.0.56 - - [2025-09-18 02:20:25] "GET /virtual-network/2ad2a01d-d7b6-4e12-adcb-4997993990ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005840 10.0.0.56 - - [2025-09-18 02:20:25] "GET /obj-perms HTTP/1.1" 200 5030 0.047574 10.0.0.56 - - [2025-09-18 02:20:26] "GET /virtual-network/23968f89-2918-4066-b668-89810f52290e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005403 10.0.0.22 - - [2025-09-18 02:20:26] "GET /obj-perms HTTP/1.1" 200 5030 0.045677 10.0.0.56 - - [2025-09-18 02:20:26] "POST /fqname-to-id HTTP/1.1" 404 215 0.003116 10.0.0.56 - - [2025-09-18 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.41 - - [2025-09-18 02:20:26] "GET /projects?obj_uuids=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000972 10.0.0.56 - - [2025-09-18 02:20:26] "GET /project/b03bbb07-440f-46aa-8b3c-dc23f523e4a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.054313 10.0.0.56 - - [2025-09-18 02:20:26] "POST /network-policys HTTP/1.1" 200 553 0.032075 10.0.0.56 - - [2025-09-18 02:20:26] "GET /network-policy/5e49ca84-913d-48eb-8a15-9bd87d7855b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006598 10.0.0.56 - - [2025-09-18 02:20:26] "POST /fqname-to-id HTTP/1.1" 404 215 0.003038 10.0.0.56 - - [2025-09-18 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.41 - - [2025-09-18 02:20:27] "GET /projects?obj_uuids=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000893 10.0.0.56 - - [2025-09-18 02:20:27] "GET /project/b03bbb07-440f-46aa-8b3c-dc23f523e4a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.053787 10.0.0.56 - - [2025-09-18 02:20:27] "POST /network-policys HTTP/1.1" 200 553 0.035750 10.0.0.56 - - [2025-09-18 02:20:27] "GET /network-policy/da5fd964-4343-4727-a9ba-e8c0d7e6a58b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.008759 10.0.0.56 - - [2025-09-18 02:20:27] "POST /fqname-to-id HTTP/1.1" 404 215 0.003142 10.0.0.56 - - [2025-09-18 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.41 - - [2025-09-18 02:20:27] "GET /projects?obj_uuids=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000884 10.0.0.56 - - [2025-09-18 02:20:27] "GET /project/b03bbb07-440f-46aa-8b3c-dc23f523e4a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.053793 10.0.0.56 - - [2025-09-18 02:20:27] "POST /network-policys HTTP/1.1" 200 553 0.026495 10.0.0.56 - - [2025-09-18 02:20:27] "GET /network-policy/aba7bbc0-0a62-4eb9-baa5-96307c8a1744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.007823 10.0.0.56 - - [2025-09-18 02:20:27] "POST /ref-update HTTP/1.1" 200 156 0.079394 10.0.0.41 - - [2025-09-18 02:20:27] "POST /access-control-lists HTTP/1.1" 200 591 0.095370 10.0.0.56 - - [2025-09-18 02:20:27] "POST /ref-update HTTP/1.1" 200 156 0.114577 10.0.0.56 - - [2025-09-18 02:20:28] "POST /neutron/network HTTP/1.1" 200 823 0.007900 10.0.0.41 - - [2025-09-18 02:20:28] "POST /access-control-lists HTTP/1.1" 200 591 0.043436 10.0.0.56 - - [2025-09-18 02:20:28] "GET /virtual-network/2ad2a01d-d7b6-4e12-adcb-4997993990ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.016309 10.0.0.56 - - [2025-09-18 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005788 10.0.0.56 - - [2025-09-18 02:20:28] "GET /network-policy/da5fd964-4343-4727-a9ba-e8c0d7e6a58b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.004457 10.0.0.56 - - [2025-09-18 02:20:28] "POST /id-to-fqname HTTP/1.1" 200 221 0.001067 10.0.0.56 - - [2025-09-18 02:20:28] "POST /neutron/network HTTP/1.1" 200 1006 0.016587 10.0.0.41 - - [2025-09-18 02:20:29] "GET /projects?obj_uuids=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000919 10.0.0.56 - - [2025-09-18 02:20:29] "GET /project/b03bbb07-440f-46aa-8b3c-dc23f523e4a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.068999 10.0.0.56 - - [2025-09-18 02:20:29] "POST /neutron/port HTTP/1.1" 200 117 0.006530 10.0.0.56 - - [2025-09-18 02:20:29] "POST /id-to-fqname HTTP/1.1" 200 221 0.001106 10.0.0.56 - - [2025-09-18 02:20:30] "POST /neutron/network HTTP/1.1" 200 1006 0.006526 10.0.0.41 - - [2025-09-18 02:20:30] "GET /projects?obj_uuids=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000915 10.0.0.56 - - [2025-09-18 02:20:30] "GET /project/b03bbb07-440f-46aa-8b3c-dc23f523e4a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.107100 10.0.0.56 - - [2025-09-18 02:20:31] "POST /neutron/port HTTP/1.1" 200 1061 0.074969 10.0.0.56 - - [2025-09-18 02:20:31] "POST /neutron/port HTTP/1.1" 200 1089 0.026349 10.0.0.56 - - [2025-09-18 02:20:31] "POST /neutron/port HTTP/1.1" 200 1089 0.021552 10.0.0.56 - - [2025-09-18 02:20:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007491 10.0.0.56 - - [2025-09-18 02:20:31] "POST /id-to-fqname HTTP/1.1" 200 221 0.001300 10.0.0.56 - - [2025-09-18 02:20:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.019300 10.0.0.41 - - [2025-09-18 02:20:31] "GET /projects?obj_uuids=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000982 10.0.0.56 - - [2025-09-18 02:20:32] "POST /neutron/port HTTP/1.1" 200 1059 0.256449 10.0.0.56 - - [2025-09-18 02:20:32] "POST /neutron/port HTTP/1.1" 200 1113 0.132154 10.0.0.56 - - [2025-09-18 02:20:32] "POST /neutron/subnet HTTP/1.1" 200 693 0.009477 10.0.0.41 - - [2025-09-18 02:20:32] "GET /projects?obj_uuids=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000922 10.0.0.56 - - [2025-09-18 02:20:32] "GET /project/b03bbb07-440f-46aa-8b3c-dc23f523e4a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.070335 10.0.0.56 - - [2025-09-18 02:20:32] "POST /neutron/network HTTP/1.1" 200 826 0.033943 10.0.0.56 - - [2025-09-18 02:20:33] "POST /neutron/port HTTP/1.1" 200 117 0.005750 10.0.0.56 - - [2025-09-18 02:20:33] "POST /neutron/port HTTP/1.1" 200 1089 0.014943 10.0.0.56 - - [2025-09-18 02:20:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010470 10.0.0.41 - - [2025-09-18 02:20:33] "GET /projects?obj_uuids=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001213 10.0.0.56 - - [2025-09-18 02:20:33] "GET /virtual-machine/93ccf61c-07bc-4eb0-92d5-bfe3b9171d9e HTTP/1.1" 401 292 0.000348 10.0.0.56 - - [2025-09-18 02:20:33] "POST /neutron/port HTTP/1.1" 200 1062 0.295673 10.0.0.56 - - [2025-09-18 02:20:34] "POST /neutron/port HTTP/1.1" 200 1062 0.012414 10.0.0.56 - - [2025-09-18 02:20:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003768 10.0.0.56 - - [2025-09-18 02:20:34] "GET /virtual-machine/93ccf61c-07bc-4eb0-92d5-bfe3b9171d9e HTTP/1.1" 200 1293 0.033811 10.0.0.56 - - [2025-09-18 02:20:34] "GET /virtual-machine/93ccf61c-07bc-4eb0-92d5-bfe3b9171d9e HTTP/1.1" 200 1293 0.004908 10.0.0.56 - - [2025-09-18 02:20:34] "POST /neutron/network HTTP/1.1" 200 826 0.017049 10.0.0.56 - - [2025-09-18 02:20:34] "GET /virtual-machine-interface/9c2a22d3-c262-43c7-a213-2a3577b02bb6 HTTP/1.1" 200 2944 0.004572 10.0.0.56 - - [2025-09-18 02:20:34] "GET /virtual-machine/93ccf61c-07bc-4eb0-92d5-bfe3b9171d9e HTTP/1.1" 200 1293 0.003451 10.0.0.56 - - [2025-09-18 02:20:34] "GET /virtual-machine-interface/9c2a22d3-c262-43c7-a213-2a3577b02bb6 HTTP/1.1" 200 2944 0.006462 10.0.0.56 - - [2025-09-18 02:20:34] "GET /instance-ip/0017d59b-1c23-4f19-b741-81386562151e HTTP/1.1" 200 1619 0.005663 10.0.0.56 - - [2025-09-18 02:20:34] "GET /virtual-machine/93ccf61c-07bc-4eb0-92d5-bfe3b9171d9e HTTP/1.1" 200 1293 0.003340 10.0.0.56 - - [2025-09-18 02:20:34] "GET /virtual-machine-interface/9c2a22d3-c262-43c7-a213-2a3577b02bb6 HTTP/1.1" 200 2944 0.004533 10.0.0.56 - - [2025-09-18 02:20:34] "GET /instance-ip/0017d59b-1c23-4f19-b741-81386562151e HTTP/1.1" 200 1619 0.003895 10.0.0.56 - - [2025-09-18 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.56 - - [2025-09-18 02:20:34] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003437 10.0.0.56 - - [2025-09-18 02:20:34] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003026 10.0.0.56 - - [2025-09-18 02:20:34] "GET /virtual-network/a92ae5e3-6006-4ef5-bfd8-11e38ebc4430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005471 10.0.0.56 - - [2025-09-18 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.56 - - [2025-09-18 02:20:34] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004203 10.0.0.56 - - [2025-09-18 02:20:34] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002973 10.0.0.56 - - [2025-09-18 02:20:34] "GET /virtual-network/a92ae5e3-6006-4ef5-bfd8-11e38ebc4430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005550 10.0.0.56 - - [2025-09-18 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.56 - - [2025-09-18 02:20:34] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003545 10.0.0.56 - - [2025-09-18 02:20:34] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002819 10.0.0.56 - - [2025-09-18 02:20:34] "GET /virtual-network/a92ae5e3-6006-4ef5-bfd8-11e38ebc4430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005548 10.0.0.56 - - [2025-09-18 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.56 - - [2025-09-18 02:20:34] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004093 10.0.0.56 - - [2025-09-18 02:20:34] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002984 10.0.0.56 - - [2025-09-18 02:20:34] "GET /virtual-network/a92ae5e3-6006-4ef5-bfd8-11e38ebc4430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005485 10.0.0.56 - - [2025-09-18 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.56 - - [2025-09-18 02:20:34] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003811 10.0.0.56 - - [2025-09-18 02:20:35] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003443 10.0.0.56 - - [2025-09-18 02:20:35] "GET /virtual-network/a92ae5e3-6006-4ef5-bfd8-11e38ebc4430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005997 10.0.0.56 - - [2025-09-18 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.56 - - [2025-09-18 02:20:38] "GET /virtual-network/a92ae5e3-6006-4ef5-bfd8-11e38ebc4430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005493 10.0.0.56 - - [2025-09-18 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.56 - - [2025-09-18 02:20:42] "GET /virtual-network/a92ae5e3-6006-4ef5-bfd8-11e38ebc4430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005169 10.0.0.56 - - [2025-09-18 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.56 - - [2025-09-18 02:20:46] "GET /virtual-network/a92ae5e3-6006-4ef5-bfd8-11e38ebc4430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005178 10.0.0.56 - - [2025-09-18 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.56 - - [2025-09-18 02:20:50] "GET /virtual-network/a92ae5e3-6006-4ef5-bfd8-11e38ebc4430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006125 10.0.0.56 - - [2025-09-18 02:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.56 - - [2025-09-18 02:20:54] "GET /virtual-network/a92ae5e3-6006-4ef5-bfd8-11e38ebc4430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.014844 10.0.0.41 - - [2025-09-18 02:20:57] "DELETE /project/234e75a6c5384e0688799e71c5b6fe51 HTTP/1.1" 404 173 0.006951 10.0.0.41 - - [2025-09-18 02:20:57] "DELETE /project/c764da9946e54c7aab9ee4a153d6427c HTTP/1.1" 404 173 0.009390 10.0.0.41 - - [2025-09-18 02:20:57] "DELETE /project/b03bbb07440f46aa8b3cdc23f523e4a1 HTTP/1.1" 404 173 0.008513 10.0.0.41 - - [2025-09-18 02:20:57] "DELETE /project/234e75a6-c538-4e06-8879-9e71c5b6fe51 HTTP/1.1" 404 177 0.006901 10.0.0.41 - - [2025-09-18 02:20:57] "GET /projects?obj_uuids=c764da99-46e5-4c7a-ab9e-e4a153d6427c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000810 10.0.0.41 - - [2025-09-18 02:20:57] "GET /project/c764da99-46e5-4c7a-ab9e-e4a153d6427c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.048937 10.0.0.41 - - [2025-09-18 02:20:57] "GET /projects?obj_uuids=c764da99-46e5-4c7a-ab9e-e4a153d6427c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000814 10.0.0.41 - - [2025-09-18 02:20:57] "GET /project/c764da99-46e5-4c7a-ab9e-e4a153d6427c?fields=security_groups HTTP/1.1" 200 1411 0.036865 10.0.0.41 - - [2025-09-18 02:20:57] "DELETE /security-group/4c10d474-ca4a-4076-9a75-d9a5258cc5bb HTTP/1.1" 200 115 0.057235 10.0.0.41 - - [2025-09-18 02:20:57] "GET /projects?obj_uuids=c764da99-46e5-4c7a-ab9e-e4a153d6427c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000899 10.0.0.41 - - [2025-09-18 02:20:57] "DELETE /access-control-list/dab78214-217e-4f7e-80ac-b9b23fe64622 HTTP/1.1" 200 115 0.051039 10.0.0.41 - - [2025-09-18 02:20:57] "GET /project/c764da99-46e5-4c7a-ab9e-e4a153d6427c?fields=application_policy_sets HTTP/1.1" 200 1450 0.060509 10.0.0.41 - - [2025-09-18 02:20:57] "DELETE /project/c764da99-46e5-4c7a-ab9e-e4a153d6427c HTTP/1.1" 200 115 0.399845 10.0.0.56 - - [2025-09-18 02:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.56 - - [2025-09-18 02:20:58] "GET /virtual-network/a92ae5e3-6006-4ef5-bfd8-11e38ebc4430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005376 10.0.0.56 - - [2025-09-18 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.56 - - [2025-09-18 02:21:02] "GET /virtual-network/a92ae5e3-6006-4ef5-bfd8-11e38ebc4430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005384 10.0.0.56 - - [2025-09-18 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.56 - - [2025-09-18 02:21:06] "GET /virtual-network/a92ae5e3-6006-4ef5-bfd8-11e38ebc4430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005522 10.0.0.56 - - [2025-09-18 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.56 - - [2025-09-18 02:21:10] "GET /virtual-network/a92ae5e3-6006-4ef5-bfd8-11e38ebc4430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005117 10.0.0.56 - - [2025-09-18 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004766 10.0.0.56 - - [2025-09-18 02:21:14] "GET /virtual-network/a92ae5e3-6006-4ef5-bfd8-11e38ebc4430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005117 10.0.0.41 - - [2025-09-18 02:21:18] "GET /obj-perms HTTP/1.1" 200 5056 0.050528 10.0.0.56 - - [2025-09-18 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.56 - - [2025-09-18 02:21:19] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003738 10.0.0.56 - - [2025-09-18 02:21:19] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003191 10.0.0.56 - - [2025-09-18 02:21:19] "GET /virtual-network/a92ae5e3-6006-4ef5-bfd8-11e38ebc4430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006059 10.0.0.56 - - [2025-09-18 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.56 - - [2025-09-18 02:21:19] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004836 10.0.0.56 - - [2025-09-18 02:21:19] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003983 10.0.0.56 - - [2025-09-18 02:21:19] "GET /virtual-network/a92ae5e3-6006-4ef5-bfd8-11e38ebc4430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006074 10.0.0.56 - - [2025-09-18 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.56 - - [2025-09-18 02:21:19] "GET /routing-instance/3760a7f6-64c5-413b-ab90-c341bd08c1e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004657 10.0.0.56 - - [2025-09-18 02:21:19] "GET /route-target/72e023ae-eeee-4374-a857-5b226f0bfbe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003227 10.0.0.56 - - [2025-09-18 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.56 - - [2025-09-18 02:21:19] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004867 10.0.0.56 - - [2025-09-18 02:21:19] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003311 10.0.0.56 - - [2025-09-18 02:21:19] "GET /virtual-network/a92ae5e3-6006-4ef5-bfd8-11e38ebc4430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006037 10.0.0.56 - - [2025-09-18 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.56 - - [2025-09-18 02:21:19] "GET /routing-instance/3760a7f6-64c5-413b-ab90-c341bd08c1e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004041 10.0.0.56 - - [2025-09-18 02:21:19] "GET /route-target/72e023ae-eeee-4374-a857-5b226f0bfbe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003853 10.0.0.56 - - [2025-09-18 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.56 - - [2025-09-18 02:21:19] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003765 10.0.0.56 - - [2025-09-18 02:21:19] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003973 10.0.0.56 - - [2025-09-18 02:21:19] "GET /virtual-network/a92ae5e3-6006-4ef5-bfd8-11e38ebc4430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005913 10.0.0.56 - - [2025-09-18 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.56 - - [2025-09-18 02:21:20] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004169 10.0.0.56 - - [2025-09-18 02:21:20] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003319 10.0.0.56 - - [2025-09-18 02:21:20] "GET /virtual-network/a92ae5e3-6006-4ef5-bfd8-11e38ebc4430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005438 10.0.0.56 - - [2025-09-18 02:21:20] "GET /obj-perms HTTP/1.1" 200 5030 0.003578 10.0.0.41 - - [2025-09-18 02:21:20] "GET /obj-perms HTTP/1.1" 200 5030 0.003568 10.0.0.56 - - [2025-09-18 02:21:20] "GET /obj-perms HTTP/1.1" 200 5030 0.003903 10.0.0.41 - - [2025-09-18 02:21:20] "GET /obj-perms HTTP/1.1" 200 5030 0.005358 10.0.0.56 - - [2025-09-18 02:21:20] "POST /neutron/port HTTP/1.1" 200 1087 0.015816 10.0.0.56 - - [2025-09-18 02:21:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008740 10.0.0.56 - - [2025-09-18 02:21:20] "GET /virtual-machine/7f1d35e5-69a9-49a9-803f-538ee9484690 HTTP/1.1" 200 1291 0.006653 10.0.0.56 - - [2025-09-18 02:21:20] "GET /virtual-machine/7f1d35e5-69a9-49a9-803f-538ee9484690 HTTP/1.1" 200 1291 0.004952 10.0.0.56 - - [2025-09-18 02:21:20] "GET /virtual-machine-interface/2a5fe6b2-7d45-43c1-bcb5-4356ba441f4f HTTP/1.1" 200 2943 0.008024 10.0.0.56 - - [2025-09-18 02:21:20] "GET /virtual-machine/7f1d35e5-69a9-49a9-803f-538ee9484690 HTTP/1.1" 200 1291 0.003985 10.0.0.56 - - [2025-09-18 02:21:20] "GET /virtual-machine-interface/2a5fe6b2-7d45-43c1-bcb5-4356ba441f4f HTTP/1.1" 200 2943 0.006087 10.0.0.56 - - [2025-09-18 02:21:20] "GET /instance-ip/62205098-f172-42ab-859d-1b1be7ce0787 HTTP/1.1" 200 1619 0.006931 10.0.0.56 - - [2025-09-18 02:21:20] "GET /virtual-machine/7f1d35e5-69a9-49a9-803f-538ee9484690 HTTP/1.1" 200 1291 0.003962 10.0.0.56 - - [2025-09-18 02:21:20] "GET /virtual-machine-interface/2a5fe6b2-7d45-43c1-bcb5-4356ba441f4f HTTP/1.1" 200 2943 0.006325 10.0.0.56 - - [2025-09-18 02:21:20] "GET /instance-ip/62205098-f172-42ab-859d-1b1be7ce0787 HTTP/1.1" 200 1619 0.004816 10.0.0.56 - - [2025-09-18 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.56 - - [2025-09-18 02:21:20] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004124 10.0.0.56 - - [2025-09-18 02:21:20] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003363 10.0.0.56 - - [2025-09-18 02:21:20] "GET /virtual-network/2ad2a01d-d7b6-4e12-adcb-4997993990ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.005568 10.0.0.56 - - [2025-09-18 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212 10.0.0.56 - - [2025-09-18 02:21:21] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004326 10.0.0.56 - - [2025-09-18 02:21:21] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003178 10.0.0.56 - - [2025-09-18 02:21:21] "GET /virtual-network/2ad2a01d-d7b6-4e12-adcb-4997993990ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.005687 10.0.0.56 - - [2025-09-18 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.56 - - [2025-09-18 02:21:21] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003791 10.0.0.56 - - [2025-09-18 02:21:21] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003523 10.0.0.56 - - [2025-09-18 02:21:21] "GET /virtual-network/2ad2a01d-d7b6-4e12-adcb-4997993990ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.005856 10.0.0.56 - - [2025-09-18 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.56 - - [2025-09-18 02:21:21] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004641 10.0.0.56 - - [2025-09-18 02:21:21] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003476 10.0.0.56 - - [2025-09-18 02:21:21] "GET /virtual-network/2ad2a01d-d7b6-4e12-adcb-4997993990ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.009034 10.0.0.56 - - [2025-09-18 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.56 - - [2025-09-18 02:21:21] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004940 10.0.0.56 - - [2025-09-18 02:21:21] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003824 10.0.0.56 - - [2025-09-18 02:21:21] "POST /neutron/port HTTP/1.1" 200 1087 0.013349 10.0.0.56 - - [2025-09-18 02:21:21] "GET /virtual-network/2ad2a01d-d7b6-4e12-adcb-4997993990ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.005918 10.0.0.56 - - [2025-09-18 02:21:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004072 10.0.0.56 - - [2025-09-18 02:21:21] "POST /neutron/network HTTP/1.1" 200 915 0.006496 10.0.0.56 - - [2025-09-18 02:21:23] "POST /neutron/network HTTP/1.1" 200 1006 0.006856 10.0.0.56 - - [2025-09-18 02:21:23] "POST /neutron/port HTTP/1.1" 200 117 0.001052 10.0.0.56 - - [2025-09-18 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.56 - - [2025-09-18 02:21:24] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003754 10.0.0.56 - - [2025-09-18 02:21:24] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004477 10.0.0.56 - - [2025-09-18 02:21:24] "GET /virtual-network/2ad2a01d-d7b6-4e12-adcb-4997993990ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.005887 10.0.0.56 - - [2025-09-18 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004574 10.0.0.56 - - [2025-09-18 02:21:24] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004567 10.0.0.56 - - [2025-09-18 02:21:24] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003161 10.0.0.56 - - [2025-09-18 02:21:24] "GET /virtual-network/2ad2a01d-d7b6-4e12-adcb-4997993990ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.008546 10.0.0.56 - - [2025-09-18 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005838 10.0.0.56 - - [2025-09-18 02:21:25] "GET /routing-instance/59ca05fe-48bc-40df-9ade-65ced609924e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.005750 10.0.0.56 - - [2025-09-18 02:21:25] "GET /route-target/4f773917-d0d7-4e75-9630-4f9fd01e345f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004773 10.0.0.56 - - [2025-09-18 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.56 - - [2025-09-18 02:21:25] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005224 10.0.0.56 - - [2025-09-18 02:21:25] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003103 10.0.0.56 - - [2025-09-18 02:21:25] "GET /virtual-network/2ad2a01d-d7b6-4e12-adcb-4997993990ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.005547 10.0.0.56 - - [2025-09-18 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.56 - - [2025-09-18 02:21:25] "GET /routing-instance/59ca05fe-48bc-40df-9ade-65ced609924e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004621 10.0.0.56 - - [2025-09-18 02:21:25] "GET /route-target/4f773917-d0d7-4e75-9630-4f9fd01e345f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004212 10.0.0.56 - - [2025-09-18 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.56 - - [2025-09-18 02:21:25] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004322 10.0.0.56 - - [2025-09-18 02:21:25] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.010304 10.0.0.56 - - [2025-09-18 02:21:25] "GET /virtual-network/2ad2a01d-d7b6-4e12-adcb-4997993990ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.006262 10.0.0.56 - - [2025-09-18 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.56 - - [2025-09-18 02:21:25] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003669 10.0.0.56 - - [2025-09-18 02:21:25] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003585 10.0.0.56 - - [2025-09-18 02:21:25] "GET /virtual-network/2ad2a01d-d7b6-4e12-adcb-4997993990ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.005550 10.0.0.56 - - [2025-09-18 02:21:25] "GET /obj-perms HTTP/1.1" 200 5030 0.003625 10.0.0.56 - - [2025-09-18 02:21:25] "GET /obj-perms HTTP/1.1" 200 5030 0.007114 10.0.0.41 - - [2025-09-18 02:21:25] "GET /obj-perms HTTP/1.1" 200 5030 0.003777 10.0.0.56 - - [2025-09-18 02:21:25] "GET /obj-perms HTTP/1.1" 200 5030 0.004238 10.0.0.22 - - [2025-09-18 02:21:25] "GET /obj-perms HTTP/1.1" 200 5030 0.005383 10.0.0.41 - - [2025-09-18 02:21:25] "GET /obj-perms HTTP/1.1" 200 5030 0.003999 10.0.0.56 - - [2025-09-18 02:21:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009547 10.0.0.56 - - [2025-09-18 02:21:26] "POST /neutron/port HTTP/1.1" 200 1090 0.018140 10.0.0.56 - - [2025-09-18 02:21:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006722 10.0.0.56 - - [2025-09-18 02:21:26] "GET /virtual-machine/5eda889f-a20a-4a8c-a28d-0a407957b887 HTTP/1.1" 200 1292 0.005688 10.0.0.56 - - [2025-09-18 02:21:26] "GET /virtual-machine/5eda889f-a20a-4a8c-a28d-0a407957b887 HTTP/1.1" 200 1292 0.003203 10.0.0.56 - - [2025-09-18 02:21:26] "GET /virtual-machine-interface/9ac19125-07f9-4121-8daf-796219e97f3a HTTP/1.1" 200 2944 0.005396 10.0.0.56 - - [2025-09-18 02:21:26] "GET /virtual-machine/5eda889f-a20a-4a8c-a28d-0a407957b887 HTTP/1.1" 200 1292 0.003699 10.0.0.56 - - [2025-09-18 02:21:26] "GET /virtual-machine-interface/9ac19125-07f9-4121-8daf-796219e97f3a HTTP/1.1" 200 2944 0.005587 10.0.0.56 - - [2025-09-18 02:21:26] "GET /instance-ip/b7656cda-97c6-4b5d-912e-cd0bf2076d54 HTTP/1.1" 200 1624 0.005860 10.0.0.56 - - [2025-09-18 02:21:26] "GET /virtual-machine/5eda889f-a20a-4a8c-a28d-0a407957b887 HTTP/1.1" 200 1292 0.004066 10.0.0.56 - - [2025-09-18 02:21:26] "GET /virtual-machine-interface/9ac19125-07f9-4121-8daf-796219e97f3a HTTP/1.1" 200 2944 0.007763 10.0.0.56 - - [2025-09-18 02:21:26] "GET /instance-ip/b7656cda-97c6-4b5d-912e-cd0bf2076d54 HTTP/1.1" 200 1624 0.004859 10.0.0.56 - - [2025-09-18 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.56 - - [2025-09-18 02:21:26] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003817 10.0.0.56 - - [2025-09-18 02:21:26] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003262 10.0.0.56 - - [2025-09-18 02:21:26] "GET /virtual-network/23968f89-2918-4066-b668-89810f52290e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005594 10.0.0.56 - - [2025-09-18 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.56 - - [2025-09-18 02:21:26] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004554 10.0.0.56 - - [2025-09-18 02:21:26] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004875 10.0.0.56 - - [2025-09-18 02:21:26] "GET /virtual-network/23968f89-2918-4066-b668-89810f52290e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006993 10.0.0.56 - - [2025-09-18 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.56 - - [2025-09-18 02:21:26] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004175 10.0.0.56 - - [2025-09-18 02:21:26] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003250 10.0.0.56 - - [2025-09-18 02:21:26] "GET /virtual-network/23968f89-2918-4066-b668-89810f52290e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005764 10.0.0.56 - - [2025-09-18 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.56 - - [2025-09-18 02:21:26] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005175 10.0.0.56 - - [2025-09-18 02:21:26] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002908 10.0.0.56 - - [2025-09-18 02:21:26] "GET /virtual-network/23968f89-2918-4066-b668-89810f52290e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005783 10.0.0.56 - - [2025-09-18 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.56 - - [2025-09-18 02:21:26] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004227 10.0.0.56 - - [2025-09-18 02:21:26] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003997 10.0.0.56 - - [2025-09-18 02:21:26] "GET /virtual-network/23968f89-2918-4066-b668-89810f52290e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005565 10.0.0.56 - - [2025-09-18 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.56 - - [2025-09-18 02:21:28] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003594 10.0.0.56 - - [2025-09-18 02:21:28] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003079 10.0.0.56 - - [2025-09-18 02:21:28] "GET /virtual-network/23968f89-2918-4066-b668-89810f52290e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005309 10.0.0.56 - - [2025-09-18 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.56 - - [2025-09-18 02:21:28] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003952 10.0.0.56 - - [2025-09-18 02:21:28] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002834 10.0.0.56 - - [2025-09-18 02:21:28] "GET /virtual-network/23968f89-2918-4066-b668-89810f52290e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005715 10.0.0.56 - - [2025-09-18 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006187 10.0.0.56 - - [2025-09-18 02:21:28] "GET /routing-instance/5f587d56-e705-4116-807f-b8293c8da972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.006259 10.0.0.56 - - [2025-09-18 02:21:28] "GET /route-target/2b6bd9ea-c3f0-4a24-a43f-f860fb195bb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004826 10.0.0.56 - - [2025-09-18 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.56 - - [2025-09-18 02:21:28] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004434 10.0.0.56 - - [2025-09-18 02:21:28] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003420 10.0.0.56 - - [2025-09-18 02:21:28] "GET /virtual-network/23968f89-2918-4066-b668-89810f52290e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005716 10.0.0.56 - - [2025-09-18 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.56 - - [2025-09-18 02:21:28] "GET /routing-instance/5f587d56-e705-4116-807f-b8293c8da972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.004340 10.0.0.56 - - [2025-09-18 02:21:28] "GET /route-target/2b6bd9ea-c3f0-4a24-a43f-f860fb195bb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003832 10.0.0.56 - - [2025-09-18 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.56 - - [2025-09-18 02:21:28] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.015248 10.0.0.56 - - [2025-09-18 02:21:28] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003339 10.0.0.56 - - [2025-09-18 02:21:28] "GET /virtual-network/23968f89-2918-4066-b668-89810f52290e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005868 10.0.0.56 - - [2025-09-18 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.56 - - [2025-09-18 02:21:28] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003700 10.0.0.56 - - [2025-09-18 02:21:28] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003588 10.0.0.56 - - [2025-09-18 02:21:29] "GET /virtual-network/23968f89-2918-4066-b668-89810f52290e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005542 10.0.0.56 - - [2025-09-18 02:21:29] "GET /obj-perms HTTP/1.1" 200 5030 0.003848 10.0.0.41 - - [2025-09-18 02:21:29] "GET /obj-perms HTTP/1.1" 200 5030 0.004149 10.0.0.56 - - [2025-09-18 02:21:29] "GET /obj-perms HTTP/1.1" 200 5030 0.003801 10.0.0.41 - - [2025-09-18 02:21:29] "GET /obj-perms HTTP/1.1" 200 5030 0.003375 10.0.0.56 - - [2025-09-18 02:21:29] "GET /virtual-machine/93ccf61c-07bc-4eb0-92d5-bfe3b9171d9e HTTP/1.1" 200 1293 0.004088 10.0.0.56 - - [2025-09-18 02:21:29] "GET /virtual-machine-interface/9c2a22d3-c262-43c7-a213-2a3577b02bb6 HTTP/1.1" 200 2944 0.007292 10.0.0.56 - - [2025-09-18 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.56 - - [2025-09-18 02:21:29] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004990 10.0.0.56 - - [2025-09-18 02:21:29] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004310 10.0.0.56 - - [2025-09-18 02:21:29] "GET /virtual-network/a92ae5e3-6006-4ef5-bfd8-11e38ebc4430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006041 10.0.0.56 - - [2025-09-18 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.56 - - [2025-09-18 02:21:30] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003734 10.0.0.56 - - [2025-09-18 02:21:30] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002801 10.0.0.56 - - [2025-09-18 02:21:30] "GET /virtual-network/a92ae5e3-6006-4ef5-bfd8-11e38ebc4430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005970 10.0.0.56 - - [2025-09-18 02:21:30] "POST /neutron/port HTTP/1.1" 200 1089 0.014543 10.0.0.56 - - [2025-09-18 02:21:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.034470 10.0.0.56 - - [2025-09-18 02:21:35] "POST /neutron/port HTTP/1.1" 200 1089 0.014313 10.0.0.56 - - [2025-09-18 02:21:41] "GET /virtual-machine/7f1d35e5-69a9-49a9-803f-538ee9484690 HTTP/1.1" 200 1291 0.004521 10.0.0.56 - - [2025-09-18 02:21:41] "GET /virtual-machine-interface/2a5fe6b2-7d45-43c1-bcb5-4356ba441f4f HTTP/1.1" 200 2943 0.005536 10.0.0.56 - - [2025-09-18 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.56 - - [2025-09-18 02:21:41] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004631 10.0.0.56 - - [2025-09-18 02:21:41] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004349 10.0.0.56 - - [2025-09-18 02:21:41] "GET /virtual-network/2ad2a01d-d7b6-4e12-adcb-4997993990ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.005259 10.0.0.56 - - [2025-09-18 02:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.56 - - [2025-09-18 02:21:42] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003601 10.0.0.56 - - [2025-09-18 02:21:42] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002869 10.0.0.56 - - [2025-09-18 02:21:42] "GET /virtual-network/2ad2a01d-d7b6-4e12-adcb-4997993990ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.006069 10.0.0.56 - - [2025-09-18 02:21:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006955 10.0.0.56 - - [2025-09-18 02:21:47] "GET /virtual-machine/5eda889f-a20a-4a8c-a28d-0a407957b887 HTTP/1.1" 200 1292 0.004335 10.0.0.56 - - [2025-09-18 02:21:47] "GET /virtual-machine-interface/9ac19125-07f9-4121-8daf-796219e97f3a HTTP/1.1" 200 2944 0.005761 10.0.0.56 - - [2025-09-18 02:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.56 - - [2025-09-18 02:21:47] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003527 10.0.0.56 - - [2025-09-18 02:21:47] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002903 10.0.0.56 - - [2025-09-18 02:21:47] "GET /virtual-network/23968f89-2918-4066-b668-89810f52290e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005549 10.0.0.56 - - [2025-09-18 02:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.56 - - [2025-09-18 02:21:48] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004066 10.0.0.56 - - [2025-09-18 02:21:48] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003136 10.0.0.56 - - [2025-09-18 02:21:48] "GET /virtual-network/23968f89-2918-4066-b668-89810f52290e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005846 10.0.0.22 - - [2025-09-18 02:21:58] "GET /global-system-configs HTTP/1.1" 200 322 0.033522 10.0.0.41 - - [2025-09-18 02:21:59] "GET /global-system-configs HTTP/1.1" 200 322 0.107702 10.0.0.56 - - [2025-09-18 02:21:59] "GET /obj-perms HTTP/1.1" 200 5056 0.138677 10.0.0.22 - - [2025-09-18 02:21:59] "GET /obj-perms HTTP/1.1" 200 5056 0.153303 10.0.0.41 - - [2025-09-18 02:21:59] "GET /global-system-configs HTTP/1.1" 200 322 0.048589 10.0.0.22 - - [2025-09-18 02:21:59] "GET /global-system-configs HTTP/1.1" 200 322 0.082153 10.0.0.41 - - [2025-09-18 02:22:00] "GET /obj-perms HTTP/1.1" 200 5056 0.306948 10.0.0.56 - - [2025-09-18 02:22:01] "GET /global-system-configs HTTP/1.1" 200 322 0.074723 10.0.0.56 - - [2025-09-18 02:22:01] "GET /obj-perms HTTP/1.1" 200 5056 0.173702 10.0.0.22 - - [2025-09-18 02:22:01] "GET /obj-perms HTTP/1.1" 200 5056 0.221254 10.0.0.56 - - [2025-09-18 02:22:02] "GET /global-system-configs HTTP/1.1" 200 322 0.073887 10.0.0.41 - - [2025-09-18 02:22:02] "GET /obj-perms HTTP/1.1" 200 5056 0.156730 10.0.0.56 - - [2025-09-18 02:22:08] "GET /virtual-machine/5eda889f-a20a-4a8c-a28d-0a407957b887 HTTP/1.1" 200 1292 0.004421 10.0.0.56 - - [2025-09-18 02:22:09] "POST /neutron/port HTTP/1.1" 200 151 0.172069 10.0.0.56 - - [2025-09-18 02:22:10] "GET /virtual-machine/5eda889f-a20a-4a8c-a28d-0a407957b887 HTTP/1.1" 404 171 0.004828 10.0.0.56 - - [2025-09-18 02:22:10] "GET /virtual-machine/5eda889f-a20a-4a8c-a28d-0a407957b887 HTTP/1.1" 404 171 0.002908 10.0.0.56 - - [2025-09-18 02:22:10] "GET /virtual-machine/5eda889f-a20a-4a8c-a28d-0a407957b887 HTTP/1.1" 404 171 0.002733 10.0.0.56 - - [2025-09-18 02:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.56 - - [2025-09-18 02:22:10] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003471 10.0.0.56 - - [2025-09-18 02:22:10] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002888 10.0.0.56 - - [2025-09-18 02:22:11] "GET /virtual-network/23968f89-2918-4066-b668-89810f52290e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005845 10.0.0.56 - - [2025-09-18 02:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.56 - - [2025-09-18 02:22:11] "GET /routing-instance/5f587d56-e705-4116-807f-b8293c8da972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.004922 10.0.0.56 - - [2025-09-18 02:22:11] "GET /route-target/2b6bd9ea-c3f0-4a24-a43f-f860fb195bb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004441 10.0.0.56 - - [2025-09-18 02:22:14] "GET /obj-perms HTTP/1.1" 200 5030 0.003632 10.0.0.41 - - [2025-09-18 02:22:17] "GET /obj-perms HTTP/1.1" 200 5030 0.004084 10.0.0.56 - - [2025-09-18 02:22:20] "GET /obj-perms HTTP/1.1" 200 5030 0.003924 10.0.0.56 - - [2025-09-18 02:22:23] "POST /neutron/network HTTP/1.1" 200 925 0.006831 10.0.0.56 - - [2025-09-18 02:22:23] "POST /neutron/port HTTP/1.1" 200 117 0.001481 10.0.0.41 - - [2025-09-18 02:22:26] "GET /obj-perms HTTP/1.1" 200 5030 0.003901 10.0.0.56 - - [2025-09-18 02:22:26] "GET /obj-perms HTTP/1.1" 200 5030 0.003802 10.0.0.22 - - [2025-09-18 02:22:26] "GET /obj-perms HTTP/1.1" 200 5030 0.003638 10.0.0.56 - - [2025-09-18 02:22:26] "GET /virtual-machine/7f1d35e5-69a9-49a9-803f-538ee9484690 HTTP/1.1" 200 1291 0.004329 10.0.0.56 - - [2025-09-18 02:22:27] "POST /neutron/port HTTP/1.1" 200 1113 0.018135 10.0.0.56 - - [2025-09-18 02:22:28] "GET /virtual-machine/7f1d35e5-69a9-49a9-803f-538ee9484690 HTTP/1.1" 404 171 0.002950 10.0.0.56 - - [2025-09-18 02:22:28] "GET /virtual-machine/7f1d35e5-69a9-49a9-803f-538ee9484690 HTTP/1.1" 404 171 0.003098 10.0.0.56 - - [2025-09-18 02:22:28] "GET /virtual-machine/7f1d35e5-69a9-49a9-803f-538ee9484690 HTTP/1.1" 404 171 0.002936 10.0.0.56 - - [2025-09-18 02:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.56 - - [2025-09-18 02:22:29] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003506 10.0.0.56 - - [2025-09-18 02:22:29] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002650 10.0.0.56 - - [2025-09-18 02:22:29] "GET /virtual-network/2ad2a01d-d7b6-4e12-adcb-4997993990ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.005756 10.0.0.56 - - [2025-09-18 02:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.56 - - [2025-09-18 02:22:29] "GET /routing-instance/59ca05fe-48bc-40df-9ade-65ced609924e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004144 10.0.0.56 - - [2025-09-18 02:22:29] "GET /route-target/4f773917-d0d7-4e75-9630-4f9fd01e345f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003197 10.0.0.56 - - [2025-09-18 02:22:32] "GET /obj-perms HTTP/1.1" 200 5030 0.003940 10.0.0.41 - - [2025-09-18 02:22:32] "GET /obj-perms HTTP/1.1" 200 5030 0.004792 10.0.0.56 - - [2025-09-18 02:22:41] "GET /obj-perms HTTP/1.1" 200 5030 0.004148 10.0.0.41 - - [2025-09-18 02:22:41] "GET /obj-perms HTTP/1.1" 200 5030 0.003881 10.0.0.56 - - [2025-09-18 02:22:50] "GET /obj-perms HTTP/1.1" 200 5030 0.003874 10.0.0.41 - - [2025-09-18 02:22:50] "GET /obj-perms HTTP/1.1" 200 5030 0.003630 10.0.0.56 - - [2025-09-18 02:22:56] "GET /obj-perms HTTP/1.1" 200 5030 0.003774 10.0.0.41 - - [2025-09-18 02:22:56] "GET /obj-perms HTTP/1.1" 200 5030 0.003810 10.0.0.56 - - [2025-09-18 02:22:57] "GET /virtual-machine/93ccf61c-07bc-4eb0-92d5-bfe3b9171d9e HTTP/1.1" 200 1293 0.004065 10.0.0.56 - - [2025-09-18 02:22:57] "POST /neutron/port HTTP/1.1" 200 1115 0.010466 10.0.0.56 - - [2025-09-18 02:22:59] "GET /virtual-machine/93ccf61c-07bc-4eb0-92d5-bfe3b9171d9e HTTP/1.1" 404 171 0.003352 10.0.0.56 - - [2025-09-18 02:22:59] "GET /virtual-machine/93ccf61c-07bc-4eb0-92d5-bfe3b9171d9e HTTP/1.1" 404 171 0.002819 10.0.0.56 - - [2025-09-18 02:22:59] "GET /virtual-machine/93ccf61c-07bc-4eb0-92d5-bfe3b9171d9e HTTP/1.1" 404 171 0.002966 10.0.0.56 - - [2025-09-18 02:22:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.56 - - [2025-09-18 02:22:59] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004123 10.0.0.56 - - [2025-09-18 02:22:59] "GET /virtual-networks?parent_id=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002703 10.0.0.56 - - [2025-09-18 02:22:59] "GET /virtual-network/a92ae5e3-6006-4ef5-bfd8-11e38ebc4430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005762 10.0.0.56 - - [2025-09-18 02:22:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.56 - - [2025-09-18 02:22:59] "GET /routing-instance/3760a7f6-64c5-413b-ab90-c341bd08c1e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004019 10.0.0.56 - - [2025-09-18 02:22:59] "GET /route-target/72e023ae-eeee-4374-a857-5b226f0bfbe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004022 10.0.0.56 - - [2025-09-18 02:23:02] "GET /obj-perms HTTP/1.1" 200 5030 0.003769 10.0.0.41 - - [2025-09-18 02:23:05] "GET /obj-perms HTTP/1.1" 200 5030 0.004009 10.0.0.56 - - [2025-09-18 02:23:11] "GET /obj-perms HTTP/1.1" 200 5030 0.004398 10.0.0.41 - - [2025-09-18 02:23:14] "GET /obj-perms HTTP/1.1" 200 5030 0.003716 10.0.0.56 - - [2025-09-18 02:23:20] "GET /obj-perms HTTP/1.1" 200 5056 0.057024 10.0.0.41 - - [2025-09-18 02:23:20] "GET /obj-perms HTTP/1.1" 200 5030 0.003963 10.0.0.56 - - [2025-09-18 02:23:24] "GET /obj-perms HTTP/1.1" 200 5030 0.004002 10.0.0.56 - - [2025-09-18 02:23:24] "GET /virtual-network/2ad2a01d-d7b6-4e12-adcb-4997993990ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.005717 10.0.0.56 - - [2025-09-18 02:23:24] "POST /neutron/network HTTP/1.1" 200 823 0.090813 10.0.0.56 - - [2025-09-18 02:23:24] "GET /virtual-network/2ad2a01d-d7b6-4e12-adcb-4997993990ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006276 10.0.0.41 - - [2025-09-18 02:23:24] "POST /ref-update HTTP/1.1" 200 156 0.026618 10.0.0.56 - - [2025-09-18 02:23:24] "POST /ref-update HTTP/1.1" 200 156 0.050240 10.0.0.56 - - [2025-09-18 02:23:24] "POST /ref-update HTTP/1.1" 200 156 0.056050 10.0.0.56 - - [2025-09-18 02:23:24] "DELETE /network-policy/aba7bbc0-0a62-4eb9-baa5-96307c8a1744 HTTP/1.1" 200 115 0.034167 10.0.0.56 - - [2025-09-18 02:23:24] "DELETE /network-policy/da5fd964-4343-4727-a9ba-e8c0d7e6a58b HTTP/1.1" 200 115 0.035520 10.0.0.56 - - [2025-09-18 02:23:24] "DELETE /network-policy/5e49ca84-913d-48eb-8a15-9bd87d7855b7 HTTP/1.1" 200 115 0.043215 10.0.0.41 - - [2025-09-18 02:23:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002642 10.0.0.41 - - [2025-09-18 02:23:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003276 10.0.0.56 - - [2025-09-18 02:23:25] "POST /neutron/network HTTP/1.1" 200 151 0.185357 10.0.0.41 - - [2025-09-18 02:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.41 - - [2025-09-18 02:23:25] "DELETE /route-target/4f773917-d0d7-4e75-9630-4f9fd01e345f HTTP/1.1" 200 115 0.027623 10.0.0.56 - - [2025-09-18 02:23:25] "POST /neutron/network HTTP/1.1" 200 825 0.012481 10.0.0.56 - - [2025-09-18 02:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.56 - - [2025-09-18 02:23:26] "DELETE /network-ipam/84bafcae-5fc8-4b0f-8864-9bd30ef0843c HTTP/1.1" 200 115 0.038711 10.0.0.56 - - [2025-09-18 02:23:26] "POST /fqname-to-id HTTP/1.1" 404 197 0.005370 10.0.0.56 - - [2025-09-18 02:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.56 - - [2025-09-18 02:23:26] "DELETE /network-ipam/33a86424-0420-4bbf-8f92-c84304a65c3c HTTP/1.1" 200 115 0.036610 10.0.0.56 - - [2025-09-18 02:23:26] "POST /fqname-to-id HTTP/1.1" 404 197 0.003256 10.0.0.56 - - [2025-09-18 02:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.008734 10.0.0.56 - - [2025-09-18 02:23:26] "DELETE /network-ipam/4b10ec31-68f8-4a0e-96e6-f07c7b67258e HTTP/1.1" 200 115 0.041609 10.0.0.56 - - [2025-09-18 02:23:26] "POST /fqname-to-id HTTP/1.1" 404 197 0.003919 10.0.0.41 - - [2025-09-18 02:23:28] "GET /projects?obj_uuids=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.042697 10.0.0.56 - - [2025-09-18 02:23:28] "GET /project/b03bbb07-440f-46aa-8b3c-dc23f523e4a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.131772 10.0.0.41 - - [2025-09-18 02:23:28] "GET /projects?obj_uuids=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001085 10.0.0.56 - - [2025-09-18 02:23:28] "GET /project/b03bbb07-440f-46aa-8b3c-dc23f523e4a1?fields=virtual_networks HTTP/1.1" 200 1032 0.045706 10.0.0.41 - - [2025-09-18 02:23:28] "GET /projects?obj_uuids=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000964 10.0.0.56 - - [2025-09-18 02:23:28] "GET /project/b03bbb07-440f-46aa-8b3c-dc23f523e4a1?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.087752 10.0.0.41 - - [2025-09-18 02:23:28] "GET /projects?obj_uuids=b03bbb07-440f-46aa-8b3c-dc23f523e4a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000937 10.0.0.56 - - [2025-09-18 02:23:28] "GET /project/b03bbb07-440f-46aa-8b3c-dc23f523e4a1?fields=security_groups HTTP/1.1" 200 1258 0.036393 10.0.0.56 - - [2025-09-18 02:23:29] "POST /fqname-to-id HTTP/1.1" 404 194 0.027923 10.0.0.41 - - [2025-09-18 02:23:29] "GET /projects?obj_uuids=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003357 10.0.0.41 - - [2025-09-18 02:23:29] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001377 10.0.0.41 - - [2025-09-18 02:23:29] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.034828 10.0.0.41 - - [2025-09-18 02:23:29] "POST /id-to-fqname HTTP/1.1" 200 196 0.001102 10.0.0.41 - - [2025-09-18 02:23:29] "POST /fqname-to-id HTTP/1.1" 404 205 0.003608 10.0.0.41 - - [2025-09-18 02:23:29] "POST /security-groups HTTP/1.1" 200 597 0.028609 10.0.0.41 - - [2025-09-18 02:23:29] "POST /projects HTTP/1.1" 200 597 0.225307 10.0.0.41 - - [2025-09-18 02:23:29] "POST /fqname-to-id HTTP/1.1" 404 240 0.028309 10.0.0.41 - - [2025-09-18 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.304640 10.0.0.56 - - [2025-09-18 02:23:30] "GET /project/e601b0f9-01b7-41d9-90b6-608b9b52c59b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.485973 10.0.0.41 - - [2025-09-18 02:23:30] "POST /access-control-lists HTTP/1.1" 200 600 0.065546 10.0.0.56 - - [2025-09-18 02:23:31] "GET / HTTP/1.1" 200 35931 0.001687 10.0.0.56 - - [2025-09-18 02:23:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000416 10.0.0.56 - - [2025-09-18 02:23:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.052592 10.0.0.56 - - [2025-09-18 02:23:34] "POST /network-ipams HTTP/1.1" 200 519 0.027964 10.0.0.56 - - [2025-09-18 02:23:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.004030 10.0.0.56 - - [2025-09-18 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.56 - - [2025-09-18 02:23:34] "GET /network-ipam/f01f0b4c-1730-4e53-8a33-c03da0a74ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1253 0.006005 10.0.0.56 - - [2025-09-18 02:23:35] "PUT /network-ipam/f01f0b4c-1730-4e53-8a33-c03da0a74ec4 HTTP/1.1" 200 258 0.017447 10.0.0.56 - - [2025-09-18 02:23:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.004154 10.0.0.56 - - [2025-09-18 02:23:35] "POST /network-ipams HTTP/1.1" 200 519 0.033314 10.0.0.56 - - [2025-09-18 02:23:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.004247 10.0.0.56 - - [2025-09-18 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004432 10.0.0.56 - - [2025-09-18 02:23:35] "GET /network-ipam/3136c97b-a67d-4f86-9c5b-8d4df7801079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1253 0.006895 10.0.0.56 - - [2025-09-18 02:23:35] "PUT /network-ipam/3136c97b-a67d-4f86-9c5b-8d4df7801079 HTTP/1.1" 200 258 0.015398 10.0.0.56 - - [2025-09-18 02:23:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003253 10.0.0.56 - - [2025-09-18 02:23:35] "POST /network-ipams HTTP/1.1" 200 519 0.028346 10.0.0.56 - - [2025-09-18 02:23:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.007181 10.0.0.56 - - [2025-09-18 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.56 - - [2025-09-18 02:23:35] "GET /network-ipam/bfa59dc2-cb3a-43ac-9e8c-b81e0ebc7ca1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.006997 10.0.0.56 - - [2025-09-18 02:23:35] "PUT /network-ipam/bfa59dc2-cb3a-43ac-9e8c-b81e0ebc7ca1 HTTP/1.1" 200 258 0.015826 10.0.0.56 - - [2025-09-18 02:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.41 - - [2025-09-18 02:23:36] "GET /projects?obj_uuids=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000904 10.0.0.56 - - [2025-09-18 02:23:36] "GET /project/e601b0f9-01b7-41d9-90b6-608b9b52c59b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.045773 10.0.0.41 - - [2025-09-18 02:23:36] "GET /projects?obj_uuids=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001273 10.0.0.56 - - [2025-09-18 02:23:36] "POST /neutron/network HTTP/1.1" 200 613 0.159204 10.0.0.56 - - [2025-09-18 02:23:37] "POST /neutron/network HTTP/1.1" 200 1014 0.012606 10.0.0.56 - - [2025-09-18 02:23:37] "POST /id-to-fqname HTTP/1.1" 200 227 0.001152 10.0.0.56 - - [2025-09-18 02:23:37] "GET /virtual-network/3cc60f52-3645-4b40-8ada-e94cf2e804a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005461 10.0.0.56 - - [2025-09-18 02:23:37] "GET /virtual-network/3cc60f52-3645-4b40-8ada-e94cf2e804a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005461 10.0.0.56 - - [2025-09-18 02:23:37] "POST /neutron/subnet HTTP/1.1" 200 729 0.008612 10.0.0.56 - - [2025-09-18 02:23:37] "GET /virtual-network/3cc60f52-3645-4b40-8ada-e94cf2e804a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005509 10.0.0.56 - - [2025-09-18 02:23:37] "GET /network-ipam/f01f0b4c-1730-4e53-8a33-c03da0a74ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1253 0.003714 10.0.0.56 - - [2025-09-18 02:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.41 - - [2025-09-18 02:23:37] "GET /projects?obj_uuids=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000920 10.0.0.56 - - [2025-09-18 02:23:37] "GET /project/e601b0f9-01b7-41d9-90b6-608b9b52c59b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.049986 10.0.0.56 - - [2025-09-18 02:23:37] "POST /neutron/network HTTP/1.1" 200 117 0.013518 10.0.0.41 - - [2025-09-18 02:23:38] "POST /route-targets HTTP/1.1" 200 327 0.011845 10.0.0.41 - - [2025-09-18 02:23:38] "POST /useragent-kv HTTP/1.1" 200 115 0.010939 10.0.0.41 - - [2025-09-18 02:23:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.055104 10.0.0.56 - - [2025-09-18 02:23:38] "POST /neutron/subnet HTTP/1.1" 200 818 0.179369 10.0.0.56 - - [2025-09-18 02:23:38] "POST /id-to-fqname HTTP/1.1" 200 227 0.001409 10.0.0.56 - - [2025-09-18 02:23:38] "GET /virtual-network/6165aac9-1e95-4988-af77-f62457159139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006942 10.0.0.56 - - [2025-09-18 02:23:38] "GET /virtual-network/6165aac9-1e95-4988-af77-f62457159139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005328 10.0.0.56 - - [2025-09-18 02:23:38] "POST /neutron/network HTTP/1.1" 200 1010 0.011567 10.0.0.56 - - [2025-09-18 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.41 - - [2025-09-18 02:23:38] "GET /projects?obj_uuids=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000909 10.0.0.56 - - [2025-09-18 02:23:38] "GET /project/e601b0f9-01b7-41d9-90b6-608b9b52c59b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.050106 10.0.0.56 - - [2025-09-18 02:23:38] "POST /neutron/network HTTP/1.1" 200 117 0.011864 10.0.0.41 - - [2025-09-18 02:23:38] "POST /ref-update HTTP/1.1" 200 156 0.020190 10.0.0.41 - - [2025-09-18 02:23:39] "POST /useragent-kv HTTP/1.1" 200 115 0.005594 10.0.0.56 - - [2025-09-18 02:23:39] "POST /neutron/subnet HTTP/1.1" 200 828 0.195052 10.0.0.56 - - [2025-09-18 02:23:39] "POST /id-to-fqname HTTP/1.1" 200 227 0.001150 10.0.0.56 - - [2025-09-18 02:23:39] "GET /virtual-network/098aaeb1-0487-4477-b1da-37d5c65870e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.004870 10.0.0.56 - - [2025-09-18 02:23:39] "GET /virtual-network/098aaeb1-0487-4477-b1da-37d5c65870e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005955 10.0.0.56 - - [2025-09-18 02:23:39] "POST /neutron/network HTTP/1.1" 200 1015 0.008711 10.0.0.56 - - [2025-09-18 02:23:39] "GET /virtual-network/3cc60f52-3645-4b40-8ada-e94cf2e804a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005333 10.0.0.22 - - [2025-09-18 02:23:40] "GET /obj-perms HTTP/1.1" 200 5042 0.054260 10.0.0.41 - - [2025-09-18 02:23:41] "GET /obj-perms HTTP/1.1" 200 5042 0.048392 10.0.0.56 - - [2025-09-18 02:23:41] "GET /virtual-network/6165aac9-1e95-4988-af77-f62457159139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005890 10.0.0.56 - - [2025-09-18 02:23:41] "GET /obj-perms HTTP/1.1" 200 5042 0.049149 10.0.0.56 - - [2025-09-18 02:23:41] "GET /virtual-network/098aaeb1-0487-4477-b1da-37d5c65870e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005240 10.0.0.56 - - [2025-09-18 02:23:42] "POST /fqname-to-id HTTP/1.1" 404 224 0.003131 10.0.0.56 - - [2025-09-18 02:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.41 - - [2025-09-18 02:23:42] "GET /projects?obj_uuids=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001978 10.0.0.56 - - [2025-09-18 02:23:42] "GET /project/e601b0f9-01b7-41d9-90b6-608b9b52c59b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.053595 10.0.0.56 - - [2025-09-18 02:23:42] "POST /network-policys HTTP/1.1" 200 559 0.032710 10.0.0.56 - - [2025-09-18 02:23:42] "GET /network-policy/df986559-5317-4c5f-bb43-43a44571c602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.006189 10.0.0.56 - - [2025-09-18 02:23:42] "POST /fqname-to-id HTTP/1.1" 404 224 0.002660 10.0.0.56 - - [2025-09-18 02:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.41 - - [2025-09-18 02:23:42] "GET /projects?obj_uuids=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001967 10.0.0.56 - - [2025-09-18 02:23:42] "GET /project/e601b0f9-01b7-41d9-90b6-608b9b52c59b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.057197 10.0.0.56 - - [2025-09-18 02:23:42] "POST /network-policys HTTP/1.1" 200 559 0.031426 10.0.0.56 - - [2025-09-18 02:23:42] "GET /network-policy/9eec4f47-f67d-43b3-a79b-dcb422f1daac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.014431 10.0.0.56 - - [2025-09-18 02:23:42] "POST /fqname-to-id HTTP/1.1" 404 224 0.004986 10.0.0.56 - - [2025-09-18 02:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.41 - - [2025-09-18 02:23:42] "GET /projects?obj_uuids=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000906 10.0.0.56 - - [2025-09-18 02:23:43] "GET /project/e601b0f9-01b7-41d9-90b6-608b9b52c59b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.043650 10.0.0.56 - - [2025-09-18 02:23:43] "POST /network-policys HTTP/1.1" 200 559 0.029451 10.0.0.56 - - [2025-09-18 02:23:43] "GET /network-policy/475426a4-a9be-41bd-85c1-0480cf090be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3094 0.006341 10.0.0.56 - - [2025-09-18 02:23:43] "POST /neutron/network HTTP/1.1" 200 1014 0.008832 10.0.0.56 - - [2025-09-18 02:23:43] "GET /virtual-network/3cc60f52-3645-4b40-8ada-e94cf2e804a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.007765 10.0.0.56 - - [2025-09-18 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005965 10.0.0.56 - - [2025-09-18 02:23:43] "GET /network-policy/9eec4f47-f67d-43b3-a79b-dcb422f1daac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.004415 10.0.0.56 - - [2025-09-18 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.56 - - [2025-09-18 02:23:43] "GET /network-policy/df986559-5317-4c5f-bb43-43a44571c602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.004531 10.0.0.56 - - [2025-09-18 02:23:43] "POST /neutron/network HTTP/1.1" 200 1010 0.010953 10.0.0.41 - - [2025-09-18 02:23:43] "POST /fqname-to-id HTTP/1.1" 404 242 0.009348 10.0.0.41 - - [2025-09-18 02:23:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.003869 10.0.0.56 - - [2025-09-18 02:23:43] "GET /virtual-network/6165aac9-1e95-4988-af77-f62457159139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2944 0.030185 10.0.0.56 - - [2025-09-18 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005630 10.0.0.56 - - [2025-09-18 02:23:44] "GET /network-policy/475426a4-a9be-41bd-85c1-0480cf090be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3094 0.004151 10.0.0.56 - - [2025-09-18 02:23:44] "POST /id-to-fqname HTTP/1.1" 200 227 0.001104 10.0.0.56 - - [2025-09-18 02:23:44] "POST /neutron/network HTTP/1.1" 200 1208 0.009754 10.0.0.41 - - [2025-09-18 02:23:45] "GET /projects?obj_uuids=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000911 10.0.0.56 - - [2025-09-18 02:23:45] "GET /project/e601b0f9-01b7-41d9-90b6-608b9b52c59b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.055552 10.0.0.56 - - [2025-09-18 02:23:45] "POST /neutron/port HTTP/1.1" 200 117 0.013431 10.0.0.56 - - [2025-09-18 02:23:45] "POST /id-to-fqname HTTP/1.1" 200 227 0.001588 10.0.0.56 - - [2025-09-18 02:23:45] "POST /neutron/network HTTP/1.1" 200 1208 0.011084 10.0.0.41 - - [2025-09-18 02:23:46] "PUT /access-control-list/ac7c221c-f4f4-40b1-9aac-b49c8aff2892 HTTP/1.1" 200 272 0.021000 10.0.0.56 - - [2025-09-18 02:23:46] "POST /neutron/port HTTP/1.1" 200 1173 0.018282 10.0.0.41 - - [2025-09-18 02:23:46] "GET /projects?obj_uuids=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000894 10.0.0.56 - - [2025-09-18 02:23:46] "GET /project/e601b0f9-01b7-41d9-90b6-608b9b52c59b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.163147 10.0.0.56 - - [2025-09-18 02:23:46] "POST /neutron/port HTTP/1.1" 200 1201 0.021289 10.0.0.56 - - [2025-09-18 02:23:47] "POST /neutron/port HTTP/1.1" 200 1201 0.033398 10.0.0.56 - - [2025-09-18 02:23:47] "POST /neutron/port HTTP/1.1" 200 117 0.001084 10.0.0.56 - - [2025-09-18 02:23:47] "POST /neutron/port HTTP/1.1" 200 117 0.005592 10.0.0.56 - - [2025-09-18 02:23:47] "POST /id-to-fqname HTTP/1.1" 200 227 0.001156 10.0.0.56 - - [2025-09-18 02:23:47] "POST /neutron/network HTTP/1.1" 200 1025 0.007871 10.0.0.41 - - [2025-09-18 02:23:47] "PUT /access-control-list/07bedd0e-908b-4f86-9a8c-d7affc076630 HTTP/1.1" 200 272 0.059527 10.0.0.56 - - [2025-09-18 02:23:48] "POST /neutron/port HTTP/1.1" 200 1169 0.018306 10.0.0.56 - - [2025-09-18 02:23:48] "POST /neutron/port HTTP/1.1" 200 1197 0.016237 10.0.0.56 - - [2025-09-18 02:23:48] "POST /neutron/subnet HTTP/1.1" 200 1365 0.012993 10.0.0.56 - - [2025-09-18 02:23:48] "POST /neutron/network HTTP/1.1" 200 1108 0.009921 10.0.0.41 - - [2025-09-18 02:23:48] "GET /projects?obj_uuids=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000890 10.0.0.56 - - [2025-09-18 02:23:48] "GET /project/e601b0f9-01b7-41d9-90b6-608b9b52c59b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.071895 10.0.0.56 - - [2025-09-18 02:23:48] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006819 10.0.0.56 - - [2025-09-18 02:23:48] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007445 10.0.0.56 - - [2025-09-18 02:23:49] "POST /neutron/port HTTP/1.1" 200 1201 0.014879 10.0.0.56 - - [2025-09-18 02:23:49] "POST /neutron/network HTTP/1.1" 200 1025 0.008854 10.0.0.56 - - [2025-09-18 02:23:49] "GET /virtual-machine/f75d1b54-004c-4f80-bf7a-8cc3965d9def HTTP/1.1" 401 292 0.000468 10.0.0.56 - - [2025-09-18 02:23:49] "POST /neutron/port HTTP/1.1" 200 1174 0.017331 10.0.0.56 - - [2025-09-18 02:23:49] "GET /virtual-machine/f75d1b54-004c-4f80-bf7a-8cc3965d9def HTTP/1.1" 200 1299 0.045249 10.0.0.56 - - [2025-09-18 02:23:49] "GET /virtual-machine/f75d1b54-004c-4f80-bf7a-8cc3965d9def HTTP/1.1" 200 1299 0.011812 10.0.0.56 - - [2025-09-18 02:23:49] "GET /virtual-machine-interface/8417b551-c42b-42a1-b5f6-0a8d637a51a8 HTTP/1.1" 200 3167 0.005326 10.0.0.56 - - [2025-09-18 02:23:49] "GET /virtual-machine/f75d1b54-004c-4f80-bf7a-8cc3965d9def HTTP/1.1" 200 1299 0.007388 10.0.0.56 - - [2025-09-18 02:23:49] "GET /virtual-machine-interface/8417b551-c42b-42a1-b5f6-0a8d637a51a8 HTTP/1.1" 200 3167 0.007009 10.0.0.56 - - [2025-09-18 02:23:49] "POST /neutron/port HTTP/1.1" 200 1202 0.021379 10.0.0.56 - - [2025-09-18 02:23:49] "GET /instance-ip/ada7f4a2-6b1f-4ab3-8bd7-df08980f9aaf HTTP/1.1" 200 1635 0.005380 10.0.0.56 - - [2025-09-18 02:23:49] "GET /instance-ip/ce63d1e9-358a-4cc4-8d74-630dea116b15 HTTP/1.1" 200 1653 0.005192 10.0.0.56 - - [2025-09-18 02:23:49] "GET /virtual-machine/f75d1b54-004c-4f80-bf7a-8cc3965d9def HTTP/1.1" 200 1299 0.003645 10.0.0.56 - - [2025-09-18 02:23:49] "GET /virtual-machine-interface/8417b551-c42b-42a1-b5f6-0a8d637a51a8 HTTP/1.1" 200 3167 0.005512 10.0.0.56 - - [2025-09-18 02:23:49] "GET /instance-ip/ada7f4a2-6b1f-4ab3-8bd7-df08980f9aaf HTTP/1.1" 200 1635 0.007841 10.0.0.56 - - [2025-09-18 02:23:49] "GET /instance-ip/ce63d1e9-358a-4cc4-8d74-630dea116b15 HTTP/1.1" 200 1653 0.004852 10.0.0.56 - - [2025-09-18 02:23:49] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015863 10.0.0.56 - - [2025-09-18 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.56 - - [2025-09-18 02:23:49] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003566 10.0.0.56 - - [2025-09-18 02:23:49] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003462 10.0.0.56 - - [2025-09-18 02:23:49] "POST /neutron/network HTTP/1.1" 200 1015 0.008799 10.0.0.56 - - [2025-09-18 02:23:50] "GET /virtual-network/3cc60f52-3645-4b40-8ada-e94cf2e804a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005647 10.0.0.56 - - [2025-09-18 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.56 - - [2025-09-18 02:23:50] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004035 10.0.0.56 - - [2025-09-18 02:23:50] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003015 10.0.0.56 - - [2025-09-18 02:23:50] "GET /virtual-network/3cc60f52-3645-4b40-8ada-e94cf2e804a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005900 10.0.0.56 - - [2025-09-18 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.56 - - [2025-09-18 02:23:50] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003525 10.0.0.56 - - [2025-09-18 02:23:50] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003004 10.0.0.56 - - [2025-09-18 02:23:50] "GET /virtual-network/3cc60f52-3645-4b40-8ada-e94cf2e804a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006040 10.0.0.56 - - [2025-09-18 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.56 - - [2025-09-18 02:23:50] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003824 10.0.0.56 - - [2025-09-18 02:23:50] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003016 10.0.0.56 - - [2025-09-18 02:23:50] "GET /virtual-network/3cc60f52-3645-4b40-8ada-e94cf2e804a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005270 10.0.0.56 - - [2025-09-18 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004458 10.0.0.56 - - [2025-09-18 02:23:50] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003701 10.0.0.56 - - [2025-09-18 02:23:50] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003124 10.0.0.56 - - [2025-09-18 02:23:50] "GET /virtual-network/3cc60f52-3645-4b40-8ada-e94cf2e804a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005821 10.0.0.56 - - [2025-09-18 02:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.56 - - [2025-09-18 02:23:53] "GET /virtual-network/3cc60f52-3645-4b40-8ada-e94cf2e804a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005286 10.0.0.56 - - [2025-09-18 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.56 - - [2025-09-18 02:23:57] "GET /virtual-network/3cc60f52-3645-4b40-8ada-e94cf2e804a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005469 10.0.0.41 - - [2025-09-18 02:23:57] "DELETE /project/b03bbb07-440f-46aa-8b3c-dc23f523e4a1 HTTP/1.1" 404 177 0.003539 10.0.0.41 - - [2025-09-18 02:23:57] "DELETE /project/e601b0f901b741d990b6608b9b52c59b HTTP/1.1" 404 173 0.003359 10.0.0.56 - - [2025-09-18 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.56 - - [2025-09-18 02:24:01] "GET /virtual-network/3cc60f52-3645-4b40-8ada-e94cf2e804a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005044 10.0.0.56 - - [2025-09-18 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.56 - - [2025-09-18 02:24:05] "GET /virtual-network/3cc60f52-3645-4b40-8ada-e94cf2e804a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005951 10.0.0.56 - - [2025-09-18 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.56 - - [2025-09-18 02:24:10] "GET /virtual-network/3cc60f52-3645-4b40-8ada-e94cf2e804a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005584 10.0.0.56 - - [2025-09-18 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.56 - - [2025-09-18 02:24:14] "GET /virtual-network/3cc60f52-3645-4b40-8ada-e94cf2e804a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005089 10.0.0.56 - - [2025-09-18 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.56 - - [2025-09-18 02:24:18] "GET /virtual-network/3cc60f52-3645-4b40-8ada-e94cf2e804a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005585 10.0.0.22 - - [2025-09-18 02:24:20] "GET /obj-perms HTTP/1.1" 200 5056 0.048328 10.0.0.41 - - [2025-09-18 02:24:21] "GET /obj-perms HTTP/1.1" 200 5056 0.050744 10.0.0.56 - - [2025-09-18 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.56 - - [2025-09-18 02:24:22] "GET /virtual-network/3cc60f52-3645-4b40-8ada-e94cf2e804a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006809 10.0.0.56 - - [2025-09-18 02:24:25] "POST /neutron/network HTTP/1.1" 200 1118 0.011050 10.0.0.56 - - [2025-09-18 02:24:25] "POST /neutron/subnet HTTP/1.1" 200 1365 0.013672 10.0.0.56 - - [2025-09-18 02:24:25] "POST /neutron/network HTTP/1.1" 200 1108 0.011512 10.0.0.56 - - [2025-09-18 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.56 - - [2025-09-18 02:24:26] "GET /virtual-network/3cc60f52-3645-4b40-8ada-e94cf2e804a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005907 10.0.0.56 - - [2025-09-18 02:24:27] "POST /neutron/network HTTP/1.1" 200 1208 0.011605 10.0.0.56 - - [2025-09-18 02:24:27] "POST /neutron/subnet HTTP/1.1" 200 1384 0.012219 10.0.0.56 - - [2025-09-18 02:24:27] "POST /neutron/network HTTP/1.1" 200 1198 0.009158 10.0.0.56 - - [2025-09-18 02:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004983 10.0.0.56 - - [2025-09-18 02:24:30] "GET /virtual-network/3cc60f52-3645-4b40-8ada-e94cf2e804a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005354 10.0.0.56 - - [2025-09-18 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.56 - - [2025-09-18 02:24:34] "GET /virtual-network/3cc60f52-3645-4b40-8ada-e94cf2e804a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005134 10.0.0.56 - - [2025-09-18 02:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.56 - - [2025-09-18 02:24:36] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003342 10.0.0.56 - - [2025-09-18 02:24:36] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003301 10.0.0.56 - - [2025-09-18 02:24:36] "GET /virtual-network/3cc60f52-3645-4b40-8ada-e94cf2e804a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006032 10.0.0.56 - - [2025-09-18 02:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.56 - - [2025-09-18 02:24:36] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004302 10.0.0.56 - - [2025-09-18 02:24:36] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003009 10.0.0.56 - - [2025-09-18 02:24:37] "GET /virtual-network/3cc60f52-3645-4b40-8ada-e94cf2e804a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006349 10.0.0.56 - - [2025-09-18 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.56 - - [2025-09-18 02:24:37] "GET /routing-instance/eeaf35a2-1ab5-4678-99ec-c9a39ad79090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.007552 10.0.0.56 - - [2025-09-18 02:24:37] "GET /route-target/b16526e7-32f2-4559-85d4-f38b480954f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005923 10.0.0.56 - - [2025-09-18 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004402 10.0.0.56 - - [2025-09-18 02:24:37] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005299 10.0.0.56 - - [2025-09-18 02:24:37] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003943 10.0.0.56 - - [2025-09-18 02:24:37] "GET /virtual-network/3cc60f52-3645-4b40-8ada-e94cf2e804a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006485 10.0.0.56 - - [2025-09-18 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.56 - - [2025-09-18 02:24:37] "GET /routing-instance/eeaf35a2-1ab5-4678-99ec-c9a39ad79090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.005624 10.0.0.56 - - [2025-09-18 02:24:37] "GET /route-target/b16526e7-32f2-4559-85d4-f38b480954f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004524 10.0.0.56 - - [2025-09-18 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.56 - - [2025-09-18 02:24:37] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005511 10.0.0.56 - - [2025-09-18 02:24:37] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003645 10.0.0.56 - - [2025-09-18 02:24:37] "GET /virtual-network/3cc60f52-3645-4b40-8ada-e94cf2e804a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006806 10.0.0.56 - - [2025-09-18 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.007159 10.0.0.56 - - [2025-09-18 02:24:37] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005080 10.0.0.56 - - [2025-09-18 02:24:37] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002813 10.0.0.56 - - [2025-09-18 02:24:37] "GET /virtual-network/3cc60f52-3645-4b40-8ada-e94cf2e804a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006076 10.0.0.56 - - [2025-09-18 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.56 - - [2025-09-18 02:24:37] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003667 10.0.0.56 - - [2025-09-18 02:24:37] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003426 10.0.0.56 - - [2025-09-18 02:24:37] "GET /virtual-network/3cc60f52-3645-4b40-8ada-e94cf2e804a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005827 10.0.0.56 - - [2025-09-18 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.56 - - [2025-09-18 02:24:37] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004215 10.0.0.56 - - [2025-09-18 02:24:37] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003365 10.0.0.56 - - [2025-09-18 02:24:37] "GET /virtual-network/3cc60f52-3645-4b40-8ada-e94cf2e804a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005482 10.0.0.56 - - [2025-09-18 02:24:37] "GET /obj-perms HTTP/1.1" 200 5042 0.004362 10.0.0.56 - - [2025-09-18 02:24:37] "GET /obj-perms HTTP/1.1" 200 5042 0.003811 10.0.0.41 - - [2025-09-18 02:24:38] "GET /obj-perms HTTP/1.1" 200 5042 0.003281 10.0.0.56 - - [2025-09-18 02:24:38] "GET /obj-perms HTTP/1.1" 200 5042 0.010164 10.0.0.41 - - [2025-09-18 02:24:38] "GET /obj-perms HTTP/1.1" 200 5042 0.003947 10.0.0.56 - - [2025-09-18 02:24:38] "POST /neutron/port HTTP/1.1" 200 1197 0.015141 10.0.0.56 - - [2025-09-18 02:24:38] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007478 10.0.0.56 - - [2025-09-18 02:24:38] "GET /virtual-machine/5e72ae6d-0942-48fa-a0e5-e7b31fbe0f1f HTTP/1.1" 200 1298 0.005088 10.0.0.56 - - [2025-09-18 02:24:38] "GET /virtual-machine/5e72ae6d-0942-48fa-a0e5-e7b31fbe0f1f HTTP/1.1" 200 1298 0.003791 10.0.0.56 - - [2025-09-18 02:24:38] "GET /virtual-machine-interface/41dd9657-dd2b-4c37-b933-f75ef3d2e08d HTTP/1.1" 200 3167 0.004877 10.0.0.56 - - [2025-09-18 02:24:38] "GET /virtual-machine/5e72ae6d-0942-48fa-a0e5-e7b31fbe0f1f HTTP/1.1" 200 1298 0.003280 10.0.0.56 - - [2025-09-18 02:24:38] "GET /virtual-machine-interface/41dd9657-dd2b-4c37-b933-f75ef3d2e08d HTTP/1.1" 200 3167 0.005546 10.0.0.56 - - [2025-09-18 02:24:38] "GET /instance-ip/a8458e96-73e8-43f5-a010-a17a608c0229 HTTP/1.1" 200 1632 0.005441 10.0.0.56 - - [2025-09-18 02:24:38] "GET /instance-ip/bdd62c34-3cd9-4c45-9b76-5327c39bee0d HTTP/1.1" 200 1652 0.005250 10.0.0.56 - - [2025-09-18 02:24:38] "GET /virtual-machine/5e72ae6d-0942-48fa-a0e5-e7b31fbe0f1f HTTP/1.1" 200 1298 0.003578 10.0.0.56 - - [2025-09-18 02:24:38] "GET /virtual-machine-interface/41dd9657-dd2b-4c37-b933-f75ef3d2e08d HTTP/1.1" 200 3167 0.005283 10.0.0.56 - - [2025-09-18 02:24:38] "GET /instance-ip/a8458e96-73e8-43f5-a010-a17a608c0229 HTTP/1.1" 200 1632 0.003768 10.0.0.56 - - [2025-09-18 02:24:38] "GET /instance-ip/bdd62c34-3cd9-4c45-9b76-5327c39bee0d HTTP/1.1" 200 1652 0.003609 10.0.0.56 - - [2025-09-18 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.56 - - [2025-09-18 02:24:38] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003230 10.0.0.56 - - [2025-09-18 02:24:38] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003262 10.0.0.56 - - [2025-09-18 02:24:38] "GET /virtual-network/6165aac9-1e95-4988-af77-f62457159139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2944 0.007077 10.0.0.56 - - [2025-09-18 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.56 - - [2025-09-18 02:24:38] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003981 10.0.0.56 - - [2025-09-18 02:24:38] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002955 10.0.0.56 - - [2025-09-18 02:24:38] "GET /virtual-network/6165aac9-1e95-4988-af77-f62457159139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2944 0.005330 10.0.0.56 - - [2025-09-18 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.56 - - [2025-09-18 02:24:38] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003781 10.0.0.56 - - [2025-09-18 02:24:38] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002663 10.0.0.56 - - [2025-09-18 02:24:39] "GET /virtual-network/6165aac9-1e95-4988-af77-f62457159139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2944 0.006016 10.0.0.56 - - [2025-09-18 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.56 - - [2025-09-18 02:24:39] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003801 10.0.0.56 - - [2025-09-18 02:24:39] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003164 10.0.0.56 - - [2025-09-18 02:24:39] "GET /virtual-network/6165aac9-1e95-4988-af77-f62457159139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2944 0.005682 10.0.0.56 - - [2025-09-18 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.56 - - [2025-09-18 02:24:39] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004244 10.0.0.56 - - [2025-09-18 02:24:39] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003136 10.0.0.56 - - [2025-09-18 02:24:39] "GET /virtual-network/6165aac9-1e95-4988-af77-f62457159139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2944 0.006033 10.0.0.56 - - [2025-09-18 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004570 10.0.0.56 - - [2025-09-18 02:24:40] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003788 10.0.0.56 - - [2025-09-18 02:24:40] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002667 10.0.0.56 - - [2025-09-18 02:24:40] "GET /virtual-network/6165aac9-1e95-4988-af77-f62457159139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2944 0.005741 10.0.0.56 - - [2025-09-18 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.56 - - [2025-09-18 02:24:40] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003461 10.0.0.56 - - [2025-09-18 02:24:40] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003310 10.0.0.56 - - [2025-09-18 02:24:40] "GET /virtual-network/6165aac9-1e95-4988-af77-f62457159139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2944 0.006005 10.0.0.56 - - [2025-09-18 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.56 - - [2025-09-18 02:24:40] "GET /routing-instance/66c9dd23-4f66-441f-82cb-dd45aab34603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.004629 10.0.0.56 - - [2025-09-18 02:24:40] "GET /route-target/2897c4d1-e4e3-45d5-901c-3c25bdee0721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003809 10.0.0.56 - - [2025-09-18 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.56 - - [2025-09-18 02:24:40] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003806 10.0.0.56 - - [2025-09-18 02:24:40] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003065 10.0.0.56 - - [2025-09-18 02:24:40] "GET /virtual-network/6165aac9-1e95-4988-af77-f62457159139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2944 0.005520 10.0.0.56 - - [2025-09-18 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.56 - - [2025-09-18 02:24:41] "GET /routing-instance/66c9dd23-4f66-441f-82cb-dd45aab34603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.006104 10.0.0.56 - - [2025-09-18 02:24:41] "GET /route-target/2897c4d1-e4e3-45d5-901c-3c25bdee0721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003580 10.0.0.56 - - [2025-09-18 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.56 - - [2025-09-18 02:24:41] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005197 10.0.0.56 - - [2025-09-18 02:24:41] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003659 10.0.0.56 - - [2025-09-18 02:24:41] "GET /virtual-network/6165aac9-1e95-4988-af77-f62457159139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2944 0.006484 10.0.0.56 - - [2025-09-18 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.56 - - [2025-09-18 02:24:41] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005119 10.0.0.56 - - [2025-09-18 02:24:41] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003622 10.0.0.56 - - [2025-09-18 02:24:41] "GET /virtual-network/6165aac9-1e95-4988-af77-f62457159139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2944 0.006857 10.0.0.56 - - [2025-09-18 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.56 - - [2025-09-18 02:24:41] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004734 10.0.0.56 - - [2025-09-18 02:24:41] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003288 10.0.0.56 - - [2025-09-18 02:24:41] "GET /virtual-network/6165aac9-1e95-4988-af77-f62457159139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2944 0.005416 10.0.0.56 - - [2025-09-18 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.56 - - [2025-09-18 02:24:41] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003812 10.0.0.56 - - [2025-09-18 02:24:41] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002808 10.0.0.56 - - [2025-09-18 02:24:41] "GET /virtual-network/6165aac9-1e95-4988-af77-f62457159139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2944 0.006026 10.0.0.56 - - [2025-09-18 02:24:41] "GET /obj-perms HTTP/1.1" 200 5042 0.003892 10.0.0.41 - - [2025-09-18 02:24:41] "GET /obj-perms HTTP/1.1" 200 5042 0.003645 10.0.0.56 - - [2025-09-18 02:24:41] "GET /obj-perms HTTP/1.1" 200 5042 0.003713 10.0.0.41 - - [2025-09-18 02:24:41] "GET /obj-perms HTTP/1.1" 200 5042 0.003703 10.0.0.56 - - [2025-09-18 02:24:41] "POST /neutron/port HTTP/1.1" 200 1202 0.014532 10.0.0.56 - - [2025-09-18 02:24:42] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009420 10.0.0.56 - - [2025-09-18 02:24:42] "POST /neutron/port HTTP/1.1" 200 1202 0.015850 10.0.0.56 - - [2025-09-18 02:24:42] "GET /virtual-machine/c5204217-f091-4943-9299-788554ac7cbf HTTP/1.1" 200 1299 0.007489 10.0.0.56 - - [2025-09-18 02:24:42] "GET /virtual-machine/c5204217-f091-4943-9299-788554ac7cbf HTTP/1.1" 200 1299 0.004164 10.0.0.56 - - [2025-09-18 02:24:42] "GET /virtual-machine-interface/d1ad8db5-018e-4e11-a085-f1071aa641a9 HTTP/1.1" 200 3168 0.006971 10.0.0.56 - - [2025-09-18 02:24:42] "GET /virtual-machine/c5204217-f091-4943-9299-788554ac7cbf HTTP/1.1" 200 1299 0.004935 10.0.0.56 - - [2025-09-18 02:24:42] "GET /virtual-machine-interface/d1ad8db5-018e-4e11-a085-f1071aa641a9 HTTP/1.1" 200 3168 0.006003 10.0.0.56 - - [2025-09-18 02:24:42] "GET /instance-ip/0e1b4f3b-9941-4cb5-9d8f-274a331b223a HTTP/1.1" 200 1634 0.008554 10.0.0.56 - - [2025-09-18 02:24:42] "GET /instance-ip/141df76c-deec-4392-afcf-4a235379d83d HTTP/1.1" 200 1653 0.007950 10.0.0.56 - - [2025-09-18 02:24:42] "GET /virtual-machine/c5204217-f091-4943-9299-788554ac7cbf HTTP/1.1" 200 1299 0.005530 10.0.0.56 - - [2025-09-18 02:24:42] "GET /virtual-machine-interface/d1ad8db5-018e-4e11-a085-f1071aa641a9 HTTP/1.1" 200 3168 0.006480 10.0.0.56 - - [2025-09-18 02:24:42] "GET /instance-ip/0e1b4f3b-9941-4cb5-9d8f-274a331b223a HTTP/1.1" 200 1634 0.004525 10.0.0.56 - - [2025-09-18 02:24:42] "GET /instance-ip/141df76c-deec-4392-afcf-4a235379d83d HTTP/1.1" 200 1653 0.003814 10.0.0.56 - - [2025-09-18 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.56 - - [2025-09-18 02:24:42] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003749 10.0.0.56 - - [2025-09-18 02:24:42] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002857 10.0.0.56 - - [2025-09-18 02:24:42] "GET /virtual-network/098aaeb1-0487-4477-b1da-37d5c65870e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005569 10.0.0.56 - - [2025-09-18 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.56 - - [2025-09-18 02:24:42] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005810 10.0.0.56 - - [2025-09-18 02:24:42] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002654 10.0.0.56 - - [2025-09-18 02:24:42] "GET /virtual-network/098aaeb1-0487-4477-b1da-37d5c65870e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005873 10.0.0.56 - - [2025-09-18 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.56 - - [2025-09-18 02:24:42] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003929 10.0.0.56 - - [2025-09-18 02:24:42] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003236 10.0.0.56 - - [2025-09-18 02:24:42] "GET /virtual-network/098aaeb1-0487-4477-b1da-37d5c65870e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005789 10.0.0.56 - - [2025-09-18 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.56 - - [2025-09-18 02:24:42] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004906 10.0.0.56 - - [2025-09-18 02:24:42] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004469 10.0.0.56 - - [2025-09-18 02:24:42] "GET /virtual-network/098aaeb1-0487-4477-b1da-37d5c65870e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005469 10.0.0.56 - - [2025-09-18 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.56 - - [2025-09-18 02:24:43] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004176 10.0.0.56 - - [2025-09-18 02:24:43] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003513 10.0.0.56 - - [2025-09-18 02:24:43] "GET /virtual-network/098aaeb1-0487-4477-b1da-37d5c65870e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006252 10.0.0.56 - - [2025-09-18 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.56 - - [2025-09-18 02:24:44] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003157 10.0.0.56 - - [2025-09-18 02:24:44] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002804 10.0.0.56 - - [2025-09-18 02:24:44] "GET /virtual-network/098aaeb1-0487-4477-b1da-37d5c65870e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006189 10.0.0.56 - - [2025-09-18 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006638 10.0.0.56 - - [2025-09-18 02:24:44] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.007949 10.0.0.56 - - [2025-09-18 02:24:44] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.010525 10.0.0.56 - - [2025-09-18 02:24:44] "GET /virtual-network/098aaeb1-0487-4477-b1da-37d5c65870e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005754 10.0.0.56 - - [2025-09-18 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.56 - - [2025-09-18 02:24:44] "GET /routing-instance/6c570317-99fd-4090-bd66-a79898af9cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.004744 10.0.0.56 - - [2025-09-18 02:24:44] "GET /route-target/c28b8c90-ad49-47c2-81b3-17998a197e56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004061 10.0.0.56 - - [2025-09-18 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.56 - - [2025-09-18 02:24:44] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004093 10.0.0.56 - - [2025-09-18 02:24:44] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002806 10.0.0.56 - - [2025-09-18 02:24:44] "GET /virtual-network/098aaeb1-0487-4477-b1da-37d5c65870e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005961 10.0.0.56 - - [2025-09-18 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.56 - - [2025-09-18 02:24:44] "GET /routing-instance/6c570317-99fd-4090-bd66-a79898af9cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.005115 10.0.0.56 - - [2025-09-18 02:24:44] "GET /route-target/c28b8c90-ad49-47c2-81b3-17998a197e56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004227 10.0.0.56 - - [2025-09-18 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.56 - - [2025-09-18 02:24:44] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003985 10.0.0.56 - - [2025-09-18 02:24:44] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003198 10.0.0.56 - - [2025-09-18 02:24:44] "GET /virtual-network/098aaeb1-0487-4477-b1da-37d5c65870e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005791 10.0.0.56 - - [2025-09-18 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.56 - - [2025-09-18 02:24:45] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004092 10.0.0.56 - - [2025-09-18 02:24:45] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002983 10.0.0.56 - - [2025-09-18 02:24:45] "GET /virtual-network/098aaeb1-0487-4477-b1da-37d5c65870e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005415 10.0.0.56 - - [2025-09-18 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.56 - - [2025-09-18 02:24:45] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004535 10.0.0.56 - - [2025-09-18 02:24:45] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003574 10.0.0.56 - - [2025-09-18 02:24:45] "GET /virtual-network/098aaeb1-0487-4477-b1da-37d5c65870e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.007221 10.0.0.56 - - [2025-09-18 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004557 10.0.0.56 - - [2025-09-18 02:24:45] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005773 10.0.0.56 - - [2025-09-18 02:24:45] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003626 10.0.0.56 - - [2025-09-18 02:24:45] "GET /virtual-network/098aaeb1-0487-4477-b1da-37d5c65870e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006758 10.0.0.56 - - [2025-09-18 02:24:45] "GET /obj-perms HTTP/1.1" 200 5042 0.003142 10.0.0.56 - - [2025-09-18 02:24:45] "GET /obj-perms HTTP/1.1" 200 5042 0.003625 10.0.0.41 - - [2025-09-18 02:24:45] "GET /obj-perms HTTP/1.1" 200 5042 0.003563 10.0.0.56 - - [2025-09-18 02:24:45] "GET /obj-perms HTTP/1.1" 200 5042 0.003732 10.0.0.22 - - [2025-09-18 02:24:45] "GET /obj-perms HTTP/1.1" 200 5042 0.003855 10.0.0.41 - - [2025-09-18 02:24:45] "GET /obj-perms HTTP/1.1" 200 5042 0.003383 10.0.0.56 - - [2025-09-18 02:24:45] "GET /virtual-machine/f75d1b54-004c-4f80-bf7a-8cc3965d9def HTTP/1.1" 200 1299 0.003347 10.0.0.56 - - [2025-09-18 02:24:45] "GET /virtual-machine-interface/8417b551-c42b-42a1-b5f6-0a8d637a51a8 HTTP/1.1" 200 3167 0.004951 10.0.0.56 - - [2025-09-18 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.56 - - [2025-09-18 02:24:45] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003120 10.0.0.56 - - [2025-09-18 02:24:45] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003146 10.0.0.56 - - [2025-09-18 02:24:45] "GET /virtual-network/3cc60f52-3645-4b40-8ada-e94cf2e804a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005584 10.0.0.56 - - [2025-09-18 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.56 - - [2025-09-18 02:24:46] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004269 10.0.0.56 - - [2025-09-18 02:24:46] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003207 10.0.0.56 - - [2025-09-18 02:24:46] "GET /virtual-network/3cc60f52-3645-4b40-8ada-e94cf2e804a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.007264 10.0.0.56 - - [2025-09-18 02:24:47] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007406 10.0.0.56 - - [2025-09-18 02:24:49] "POST /neutron/port HTTP/1.1" 200 1202 0.030224 10.0.0.56 - - [2025-09-18 02:24:49] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007843 10.0.0.56 - - [2025-09-18 02:24:57] "POST /neutron/port HTTP/1.1" 200 1201 0.015916 10.0.0.56 - - [2025-09-18 02:25:02] "GET /virtual-machine/5e72ae6d-0942-48fa-a0e5-e7b31fbe0f1f HTTP/1.1" 200 1298 0.005966 10.0.0.56 - - [2025-09-18 02:25:02] "GET /virtual-machine-interface/41dd9657-dd2b-4c37-b933-f75ef3d2e08d HTTP/1.1" 200 3167 0.005645 10.0.0.56 - - [2025-09-18 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.56 - - [2025-09-18 02:25:02] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003562 10.0.0.56 - - [2025-09-18 02:25:02] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003061 10.0.0.56 - - [2025-09-18 02:25:02] "GET /virtual-network/6165aac9-1e95-4988-af77-f62457159139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2944 0.006263 10.0.0.56 - - [2025-09-18 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.56 - - [2025-09-18 02:25:03] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003737 10.0.0.56 - - [2025-09-18 02:25:03] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002905 10.0.0.56 - - [2025-09-18 02:25:03] "GET /virtual-network/6165aac9-1e95-4988-af77-f62457159139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2944 0.006451 10.0.0.56 - - [2025-09-18 02:25:04] "GET /virtual-machine/c5204217-f091-4943-9299-788554ac7cbf HTTP/1.1" 200 1299 0.004805 10.0.0.56 - - [2025-09-18 02:25:04] "GET /virtual-machine-interface/d1ad8db5-018e-4e11-a085-f1071aa641a9 HTTP/1.1" 200 3168 0.006107 10.0.0.56 - - [2025-09-18 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.56 - - [2025-09-18 02:25:04] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003986 10.0.0.56 - - [2025-09-18 02:25:04] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003327 10.0.0.56 - - [2025-09-18 02:25:04] "GET /virtual-network/098aaeb1-0487-4477-b1da-37d5c65870e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006878 10.0.0.56 - - [2025-09-18 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.56 - - [2025-09-18 02:25:05] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003526 10.0.0.56 - - [2025-09-18 02:25:05] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003680 10.0.0.56 - - [2025-09-18 02:25:05] "GET /virtual-network/098aaeb1-0487-4477-b1da-37d5c65870e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.007497 10.0.0.56 - - [2025-09-18 02:25:25] "POST /neutron/port HTTP/1.1" 200 1197 0.019974 10.0.0.56 - - [2025-09-18 02:25:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007568 10.0.0.56 - - [2025-09-18 02:25:25] "POST /neutron/port HTTP/1.1" 200 117 0.001058 10.0.0.56 - - [2025-09-18 02:25:27] "POST /neutron/port HTTP/1.1" 200 1202 0.015488 10.0.0.56 - - [2025-09-18 02:25:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003910 10.0.0.56 - - [2025-09-18 02:25:27] "POST /neutron/port HTTP/1.1" 200 117 0.001637 10.0.0.56 - - [2025-09-18 02:25:28] "GET /virtual-machine/c5204217-f091-4943-9299-788554ac7cbf HTTP/1.1" 200 1299 0.004182 10.0.0.56 - - [2025-09-18 02:25:29] "POST /neutron/port HTTP/1.1" 200 1228 0.012829 10.0.0.56 - - [2025-09-18 02:25:30] "GET /virtual-machine/c5204217-f091-4943-9299-788554ac7cbf HTTP/1.1" 404 171 0.003059 10.0.0.56 - - [2025-09-18 02:25:30] "GET /virtual-machine/c5204217-f091-4943-9299-788554ac7cbf HTTP/1.1" 404 171 0.003133 10.0.0.56 - - [2025-09-18 02:25:30] "GET /virtual-machine/c5204217-f091-4943-9299-788554ac7cbf HTTP/1.1" 404 171 0.002363 10.0.0.56 - - [2025-09-18 02:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.56 - - [2025-09-18 02:25:30] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003579 10.0.0.56 - - [2025-09-18 02:25:30] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003383 10.0.0.56 - - [2025-09-18 02:25:30] "GET /virtual-network/098aaeb1-0487-4477-b1da-37d5c65870e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006158 10.0.0.56 - - [2025-09-18 02:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.56 - - [2025-09-18 02:25:30] "GET /routing-instance/6c570317-99fd-4090-bd66-a79898af9cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.004437 10.0.0.56 - - [2025-09-18 02:25:30] "GET /route-target/c28b8c90-ad49-47c2-81b3-17998a197e56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004453 10.0.0.56 - - [2025-09-18 02:25:31] "GET /obj-perms HTTP/1.1" 200 5042 0.003946 10.0.0.41 - - [2025-09-18 02:25:37] "GET /obj-perms HTTP/1.1" 200 5042 0.003512 10.0.0.56 - - [2025-09-18 02:25:40] "GET /obj-perms HTTP/1.1" 200 5042 0.004004 10.0.0.41 - - [2025-09-18 02:25:46] "GET /obj-perms HTTP/1.1" 200 5042 0.004547 10.0.0.56 - - [2025-09-18 02:25:49] "GET /obj-perms HTTP/1.1" 200 5042 0.004857 10.0.0.41 - - [2025-09-18 02:25:55] "GET /obj-perms HTTP/1.1" 200 5042 0.003990 10.0.0.56 - - [2025-09-18 02:25:55] "GET /obj-perms HTTP/1.1" 200 5042 0.003490 10.0.0.56 - - [2025-09-18 02:25:55] "GET /virtual-machine/5e72ae6d-0942-48fa-a0e5-e7b31fbe0f1f HTTP/1.1" 200 1298 0.004047 10.0.0.56 - - [2025-09-18 02:25:56] "POST /neutron/port HTTP/1.1" 200 1223 0.015306 10.0.0.56 - - [2025-09-18 02:25:57] "GET /virtual-machine/5e72ae6d-0942-48fa-a0e5-e7b31fbe0f1f HTTP/1.1" 404 171 0.003035 10.0.0.56 - - [2025-09-18 02:25:57] "GET /virtual-machine/5e72ae6d-0942-48fa-a0e5-e7b31fbe0f1f HTTP/1.1" 404 171 0.002698 10.0.0.56 - - [2025-09-18 02:25:57] "GET /virtual-machine/5e72ae6d-0942-48fa-a0e5-e7b31fbe0f1f HTTP/1.1" 404 171 0.002572 10.0.0.56 - - [2025-09-18 02:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.56 - - [2025-09-18 02:25:58] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004208 10.0.0.56 - - [2025-09-18 02:25:58] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003329 10.0.0.56 - - [2025-09-18 02:25:58] "GET /virtual-network/6165aac9-1e95-4988-af77-f62457159139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2944 0.006794 10.0.0.56 - - [2025-09-18 02:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.56 - - [2025-09-18 02:25:58] "GET /routing-instance/66c9dd23-4f66-441f-82cb-dd45aab34603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.004587 10.0.0.56 - - [2025-09-18 02:25:58] "GET /route-target/2897c4d1-e4e3-45d5-901c-3c25bdee0721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003642 10.0.0.56 - - [2025-09-18 02:26:01] "GET /obj-perms HTTP/1.1" 200 5042 0.004420 10.0.0.41 - - [2025-09-18 02:26:01] "GET /obj-perms HTTP/1.1" 200 5042 0.004166 10.0.0.56 - - [2025-09-18 02:26:10] "GET /obj-perms HTTP/1.1" 200 5042 0.003633 10.0.0.41 - - [2025-09-18 02:26:10] "GET /obj-perms HTTP/1.1" 200 5042 0.004155 10.0.0.56 - - [2025-09-18 02:26:19] "GET /obj-perms HTTP/1.1" 200 5042 0.003968 10.0.0.41 - - [2025-09-18 02:26:19] "GET /obj-perms HTTP/1.1" 200 5042 0.003833 10.0.0.56 - - [2025-09-18 02:26:25] "GET /obj-perms HTTP/1.1" 200 5042 0.007720 10.0.0.41 - - [2025-09-18 02:26:25] "GET /obj-perms HTTP/1.1" 200 5042 0.003817 10.0.0.22 - - [2025-09-18 02:26:26] "GET /obj-perms HTTP/1.1" 200 5042 0.003849 10.0.0.56 - - [2025-09-18 02:26:26] "GET /virtual-machine/f75d1b54-004c-4f80-bf7a-8cc3965d9def HTTP/1.1" 200 1299 0.004018 10.0.0.56 - - [2025-09-18 02:26:26] "POST /neutron/port HTTP/1.1" 200 1227 0.014768 10.0.0.56 - - [2025-09-18 02:26:28] "GET /virtual-machine/f75d1b54-004c-4f80-bf7a-8cc3965d9def HTTP/1.1" 404 171 0.003392 10.0.0.56 - - [2025-09-18 02:26:28] "GET /virtual-machine/f75d1b54-004c-4f80-bf7a-8cc3965d9def HTTP/1.1" 404 171 0.004653 10.0.0.56 - - [2025-09-18 02:26:28] "GET /virtual-machine/f75d1b54-004c-4f80-bf7a-8cc3965d9def HTTP/1.1" 404 171 0.002783 10.0.0.56 - - [2025-09-18 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005551 10.0.0.56 - - [2025-09-18 02:26:28] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006963 10.0.0.56 - - [2025-09-18 02:26:28] "GET /virtual-networks?parent_id=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003818 10.0.0.56 - - [2025-09-18 02:26:28] "GET /virtual-network/3cc60f52-3645-4b40-8ada-e94cf2e804a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.008609 10.0.0.56 - - [2025-09-18 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.56 - - [2025-09-18 02:26:28] "GET /routing-instance/eeaf35a2-1ab5-4678-99ec-c9a39ad79090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004110 10.0.0.56 - - [2025-09-18 02:26:28] "GET /route-target/b16526e7-32f2-4559-85d4-f38b480954f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003437 10.0.0.56 - - [2025-09-18 02:26:28] "GET /obj-perms HTTP/1.1" 200 5042 0.005260 10.0.0.41 - - [2025-09-18 02:26:31] "GET /obj-perms HTTP/1.1" 200 5042 0.003936 10.0.0.56 - - [2025-09-18 02:26:37] "GET /obj-perms HTTP/1.1" 200 5042 0.004157 10.0.0.41 - - [2025-09-18 02:26:40] "GET /obj-perms HTTP/1.1" 200 5042 0.003825 10.0.0.56 - - [2025-09-18 02:26:46] "GET /obj-perms HTTP/1.1" 200 5042 0.005012 10.0.0.41 - - [2025-09-18 02:26:50] "GET /obj-perms HTTP/1.1" 200 5042 0.004719 10.0.0.56 - - [2025-09-18 02:26:56] "GET /obj-perms HTTP/1.1" 200 5042 0.003517 10.0.0.41 - - [2025-09-18 02:26:56] "GET /obj-perms HTTP/1.1" 200 5042 0.004010 10.0.0.56 - - [2025-09-18 02:26:56] "GET /virtual-network/6165aac9-1e95-4988-af77-f62457159139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2944 0.007840 10.0.0.56 - - [2025-09-18 02:26:56] "POST /neutron/network HTTP/1.1" 200 1010 0.106088 10.0.0.56 - - [2025-09-18 02:26:56] "GET /virtual-network/6165aac9-1e95-4988-af77-f62457159139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.014665 10.0.0.56 - - [2025-09-18 02:26:56] "GET /virtual-network/3cc60f52-3645-4b40-8ada-e94cf2e804a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005046 10.0.0.56 - - [2025-09-18 02:26:56] "POST /neutron/network HTTP/1.1" 200 1014 0.076997 10.0.0.56 - - [2025-09-18 02:26:57] "GET /virtual-network/3cc60f52-3645-4b40-8ada-e94cf2e804a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006440 10.0.0.56 - - [2025-09-18 02:26:57] "DELETE /network-policy/475426a4-a9be-41bd-85c1-0480cf090be5 HTTP/1.1" 200 115 0.035373 10.0.0.56 - - [2025-09-18 02:26:57] "DELETE /network-policy/9eec4f47-f67d-43b3-a79b-dcb422f1daac HTTP/1.1" 200 115 0.035972 10.0.0.56 - - [2025-09-18 02:26:57] "DELETE /network-policy/df986559-5317-4c5f-bb43-43a44571c602 HTTP/1.1" 200 115 0.036786 10.0.0.41 - - [2025-09-18 02:26:57] "DELETE /access-control-list/ac7c221c-f4f4-40b1-9aac-b49c8aff2892 HTTP/1.1" 200 115 0.054158 10.0.0.41 - - [2025-09-18 02:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.007979 10.0.0.41 - - [2025-09-18 02:26:57] "POST /useragent-kv HTTP/1.1" 200 115 0.005706 10.0.0.41 - - [2025-09-18 02:26:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003023 10.0.0.41 - - [2025-09-18 02:26:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004430 10.0.0.41 - - [2025-09-18 02:26:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004966 10.0.0.56 - - [2025-09-18 02:26:57] "POST /neutron/network HTTP/1.1" 200 151 0.237108 10.0.0.41 - - [2025-09-18 02:26:57] "DELETE /route-target/2897c4d1-e4e3-45d5-901c-3c25bdee0721 HTTP/1.1" 200 115 0.024248 10.0.0.56 - - [2025-09-18 02:26:58] "POST /neutron/network HTTP/1.1" 200 1014 0.009429 10.0.0.56 - - [2025-09-18 02:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.56 - - [2025-09-18 02:26:58] "DELETE /network-ipam/bfa59dc2-cb3a-43ac-9e8c-b81e0ebc7ca1 HTTP/1.1" 200 115 0.033630 10.0.0.56 - - [2025-09-18 02:26:58] "POST /fqname-to-id HTTP/1.1" 404 203 0.003294 10.0.0.56 - - [2025-09-18 02:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.56 - - [2025-09-18 02:26:58] "DELETE /network-ipam/3136c97b-a67d-4f86-9c5b-8d4df7801079 HTTP/1.1" 200 115 0.040449 10.0.0.56 - - [2025-09-18 02:26:58] "POST /fqname-to-id HTTP/1.1" 404 203 0.003097 10.0.0.56 - - [2025-09-18 02:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.56 - - [2025-09-18 02:26:58] "DELETE /network-ipam/f01f0b4c-1730-4e53-8a33-c03da0a74ec4 HTTP/1.1" 200 115 0.032896 10.0.0.56 - - [2025-09-18 02:26:58] "POST /fqname-to-id HTTP/1.1" 404 203 0.005091 10.0.0.22 - - [2025-09-18 02:26:58] "GET /global-system-configs HTTP/1.1" 200 322 0.056505 10.0.0.41 - - [2025-09-18 02:26:58] "GET /global-system-configs HTTP/1.1" 200 322 0.007766 10.0.0.22 - - [2025-09-18 02:26:58] "GET /obj-perms HTTP/1.1" 200 5056 0.006890 10.0.0.56 - - [2025-09-18 02:26:58] "GET /obj-perms HTTP/1.1" 200 5056 0.149778 10.0.0.22 - - [2025-09-18 02:26:59] "GET /global-system-configs HTTP/1.1" 200 322 0.047478 10.0.0.41 - - [2025-09-18 02:27:00] "GET /global-system-configs HTTP/1.1" 200 322 0.103565 10.0.0.41 - - [2025-09-18 02:27:00] "GET /obj-perms HTTP/1.1" 200 5056 0.147233 10.0.0.56 - - [2025-09-18 02:27:00] "GET /obj-perms HTTP/1.1" 200 5056 0.164640 10.0.0.56 - - [2025-09-18 02:27:01] "GET /global-system-configs HTTP/1.1" 200 322 0.090238 10.0.0.22 - - [2025-09-18 02:27:01] "GET /obj-perms HTTP/1.1" 200 5056 0.180192 10.0.0.41 - - [2025-09-18 02:27:01] "GET /projects?obj_uuids=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000933 10.0.0.56 - - [2025-09-18 02:27:01] "GET /project/e601b0f9-01b7-41d9-90b6-608b9b52c59b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.039651 10.0.0.41 - - [2025-09-18 02:27:01] "GET /projects?obj_uuids=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000929 10.0.0.56 - - [2025-09-18 02:27:01] "GET /project/e601b0f9-01b7-41d9-90b6-608b9b52c59b?fields=virtual_networks HTTP/1.1" 200 1044 0.034844 10.0.0.41 - - [2025-09-18 02:27:01] "GET /projects?obj_uuids=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001037 10.0.0.56 - - [2025-09-18 02:27:01] "GET /project/e601b0f9-01b7-41d9-90b6-608b9b52c59b?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.045000 10.0.0.41 - - [2025-09-18 02:27:01] "GET /projects?obj_uuids=e601b0f9-01b7-41d9-90b6-608b9b52c59b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000986 10.0.0.56 - - [2025-09-18 02:27:01] "GET /project/e601b0f9-01b7-41d9-90b6-608b9b52c59b?fields=security_groups HTTP/1.1" 200 1276 0.051160 10.0.0.56 - - [2025-09-18 02:27:02] "GET /global-system-configs HTTP/1.1" 200 322 0.102203 10.0.0.41 - - [2025-09-18 02:27:02] "GET /obj-perms HTTP/1.1" 200 5056 0.314176 10.0.0.56 - - [2025-09-18 02:27:02] "POST /fqname-to-id HTTP/1.1" 404 190 0.035043 10.0.0.41 - - [2025-09-18 02:27:02] "GET /projects?obj_uuids=b7377416-652e-4d65-bcea-7df03245cb39&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003076 10.0.0.41 - - [2025-09-18 02:27:02] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001135 10.0.0.41 - - [2025-09-18 02:27:02] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007472 10.0.0.41 - - [2025-09-18 02:27:03] "POST /id-to-fqname HTTP/1.1" 200 192 0.004862 10.0.0.41 - - [2025-09-18 02:27:03] "POST /fqname-to-id HTTP/1.1" 404 201 0.005206 10.0.0.41 - - [2025-09-18 02:27:03] "POST /security-groups HTTP/1.1" 200 593 0.078010 10.0.0.41 - - [2025-09-18 02:27:03] "POST /fqname-to-id HTTP/1.1" 404 236 0.003306 10.0.0.41 - - [2025-09-18 02:27:03] "POST /projects HTTP/1.1" 200 589 0.307977 10.0.0.41 - - [2025-09-18 02:27:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.384828 10.0.0.41 - - [2025-09-18 02:27:03] "POST /access-control-lists HTTP/1.1" 200 596 0.029025 10.0.0.56 - - [2025-09-18 02:27:03] "GET /project/b7377416-652e-4d65-bcea-7df03245cb39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.516319 10.0.0.56 - - [2025-09-18 02:27:04] "GET / HTTP/1.1" 200 35931 0.002942 10.0.0.56 - - [2025-09-18 02:27:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000497 10.0.0.56 - - [2025-09-18 02:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.061179 10.0.0.41 - - [2025-09-18 02:27:06] "GET /projects?obj_uuids=b7377416-652e-4d65-bcea-7df03245cb39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000921 10.0.0.56 - - [2025-09-18 02:27:06] "GET /project/b7377416-652e-4d65-bcea-7df03245cb39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.036825 10.0.0.41 - - [2025-09-18 02:27:06] "GET /projects?obj_uuids=b7377416-652e-4d65-bcea-7df03245cb39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001249 10.0.0.56 - - [2025-09-18 02:27:07] "POST /neutron/network HTTP/1.1" 200 607 0.162063 10.0.0.56 - - [2025-09-18 02:27:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.003143 10.0.0.56 - - [2025-09-18 02:27:07] "GET /virtual-network/1b031d96-f8af-4060-8581-09c484f62de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005157 10.0.0.56 - - [2025-09-18 02:27:07] "POST /neutron/network HTTP/1.1" 200 825 0.006431 10.0.0.56 - - [2025-09-18 02:27:07] "GET /virtual-network/1b031d96-f8af-4060-8581-09c484f62de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005271 10.0.0.56 - - [2025-09-18 02:27:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.41 - - [2025-09-18 02:27:07] "GET /projects?obj_uuids=b7377416-652e-4d65-bcea-7df03245cb39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001184 10.0.0.56 - - [2025-09-18 02:27:07] "GET /project/b7377416-652e-4d65-bcea-7df03245cb39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.058413 10.0.0.56 - - [2025-09-18 02:27:07] "POST /neutron/network HTTP/1.1" 200 117 0.012235 10.0.0.41 - - [2025-09-18 02:27:07] "POST /route-targets HTTP/1.1" 200 327 0.025250 10.0.0.56 - - [2025-09-18 02:27:08] "POST /neutron/network HTTP/1.1" 200 826 0.008673 10.0.0.56 - - [2025-09-18 02:27:08] "POST /id-to-fqname HTTP/1.1" 200 222 0.001149 10.0.0.56 - - [2025-09-18 02:27:08] "GET /virtual-network/6975f37a-2709-4fd3-9dc5-a3968385cce3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004903 10.0.0.56 - - [2025-09-18 02:27:08] "GET /virtual-network/6975f37a-2709-4fd3-9dc5-a3968385cce3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006056 10.0.0.56 - - [2025-09-18 02:27:08] "POST /neutron/subnet HTTP/1.1" 200 724 0.008672 10.0.0.56 - - [2025-09-18 02:27:08] "POST /fqname-to-id HTTP/1.1" 404 228 0.003228 10.0.0.56 - - [2025-09-18 02:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.41 - - [2025-09-18 02:27:08] "GET /projects?obj_uuids=b7377416-652e-4d65-bcea-7df03245cb39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000957 10.0.0.56 - - [2025-09-18 02:27:08] "GET /project/b7377416-652e-4d65-bcea-7df03245cb39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.041617 10.0.0.56 - - [2025-09-18 02:27:08] "POST /network-policys HTTP/1.1" 200 571 0.027870 10.0.0.56 - - [2025-09-18 02:27:08] "GET /network-policy/fd2b6414-b851-42bc-97c6-249c749fb816?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005735 10.0.0.56 - - [2025-09-18 02:27:08] "POST /neutron/network HTTP/1.1" 200 927 0.010710 10.0.0.56 - - [2025-09-18 02:27:08] "GET /virtual-network/1b031d96-f8af-4060-8581-09c484f62de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005470 10.0.0.56 - - [2025-09-18 02:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.41 - - [2025-09-18 02:27:08] "POST /access-control-lists HTTP/1.1" 200 590 0.103984 10.0.0.56 - - [2025-09-18 02:27:08] "GET /network-policy/fd2b6414-b851-42bc-97c6-249c749fb816?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.010328 10.0.0.56 - - [2025-09-18 02:27:08] "POST /neutron/network HTTP/1.1" 200 928 0.008071 10.0.0.56 - - [2025-09-18 02:27:08] "GET /virtual-network/6975f37a-2709-4fd3-9dc5-a3968385cce3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004846 10.0.0.56 - - [2025-09-18 02:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.56 - - [2025-09-18 02:27:08] "GET /network-policy/fd2b6414-b851-42bc-97c6-249c749fb816?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003951 10.0.0.41 - - [2025-09-18 02:27:08] "POST /ref-update HTTP/1.1" 200 156 0.032283 10.0.0.56 - - [2025-09-18 02:27:09] "GET /virtual-network/1b031d96-f8af-4060-8581-09c484f62de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006822 10.0.0.56 - - [2025-09-18 02:27:09] "GET /obj-perms HTTP/1.1" 200 5034 0.054721 10.0.0.56 - - [2025-09-18 02:27:11] "GET /virtual-network/6975f37a-2709-4fd3-9dc5-a3968385cce3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005647 10.0.0.22 - - [2025-09-18 02:27:11] "GET /obj-perms HTTP/1.1" 200 5034 0.060906 10.0.0.56 - - [2025-09-18 02:27:11] "POST /id-to-fqname HTTP/1.1" 200 222 0.001263 10.0.0.41 - - [2025-09-18 02:27:12] "GET /projects?obj_uuids=b7377416-652e-4d65-bcea-7df03245cb39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001675 10.0.0.56 - - [2025-09-18 02:27:12] "GET /project/b7377416-652e-4d65-bcea-7df03245cb39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.070668 10.0.0.56 - - [2025-09-18 02:27:12] "POST /neutron/port HTTP/1.1" 200 117 0.008326 10.0.0.56 - - [2025-09-18 02:27:12] "POST /id-to-fqname HTTP/1.1" 200 222 0.001224 10.0.0.56 - - [2025-09-18 02:27:13] "POST /neutron/network HTTP/1.1" 200 938 0.006909 10.0.0.56 - - [2025-09-18 02:27:13] "POST /neutron/port HTTP/1.1" 200 1061 0.046863 10.0.0.41 - - [2025-09-18 02:27:14] "GET /projects?obj_uuids=b7377416-652e-4d65-bcea-7df03245cb39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000792 10.0.0.56 - - [2025-09-18 02:27:14] "POST /neutron/port HTTP/1.1" 200 1089 0.015291 10.0.0.56 - - [2025-09-18 02:27:14] "GET /project/b7377416-652e-4d65-bcea-7df03245cb39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.077954 10.0.0.56 - - [2025-09-18 02:27:14] "POST /neutron/subnet HTTP/1.1" 200 693 0.007886 10.0.0.56 - - [2025-09-18 02:27:14] "POST /neutron/port HTTP/1.1" 200 1089 0.016293 10.0.0.56 - - [2025-09-18 02:27:14] "POST /neutron/port HTTP/1.1" 200 1089 0.016536 10.0.0.41 - - [2025-09-18 02:27:14] "GET /projects?obj_uuids=b7377416-652e-4d65-bcea-7df03245cb39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000941 10.0.0.56 - - [2025-09-18 02:27:15] "POST /neutron/port HTTP/1.1" 200 1062 0.321220 10.0.0.56 - - [2025-09-18 02:27:15] "POST /neutron/port HTTP/1.1" 200 1116 0.128240 10.0.0.56 - - [2025-09-18 02:27:15] "POST /neutron/subnet HTTP/1.1" 200 698 0.008381 10.0.0.56 - - [2025-09-18 02:27:19] "POST /neutron/port HTTP/1.1" 200 1089 0.015195 10.0.0.56 - - [2025-09-18 02:27:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011239 10.0.0.56 - - [2025-09-18 02:27:19] "GET /virtual-machine/73b49ba6-efad-4a80-9bbd-caa5dd85547d HTTP/1.1" 401 292 0.000389 10.0.0.56 - - [2025-09-18 02:27:20] "GET /virtual-machine/73b49ba6-efad-4a80-9bbd-caa5dd85547d HTTP/1.1" 200 1294 0.032244 10.0.0.56 - - [2025-09-18 02:27:20] "GET /virtual-machine-interface/dbf6388d-d280-4a34-9b0f-c77444c986ef HTTP/1.1" 200 2951 0.005862 10.0.0.56 - - [2025-09-18 02:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.56 - - [2025-09-18 02:27:20] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003435 10.0.0.56 - - [2025-09-18 02:27:20] "GET /virtual-networks?parent_id=b7377416-652e-4d65-bcea-7df03245cb39&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003036 10.0.0.56 - - [2025-09-18 02:27:20] "GET /virtual-network/1b031d96-f8af-4060-8581-09c484f62de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006148 10.0.0.41 - - [2025-09-18 02:27:22] "DELETE /access-control-list/36f304da-6a76-4df1-a6ff-44a1343eeb6d HTTP/1.1" 200 115 0.038879 10.0.0.56 - - [2025-09-18 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.56 - - [2025-09-18 02:27:23] "GET /virtual-network/1b031d96-f8af-4060-8581-09c484f62de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005182 10.0.0.41 - - [2025-09-18 02:27:23] "GET /obj-perms HTTP/1.1" 200 5056 0.045897 10.0.0.56 - - [2025-09-18 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.56 - - [2025-09-18 02:27:27] "GET /virtual-network/1b031d96-f8af-4060-8581-09c484f62de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005390 10.0.0.56 - - [2025-09-18 02:27:29] "POST /neutron/port HTTP/1.1" 200 1090 0.014171 10.0.0.56 - - [2025-09-18 02:27:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003898 10.0.0.56 - - [2025-09-18 02:27:29] "POST /neutron/network HTTP/1.1" 200 928 0.007072 10.0.0.56 - - [2025-09-18 02:27:31] "POST /neutron/network HTTP/1.1" 200 937 0.006735 10.0.0.56 - - [2025-09-18 02:27:31] "POST /neutron/port HTTP/1.1" 200 117 0.001144 10.0.0.56 - - [2025-09-18 02:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.56 - - [2025-09-18 02:27:31] "GET /virtual-network/1b031d96-f8af-4060-8581-09c484f62de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005319 10.0.0.56 - - [2025-09-18 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.56 - - [2025-09-18 02:27:35] "GET /virtual-network/1b031d96-f8af-4060-8581-09c484f62de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005273 10.0.0.56 - - [2025-09-18 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004842 10.0.0.56 - - [2025-09-18 02:27:39] "GET /virtual-network/1b031d96-f8af-4060-8581-09c484f62de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005082 10.0.0.56 - - [2025-09-18 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.56 - - [2025-09-18 02:27:43] "GET /virtual-network/1b031d96-f8af-4060-8581-09c484f62de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004982 10.0.0.56 - - [2025-09-18 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.56 - - [2025-09-18 02:27:47] "GET /virtual-network/1b031d96-f8af-4060-8581-09c484f62de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005692 10.0.0.56 - - [2025-09-18 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.56 - - [2025-09-18 02:27:52] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003841 10.0.0.56 - - [2025-09-18 02:27:52] "GET /virtual-networks?parent_id=b7377416-652e-4d65-bcea-7df03245cb39&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003057 10.0.0.56 - - [2025-09-18 02:27:52] "GET /virtual-network/1b031d96-f8af-4060-8581-09c484f62de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006415 10.0.0.56 - - [2025-09-18 02:27:52] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007148 10.0.0.41 - - [2025-09-18 02:27:57] "DELETE /project/e601b0f9-01b7-41d9-90b6-608b9b52c59b HTTP/1.1" 404 177 0.002919 10.0.0.41 - - [2025-09-18 02:27:57] "DELETE /project/b7377416652e4d65bcea7df03245cb39 HTTP/1.1" 404 173 0.005106 10.0.0.56 - - [2025-09-18 02:28:01] "POST /neutron/port HTTP/1.1" 200 1089 0.058334 10.0.0.56 - - [2025-09-18 02:28:02] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010227 10.0.0.56 - - [2025-09-18 02:28:13] "POST /neutron/port HTTP/1.1" 200 1090 0.017477 10.0.0.56 - - [2025-09-18 02:28:13] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007209 10.0.0.56 - - [2025-09-18 02:28:13] "GET /virtual-machine/ef7c71b5-bcd1-40e7-b7ad-28340e44beae HTTP/1.1" 200 1295 0.006109 10.0.0.56 - - [2025-09-18 02:28:13] "GET /virtual-machine-interface/ec22dc23-e2c7-4cd5-82fe-053d1ba1bb57 HTTP/1.1" 200 2950 0.005333 10.0.0.56 - - [2025-09-18 02:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.56 - - [2025-09-18 02:28:13] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003722 10.0.0.56 - - [2025-09-18 02:28:13] "GET /virtual-networks?parent_id=b7377416-652e-4d65-bcea-7df03245cb39&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003127 10.0.0.56 - - [2025-09-18 02:28:13] "GET /virtual-network/6975f37a-2709-4fd3-9dc5-a3968385cce3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006226 10.0.0.56 - - [2025-09-18 02:28:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.56 - - [2025-09-18 02:28:14] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003629 10.0.0.56 - - [2025-09-18 02:28:14] "GET /virtual-networks?parent_id=b7377416-652e-4d65-bcea-7df03245cb39&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002930 10.0.0.56 - - [2025-09-18 02:28:14] "GET /virtual-network/6975f37a-2709-4fd3-9dc5-a3968385cce3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006771 10.0.0.56 - - [2025-09-18 02:28:14] "POST /neutron/port HTTP/1.1" 200 1090 0.014086 10.0.0.56 - - [2025-09-18 02:28:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006161 10.0.0.56 - - [2025-09-18 02:28:29] "POST /neutron/port HTTP/1.1" 200 1090 0.016448 10.0.0.56 - - [2025-09-18 02:28:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003589 10.0.0.56 - - [2025-09-18 02:28:29] "POST /neutron/network HTTP/1.1" 200 928 0.006889 10.0.0.56 - - [2025-09-18 02:28:32] "POST /neutron/network HTTP/1.1" 200 937 0.008609 10.0.0.56 - - [2025-09-18 02:28:32] "POST /neutron/port HTTP/1.1" 200 117 0.001047 10.0.0.56 - - [2025-09-18 02:29:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006096 10.0.0.41 - - [2025-09-18 02:29:07] "GET /projects?obj_uuids=b7377416-652e-4d65-bcea-7df03245cb39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.043387 10.0.0.56 - - [2025-09-18 02:29:07] "GET /project/b7377416-652e-4d65-bcea-7df03245cb39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.091950 10.0.0.56 - - [2025-09-18 02:29:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.56 - - [2025-09-18 02:29:07] "PUT /network-policy/fd2b6414-b851-42bc-97c6-249c749fb816 HTTP/1.1" 200 262 0.018768 10.0.0.41 - - [2025-09-18 02:29:08] "POST /ref-update HTTP/1.1" 200 156 0.049600 10.0.0.56 - - [2025-09-18 02:29:12] "GET /virtual-network/6975f37a-2709-4fd3-9dc5-a3968385cce3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006307 10.0.0.56 - - [2025-09-18 02:29:12] "POST /neutron/network HTTP/1.1" 200 826 0.070822 10.0.0.41 - - [2025-09-18 02:29:12] "DELETE /access-control-list/26fa760b-73af-49b8-be97-16c79751329b HTTP/1.1" 200 115 0.056258 10.0.0.56 - - [2025-09-18 02:29:12] "GET /virtual-network/6975f37a-2709-4fd3-9dc5-a3968385cce3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008317 10.0.0.56 - - [2025-09-18 02:29:12] "GET /virtual-network/1b031d96-f8af-4060-8581-09c484f62de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006332 10.0.0.56 - - [2025-09-18 02:29:12] "POST /neutron/network HTTP/1.1" 200 825 0.066911 10.0.0.56 - - [2025-09-18 02:29:12] "GET /virtual-network/1b031d96-f8af-4060-8581-09c484f62de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009691 10.0.0.56 - - [2025-09-18 02:29:12] "DELETE /network-policy/fd2b6414-b851-42bc-97c6-249c749fb816 HTTP/1.1" 200 115 0.047765 10.0.0.56 - - [2025-09-18 02:29:13] "POST /neutron/port HTTP/1.1" 200 1090 0.023383 10.0.0.56 - - [2025-09-18 02:29:13] "POST /neutron/port HTTP/1.1" 200 151 0.178649 10.0.0.56 - - [2025-09-18 02:29:13] "POST /neutron/port HTTP/1.1" 200 151 0.211863 10.0.0.41 - - [2025-09-18 02:29:15] "DELETE /route-target/50014914-5b1c-42e5-98fc-992ab0d70139 HTTP/1.1" 200 115 0.028030 10.0.0.56 - - [2025-09-18 02:29:15] "POST /neutron/network HTTP/1.1" 200 825 0.006616 10.0.0.41 - - [2025-09-18 02:29:17] "GET /projects?obj_uuids=b7377416-652e-4d65-bcea-7df03245cb39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000926 10.0.0.56 - - [2025-09-18 02:29:17] "GET /project/b7377416-652e-4d65-bcea-7df03245cb39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.078989 10.0.0.41 - - [2025-09-18 02:29:17] "GET /projects?obj_uuids=b7377416-652e-4d65-bcea-7df03245cb39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000839 10.0.0.56 - - [2025-09-18 02:29:17] "GET /project/b7377416-652e-4d65-bcea-7df03245cb39?fields=virtual_networks HTTP/1.1" 200 1036 0.041333 10.0.0.41 - - [2025-09-18 02:29:17] "GET /projects?obj_uuids=b7377416-652e-4d65-bcea-7df03245cb39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000955 10.0.0.56 - - [2025-09-18 02:29:17] "GET /project/b7377416-652e-4d65-bcea-7df03245cb39?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.040437 10.0.0.41 - - [2025-09-18 02:29:17] "GET /projects?obj_uuids=b7377416-652e-4d65-bcea-7df03245cb39&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001037 10.0.0.56 - - [2025-09-18 02:29:17] "GET /project/b7377416-652e-4d65-bcea-7df03245cb39?fields=security_groups HTTP/1.1" 200 1264 0.058716 10.0.0.56 - - [2025-09-18 02:29:18] "POST /fqname-to-id HTTP/1.1" 404 200 0.026874 10.0.0.41 - - [2025-09-18 02:29:18] "GET /projects?obj_uuids=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003325 10.0.0.41 - - [2025-09-18 02:29:18] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000920 10.0.0.41 - - [2025-09-18 02:29:18] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.031041 10.0.0.41 - - [2025-09-18 02:29:18] "POST /id-to-fqname HTTP/1.1" 200 202 0.001285 10.0.0.41 - - [2025-09-18 02:29:18] "POST /fqname-to-id HTTP/1.1" 404 211 0.005383 10.0.0.41 - - [2025-09-18 02:29:18] "POST /security-groups HTTP/1.1" 200 603 0.077419 10.0.0.41 - - [2025-09-18 02:29:18] "POST /fqname-to-id HTTP/1.1" 404 246 0.005637 10.0.0.41 - - [2025-09-18 02:29:18] "POST /projects HTTP/1.1" 200 609 0.289935 10.0.0.41 - - [2025-09-18 02:29:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.362685 10.0.0.41 - - [2025-09-18 02:29:18] "POST /access-control-lists HTTP/1.1" 200 606 0.033565 10.0.0.56 - - [2025-09-18 02:29:18] "GET /project/2e792f6a-f19a-446b-a76d-e97f7b01554b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.531117 10.0.0.56 - - [2025-09-18 02:29:20] "GET / HTTP/1.1" 200 35931 0.001640 10.0.0.56 - - [2025-09-18 02:29:23] "GET /project/2e792f6a-f19a-446b-a76d-e97f7b01554b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000419 10.0.0.41 - - [2025-09-18 02:29:24] "GET /projects?obj_uuids=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000907 10.0.0.56 - - [2025-09-18 02:29:24] "GET /project/2e792f6a-f19a-446b-a76d-e97f7b01554b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.068441 10.0.0.56 - - [2025-09-18 02:29:24] "GET / HTTP/1.1" 200 35931 0.002111 10.0.0.56 - - [2025-09-18 02:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.41 - - [2025-09-18 02:29:25] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000812 10.0.0.56 - - [2025-09-18 02:29:25] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007093 10.0.0.56 - - [2025-09-18 02:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005253 10.0.0.41 - - [2025-09-18 02:29:25] "GET /projects?obj_uuids=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000855 10.0.0.56 - - [2025-09-18 02:29:25] "GET /project/2e792f6a-f19a-446b-a76d-e97f7b01554b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.047137 10.0.0.56 - - [2025-09-18 02:29:26] "GET /obj-perms HTTP/1.1" 200 5056 0.437779 10.0.0.56 - - [2025-09-18 02:29:26] "GET /domains HTTP/1.1" 401 292 0.000364 10.0.0.56 - - [2025-09-18 02:29:27] "GET /domains HTTP/1.1" 200 280 0.025955 10.0.0.41 - - [2025-09-18 02:29:27] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000867 10.0.0.56 - - [2025-09-18 02:29:27] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1 HTTP/1.1" 200 2585 0.008363 10.0.0.41 - - [2025-09-18 02:29:27] "GET /projects?obj_uuids=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000794 10.0.0.56 - - [2025-09-18 02:29:27] "GET /project/2e792f6a-f19a-446b-a76d-e97f7b01554b HTTP/1.1" 200 1923 0.088969 10.0.0.56 - - [2025-09-18 02:29:27] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002844 10.0.0.56 - - [2025-09-18 02:29:27] "POST /network-ipams HTTP/1.1" 200 621 0.036791 10.0.0.56 - - [2025-09-18 02:29:27] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003083 10.0.0.56 - - [2025-09-18 02:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.56 - - [2025-09-18 02:29:27] "GET /network-ipam/2ab15ca9-cdf6-4335-94bf-31ca7c9ebd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.006398 10.0.0.56 - - [2025-09-18 02:29:27] "PUT /network-ipam/2ab15ca9-cdf6-4335-94bf-31ca7c9ebd4d HTTP/1.1" 200 258 0.013196 10.0.0.56 - - [2025-09-18 02:29:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000452 10.0.0.56 - - [2025-09-18 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.026205 10.0.0.41 - - [2025-09-18 02:29:28] "GET /projects?obj_uuids=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000844 10.0.0.56 - - [2025-09-18 02:29:28] "GET /project/2e792f6a-f19a-446b-a76d-e97f7b01554b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.036214 10.0.0.41 - - [2025-09-18 02:29:28] "GET /projects?obj_uuids=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001250 10.0.0.56 - - [2025-09-18 02:29:28] "POST /neutron/network HTTP/1.1" 200 623 0.167100 10.0.0.41 - - [2025-09-18 02:29:28] "POST /route-targets HTTP/1.1" 200 327 0.015188 10.0.0.41 - - [2025-09-18 02:29:29] "POST /useragent-kv HTTP/1.1" 200 115 0.006994 10.0.0.56 - - [2025-09-18 02:29:29] "POST /neutron/subnet HTTP/1.1" 200 823 0.202783 10.0.0.41 - - [2025-09-18 02:29:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.055761 10.0.0.56 - - [2025-09-18 02:29:29] "POST /id-to-fqname HTTP/1.1" 200 235 0.001122 10.0.0.56 - - [2025-09-18 02:29:29] "GET /virtual-network/130d36fd-86d4-4bab-bf8a-4a0177477c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3172 0.005521 10.0.0.56 - - [2025-09-18 02:29:29] "GET /virtual-network/130d36fd-86d4-4bab-bf8a-4a0177477c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3172 0.005283 10.0.0.56 - - [2025-09-18 02:29:29] "POST /neutron/network HTTP/1.1" 200 1336 0.010866 10.0.0.56 - - [2025-09-18 02:29:29] "POST /neutron/subnet HTTP/1.1" 200 823 0.008499 10.0.0.56 - - [2025-09-18 02:29:30] "GET /virtual-network/130d36fd-86d4-4bab-bf8a-4a0177477c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3172 0.005435 10.0.0.22 - - [2025-09-18 02:29:31] "GET /obj-perms HTTP/1.1" 200 5019 0.048390 10.0.0.56 - - [2025-09-18 02:29:31] "POST /fqname-to-id HTTP/1.1" 404 229 0.003690 10.0.0.56 - - [2025-09-18 02:29:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.41 - - [2025-09-18 02:29:31] "GET /projects?obj_uuids=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000927 10.0.0.56 - - [2025-09-18 02:29:31] "GET /project/2e792f6a-f19a-446b-a76d-e97f7b01554b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.036689 10.0.0.56 - - [2025-09-18 02:29:31] "POST /network-policys HTTP/1.1" 200 563 0.046820 10.0.0.56 - - [2025-09-18 02:29:31] "GET /network-policy/3cc32a24-41d8-4714-9107-3b71afd1f800?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006891 10.0.0.56 - - [2025-09-18 02:29:32] "POST /fqname-to-id HTTP/1.1" 404 229 0.003749 10.0.0.56 - - [2025-09-18 02:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.41 - - [2025-09-18 02:29:32] "GET /projects?obj_uuids=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000913 10.0.0.56 - - [2025-09-18 02:29:32] "GET /project/2e792f6a-f19a-446b-a76d-e97f7b01554b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.031554 10.0.0.56 - - [2025-09-18 02:29:32] "POST /network-policys HTTP/1.1" 200 563 0.030990 10.0.0.56 - - [2025-09-18 02:29:32] "GET /network-policy/2e52d843-892f-44f4-a863-6c918ef8952d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.006747 10.0.0.56 - - [2025-09-18 02:29:32] "POST /fqname-to-id HTTP/1.1" 404 229 0.003482 10.0.0.56 - - [2025-09-18 02:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002780 10.0.0.41 - - [2025-09-18 02:29:32] "GET /projects?obj_uuids=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001341 10.0.0.56 - - [2025-09-18 02:29:32] "GET /project/2e792f6a-f19a-446b-a76d-e97f7b01554b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.032613 10.0.0.56 - - [2025-09-18 02:29:32] "POST /network-policys HTTP/1.1" 200 563 0.026576 10.0.0.56 - - [2025-09-18 02:29:32] "GET /network-policy/b63e681a-ce39-4410-ab1e-855b05f8792c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005987 10.0.0.56 - - [2025-09-18 02:29:32] "POST /fqname-to-id HTTP/1.1" 404 229 0.003373 10.0.0.56 - - [2025-09-18 02:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.41 - - [2025-09-18 02:29:33] "GET /projects?obj_uuids=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000872 10.0.0.56 - - [2025-09-18 02:29:33] "GET /project/2e792f6a-f19a-446b-a76d-e97f7b01554b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.043098 10.0.0.56 - - [2025-09-18 02:29:33] "POST /network-policys HTTP/1.1" 200 563 0.027647 10.0.0.56 - - [2025-09-18 02:29:33] "GET /network-policy/b4bf507e-7da8-4c7d-a188-e030f2d5308a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006366 10.0.0.56 - - [2025-09-18 02:29:33] "POST /fqname-to-id HTTP/1.1" 404 229 0.003544 10.0.0.56 - - [2025-09-18 02:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.41 - - [2025-09-18 02:29:33] "GET /projects?obj_uuids=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001066 10.0.0.56 - - [2025-09-18 02:29:33] "GET /project/2e792f6a-f19a-446b-a76d-e97f7b01554b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.039398 10.0.0.56 - - [2025-09-18 02:29:33] "POST /network-policys HTTP/1.1" 200 563 0.029567 10.0.0.56 - - [2025-09-18 02:29:33] "GET /network-policy/e016a04d-1fb8-4873-a9c2-53cdf863caa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006140 10.0.0.56 - - [2025-09-18 02:29:33] "POST /fqname-to-id HTTP/1.1" 404 229 0.005662 10.0.0.56 - - [2025-09-18 02:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.41 - - [2025-09-18 02:29:33] "GET /projects?obj_uuids=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000931 10.0.0.56 - - [2025-09-18 02:29:33] "GET /project/2e792f6a-f19a-446b-a76d-e97f7b01554b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.037882 10.0.0.56 - - [2025-09-18 02:29:33] "POST /network-policys HTTP/1.1" 200 563 0.031669 10.0.0.56 - - [2025-09-18 02:29:34] "GET /network-policy/3e4920b2-76af-4d96-a5c5-6435cf3d9ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006527 10.0.0.56 - - [2025-09-18 02:29:34] "POST /fqname-to-id HTTP/1.1" 404 229 0.003361 10.0.0.56 - - [2025-09-18 02:29:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.41 - - [2025-09-18 02:29:34] "GET /projects?obj_uuids=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000872 10.0.0.56 - - [2025-09-18 02:29:34] "GET /project/2e792f6a-f19a-446b-a76d-e97f7b01554b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.043735 10.0.0.56 - - [2025-09-18 02:29:34] "POST /network-policys HTTP/1.1" 200 563 0.027307 10.0.0.56 - - [2025-09-18 02:29:34] "GET /network-policy/cbd32da0-6187-4fc5-beea-81b29152f2e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.008621 10.0.0.56 - - [2025-09-18 02:29:34] "POST /fqname-to-id HTTP/1.1" 404 229 0.003177 10.0.0.56 - - [2025-09-18 02:29:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.41 - - [2025-09-18 02:29:34] "GET /projects?obj_uuids=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000880 10.0.0.56 - - [2025-09-18 02:29:34] "GET /project/2e792f6a-f19a-446b-a76d-e97f7b01554b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.039678 10.0.0.56 - - [2025-09-18 02:29:34] "POST /network-policys HTTP/1.1" 200 563 0.028400 10.0.0.56 - - [2025-09-18 02:29:34] "GET /network-policy/55f0ccc6-869e-4437-80e7-f57d788fb3c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.006350 10.0.0.56 - - [2025-09-18 02:29:34] "POST /fqname-to-id HTTP/1.1" 404 229 0.003013 10.0.0.56 - - [2025-09-18 02:29:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002573 10.0.0.41 - - [2025-09-18 02:29:34] "GET /projects?obj_uuids=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000901 10.0.0.56 - - [2025-09-18 02:29:35] "GET /project/2e792f6a-f19a-446b-a76d-e97f7b01554b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.042163 10.0.0.56 - - [2025-09-18 02:29:35] "POST /network-policys HTTP/1.1" 200 563 0.027203 10.0.0.56 - - [2025-09-18 02:29:35] "GET /network-policy/869eea22-95e9-4877-9b7b-534050995627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005946 10.0.0.56 - - [2025-09-18 02:29:35] "POST /fqname-to-id HTTP/1.1" 404 229 0.003263 10.0.0.56 - - [2025-09-18 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.41 - - [2025-09-18 02:29:35] "GET /projects?obj_uuids=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000939 10.0.0.56 - - [2025-09-18 02:29:35] "GET /project/2e792f6a-f19a-446b-a76d-e97f7b01554b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.053802 10.0.0.56 - - [2025-09-18 02:29:35] "POST /network-policys HTTP/1.1" 200 563 0.030567 10.0.0.56 - - [2025-09-18 02:29:35] "GET /network-policy/4cef5c9d-458a-4e02-a39a-6661ddb3c745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006215 10.0.0.41 - - [2025-09-18 02:29:36] "POST /access-control-lists HTTP/1.1" 200 609 0.055669 10.0.0.56 - - [2025-09-18 02:29:36] "POST /neutron/network HTTP/1.1" 200 2249 0.044668 10.0.0.56 - - [2025-09-18 02:29:36] "GET /virtual-network/130d36fd-86d4-4bab-bf8a-4a0177477c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6137 0.007769 10.0.0.56 - - [2025-09-18 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.56 - - [2025-09-18 02:29:36] "GET /network-policy/2e52d843-892f-44f4-a863-6c918ef8952d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.004494 10.0.0.56 - - [2025-09-18 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.56 - - [2025-09-18 02:29:36] "GET /network-policy/3cc32a24-41d8-4714-9107-3b71afd1f800?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004546 10.0.0.56 - - [2025-09-18 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.56 - - [2025-09-18 02:29:36] "GET /network-policy/3e4920b2-76af-4d96-a5c5-6435cf3d9ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.003978 10.0.0.56 - - [2025-09-18 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.56 - - [2025-09-18 02:29:36] "GET /network-policy/4cef5c9d-458a-4e02-a39a-6661ddb3c745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004710 10.0.0.56 - - [2025-09-18 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.56 - - [2025-09-18 02:29:36] "GET /network-policy/55f0ccc6-869e-4437-80e7-f57d788fb3c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.006344 10.0.0.56 - - [2025-09-18 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004245 10.0.0.56 - - [2025-09-18 02:29:36] "GET /network-policy/869eea22-95e9-4877-9b7b-534050995627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004188 10.0.0.56 - - [2025-09-18 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.56 - - [2025-09-18 02:29:36] "GET /network-policy/b4bf507e-7da8-4c7d-a188-e030f2d5308a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004321 10.0.0.56 - - [2025-09-18 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.56 - - [2025-09-18 02:29:36] "GET /network-policy/b63e681a-ce39-4410-ab1e-855b05f8792c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004179 10.0.0.56 - - [2025-09-18 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.56 - - [2025-09-18 02:29:36] "GET /network-policy/cbd32da0-6187-4fc5-beea-81b29152f2e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004132 10.0.0.56 - - [2025-09-18 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.56 - - [2025-09-18 02:29:36] "GET /network-policy/e016a04d-1fb8-4873-a9c2-53cdf863caa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004664 10.0.0.56 - - [2025-09-18 02:29:36] "POST /id-to-fqname HTTP/1.1" 200 235 0.001735 10.0.0.41 - - [2025-09-18 02:29:37] "GET /projects?obj_uuids=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001041 10.0.0.56 - - [2025-09-18 02:29:37] "GET /project/2e792f6a-f19a-446b-a76d-e97f7b01554b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.066667 10.0.0.56 - - [2025-09-18 02:29:38] "POST /neutron/port HTTP/1.1" 200 117 0.006485 10.0.0.56 - - [2025-09-18 02:29:38] "POST /neutron/network HTTP/1.1" 200 2259 0.011795 10.0.0.56 - - [2025-09-18 02:29:39] "POST /neutron/port HTTP/1.1" 200 1173 0.016840 10.0.0.56 - - [2025-09-18 02:29:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006635 10.0.0.56 - - [2025-09-18 02:29:39] "POST /neutron/port HTTP/1.1" 200 117 0.000984 10.0.0.56 - - [2025-09-18 02:29:43] "POST /neutron/port HTTP/1.1" 200 1201 0.017634 10.0.0.56 - - [2025-09-18 02:29:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007569 10.0.0.56 - - [2025-09-18 02:29:43] "GET /virtual-machine/d0f694cd-4686-46bc-b633-1ae7122391be HTTP/1.1" 401 292 0.000443 10.0.0.56 - - [2025-09-18 02:29:43] "GET /virtual-machine/d0f694cd-4686-46bc-b633-1ae7122391be HTTP/1.1" 200 1305 0.027960 10.0.0.56 - - [2025-09-18 02:29:43] "GET /virtual-machine-interface/e0fd620c-6415-4119-af6f-85a9eb9699cf HTTP/1.1" 200 3169 0.005259 10.0.0.56 - - [2025-09-18 02:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.56 - - [2025-09-18 02:29:43] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003662 10.0.0.56 - - [2025-09-18 02:29:43] "GET /virtual-networks?parent_id=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003204 10.0.0.56 - - [2025-09-18 02:29:43] "GET /virtual-network/130d36fd-86d4-4bab-bf8a-4a0177477c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6137 0.005866 10.0.0.56 - - [2025-09-18 02:29:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.56 - - [2025-09-18 02:29:47] "GET /virtual-network/130d36fd-86d4-4bab-bf8a-4a0177477c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6137 0.009193 10.0.0.56 - - [2025-09-18 02:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.56 - - [2025-09-18 02:29:51] "GET /virtual-network/130d36fd-86d4-4bab-bf8a-4a0177477c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6137 0.005600 10.0.0.56 - - [2025-09-18 02:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.56 - - [2025-09-18 02:29:55] "GET /virtual-network/130d36fd-86d4-4bab-bf8a-4a0177477c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6137 0.005646 10.0.0.41 - - [2025-09-18 02:29:58] "DELETE /project/2e792f6af19a446ba76de97f7b01554b HTTP/1.1" 404 173 0.002804 10.0.0.41 - - [2025-09-18 02:29:58] "DELETE /project/b7377416-652e-4d65-bcea-7df03245cb39 HTTP/1.1" 404 177 0.005497 10.0.0.56 - - [2025-09-18 02:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.56 - - [2025-09-18 02:29:59] "GET /virtual-network/130d36fd-86d4-4bab-bf8a-4a0177477c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6137 0.005987 10.0.0.56 - - [2025-09-18 02:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.56 - - [2025-09-18 02:30:03] "GET /virtual-network/130d36fd-86d4-4bab-bf8a-4a0177477c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6137 0.006601 10.0.0.56 - - [2025-09-18 02:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005066 10.0.0.56 - - [2025-09-18 02:30:07] "GET /virtual-network/130d36fd-86d4-4bab-bf8a-4a0177477c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6137 0.007779 10.0.0.56 - - [2025-09-18 02:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.56 - - [2025-09-18 02:30:11] "GET /virtual-network/130d36fd-86d4-4bab-bf8a-4a0177477c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6137 0.005826 10.0.0.56 - - [2025-09-18 02:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.56 - - [2025-09-18 02:30:15] "GET /virtual-network/130d36fd-86d4-4bab-bf8a-4a0177477c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6137 0.005985 10.0.0.56 - - [2025-09-18 02:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.56 - - [2025-09-18 02:30:17] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003901 10.0.0.56 - - [2025-09-18 02:30:17] "GET /virtual-networks?parent_id=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002954 10.0.0.56 - - [2025-09-18 02:30:17] "GET /virtual-network/130d36fd-86d4-4bab-bf8a-4a0177477c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6137 0.006127 10.0.0.56 - - [2025-09-18 02:30:18] "POST /neutron/port HTTP/1.1" 200 1201 0.016441 10.0.0.56 - - [2025-09-18 02:30:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006762 10.0.0.41 - - [2025-09-18 02:30:27] "GET /obj-perms HTTP/1.1" 200 5056 0.053077 10.0.0.56 - - [2025-09-18 02:30:29] "POST /neutron/port HTTP/1.1" 200 1201 0.018727 10.0.0.56 - - [2025-09-18 02:30:32] "POST /neutron/port HTTP/1.1" 200 1201 0.022893 10.0.0.56 - - [2025-09-18 02:30:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003848 10.0.0.56 - - [2025-09-18 02:30:32] "POST /neutron/port HTTP/1.1" 200 117 0.001082 10.0.0.56 - - [2025-09-18 02:30:33] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008756 10.0.0.56 - - [2025-09-18 02:30:38] "POST /neutron/port HTTP/1.1" 200 1201 0.016627 10.0.0.56 - - [2025-09-18 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.56 - - [2025-09-18 02:30:39] "GET /network-policy/3cc32a24-41d8-4714-9107-3b71afd1f800?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.003721 10.0.0.56 - - [2025-09-18 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.56 - - [2025-09-18 02:30:39] "GET /network-policy/2e52d843-892f-44f4-a863-6c918ef8952d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.004746 10.0.0.56 - - [2025-09-18 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.56 - - [2025-09-18 02:30:39] "GET /network-policy/b63e681a-ce39-4410-ab1e-855b05f8792c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004477 10.0.0.56 - - [2025-09-18 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.56 - - [2025-09-18 02:30:39] "GET /network-policy/b4bf507e-7da8-4c7d-a188-e030f2d5308a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004129 10.0.0.56 - - [2025-09-18 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.56 - - [2025-09-18 02:30:39] "GET /network-policy/e016a04d-1fb8-4873-a9c2-53cdf863caa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004719 10.0.0.56 - - [2025-09-18 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.56 - - [2025-09-18 02:30:39] "GET /network-policy/3e4920b2-76af-4d96-a5c5-6435cf3d9ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004687 10.0.0.56 - - [2025-09-18 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.56 - - [2025-09-18 02:30:39] "GET /network-policy/cbd32da0-6187-4fc5-beea-81b29152f2e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005059 10.0.0.56 - - [2025-09-18 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.56 - - [2025-09-18 02:30:39] "GET /network-policy/55f0ccc6-869e-4437-80e7-f57d788fb3c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.004921 10.0.0.56 - - [2025-09-18 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.56 - - [2025-09-18 02:30:39] "GET /network-policy/869eea22-95e9-4877-9b7b-534050995627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005185 10.0.0.56 - - [2025-09-18 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.56 - - [2025-09-18 02:30:39] "GET /network-policy/4cef5c9d-458a-4e02-a39a-6661ddb3c745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004200 10.0.0.56 - - [2025-09-18 02:30:39] "POST /neutron/network HTTP/1.1" 200 1439 0.164120 10.0.0.56 - - [2025-09-18 02:30:39] "GET /virtual-network/130d36fd-86d4-4bab-bf8a-4a0177477c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3491 0.005828 10.0.0.56 - - [2025-09-18 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005077 10.0.0.56 - - [2025-09-18 02:30:39] "GET /network-policy/3cc32a24-41d8-4714-9107-3b71afd1f800?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004126 10.0.0.41 - - [2025-09-18 02:30:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.009299 10.0.0.56 - - [2025-09-18 02:30:45] "POST /neutron/network HTTP/1.1" 200 1439 0.096997 10.0.0.41 - - [2025-09-18 02:30:45] "PUT /access-control-list/f7ace8c0-96e2-4e0d-a6ec-70ef0d001e59 HTTP/1.1" 200 272 0.064039 10.0.0.56 - - [2025-09-18 02:30:45] "GET /virtual-network/130d36fd-86d4-4bab-bf8a-4a0177477c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3491 0.005564 10.0.0.56 - - [2025-09-18 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.56 - - [2025-09-18 02:30:45] "GET /network-policy/2e52d843-892f-44f4-a863-6c918ef8952d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.004686 10.0.0.56 - - [2025-09-18 02:30:50] "POST /neutron/network HTTP/1.1" 200 1439 0.104079 10.0.0.56 - - [2025-09-18 02:30:50] "GET /virtual-network/130d36fd-86d4-4bab-bf8a-4a0177477c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3491 0.006092 10.0.0.56 - - [2025-09-18 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.56 - - [2025-09-18 02:30:50] "GET /network-policy/b63e681a-ce39-4410-ab1e-855b05f8792c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004327 10.0.0.56 - - [2025-09-18 02:30:55] "POST /neutron/network HTTP/1.1" 200 1439 0.100826 10.0.0.56 - - [2025-09-18 02:30:55] "GET /virtual-network/130d36fd-86d4-4bab-bf8a-4a0177477c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3491 0.005653 10.0.0.56 - - [2025-09-18 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.56 - - [2025-09-18 02:30:55] "GET /network-policy/b4bf507e-7da8-4c7d-a188-e030f2d5308a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004342 10.0.0.41 - - [2025-09-18 02:31:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.010668 10.0.0.41 - - [2025-09-18 02:31:00] "PUT /access-control-list/f7ace8c0-96e2-4e0d-a6ec-70ef0d001e59 HTTP/1.1" 200 272 0.048853 10.0.0.56 - - [2025-09-18 02:31:01] "POST /neutron/network HTTP/1.1" 200 1439 0.147295 10.0.0.56 - - [2025-09-18 02:31:01] "GET /virtual-network/130d36fd-86d4-4bab-bf8a-4a0177477c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3491 0.005931 10.0.0.56 - - [2025-09-18 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.56 - - [2025-09-18 02:31:01] "GET /network-policy/e016a04d-1fb8-4873-a9c2-53cdf863caa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006364 10.0.0.56 - - [2025-09-18 02:31:06] "POST /neutron/network HTTP/1.1" 200 1439 0.106253 10.0.0.56 - - [2025-09-18 02:31:06] "GET /virtual-network/130d36fd-86d4-4bab-bf8a-4a0177477c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3491 0.007334 10.0.0.56 - - [2025-09-18 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006733 10.0.0.56 - - [2025-09-18 02:31:06] "GET /network-policy/3e4920b2-76af-4d96-a5c5-6435cf3d9ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005134 10.0.0.56 - - [2025-09-18 02:31:11] "POST /neutron/network HTTP/1.1" 200 1439 0.098094 10.0.0.56 - - [2025-09-18 02:31:11] "GET /virtual-network/130d36fd-86d4-4bab-bf8a-4a0177477c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3491 0.006001 10.0.0.56 - - [2025-09-18 02:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.56 - - [2025-09-18 02:31:11] "GET /network-policy/cbd32da0-6187-4fc5-beea-81b29152f2e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003925 10.0.0.41 - - [2025-09-18 02:31:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.019652 10.0.0.56 - - [2025-09-18 02:31:16] "POST /neutron/network HTTP/1.1" 200 1439 0.105532 10.0.0.41 - - [2025-09-18 02:31:16] "PUT /access-control-list/f7ace8c0-96e2-4e0d-a6ec-70ef0d001e59 HTTP/1.1" 200 272 0.064494 10.0.0.56 - - [2025-09-18 02:31:16] "GET /virtual-network/130d36fd-86d4-4bab-bf8a-4a0177477c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3491 0.005794 10.0.0.56 - - [2025-09-18 02:31:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.56 - - [2025-09-18 02:31:16] "GET /network-policy/55f0ccc6-869e-4437-80e7-f57d788fb3c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.005219 10.0.0.56 - - [2025-09-18 02:31:22] "POST /neutron/network HTTP/1.1" 200 1439 0.084313 10.0.0.56 - - [2025-09-18 02:31:22] "GET /virtual-network/130d36fd-86d4-4bab-bf8a-4a0177477c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3491 0.005753 10.0.0.56 - - [2025-09-18 02:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.56 - - [2025-09-18 02:31:22] "GET /network-policy/869eea22-95e9-4877-9b7b-534050995627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005207 10.0.0.56 - - [2025-09-18 02:31:27] "POST /neutron/network HTTP/1.1" 200 1439 0.117748 10.0.0.56 - - [2025-09-18 02:31:27] "GET /virtual-network/130d36fd-86d4-4bab-bf8a-4a0177477c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3491 0.006060 10.0.0.56 - - [2025-09-18 02:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.56 - - [2025-09-18 02:31:27] "GET /network-policy/4cef5c9d-458a-4e02-a39a-6661ddb3c745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.003933 10.0.0.56 - - [2025-09-18 02:31:32] "GET /virtual-machine/d0f694cd-4686-46bc-b633-1ae7122391be HTTP/1.1" 200 1305 0.004242 10.0.0.56 - - [2025-09-18 02:31:33] "POST /neutron/port HTTP/1.1" 200 1227 0.012646 10.0.0.56 - - [2025-09-18 02:31:34] "GET /virtual-machine/d0f694cd-4686-46bc-b633-1ae7122391be HTTP/1.1" 404 171 0.003233 10.0.0.56 - - [2025-09-18 02:31:34] "GET /virtual-machine/d0f694cd-4686-46bc-b633-1ae7122391be HTTP/1.1" 404 171 0.002782 10.0.0.56 - - [2025-09-18 02:31:34] "GET /virtual-machine/d0f694cd-4686-46bc-b633-1ae7122391be HTTP/1.1" 404 171 0.002424 10.0.0.56 - - [2025-09-18 02:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.56 - - [2025-09-18 02:31:34] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003478 10.0.0.56 - - [2025-09-18 02:31:34] "GET /virtual-networks?parent_id=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002871 10.0.0.56 - - [2025-09-18 02:31:34] "GET /virtual-network/130d36fd-86d4-4bab-bf8a-4a0177477c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3491 0.006710 10.0.0.56 - - [2025-09-18 02:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.56 - - [2025-09-18 02:31:35] "GET /routing-instance/a4074ba3-bd77-4c61-9a7a-d22b64c06e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.004025 10.0.0.56 - - [2025-09-18 02:31:35] "GET /route-target/ea9688d5-0f21-4abc-b164-31d6752e7d47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004679 10.0.0.56 - - [2025-09-18 02:31:35] "GET /obj-perms HTTP/1.1" 200 5019 0.053307 10.0.0.41 - - [2025-09-18 02:31:41] "GET /obj-perms HTTP/1.1" 200 5019 0.048336 10.0.0.56 - - [2025-09-18 02:31:44] "GET /obj-perms HTTP/1.1" 200 5019 0.004228 10.0.0.41 - - [2025-09-18 02:31:50] "GET /obj-perms HTTP/1.1" 200 5019 0.003709 10.0.0.56 - - [2025-09-18 02:31:53] "GET /obj-perms HTTP/1.1" 200 5019 0.003366 10.0.0.56 - - [2025-09-18 02:31:56] "GET /obj-perms HTTP/1.1" 200 5019 0.003708 10.0.0.22 - - [2025-09-18 02:31:56] "GET /obj-perms HTTP/1.1" 200 5019 0.003755 10.0.0.41 - - [2025-09-18 02:31:56] "GET /obj-perms HTTP/1.1" 200 5019 0.005610 10.0.0.56 - - [2025-09-18 02:31:57] "GET /virtual-network/130d36fd-86d4-4bab-bf8a-4a0177477c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3491 0.005814 10.0.0.41 - - [2025-09-18 02:31:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.008936 10.0.0.56 - - [2025-09-18 02:31:57] "POST /neutron/network HTTP/1.1" 200 1336 0.081553 10.0.0.41 - - [2025-09-18 02:31:57] "DELETE /access-control-list/f7ace8c0-96e2-4e0d-a6ec-70ef0d001e59 HTTP/1.1" 200 115 0.057369 10.0.0.56 - - [2025-09-18 02:31:57] "GET /virtual-network/130d36fd-86d4-4bab-bf8a-4a0177477c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3172 0.005939 10.0.0.56 - - [2025-09-18 02:31:57] "DELETE /network-policy/4cef5c9d-458a-4e02-a39a-6661ddb3c745 HTTP/1.1" 200 115 0.035583 10.0.0.56 - - [2025-09-18 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.41 - - [2025-09-18 02:31:57] "GET /projects?obj_uuids=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000884 10.0.0.56 - - [2025-09-18 02:31:57] "GET /project/2e792f6a-f19a-446b-a76d-e97f7b01554b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.037277 10.0.0.56 - - [2025-09-18 02:31:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-31444414&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.005454 10.0.0.56 - - [2025-09-18 02:31:57] "DELETE /network-policy/869eea22-95e9-4877-9b7b-534050995627 HTTP/1.1" 200 115 0.036881 10.0.0.56 - - [2025-09-18 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.41 - - [2025-09-18 02:31:57] "GET /projects?obj_uuids=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001094 10.0.0.56 - - [2025-09-18 02:31:57] "GET /project/2e792f6a-f19a-446b-a76d-e97f7b01554b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.035724 10.0.0.56 - - [2025-09-18 02:31:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-31444414&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.005348 10.0.0.56 - - [2025-09-18 02:31:57] "DELETE /network-policy/55f0ccc6-869e-4437-80e7-f57d788fb3c8 HTTP/1.1" 200 115 0.037441 10.0.0.56 - - [2025-09-18 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.41 - - [2025-09-18 02:31:57] "GET /projects?obj_uuids=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001076 10.0.0.56 - - [2025-09-18 02:31:57] "GET /project/2e792f6a-f19a-446b-a76d-e97f7b01554b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.057570 10.0.0.56 - - [2025-09-18 02:31:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-31444414&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.005530 10.0.0.56 - - [2025-09-18 02:31:57] "DELETE /network-policy/cbd32da0-6187-4fc5-beea-81b29152f2e1 HTTP/1.1" 200 115 0.031678 10.0.0.56 - - [2025-09-18 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.41 - - [2025-09-18 02:31:57] "GET /projects?obj_uuids=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000892 10.0.0.56 - - [2025-09-18 02:31:57] "GET /project/2e792f6a-f19a-446b-a76d-e97f7b01554b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.038702 10.0.0.56 - - [2025-09-18 02:31:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-31444414&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.005293 10.0.0.56 - - [2025-09-18 02:31:58] "DELETE /network-policy/3e4920b2-76af-4d96-a5c5-6435cf3d9ff6 HTTP/1.1" 200 115 0.061961 10.0.0.56 - - [2025-09-18 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004866 10.0.0.41 - - [2025-09-18 02:31:58] "GET /projects?obj_uuids=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000894 10.0.0.56 - - [2025-09-18 02:31:58] "GET /project/2e792f6a-f19a-446b-a76d-e97f7b01554b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.040282 10.0.0.56 - - [2025-09-18 02:31:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-31444414&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.006244 10.0.0.56 - - [2025-09-18 02:31:58] "DELETE /network-policy/e016a04d-1fb8-4873-a9c2-53cdf863caa3 HTTP/1.1" 200 115 0.038949 10.0.0.56 - - [2025-09-18 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.41 - - [2025-09-18 02:31:58] "GET /projects?obj_uuids=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000914 10.0.0.56 - - [2025-09-18 02:31:58] "GET /project/2e792f6a-f19a-446b-a76d-e97f7b01554b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.044939 10.0.0.56 - - [2025-09-18 02:31:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-31444414&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.005763 10.0.0.56 - - [2025-09-18 02:31:58] "DELETE /network-policy/b4bf507e-7da8-4c7d-a188-e030f2d5308a HTTP/1.1" 200 115 0.034697 10.0.0.56 - - [2025-09-18 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.41 - - [2025-09-18 02:31:58] "GET /projects?obj_uuids=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001034 10.0.0.56 - - [2025-09-18 02:31:58] "GET /project/2e792f6a-f19a-446b-a76d-e97f7b01554b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.041368 10.0.0.56 - - [2025-09-18 02:31:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-31444414&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.005466 10.0.0.56 - - [2025-09-18 02:31:58] "DELETE /network-policy/b63e681a-ce39-4410-ab1e-855b05f8792c HTTP/1.1" 200 115 0.038932 10.0.0.56 - - [2025-09-18 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004436 10.0.0.41 - - [2025-09-18 02:31:58] "GET /projects?obj_uuids=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001668 10.0.0.56 - - [2025-09-18 02:31:58] "GET /project/2e792f6a-f19a-446b-a76d-e97f7b01554b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.042197 10.0.0.22 - - [2025-09-18 02:31:58] "GET /global-system-configs HTTP/1.1" 200 322 0.121135 10.0.0.56 - - [2025-09-18 02:31:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-31444414&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.010997 10.0.0.56 - - [2025-09-18 02:31:59] "DELETE /network-policy/2e52d843-892f-44f4-a863-6c918ef8952d HTTP/1.1" 200 115 0.049139 10.0.0.56 - - [2025-09-18 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.41 - - [2025-09-18 02:31:59] "GET /projects?obj_uuids=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000924 10.0.0.41 - - [2025-09-18 02:31:59] "GET /global-system-configs HTTP/1.1" 200 322 0.135828 10.0.0.56 - - [2025-09-18 02:31:59] "GET /project/2e792f6a-f19a-446b-a76d-e97f7b01554b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.044488 10.0.0.56 - - [2025-09-18 02:31:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-31444414&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.005050 10.0.0.56 - - [2025-09-18 02:31:59] "DELETE /network-policy/3cc32a24-41d8-4714-9107-3b71afd1f800 HTTP/1.1" 200 115 0.043367 10.0.0.56 - - [2025-09-18 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.41 - - [2025-09-18 02:31:59] "GET /projects?obj_uuids=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000934 10.0.0.56 - - [2025-09-18 02:31:59] "GET /project/2e792f6a-f19a-446b-a76d-e97f7b01554b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.045407 10.0.0.56 - - [2025-09-18 02:31:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-31444414&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005185 10.0.0.41 - - [2025-09-18 02:31:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002969 10.0.0.41 - - [2025-09-18 02:31:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002511 10.0.0.41 - - [2025-09-18 02:31:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002646 10.0.0.41 - - [2025-09-18 02:31:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001844 10.0.0.41 - - [2025-09-18 02:31:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001812 10.0.0.41 - - [2025-09-18 02:31:59] "POST /useragent-kv HTTP/1.1" 200 115 0.006725 10.0.0.56 - - [2025-09-18 02:31:59] "POST /neutron/network HTTP/1.1" 200 151 0.145476 10.0.0.56 - - [2025-09-18 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.56 - - [2025-09-18 02:31:59] "DELETE /network-ipam/2ab15ca9-cdf6-4335-94bf-31ca7c9ebd4d HTTP/1.1" 200 115 0.033841 10.0.0.56 - - [2025-09-18 02:31:59] "POST /fqname-to-id HTTP/1.1" 404 260 0.004424 10.0.0.41 - - [2025-09-18 02:31:59] "GET /global-system-configs HTTP/1.1" 200 322 0.012365 10.0.0.41 - - [2025-09-18 02:31:59] "GET /projects?obj_uuids=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000846 10.0.0.41 - - [2025-09-18 02:31:59] "GET /project/2e792f6a-f19a-446b-a76d-e97f7b01554b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.038131 10.0.0.22 - - [2025-09-18 02:32:00] "GET /global-system-configs HTTP/1.1" 200 322 0.103384 10.0.0.41 - - [2025-09-18 02:32:00] "GET /projects?obj_uuids=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000801 10.0.0.41 - - [2025-09-18 02:32:00] "GET /project/2e792f6a-f19a-446b-a76d-e97f7b01554b?fields=security_groups HTTP/1.1" 200 1398 0.044811 10.0.0.41 - - [2025-09-18 02:32:00] "DELETE /security-group/4a6316a1-d3ba-42ac-846e-07dfad0c9cee HTTP/1.1" 200 115 0.064538 10.0.0.41 - - [2025-09-18 02:32:00] "GET /projects?obj_uuids=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000980 10.0.0.41 - - [2025-09-18 02:32:00] "DELETE /access-control-list/875c4827-88c2-456f-bbba-a3e10d9c38ff HTTP/1.1" 200 115 0.044733 10.0.0.41 - - [2025-09-18 02:32:00] "GET /project/2e792f6a-f19a-446b-a76d-e97f7b01554b?fields=application_policy_sets HTTP/1.1" 200 1437 0.041648 10.0.0.41 - - [2025-09-18 02:32:00] "GET /obj-perms HTTP/1.1" 200 5056 0.451583 10.0.0.56 - - [2025-09-18 02:32:00] "DELETE /project/2e792f6a-f19a-446b-a76d-e97f7b01554b HTTP/1.1" 200 115 0.423215 10.0.0.41 - - [2025-09-18 02:32:00] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001006 10.0.0.56 - - [2025-09-18 02:32:00] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?fields=projects HTTP/1.1" 200 1244 0.013607 10.0.0.56 - - [2025-09-18 02:32:00] "GET /obj-perms HTTP/1.1" 200 5056 0.487915 10.0.0.22 - - [2025-09-18 02:32:00] "GET /obj-perms HTTP/1.1" 200 5056 0.521208 10.0.0.56 - - [2025-09-18 02:32:01] "GET /global-system-configs HTTP/1.1" 200 322 0.033997 10.0.0.56 - - [2025-09-18 02:32:02] "GET /global-system-configs HTTP/1.1" 200 322 0.072921 10.0.0.22 - - [2025-09-18 02:32:02] "GET /obj-perms HTTP/1.1" 200 5056 0.144457 10.0.0.41 - - [2025-09-18 02:32:02] "GET /obj-perms HTTP/1.1" 200 5056 0.162804 10.0.0.56 - - [2025-09-18 02:32:02] "GET /obj-perms HTTP/1.1" 200 5056 0.184870 10.0.0.41 - - [2025-09-18 02:32:03] "GET /projects?obj_uuids=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003081 10.0.0.41 - - [2025-09-18 02:32:03] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000893 10.0.0.41 - - [2025-09-18 02:32:03] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049276 10.0.0.41 - - [2025-09-18 02:32:03] "POST /id-to-fqname HTTP/1.1" 200 202 0.001292 10.0.0.41 - - [2025-09-18 02:32:03] "POST /fqname-to-id HTTP/1.1" 404 211 0.012575 10.0.0.41 - - [2025-09-18 02:32:03] "POST /security-groups HTTP/1.1" 200 603 0.032187 10.0.0.41 - - [2025-09-18 02:32:03] "POST /projects HTTP/1.1" 200 609 0.254162 10.0.0.41 - - [2025-09-18 02:32:03] "POST /access-control-lists HTTP/1.1" 200 608 0.037861 10.0.0.41 - - [2025-09-18 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.335106 10.0.0.56 - - [2025-09-18 02:32:03] "GET /project/2e792f6a-f19a-446b-a76d-e97f7b01554b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.508772 10.0.0.41 - - [2025-09-18 02:32:03] "GET /projects?obj_uuids=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001903 10.0.0.56 - - [2025-09-18 02:32:03] "GET /project/2e792f6a-f19a-446b-a76d-e97f7b01554b?fields=virtual_networks HTTP/1.1" 200 1055 0.055475 10.0.0.41 - - [2025-09-18 02:32:03] "GET /projects?obj_uuids=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001324 10.0.0.56 - - [2025-09-18 02:32:03] "GET /project/2e792f6a-f19a-446b-a76d-e97f7b01554b?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.040452 10.0.0.41 - - [2025-09-18 02:32:03] "GET /projects?obj_uuids=2e792f6a-f19a-446b-a76d-e97f7b01554b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001480 10.0.0.56 - - [2025-09-18 02:32:03] "GET /project/2e792f6a-f19a-446b-a76d-e97f7b01554b?fields=security_groups HTTP/1.1" 200 1293 0.046323 10.0.0.56 - - [2025-09-18 02:32:04] "POST /fqname-to-id HTTP/1.1" 404 194 0.026555 10.0.0.41 - - [2025-09-18 02:32:04] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003311 10.0.0.41 - - [2025-09-18 02:32:04] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001104 10.0.0.41 - - [2025-09-18 02:32:04] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006305 10.0.0.41 - - [2025-09-18 02:32:04] "POST /id-to-fqname HTTP/1.1" 200 196 0.001176 10.0.0.41 - - [2025-09-18 02:32:04] "POST /fqname-to-id HTTP/1.1" 404 205 0.003815 10.0.0.41 - - [2025-09-18 02:32:04] "POST /security-groups HTTP/1.1" 200 597 0.028515 10.0.0.41 - - [2025-09-18 02:32:05] "POST /fqname-to-id HTTP/1.1" 404 240 0.002817 10.0.0.41 - - [2025-09-18 02:32:05] "POST /projects HTTP/1.1" 200 597 0.224975 10.0.0.41 - - [2025-09-18 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.296673 10.0.0.41 - - [2025-09-18 02:32:05] "POST /access-control-lists HTTP/1.1" 200 600 0.031425 10.0.0.56 - - [2025-09-18 02:32:05] "GET /project/a594d4d4-4974-4029-b054-19a124636487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.446393 10.0.0.56 - - [2025-09-18 02:32:06] "GET / HTTP/1.1" 200 35931 0.003222 10.0.0.56 - - [2025-09-18 02:32:08] "GET /project/a594d4d4-4974-4029-b054-19a124636487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000445 10.0.0.41 - - [2025-09-18 02:32:08] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000900 10.0.0.56 - - [2025-09-18 02:32:08] "GET /project/a594d4d4-4974-4029-b054-19a124636487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.065879 10.0.0.56 - - [2025-09-18 02:32:09] "GET / HTTP/1.1" 200 35931 0.002162 10.0.0.56 - - [2025-09-18 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.41 - - [2025-09-18 02:32:09] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001178 10.0.0.56 - - [2025-09-18 02:32:09] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008112 10.0.0.56 - - [2025-09-18 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.41 - - [2025-09-18 02:32:10] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000877 10.0.0.56 - - [2025-09-18 02:32:10] "GET /project/a594d4d4-4974-4029-b054-19a124636487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.039432 10.0.0.56 - - [2025-09-18 02:32:11] "GET /domains HTTP/1.1" 401 292 0.000369 10.0.0.56 - - [2025-09-18 02:32:11] "GET /domains HTTP/1.1" 200 280 0.025070 10.0.0.41 - - [2025-09-18 02:32:11] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000900 10.0.0.56 - - [2025-09-18 02:32:11] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1 HTTP/1.1" 200 2777 0.008881 10.0.0.41 - - [2025-09-18 02:32:11] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001121 10.0.0.56 - - [2025-09-18 02:32:11] "GET /project/a594d4d4-4974-4029-b054-19a124636487 HTTP/1.1" 200 1888 0.083608 10.0.0.56 - - [2025-09-18 02:32:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002878 10.0.0.56 - - [2025-09-18 02:32:11] "POST /network-ipams HTTP/1.1" 200 603 0.026032 10.0.0.56 - - [2025-09-18 02:32:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.003275 10.0.0.56 - - [2025-09-18 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.56 - - [2025-09-18 02:32:11] "GET /network-ipam/6c424c0b-3750-4850-9534-bc48f03c3cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.006226 10.0.0.56 - - [2025-09-18 02:32:11] "PUT /network-ipam/6c424c0b-3750-4850-9534-bc48f03c3cf8 HTTP/1.1" 200 258 0.014558 10.0.0.56 - - [2025-09-18 02:32:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000407 10.0.0.56 - - [2025-09-18 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.031357 10.0.0.41 - - [2025-09-18 02:32:12] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001194 10.0.0.56 - - [2025-09-18 02:32:12] "GET /project/a594d4d4-4974-4029-b054-19a124636487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.058966 10.0.0.41 - - [2025-09-18 02:32:13] "POST /useragent-kv HTTP/1.1" 200 115 0.005714 10.0.0.56 - - [2025-09-18 02:32:13] "POST /neutron/subnet HTTP/1.1" 200 701 0.216103 10.0.0.56 - - [2025-09-18 02:32:13] "POST /id-to-fqname HTTP/1.1" 200 229 0.001265 10.0.0.56 - - [2025-09-18 02:32:13] "GET /virtual-network/f65517a9-be95-4ded-91ec-dfc601819d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006958 10.0.0.56 - - [2025-09-18 02:32:13] "POST /neutron/network HTTP/1.1" 200 1074 0.008311 10.0.0.56 - - [2025-09-18 02:32:13] "GET /virtual-network/f65517a9-be95-4ded-91ec-dfc601819d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005913 10.0.0.56 - - [2025-09-18 02:32:13] "POST /neutron/subnet HTTP/1.1" 200 701 0.008765 10.0.0.56 - - [2025-09-18 02:32:14] "GET /virtual-network/f65517a9-be95-4ded-91ec-dfc601819d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005456 10.0.0.56 - - [2025-09-18 02:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.41 - - [2025-09-18 02:32:15] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000879 10.0.0.56 - - [2025-09-18 02:32:15] "GET /project/a594d4d4-4974-4029-b054-19a124636487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.046144 10.0.0.41 - - [2025-09-18 02:32:15] "POST /route-targets HTTP/1.1" 200 327 0.017713 10.0.0.41 - - [2025-09-18 02:32:16] "POST /useragent-kv HTTP/1.1" 200 115 0.005687 10.0.0.56 - - [2025-09-18 02:32:16] "POST /neutron/subnet HTTP/1.1" 200 701 0.214008 10.0.0.56 - - [2025-09-18 02:32:16] "POST /id-to-fqname HTTP/1.1" 200 229 0.001220 10.0.0.56 - - [2025-09-18 02:32:16] "GET /virtual-network/536bd39a-8b59-48a7-8b28-b3e095eb33df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.007295 10.0.0.56 - - [2025-09-18 02:32:16] "POST /neutron/network HTTP/1.1" 200 1074 0.008342 10.0.0.56 - - [2025-09-18 02:32:16] "GET /virtual-network/536bd39a-8b59-48a7-8b28-b3e095eb33df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.005099 10.0.0.56 - - [2025-09-18 02:32:16] "POST /neutron/subnet HTTP/1.1" 200 701 0.009017 10.0.0.56 - - [2025-09-18 02:32:16] "GET /virtual-network/536bd39a-8b59-48a7-8b28-b3e095eb33df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.005430 10.0.0.56 - - [2025-09-18 02:32:17] "POST /fqname-to-id HTTP/1.1" 404 205 0.003638 10.0.0.56 - - [2025-09-18 02:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.41 - - [2025-09-18 02:32:17] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001277 10.0.0.56 - - [2025-09-18 02:32:17] "GET /project/a594d4d4-4974-4029-b054-19a124636487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.040605 10.0.0.56 - - [2025-09-18 02:32:17] "POST /network-policys HTTP/1.1" 200 527 0.039107 10.0.0.56 - - [2025-09-18 02:32:17] "GET /network-policy/a421af22-40f2-45a1-8f08-dfdfeaed6359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.005981 10.0.0.56 - - [2025-09-18 02:32:17] "POST /fqname-to-id HTTP/1.1" 404 205 0.003663 10.0.0.56 - - [2025-09-18 02:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.41 - - [2025-09-18 02:32:17] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001052 10.0.0.56 - - [2025-09-18 02:32:17] "GET /project/a594d4d4-4974-4029-b054-19a124636487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.045548 10.0.0.56 - - [2025-09-18 02:32:17] "POST /network-policys HTTP/1.1" 200 527 0.038105 10.0.0.56 - - [2025-09-18 02:32:17] "GET /network-policy/df9fb67e-7003-4aba-81f7-43ffbce9cb4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.006636 10.0.0.56 - - [2025-09-18 02:32:18] "POST /fqname-to-id HTTP/1.1" 404 205 0.003016 10.0.0.56 - - [2025-09-18 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.41 - - [2025-09-18 02:32:18] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000912 10.0.0.56 - - [2025-09-18 02:32:18] "GET /project/a594d4d4-4974-4029-b054-19a124636487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.054032 10.0.0.56 - - [2025-09-18 02:32:18] "POST /network-policys HTTP/1.1" 200 527 0.033353 10.0.0.56 - - [2025-09-18 02:32:18] "GET /network-policy/8a6cd639-79c6-4c15-9294-49f62bd9d669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.007557 10.0.0.56 - - [2025-09-18 02:32:18] "POST /fqname-to-id HTTP/1.1" 404 205 0.003018 10.0.0.56 - - [2025-09-18 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.41 - - [2025-09-18 02:32:18] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001325 10.0.0.56 - - [2025-09-18 02:32:18] "GET /project/a594d4d4-4974-4029-b054-19a124636487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.048281 10.0.0.56 - - [2025-09-18 02:32:18] "POST /network-policys HTTP/1.1" 200 527 0.028834 10.0.0.56 - - [2025-09-18 02:32:18] "GET /network-policy/18085d8c-d511-4a4a-805e-1a65dbebd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3981 0.005623 10.0.0.56 - - [2025-09-18 02:32:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.003443 10.0.0.56 - - [2025-09-18 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.41 - - [2025-09-18 02:32:18] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000922 10.0.0.56 - - [2025-09-18 02:32:18] "GET /project/a594d4d4-4974-4029-b054-19a124636487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.041787 10.0.0.56 - - [2025-09-18 02:32:18] "POST /network-policys HTTP/1.1" 200 531 0.029421 10.0.0.56 - - [2025-09-18 02:32:19] "GET /network-policy/feac69ce-06eb-45ce-94e4-ab8bb78c465f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.006853 10.0.0.56 - - [2025-09-18 02:32:19] "POST /fqname-to-id HTTP/1.1" 404 206 0.003543 10.0.0.56 - - [2025-09-18 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004475 10.0.0.41 - - [2025-09-18 02:32:19] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001659 10.0.0.56 - - [2025-09-18 02:32:19] "GET /project/a594d4d4-4974-4029-b054-19a124636487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.048654 10.0.0.56 - - [2025-09-18 02:32:19] "POST /network-policys HTTP/1.1" 200 529 0.029665 10.0.0.56 - - [2025-09-18 02:32:19] "GET /network-policy/205f1196-e1b1-4003-9c49-216652a085d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.006390 10.0.0.56 - - [2025-09-18 02:32:19] "POST /fqname-to-id HTTP/1.1" 404 206 0.003179 10.0.0.56 - - [2025-09-18 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.41 - - [2025-09-18 02:32:19] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000890 10.0.0.56 - - [2025-09-18 02:32:19] "GET /project/a594d4d4-4974-4029-b054-19a124636487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.039342 10.0.0.56 - - [2025-09-18 02:32:19] "POST /network-policys HTTP/1.1" 200 529 0.042294 10.0.0.56 - - [2025-09-18 02:32:19] "GET /network-policy/153fcfa6-d20b-45e1-97a2-b8438f8f2e72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.005597 10.0.0.56 - - [2025-09-18 02:32:19] "POST /fqname-to-id HTTP/1.1" 404 206 0.003267 10.0.0.56 - - [2025-09-18 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.41 - - [2025-09-18 02:32:19] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000906 10.0.0.56 - - [2025-09-18 02:32:20] "GET /project/a594d4d4-4974-4029-b054-19a124636487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.065512 10.0.0.56 - - [2025-09-18 02:32:20] "POST /network-policys HTTP/1.1" 200 529 0.040550 10.0.0.56 - - [2025-09-18 02:32:20] "GET /network-policy/944ac104-8e90-4ee3-bd4f-5ce5505e7310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.012380 10.0.0.56 - - [2025-09-18 02:32:20] "POST /fqname-to-id HTTP/1.1" 404 206 0.003302 10.0.0.56 - - [2025-09-18 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006236 10.0.0.41 - - [2025-09-18 02:32:20] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000977 10.0.0.56 - - [2025-09-18 02:32:20] "GET /project/a594d4d4-4974-4029-b054-19a124636487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.065321 10.0.0.56 - - [2025-09-18 02:32:20] "POST /network-policys HTTP/1.1" 200 529 0.038641 10.0.0.56 - - [2025-09-18 02:32:20] "GET /network-policy/529cee0c-9f48-4ec3-8eb9-9e75d6749c0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.012694 10.0.0.56 - - [2025-09-18 02:32:20] "POST /fqname-to-id HTTP/1.1" 404 208 0.003060 10.0.0.56 - - [2025-09-18 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.41 - - [2025-09-18 02:32:20] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000932 10.0.0.56 - - [2025-09-18 02:32:20] "GET /project/a594d4d4-4974-4029-b054-19a124636487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.049655 10.0.0.56 - - [2025-09-18 02:32:20] "POST /network-policys HTTP/1.1" 200 533 0.027789 10.0.0.56 - - [2025-09-18 02:32:20] "GET /network-policy/8fa9960f-855d-4af3-a15c-fca70ff5cc35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.005157 10.0.0.56 - - [2025-09-18 02:32:21] "POST /neutron/network HTTP/1.1" 200 1157 0.013520 10.0.0.56 - - [2025-09-18 02:32:21] "GET /virtual-network/f65517a9-be95-4ded-91ec-dfc601819d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006358 10.0.0.56 - - [2025-09-18 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002426 10.0.0.41 - - [2025-09-18 02:32:21] "POST /access-control-lists HTTP/1.1" 200 603 0.033792 10.0.0.56 - - [2025-09-18 02:32:21] "GET /network-policy/a421af22-40f2-45a1-8f08-dfdfeaed6359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004653 10.0.0.56 - - [2025-09-18 02:32:21] "POST /neutron/network HTTP/1.1" 200 1159 0.029983 10.0.0.41 - - [2025-09-18 02:32:21] "POST /ref-update HTTP/1.1" 200 156 0.037055 10.0.0.56 - - [2025-09-18 02:32:21] "GET /virtual-network/536bd39a-8b59-48a7-8b28-b3e095eb33df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.023485 10.0.0.56 - - [2025-09-18 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004347 10.0.0.56 - - [2025-09-18 02:32:21] "GET /network-policy/feac69ce-06eb-45ce-94e4-ab8bb78c465f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.006476 10.0.0.56 - - [2025-09-18 02:32:21] "POST /id-to-fqname HTTP/1.1" 200 229 0.001156 10.0.0.41 - - [2025-09-18 02:32:23] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001056 10.0.0.56 - - [2025-09-18 02:32:23] "GET /project/a594d4d4-4974-4029-b054-19a124636487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.070755 10.0.0.56 - - [2025-09-18 02:32:23] "POST /neutron/port HTTP/1.1" 200 117 0.005577 10.0.0.56 - - [2025-09-18 02:32:23] "POST /id-to-fqname HTTP/1.1" 200 229 0.001347 10.0.0.56 - - [2025-09-18 02:32:24] "POST /neutron/network HTTP/1.1" 200 1169 0.008124 10.0.0.41 - - [2025-09-18 02:32:24] "PUT /access-control-list/ffb29c8a-8b9e-41bd-a5c1-869c3722d499 HTTP/1.1" 200 272 0.060902 10.0.0.56 - - [2025-09-18 02:32:24] "POST /neutron/port HTTP/1.1" 200 1061 0.038207 10.0.0.56 - - [2025-09-18 02:32:25] "POST /neutron/port HTTP/1.1" 200 1089 0.023330 10.0.0.41 - - [2025-09-18 02:32:25] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000991 10.0.0.56 - - [2025-09-18 02:32:25] "GET /project/a594d4d4-4974-4029-b054-19a124636487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.089983 10.0.0.56 - - [2025-09-18 02:32:25] "POST /neutron/network HTTP/1.1" 200 1159 0.032424 10.0.0.56 - - [2025-09-18 02:32:25] "POST /neutron/port HTTP/1.1" 200 1089 0.017767 10.0.0.56 - - [2025-09-18 02:32:25] "POST /neutron/port HTTP/1.1" 200 1089 0.015762 10.0.0.41 - - [2025-09-18 02:32:26] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000913 10.0.0.56 - - [2025-09-18 02:32:26] "POST /neutron/port HTTP/1.1" 200 1061 0.349494 10.0.0.56 - - [2025-09-18 02:32:26] "POST /neutron/port HTTP/1.1" 200 1115 0.147424 10.0.0.56 - - [2025-09-18 02:32:26] "POST /neutron/subnet HTTP/1.1" 200 675 0.011041 10.0.0.41 - - [2025-09-18 02:32:28] "GET /obj-perms HTTP/1.1" 200 5056 0.059740 10.0.0.56 - - [2025-09-18 02:32:28] "GET /obj-perms HTTP/1.1" 200 5056 0.052552 10.0.0.56 - - [2025-09-18 02:32:30] "POST /neutron/port HTTP/1.1" 200 1089 0.015428 10.0.0.56 - - [2025-09-18 02:32:30] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007495 10.0.0.56 - - [2025-09-18 02:32:30] "GET /virtual-machine/f90ffc7c-9527-4d4b-9b5b-ae2a9cbc137c HTTP/1.1" 401 292 0.000391 10.0.0.56 - - [2025-09-18 02:32:31] "GET /virtual-machine/f90ffc7c-9527-4d4b-9b5b-ae2a9cbc137c HTTP/1.1" 200 1299 0.028575 10.0.0.56 - - [2025-09-18 02:32:31] "GET /virtual-machine-interface/82fb6b5a-6aa4-42ce-b07a-728a4472ef06 HTTP/1.1" 200 2950 0.005617 10.0.0.56 - - [2025-09-18 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.56 - - [2025-09-18 02:32:31] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003240 10.0.0.56 - - [2025-09-18 02:32:31] "GET /virtual-networks?parent_id=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003133 10.0.0.56 - - [2025-09-18 02:32:31] "GET /virtual-network/f65517a9-be95-4ded-91ec-dfc601819d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005703 10.0.0.56 - - [2025-09-18 02:32:34] "POST /neutron/port HTTP/1.1" 200 1089 0.016872 10.0.0.56 - - [2025-09-18 02:32:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003673 10.0.0.56 - - [2025-09-18 02:32:34] "POST /neutron/network HTTP/1.1" 200 1157 0.010154 10.0.0.56 - - [2025-09-18 02:32:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.56 - - [2025-09-18 02:32:34] "GET /virtual-network/f65517a9-be95-4ded-91ec-dfc601819d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005773 10.0.0.56 - - [2025-09-18 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.56 - - [2025-09-18 02:32:38] "GET /virtual-network/f65517a9-be95-4ded-91ec-dfc601819d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005487 10.0.0.56 - - [2025-09-18 02:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005352 10.0.0.56 - - [2025-09-18 02:32:42] "GET /virtual-network/f65517a9-be95-4ded-91ec-dfc601819d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005248 10.0.0.56 - - [2025-09-18 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004565 10.0.0.56 - - [2025-09-18 02:32:46] "GET /virtual-network/f65517a9-be95-4ded-91ec-dfc601819d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.007125 10.0.0.56 - - [2025-09-18 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.56 - - [2025-09-18 02:32:50] "GET /virtual-network/f65517a9-be95-4ded-91ec-dfc601819d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005594 10.0.0.56 - - [2025-09-18 02:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.56 - - [2025-09-18 02:32:55] "GET /virtual-network/f65517a9-be95-4ded-91ec-dfc601819d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006286 10.0.0.41 - - [2025-09-18 02:32:58] "DELETE /project/2e792f6af19a446ba76de97f7b01554b HTTP/1.1" 404 173 0.002444 10.0.0.41 - - [2025-09-18 02:32:58] "DELETE /project/2e792f6a-f19a-446b-a76d-e97f7b01554b HTTP/1.1" 404 177 0.004410 10.0.0.41 - - [2025-09-18 02:32:58] "DELETE /project/a594d4d449744029b05419a124636487 HTTP/1.1" 404 173 0.006279 10.0.0.56 - - [2025-09-18 02:32:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.56 - - [2025-09-18 02:32:59] "GET /virtual-network/f65517a9-be95-4ded-91ec-dfc601819d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005628 10.0.0.56 - - [2025-09-18 02:33:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.56 - - [2025-09-18 02:33:03] "GET /virtual-network/f65517a9-be95-4ded-91ec-dfc601819d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005860 10.0.0.56 - - [2025-09-18 02:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.56 - - [2025-09-18 02:33:05] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003793 10.0.0.56 - - [2025-09-18 02:33:05] "GET /virtual-networks?parent_id=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003043 10.0.0.56 - - [2025-09-18 02:33:05] "GET /virtual-network/f65517a9-be95-4ded-91ec-dfc601819d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006015 10.0.0.56 - - [2025-09-18 02:33:10] "POST /neutron/port HTTP/1.1" 200 1089 0.016212 10.0.0.56 - - [2025-09-18 02:33:14] "POST /neutron/security_group HTTP/1.1" 200 2064 0.034072 10.0.0.56 - - [2025-09-18 02:33:20] "POST /neutron/port HTTP/1.1" 200 1089 0.018001 10.0.0.56 - - [2025-09-18 02:33:26] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009016 10.0.0.56 - - [2025-09-18 02:33:26] "POST /neutron/port HTTP/1.1" 200 1089 0.024303 10.0.0.56 - - [2025-09-18 02:33:26] "GET /virtual-machine/99e6ba67-cf78-402b-8b86-7c88afa5f1e3 HTTP/1.1" 200 1299 0.010074 10.0.0.56 - - [2025-09-18 02:33:26] "GET /virtual-machine-interface/275d1716-4d3a-4493-b215-4fb998bbd272 HTTP/1.1" 200 2950 0.005084 10.0.0.56 - - [2025-09-18 02:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.56 - - [2025-09-18 02:33:26] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003388 10.0.0.56 - - [2025-09-18 02:33:26] "GET /virtual-networks?parent_id=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002528 10.0.0.56 - - [2025-09-18 02:33:26] "GET /virtual-network/536bd39a-8b59-48a7-8b28-b3e095eb33df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006126 10.0.0.56 - - [2025-09-18 02:33:26] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009463 10.0.0.56 - - [2025-09-18 02:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.010555 10.0.0.56 - - [2025-09-18 02:33:27] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004149 10.0.0.56 - - [2025-09-18 02:33:27] "GET /virtual-networks?parent_id=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002981 10.0.0.56 - - [2025-09-18 02:33:27] "GET /virtual-network/536bd39a-8b59-48a7-8b28-b3e095eb33df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005833 10.0.0.22 - - [2025-09-18 02:33:29] "GET /obj-perms HTTP/1.1" 200 5056 0.049773 10.0.0.56 - - [2025-09-18 02:33:32] "POST /neutron/port HTTP/1.1" 200 1089 0.016742 10.0.0.56 - - [2025-09-18 02:33:36] "POST /neutron/port HTTP/1.1" 200 1089 0.015512 10.0.0.56 - - [2025-09-18 02:33:36] "POST /neutron/subnet HTTP/1.1" 200 675 0.012415 10.0.0.56 - - [2025-09-18 02:33:37] "POST /neutron/port HTTP/1.1" 200 1089 0.014616 10.0.0.56 - - [2025-09-18 02:33:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004135 10.0.0.56 - - [2025-09-18 02:33:37] "POST /neutron/network HTTP/1.1" 200 1159 0.009449 10.0.0.56 - - [2025-09-18 02:33:38] "POST /neutron/port HTTP/1.1" 200 1089 0.015343 10.0.0.56 - - [2025-09-18 02:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.56 - - [2025-09-18 02:33:38] "GET /network-policy/feac69ce-06eb-45ce-94e4-ab8bb78c465f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.004852 10.0.0.56 - - [2025-09-18 02:33:38] "POST /neutron/security_group HTTP/1.1" 200 2064 0.024051 10.0.0.56 - - [2025-09-18 02:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.56 - - [2025-09-18 02:33:38] "GET /network-policy/a421af22-40f2-45a1-8f08-dfdfeaed6359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004012 10.0.0.56 - - [2025-09-18 02:33:39] "POST /neutron/network HTTP/1.1" 200 1157 0.012993 10.0.0.56 - - [2025-09-18 02:33:39] "GET /virtual-network/f65517a9-be95-4ded-91ec-dfc601819d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006046 10.0.0.56 - - [2025-09-18 02:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.56 - - [2025-09-18 02:33:39] "GET /network-policy/df9fb67e-7003-4aba-81f7-43ffbce9cb4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.003959 10.0.0.56 - - [2025-09-18 02:34:36] "POST /neutron/network HTTP/1.1" 200 1167 0.009364 10.0.0.56 - - [2025-09-18 02:34:36] "POST /neutron/port HTTP/1.1" 200 117 0.001179 10.0.0.56 - - [2025-09-18 02:34:36] "POST /neutron/network HTTP/1.1" 200 1160 0.091602 10.0.0.41 - - [2025-09-18 02:34:36] "PUT /access-control-list/ffb29c8a-8b9e-41bd-a5c1-869c3722d499 HTTP/1.1" 200 272 0.085150 10.0.0.56 - - [2025-09-18 02:34:36] "GET /virtual-network/f65517a9-be95-4ded-91ec-dfc601819d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.009951 10.0.0.56 - - [2025-09-18 02:34:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.008243 10.0.0.56 - - [2025-09-18 02:34:37] "GET /network-policy/8fa9960f-855d-4af3-a15c-fca70ff5cc35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.014508 10.0.0.56 - - [2025-09-18 02:34:38] "POST /neutron/port HTTP/1.1" 200 1089 0.016849 10.0.0.56 - - [2025-09-18 02:34:38] "POST /neutron/subnet HTTP/1.1" 200 675 0.016179 10.0.0.56 - - [2025-09-18 02:34:45] "POST /neutron/network HTTP/1.1" 200 1160 0.010264 10.0.0.56 - - [2025-09-18 02:34:45] "GET /virtual-network/f65517a9-be95-4ded-91ec-dfc601819d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.012606 10.0.0.56 - - [2025-09-18 02:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.41 - - [2025-09-18 02:34:45] "POST /ref-update HTTP/1.1" 200 156 0.032174 10.0.0.56 - - [2025-09-18 02:34:45] "GET /network-policy/8a6cd639-79c6-4c15-9294-49f62bd9d669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.004912 10.0.0.56 - - [2025-09-18 02:34:54] "POST /neutron/network HTTP/1.1" 200 1157 0.009079 10.0.0.56 - - [2025-09-18 02:34:54] "GET /virtual-network/f65517a9-be95-4ded-91ec-dfc601819d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.008576 10.0.0.56 - - [2025-09-18 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.56 - - [2025-09-18 02:34:54] "GET /network-policy/18085d8c-d511-4a4a-805e-1a65dbebd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3981 0.004130 10.0.0.56 - - [2025-09-18 02:35:02] "POST /neutron/network HTTP/1.1" 200 1157 0.009664 10.0.0.41 - - [2025-09-18 02:35:02] "POST /ref-update HTTP/1.1" 200 156 0.025514 10.0.0.56 - - [2025-09-18 02:35:02] "GET /virtual-network/f65517a9-be95-4ded-91ec-dfc601819d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.008398 10.0.0.56 - - [2025-09-18 02:35:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.56 - - [2025-09-18 02:35:02] "GET /network-policy/205f1196-e1b1-4003-9c49-216652a085d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.004075 10.0.0.56 - - [2025-09-18 02:35:10] "POST /neutron/network HTTP/1.1" 200 1158 0.009036 10.0.0.56 - - [2025-09-18 02:35:11] "GET /virtual-network/f65517a9-be95-4ded-91ec-dfc601819d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007778 10.0.0.56 - - [2025-09-18 02:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.56 - - [2025-09-18 02:35:11] "GET /network-policy/153fcfa6-d20b-45e1-97a2-b8438f8f2e72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.004224 10.0.0.56 - - [2025-09-18 02:35:18] "POST /neutron/network HTTP/1.1" 200 1158 0.011531 10.0.0.41 - - [2025-09-18 02:35:18] "PUT /access-control-list/ffb29c8a-8b9e-41bd-a5c1-869c3722d499 HTTP/1.1" 200 272 0.069065 10.0.0.56 - - [2025-09-18 02:35:18] "GET /virtual-network/f65517a9-be95-4ded-91ec-dfc601819d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.011379 10.0.0.56 - - [2025-09-18 02:35:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.56 - - [2025-09-18 02:35:18] "GET /network-policy/944ac104-8e90-4ee3-bd4f-5ce5505e7310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004849 10.0.0.56 - - [2025-09-18 02:35:27] "POST /neutron/network HTTP/1.1" 200 1158 0.014667 10.0.0.56 - - [2025-09-18 02:35:27] "GET /virtual-network/f65517a9-be95-4ded-91ec-dfc601819d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.011938 10.0.0.56 - - [2025-09-18 02:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.56 - - [2025-09-18 02:35:27] "GET /network-policy/529cee0c-9f48-4ec3-8eb9-9e75d6749c0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.004199 10.0.0.56 - - [2025-09-18 02:35:35] "GET /virtual-network/f65517a9-be95-4ded-91ec-dfc601819d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006090 10.0.0.56 - - [2025-09-18 02:35:35] "POST /neutron/network HTTP/1.1" 200 1158 0.009270 10.0.0.41 - - [2025-09-18 02:35:35] "POST /ref-update HTTP/1.1" 200 156 0.020973 10.0.0.56 - - [2025-09-18 02:35:35] "GET /virtual-network/f65517a9-be95-4ded-91ec-dfc601819d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.008019 10.0.0.56 - - [2025-09-18 02:35:35] "GET /virtual-machine/99e6ba67-cf78-402b-8b86-7c88afa5f1e3 HTTP/1.1" 200 1299 0.003769 10.0.0.56 - - [2025-09-18 02:35:36] "POST /neutron/port HTTP/1.1" 200 1089 0.015512 10.0.0.56 - - [2025-09-18 02:35:37] "GET /virtual-machine/99e6ba67-cf78-402b-8b86-7c88afa5f1e3 HTTP/1.1" 404 171 0.002792 10.0.0.56 - - [2025-09-18 02:35:37] "GET /virtual-machine/99e6ba67-cf78-402b-8b86-7c88afa5f1e3 HTTP/1.1" 404 171 0.003096 10.0.0.56 - - [2025-09-18 02:35:37] "GET /virtual-machine/99e6ba67-cf78-402b-8b86-7c88afa5f1e3 HTTP/1.1" 404 171 0.002503 10.0.0.56 - - [2025-09-18 02:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.56 - - [2025-09-18 02:35:37] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003627 10.0.0.56 - - [2025-09-18 02:35:37] "GET /virtual-networks?parent_id=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002934 10.0.0.56 - - [2025-09-18 02:35:37] "GET /virtual-network/536bd39a-8b59-48a7-8b28-b3e095eb33df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005889 10.0.0.56 - - [2025-09-18 02:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.56 - - [2025-09-18 02:35:37] "GET /routing-instance/8cc06b87-8016-44a8-bb9b-61df33ee6c4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.004880 10.0.0.56 - - [2025-09-18 02:35:37] "GET /route-target/c1a0f1ce-1f22-43f6-9baf-e1dfd904b282?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005349 10.0.0.56 - - [2025-09-18 02:35:38] "GET /obj-perms HTTP/1.1" 200 5013 0.055160 10.0.0.41 - - [2025-09-18 02:35:38] "GET /obj-perms HTTP/1.1" 200 5013 0.046804 10.0.0.56 - - [2025-09-18 02:35:38] "POST /neutron/port HTTP/1.1" 200 1089 0.015748 10.0.0.56 - - [2025-09-18 02:35:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003617 10.0.0.56 - - [2025-09-18 02:35:38] "POST /neutron/network HTTP/1.1" 200 1074 0.008838 10.0.0.56 - - [2025-09-18 02:35:47] "GET /obj-perms HTTP/1.1" 200 5013 0.003961 10.0.0.41 - - [2025-09-18 02:35:47] "GET /obj-perms HTTP/1.1" 200 5013 0.003729 10.0.0.56 - - [2025-09-18 02:35:56] "GET /obj-perms HTTP/1.1" 200 5013 0.003952 10.0.0.41 - - [2025-09-18 02:35:56] "GET /obj-perms HTTP/1.1" 200 5013 0.005027 10.0.0.56 - - [2025-09-18 02:35:56] "GET /virtual-machine/f90ffc7c-9527-4d4b-9b5b-ae2a9cbc137c HTTP/1.1" 200 1299 0.003985 10.0.0.56 - - [2025-09-18 02:35:57] "POST /neutron/port HTTP/1.1" 200 151 0.171441 10.0.0.56 - - [2025-09-18 02:35:58] "GET /virtual-machine/f90ffc7c-9527-4d4b-9b5b-ae2a9cbc137c HTTP/1.1" 404 171 0.003278 10.0.0.56 - - [2025-09-18 02:35:58] "GET /virtual-machine/f90ffc7c-9527-4d4b-9b5b-ae2a9cbc137c HTTP/1.1" 404 171 0.002454 10.0.0.56 - - [2025-09-18 02:35:58] "GET /virtual-machine/f90ffc7c-9527-4d4b-9b5b-ae2a9cbc137c HTTP/1.1" 404 171 0.003234 10.0.0.56 - - [2025-09-18 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.56 - - [2025-09-18 02:35:59] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004028 10.0.0.56 - - [2025-09-18 02:35:59] "GET /virtual-networks?parent_id=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003100 10.0.0.56 - - [2025-09-18 02:35:59] "GET /virtual-network/f65517a9-be95-4ded-91ec-dfc601819d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006288 10.0.0.56 - - [2025-09-18 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.56 - - [2025-09-18 02:35:59] "GET /routing-instance/4827a1f6-dbce-4d1a-9825-c51b1fffef68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.005412 10.0.0.56 - - [2025-09-18 02:35:59] "GET /route-target/bee0ff58-defc-4209-b1ca-f57467abe966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004538 10.0.0.56 - - [2025-09-18 02:35:59] "GET /obj-perms HTTP/1.1" 200 5013 0.004201 10.0.0.41 - - [2025-09-18 02:36:02] "GET /obj-perms HTTP/1.1" 200 5013 0.004688 10.0.0.56 - - [2025-09-18 02:36:08] "GET /obj-perms HTTP/1.1" 200 5013 0.003669 10.0.0.41 - - [2025-09-18 02:36:11] "GET /obj-perms HTTP/1.1" 200 5013 0.003527 10.0.0.56 - - [2025-09-18 02:36:17] "GET /obj-perms HTTP/1.1" 200 5013 0.004225 10.0.0.41 - - [2025-09-18 02:36:20] "GET /obj-perms HTTP/1.1" 200 5013 0.003940 10.0.0.56 - - [2025-09-18 02:36:26] "GET /obj-perms HTTP/1.1" 200 5013 0.003791 10.0.0.22 - - [2025-09-18 02:36:27] "GET /obj-perms HTTP/1.1" 200 5013 0.055494 10.0.0.41 - - [2025-09-18 02:36:27] "GET /obj-perms HTTP/1.1" 200 5013 0.008899 10.0.0.56 - - [2025-09-18 02:36:27] "GET /virtual-network/536bd39a-8b59-48a7-8b28-b3e095eb33df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006049 10.0.0.56 - - [2025-09-18 02:36:27] "POST /neutron/network HTTP/1.1" 200 1074 0.021223 10.0.0.56 - - [2025-09-18 02:36:27] "GET /virtual-network/536bd39a-8b59-48a7-8b28-b3e095eb33df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.006702 10.0.0.56 - - [2025-09-18 02:36:27] "DELETE /network-policy/8fa9960f-855d-4af3-a15c-fca70ff5cc35 HTTP/1.1" 200 115 0.037760 10.0.0.56 - - [2025-09-18 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.41 - - [2025-09-18 02:36:27] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.031909 10.0.0.56 - - [2025-09-18 02:36:27] "GET /project/a594d4d4-4974-4029-b054-19a124636487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.076542 10.0.0.56 - - [2025-09-18 02:36:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-73070798&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.005289 10.0.0.56 - - [2025-09-18 02:36:27] "DELETE /network-policy/529cee0c-9f48-4ec3-8eb9-9e75d6749c0f HTTP/1.1" 200 115 0.034948 10.0.0.56 - - [2025-09-18 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.41 - - [2025-09-18 02:36:27] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000926 10.0.0.56 - - [2025-09-18 02:36:27] "GET /project/a594d4d4-4974-4029-b054-19a124636487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.055405 10.0.0.56 - - [2025-09-18 02:36:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-73070798&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.004853 10.0.0.56 - - [2025-09-18 02:36:28] "DELETE /network-policy/944ac104-8e90-4ee3-bd4f-5ce5505e7310 HTTP/1.1" 200 115 0.041532 10.0.0.56 - - [2025-09-18 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.41 - - [2025-09-18 02:36:28] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001172 10.0.0.56 - - [2025-09-18 02:36:28] "GET /project/a594d4d4-4974-4029-b054-19a124636487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.054600 10.0.0.56 - - [2025-09-18 02:36:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-73070798&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.005305 10.0.0.56 - - [2025-09-18 02:36:28] "DELETE /network-policy/153fcfa6-d20b-45e1-97a2-b8438f8f2e72 HTTP/1.1" 200 115 0.040677 10.0.0.56 - - [2025-09-18 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006527 10.0.0.41 - - [2025-09-18 02:36:28] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000891 10.0.0.56 - - [2025-09-18 02:36:28] "GET /project/a594d4d4-4974-4029-b054-19a124636487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.045963 10.0.0.56 - - [2025-09-18 02:36:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-73070798&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.005057 10.0.0.56 - - [2025-09-18 02:36:28] "DELETE /network-policy/205f1196-e1b1-4003-9c49-216652a085d9 HTTP/1.1" 200 115 0.038025 10.0.0.56 - - [2025-09-18 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.41 - - [2025-09-18 02:36:28] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000945 10.0.0.56 - - [2025-09-18 02:36:28] "GET /project/a594d4d4-4974-4029-b054-19a124636487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.046769 10.0.0.56 - - [2025-09-18 02:36:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-73070798&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.005114 10.0.0.56 - - [2025-09-18 02:36:28] "DELETE /network-policy/feac69ce-06eb-45ce-94e4-ab8bb78c465f HTTP/1.1" 200 115 0.045717 10.0.0.56 - - [2025-09-18 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.41 - - [2025-09-18 02:36:28] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000850 10.0.0.56 - - [2025-09-18 02:36:28] "GET /project/a594d4d4-4974-4029-b054-19a124636487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.071033 10.0.0.56 - - [2025-09-18 02:36:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-73070798&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.005454 10.0.0.56 - - [2025-09-18 02:36:28] "DELETE /network-policy/18085d8c-d511-4a4a-805e-1a65dbebd4c2 HTTP/1.1" 200 115 0.052508 10.0.0.56 - - [2025-09-18 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.41 - - [2025-09-18 02:36:29] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000887 10.0.0.56 - - [2025-09-18 02:36:29] "GET /project/a594d4d4-4974-4029-b054-19a124636487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.056592 10.0.0.56 - - [2025-09-18 02:36:29] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-73070798&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.005487 10.0.0.56 - - [2025-09-18 02:36:29] "DELETE /network-policy/8a6cd639-79c6-4c15-9294-49f62bd9d669 HTTP/1.1" 200 115 0.045481 10.0.0.56 - - [2025-09-18 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.41 - - [2025-09-18 02:36:29] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001022 10.0.0.56 - - [2025-09-18 02:36:29] "GET /project/a594d4d4-4974-4029-b054-19a124636487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.058445 10.0.0.56 - - [2025-09-18 02:36:29] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-73070798&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.005103 10.0.0.56 - - [2025-09-18 02:36:29] "DELETE /network-policy/df9fb67e-7003-4aba-81f7-43ffbce9cb4a HTTP/1.1" 200 115 0.047123 10.0.0.56 - - [2025-09-18 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006821 10.0.0.41 - - [2025-09-18 02:36:29] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001092 10.0.0.56 - - [2025-09-18 02:36:29] "GET /project/a594d4d4-4974-4029-b054-19a124636487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.055811 10.0.0.56 - - [2025-09-18 02:36:29] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-73070798&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.005347 10.0.0.56 - - [2025-09-18 02:36:29] "DELETE /network-policy/a421af22-40f2-45a1-8f08-dfdfeaed6359 HTTP/1.1" 200 115 0.045698 10.0.0.56 - - [2025-09-18 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.41 - - [2025-09-18 02:36:29] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000938 10.0.0.56 - - [2025-09-18 02:36:29] "GET /project/a594d4d4-4974-4029-b054-19a124636487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.035996 10.0.0.56 - - [2025-09-18 02:36:29] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-73070798&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005032 10.0.0.41 - - [2025-09-18 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.56 - - [2025-09-18 02:36:30] "POST /neutron/network HTTP/1.1" 200 1074 0.008955 10.0.0.41 - - [2025-09-18 02:36:30] "DELETE /route-target/bee0ff58-defc-4209-b1ca-f57467abe966 HTTP/1.1" 200 115 0.023903 10.0.0.56 - - [2025-09-18 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.56 - - [2025-09-18 02:36:30] "DELETE /network-ipam/6c424c0b-3750-4850-9534-bc48f03c3cf8 HTTP/1.1" 200 115 0.033020 10.0.0.56 - - [2025-09-18 02:36:30] "POST /fqname-to-id HTTP/1.1" 404 248 0.003741 10.0.0.41 - - [2025-09-18 02:36:30] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000942 10.0.0.41 - - [2025-09-18 02:36:30] "GET /project/a594d4d4-4974-4029-b054-19a124636487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.046371 10.0.0.41 - - [2025-09-18 02:36:30] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000965 10.0.0.41 - - [2025-09-18 02:36:30] "GET /project/a594d4d4-4974-4029-b054-19a124636487?fields=security_groups HTTP/1.1" 200 1381 0.029217 10.0.0.41 - - [2025-09-18 02:36:31] "DELETE /security-group/be491703-71fc-4f1f-ab19-e72171c306cb HTTP/1.1" 200 115 0.050867 10.0.0.41 - - [2025-09-18 02:36:31] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000948 10.0.0.41 - - [2025-09-18 02:36:31] "GET /project/a594d4d4-4974-4029-b054-19a124636487?fields=application_policy_sets HTTP/1.1" 200 1420 0.056935 10.0.0.56 - - [2025-09-18 02:36:31] "DELETE /project/a594d4d4-4974-4029-b054-19a124636487 HTTP/1.1" 200 115 0.372601 10.0.0.41 - - [2025-09-18 02:36:31] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001045 10.0.0.56 - - [2025-09-18 02:36:31] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?fields=projects HTTP/1.1" 200 1244 0.011668 10.0.0.41 - - [2025-09-18 02:36:32] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003471 10.0.0.41 - - [2025-09-18 02:36:32] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000991 10.0.0.41 - - [2025-09-18 02:36:32] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.029438 10.0.0.41 - - [2025-09-18 02:36:32] "POST /id-to-fqname HTTP/1.1" 200 196 0.003033 10.0.0.41 - - [2025-09-18 02:36:32] "POST /fqname-to-id HTTP/1.1" 404 205 0.004558 10.0.0.41 - - [2025-09-18 02:36:32] "POST /security-groups HTTP/1.1" 200 597 0.073075 10.0.0.41 - - [2025-09-18 02:36:32] "POST /fqname-to-id HTTP/1.1" 404 240 0.004435 10.0.0.41 - - [2025-09-18 02:36:32] "POST /projects HTTP/1.1" 200 597 0.274860 10.0.0.41 - - [2025-09-18 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.343218 10.0.0.41 - - [2025-09-18 02:36:32] "POST /access-control-lists HTTP/1.1" 200 600 0.029935 10.0.0.56 - - [2025-09-18 02:36:33] "GET /project/a594d4d4-4974-4029-b054-19a124636487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.493505 10.0.0.41 - - [2025-09-18 02:36:33] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000951 10.0.0.56 - - [2025-09-18 02:36:33] "GET /project/a594d4d4-4974-4029-b054-19a124636487?fields=virtual_networks HTTP/1.1" 200 1044 0.062469 10.0.0.41 - - [2025-09-18 02:36:33] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001494 10.0.0.56 - - [2025-09-18 02:36:33] "GET /project/a594d4d4-4974-4029-b054-19a124636487?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.038891 10.0.0.41 - - [2025-09-18 02:36:33] "GET /projects?obj_uuids=a594d4d4-4974-4029-b054-19a124636487&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000972 10.0.0.56 - - [2025-09-18 02:36:33] "GET /project/a594d4d4-4974-4029-b054-19a124636487?fields=security_groups HTTP/1.1" 200 1276 0.034997 10.0.0.56 - - [2025-09-18 02:36:34] "POST /fqname-to-id HTTP/1.1" 404 200 0.028105 10.0.0.41 - - [2025-09-18 02:36:34] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003917 10.0.0.41 - - [2025-09-18 02:36:34] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001228 10.0.0.41 - - [2025-09-18 02:36:34] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008926 10.0.0.41 - - [2025-09-18 02:36:34] "POST /id-to-fqname HTTP/1.1" 200 202 0.001080 10.0.0.41 - - [2025-09-18 02:36:34] "POST /fqname-to-id HTTP/1.1" 404 211 0.003869 10.0.0.41 - - [2025-09-18 02:36:34] "POST /security-groups HTTP/1.1" 200 603 0.073368 10.0.0.41 - - [2025-09-18 02:36:34] "POST /projects HTTP/1.1" 200 609 0.275642 10.0.0.41 - - [2025-09-18 02:36:34] "POST /fqname-to-id HTTP/1.1" 404 245 0.007167 10.0.0.41 - - [2025-09-18 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.351404 10.0.0.56 - - [2025-09-18 02:36:34] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.499227 10.0.0.56 - - [2025-09-18 02:36:35] "GET / HTTP/1.1" 200 35931 0.001464 10.0.0.56 - - [2025-09-18 02:36:38] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000448 10.0.0.41 - - [2025-09-18 02:36:38] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001133 10.0.0.56 - - [2025-09-18 02:36:38] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.065001 10.0.0.56 - - [2025-09-18 02:36:38] "GET / HTTP/1.1" 200 35931 0.064846 10.0.0.56 - - [2025-09-18 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.41 - - [2025-09-18 02:36:39] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000839 10.0.0.56 - - [2025-09-18 02:36:39] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006513 10.0.0.56 - - [2025-09-18 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.41 - - [2025-09-18 02:36:39] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001114 10.0.0.56 - - [2025-09-18 02:36:39] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.045002 10.0.0.56 - - [2025-09-18 02:36:40] "GET /domains HTTP/1.1" 401 292 0.000567 10.0.0.56 - - [2025-09-18 02:36:41] "GET /domains HTTP/1.1" 200 280 0.026863 10.0.0.41 - - [2025-09-18 02:36:41] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001062 10.0.0.56 - - [2025-09-18 02:36:41] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1 HTTP/1.1" 200 2777 0.008832 10.0.0.41 - - [2025-09-18 02:36:41] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001161 10.0.0.56 - - [2025-09-18 02:36:41] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff HTTP/1.1" 200 1924 0.096298 10.0.0.56 - - [2025-09-18 02:36:41] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003444 10.0.0.56 - - [2025-09-18 02:36:41] "POST /network-ipams HTTP/1.1" 200 621 0.027554 10.0.0.56 - - [2025-09-18 02:36:41] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003129 10.0.0.56 - - [2025-09-18 02:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.56 - - [2025-09-18 02:36:41] "GET /network-ipam/ff5a0df4-c256-4a7d-ab4f-75d6aa476d11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.006355 10.0.0.56 - - [2025-09-18 02:36:41] "PUT /network-ipam/ff5a0df4-c256-4a7d-ab4f-75d6aa476d11 HTTP/1.1" 200 258 0.013554 10.0.0.56 - - [2025-09-18 02:36:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000420 10.0.0.56 - - [2025-09-18 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.029018 10.0.0.41 - - [2025-09-18 02:36:42] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000937 10.0.0.56 - - [2025-09-18 02:36:42] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.038253 10.0.0.41 - - [2025-09-18 02:36:42] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001114 10.0.0.56 - - [2025-09-18 02:36:42] "POST /neutron/network HTTP/1.1" 200 623 0.148489 10.0.0.41 - - [2025-09-18 02:36:42] "POST /ref-update HTTP/1.1" 200 156 0.026728 10.0.0.41 - - [2025-09-18 02:36:43] "POST /useragent-kv HTTP/1.1" 200 115 0.006752 10.0.0.56 - - [2025-09-18 02:36:43] "POST /neutron/subnet HTTP/1.1" 200 828 0.244718 10.0.0.56 - - [2025-09-18 02:36:43] "POST /id-to-fqname HTTP/1.1" 200 235 0.001175 10.0.0.56 - - [2025-09-18 02:36:43] "GET /virtual-network/090c2e8e-2731-4b78-b4e6-c20fcdeedc31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.005116 10.0.0.56 - - [2025-09-18 02:36:43] "GET /virtual-network/090c2e8e-2731-4b78-b4e6-c20fcdeedc31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.005269 10.0.0.56 - - [2025-09-18 02:36:43] "POST /neutron/network HTTP/1.1" 200 1337 0.010913 10.0.0.56 - - [2025-09-18 02:36:43] "POST /neutron/subnet HTTP/1.1" 200 828 0.009445 10.0.0.56 - - [2025-09-18 02:36:43] "GET /virtual-network/090c2e8e-2731-4b78-b4e6-c20fcdeedc31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.005314 10.0.0.56 - - [2025-09-18 02:36:44] "GET /obj-perms HTTP/1.1" 200 5019 0.051285 10.0.0.56 - - [2025-09-18 02:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.41 - - [2025-09-18 02:36:45] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000881 10.0.0.56 - - [2025-09-18 02:36:45] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.042305 10.0.0.41 - - [2025-09-18 02:36:45] "POST /useragent-kv HTTP/1.1" 200 115 0.007055 10.0.0.56 - - [2025-09-18 02:36:45] "POST /neutron/subnet HTTP/1.1" 200 701 0.227404 10.0.0.56 - - [2025-09-18 02:36:46] "POST /neutron/network HTTP/1.1" 200 1337 0.013407 10.0.0.56 - - [2025-09-18 02:36:46] "POST /id-to-fqname HTTP/1.1" 200 235 0.001079 10.0.0.56 - - [2025-09-18 02:36:46] "GET /virtual-network/a7ee634c-cf04-493a-bd0f-87220e211066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.004550 10.0.0.56 - - [2025-09-18 02:36:46] "GET /virtual-network/a7ee634c-cf04-493a-bd0f-87220e211066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005287 10.0.0.56 - - [2025-09-18 02:36:46] "POST /neutron/subnet HTTP/1.1" 200 701 0.008238 10.0.0.56 - - [2025-09-18 02:36:46] "GET /virtual-network/a7ee634c-cf04-493a-bd0f-87220e211066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005451 10.0.0.22 - - [2025-09-18 02:36:47] "GET /obj-perms HTTP/1.1" 200 5019 0.054586 10.0.0.41 - - [2025-09-18 02:36:47] "GET /obj-perms HTTP/1.1" 200 5019 0.045775 10.0.0.56 - - [2025-09-18 02:36:47] "POST /fqname-to-id HTTP/1.1" 404 211 0.003010 10.0.0.56 - - [2025-09-18 02:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.41 - - [2025-09-18 02:36:47] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000913 10.0.0.56 - - [2025-09-18 02:36:47] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.057535 10.0.0.56 - - [2025-09-18 02:36:47] "POST /network-policys HTTP/1.1" 200 533 0.076365 10.0.0.56 - - [2025-09-18 02:36:47] "GET /network-policy/dcace924-36a1-4f98-a8f7-09c8aa0edc4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005762 10.0.0.56 - - [2025-09-18 02:36:47] "POST /fqname-to-id HTTP/1.1" 404 211 0.002973 10.0.0.56 - - [2025-09-18 02:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.41 - - [2025-09-18 02:36:47] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000876 10.0.0.56 - - [2025-09-18 02:36:47] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.040373 10.0.0.56 - - [2025-09-18 02:36:47] "POST /network-policys HTTP/1.1" 200 533 0.031838 10.0.0.56 - - [2025-09-18 02:36:47] "GET /network-policy/aa29d286-9738-4016-b2c0-04009b396ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.012522 10.0.0.41 - - [2025-09-18 02:36:48] "DELETE /access-control-list/aeb9e4ab-46e9-42f9-8679-0f1cb7769d76 HTTP/1.1" 200 115 0.039357 10.0.0.56 - - [2025-09-18 02:36:48] "POST /fqname-to-id HTTP/1.1" 404 211 0.004479 10.0.0.56 - - [2025-09-18 02:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.41 - - [2025-09-18 02:36:48] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000942 10.0.0.56 - - [2025-09-18 02:36:48] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.047150 10.0.0.56 - - [2025-09-18 02:36:48] "POST /network-policys HTTP/1.1" 200 533 0.039921 10.0.0.56 - - [2025-09-18 02:36:48] "GET /network-policy/82d08d40-ec8e-43ad-85b5-6447a54ee161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4989 0.007178 10.0.0.56 - - [2025-09-18 02:36:48] "POST /fqname-to-id HTTP/1.1" 404 211 0.003039 10.0.0.56 - - [2025-09-18 02:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.41 - - [2025-09-18 02:36:48] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001273 10.0.0.56 - - [2025-09-18 02:36:48] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.038957 10.0.0.56 - - [2025-09-18 02:36:48] "POST /network-policys HTTP/1.1" 200 533 0.026935 10.0.0.56 - - [2025-09-18 02:36:48] "GET /network-policy/01269c19-96a9-4b57-922a-50768ac9b8b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4988 0.006084 10.0.0.56 - - [2025-09-18 02:36:48] "POST /fqname-to-id HTTP/1.1" 404 213 0.003448 10.0.0.56 - - [2025-09-18 02:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.41 - - [2025-09-18 02:36:48] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000972 10.0.0.56 - - [2025-09-18 02:36:48] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.043563 10.0.0.56 - - [2025-09-18 02:36:49] "POST /network-policys HTTP/1.1" 200 537 0.029058 10.0.0.56 - - [2025-09-18 02:36:49] "GET /network-policy/3a2b445f-cbac-4ea1-a396-ae4a433b14a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.006483 10.0.0.56 - - [2025-09-18 02:36:49] "POST /fqname-to-id HTTP/1.1" 404 212 0.003198 10.0.0.56 - - [2025-09-18 02:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.41 - - [2025-09-18 02:36:49] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000856 10.0.0.56 - - [2025-09-18 02:36:49] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.038999 10.0.0.56 - - [2025-09-18 02:36:49] "POST /network-policys HTTP/1.1" 200 535 0.030917 10.0.0.56 - - [2025-09-18 02:36:49] "GET /network-policy/38d28a8d-79c0-4a7f-baf3-0325b185a8eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006309 10.0.0.56 - - [2025-09-18 02:36:49] "POST /fqname-to-id HTTP/1.1" 404 212 0.003229 10.0.0.56 - - [2025-09-18 02:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002517 10.0.0.41 - - [2025-09-18 02:36:49] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001143 10.0.0.56 - - [2025-09-18 02:36:49] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.040966 10.0.0.56 - - [2025-09-18 02:36:49] "POST /network-policys HTTP/1.1" 200 535 0.043932 10.0.0.56 - - [2025-09-18 02:36:49] "GET /network-policy/4ac2ad59-1689-497a-b9e2-4fed8ec8a363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006427 10.0.0.56 - - [2025-09-18 02:36:49] "POST /fqname-to-id HTTP/1.1" 404 212 0.003725 10.0.0.56 - - [2025-09-18 02:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.41 - - [2025-09-18 02:36:50] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001295 10.0.0.56 - - [2025-09-18 02:36:50] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048322 10.0.0.56 - - [2025-09-18 02:36:50] "POST /network-policys HTTP/1.1" 200 535 0.030825 10.0.0.56 - - [2025-09-18 02:36:50] "GET /network-policy/2c26acc1-c686-4297-b613-bfa511ed32a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006837 10.0.0.56 - - [2025-09-18 02:36:50] "POST /fqname-to-id HTTP/1.1" 404 212 0.003895 10.0.0.56 - - [2025-09-18 02:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.41 - - [2025-09-18 02:36:50] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000863 10.0.0.56 - - [2025-09-18 02:36:50] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.061175 10.0.0.56 - - [2025-09-18 02:36:50] "POST /network-policys HTTP/1.1" 200 535 0.026297 10.0.0.56 - - [2025-09-18 02:36:50] "GET /network-policy/305db5b7-b2e8-431e-8018-d7f01067cd00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.005937 10.0.0.56 - - [2025-09-18 02:36:50] "POST /fqname-to-id HTTP/1.1" 404 214 0.002998 10.0.0.56 - - [2025-09-18 02:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.41 - - [2025-09-18 02:36:50] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000905 10.0.0.56 - - [2025-09-18 02:36:50] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.050657 10.0.0.56 - - [2025-09-18 02:36:50] "POST /network-policys HTTP/1.1" 200 539 0.029628 10.0.0.56 - - [2025-09-18 02:36:50] "GET /network-policy/3e3e5fa3-9b66-4f2f-88ba-78622106a10a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.006984 10.0.0.56 - - [2025-09-18 02:36:51] "POST /neutron/network HTTP/1.1" 200 1337 0.011041 10.0.0.41 - - [2025-09-18 02:36:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.042720 10.0.0.41 - - [2025-09-18 02:36:51] "POST /access-control-lists HTTP/1.1" 200 609 0.085739 10.0.0.56 - - [2025-09-18 02:36:51] "GET /virtual-network/090c2e8e-2731-4b78-b4e6-c20fcdeedc31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.007150 10.0.0.56 - - [2025-09-18 02:36:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.56 - - [2025-09-18 02:36:51] "GET /network-policy/dcace924-36a1-4f98-a8f7-09c8aa0edc4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004527 10.0.0.56 - - [2025-09-18 02:36:51] "POST /neutron/network HTTP/1.1" 200 1337 0.010078 10.0.0.41 - - [2025-09-18 02:36:51] "POST /ref-update HTTP/1.1" 200 156 0.026566 10.0.0.56 - - [2025-09-18 02:36:51] "GET /virtual-network/a7ee634c-cf04-493a-bd0f-87220e211066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.007550 10.0.0.56 - - [2025-09-18 02:36:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.56 - - [2025-09-18 02:36:51] "GET /network-policy/3a2b445f-cbac-4ea1-a396-ae4a433b14a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.004889 10.0.0.56 - - [2025-09-18 02:36:51] "POST /id-to-fqname HTTP/1.1" 200 235 0.001255 10.0.0.56 - - [2025-09-18 02:36:52] "POST /neutron/network HTTP/1.1" 200 1435 0.012279 10.0.0.41 - - [2025-09-18 02:36:52] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001197 10.0.0.56 - - [2025-09-18 02:36:53] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.055110 10.0.0.56 - - [2025-09-18 02:36:53] "POST /neutron/port HTTP/1.1" 200 117 0.006047 10.0.0.56 - - [2025-09-18 02:36:53] "POST /id-to-fqname HTTP/1.1" 200 235 0.001469 10.0.0.56 - - [2025-09-18 02:36:53] "POST /neutron/network HTTP/1.1" 200 1435 0.010133 10.0.0.56 - - [2025-09-18 02:36:54] "POST /neutron/port HTTP/1.1" 200 1174 0.019514 10.0.0.41 - - [2025-09-18 02:36:54] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000931 10.0.0.56 - - [2025-09-18 02:36:54] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.072321 10.0.0.56 - - [2025-09-18 02:36:54] "POST /neutron/port HTTP/1.1" 200 1202 0.020957 10.0.0.56 - - [2025-09-18 02:36:54] "POST /neutron/port HTTP/1.1" 200 1202 0.018397 10.0.0.56 - - [2025-09-18 02:36:54] "POST /neutron/port HTTP/1.1" 200 117 0.001044 10.0.0.56 - - [2025-09-18 02:36:54] "POST /neutron/port HTTP/1.1" 200 117 0.005827 10.0.0.56 - - [2025-09-18 02:36:55] "POST /neutron/network HTTP/1.1" 200 1437 0.010652 10.0.0.56 - - [2025-09-18 02:36:55] "POST /neutron/port HTTP/1.1" 200 1174 0.018533 10.0.0.56 - - [2025-09-18 02:36:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003884 10.0.0.56 - - [2025-09-18 02:36:56] "POST /neutron/port HTTP/1.1" 200 117 0.001034 10.0.0.41 - - [2025-09-18 02:36:58] "DELETE /project/a594d4d449744029b05419a124636487 HTTP/1.1" 404 173 0.005098 10.0.0.41 - - [2025-09-18 02:36:58] "DELETE /project/b5bf87119a36467195e24da8b34a37ff HTTP/1.1" 404 173 0.004687 10.0.0.41 - - [2025-09-18 02:36:58] "DELETE /project/a594d4d4-4974-4029-b054-19a124636487 HTTP/1.1" 404 177 0.003907 10.0.0.22 - - [2025-09-18 02:36:58] "GET /global-system-configs HTTP/1.1" 200 322 0.035542 10.0.0.41 - - [2025-09-18 02:36:58] "GET /global-system-configs HTTP/1.1" 200 322 0.006140 10.0.0.56 - - [2025-09-18 02:36:59] "GET /obj-perms HTTP/1.1" 200 5056 0.053961 10.0.0.22 - - [2025-09-18 02:36:59] "GET /global-system-configs HTTP/1.1" 200 322 0.008290 10.0.0.56 - - [2025-09-18 02:37:00] "POST /neutron/port HTTP/1.1" 200 1202 0.026830 10.0.0.41 - - [2025-09-18 02:37:00] "GET /global-system-configs HTTP/1.1" 200 322 0.195499 10.0.0.22 - - [2025-09-18 02:37:00] "GET /obj-perms HTTP/1.1" 200 5056 0.251961 10.0.0.41 - - [2025-09-18 02:37:00] "GET /obj-perms HTTP/1.1" 200 5056 0.274558 10.0.0.56 - - [2025-09-18 02:37:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006959 10.0.0.56 - - [2025-09-18 02:37:00] "GET /virtual-machine/efe9e239-c9c0-4bbe-8d44-645e8b8d6957 HTTP/1.1" 401 292 0.000386 10.0.0.56 - - [2025-09-18 02:37:00] "GET /virtual-machine/efe9e239-c9c0-4bbe-8d44-645e8b8d6957 HTTP/1.1" 200 1305 0.032343 10.0.0.56 - - [2025-09-18 02:37:00] "GET /virtual-machine-interface/c8c14078-f132-4000-af98-e545bd2770cc HTTP/1.1" 200 3169 0.005441 10.0.0.56 - - [2025-09-18 02:37:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004414 10.0.0.56 - - [2025-09-18 02:37:00] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004584 10.0.0.56 - - [2025-09-18 02:37:00] "GET /virtual-networks?parent_id=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004058 10.0.0.56 - - [2025-09-18 02:37:00] "GET /virtual-network/090c2e8e-2731-4b78-b4e6-c20fcdeedc31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.006354 10.0.0.56 - - [2025-09-18 02:37:01] "GET /global-system-configs HTTP/1.1" 200 322 0.122147 10.0.0.56 - - [2025-09-18 02:37:01] "GET /obj-perms HTTP/1.1" 200 5056 0.217526 10.0.0.56 - - [2025-09-18 02:37:02] "GET /global-system-configs HTTP/1.1" 200 322 0.062000 10.0.0.22 - - [2025-09-18 02:37:02] "GET /obj-perms HTTP/1.1" 200 5056 0.159361 10.0.0.41 - - [2025-09-18 02:37:02] "GET /obj-perms HTTP/1.1" 200 5056 0.179167 10.0.0.56 - - [2025-09-18 02:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.56 - - [2025-09-18 02:37:03] "GET /virtual-network/090c2e8e-2731-4b78-b4e6-c20fcdeedc31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.006998 10.0.0.56 - - [2025-09-18 02:37:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.56 - - [2025-09-18 02:37:08] "GET /virtual-network/090c2e8e-2731-4b78-b4e6-c20fcdeedc31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.005193 10.0.0.56 - - [2025-09-18 02:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.56 - - [2025-09-18 02:37:12] "GET /virtual-network/090c2e8e-2731-4b78-b4e6-c20fcdeedc31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.005472 10.0.0.56 - - [2025-09-18 02:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004603 10.0.0.56 - - [2025-09-18 02:37:16] "GET /virtual-network/090c2e8e-2731-4b78-b4e6-c20fcdeedc31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.006516 10.0.0.56 - - [2025-09-18 02:37:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.56 - - [2025-09-18 02:37:20] "GET /virtual-network/090c2e8e-2731-4b78-b4e6-c20fcdeedc31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.006001 10.0.0.56 - - [2025-09-18 02:37:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.56 - - [2025-09-18 02:37:24] "GET /virtual-network/090c2e8e-2731-4b78-b4e6-c20fcdeedc31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.005740 10.0.0.56 - - [2025-09-18 02:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.56 - - [2025-09-18 02:37:28] "GET /virtual-network/090c2e8e-2731-4b78-b4e6-c20fcdeedc31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.005528 10.0.0.56 - - [2025-09-18 02:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.56 - - [2025-09-18 02:37:32] "GET /virtual-network/090c2e8e-2731-4b78-b4e6-c20fcdeedc31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.007245 10.0.0.56 - - [2025-09-18 02:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.56 - - [2025-09-18 02:37:34] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003353 10.0.0.56 - - [2025-09-18 02:37:34] "GET /virtual-networks?parent_id=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003191 10.0.0.56 - - [2025-09-18 02:37:34] "GET /virtual-network/090c2e8e-2731-4b78-b4e6-c20fcdeedc31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.006790 10.0.0.56 - - [2025-09-18 02:37:34] "POST /neutron/port HTTP/1.1" 200 1202 0.018734 10.0.0.56 - - [2025-09-18 02:37:40] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007472 10.0.0.56 - - [2025-09-18 02:37:40] "POST /neutron/network HTTP/1.1" 200 1437 0.037471 10.0.0.56 - - [2025-09-18 02:37:40] "POST /neutron/subnet HTTP/1.1" 200 1361 0.015023 10.0.0.56 - - [2025-09-18 02:37:40] "POST /neutron/network HTTP/1.1" 200 1427 0.010185 10.0.0.56 - - [2025-09-18 02:37:41] "POST /neutron/network HTTP/1.1" 200 1435 0.035701 10.0.0.56 - - [2025-09-18 02:37:41] "POST /neutron/subnet HTTP/1.1" 200 1361 0.014620 10.0.0.56 - - [2025-09-18 02:37:41] "POST /neutron/network HTTP/1.1" 200 1425 0.010434 10.0.0.56 - - [2025-09-18 02:37:45] "POST /neutron/port HTTP/1.1" 200 1202 0.014603 10.0.0.56 - - [2025-09-18 02:37:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007737 10.0.0.56 - - [2025-09-18 02:37:55] "POST /neutron/port HTTP/1.1" 200 1202 0.015983 10.0.0.56 - - [2025-09-18 02:37:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007990 10.0.0.56 - - [2025-09-18 02:37:55] "GET /virtual-machine/083fb235-2e63-4e78-84de-a9e5de16c210 HTTP/1.1" 200 1302 0.005525 10.0.0.56 - - [2025-09-18 02:37:55] "GET /virtual-machine-interface/7722abfc-535c-4538-b0d3-aeb131ec0e42 HTTP/1.1" 200 3168 0.004967 10.0.0.56 - - [2025-09-18 02:37:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.56 - - [2025-09-18 02:37:55] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003597 10.0.0.56 - - [2025-09-18 02:37:55] "GET /virtual-networks?parent_id=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002788 10.0.0.56 - - [2025-09-18 02:37:56] "GET /virtual-network/a7ee634c-cf04-493a-bd0f-87220e211066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.009048 10.0.0.56 - - [2025-09-18 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.56 - - [2025-09-18 02:37:57] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003971 10.0.0.56 - - [2025-09-18 02:37:57] "GET /virtual-networks?parent_id=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003045 10.0.0.56 - - [2025-09-18 02:37:57] "GET /virtual-network/a7ee634c-cf04-493a-bd0f-87220e211066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005649 10.0.0.56 - - [2025-09-18 02:37:57] "POST /neutron/port HTTP/1.1" 200 1202 0.014560 10.0.0.56 - - [2025-09-18 02:38:02] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006804 10.0.0.56 - - [2025-09-18 02:38:07] "POST /neutron/port HTTP/1.1" 200 1202 0.015007 10.0.0.56 - - [2025-09-18 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.56 - - [2025-09-18 02:38:08] "GET /network-policy/3a2b445f-cbac-4ea1-a396-ae4a433b14a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.003353 10.0.0.56 - - [2025-09-18 02:38:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006751 10.0.0.56 - - [2025-09-18 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.56 - - [2025-09-18 02:38:08] "GET /network-policy/dcace924-36a1-4f98-a8f7-09c8aa0edc4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004272 10.0.0.56 - - [2025-09-18 02:38:08] "POST /neutron/network HTTP/1.1" 200 1425 0.012083 10.0.0.41 - - [2025-09-18 02:38:08] "PUT /access-control-list/f64e6169-93aa-47ff-a10c-633fe309ceda HTTP/1.1" 200 272 0.060333 10.0.0.56 - - [2025-09-18 02:38:08] "GET /virtual-network/090c2e8e-2731-4b78-b4e6-c20fcdeedc31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.015256 10.0.0.56 - - [2025-09-18 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002625 10.0.0.56 - - [2025-09-18 02:38:08] "GET /network-policy/aa29d286-9738-4016-b2c0-04009b396ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004328 10.0.0.41 - - [2025-09-18 02:38:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.007268 10.0.0.56 - - [2025-09-18 02:38:25] "POST /neutron/network HTTP/1.1" 200 1428 0.042800 10.0.0.56 - - [2025-09-18 02:38:25] "GET /virtual-network/090c2e8e-2731-4b78-b4e6-c20fcdeedc31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007225 10.0.0.56 - - [2025-09-18 02:38:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.012453 10.0.0.56 - - [2025-09-18 02:38:25] "GET /network-policy/3e3e5fa3-9b66-4f2f-88ba-78622106a10a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.005786 10.0.0.56 - - [2025-09-18 02:38:33] "GET /obj-perms HTTP/1.1" 200 5056 0.048951 10.0.0.41 - - [2025-09-18 02:38:37] "PUT /access-control-list/f64e6169-93aa-47ff-a10c-633fe309ceda HTTP/1.1" 200 272 0.035224 10.0.0.56 - - [2025-09-18 02:38:37] "POST /neutron/network HTTP/1.1" 200 1425 0.029123 10.0.0.56 - - [2025-09-18 02:38:37] "GET /virtual-network/090c2e8e-2731-4b78-b4e6-c20fcdeedc31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.006898 10.0.0.56 - - [2025-09-18 02:38:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.56 - - [2025-09-18 02:38:37] "GET /network-policy/82d08d40-ec8e-43ad-85b5-6447a54ee161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4989 0.005199 10.0.0.56 - - [2025-09-18 02:38:41] "POST /neutron/network HTTP/1.1" 200 1437 0.015645 10.0.0.56 - - [2025-09-18 02:38:41] "POST /neutron/subnet HTTP/1.1" 200 1361 0.013543 10.0.0.56 - - [2025-09-18 02:38:41] "POST /neutron/network HTTP/1.1" 200 1427 0.010763 10.0.0.56 - - [2025-09-18 02:38:43] "POST /neutron/network HTTP/1.1" 200 1435 0.010741 10.0.0.56 - - [2025-09-18 02:38:43] "POST /neutron/subnet HTTP/1.1" 200 1361 0.016969 10.0.0.56 - - [2025-09-18 02:38:43] "POST /neutron/network HTTP/1.1" 200 1425 0.011138 10.0.0.56 - - [2025-09-18 02:38:50] "POST /neutron/network HTTP/1.1" 200 1425 0.012936 10.0.0.56 - - [2025-09-18 02:38:50] "GET /virtual-network/090c2e8e-2731-4b78-b4e6-c20fcdeedc31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.005969 10.0.0.56 - - [2025-09-18 02:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.56 - - [2025-09-18 02:38:50] "GET /network-policy/01269c19-96a9-4b57-922a-50768ac9b8b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4988 0.004384 10.0.0.41 - - [2025-09-18 02:39:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.003803 10.0.0.41 - - [2025-09-18 02:39:00] "PUT /access-control-list/f64e6169-93aa-47ff-a10c-633fe309ceda HTTP/1.1" 200 272 0.022556 10.0.0.56 - - [2025-09-18 02:39:00] "POST /neutron/network HTTP/1.1" 200 1426 0.023920 10.0.0.56 - - [2025-09-18 02:39:00] "GET /virtual-network/090c2e8e-2731-4b78-b4e6-c20fcdeedc31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.006589 10.0.0.56 - - [2025-09-18 02:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005959 10.0.0.56 - - [2025-09-18 02:39:00] "GET /network-policy/38d28a8d-79c0-4a7f-baf3-0325b185a8eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004860 10.0.0.41 - - [2025-09-18 02:39:12] "POST /ref-update HTTP/1.1" 200 156 0.029647 10.0.0.56 - - [2025-09-18 02:39:12] "POST /neutron/network HTTP/1.1" 200 1426 0.016075 10.0.0.56 - - [2025-09-18 02:39:12] "GET /virtual-network/090c2e8e-2731-4b78-b4e6-c20fcdeedc31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.008583 10.0.0.56 - - [2025-09-18 02:39:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.56 - - [2025-09-18 02:39:12] "GET /network-policy/4ac2ad59-1689-497a-b9e2-4fed8ec8a363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004440 10.0.0.56 - - [2025-09-18 02:39:23] "POST /neutron/network HTTP/1.1" 200 1426 0.016368 10.0.0.56 - - [2025-09-18 02:39:23] "GET /virtual-network/090c2e8e-2731-4b78-b4e6-c20fcdeedc31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.004740 10.0.0.56 - - [2025-09-18 02:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.56 - - [2025-09-18 02:39:23] "GET /network-policy/2c26acc1-c686-4297-b613-bfa511ed32a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.003969 10.0.0.41 - - [2025-09-18 02:39:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.004912 10.0.0.56 - - [2025-09-18 02:39:35] "POST /neutron/network HTTP/1.1" 200 1426 0.016539 10.0.0.56 - - [2025-09-18 02:39:35] "GET /virtual-network/090c2e8e-2731-4b78-b4e6-c20fcdeedc31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005372 10.0.0.56 - - [2025-09-18 02:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004715 10.0.0.56 - - [2025-09-18 02:39:35] "GET /network-policy/305db5b7-b2e8-431e-8018-d7f01067cd00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.004078 10.0.0.56 - - [2025-09-18 02:39:42] "POST /neutron/network HTTP/1.1" 200 1437 0.012148 10.0.0.56 - - [2025-09-18 02:39:42] "POST /neutron/subnet HTTP/1.1" 200 1361 0.015445 10.0.0.56 - - [2025-09-18 02:39:42] "POST /neutron/network HTTP/1.1" 200 1427 0.013969 10.0.0.56 - - [2025-09-18 02:39:45] "POST /neutron/network HTTP/1.1" 200 1436 0.014937 10.0.0.56 - - [2025-09-18 02:39:45] "POST /neutron/subnet HTTP/1.1" 200 1361 0.018087 10.0.0.56 - - [2025-09-18 02:39:45] "POST /neutron/network HTTP/1.1" 200 1426 0.011579 10.0.0.56 - - [2025-09-18 02:39:45] "GET /virtual-network/090c2e8e-2731-4b78-b4e6-c20fcdeedc31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005792 10.0.0.56 - - [2025-09-18 02:39:45] "POST /neutron/network HTTP/1.1" 200 1337 0.013319 10.0.0.56 - - [2025-09-18 02:39:45] "GET /virtual-network/090c2e8e-2731-4b78-b4e6-c20fcdeedc31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.004973 10.0.0.41 - - [2025-09-18 02:39:45] "DELETE /access-control-list/f64e6169-93aa-47ff-a10c-633fe309ceda HTTP/1.1" 200 115 0.144882 10.0.0.56 - - [2025-09-18 02:39:46] "GET /virtual-machine/083fb235-2e63-4e78-84de-a9e5de16c210 HTTP/1.1" 200 1302 0.003741 10.0.0.56 - - [2025-09-18 02:39:46] "POST /neutron/port HTTP/1.1" 200 151 0.220841 10.0.0.56 - - [2025-09-18 02:39:48] "GET /virtual-machine/083fb235-2e63-4e78-84de-a9e5de16c210 HTTP/1.1" 404 171 0.004734 10.0.0.56 - - [2025-09-18 02:39:48] "GET /virtual-machine/083fb235-2e63-4e78-84de-a9e5de16c210 HTTP/1.1" 404 171 0.002638 10.0.0.56 - - [2025-09-18 02:39:48] "GET /virtual-machine/083fb235-2e63-4e78-84de-a9e5de16c210 HTTP/1.1" 404 171 0.002683 10.0.0.56 - - [2025-09-18 02:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.56 - - [2025-09-18 02:39:48] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003769 10.0.0.56 - - [2025-09-18 02:39:48] "GET /virtual-networks?parent_id=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003148 10.0.0.56 - - [2025-09-18 02:39:48] "GET /virtual-network/a7ee634c-cf04-493a-bd0f-87220e211066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005764 10.0.0.56 - - [2025-09-18 02:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.56 - - [2025-09-18 02:39:48] "GET /routing-instance/20125d0d-ca9a-416d-aebd-d93a15fdf9be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.004891 10.0.0.56 - - [2025-09-18 02:39:48] "GET /route-target/be705d2d-2f89-4160-8ec8-8177a0ca084c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004707 10.0.0.41 - - [2025-09-18 02:39:48] "GET /obj-perms HTTP/1.1" 200 5019 0.004584 10.0.0.56 - - [2025-09-18 02:39:54] "GET /obj-perms HTTP/1.1" 200 5019 0.004805 10.0.0.22 - - [2025-09-18 02:39:54] "GET /obj-perms HTTP/1.1" 200 5019 0.004244 10.0.0.41 - - [2025-09-18 02:39:54] "GET /obj-perms HTTP/1.1" 200 5019 0.003638 10.0.0.56 - - [2025-09-18 02:39:55] "GET /virtual-machine/efe9e239-c9c0-4bbe-8d44-645e8b8d6957 HTTP/1.1" 200 1305 0.004511 10.0.0.56 - - [2025-09-18 02:39:55] "POST /neutron/port HTTP/1.1" 200 151 0.219840 10.0.0.56 - - [2025-09-18 02:39:57] "GET /virtual-machine/efe9e239-c9c0-4bbe-8d44-645e8b8d6957 HTTP/1.1" 404 171 0.003210 10.0.0.56 - - [2025-09-18 02:39:57] "GET /virtual-machine/efe9e239-c9c0-4bbe-8d44-645e8b8d6957 HTTP/1.1" 404 171 0.003622 10.0.0.56 - - [2025-09-18 02:39:57] "GET /virtual-machine/efe9e239-c9c0-4bbe-8d44-645e8b8d6957 HTTP/1.1" 404 171 0.002965 10.0.0.56 - - [2025-09-18 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.56 - - [2025-09-18 02:39:57] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003908 10.0.0.56 - - [2025-09-18 02:39:57] "GET /virtual-networks?parent_id=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002954 10.0.0.56 - - [2025-09-18 02:39:57] "GET /virtual-network/090c2e8e-2731-4b78-b4e6-c20fcdeedc31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.005495 10.0.0.56 - - [2025-09-18 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.56 - - [2025-09-18 02:39:57] "GET /routing-instance/496ccb3e-52ac-432d-85f6-ead3e835186f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.005185 10.0.0.56 - - [2025-09-18 02:39:57] "GET /route-target/fa431505-7f50-4f2b-8b87-c499b56cd19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004156 10.0.0.56 - - [2025-09-18 02:39:57] "GET /obj-perms HTTP/1.1" 200 5019 0.004242 10.0.0.41 - - [2025-09-18 02:40:03] "GET /obj-perms HTTP/1.1" 200 5019 0.004562 10.0.0.56 - - [2025-09-18 02:40:06] "GET /obj-perms HTTP/1.1" 200 5019 0.003555 10.0.0.41 - - [2025-09-18 02:40:12] "GET /obj-perms HTTP/1.1" 200 5019 0.003767 10.0.0.56 - - [2025-09-18 02:40:15] "GET /obj-perms HTTP/1.1" 200 5019 0.005198 10.0.0.41 - - [2025-09-18 02:40:22] "GET /obj-perms HTTP/1.1" 200 5019 0.003575 10.0.0.56 - - [2025-09-18 02:40:25] "GET /obj-perms HTTP/1.1" 200 5019 0.003851 10.0.0.56 - - [2025-09-18 02:40:25] "GET /virtual-network/a7ee634c-cf04-493a-bd0f-87220e211066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005627 10.0.0.56 - - [2025-09-18 02:40:25] "POST /neutron/network HTTP/1.1" 200 1337 0.021164 10.0.0.56 - - [2025-09-18 02:40:25] "GET /virtual-network/a7ee634c-cf04-493a-bd0f-87220e211066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.004940 10.0.0.41 - - [2025-09-18 02:40:25] "POST /ref-update HTTP/1.1" 200 156 0.024498 10.0.0.56 - - [2025-09-18 02:40:25] "DELETE /network-policy/3e3e5fa3-9b66-4f2f-88ba-78622106a10a HTTP/1.1" 200 115 0.049644 10.0.0.56 - - [2025-09-18 02:40:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.007334 10.0.0.41 - - [2025-09-18 02:40:25] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001223 10.0.0.56 - - [2025-09-18 02:40:26] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.077569 10.0.0.56 - - [2025-09-18 02:40:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-90961843&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.009940 10.0.0.56 - - [2025-09-18 02:40:26] "DELETE /network-policy/305db5b7-b2e8-431e-8018-d7f01067cd00 HTTP/1.1" 200 115 0.041667 10.0.0.56 - - [2025-09-18 02:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005214 10.0.0.41 - - [2025-09-18 02:40:26] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000844 10.0.0.56 - - [2025-09-18 02:40:26] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.047776 10.0.0.56 - - [2025-09-18 02:40:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-90961843&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.005239 10.0.0.56 - - [2025-09-18 02:40:26] "DELETE /network-policy/2c26acc1-c686-4297-b613-bfa511ed32a9 HTTP/1.1" 200 115 0.043802 10.0.0.56 - - [2025-09-18 02:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.41 - - [2025-09-18 02:40:26] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000853 10.0.0.56 - - [2025-09-18 02:40:26] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.062017 10.0.0.56 - - [2025-09-18 02:40:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-90961843&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.005163 10.0.0.56 - - [2025-09-18 02:40:26] "DELETE /network-policy/4ac2ad59-1689-497a-b9e2-4fed8ec8a363 HTTP/1.1" 200 115 0.044857 10.0.0.56 - - [2025-09-18 02:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004906 10.0.0.41 - - [2025-09-18 02:40:26] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001141 10.0.0.56 - - [2025-09-18 02:40:26] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.032057 10.0.0.56 - - [2025-09-18 02:40:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-90961843&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.006305 10.0.0.56 - - [2025-09-18 02:40:26] "DELETE /network-policy/38d28a8d-79c0-4a7f-baf3-0325b185a8eb HTTP/1.1" 200 115 0.039115 10.0.0.56 - - [2025-09-18 02:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.41 - - [2025-09-18 02:40:26] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001492 10.0.0.56 - - [2025-09-18 02:40:26] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.058088 10.0.0.56 - - [2025-09-18 02:40:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-90961843&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.005206 10.0.0.56 - - [2025-09-18 02:40:27] "DELETE /network-policy/3a2b445f-cbac-4ea1-a396-ae4a433b14a6 HTTP/1.1" 200 115 0.047230 10.0.0.56 - - [2025-09-18 02:40:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004996 10.0.0.41 - - [2025-09-18 02:40:27] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000938 10.0.0.56 - - [2025-09-18 02:40:27] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.057068 10.0.0.56 - - [2025-09-18 02:40:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-90961843&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.005352 10.0.0.56 - - [2025-09-18 02:40:27] "DELETE /network-policy/01269c19-96a9-4b57-922a-50768ac9b8b3 HTTP/1.1" 200 115 0.069908 10.0.0.56 - - [2025-09-18 02:40:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.41 - - [2025-09-18 02:40:27] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000930 10.0.0.56 - - [2025-09-18 02:40:27] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.060106 10.0.0.56 - - [2025-09-18 02:40:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-90961843&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.005263 10.0.0.56 - - [2025-09-18 02:40:27] "DELETE /network-policy/82d08d40-ec8e-43ad-85b5-6447a54ee161 HTTP/1.1" 200 115 0.060686 10.0.0.56 - - [2025-09-18 02:40:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005065 10.0.0.41 - - [2025-09-18 02:40:27] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000932 10.0.0.56 - - [2025-09-18 02:40:27] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.045057 10.0.0.56 - - [2025-09-18 02:40:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-90961843&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.005460 10.0.0.56 - - [2025-09-18 02:40:27] "DELETE /network-policy/aa29d286-9738-4016-b2c0-04009b396ff5 HTTP/1.1" 200 115 0.039565 10.0.0.56 - - [2025-09-18 02:40:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.41 - - [2025-09-18 02:40:27] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000942 10.0.0.56 - - [2025-09-18 02:40:27] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.043096 10.0.0.56 - - [2025-09-18 02:40:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-90961843&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004740 10.0.0.56 - - [2025-09-18 02:40:28] "DELETE /network-policy/dcace924-36a1-4f98-a8f7-09c8aa0edc4b HTTP/1.1" 200 115 0.053713 10.0.0.56 - - [2025-09-18 02:40:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005418 10.0.0.41 - - [2025-09-18 02:40:28] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000885 10.0.0.56 - - [2025-09-18 02:40:28] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.039490 10.0.0.56 - - [2025-09-18 02:40:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-90961843&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005504 10.0.0.56 - - [2025-09-18 02:40:28] "POST /neutron/network HTTP/1.1" 200 1337 0.010319 10.0.0.41 - - [2025-09-18 02:40:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.011923 10.0.0.56 - - [2025-09-18 02:40:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.56 - - [2025-09-18 02:40:29] "DELETE /network-ipam/ff5a0df4-c256-4a7d-ab4f-75d6aa476d11 HTTP/1.1" 200 115 0.031328 10.0.0.56 - - [2025-09-18 02:40:29] "POST /fqname-to-id HTTP/1.1" 404 260 0.010887 10.0.0.41 - - [2025-09-18 02:40:29] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000810 10.0.0.41 - - [2025-09-18 02:40:29] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.052901 10.0.0.41 - - [2025-09-18 02:40:29] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001242 10.0.0.41 - - [2025-09-18 02:40:29] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?fields=security_groups HTTP/1.1" 200 1399 0.079051 10.0.0.41 - - [2025-09-18 02:40:29] "DELETE /security-group/90ee62c9-71e2-42b1-81d0-164b3233b040 HTTP/1.1" 200 115 0.065301 10.0.0.41 - - [2025-09-18 02:40:29] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000932 10.0.0.41 - - [2025-09-18 02:40:29] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?fields=application_policy_sets HTTP/1.1" 200 1438 0.045027 10.0.0.41 - - [2025-09-18 02:40:29] "DELETE /access-control-list/8e1f9b58-78f5-4dc3-af79-1de1544daca3 HTTP/1.1" 200 115 0.053941 10.0.0.56 - - [2025-09-18 02:40:29] "DELETE /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff HTTP/1.1" 200 115 0.437938 10.0.0.41 - - [2025-09-18 02:40:29] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001070 10.0.0.56 - - [2025-09-18 02:40:29] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?fields=projects HTTP/1.1" 200 1244 0.013910 10.0.0.41 - - [2025-09-18 02:40:31] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002910 10.0.0.41 - - [2025-09-18 02:40:31] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000813 10.0.0.41 - - [2025-09-18 02:40:31] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.047083 10.0.0.41 - - [2025-09-18 02:40:31] "POST /id-to-fqname HTTP/1.1" 200 202 0.003967 10.0.0.41 - - [2025-09-18 02:40:31] "POST /fqname-to-id HTTP/1.1" 404 211 0.004120 10.0.0.41 - - [2025-09-18 02:40:31] "POST /security-groups HTTP/1.1" 200 603 0.028773 10.0.0.41 - - [2025-09-18 02:40:31] "POST /projects HTTP/1.1" 200 609 0.222733 10.0.0.41 - - [2025-09-18 02:40:31] "POST /fqname-to-id HTTP/1.1" 404 245 0.006660 10.0.0.41 - - [2025-09-18 02:40:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.292605 10.0.0.56 - - [2025-09-18 02:40:31] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.437632 10.0.0.41 - - [2025-09-18 02:40:31] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001402 10.0.0.56 - - [2025-09-18 02:40:31] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?fields=virtual_networks HTTP/1.1" 200 1056 0.042155 10.0.0.41 - - [2025-09-18 02:40:31] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000875 10.0.0.56 - - [2025-09-18 02:40:31] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.039535 10.0.0.41 - - [2025-09-18 02:40:31] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000923 10.0.0.56 - - [2025-09-18 02:40:31] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?fields=security_groups HTTP/1.1" 200 1294 0.038616 10.0.0.56 - - [2025-09-18 02:40:32] "POST /fqname-to-id HTTP/1.1" 404 182 0.026341 10.0.0.41 - - [2025-09-18 02:40:32] "GET /projects?obj_uuids=39cdd4ed-df77-44ae-ab1f-b55b98424b12&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003217 10.0.0.41 - - [2025-09-18 02:40:32] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000876 10.0.0.41 - - [2025-09-18 02:40:32] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006254 10.0.0.41 - - [2025-09-18 02:40:32] "POST /id-to-fqname HTTP/1.1" 200 184 0.003629 10.0.0.41 - - [2025-09-18 02:40:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.005554 10.0.0.41 - - [2025-09-18 02:40:32] "POST /security-groups HTTP/1.1" 200 585 0.028501 10.0.0.41 - - [2025-09-18 02:40:33] "POST /projects HTTP/1.1" 200 573 0.219043 10.0.0.41 - - [2025-09-18 02:40:33] "POST /access-control-lists HTTP/1.1" 200 590 0.026895 10.0.0.41 - - [2025-09-18 02:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.293644 10.0.0.56 - - [2025-09-18 02:40:33] "GET /project/39cdd4ed-df77-44ae-ab1f-b55b98424b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.443277 10.0.0.56 - - [2025-09-18 02:40:34] "GET / HTTP/1.1" 200 35931 0.001836 10.0.0.56 - - [2025-09-18 02:40:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000455 10.0.0.56 - - [2025-09-18 02:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.042187 10.0.0.41 - - [2025-09-18 02:40:35] "GET /projects?obj_uuids=39cdd4ed-df77-44ae-ab1f-b55b98424b12&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000992 10.0.0.56 - - [2025-09-18 02:40:35] "GET /obj-perms HTTP/1.1" 200 5056 0.392807 10.0.0.56 - - [2025-09-18 02:40:35] "GET /project/39cdd4ed-df77-44ae-ab1f-b55b98424b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.038041 10.0.0.41 - - [2025-09-18 02:40:35] "GET /projects?obj_uuids=39cdd4ed-df77-44ae-ab1f-b55b98424b12&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000912 10.0.0.56 - - [2025-09-18 02:40:36] "POST /neutron/network HTTP/1.1" 200 599 0.161705 10.0.0.41 - - [2025-09-18 02:40:36] "POST /route-targets HTTP/1.1" 200 327 0.016268 10.0.0.41 - - [2025-09-18 02:40:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.004105 10.0.0.56 - - [2025-09-18 02:40:36] "POST /neutron/network HTTP/1.1" 200 993 0.010323 10.0.0.56 - - [2025-09-18 02:40:36] "POST /id-to-fqname HTTP/1.1" 200 214 0.001006 10.0.0.56 - - [2025-09-18 02:40:36] "GET /virtual-network/29f0ccad-896b-4b43-93ad-ff723aede2d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.004581 10.0.0.56 - - [2025-09-18 02:40:36] "GET /virtual-network/29f0ccad-896b-4b43-93ad-ff723aede2d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005464 10.0.0.56 - - [2025-09-18 02:40:36] "POST /neutron/subnet HTTP/1.1" 200 729 0.007700 10.0.0.56 - - [2025-09-18 02:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.41 - - [2025-09-18 02:40:36] "GET /projects?obj_uuids=39cdd4ed-df77-44ae-ab1f-b55b98424b12&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000877 10.0.0.56 - - [2025-09-18 02:40:36] "GET /project/39cdd4ed-df77-44ae-ab1f-b55b98424b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.039099 10.0.0.41 - - [2025-09-18 02:40:37] "GET /projects?obj_uuids=39cdd4ed-df77-44ae-ab1f-b55b98424b12&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001088 10.0.0.56 - - [2025-09-18 02:40:37] "POST /neutron/network HTTP/1.1" 200 599 0.148805 10.0.0.41 - - [2025-09-18 02:40:37] "POST /ref-update HTTP/1.1" 200 156 0.027444 10.0.0.56 - - [2025-09-18 02:40:37] "POST /neutron/network HTTP/1.1" 200 992 0.010030 10.0.0.56 - - [2025-09-18 02:40:37] "POST /id-to-fqname HTTP/1.1" 200 214 0.001156 10.0.0.56 - - [2025-09-18 02:40:37] "GET /virtual-network/9dfbb6b6-74d6-4754-81a0-c2f2f6541bf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.005267 10.0.0.56 - - [2025-09-18 02:40:37] "GET /virtual-network/9dfbb6b6-74d6-4754-81a0-c2f2f6541bf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.005285 10.0.0.56 - - [2025-09-18 02:40:37] "POST /neutron/subnet HTTP/1.1" 200 724 0.008404 10.0.0.56 - - [2025-09-18 02:40:37] "POST /id-to-fqname HTTP/1.1" 200 214 0.001636 10.0.0.41 - - [2025-09-18 02:40:38] "GET /projects?obj_uuids=39cdd4ed-df77-44ae-ab1f-b55b98424b12&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001442 10.0.0.56 - - [2025-09-18 02:40:38] "GET /project/39cdd4ed-df77-44ae-ab1f-b55b98424b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.065391 10.0.0.56 - - [2025-09-18 02:40:38] "POST /neutron/network HTTP/1.1" 200 993 0.037188 10.0.0.56 - - [2025-09-18 02:40:39] "POST /id-to-fqname HTTP/1.1" 200 214 0.001400 10.0.0.56 - - [2025-09-18 02:40:39] "POST /neutron/port HTTP/1.1" 200 117 0.005984 10.0.0.41 - - [2025-09-18 02:40:39] "GET /projects?obj_uuids=39cdd4ed-df77-44ae-ab1f-b55b98424b12&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001446 10.0.0.56 - - [2025-09-18 02:40:39] "POST /neutron/port HTTP/1.1" 200 1162 0.330266 10.0.0.56 - - [2025-09-18 02:40:40] "POST /neutron/port HTTP/1.1" 200 1216 0.136347 10.0.0.56 - - [2025-09-18 02:40:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003875 10.0.0.56 - - [2025-09-18 02:40:40] "POST /neutron/port HTTP/1.1" 200 117 0.001109 10.0.0.41 - - [2025-09-18 02:40:40] "GET /projects?obj_uuids=39cdd4ed-df77-44ae-ab1f-b55b98424b12&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000886 10.0.0.56 - - [2025-09-18 02:40:40] "GET /project/39cdd4ed-df77-44ae-ab1f-b55b98424b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.063546 10.0.0.56 - - [2025-09-18 02:40:40] "POST /neutron/port HTTP/1.1" 200 1190 0.016942 10.0.0.56 - - [2025-09-18 02:40:40] "POST /id-to-fqname HTTP/1.1" 200 214 0.001170 10.0.0.56 - - [2025-09-18 02:40:40] "POST /neutron/port HTTP/1.1" 200 1190 0.025173 10.0.0.56 - - [2025-09-18 02:40:41] "POST /neutron/network HTTP/1.1" 200 1003 0.008776 10.0.0.56 - - [2025-09-18 02:40:41] "POST /neutron/port HTTP/1.1" 200 1162 0.021541 10.0.0.56 - - [2025-09-18 02:40:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003858 10.0.0.56 - - [2025-09-18 02:40:41] "POST /neutron/port HTTP/1.1" 200 117 0.001078 10.0.0.41 - - [2025-09-18 02:40:41] "GET /projects?obj_uuids=39cdd4ed-df77-44ae-ab1f-b55b98424b12&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000913 10.0.0.56 - - [2025-09-18 02:40:42] "GET /project/39cdd4ed-df77-44ae-ab1f-b55b98424b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.069939 10.0.0.56 - - [2025-09-18 02:40:42] "POST /neutron/network HTTP/1.1" 200 992 0.008056 10.0.0.56 - - [2025-09-18 02:40:42] "POST /neutron/port HTTP/1.1" 200 117 0.006466 10.0.0.56 - - [2025-09-18 02:40:42] "POST /neutron/port HTTP/1.1" 200 1190 0.014163 10.0.0.56 - - [2025-09-18 02:40:42] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007163 10.0.0.56 - - [2025-09-18 02:40:42] "GET /virtual-machine/d5716e38-2ff5-4b40-9ddd-ded9950cbd6b HTTP/1.1" 401 292 0.000375 10.0.0.56 - - [2025-09-18 02:40:43] "POST /neutron/port HTTP/1.1" 200 1161 0.021030 10.0.0.56 - - [2025-09-18 02:40:43] "GET /virtual-machine/d5716e38-2ff5-4b40-9ddd-ded9950cbd6b HTTP/1.1" 200 1287 0.028907 10.0.0.56 - - [2025-09-18 02:40:43] "GET /virtual-machine-interface/85243560-8ec2-40dd-8420-8d73588d73da HTTP/1.1" 200 3103 0.004623 10.0.0.56 - - [2025-09-18 02:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.56 - - [2025-09-18 02:40:43] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002955 10.0.0.56 - - [2025-09-18 02:40:43] "GET /virtual-networks?parent_id=39cdd4ed-df77-44ae-ab1f-b55b98424b12&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003713 10.0.0.56 - - [2025-09-18 02:40:43] "GET /virtual-network/29f0ccad-896b-4b43-93ad-ff723aede2d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005318 10.0.0.56 - - [2025-09-18 02:40:43] "POST /neutron/port HTTP/1.1" 200 1189 0.018353 10.0.0.56 - - [2025-09-18 02:40:43] "POST /neutron/subnet HTTP/1.1" 200 1384 0.014072 10.0.0.56 - - [2025-09-18 02:40:43] "POST /neutron/network HTTP/1.1" 200 992 0.009054 10.0.0.56 - - [2025-09-18 02:40:45] "POST /neutron/network HTTP/1.1" 200 1003 0.009537 10.0.0.56 - - [2025-09-18 02:40:45] "POST /neutron/subnet HTTP/1.1" 200 1389 0.012061 10.0.0.56 - - [2025-09-18 02:40:45] "POST /neutron/network HTTP/1.1" 200 993 0.008507 10.0.0.56 - - [2025-09-18 02:40:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.56 - - [2025-09-18 02:40:46] "GET /virtual-network/29f0ccad-896b-4b43-93ad-ff723aede2d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005792 10.0.0.56 - - [2025-09-18 02:40:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.56 - - [2025-09-18 02:40:50] "GET /virtual-network/29f0ccad-896b-4b43-93ad-ff723aede2d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.004981 10.0.0.56 - - [2025-09-18 02:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.56 - - [2025-09-18 02:40:54] "GET /virtual-network/29f0ccad-896b-4b43-93ad-ff723aede2d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005189 10.0.0.41 - - [2025-09-18 02:40:58] "DELETE /project/39cdd4eddf7744aeab1fb55b98424b12 HTTP/1.1" 404 173 0.004266 10.0.0.41 - - [2025-09-18 02:40:58] "DELETE /project/b5bf87119a36467195e24da8b34a37ff HTTP/1.1" 404 173 0.006108 10.0.0.41 - - [2025-09-18 02:40:58] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000829 10.0.0.41 - - [2025-09-18 02:40:58] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.038557 10.0.0.41 - - [2025-09-18 02:40:58] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000924 10.0.0.56 - - [2025-09-18 02:40:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.56 - - [2025-09-18 02:40:58] "GET /virtual-network/29f0ccad-896b-4b43-93ad-ff723aede2d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.004827 10.0.0.41 - - [2025-09-18 02:40:58] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?fields=security_groups HTTP/1.1" 200 1399 0.099713 10.0.0.41 - - [2025-09-18 02:40:58] "DELETE /security-group/cbcc4028-6344-47e0-8bb7-b90b3d00a76e HTTP/1.1" 200 115 0.052883 10.0.0.41 - - [2025-09-18 02:40:58] "GET /projects?obj_uuids=b5bf8711-9a36-4671-95e2-4da8b34a37ff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000898 10.0.0.41 - - [2025-09-18 02:40:58] "GET /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff?fields=application_policy_sets HTTP/1.1" 200 1438 0.051005 10.0.0.41 - - [2025-09-18 02:40:59] "DELETE /project/b5bf8711-9a36-4671-95e2-4da8b34a37ff HTTP/1.1" 200 115 0.464870 10.0.0.56 - - [2025-09-18 02:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.56 - - [2025-09-18 02:41:02] "GET /virtual-network/29f0ccad-896b-4b43-93ad-ff723aede2d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005086 10.0.0.56 - - [2025-09-18 02:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.56 - - [2025-09-18 02:41:06] "GET /virtual-network/29f0ccad-896b-4b43-93ad-ff723aede2d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005129 10.0.0.56 - - [2025-09-18 02:41:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.56 - - [2025-09-18 02:41:10] "GET /virtual-network/29f0ccad-896b-4b43-93ad-ff723aede2d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005404 10.0.0.56 - - [2025-09-18 02:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.56 - - [2025-09-18 02:41:15] "GET /virtual-network/29f0ccad-896b-4b43-93ad-ff723aede2d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005375 10.0.0.56 - - [2025-09-18 02:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.56 - - [2025-09-18 02:41:19] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003316 10.0.0.56 - - [2025-09-18 02:41:19] "GET /virtual-networks?parent_id=39cdd4ed-df77-44ae-ab1f-b55b98424b12&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003028 10.0.0.56 - - [2025-09-18 02:41:19] "GET /virtual-network/29f0ccad-896b-4b43-93ad-ff723aede2d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005683 10.0.0.56 - - [2025-09-18 02:41:24] "POST /neutron/port HTTP/1.1" 200 1190 0.014688 10.0.0.56 - - [2025-09-18 02:41:28] "POST /neutron/security_group HTTP/1.1" 200 2052 0.035120 10.0.0.56 - - [2025-09-18 02:41:34] "POST /neutron/port HTTP/1.1" 200 1190 0.016210 10.0.0.41 - - [2025-09-18 02:41:36] "GET /obj-perms HTTP/1.1" 200 5056 0.049658 10.0.0.56 - - [2025-09-18 02:41:40] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007531 10.0.0.56 - - [2025-09-18 02:41:40] "POST /neutron/port HTTP/1.1" 200 1190 0.017020 10.0.0.56 - - [2025-09-18 02:41:40] "GET /virtual-machine/180a89d7-222f-4393-b49b-828256b11256 HTTP/1.1" 200 1286 0.008131 10.0.0.56 - - [2025-09-18 02:41:40] "GET /virtual-machine-interface/6545f9f0-0c1d-4eac-acdc-8a5c5b2cbcdf HTTP/1.1" 200 3104 0.006058 10.0.0.56 - - [2025-09-18 02:41:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.56 - - [2025-09-18 02:41:40] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003498 10.0.0.56 - - [2025-09-18 02:41:40] "GET /virtual-networks?parent_id=39cdd4ed-df77-44ae-ab1f-b55b98424b12&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003087 10.0.0.56 - - [2025-09-18 02:41:40] "GET /virtual-network/29f0ccad-896b-4b43-93ad-ff723aede2d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005438 10.0.0.56 - - [2025-09-18 02:41:43] "POST /neutron/port HTTP/1.1" 200 1190 0.018752 10.0.0.56 - - [2025-09-18 02:41:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.56 - - [2025-09-18 02:41:43] "GET /virtual-network/29f0ccad-896b-4b43-93ad-ff723aede2d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005077 10.0.0.56 - - [2025-09-18 02:41:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003801 10.0.0.56 - - [2025-09-18 02:41:43] "POST /neutron/port HTTP/1.1" 200 117 0.001405 10.0.0.56 - - [2025-09-18 02:41:45] "POST /neutron/port HTTP/1.1" 200 1190 0.015594 10.0.0.56 - - [2025-09-18 02:41:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003649 10.0.0.56 - - [2025-09-18 02:41:45] "POST /neutron/port HTTP/1.1" 200 117 0.001048 10.0.0.56 - - [2025-09-18 02:41:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.56 - - [2025-09-18 02:41:47] "GET /virtual-network/29f0ccad-896b-4b43-93ad-ff723aede2d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005665 10.0.0.56 - - [2025-09-18 02:41:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.56 - - [2025-09-18 02:41:51] "GET /virtual-network/29f0ccad-896b-4b43-93ad-ff723aede2d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005766 10.0.0.56 - - [2025-09-18 02:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.56 - - [2025-09-18 02:41:55] "GET /virtual-network/29f0ccad-896b-4b43-93ad-ff723aede2d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.004836 10.0.0.22 - - [2025-09-18 02:41:58] "GET /global-system-configs HTTP/1.1" 200 322 0.053648 10.0.0.22 - - [2025-09-18 02:41:59] "GET /obj-perms HTTP/1.1" 200 5056 0.160769 10.0.0.41 - - [2025-09-18 02:41:59] "GET /global-system-configs HTTP/1.1" 200 322 0.093162 10.0.0.56 - - [2025-09-18 02:41:59] "GET /obj-perms HTTP/1.1" 200 5056 0.158448 10.0.0.56 - - [2025-09-18 02:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.56 - - [2025-09-18 02:41:59] "GET /virtual-network/29f0ccad-896b-4b43-93ad-ff723aede2d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.004989 10.0.0.41 - - [2025-09-18 02:41:59] "GET /global-system-configs HTTP/1.1" 200 322 0.007600 10.0.0.41 - - [2025-09-18 02:41:59] "GET /obj-perms HTTP/1.1" 200 5056 0.005079 10.0.0.22 - - [2025-09-18 02:41:59] "GET /global-system-configs HTTP/1.1" 200 322 0.057600 10.0.0.22 - - [2025-09-18 02:42:00] "GET /obj-perms HTTP/1.1" 200 5056 0.242964 10.0.0.56 - - [2025-09-18 02:42:01] "GET /global-system-configs HTTP/1.1" 200 322 0.039622 10.0.0.56 - - [2025-09-18 02:42:01] "GET /obj-perms HTTP/1.1" 200 5056 0.206784 10.0.0.56 - - [2025-09-18 02:42:02] "GET /global-system-configs HTTP/1.1" 200 322 0.117177 10.0.0.41 - - [2025-09-18 02:42:02] "GET /obj-perms HTTP/1.1" 200 5056 0.203902 10.0.0.56 - - [2025-09-18 02:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.56 - - [2025-09-18 02:42:03] "GET /virtual-network/29f0ccad-896b-4b43-93ad-ff723aede2d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005928 10.0.0.56 - - [2025-09-18 02:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.009914 10.0.0.56 - - [2025-09-18 02:42:08] "GET /virtual-network/29f0ccad-896b-4b43-93ad-ff723aede2d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005032 10.0.0.56 - - [2025-09-18 02:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.56 - - [2025-09-18 02:42:12] "GET /virtual-network/29f0ccad-896b-4b43-93ad-ff723aede2d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005074 10.0.0.56 - - [2025-09-18 02:42:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.56 - - [2025-09-18 02:42:16] "GET /virtual-network/29f0ccad-896b-4b43-93ad-ff723aede2d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005254 10.0.0.56 - - [2025-09-18 02:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.56 - - [2025-09-18 02:42:18] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003242 10.0.0.56 - - [2025-09-18 02:42:18] "GET /virtual-networks?parent_id=39cdd4ed-df77-44ae-ab1f-b55b98424b12&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004256 10.0.0.56 - - [2025-09-18 02:42:18] "GET /virtual-network/29f0ccad-896b-4b43-93ad-ff723aede2d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005809 10.0.0.56 - - [2025-09-18 02:42:18] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007298 10.0.0.56 - - [2025-09-18 02:42:28] "POST /neutron/port HTTP/1.1" 200 1190 0.015898 10.0.0.56 - - [2025-09-18 02:42:30] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006654 10.0.0.56 - - [2025-09-18 02:42:34] "POST /neutron/port HTTP/1.1" 200 1189 0.014154 10.0.0.22 - - [2025-09-18 02:42:37] "GET /obj-perms HTTP/1.1" 200 5056 0.050806 10.0.0.56 - - [2025-09-18 02:42:39] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007756 10.0.0.56 - - [2025-09-18 02:42:44] "POST /neutron/port HTTP/1.1" 200 1189 0.046267 10.0.0.56 - - [2025-09-18 02:42:44] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007794 10.0.0.56 - - [2025-09-18 02:42:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003787 10.0.0.56 - - [2025-09-18 02:42:44] "GET /virtual-machine/2e0d46d4-e49d-45a8-9366-112c50ab04f5 HTTP/1.1" 200 1286 0.006271 10.0.0.56 - - [2025-09-18 02:42:44] "GET /virtual-machine-interface/5c10d1b0-2854-48c6-aad3-687cfd614dd6 HTTP/1.1" 200 3104 0.004863 10.0.0.56 - - [2025-09-18 02:42:44] "POST /neutron/subnet HTTP/1.1" 200 1384 0.016250 10.0.0.56 - - [2025-09-18 02:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.56 - - [2025-09-18 02:42:44] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003402 10.0.0.56 - - [2025-09-18 02:42:44] "GET /virtual-networks?parent_id=39cdd4ed-df77-44ae-ab1f-b55b98424b12&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004091 10.0.0.56 - - [2025-09-18 02:42:44] "POST /neutron/network HTTP/1.1" 200 992 0.008818 10.0.0.56 - - [2025-09-18 02:42:44] "GET /virtual-network/9dfbb6b6-74d6-4754-81a0-c2f2f6541bf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.005333 10.0.0.56 - - [2025-09-18 02:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.56 - - [2025-09-18 02:42:45] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003853 10.0.0.56 - - [2025-09-18 02:42:45] "GET /virtual-networks?parent_id=39cdd4ed-df77-44ae-ab1f-b55b98424b12&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003035 10.0.0.56 - - [2025-09-18 02:42:45] "GET /virtual-network/9dfbb6b6-74d6-4754-81a0-c2f2f6541bf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.006800 10.0.0.56 - - [2025-09-18 02:42:47] "POST /neutron/network HTTP/1.1" 200 1003 0.032286 10.0.0.56 - - [2025-09-18 02:42:47] "POST /neutron/subnet HTTP/1.1" 200 1389 0.014099 10.0.0.56 - - [2025-09-18 02:42:47] "POST /neutron/network HTTP/1.1" 200 993 0.010338 10.0.0.56 - - [2025-09-18 02:42:47] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002986 10.0.0.56 - - [2025-09-18 02:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.56 - - [2025-09-18 02:42:47] "GET /global-qos-config/e1a8fd31-fcc5-4c07-b0c7-3009b5963b7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1085 0.003964 10.0.0.56 - - [2025-09-18 02:42:47] "POST /fqname-to-id HTTP/1.1" 404 222 0.003348 10.0.0.56 - - [2025-09-18 02:42:47] "POST /forwarding-classs HTTP/1.1" 200 576 0.027833 10.0.0.56 - - [2025-09-18 02:42:47] "POST /id-to-fqname HTTP/1.1" 200 232 0.004187 10.0.0.56 - - [2025-09-18 02:42:47] "GET /forwarding-class/1b6d121b-6fa0-49b5-a6e2-53473aea975e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1250 0.006720 10.0.0.41 - - [2025-09-18 02:42:47] "GET /projects?obj_uuids=39cdd4ed-df77-44ae-ab1f-b55b98424b12&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.028263 10.0.0.56 - - [2025-09-18 02:42:47] "GET /project/39cdd4ed-df77-44ae-ab1f-b55b98424b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.078496 10.0.0.56 - - [2025-09-18 02:42:47] "POST /fqname-to-id HTTP/1.1" 404 211 0.003108 10.0.0.56 - - [2025-09-18 02:42:47] "POST /qos-configs HTTP/1.1" 200 543 0.032143 10.0.0.56 - - [2025-09-18 02:42:48] "POST /id-to-fqname HTTP/1.1" 200 217 0.003468 10.0.0.56 - - [2025-09-18 02:42:48] "GET /qos-config/f90575e9-213e-4bc5-8487-d65d5b007a24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.004092 10.0.0.56 - - [2025-09-18 02:42:48] "GET /virtual-machine-interface/85243560-8ec2-40dd-8420-8d73588d73da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2688 0.005614 10.0.0.56 - - [2025-09-18 02:42:48] "POST /ref-update HTTP/1.1" 200 156 0.013918 10.0.0.56 - - [2025-09-18 02:42:48] "POST /neutron/port HTTP/1.1" 200 1190 0.016912 10.0.0.56 - - [2025-09-18 02:42:48] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008250 10.0.0.56 - - [2025-09-18 02:42:48] "POST /neutron/network HTTP/1.1" 200 967 0.016316 10.0.0.56 - - [2025-09-18 02:42:48] "POST /id-to-fqname HTTP/1.1" 200 214 0.001195 10.0.0.56 - - [2025-09-18 02:42:48] "GET /virtual-machine/d5716e38-2ff5-4b40-9ddd-ded9950cbd6b HTTP/1.1" 200 1287 0.003399 10.0.0.56 - - [2025-09-18 02:42:48] "GET /virtual-machine-interface/85243560-8ec2-40dd-8420-8d73588d73da HTTP/1.1" 200 3350 0.005751 10.0.0.56 - - [2025-09-18 02:42:48] "GET /instance-ip/0e541f6f-0dc9-461c-ba88-616bd4aad5b2 HTTP/1.1" 200 1609 0.006203 10.0.0.56 - - [2025-09-18 02:42:48] "GET /instance-ip/ca997f8f-4149-4ff8-9edc-73c77cff890d HTTP/1.1" 200 1629 0.005592 10.0.0.56 - - [2025-09-18 02:42:48] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006944 10.0.0.56 - - [2025-09-18 02:42:48] "POST /neutron/port HTTP/1.1" 200 1190 0.014864 10.0.0.56 - - [2025-09-18 02:42:49] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007420 10.0.0.56 - - [2025-09-18 02:42:49] "POST /id-to-fqname HTTP/1.1" 200 214 0.001215 10.0.0.56 - - [2025-09-18 02:42:49] "GET /virtual-machine/180a89d7-222f-4393-b49b-828256b11256 HTTP/1.1" 200 1286 0.004198 10.0.0.56 - - [2025-09-18 02:42:49] "GET /virtual-machine-interface/6545f9f0-0c1d-4eac-acdc-8a5c5b2cbcdf HTTP/1.1" 200 3104 0.005877 10.0.0.56 - - [2025-09-18 02:42:49] "GET /instance-ip/0c65c92b-84e0-42ef-ae96-40299222ac62 HTTP/1.1" 200 1627 0.006738 10.0.0.56 - - [2025-09-18 02:42:49] "GET /instance-ip/212c43f7-527e-45ec-bae6-513ba0773467 HTTP/1.1" 200 1609 0.006174 10.0.0.56 - - [2025-09-18 02:43:45] "POST /neutron/port HTTP/1.1" 200 1190 0.015672 10.0.0.56 - - [2025-09-18 02:43:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004468 10.0.0.56 - - [2025-09-18 02:43:45] "POST /neutron/port HTTP/1.1" 200 117 0.001077 10.0.0.56 - - [2025-09-18 02:43:47] "GET /virtual-machine-interface/85243560-8ec2-40dd-8420-8d73588d73da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.006184 10.0.0.56 - - [2025-09-18 02:43:47] "POST /ref-update HTTP/1.1" 200 156 0.016639 10.0.0.56 - - [2025-09-18 02:43:47] "DELETE /qos-config/f90575e9-213e-4bc5-8487-d65d5b007a24 HTTP/1.1" 200 115 0.041793 10.0.0.56 - - [2025-09-18 02:43:47] "POST /id-to-fqname HTTP/1.1" 200 232 0.001299 10.0.0.56 - - [2025-09-18 02:43:47] "DELETE /forwarding-class/1b6d121b-6fa0-49b5-a6e2-53473aea975e HTTP/1.1" 200 115 0.021697 10.0.0.56 - - [2025-09-18 02:43:49] "POST /neutron/port HTTP/1.1" 200 1190 0.022124 10.0.0.56 - - [2025-09-18 02:43:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004152 10.0.0.56 - - [2025-09-18 02:43:49] "POST /neutron/port HTTP/1.1" 200 117 0.001032 10.0.0.56 - - [2025-09-18 02:43:49] "POST /neutron/network HTTP/1.1" 200 992 0.008664 10.0.0.56 - - [2025-09-18 02:43:49] "POST /neutron/port HTTP/1.1" 200 1215 0.014753 10.0.0.56 - - [2025-09-18 02:43:49] "POST /neutron/port HTTP/1.1" 200 1216 0.025329 10.0.0.56 - - [2025-09-18 02:43:50] "POST /neutron/port HTTP/1.1" 200 1216 0.029249 10.0.0.41 - - [2025-09-18 02:43:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004084 10.0.0.41 - - [2025-09-18 02:43:51] "POST /useragent-kv HTTP/1.1" 200 115 0.006223 10.0.0.41 - - [2025-09-18 02:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.007250 10.0.0.41 - - [2025-09-18 02:43:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003286 10.0.0.41 - - [2025-09-18 02:43:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004557 10.0.0.56 - - [2025-09-18 02:43:51] "POST /neutron/network HTTP/1.1" 200 151 0.158381 10.0.0.41 - - [2025-09-18 02:43:51] "DELETE /route-target/d3d3e7ae-3c09-42c2-9822-ada0780dc45f HTTP/1.1" 200 115 0.022160 10.0.0.41 - - [2025-09-18 02:43:52] "GET /projects?obj_uuids=39cdd4ed-df77-44ae-ab1f-b55b98424b12&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002201 10.0.0.56 - - [2025-09-18 02:43:52] "GET /project/39cdd4ed-df77-44ae-ab1f-b55b98424b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.062438 10.0.0.41 - - [2025-09-18 02:43:52] "GET /projects?obj_uuids=39cdd4ed-df77-44ae-ab1f-b55b98424b12&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000968 10.0.0.56 - - [2025-09-18 02:43:52] "GET /project/39cdd4ed-df77-44ae-ab1f-b55b98424b12?fields=virtual_networks HTTP/1.1" 200 1019 0.089075 10.0.0.41 - - [2025-09-18 02:43:52] "GET /projects?obj_uuids=39cdd4ed-df77-44ae-ab1f-b55b98424b12&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001220 10.0.0.56 - - [2025-09-18 02:43:52] "GET /project/39cdd4ed-df77-44ae-ab1f-b55b98424b12?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.033250 10.0.0.41 - - [2025-09-18 02:43:52] "GET /projects?obj_uuids=39cdd4ed-df77-44ae-ab1f-b55b98424b12&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000861 10.0.0.56 - - [2025-09-18 02:43:52] "GET /project/39cdd4ed-df77-44ae-ab1f-b55b98424b12?fields=security_groups HTTP/1.1" 200 1239 0.039645 10.0.0.56 - - [2025-09-18 02:43:53] "POST /fqname-to-id HTTP/1.1" 404 181 0.028510 10.0.0.41 - - [2025-09-18 02:43:53] "GET /projects?obj_uuids=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002544 10.0.0.41 - - [2025-09-18 02:43:53] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001309 10.0.0.41 - - [2025-09-18 02:43:53] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.032029 10.0.0.41 - - [2025-09-18 02:43:53] "POST /id-to-fqname HTTP/1.1" 200 183 0.002354 10.0.0.41 - - [2025-09-18 02:43:53] "POST /fqname-to-id HTTP/1.1" 404 192 0.010240 10.0.0.41 - - [2025-09-18 02:43:53] "POST /security-groups HTTP/1.1" 200 584 0.029962 10.0.0.41 - - [2025-09-18 02:43:53] "POST /projects HTTP/1.1" 200 571 0.232347 10.0.0.41 - - [2025-09-18 02:43:53] "POST /fqname-to-id HTTP/1.1" 404 226 0.006431 10.0.0.41 - - [2025-09-18 02:43:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.304964 10.0.0.56 - - [2025-09-18 02:43:53] "GET /project/c0127038-3074-4acb-be43-4bcabdb7cb35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.463897 10.0.0.56 - - [2025-09-18 02:43:54] "GET / HTTP/1.1" 200 35931 0.001396 10.0.0.56 - - [2025-09-18 02:43:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000407 10.0.0.56 - - [2025-09-18 02:43:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.063029 10.0.0.41 - - [2025-09-18 02:43:57] "GET /projects?obj_uuids=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000856 10.0.0.56 - - [2025-09-18 02:43:57] "GET /project/c0127038-3074-4acb-be43-4bcabdb7cb35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.033051 10.0.0.56 - - [2025-09-18 02:43:57] "POST /neutron/network HTTP/1.1" 200 117 0.033557 10.0.0.41 - - [2025-09-18 02:43:57] "POST /ref-update HTTP/1.1" 200 156 0.023116 10.0.0.56 - - [2025-09-18 02:43:57] "POST /neutron/network HTTP/1.1" 200 831 0.010769 10.0.0.56 - - [2025-09-18 02:43:57] "POST /id-to-fqname HTTP/1.1" 200 220 0.001013 10.0.0.56 - - [2025-09-18 02:43:57] "GET /virtual-network/92924870-de55-4af0-96f1-a2eb668b7db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004896 10.0.0.56 - - [2025-09-18 02:43:57] "GET /virtual-network/92924870-de55-4af0-96f1-a2eb668b7db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005662 10.0.0.56 - - [2025-09-18 02:43:57] "POST /neutron/subnet HTTP/1.1" 200 725 0.009773 10.0.0.56 - - [2025-09-18 02:43:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002498 10.0.0.56 - - [2025-09-18 02:43:57] "GET /virtual-network/92924870-de55-4af0-96f1-a2eb668b7db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004620 10.0.0.56 - - [2025-09-18 02:43:57] "PUT /virtual-network/92924870-de55-4af0-96f1-a2eb668b7db3 HTTP/1.1" 200 264 0.054857 10.0.0.56 - - [2025-09-18 02:43:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005086 10.0.0.41 - - [2025-09-18 02:43:58] "GET /projects?obj_uuids=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000894 10.0.0.56 - - [2025-09-18 02:43:58] "GET /project/c0127038-3074-4acb-be43-4bcabdb7cb35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.044358 10.0.0.41 - - [2025-09-18 02:43:58] "POST /route-targets HTTP/1.1" 200 327 0.014796 10.0.0.41 - - [2025-09-18 02:43:58] "POST /useragent-kv HTTP/1.1" 200 115 0.005698 10.0.0.56 - - [2025-09-18 02:43:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.184994 10.0.0.56 - - [2025-09-18 02:43:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.001179 10.0.0.56 - - [2025-09-18 02:43:58] "GET /virtual-network/5d96fbb0-7a66-4645-bcbc-bfe9f6246cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005171 10.0.0.56 - - [2025-09-18 02:43:58] "GET /virtual-network/5d96fbb0-7a66-4645-bcbc-bfe9f6246cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005333 10.0.0.56 - - [2025-09-18 02:43:58] "POST /neutron/network HTTP/1.1" 200 831 0.006460 10.0.0.56 - - [2025-09-18 02:43:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.56 - - [2025-09-18 02:43:58] "GET /virtual-network/5d96fbb0-7a66-4645-bcbc-bfe9f6246cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004747 10.0.0.56 - - [2025-09-18 02:43:58] "PUT /virtual-network/5d96fbb0-7a66-4645-bcbc-bfe9f6246cca HTTP/1.1" 200 264 0.055859 10.0.0.56 - - [2025-09-18 02:43:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.001306 10.0.0.41 - - [2025-09-18 02:43:59] "DELETE /project/c012703830744acbbe434bcabdb7cb35 HTTP/1.1" 404 173 0.003960 10.0.0.41 - - [2025-09-18 02:43:59] "GET /projects?obj_uuids=39cdd4ed-df77-44ae-ab1f-b55b98424b12&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000821 10.0.0.41 - - [2025-09-18 02:43:59] "GET /project/39cdd4ed-df77-44ae-ab1f-b55b98424b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.042963 10.0.0.41 - - [2025-09-18 02:43:59] "GET /projects?obj_uuids=39cdd4ed-df77-44ae-ab1f-b55b98424b12&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000803 10.0.0.41 - - [2025-09-18 02:43:59] "GET /project/39cdd4ed-df77-44ae-ab1f-b55b98424b12?fields=security_groups HTTP/1.1" 200 1344 0.042482 10.0.0.41 - - [2025-09-18 02:43:59] "DELETE /security-group/e2342fbc-aa22-441d-abd5-cd27f14b406d HTTP/1.1" 200 115 0.052362 10.0.0.41 - - [2025-09-18 02:43:59] "GET /projects?obj_uuids=39cdd4ed-df77-44ae-ab1f-b55b98424b12&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000918 10.0.0.41 - - [2025-09-18 02:43:59] "DELETE /access-control-list/8f227ba1-8db2-42cf-a7a3-2a4729baf22e HTTP/1.1" 200 115 0.045178 10.0.0.41 - - [2025-09-18 02:43:59] "GET /project/39cdd4ed-df77-44ae-ab1f-b55b98424b12?fields=application_policy_sets HTTP/1.1" 200 1383 0.070589 10.0.0.41 - - [2025-09-18 02:43:59] "DELETE /project/39cdd4ed-df77-44ae-ab1f-b55b98424b12 HTTP/1.1" 200 115 0.410600 10.0.0.41 - - [2025-09-18 02:43:59] "GET /projects?obj_uuids=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000903 10.0.0.56 - - [2025-09-18 02:43:59] "GET /project/c0127038-3074-4acb-be43-4bcabdb7cb35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.062664 10.0.0.56 - - [2025-09-18 02:44:00] "POST /neutron/network HTTP/1.1" 200 831 0.006937 10.0.0.56 - - [2025-09-18 02:44:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.001250 10.0.0.56 - - [2025-09-18 02:44:00] "POST /neutron/port HTTP/1.1" 200 117 0.006205 10.0.0.41 - - [2025-09-18 02:44:00] "GET /projects?obj_uuids=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001383 10.0.0.56 - - [2025-09-18 02:44:01] "POST /neutron/port HTTP/1.1" 200 1053 0.367060 10.0.0.41 - - [2025-09-18 02:44:01] "GET /projects?obj_uuids=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001370 10.0.0.56 - - [2025-09-18 02:44:01] "GET /project/c0127038-3074-4acb-be43-4bcabdb7cb35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.099203 10.0.0.56 - - [2025-09-18 02:44:01] "POST /neutron/port HTTP/1.1" 200 1107 0.177734 10.0.0.56 - - [2025-09-18 02:44:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003766 10.0.0.56 - - [2025-09-18 02:44:01] "POST /neutron/network HTTP/1.1" 200 831 0.007290 10.0.0.56 - - [2025-09-18 02:44:01] "POST /neutron/port HTTP/1.1" 200 117 0.006183 10.0.0.56 - - [2025-09-18 02:44:02] "POST /neutron/network HTTP/1.1" 200 841 0.007004 10.0.0.56 - - [2025-09-18 02:44:02] "POST /neutron/port HTTP/1.1" 200 1053 0.016727 10.0.0.56 - - [2025-09-18 02:44:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004858 10.0.0.56 - - [2025-09-18 02:44:02] "POST /neutron/network HTTP/1.1" 200 831 0.007837 10.0.0.56 - - [2025-09-18 02:44:07] "POST /neutron/port HTTP/1.1" 200 1081 0.018656 10.0.0.56 - - [2025-09-18 02:44:07] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007084 10.0.0.56 - - [2025-09-18 02:44:07] "GET /virtual-machine/50258e52-f9d1-46ee-8d34-e70d78013278 HTTP/1.1" 401 292 0.000340 10.0.0.56 - - [2025-09-18 02:44:07] "GET /virtual-machine/50258e52-f9d1-46ee-8d34-e70d78013278 HTTP/1.1" 200 1285 0.035100 10.0.0.56 - - [2025-09-18 02:44:07] "GET /virtual-machine-interface/5eeb6c7e-869a-44d3-840d-8e3504a8fcba HTTP/1.1" 200 2925 0.005227 10.0.0.56 - - [2025-09-18 02:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.56 - - [2025-09-18 02:44:07] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004182 10.0.0.56 - - [2025-09-18 02:44:07] "GET /virtual-networks?parent_id=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003478 10.0.0.56 - - [2025-09-18 02:44:07] "GET /virtual-network/92924870-de55-4af0-96f1-a2eb668b7db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.006574 10.0.0.56 - - [2025-09-18 02:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.56 - - [2025-09-18 02:44:10] "GET /virtual-network/92924870-de55-4af0-96f1-a2eb668b7db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.006507 10.0.0.56 - - [2025-09-18 02:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.56 - - [2025-09-18 02:44:12] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003877 10.0.0.56 - - [2025-09-18 02:44:12] "GET /virtual-networks?parent_id=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003130 10.0.0.56 - - [2025-09-18 02:44:13] "GET /virtual-network/92924870-de55-4af0-96f1-a2eb668b7db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005820 10.0.0.56 - - [2025-09-18 02:44:13] "POST /neutron/port HTTP/1.1" 200 1081 0.015986 10.0.0.56 - - [2025-09-18 02:44:18] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008451 10.0.0.56 - - [2025-09-18 02:44:18] "POST /neutron/port HTTP/1.1" 200 1081 0.021382 10.0.0.56 - - [2025-09-18 02:44:18] "GET /virtual-machine/a20f663c-e669-4fd0-99be-c6dc682b4f63 HTTP/1.1" 200 1286 0.007403 10.0.0.56 - - [2025-09-18 02:44:18] "GET /virtual-machine-interface/0bd27e4e-dfc4-4ce1-9063-4e23bf6b6f7e HTTP/1.1" 200 2925 0.006394 10.0.0.56 - - [2025-09-18 02:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.56 - - [2025-09-18 02:44:18] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003485 10.0.0.56 - - [2025-09-18 02:44:18] "GET /virtual-networks?parent_id=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003343 10.0.0.56 - - [2025-09-18 02:44:18] "GET /virtual-network/5d96fbb0-7a66-4645-bcbc-bfe9f6246cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.006190 10.0.0.56 - - [2025-09-18 02:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.56 - - [2025-09-18 02:44:21] "GET /virtual-network/5d96fbb0-7a66-4645-bcbc-bfe9f6246cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005280 10.0.0.56 - - [2025-09-18 02:44:22] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006977 10.0.0.56 - - [2025-09-18 02:44:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.56 - - [2025-09-18 02:44:23] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004678 10.0.0.56 - - [2025-09-18 02:44:23] "GET /virtual-networks?parent_id=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002818 10.0.0.56 - - [2025-09-18 02:44:24] "GET /virtual-network/5d96fbb0-7a66-4645-bcbc-bfe9f6246cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.007827 10.0.0.56 - - [2025-09-18 02:44:24] "POST /routing-policys HTTP/1.1" 200 534 0.025005 10.0.0.56 - - [2025-09-18 02:44:24] "GET /virtual-network/92924870-de55-4af0-96f1-a2eb668b7db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.019536 10.0.0.56 - - [2025-09-18 02:44:24] "PUT /virtual-network/92924870-de55-4af0-96f1-a2eb668b7db3 HTTP/1.1" 200 264 0.090738 10.0.0.56 - - [2025-09-18 02:44:28] "POST /ref-update HTTP/1.1" 200 156 0.067411 10.0.0.41 - - [2025-09-18 02:44:28] "POST /ref-update HTTP/1.1" 200 156 0.027693 10.0.0.56 - - [2025-09-18 02:44:28] "DELETE /routing-policy/c26ff5c1-825a-4a91-b147-040b16b157b3 HTTP/1.1" 200 115 0.077973 10.0.0.56 - - [2025-09-18 02:44:29] "POST /neutron/port HTTP/1.1" 200 1081 0.015155 10.0.0.56 - - [2025-09-18 02:44:29] "POST /neutron/port HTTP/1.1" 200 1081 0.027347 10.0.0.56 - - [2025-09-18 02:44:30] "POST /neutron/network HTTP/1.1" 200 831 0.006826 10.0.0.41 - - [2025-09-18 02:44:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.41 - - [2025-09-18 02:44:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003965 10.0.0.41 - - [2025-09-18 02:44:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002026 10.0.0.56 - - [2025-09-18 02:44:31] "POST /neutron/network HTTP/1.1" 200 151 0.127606 10.0.0.41 - - [2025-09-18 02:44:31] "DELETE /route-target/b868a5a1-5ade-4283-80a6-162a9ca77ade HTTP/1.1" 200 115 0.027546 10.0.0.56 - - [2025-09-18 02:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.41 - - [2025-09-18 02:44:33] "GET /projects?obj_uuids=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000908 10.0.0.56 - - [2025-09-18 02:44:33] "GET /project/c0127038-3074-4acb-be43-4bcabdb7cb35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.042521 10.0.0.41 - - [2025-09-18 02:44:34] "POST /route-targets HTTP/1.1" 200 327 0.021496 10.0.0.41 - - [2025-09-18 02:44:34] "POST /useragent-kv HTTP/1.1" 200 115 0.008691 10.0.0.56 - - [2025-09-18 02:44:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.186979 10.0.0.56 - - [2025-09-18 02:44:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.001196 10.0.0.56 - - [2025-09-18 02:44:34] "GET /virtual-network/6efd6aa1-f699-42ef-bcaf-d1ab9c0a9b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005252 10.0.0.56 - - [2025-09-18 02:44:34] "GET /virtual-network/6efd6aa1-f699-42ef-bcaf-d1ab9c0a9b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005953 10.0.0.56 - - [2025-09-18 02:44:34] "POST /neutron/network HTTP/1.1" 200 831 0.005929 10.0.0.56 - - [2025-09-18 02:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.56 - - [2025-09-18 02:44:34] "GET /virtual-network/6efd6aa1-f699-42ef-bcaf-d1ab9c0a9b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004739 10.0.0.56 - - [2025-09-18 02:44:34] "PUT /virtual-network/6efd6aa1-f699-42ef-bcaf-d1ab9c0a9b77 HTTP/1.1" 200 264 0.058249 10.0.0.41 - - [2025-09-18 02:44:34] "POST /ref-update HTTP/1.1" 200 156 0.028852 10.0.0.56 - - [2025-09-18 02:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006178 10.0.0.41 - - [2025-09-18 02:44:34] "GET /projects?obj_uuids=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000941 10.0.0.56 - - [2025-09-18 02:44:34] "GET /project/c0127038-3074-4acb-be43-4bcabdb7cb35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.036680 10.0.0.41 - - [2025-09-18 02:44:34] "GET /projects?obj_uuids=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000876 10.0.0.56 - - [2025-09-18 02:44:34] "POST /neutron/network HTTP/1.1" 200 612 0.129741 10.0.0.56 - - [2025-09-18 02:44:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.003007 10.0.0.56 - - [2025-09-18 02:44:35] "GET /virtual-network/ff83d3a1-7c4f-4ffb-9ea0-4496a88bfbe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005297 10.0.0.56 - - [2025-09-18 02:44:35] "POST /neutron/network HTTP/1.1" 200 829 0.006699 10.0.0.56 - - [2025-09-18 02:44:35] "GET /virtual-network/ff83d3a1-7c4f-4ffb-9ea0-4496a88bfbe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005301 10.0.0.56 - - [2025-09-18 02:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.56 - - [2025-09-18 02:44:35] "GET /virtual-network/ff83d3a1-7c4f-4ffb-9ea0-4496a88bfbe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004766 10.0.0.56 - - [2025-09-18 02:44:35] "PUT /virtual-network/ff83d3a1-7c4f-4ffb-9ea0-4496a88bfbe4 HTTP/1.1" 200 264 0.054571 10.0.0.41 - - [2025-09-18 02:44:35] "POST /ref-update HTTP/1.1" 200 156 0.036234 10.0.0.56 - - [2025-09-18 02:44:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.002584 10.0.0.56 - - [2025-09-18 02:44:35] "POST /neutron/network HTTP/1.1" 200 841 0.006403 10.0.0.41 - - [2025-09-18 02:44:36] "GET /projects?obj_uuids=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000941 10.0.0.56 - - [2025-09-18 02:44:36] "GET /project/c0127038-3074-4acb-be43-4bcabdb7cb35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.071492 10.0.0.56 - - [2025-09-18 02:44:36] "POST /neutron/port HTTP/1.1" 200 117 0.008899 10.0.0.56 - - [2025-09-18 02:44:36] "POST /id-to-fqname HTTP/1.1" 200 220 0.001456 10.0.0.56 - - [2025-09-18 02:44:36] "POST /neutron/network HTTP/1.1" 200 841 0.007836 10.0.0.56 - - [2025-09-18 02:44:37] "POST /neutron/port HTTP/1.1" 200 1053 0.014001 10.0.0.56 - - [2025-09-18 02:44:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004269 10.0.0.56 - - [2025-09-18 02:44:37] "POST /neutron/network HTTP/1.1" 200 831 0.006263 10.0.0.41 - - [2025-09-18 02:44:37] "GET /projects?obj_uuids=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000982 10.0.0.56 - - [2025-09-18 02:44:37] "GET /project/c0127038-3074-4acb-be43-4bcabdb7cb35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.070107 10.0.0.56 - - [2025-09-18 02:44:37] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007507 10.0.0.56 - - [2025-09-18 02:44:37] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006381 10.0.0.56 - - [2025-09-18 02:44:38] "POST /neutron/port HTTP/1.1" 200 1051 0.015125 10.0.0.56 - - [2025-09-18 02:44:38] "POST /neutron/port HTTP/1.1" 200 1079 0.015279 10.0.0.56 - - [2025-09-18 02:44:38] "POST /neutron/port HTTP/1.1" 200 117 0.001025 10.0.0.56 - - [2025-09-18 02:44:39] "GET /obj-perms HTTP/1.1" 200 5056 0.057791 10.0.0.56 - - [2025-09-18 02:44:43] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007118 10.0.0.56 - - [2025-09-18 02:44:43] "POST /neutron/port HTTP/1.1" 200 1081 0.016515 10.0.0.56 - - [2025-09-18 02:44:43] "GET /virtual-machine/22bcf549-3c5c-42f9-8250-11d99285459d HTTP/1.1" 200 1284 0.006236 10.0.0.56 - - [2025-09-18 02:44:43] "GET /virtual-machine-interface/98771028-9228-4a5e-ba72-0249864d003c HTTP/1.1" 200 2927 0.004802 10.0.0.56 - - [2025-09-18 02:44:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.56 - - [2025-09-18 02:44:43] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004632 10.0.0.56 - - [2025-09-18 02:44:43] "GET /virtual-networks?parent_id=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005841 10.0.0.56 - - [2025-09-18 02:44:43] "GET /virtual-network/6efd6aa1-f699-42ef-bcaf-d1ab9c0a9b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.006523 10.0.0.56 - - [2025-09-18 02:44:46] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006322 10.0.0.56 - - [2025-09-18 02:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.56 - - [2025-09-18 02:44:46] "GET /virtual-network/6efd6aa1-f699-42ef-bcaf-d1ab9c0a9b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005922 10.0.0.56 - - [2025-09-18 02:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005029 10.0.0.56 - - [2025-09-18 02:44:48] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005585 10.0.0.56 - - [2025-09-18 02:44:48] "GET /virtual-networks?parent_id=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003033 10.0.0.56 - - [2025-09-18 02:44:48] "GET /virtual-network/6efd6aa1-f699-42ef-bcaf-d1ab9c0a9b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005499 10.0.0.56 - - [2025-09-18 02:44:50] "POST /neutron/port HTTP/1.1" 200 1081 0.016986 10.0.0.56 - - [2025-09-18 02:44:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003986 10.0.0.56 - - [2025-09-18 02:44:50] "POST /neutron/network HTTP/1.1" 200 831 0.008018 10.0.0.56 - - [2025-09-18 02:44:54] "POST /neutron/port HTTP/1.1" 200 1079 0.018627 10.0.0.56 - - [2025-09-18 02:44:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007132 10.0.0.56 - - [2025-09-18 02:44:54] "GET /virtual-machine/390f978c-5109-422c-a955-f39682d761bc HTTP/1.1" 200 1285 0.005468 10.0.0.56 - - [2025-09-18 02:44:54] "GET /virtual-machine-interface/28fd3c8c-9167-4f23-b42c-d12f760069a1 HTTP/1.1" 200 2926 0.005002 10.0.0.56 - - [2025-09-18 02:44:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.56 - - [2025-09-18 02:44:54] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003674 10.0.0.56 - - [2025-09-18 02:44:54] "GET /virtual-networks?parent_id=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003330 10.0.0.56 - - [2025-09-18 02:44:54] "GET /virtual-network/ff83d3a1-7c4f-4ffb-9ea0-4496a88bfbe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005252 10.0.0.56 - - [2025-09-18 02:44:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.56 - - [2025-09-18 02:44:57] "GET /virtual-network/ff83d3a1-7c4f-4ffb-9ea0-4496a88bfbe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005428 10.0.0.56 - - [2025-09-18 02:44:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.56 - - [2025-09-18 02:44:59] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003512 10.0.0.56 - - [2025-09-18 02:44:59] "GET /virtual-networks?parent_id=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003265 10.0.0.56 - - [2025-09-18 02:44:59] "GET /virtual-network/ff83d3a1-7c4f-4ffb-9ea0-4496a88bfbe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005170 10.0.0.56 - - [2025-09-18 02:44:59] "POST /neutron/port HTTP/1.1" 200 1079 0.015407 10.0.0.56 - - [2025-09-18 02:45:05] "POST /routing-policys HTTP/1.1" 200 534 0.025033 10.0.0.56 - - [2025-09-18 02:45:05] "GET /virtual-network/6efd6aa1-f699-42ef-bcaf-d1ab9c0a9b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.014450 10.0.0.56 - - [2025-09-18 02:45:05] "PUT /virtual-network/6efd6aa1-f699-42ef-bcaf-d1ab9c0a9b77 HTTP/1.1" 200 264 0.064799 10.0.0.56 - - [2025-09-18 02:45:09] "POST /routing-policys HTTP/1.1" 200 534 0.028528 10.0.0.56 - - [2025-09-18 02:45:09] "GET /virtual-network/6efd6aa1-f699-42ef-bcaf-d1ab9c0a9b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.027182 10.0.0.56 - - [2025-09-18 02:45:10] "PUT /virtual-network/6efd6aa1-f699-42ef-bcaf-d1ab9c0a9b77 HTTP/1.1" 200 264 0.072852 10.0.0.41 - - [2025-09-18 02:45:10] "POST /ref-update HTTP/1.1" 200 156 0.112201 10.0.0.56 - - [2025-09-18 02:45:10] "POST /ref-update HTTP/1.1" 200 156 0.068767 10.0.0.56 - - [2025-09-18 02:45:10] "DELETE /routing-policy/14ccaa45-cae0-408d-b77f-44b5a1275c47 HTTP/1.1" 200 115 0.032503 10.0.0.56 - - [2025-09-18 02:45:10] "POST /ref-update HTTP/1.1" 200 156 0.052942 10.0.0.56 - - [2025-09-18 02:45:10] "DELETE /routing-policy/961594aa-68b6-40a0-812f-3cabf30e050c HTTP/1.1" 200 115 0.035539 10.0.0.56 - - [2025-09-18 02:45:10] "POST /neutron/network HTTP/1.1" 400 204 0.013911 10.0.0.56 - - [2025-09-18 02:45:11] "POST /neutron/port HTTP/1.1" 200 151 0.208637 10.0.0.56 - - [2025-09-18 02:45:11] "POST /neutron/port HTTP/1.1" 200 151 0.196347 10.0.0.41 - - [2025-09-18 02:45:12] "DELETE /route-target/956e2044-1fdd-4f7d-a424-e7b2dace48aa HTTP/1.1" 200 115 0.017782 10.0.0.56 - - [2025-09-18 02:45:12] "POST /neutron/network HTTP/1.1" 200 831 0.007177 10.0.0.41 - - [2025-09-18 02:45:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004658 10.0.0.41 - - [2025-09-18 02:45:13] "DELETE /route-target/4c1ca3e6-32c9-4c52-a280-396f1b873790 HTTP/1.1" 200 115 0.022015 10.0.0.56 - - [2025-09-18 02:45:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.41 - - [2025-09-18 02:45:15] "GET /projects?obj_uuids=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001293 10.0.0.56 - - [2025-09-18 02:45:15] "GET /project/c0127038-3074-4acb-be43-4bcabdb7cb35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.031796 10.0.0.41 - - [2025-09-18 02:45:15] "GET /projects?obj_uuids=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000943 10.0.0.56 - - [2025-09-18 02:45:15] "POST /neutron/network HTTP/1.1" 200 612 0.120938 10.0.0.56 - - [2025-09-18 02:45:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.003450 10.0.0.56 - - [2025-09-18 02:45:16] "GET /virtual-network/759b7dda-bd64-4fd8-bc89-d0d2eed7bae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004919 10.0.0.56 - - [2025-09-18 02:45:16] "POST /neutron/network HTTP/1.1" 200 832 0.007212 10.0.0.56 - - [2025-09-18 02:45:16] "GET /virtual-network/759b7dda-bd64-4fd8-bc89-d0d2eed7bae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005012 10.0.0.56 - - [2025-09-18 02:45:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.56 - - [2025-09-18 02:45:16] "GET /virtual-network/759b7dda-bd64-4fd8-bc89-d0d2eed7bae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005282 10.0.0.41 - - [2025-09-18 02:45:16] "POST /route-targets HTTP/1.1" 200 323 0.015260 10.0.0.56 - - [2025-09-18 02:45:16] "PUT /virtual-network/759b7dda-bd64-4fd8-bc89-d0d2eed7bae4 HTTP/1.1" 200 264 0.073937 10.0.0.56 - - [2025-09-18 02:45:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005177 10.0.0.41 - - [2025-09-18 02:45:16] "GET /projects?obj_uuids=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000896 10.0.0.56 - - [2025-09-18 02:45:16] "GET /project/c0127038-3074-4acb-be43-4bcabdb7cb35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.035317 10.0.0.56 - - [2025-09-18 02:45:16] "POST /neutron/network HTTP/1.1" 200 117 0.013341 10.0.0.41 - - [2025-09-18 02:45:16] "POST /ref-update HTTP/1.1" 200 156 0.023070 10.0.0.56 - - [2025-09-18 02:45:17] "POST /neutron/network HTTP/1.1" 200 828 0.008851 10.0.0.56 - - [2025-09-18 02:45:17] "POST /id-to-fqname HTTP/1.1" 200 220 0.001153 10.0.0.56 - - [2025-09-18 02:45:17] "GET /virtual-network/026ce725-26db-4f45-90ef-bb4d9ad57f77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005249 10.0.0.56 - - [2025-09-18 02:45:17] "GET /virtual-network/026ce725-26db-4f45-90ef-bb4d9ad57f77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005625 10.0.0.56 - - [2025-09-18 02:45:17] "POST /neutron/subnet HTTP/1.1" 200 710 0.009271 10.0.0.56 - - [2025-09-18 02:45:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.56 - - [2025-09-18 02:45:17] "GET /virtual-network/026ce725-26db-4f45-90ef-bb4d9ad57f77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005223 10.0.0.56 - - [2025-09-18 02:45:17] "PUT /virtual-network/026ce725-26db-4f45-90ef-bb4d9ad57f77 HTTP/1.1" 200 264 0.051578 10.0.0.56 - - [2025-09-18 02:45:17] "POST /id-to-fqname HTTP/1.1" 200 220 0.001259 10.0.0.41 - - [2025-09-18 02:45:18] "GET /projects?obj_uuids=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001288 10.0.0.56 - - [2025-09-18 02:45:18] "GET /project/c0127038-3074-4acb-be43-4bcabdb7cb35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.060647 10.0.0.56 - - [2025-09-18 02:45:18] "POST /neutron/port HTTP/1.1" 200 117 0.006628 10.0.0.56 - - [2025-09-18 02:45:18] "POST /id-to-fqname HTTP/1.1" 200 220 0.001558 10.0.0.56 - - [2025-09-18 02:45:18] "POST /neutron/network HTTP/1.1" 200 838 0.006803 10.0.0.56 - - [2025-09-18 02:45:19] "POST /neutron/port HTTP/1.1" 200 1054 0.014223 10.0.0.56 - - [2025-09-18 02:45:19] "POST /neutron/port HTTP/1.1" 200 1082 0.016340 10.0.0.56 - - [2025-09-18 02:45:19] "POST /neutron/port HTTP/1.1" 200 117 0.001153 10.0.0.41 - - [2025-09-18 02:45:19] "GET /projects?obj_uuids=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001558 10.0.0.56 - - [2025-09-18 02:45:19] "GET /project/c0127038-3074-4acb-be43-4bcabdb7cb35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.109043 10.0.0.56 - - [2025-09-18 02:45:19] "POST /neutron/port HTTP/1.1" 200 1082 0.019942 10.0.0.56 - - [2025-09-18 02:45:20] "POST /neutron/port HTTP/1.1" 200 1082 0.016428 10.0.0.41 - - [2025-09-18 02:45:20] "GET /projects?obj_uuids=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001179 10.0.0.56 - - [2025-09-18 02:45:20] "POST /neutron/port HTTP/1.1" 200 1050 0.302069 10.0.0.56 - - [2025-09-18 02:45:20] "POST /neutron/port HTTP/1.1" 200 1104 0.082862 10.0.0.56 - - [2025-09-18 02:45:20] "POST /neutron/subnet HTTP/1.1" 200 684 0.008547 10.0.0.56 - - [2025-09-18 02:45:25] "POST /neutron/port HTTP/1.1" 200 1082 0.013805 10.0.0.56 - - [2025-09-18 02:45:25] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007448 10.0.0.56 - - [2025-09-18 02:45:25] "GET /virtual-machine/e276815b-6b1f-4e5b-8829-461241660e8f HTTP/1.1" 200 1285 0.006474 10.0.0.56 - - [2025-09-18 02:45:25] "GET /virtual-machine-interface/653e3baa-ee30-4e09-9ead-c823c23ca44f HTTP/1.1" 200 2926 0.005043 10.0.0.56 - - [2025-09-18 02:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.56 - - [2025-09-18 02:45:25] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004076 10.0.0.56 - - [2025-09-18 02:45:25] "GET /virtual-networks?parent_id=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003637 10.0.0.56 - - [2025-09-18 02:45:25] "GET /virtual-network/759b7dda-bd64-4fd8-bc89-d0d2eed7bae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005608 10.0.0.56 - - [2025-09-18 02:45:28] "POST /neutron/port HTTP/1.1" 200 1082 0.018102 10.0.0.56 - - [2025-09-18 02:45:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.56 - - [2025-09-18 02:45:28] "GET /virtual-network/759b7dda-bd64-4fd8-bc89-d0d2eed7bae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.006291 10.0.0.56 - - [2025-09-18 02:45:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.56 - - [2025-09-18 02:45:30] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003314 10.0.0.56 - - [2025-09-18 02:45:30] "GET /virtual-networks?parent_id=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002796 10.0.0.56 - - [2025-09-18 02:45:30] "GET /virtual-network/759b7dda-bd64-4fd8-bc89-d0d2eed7bae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005246 10.0.0.56 - - [2025-09-18 02:45:31] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007538 10.0.0.56 - - [2025-09-18 02:45:31] "POST /neutron/port HTTP/1.1" 200 1078 0.013807 10.0.0.56 - - [2025-09-18 02:45:31] "GET /virtual-machine/940d730e-1b81-4ce2-b806-194b57db88fd HTTP/1.1" 200 1286 0.005631 10.0.0.56 - - [2025-09-18 02:45:31] "GET /virtual-machine-interface/272ee4af-f578-486f-b3ce-6935bea0db63 HTTP/1.1" 200 2926 0.005188 10.0.0.56 - - [2025-09-18 02:45:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.56 - - [2025-09-18 02:45:31] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003691 10.0.0.56 - - [2025-09-18 02:45:31] "GET /virtual-networks?parent_id=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003271 10.0.0.56 - - [2025-09-18 02:45:31] "GET /virtual-network/026ce725-26db-4f45-90ef-bb4d9ad57f77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005489 10.0.0.56 - - [2025-09-18 02:45:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.56 - - [2025-09-18 02:45:34] "GET /virtual-network/026ce725-26db-4f45-90ef-bb4d9ad57f77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005601 10.0.0.56 - - [2025-09-18 02:45:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.56 - - [2025-09-18 02:45:38] "GET /virtual-network/026ce725-26db-4f45-90ef-bb4d9ad57f77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005497 10.0.0.56 - - [2025-09-18 02:45:39] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006951 10.0.0.41 - - [2025-09-18 02:45:40] "GET /obj-perms HTTP/1.1" 200 5056 0.051036 10.0.0.56 - - [2025-09-18 02:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.56 - - [2025-09-18 02:45:40] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003546 10.0.0.56 - - [2025-09-18 02:45:40] "GET /virtual-networks?parent_id=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003456 10.0.0.56 - - [2025-09-18 02:45:40] "GET /virtual-network/026ce725-26db-4f45-90ef-bb4d9ad57f77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005863 10.0.0.56 - - [2025-09-18 02:45:46] "POST /interface-route-tables HTTP/1.1" 200 574 0.026958 10.0.0.56 - - [2025-09-18 02:45:46] "GET /interface-route-table/67b2a764-fd6f-4b8b-9b17-7293a681ce16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1305 0.016701 10.0.0.56 - - [2025-09-18 02:45:46] "GET /virtual-machine-interface/653e3baa-ee30-4e09-9ead-c823c23ca44f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2705 0.005715 10.0.0.56 - - [2025-09-18 02:45:46] "POST /ref-update HTTP/1.1" 200 156 0.013198 10.0.0.56 - - [2025-09-18 02:45:46] "POST /routing-policys HTTP/1.1" 200 534 0.027138 10.0.0.56 - - [2025-09-18 02:45:46] "GET /virtual-network/759b7dda-bd64-4fd8-bc89-d0d2eed7bae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005621 10.0.0.56 - - [2025-09-18 02:45:46] "PUT /virtual-network/759b7dda-bd64-4fd8-bc89-d0d2eed7bae4 HTTP/1.1" 200 264 0.054504 10.0.0.56 - - [2025-09-18 02:45:46] "POST /neutron/port HTTP/1.1" 200 1078 0.014361 10.0.0.56 - - [2025-09-18 02:45:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003901 10.0.0.56 - - [2025-09-18 02:45:46] "POST /neutron/network HTTP/1.1" 200 828 0.007815 10.0.0.56 - - [2025-09-18 02:45:50] "POST /neutron/network HTTP/1.1" 200 842 0.006621 10.0.0.56 - - [2025-09-18 02:45:50] "POST /neutron/port HTTP/1.1" 200 117 0.001014 10.0.0.56 - - [2025-09-18 02:45:50] "POST /ref-update HTTP/1.1" 200 156 0.054810 10.0.0.41 - - [2025-09-18 02:45:50] "POST /ref-update HTTP/1.1" 200 156 0.030847 10.0.0.56 - - [2025-09-18 02:45:50] "DELETE /routing-policy/691d2e7a-7fbb-4bc6-92ad-e87c9c7e55c4 HTTP/1.1" 200 115 0.061675 10.0.0.56 - - [2025-09-18 02:45:50] "POST /neutron/network HTTP/1.1" 400 204 0.013404 10.0.0.56 - - [2025-09-18 02:45:51] "POST /neutron/port HTTP/1.1" 200 151 0.190607 10.0.0.56 - - [2025-09-18 02:45:51] "POST /neutron/port HTTP/1.1" 200 151 0.246113 10.0.0.41 - - [2025-09-18 02:45:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005749 10.0.0.56 - - [2025-09-18 02:45:52] "POST /neutron/network HTTP/1.1" 200 832 0.018241 10.0.0.41 - - [2025-09-18 02:45:53] "DELETE /route-target/42906d1f-4632-404a-abb7-f053dc030ef6 HTTP/1.1" 200 115 0.027859 10.0.0.41 - - [2025-09-18 02:45:54] "GET /projects?obj_uuids=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000919 10.0.0.56 - - [2025-09-18 02:45:54] "GET /project/c0127038-3074-4acb-be43-4bcabdb7cb35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.042504 10.0.0.41 - - [2025-09-18 02:45:54] "GET /projects?obj_uuids=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000873 10.0.0.56 - - [2025-09-18 02:45:54] "GET /project/c0127038-3074-4acb-be43-4bcabdb7cb35?fields=virtual_networks HTTP/1.1" 200 1018 0.046988 10.0.0.41 - - [2025-09-18 02:45:54] "GET /projects?obj_uuids=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000889 10.0.0.56 - - [2025-09-18 02:45:54] "GET /project/c0127038-3074-4acb-be43-4bcabdb7cb35?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.034433 10.0.0.41 - - [2025-09-18 02:45:54] "GET /projects?obj_uuids=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001281 10.0.0.56 - - [2025-09-18 02:45:54] "GET /project/c0127038-3074-4acb-be43-4bcabdb7cb35?fields=security_groups HTTP/1.1" 200 1237 0.038494 10.0.0.56 - - [2025-09-18 02:45:55] "POST /fqname-to-id HTTP/1.1" 404 192 0.026841 10.0.0.41 - - [2025-09-18 02:45:55] "GET /projects?obj_uuids=b3cff803-1ef6-4c3d-ad76-b51bfda31d29&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003166 10.0.0.41 - - [2025-09-18 02:45:55] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001178 10.0.0.41 - - [2025-09-18 02:45:55] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006736 10.0.0.41 - - [2025-09-18 02:45:55] "POST /id-to-fqname HTTP/1.1" 200 194 0.001754 10.0.0.41 - - [2025-09-18 02:45:55] "POST /fqname-to-id HTTP/1.1" 404 203 0.007176 10.0.0.41 - - [2025-09-18 02:45:55] "POST /security-groups HTTP/1.1" 200 595 0.034330 10.0.0.41 - - [2025-09-18 02:45:55] "POST /fqname-to-id HTTP/1.1" 404 238 0.004113 10.0.0.41 - - [2025-09-18 02:45:55] "POST /projects HTTP/1.1" 200 593 0.236162 10.0.0.41 - - [2025-09-18 02:45:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.310698 10.0.0.41 - - [2025-09-18 02:45:55] "POST /access-control-lists HTTP/1.1" 200 598 0.041866 10.0.0.56 - - [2025-09-18 02:45:55] "GET /project/b3cff803-1ef6-4c3d-ad76-b51bfda31d29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.450639 10.0.0.56 - - [2025-09-18 02:45:57] "GET / HTTP/1.1" 200 35931 0.002353 10.0.0.56 - - [2025-09-18 02:45:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000493 10.0.0.56 - - [2025-09-18 02:45:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.061512 10.0.0.41 - - [2025-09-18 02:45:59] "GET /projects?obj_uuids=b3cff803-1ef6-4c3d-ad76-b51bfda31d29&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000851 10.0.0.56 - - [2025-09-18 02:45:59] "GET /project/b3cff803-1ef6-4c3d-ad76-b51bfda31d29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.037243 10.0.0.41 - - [2025-09-18 02:45:59] "GET /projects?obj_uuids=b3cff803-1ef6-4c3d-ad76-b51bfda31d29&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001970 10.0.0.56 - - [2025-09-18 02:45:59] "POST /neutron/network HTTP/1.1" 200 613 0.138568 10.0.0.41 - - [2025-09-18 02:45:59] "DELETE /project/b3cff8031ef64c3dad76b51bfda31d29 HTTP/1.1" 404 173 0.006128 10.0.0.41 - - [2025-09-18 02:45:59] "GET /projects?obj_uuids=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000866 10.0.0.41 - - [2025-09-18 02:45:59] "GET /project/c0127038-3074-4acb-be43-4bcabdb7cb35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.043078 10.0.0.41 - - [2025-09-18 02:45:59] "GET /projects?obj_uuids=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000860 10.0.0.41 - - [2025-09-18 02:45:59] "GET /project/c0127038-3074-4acb-be43-4bcabdb7cb35?fields=security_groups HTTP/1.1" 200 1342 0.044029 10.0.0.41 - - [2025-09-18 02:45:59] "DELETE /security-group/3d8cdac6-266c-41b0-9bef-b2d3344115f0 HTTP/1.1" 200 115 0.079945 10.0.0.56 - - [2025-09-18 02:46:00] "POST /id-to-fqname HTTP/1.1" 200 226 0.005294 10.0.0.41 - - [2025-09-18 02:46:00] "GET /projects?obj_uuids=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001609 10.0.0.56 - - [2025-09-18 02:46:00] "GET /virtual-network/31cd3055-80a8-41aa-b400-44bff1d41731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008229 10.0.0.41 - - [2025-09-18 02:46:00] "DELETE /access-control-list/06c4d8b7-36b8-4a63-9326-e55e10f2591f HTTP/1.1" 200 115 0.049078 10.0.0.56 - - [2025-09-18 02:46:00] "POST /neutron/network HTTP/1.1" 200 831 0.008126 10.0.0.41 - - [2025-09-18 02:46:00] "GET /project/c0127038-3074-4acb-be43-4bcabdb7cb35?fields=application_policy_sets HTTP/1.1" 200 1381 0.055122 10.0.0.56 - - [2025-09-18 02:46:00] "GET /virtual-network/31cd3055-80a8-41aa-b400-44bff1d41731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006320 10.0.0.41 - - [2025-09-18 02:46:00] "DELETE /project/c0127038-3074-4acb-be43-4bcabdb7cb35 HTTP/1.1" 409 278 0.334253 10.0.0.56 - - [2025-09-18 02:46:00] "GET /virtual-network/31cd3055-80a8-41aa-b400-44bff1d41731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.011734 10.0.0.22 - - [2025-09-18 02:46:01] "GET /obj-perms HTTP/1.1" 200 5038 0.060157 10.0.0.56 - - [2025-09-18 02:46:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.56 - - [2025-09-18 02:46:02] "GET /virtual-network/31cd3055-80a8-41aa-b400-44bff1d41731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005050 10.0.0.56 - - [2025-09-18 02:46:02] "PUT /virtual-network/31cd3055-80a8-41aa-b400-44bff1d41731 HTTP/1.1" 200 264 0.063933 10.0.0.41 - - [2025-09-18 02:46:02] "POST /ref-update HTTP/1.1" 200 156 0.047300 10.0.0.56 - - [2025-09-18 02:46:07] "POST /id-to-fqname HTTP/1.1" 200 226 0.001383 10.0.0.56 - - [2025-09-18 02:46:07] "POST /neutron/network HTTP/1.1" 200 841 0.006845 10.0.0.41 - - [2025-09-18 02:46:08] "GET /projects?obj_uuids=b3cff803-1ef6-4c3d-ad76-b51bfda31d29&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001506 10.0.0.56 - - [2025-09-18 02:46:08] "GET /project/b3cff803-1ef6-4c3d-ad76-b51bfda31d29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.065421 10.0.0.56 - - [2025-09-18 02:46:08] "POST /neutron/port HTTP/1.1" 200 117 0.006155 10.0.0.41 - - [2025-09-18 02:46:09] "GET /projects?obj_uuids=b3cff803-1ef6-4c3d-ad76-b51bfda31d29&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000958 10.0.0.56 - - [2025-09-18 02:46:09] "POST /neutron/port HTTP/1.1" 200 1063 0.232495 10.0.0.56 - - [2025-09-18 02:46:09] "POST /neutron/port HTTP/1.1" 200 1117 0.103532 10.0.0.56 - - [2025-09-18 02:46:09] "POST /neutron/subnet HTTP/1.1" 200 694 0.008320 10.0.0.56 - - [2025-09-18 02:46:13] "POST /neutron/port HTTP/1.1" 200 1091 0.016248 10.0.0.56 - - [2025-09-18 02:46:14] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006812 10.0.0.56 - - [2025-09-18 02:46:14] "GET /virtual-machine/70b26156-6576-49cf-ac48-60ed1629d4da HTTP/1.1" 401 292 0.000408 10.0.0.56 - - [2025-09-18 02:46:14] "GET /virtual-machine/70b26156-6576-49cf-ac48-60ed1629d4da HTTP/1.1" 200 1296 0.030881 10.0.0.56 - - [2025-09-18 02:46:14] "GET /virtual-machine-interface/58ba6a9b-4dfc-4a2d-998b-274a7b1a9472 HTTP/1.1" 200 2966 0.005221 10.0.0.56 - - [2025-09-18 02:46:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.56 - - [2025-09-18 02:46:14] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003695 10.0.0.56 - - [2025-09-18 02:46:14] "GET /virtual-networks?parent_id=b3cff803-1ef6-4c3d-ad76-b51bfda31d29&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002826 10.0.0.56 - - [2025-09-18 02:46:14] "GET /virtual-network/31cd3055-80a8-41aa-b400-44bff1d41731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.006493 10.0.0.56 - - [2025-09-18 02:46:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.56 - - [2025-09-18 02:46:17] "GET /virtual-network/31cd3055-80a8-41aa-b400-44bff1d41731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.005116 10.0.0.56 - - [2025-09-18 02:46:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.56 - - [2025-09-18 02:46:21] "GET /virtual-network/31cd3055-80a8-41aa-b400-44bff1d41731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.005201 10.0.0.56 - - [2025-09-18 02:46:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.56 - - [2025-09-18 02:46:25] "GET /virtual-network/31cd3055-80a8-41aa-b400-44bff1d41731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.005478 10.0.0.56 - - [2025-09-18 02:46:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.56 - - [2025-09-18 02:46:30] "GET /virtual-network/31cd3055-80a8-41aa-b400-44bff1d41731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.005246 10.0.0.56 - - [2025-09-18 02:46:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.56 - - [2025-09-18 02:46:34] "GET /virtual-network/31cd3055-80a8-41aa-b400-44bff1d41731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.005495 10.0.0.56 - - [2025-09-18 02:46:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.56 - - [2025-09-18 02:46:38] "GET /virtual-network/31cd3055-80a8-41aa-b400-44bff1d41731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.004991 10.0.0.56 - - [2025-09-18 02:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.56 - - [2025-09-18 02:46:42] "GET /virtual-network/31cd3055-80a8-41aa-b400-44bff1d41731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.005193 10.0.0.56 - - [2025-09-18 02:46:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004570 10.0.0.56 - - [2025-09-18 02:46:46] "GET /virtual-network/31cd3055-80a8-41aa-b400-44bff1d41731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.007114 10.0.0.56 - - [2025-09-18 02:46:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.56 - - [2025-09-18 02:46:48] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003791 10.0.0.56 - - [2025-09-18 02:46:48] "GET /virtual-networks?parent_id=b3cff803-1ef6-4c3d-ad76-b51bfda31d29&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002939 10.0.0.56 - - [2025-09-18 02:46:48] "GET /virtual-network/31cd3055-80a8-41aa-b400-44bff1d41731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.005411 10.0.0.56 - - [2025-09-18 02:46:48] "POST /neutron/port HTTP/1.1" 200 1091 0.015927 10.0.0.56 - - [2025-09-18 02:46:52] "POST /neutron/port HTTP/1.1" 200 1091 0.014719 10.0.0.56 - - [2025-09-18 02:46:52] "POST /neutron/subnet HTTP/1.1" 200 694 0.016559 10.0.0.56 - - [2025-09-18 02:46:53] "POST /neutron/port HTTP/1.1" 200 1091 0.015239 10.0.0.56 - - [2025-09-18 02:46:58] "POST /neutron/security_group HTTP/1.1" 200 2062 0.032643 10.0.0.22 - - [2025-09-18 02:46:58] "GET /global-system-configs HTTP/1.1" 200 322 0.066036 10.0.0.56 - - [2025-09-18 02:46:58] "GET /obj-perms HTTP/1.1" 200 5056 0.081788 10.0.0.41 - - [2025-09-18 02:46:58] "GET /global-system-configs HTTP/1.1" 200 322 0.006680 10.0.0.22 - - [2025-09-18 02:46:58] "GET /obj-perms HTTP/1.1" 200 5056 0.004056 10.0.0.41 - - [2025-09-18 02:46:58] "GET /obj-perms HTTP/1.1" 200 5056 0.006972 10.0.0.41 - - [2025-09-18 02:46:59] "GET /global-system-configs HTTP/1.1" 200 322 0.034218 10.0.0.22 - - [2025-09-18 02:46:59] "GET /global-system-configs HTTP/1.1" 200 322 0.052653 10.0.0.56 - - [2025-09-18 02:46:59] "GET /obj-perms HTTP/1.1" 200 5056 0.071095 10.0.0.56 - - [2025-09-18 02:47:01] "GET /global-system-configs HTTP/1.1" 200 322 0.087057 10.0.0.41 - - [2025-09-18 02:47:01] "GET /obj-perms HTTP/1.1" 200 5056 0.163770 10.0.0.22 - - [2025-09-18 02:47:01] "GET /obj-perms HTTP/1.1" 200 5056 0.185802 10.0.0.56 - - [2025-09-18 02:47:02] "GET /global-system-configs HTTP/1.1" 200 322 0.030582 10.0.0.56 - - [2025-09-18 02:47:04] "POST /neutron/port HTTP/1.1" 200 1091 0.015348 10.0.0.56 - - [2025-09-18 02:47:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.56 - - [2025-09-18 02:47:09] "GET /virtual-network/31cd3055-80a8-41aa-b400-44bff1d41731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.006467 10.0.0.56 - - [2025-09-18 02:47:09] "PUT /virtual-network/31cd3055-80a8-41aa-b400-44bff1d41731 HTTP/1.1" 200 264 0.053479 10.0.0.41 - - [2025-09-18 02:47:09] "DELETE /route-target/9cf6f4b7-41b4-439a-8ae8-4cb7119f62f8 HTTP/1.1" 200 115 0.026978 10.0.0.56 - - [2025-09-18 02:47:14] "POST /neutron/network HTTP/1.1" 400 204 0.012291 10.0.0.56 - - [2025-09-18 02:47:15] "POST /neutron/port HTTP/1.1" 200 151 0.171781 10.0.0.56 - - [2025-09-18 02:47:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.41 - - [2025-09-18 02:47:19] "GET /projects?obj_uuids=b3cff803-1ef6-4c3d-ad76-b51bfda31d29&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000989 10.0.0.56 - - [2025-09-18 02:47:19] "GET /project/b3cff803-1ef6-4c3d-ad76-b51bfda31d29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.046551 10.0.0.56 - - [2025-09-18 02:47:19] "POST /neutron/network HTTP/1.1" 200 117 0.009259 10.0.0.41 - - [2025-09-18 02:47:19] "POST /route-targets HTTP/1.1" 200 327 0.019704 10.0.0.56 - - [2025-09-18 02:47:20] "POST /neutron/network HTTP/1.1" 200 833 0.017521 10.0.0.56 - - [2025-09-18 02:47:20] "POST /id-to-fqname HTTP/1.1" 200 226 0.001309 10.0.0.56 - - [2025-09-18 02:47:20] "GET /virtual-network/3bc3f2dd-cc3c-45b0-b1e2-1730ee1fefeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006028 10.0.0.56 - - [2025-09-18 02:47:20] "GET /virtual-network/3bc3f2dd-cc3c-45b0-b1e2-1730ee1fefeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.010883 10.0.0.56 - - [2025-09-18 02:47:20] "POST /neutron/subnet HTTP/1.1" 200 729 0.015539 10.0.0.56 - - [2025-09-18 02:47:20] "GET /virtual-network/3bc3f2dd-cc3c-45b0-b1e2-1730ee1fefeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005772 10.0.0.56 - - [2025-09-18 02:47:20] "GET /obj-perms HTTP/1.1" 200 5038 0.052725 10.0.0.56 - - [2025-09-18 02:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.56 - - [2025-09-18 02:47:20] "GET /virtual-network/3bc3f2dd-cc3c-45b0-b1e2-1730ee1fefeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005235 10.0.0.56 - - [2025-09-18 02:47:21] "PUT /virtual-network/3bc3f2dd-cc3c-45b0-b1e2-1730ee1fefeb HTTP/1.1" 200 264 0.076904 10.0.0.41 - - [2025-09-18 02:47:21] "POST /ref-update HTTP/1.1" 200 156 0.035073 10.0.0.56 - - [2025-09-18 02:47:26] "POST /id-to-fqname HTTP/1.1" 200 226 0.001171 10.0.0.41 - - [2025-09-18 02:47:27] "GET /projects?obj_uuids=b3cff803-1ef6-4c3d-ad76-b51bfda31d29&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000904 10.0.0.56 - - [2025-09-18 02:47:27] "GET /project/b3cff803-1ef6-4c3d-ad76-b51bfda31d29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.088008 10.0.0.56 - - [2025-09-18 02:47:27] "POST /neutron/port HTTP/1.1" 200 117 0.006557 10.0.0.56 - - [2025-09-18 02:47:27] "POST /neutron/network HTTP/1.1" 200 843 0.007205 10.0.0.56 - - [2025-09-18 02:47:28] "POST /neutron/port HTTP/1.1" 200 1065 0.013133 10.0.0.56 - - [2025-09-18 02:47:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003747 10.0.0.56 - - [2025-09-18 02:47:28] "POST /neutron/network HTTP/1.1" 200 833 0.006002 10.0.0.56 - - [2025-09-18 02:47:37] "POST /neutron/port HTTP/1.1" 200 1093 0.017428 10.0.0.41 - - [2025-09-18 02:47:41] "GET /obj-perms HTTP/1.1" 200 5056 0.045422 10.0.0.56 - - [2025-09-18 02:47:42] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006814 10.0.0.56 - - [2025-09-18 02:47:42] "POST /neutron/port HTTP/1.1" 200 1093 0.014159 10.0.0.56 - - [2025-09-18 02:47:42] "GET /virtual-machine/c3dd9cd1-6982-4390-a349-ff5e9e322f7e HTTP/1.1" 200 1297 0.006035 10.0.0.56 - - [2025-09-18 02:47:42] "GET /virtual-machine-interface/83f7fb3d-39ab-4844-8fe9-62e2274ef2a2 HTTP/1.1" 200 2966 0.005270 10.0.0.56 - - [2025-09-18 02:47:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.010309 10.0.0.56 - - [2025-09-18 02:47:42] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003395 10.0.0.56 - - [2025-09-18 02:47:42] "GET /virtual-networks?parent_id=b3cff803-1ef6-4c3d-ad76-b51bfda31d29&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003266 10.0.0.56 - - [2025-09-18 02:47:43] "GET /virtual-network/3bc3f2dd-cc3c-45b0-b1e2-1730ee1fefeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.005712 10.0.0.56 - - [2025-09-18 02:47:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.56 - - [2025-09-18 02:47:46] "GET /virtual-network/3bc3f2dd-cc3c-45b0-b1e2-1730ee1fefeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.005342 10.0.0.56 - - [2025-09-18 02:47:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.56 - - [2025-09-18 02:47:50] "GET /virtual-network/3bc3f2dd-cc3c-45b0-b1e2-1730ee1fefeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.004739 10.0.0.56 - - [2025-09-18 02:47:50] "POST /neutron/port HTTP/1.1" 200 1093 0.037090 10.0.0.56 - - [2025-09-18 02:47:50] "POST /neutron/subnet HTTP/1.1" 200 703 0.009773 10.0.0.56 - - [2025-09-18 02:47:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.56 - - [2025-09-18 02:47:54] "GET /virtual-network/3bc3f2dd-cc3c-45b0-b1e2-1730ee1fefeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.005867 10.0.0.56 - - [2025-09-18 02:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.56 - - [2025-09-18 02:47:58] "GET /virtual-network/3bc3f2dd-cc3c-45b0-b1e2-1730ee1fefeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.005206 10.0.0.56 - - [2025-09-18 02:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.56 - - [2025-09-18 02:48:02] "GET /virtual-network/3bc3f2dd-cc3c-45b0-b1e2-1730ee1fefeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.005396 10.0.0.56 - - [2025-09-18 02:48:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.56 - - [2025-09-18 02:48:06] "GET /virtual-network/3bc3f2dd-cc3c-45b0-b1e2-1730ee1fefeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.007190 10.0.0.56 - - [2025-09-18 02:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.56 - - [2025-09-18 02:48:10] "GET /virtual-network/3bc3f2dd-cc3c-45b0-b1e2-1730ee1fefeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.005326 10.0.0.56 - - [2025-09-18 02:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.56 - - [2025-09-18 02:48:14] "GET /virtual-network/3bc3f2dd-cc3c-45b0-b1e2-1730ee1fefeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.005327 10.0.0.56 - - [2025-09-18 02:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.56 - - [2025-09-18 02:48:18] "GET /virtual-network/3bc3f2dd-cc3c-45b0-b1e2-1730ee1fefeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.005347 10.0.0.56 - - [2025-09-18 02:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.56 - - [2025-09-18 02:48:20] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003635 10.0.0.56 - - [2025-09-18 02:48:20] "GET /virtual-networks?parent_id=b3cff803-1ef6-4c3d-ad76-b51bfda31d29&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003709 10.0.0.56 - - [2025-09-18 02:48:21] "GET /virtual-network/3bc3f2dd-cc3c-45b0-b1e2-1730ee1fefeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.005469 10.0.0.56 - - [2025-09-18 02:48:21] "POST /neutron/port HTTP/1.1" 200 1093 0.015507 10.0.0.56 - - [2025-09-18 02:48:26] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007965 10.0.0.56 - - [2025-09-18 02:48:31] "POST /neutron/port HTTP/1.1" 200 1093 0.015344 10.0.0.56 - - [2025-09-18 02:48:36] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007455 10.0.0.56 - - [2025-09-18 02:48:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.56 - - [2025-09-18 02:48:41] "GET /virtual-network/3bc3f2dd-cc3c-45b0-b1e2-1730ee1fefeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.005107 10.0.0.56 - - [2025-09-18 02:48:41] "PUT /virtual-network/3bc3f2dd-cc3c-45b0-b1e2-1730ee1fefeb HTTP/1.1" 200 264 0.063753 10.0.0.41 - - [2025-09-18 02:48:42] "DELETE /route-target/7b33c46a-83e7-4726-8735-c5c54587d1a6 HTTP/1.1" 200 115 0.039390 10.0.0.22 - - [2025-09-18 02:48:42] "GET /obj-perms HTTP/1.1" 200 5056 0.050855 10.0.0.56 - - [2025-09-18 02:48:47] "POST /neutron/port HTTP/1.1" 200 1093 0.016355 10.0.0.56 - - [2025-09-18 02:48:49] "POST /neutron/network HTTP/1.1" 200 833 0.008458 10.0.0.41 - - [2025-09-18 02:48:50] "GET /projects?obj_uuids=b3cff803-1ef6-4c3d-ad76-b51bfda31d29&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.026184 10.0.0.56 - - [2025-09-18 02:48:50] "GET /project/b3cff803-1ef6-4c3d-ad76-b51bfda31d29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.058567 10.0.0.41 - - [2025-09-18 02:48:50] "GET /projects?obj_uuids=b3cff803-1ef6-4c3d-ad76-b51bfda31d29&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001350 10.0.0.56 - - [2025-09-18 02:48:50] "GET /project/b3cff803-1ef6-4c3d-ad76-b51bfda31d29?fields=virtual_networks HTTP/1.1" 200 1040 0.035382 10.0.0.41 - - [2025-09-18 02:48:50] "GET /projects?obj_uuids=b3cff803-1ef6-4c3d-ad76-b51bfda31d29&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001357 10.0.0.56 - - [2025-09-18 02:48:51] "GET /project/b3cff803-1ef6-4c3d-ad76-b51bfda31d29?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.046217 10.0.0.41 - - [2025-09-18 02:48:51] "GET /projects?obj_uuids=b3cff803-1ef6-4c3d-ad76-b51bfda31d29&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000916 10.0.0.56 - - [2025-09-18 02:48:51] "GET /project/b3cff803-1ef6-4c3d-ad76-b51bfda31d29?fields=security_groups HTTP/1.1" 200 1270 0.051585 10.0.0.56 - - [2025-09-18 02:48:51] "POST /fqname-to-id HTTP/1.1" 404 213 0.025842 10.0.0.41 - - [2025-09-18 02:48:52] "GET /projects?obj_uuids=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003343 10.0.0.41 - - [2025-09-18 02:48:52] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001062 10.0.0.41 - - [2025-09-18 02:48:52] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.050801 10.0.0.41 - - [2025-09-18 02:48:52] "POST /id-to-fqname HTTP/1.1" 200 216 0.004649 10.0.0.41 - - [2025-09-18 02:48:52] "POST /fqname-to-id HTTP/1.1" 404 227 0.008597 10.0.0.41 - - [2025-09-18 02:48:52] "POST /security-groups HTTP/1.1" 200 616 0.030514 10.0.0.41 - - [2025-09-18 02:48:52] "POST /fqname-to-id HTTP/1.1" 404 259 0.003201 10.0.0.41 - - [2025-09-18 02:48:52] "POST /projects HTTP/1.1" 200 635 0.245092 10.0.0.41 - - [2025-09-18 02:48:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.321017 10.0.0.41 - - [2025-09-18 02:48:52] "POST /access-control-lists HTTP/1.1" 200 619 0.031042 10.0.0.56 - - [2025-09-18 02:48:52] "GET /project/c9b6a646-8a3e-4012-9698-1936fdb29b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.522753 10.0.0.56 - - [2025-09-18 02:48:53] "GET / HTTP/1.1" 200 35931 0.001415 10.0.0.56 - - [2025-09-18 02:48:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000420 10.0.0.56 - - [2025-09-18 02:48:55] "POST /fqname-to-id HTTP/1.1" 404 249 0.056163 10.0.0.41 - - [2025-09-18 02:48:56] "POST /fqname-to-id HTTP/1.1" 404 280 0.006489 10.0.0.41 - - [2025-09-18 02:48:56] "PUT /access-control-list/8a02d75a-315f-4a60-8007-c240d904ad47 HTTP/1.1" 200 272 0.014768 10.0.0.41 - - [2025-09-18 02:48:56] "GET /projects?obj_uuids=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001375 10.0.0.56 - - [2025-09-18 02:48:56] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.123997 10.0.0.56 - - [2025-09-18 02:48:56] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009392 10.0.0.41 - - [2025-09-18 02:48:56] "PUT /access-control-list/8a02d75a-315f-4a60-8007-c240d904ad47 HTTP/1.1" 200 272 0.019598 10.0.0.56 - - [2025-09-18 02:48:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006422 10.0.0.56 - - [2025-09-18 02:48:57] "GET /security-group/e31c226c-3862-4ef7-8359-8572e15cd34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.012397 10.0.0.56 - - [2025-09-18 02:48:57] "POST /neutron/security_group HTTP/1.1" 200 1026 0.004025 10.0.0.56 - - [2025-09-18 02:48:57] "POST /fqname-to-id HTTP/1.1" 404 249 0.007765 10.0.0.41 - - [2025-09-18 02:48:57] "DELETE /access-control-list/8a02d75a-315f-4a60-8007-c240d904ad47 HTTP/1.1" 200 115 0.048156 10.0.0.56 - - [2025-09-18 02:48:58] "POST /fqname-to-id HTTP/1.1" 404 249 0.003650 10.0.0.41 - - [2025-09-18 02:48:58] "POST /fqname-to-id HTTP/1.1" 404 280 0.009871 10.0.0.41 - - [2025-09-18 02:48:58] "PUT /access-control-list/e234fd67-60f5-4800-a4b9-0a9f0a9f905b HTTP/1.1" 200 272 0.017163 10.0.0.41 - - [2025-09-18 02:48:58] "GET /projects?obj_uuids=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.003332 10.0.0.56 - - [2025-09-18 02:48:58] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.054562 10.0.0.56 - - [2025-09-18 02:48:58] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011341 10.0.0.41 - - [2025-09-18 02:48:59] "PUT /access-control-list/e234fd67-60f5-4800-a4b9-0a9f0a9f905b HTTP/1.1" 200 272 0.015669 10.0.0.56 - - [2025-09-18 02:48:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.56 - - [2025-09-18 02:48:59] "GET /security-group/475de32d-479a-421d-9e50-1f8777853cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.005215 10.0.0.41 - - [2025-09-18 02:48:59] "GET /projects?obj_uuids=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001236 10.0.0.56 - - [2025-09-18 02:48:59] "POST /neutron/security_group_rule HTTP/1.1" 200 2208 0.057447 10.0.0.56 - - [2025-09-18 02:48:59] "POST /neutron/security_group_rule HTTP/1.1" 200 599 0.131527 10.0.0.41 - - [2025-09-18 02:48:59] "PUT /access-control-list/e234fd67-60f5-4800-a4b9-0a9f0a9f905b HTTP/1.1" 200 272 0.015335 10.0.0.56 - - [2025-09-18 02:49:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.41 - - [2025-09-18 02:49:00] "GET /projects?obj_uuids=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000980 10.0.0.56 - - [2025-09-18 02:49:00] "GET /project/c9b6a646-8a3e-4012-9698-1936fdb29b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.040597 10.0.0.41 - - [2025-09-18 02:49:00] "GET /projects?obj_uuids=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001275 10.0.0.41 - - [2025-09-18 02:49:00] "DELETE /project/c9b6a6468a3e401296981936fdb29b1a HTTP/1.1" 404 173 0.059753 10.0.0.41 - - [2025-09-18 02:49:00] "GET /projects?obj_uuids=b3cff803-1ef6-4c3d-ad76-b51bfda31d29&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001120 10.0.0.41 - - [2025-09-18 02:49:00] "GET /project/b3cff803-1ef6-4c3d-ad76-b51bfda31d29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.052164 10.0.0.41 - - [2025-09-18 02:49:00] "GET /projects?obj_uuids=b3cff803-1ef6-4c3d-ad76-b51bfda31d29&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001178 10.0.0.56 - - [2025-09-18 02:49:00] "POST /neutron/network HTTP/1.1" 200 720 0.154719 10.0.0.41 - - [2025-09-18 02:49:00] "GET /project/b3cff803-1ef6-4c3d-ad76-b51bfda31d29?fields=security_groups HTTP/1.1" 200 1375 0.083473 10.0.0.41 - - [2025-09-18 02:49:00] "POST /ref-update HTTP/1.1" 200 156 0.031439 10.0.0.41 - - [2025-09-18 02:49:00] "DELETE /security-group/9f354f4c-08a2-4d6d-8130-77090ad48f52 HTTP/1.1" 200 115 0.064548 10.0.0.41 - - [2025-09-18 02:49:00] "GET /projects?obj_uuids=b3cff803-1ef6-4c3d-ad76-b51bfda31d29&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002600 10.0.0.41 - - [2025-09-18 02:49:00] "GET /project/b3cff803-1ef6-4c3d-ad76-b51bfda31d29?fields=application_policy_sets HTTP/1.1" 200 1414 0.061237 10.0.0.41 - - [2025-09-18 02:49:00] "DELETE /project/b3cff803-1ef6-4c3d-ad76-b51bfda31d29 HTTP/1.1" 200 115 0.606623 10.0.0.41 - - [2025-09-18 02:49:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.061358 10.0.0.56 - - [2025-09-18 02:49:01] "POST /neutron/network HTTP/1.1" 200 1113 0.012535 10.0.0.56 - - [2025-09-18 02:49:01] "POST /id-to-fqname HTTP/1.1" 200 290 0.001282 10.0.0.56 - - [2025-09-18 02:49:01] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006502 10.0.0.56 - - [2025-09-18 02:49:01] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007100 10.0.0.56 - - [2025-09-18 02:49:01] "POST /neutron/subnet HTTP/1.1" 200 823 0.012060 10.0.0.56 - - [2025-09-18 02:49:01] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006493 10.0.0.56 - - [2025-09-18 02:49:02] "POST /id-to-fqname HTTP/1.1" 200 290 0.001203 10.0.0.56 - - [2025-09-18 02:49:03] "POST /neutron/network HTTP/1.1" 200 1123 0.009663 10.0.0.41 - - [2025-09-18 02:49:03] "GET /projects?obj_uuids=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000949 10.0.0.56 - - [2025-09-18 02:49:04] "GET /project/c9b6a646-8a3e-4012-9698-1936fdb29b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.068884 10.0.0.56 - - [2025-09-18 02:49:04] "POST /neutron/port HTTP/1.1" 200 117 0.006402 10.0.0.56 - - [2025-09-18 02:49:04] "POST /id-to-fqname HTTP/1.1" 200 290 0.001117 10.0.0.56 - - [2025-09-18 02:49:04] "POST /neutron/network HTTP/1.1" 200 1123 0.009980 10.0.0.41 - - [2025-09-18 02:49:04] "GET /projects?obj_uuids=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001245 10.0.0.56 - - [2025-09-18 02:49:05] "POST /neutron/port HTTP/1.1" 200 1192 0.327322 10.0.0.41 - - [2025-09-18 02:49:05] "GET /projects?obj_uuids=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000951 10.0.0.56 - - [2025-09-18 02:49:05] "GET /project/c9b6a646-8a3e-4012-9698-1936fdb29b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.074393 10.0.0.56 - - [2025-09-18 02:49:05] "POST /neutron/network HTTP/1.1" 200 1113 0.034345 10.0.0.56 - - [2025-09-18 02:49:05] "POST /neutron/port HTTP/1.1" 200 1220 0.018614 10.0.0.56 - - [2025-09-18 02:49:05] "POST /neutron/security_group HTTP/1.1" 200 1455 0.006917 10.0.0.56 - - [2025-09-18 02:49:05] "POST /neutron/port HTTP/1.1" 200 117 0.007320 10.0.0.56 - - [2025-09-18 02:49:05] "POST /neutron/port HTTP/1.1" 200 1220 0.014490 10.0.0.41 - - [2025-09-18 02:49:06] "GET /projects?obj_uuids=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001215 10.0.0.56 - - [2025-09-18 02:49:06] "POST /neutron/security_group HTTP/1.1" 200 3456 0.053492 10.0.0.56 - - [2025-09-18 02:49:06] "POST /neutron/port HTTP/1.1" 200 1192 0.017956 10.0.0.56 - - [2025-09-18 02:49:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003928 10.0.0.56 - - [2025-09-18 02:49:07] "POST /neutron/port HTTP/1.1" 200 117 0.001161 10.0.0.56 - - [2025-09-18 02:49:11] "POST /neutron/port HTTP/1.1" 200 1220 0.015453 10.0.0.56 - - [2025-09-18 02:49:11] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007229 10.0.0.56 - - [2025-09-18 02:49:11] "POST /neutron/port HTTP/1.1" 200 1220 0.015343 10.0.0.56 - - [2025-09-18 02:49:11] "GET /virtual-machine/ad4391a9-c6b4-405b-842a-4d7c6d675f4c HTTP/1.1" 401 292 0.000380 10.0.0.56 - - [2025-09-18 02:49:11] "GET /virtual-machine/ad4391a9-c6b4-405b-842a-4d7c6d675f4c HTTP/1.1" 200 1317 0.029802 10.0.0.56 - - [2025-09-18 02:49:11] "GET /virtual-machine/ad4391a9-c6b4-405b-842a-4d7c6d675f4c HTTP/1.1" 200 1317 0.003324 10.0.0.56 - - [2025-09-18 02:49:11] "GET /virtual-machine-interface/b7e2d01b-f30d-49ed-9efc-1d07d1930c8b HTTP/1.1" 200 3417 0.005503 10.0.0.56 - - [2025-09-18 02:49:11] "GET /virtual-machine/ad4391a9-c6b4-405b-842a-4d7c6d675f4c HTTP/1.1" 200 1317 0.004310 10.0.0.56 - - [2025-09-18 02:49:11] "GET /virtual-machine-interface/b7e2d01b-f30d-49ed-9efc-1d07d1930c8b HTTP/1.1" 200 3417 0.005028 10.0.0.56 - - [2025-09-18 02:49:11] "GET /instance-ip/082a9674-8d26-4b50-8e28-cae3bdd54008 HTTP/1.1" 200 1715 0.005891 10.0.0.56 - - [2025-09-18 02:49:11] "GET /instance-ip/48f5bcbc-85d2-4073-b0b5-f67b7ef1db12 HTTP/1.1" 200 1734 0.004767 10.0.0.56 - - [2025-09-18 02:49:11] "GET /virtual-machine/ad4391a9-c6b4-405b-842a-4d7c6d675f4c HTTP/1.1" 200 1317 0.003329 10.0.0.56 - - [2025-09-18 02:49:11] "GET /virtual-machine-interface/b7e2d01b-f30d-49ed-9efc-1d07d1930c8b HTTP/1.1" 200 3417 0.004479 10.0.0.56 - - [2025-09-18 02:49:11] "GET /instance-ip/082a9674-8d26-4b50-8e28-cae3bdd54008 HTTP/1.1" 200 1715 0.004080 10.0.0.56 - - [2025-09-18 02:49:11] "GET /instance-ip/48f5bcbc-85d2-4073-b0b5-f67b7ef1db12 HTTP/1.1" 200 1734 0.004324 10.0.0.56 - - [2025-09-18 02:49:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.56 - - [2025-09-18 02:49:11] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003954 10.0.0.56 - - [2025-09-18 02:49:11] "GET /virtual-networks?parent_id=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002931 10.0.0.56 - - [2025-09-18 02:49:11] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005555 10.0.0.56 - - [2025-09-18 02:49:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.56 - - [2025-09-18 02:49:11] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004946 10.0.0.56 - - [2025-09-18 02:49:11] "GET /virtual-networks?parent_id=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003809 10.0.0.56 - - [2025-09-18 02:49:12] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006044 10.0.0.56 - - [2025-09-18 02:49:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.56 - - [2025-09-18 02:49:12] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004030 10.0.0.56 - - [2025-09-18 02:49:12] "GET /virtual-networks?parent_id=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003458 10.0.0.56 - - [2025-09-18 02:49:12] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007033 10.0.0.56 - - [2025-09-18 02:49:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.56 - - [2025-09-18 02:49:12] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004102 10.0.0.56 - - [2025-09-18 02:49:12] "GET /virtual-networks?parent_id=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003116 10.0.0.56 - - [2025-09-18 02:49:12] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005802 10.0.0.56 - - [2025-09-18 02:49:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.56 - - [2025-09-18 02:49:12] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004386 10.0.0.56 - - [2025-09-18 02:49:12] "GET /virtual-networks?parent_id=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003366 10.0.0.56 - - [2025-09-18 02:49:12] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006692 10.0.0.56 - - [2025-09-18 02:49:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.56 - - [2025-09-18 02:49:12] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003771 10.0.0.56 - - [2025-09-18 02:49:12] "GET /virtual-networks?parent_id=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002850 10.0.0.56 - - [2025-09-18 02:49:12] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007463 10.0.0.56 - - [2025-09-18 02:49:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.56 - - [2025-09-18 02:49:12] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004111 10.0.0.56 - - [2025-09-18 02:49:12] "GET /virtual-networks?parent_id=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003160 10.0.0.56 - - [2025-09-18 02:49:12] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005549 10.0.0.56 - - [2025-09-18 02:49:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004964 10.0.0.56 - - [2025-09-18 02:49:15] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005977 10.0.0.56 - - [2025-09-18 02:49:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.56 - - [2025-09-18 02:49:19] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.008571 10.0.0.56 - - [2025-09-18 02:49:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004500 10.0.0.56 - - [2025-09-18 02:49:23] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.004961 10.0.0.56 - - [2025-09-18 02:49:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.56 - - [2025-09-18 02:49:28] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005349 10.0.0.56 - - [2025-09-18 02:49:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.56 - - [2025-09-18 02:49:32] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006408 10.0.0.56 - - [2025-09-18 02:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.56 - - [2025-09-18 02:49:36] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005323 10.0.0.56 - - [2025-09-18 02:49:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.56 - - [2025-09-18 02:49:40] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005573 10.0.0.56 - - [2025-09-18 02:49:43] "GET /obj-perms HTTP/1.1" 200 5056 0.062888 10.0.0.56 - - [2025-09-18 02:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.56 - - [2025-09-18 02:49:44] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003522 10.0.0.56 - - [2025-09-18 02:49:44] "GET /virtual-networks?parent_id=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002828 10.0.0.56 - - [2025-09-18 02:49:44] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006016 10.0.0.56 - - [2025-09-18 02:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.56 - - [2025-09-18 02:49:44] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004635 10.0.0.56 - - [2025-09-18 02:49:44] "GET /virtual-networks?parent_id=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003210 10.0.0.56 - - [2025-09-18 02:49:44] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005468 10.0.0.56 - - [2025-09-18 02:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002699 10.0.0.56 - - [2025-09-18 02:49:44] "GET /routing-instance/ab6a55ce-034d-44b1-96f5-461d2453af90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.005700 10.0.0.56 - - [2025-09-18 02:49:44] "GET /route-target/e5329810-c33c-4f51-b206-db3c56891e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003737 10.0.0.56 - - [2025-09-18 02:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.56 - - [2025-09-18 02:49:44] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003942 10.0.0.56 - - [2025-09-18 02:49:44] "GET /virtual-networks?parent_id=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002775 10.0.0.56 - - [2025-09-18 02:49:44] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005541 10.0.0.56 - - [2025-09-18 02:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.56 - - [2025-09-18 02:49:44] "GET /routing-instance/ab6a55ce-034d-44b1-96f5-461d2453af90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004400 10.0.0.56 - - [2025-09-18 02:49:44] "GET /route-target/e5329810-c33c-4f51-b206-db3c56891e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003581 10.0.0.56 - - [2025-09-18 02:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.56 - - [2025-09-18 02:49:45] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004127 10.0.0.56 - - [2025-09-18 02:49:45] "GET /virtual-networks?parent_id=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002882 10.0.0.56 - - [2025-09-18 02:49:45] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006729 10.0.0.56 - - [2025-09-18 02:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.56 - - [2025-09-18 02:49:45] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003753 10.0.0.56 - - [2025-09-18 02:49:45] "GET /virtual-networks?parent_id=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002728 10.0.0.56 - - [2025-09-18 02:49:45] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005569 10.0.0.41 - - [2025-09-18 02:49:45] "GET /obj-perms HTTP/1.1" 200 5080 0.045968 10.0.0.56 - - [2025-09-18 02:49:45] "GET /obj-perms HTTP/1.1" 200 5080 0.052585 10.0.0.41 - - [2025-09-18 02:49:45] "GET /obj-perms HTTP/1.1" 200 5080 0.003995 10.0.0.56 - - [2025-09-18 02:49:45] "GET /obj-perms HTTP/1.1" 200 5080 0.003278 10.0.0.22 - - [2025-09-18 02:49:45] "GET /obj-perms HTTP/1.1" 200 5080 0.051950 10.0.0.56 - - [2025-09-18 02:49:45] "GET /virtual-machine/ad4391a9-c6b4-405b-842a-4d7c6d675f4c HTTP/1.1" 200 1317 0.003890 10.0.0.56 - - [2025-09-18 02:49:45] "GET /virtual-machine-interface/b7e2d01b-f30d-49ed-9efc-1d07d1930c8b HTTP/1.1" 200 3417 0.005004 10.0.0.56 - - [2025-09-18 02:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.56 - - [2025-09-18 02:49:45] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003370 10.0.0.56 - - [2025-09-18 02:49:45] "GET /virtual-networks?parent_id=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002863 10.0.0.56 - - [2025-09-18 02:49:45] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005937 10.0.0.56 - - [2025-09-18 02:49:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.56 - - [2025-09-18 02:49:46] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003236 10.0.0.56 - - [2025-09-18 02:49:46] "GET /virtual-networks?parent_id=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002972 10.0.0.56 - - [2025-09-18 02:49:47] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006205 10.0.0.56 - - [2025-09-18 02:49:47] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007854 10.0.0.56 - - [2025-09-18 02:49:53] "POST /neutron/port HTTP/1.1" 200 1220 0.018578 10.0.0.56 - - [2025-09-18 02:49:54] "POST /neutron/port HTTP/1.1" 200 1220 0.039661 10.0.0.56 - - [2025-09-18 02:49:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003683 10.0.0.56 - - [2025-09-18 02:49:54] "POST /neutron/port HTTP/1.1" 200 117 0.001038 10.0.0.56 - - [2025-09-18 02:49:54] "POST /neutron/port HTTP/1.1" 200 1220 0.016521 10.0.0.56 - - [2025-09-18 02:49:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004670 10.0.0.56 - - [2025-09-18 02:49:54] "POST /neutron/port HTTP/1.1" 200 117 0.001172 10.0.0.56 - - [2025-09-18 02:49:57] "POST /neutron/security_group HTTP/1.1" 200 1455 0.006617 10.0.0.56 - - [2025-09-18 02:50:06] "POST /neutron/port HTTP/1.1" 200 1220 0.017297 10.0.0.56 - - [2025-09-18 02:50:07] "POST /neutron/security_group HTTP/1.1" 200 1455 0.006743 10.0.0.56 - - [2025-09-18 02:50:08] "POST /neutron/port HTTP/1.1" 200 1220 0.013890 10.0.0.56 - - [2025-09-18 02:50:08] "POST /neutron/security_group HTTP/1.1" 200 1455 0.006693 10.0.0.56 - - [2025-09-18 02:50:08] "GET /virtual-machine/2af9681f-abb4-4e33-96b8-c7794f5109b8 HTTP/1.1" 200 1317 0.005808 10.0.0.56 - - [2025-09-18 02:50:08] "GET /virtual-machine/2af9681f-abb4-4e33-96b8-c7794f5109b8 HTTP/1.1" 200 1317 0.003806 10.0.0.56 - - [2025-09-18 02:50:08] "GET /virtual-machine-interface/7194c7c8-ff1c-490c-8c32-99f1eae94214 HTTP/1.1" 200 3416 0.004953 10.0.0.56 - - [2025-09-18 02:50:08] "GET /virtual-machine/2af9681f-abb4-4e33-96b8-c7794f5109b8 HTTP/1.1" 200 1317 0.003511 10.0.0.56 - - [2025-09-18 02:50:08] "GET /virtual-machine-interface/7194c7c8-ff1c-490c-8c32-99f1eae94214 HTTP/1.1" 200 3416 0.005259 10.0.0.56 - - [2025-09-18 02:50:08] "GET /instance-ip/144e305c-8b5f-4e80-a94f-97e8e4c87f49 HTTP/1.1" 200 1734 0.005993 10.0.0.56 - - [2025-09-18 02:50:08] "GET /instance-ip/7cb87810-3a5a-4f20-8ebb-1b49fa018864 HTTP/1.1" 200 1716 0.005576 10.0.0.56 - - [2025-09-18 02:50:08] "GET /virtual-machine/2af9681f-abb4-4e33-96b8-c7794f5109b8 HTTP/1.1" 200 1317 0.003658 10.0.0.56 - - [2025-09-18 02:50:08] "GET /virtual-machine-interface/7194c7c8-ff1c-490c-8c32-99f1eae94214 HTTP/1.1" 200 3416 0.008339 10.0.0.56 - - [2025-09-18 02:50:08] "GET /instance-ip/144e305c-8b5f-4e80-a94f-97e8e4c87f49 HTTP/1.1" 200 1734 0.004405 10.0.0.56 - - [2025-09-18 02:50:08] "GET /instance-ip/7cb87810-3a5a-4f20-8ebb-1b49fa018864 HTTP/1.1" 200 1716 0.003862 10.0.0.56 - - [2025-09-18 02:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.56 - - [2025-09-18 02:50:08] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003519 10.0.0.56 - - [2025-09-18 02:50:08] "GET /virtual-networks?parent_id=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003278 10.0.0.56 - - [2025-09-18 02:50:08] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006069 10.0.0.56 - - [2025-09-18 02:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.56 - - [2025-09-18 02:50:08] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004018 10.0.0.56 - - [2025-09-18 02:50:08] "GET /virtual-networks?parent_id=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002689 10.0.0.56 - - [2025-09-18 02:50:08] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005807 10.0.0.56 - - [2025-09-18 02:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.56 - - [2025-09-18 02:50:08] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004102 10.0.0.56 - - [2025-09-18 02:50:08] "GET /virtual-networks?parent_id=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003030 10.0.0.56 - - [2025-09-18 02:50:08] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006195 10.0.0.56 - - [2025-09-18 02:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.56 - - [2025-09-18 02:50:08] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004451 10.0.0.56 - - [2025-09-18 02:50:08] "GET /virtual-networks?parent_id=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004024 10.0.0.56 - - [2025-09-18 02:50:08] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005413 10.0.0.56 - - [2025-09-18 02:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.56 - - [2025-09-18 02:50:08] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003497 10.0.0.56 - - [2025-09-18 02:50:08] "GET /virtual-networks?parent_id=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002726 10.0.0.56 - - [2025-09-18 02:50:08] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005483 10.0.0.56 - - [2025-09-18 02:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.56 - - [2025-09-18 02:50:08] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003581 10.0.0.56 - - [2025-09-18 02:50:08] "GET /virtual-networks?parent_id=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002871 10.0.0.56 - - [2025-09-18 02:50:09] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005543 10.0.0.56 - - [2025-09-18 02:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.56 - - [2025-09-18 02:50:09] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005767 10.0.0.56 - - [2025-09-18 02:50:09] "GET /virtual-networks?parent_id=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003039 10.0.0.56 - - [2025-09-18 02:50:09] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005616 10.0.0.56 - - [2025-09-18 02:50:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.56 - - [2025-09-18 02:50:10] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003619 10.0.0.56 - - [2025-09-18 02:50:10] "GET /virtual-networks?parent_id=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002571 10.0.0.56 - - [2025-09-18 02:50:10] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006157 10.0.0.56 - - [2025-09-18 02:50:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.56 - - [2025-09-18 02:50:10] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004271 10.0.0.56 - - [2025-09-18 02:50:10] "GET /virtual-networks?parent_id=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003848 10.0.0.56 - - [2025-09-18 02:50:10] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005674 10.0.0.56 - - [2025-09-18 02:50:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.56 - - [2025-09-18 02:50:10] "GET /routing-instance/ab6a55ce-034d-44b1-96f5-461d2453af90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004368 10.0.0.56 - - [2025-09-18 02:50:10] "GET /route-target/e5329810-c33c-4f51-b206-db3c56891e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003669 10.0.0.56 - - [2025-09-18 02:50:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.56 - - [2025-09-18 02:50:10] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004055 10.0.0.56 - - [2025-09-18 02:50:10] "GET /virtual-networks?parent_id=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002980 10.0.0.56 - - [2025-09-18 02:50:10] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005650 10.0.0.56 - - [2025-09-18 02:50:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.56 - - [2025-09-18 02:50:10] "GET /routing-instance/ab6a55ce-034d-44b1-96f5-461d2453af90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004253 10.0.0.56 - - [2025-09-18 02:50:10] "GET /route-target/e5329810-c33c-4f51-b206-db3c56891e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003791 10.0.0.56 - - [2025-09-18 02:50:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.56 - - [2025-09-18 02:50:10] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004580 10.0.0.56 - - [2025-09-18 02:50:10] "GET /virtual-networks?parent_id=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002757 10.0.0.56 - - [2025-09-18 02:50:10] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005711 10.0.0.56 - - [2025-09-18 02:50:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.56 - - [2025-09-18 02:50:10] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004057 10.0.0.56 - - [2025-09-18 02:50:10] "GET /virtual-networks?parent_id=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003944 10.0.0.56 - - [2025-09-18 02:50:11] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005674 10.0.0.41 - - [2025-09-18 02:50:11] "GET /obj-perms HTTP/1.1" 200 5080 0.003155 10.0.0.56 - - [2025-09-18 02:50:11] "GET /obj-perms HTTP/1.1" 200 5080 0.003565 10.0.0.56 - - [2025-09-18 02:50:11] "GET /obj-perms HTTP/1.1" 200 5080 0.003596 10.0.0.41 - - [2025-09-18 02:50:11] "GET /obj-perms HTTP/1.1" 200 5080 0.003425 10.0.0.56 - - [2025-09-18 02:50:11] "GET /virtual-machine/2af9681f-abb4-4e33-96b8-c7794f5109b8 HTTP/1.1" 200 1317 0.004508 10.0.0.56 - - [2025-09-18 02:50:11] "GET /virtual-machine-interface/7194c7c8-ff1c-490c-8c32-99f1eae94214 HTTP/1.1" 200 3416 0.006936 10.0.0.56 - - [2025-09-18 02:50:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.56 - - [2025-09-18 02:50:11] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004076 10.0.0.56 - - [2025-09-18 02:50:11] "GET /virtual-networks?parent_id=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003334 10.0.0.56 - - [2025-09-18 02:50:11] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005553 10.0.0.56 - - [2025-09-18 02:50:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.56 - - [2025-09-18 02:50:12] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003435 10.0.0.56 - - [2025-09-18 02:50:12] "GET /virtual-networks?parent_id=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002503 10.0.0.56 - - [2025-09-18 02:50:12] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005879 10.0.0.56 - - [2025-09-18 02:50:17] "GET /virtual-machine/ad4391a9-c6b4-405b-842a-4d7c6d675f4c HTTP/1.1" 200 1317 0.004349 10.0.0.56 - - [2025-09-18 02:50:17] "GET /virtual-machine-interface/b7e2d01b-f30d-49ed-9efc-1d07d1930c8b HTTP/1.1" 200 3417 0.005098 10.0.0.56 - - [2025-09-18 02:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.56 - - [2025-09-18 02:50:17] "GET /security-group/475de32d-479a-421d-9e50-1f8777853cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.003707 10.0.0.56 - - [2025-09-18 02:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.56 - - [2025-09-18 02:50:17] "GET /security-group/475de32d-479a-421d-9e50-1f8777853cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.004470 10.0.0.56 - - [2025-09-18 02:50:17] "POST /neutron/security_group HTTP/1.1" 200 1481 0.003916 10.0.0.56 - - [2025-09-18 02:50:18] "POST /neutron/port HTTP/1.1" 200 1246 0.013133 10.0.0.56 - - [2025-09-18 02:50:18] "GET /virtual-machine/ad4391a9-c6b4-405b-842a-4d7c6d675f4c HTTP/1.1" 200 1317 0.003540 10.0.0.56 - - [2025-09-18 02:50:18] "GET /virtual-machine-interface/b7e2d01b-f30d-49ed-9efc-1d07d1930c8b HTTP/1.1" 200 3361 0.007675 10.0.0.56 - - [2025-09-18 02:50:18] "POST /neutron/security_group HTTP/1.1" 200 1455 0.006879 10.0.0.56 - - [2025-09-18 02:50:18] "POST /neutron/port HTTP/1.1" 200 1208 0.013795 10.0.0.56 - - [2025-09-18 02:50:18] "GET /virtual-machine/ad4391a9-c6b4-405b-842a-4d7c6d675f4c HTTP/1.1" 200 1317 0.004000 10.0.0.56 - - [2025-09-18 02:50:18] "GET /virtual-machine-interface/b7e2d01b-f30d-49ed-9efc-1d07d1930c8b HTTP/1.1" 200 3417 0.007474 10.0.0.56 - - [2025-09-18 02:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.56 - - [2025-09-18 02:50:18] "GET /security-group/475de32d-479a-421d-9e50-1f8777853cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.004344 10.0.0.56 - - [2025-09-18 02:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.56 - - [2025-09-18 02:50:18] "GET /security-group/475de32d-479a-421d-9e50-1f8777853cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.004143 10.0.0.56 - - [2025-09-18 02:50:18] "POST /neutron/security_group HTTP/1.1" 200 1481 0.004057 10.0.0.41 - - [2025-09-18 02:50:43] "GET /obj-perms HTTP/1.1" 200 5056 0.047853 10.0.0.56 - - [2025-09-18 02:50:44] "GET /obj-perms HTTP/1.1" 200 5056 0.057182 10.0.0.56 - - [2025-09-18 02:50:55] "POST /neutron/port HTTP/1.1" 200 1220 0.015379 10.0.0.56 - - [2025-09-18 02:50:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003763 10.0.0.56 - - [2025-09-18 02:50:55] "POST /neutron/port HTTP/1.1" 200 117 0.001118 10.0.0.56 - - [2025-09-18 02:50:56] "POST /neutron/port HTTP/1.1" 200 1220 0.018375 10.0.0.56 - - [2025-09-18 02:50:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004731 10.0.0.56 - - [2025-09-18 02:50:56] "POST /neutron/port HTTP/1.1" 200 117 0.001560 10.0.0.56 - - [2025-09-18 02:51:32] "POST /neutron/security_group_rule HTTP/1.1" 200 563 0.007689 10.0.0.41 - - [2025-09-18 02:51:32] "PUT /access-control-list/e234fd67-60f5-4800-a4b9-0a9f0a9f905b HTTP/1.1" 200 272 0.053158 10.0.0.56 - - [2025-09-18 02:51:32] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.163405 10.0.0.56 - - [2025-09-18 02:51:35] "POST /neutron/security_group HTTP/1.1" 200 1453 0.009499 10.0.0.56 - - [2025-09-18 02:51:35] "POST /neutron/port HTTP/1.1" 200 1246 0.015299 10.0.0.56 - - [2025-09-18 02:51:36] "GET /virtual-machine/2af9681f-abb4-4e33-96b8-c7794f5109b8 HTTP/1.1" 200 1317 0.004894 10.0.0.56 - - [2025-09-18 02:51:36] "POST /neutron/port HTTP/1.1" 200 1208 0.015240 10.0.0.56 - - [2025-09-18 02:51:38] "GET /virtual-machine/2af9681f-abb4-4e33-96b8-c7794f5109b8 HTTP/1.1" 404 171 0.002886 10.0.0.56 - - [2025-09-18 02:51:38] "GET /virtual-machine/2af9681f-abb4-4e33-96b8-c7794f5109b8 HTTP/1.1" 404 171 0.002972 10.0.0.56 - - [2025-09-18 02:51:38] "GET /virtual-machine/2af9681f-abb4-4e33-96b8-c7794f5109b8 HTTP/1.1" 404 171 0.002635 10.0.0.56 - - [2025-09-18 02:51:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.56 - - [2025-09-18 02:51:38] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004384 10.0.0.56 - - [2025-09-18 02:51:38] "GET /virtual-networks?parent_id=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002993 10.0.0.56 - - [2025-09-18 02:51:38] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006302 10.0.0.56 - - [2025-09-18 02:51:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.56 - - [2025-09-18 02:51:38] "GET /routing-instance/ab6a55ce-034d-44b1-96f5-461d2453af90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004859 10.0.0.56 - - [2025-09-18 02:51:38] "GET /route-target/e5329810-c33c-4f51-b206-db3c56891e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004413 10.0.0.56 - - [2025-09-18 02:51:44] "GET /obj-perms HTTP/1.1" 200 5080 0.004117 10.0.0.41 - - [2025-09-18 02:51:44] "GET /obj-perms HTTP/1.1" 200 5080 0.003956 10.0.0.41 - - [2025-09-18 02:51:50] "GET /obj-perms HTTP/1.1" 200 5080 0.003872 10.0.0.56 - - [2025-09-18 02:51:54] "GET /obj-perms HTTP/1.1" 200 5080 0.003721 10.0.0.56 - - [2025-09-18 02:51:56] "POST /neutron/port HTTP/1.1" 200 1220 0.014173 10.0.0.56 - - [2025-09-18 02:51:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003429 10.0.0.56 - - [2025-09-18 02:51:56] "POST /neutron/port HTTP/1.1" 200 117 0.001057 10.0.0.56 - - [2025-09-18 02:51:57] "GET /obj-perms HTTP/1.1" 200 5080 0.004081 10.0.0.22 - - [2025-09-18 02:51:57] "GET /obj-perms HTTP/1.1" 200 5080 0.004244 10.0.0.41 - - [2025-09-18 02:51:57] "GET /obj-perms HTTP/1.1" 200 5080 0.002984 10.0.0.56 - - [2025-09-18 02:51:57] "POST /neutron/port HTTP/1.1" 200 1220 0.014786 10.0.0.56 - - [2025-09-18 02:51:57] "POST /neutron/port HTTP/1.1" 200 1208 0.079940 10.0.0.56 - - [2025-09-18 02:51:57] "GET /virtual-machine/ad4391a9-c6b4-405b-842a-4d7c6d675f4c HTTP/1.1" 200 1317 0.004279 10.0.0.56 - - [2025-09-18 02:51:58] "POST /neutron/port HTTP/1.1" 200 151 0.231390 10.0.0.22 - - [2025-09-18 02:51:58] "GET /global-system-configs HTTP/1.1" 200 322 0.031209 10.0.0.41 - - [2025-09-18 02:51:59] "GET /global-system-configs HTTP/1.1" 200 322 0.072921 10.0.0.56 - - [2025-09-18 02:51:59] "GET /virtual-machine/ad4391a9-c6b4-405b-842a-4d7c6d675f4c HTTP/1.1" 404 171 0.003183 10.0.0.56 - - [2025-09-18 02:51:59] "GET /virtual-machine/ad4391a9-c6b4-405b-842a-4d7c6d675f4c HTTP/1.1" 404 171 0.002848 10.0.0.56 - - [2025-09-18 02:51:59] "GET /virtual-machine/ad4391a9-c6b4-405b-842a-4d7c6d675f4c HTTP/1.1" 404 171 0.002885 10.0.0.56 - - [2025-09-18 02:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004432 10.0.0.56 - - [2025-09-18 02:51:59] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004509 10.0.0.56 - - [2025-09-18 02:51:59] "GET /virtual-networks?parent_id=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004569 10.0.0.56 - - [2025-09-18 02:51:59] "GET /virtual-network/88c02938-3b0f-407a-8690-bfb709dfba12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005726 10.0.0.56 - - [2025-09-18 02:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.56 - - [2025-09-18 02:51:59] "GET /routing-instance/ab6a55ce-034d-44b1-96f5-461d2453af90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004452 10.0.0.56 - - [2025-09-18 02:51:59] "GET /route-target/e5329810-c33c-4f51-b206-db3c56891e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003217 10.0.0.41 - - [2025-09-18 02:51:59] "GET /global-system-configs HTTP/1.1" 200 322 0.090231 10.0.0.22 - - [2025-09-18 02:52:00] "GET /global-system-configs HTTP/1.1" 200 322 0.166111 10.0.0.41 - - [2025-09-18 02:52:00] "GET /obj-perms HTTP/1.1" 200 5056 0.307700 10.0.0.56 - - [2025-09-18 02:52:00] "GET /obj-perms HTTP/1.1" 200 5056 0.339133 10.0.0.22 - - [2025-09-18 02:52:00] "GET /obj-perms HTTP/1.1" 200 5056 0.359426 10.0.0.56 - - [2025-09-18 02:52:01] "GET /global-system-configs HTTP/1.1" 200 322 0.115475 10.0.0.56 - - [2025-09-18 02:52:01] "GET /obj-perms HTTP/1.1" 200 5056 0.195143 10.0.0.41 - - [2025-09-18 02:52:01] "GET /obj-perms HTTP/1.1" 200 5056 0.216732 10.0.0.56 - - [2025-09-18 02:52:02] "GET /global-system-configs HTTP/1.1" 200 322 0.048493 10.0.0.22 - - [2025-09-18 02:52:02] "GET /obj-perms HTTP/1.1" 200 5056 0.173438 10.0.0.56 - - [2025-09-18 02:52:06] "GET /obj-perms HTTP/1.1" 200 5080 0.004878 10.0.0.41 - - [2025-09-18 02:52:06] "GET /obj-perms HTTP/1.1" 200 5080 0.004436 10.0.0.56 - - [2025-09-18 02:52:15] "GET /obj-perms HTTP/1.1" 200 5080 0.003994 10.0.0.41 - - [2025-09-18 02:52:15] "GET /obj-perms HTTP/1.1" 200 5080 0.004303 10.0.0.56 - - [2025-09-18 02:52:24] "GET /obj-perms HTTP/1.1" 200 5080 0.004626 10.0.0.41 - - [2025-09-18 02:52:24] "GET /obj-perms HTTP/1.1" 200 5080 0.003851 10.0.0.41 - - [2025-09-18 02:52:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.56 - - [2025-09-18 02:52:25] "POST /neutron/security_group HTTP/1.1" 200 1479 0.004077 10.0.0.56 - - [2025-09-18 02:52:25] "POST /fqname-to-id HTTP/1.1" 404 249 0.004167 10.0.0.41 - - [2025-09-18 02:52:25] "DELETE /access-control-list/e234fd67-60f5-4800-a4b9-0a9f0a9f905b HTTP/1.1" 200 115 0.033571 10.0.0.41 - - [2025-09-18 02:52:26] "GET /projects?obj_uuids=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001299 10.0.0.56 - - [2025-09-18 02:52:26] "GET /project/c9b6a646-8a3e-4012-9698-1936fdb29b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.040362 10.0.0.41 - - [2025-09-18 02:52:26] "GET /projects?obj_uuids=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001632 10.0.0.56 - - [2025-09-18 02:52:26] "GET /project/c9b6a646-8a3e-4012-9698-1936fdb29b1a?fields=virtual_networks HTTP/1.1" 200 1082 0.033797 10.0.0.41 - - [2025-09-18 02:52:26] "GET /projects?obj_uuids=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000860 10.0.0.56 - - [2025-09-18 02:52:26] "GET /project/c9b6a646-8a3e-4012-9698-1936fdb29b1a?fields=virtual_machine_interfaces HTTP/1.1" 200 1082 0.034734 10.0.0.41 - - [2025-09-18 02:52:26] "GET /projects?obj_uuids=c9b6a646-8a3e-4012-9698-1936fdb29b1a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000851 10.0.0.56 - - [2025-09-18 02:52:26] "GET /project/c9b6a646-8a3e-4012-9698-1936fdb29b1a?fields=security_groups HTTP/1.1" 200 1333 0.042782 10.0.0.56 - - [2025-09-18 02:52:27] "POST /fqname-to-id HTTP/1.1" 404 218 0.029491 10.0.0.41 - - [2025-09-18 02:52:27] "GET /projects?obj_uuids=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002907 10.0.0.41 - - [2025-09-18 02:52:28] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001328 10.0.0.41 - - [2025-09-18 02:52:28] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007652 10.0.0.41 - - [2025-09-18 02:52:28] "POST /id-to-fqname HTTP/1.1" 200 221 0.004760 10.0.0.41 - - [2025-09-18 02:52:28] "POST /fqname-to-id HTTP/1.1" 404 232 0.004034 10.0.0.41 - - [2025-09-18 02:52:28] "POST /security-groups HTTP/1.1" 200 621 0.097743 10.0.0.41 - - [2025-09-18 02:52:28] "POST /projects HTTP/1.1" 200 645 0.325404 10.0.0.41 - - [2025-09-18 02:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.399496 10.0.0.41 - - [2025-09-18 02:52:28] "POST /fqname-to-id HTTP/1.1" 404 263 0.010910 10.0.0.56 - - [2025-09-18 02:52:28] "GET /project/da95a1bd-9a32-4ecc-a89e-4e52edaa8b53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.551079 10.0.0.56 - - [2025-09-18 02:52:29] "GET / HTTP/1.1" 200 35931 0.001495 10.0.0.56 - - [2025-09-18 02:52:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000428 10.0.0.56 - - [2025-09-18 02:52:32] "POST /fqname-to-id HTTP/1.1" 404 254 0.064654 10.0.0.56 - - [2025-09-18 02:52:32] "POST /security-groups HTTP/1.1" 200 595 0.033513 10.0.0.56 - - [2025-09-18 02:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002318 10.0.0.41 - - [2025-09-18 02:52:32] "POST /access-control-lists HTTP/1.1" 200 648 0.027743 10.0.0.56 - - [2025-09-18 02:52:32] "GET /security-group/79c302c0-f986-4b6d-8a73-e5743fb7fbc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1940 0.005512 10.0.0.56 - - [2025-09-18 02:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.017429 10.0.0.56 - - [2025-09-18 02:52:32] "GET /security-group/79c302c0-f986-4b6d-8a73-e5743fb7fbc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1940 0.004458 10.0.0.56 - - [2025-09-18 02:52:33] "DELETE /security-group/79c302c0-f986-4b6d-8a73-e5743fb7fbc5 HTTP/1.1" 200 115 0.052325 10.0.0.56 - - [2025-09-18 02:52:33] "POST /fqname-to-id HTTP/1.1" 404 254 0.003402 10.0.0.41 - - [2025-09-18 02:52:33] "DELETE /access-control-list/1a846394-c371-49fe-b79c-e35ef06c215b HTTP/1.1" 200 115 0.047936 10.0.0.56 - - [2025-09-18 02:52:33] "POST /fqname-to-id HTTP/1.1" 404 254 0.003276 10.0.0.56 - - [2025-09-18 02:52:33] "POST /security-groups HTTP/1.1" 200 595 0.036134 10.0.0.56 - - [2025-09-18 02:52:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.41 - - [2025-09-18 02:52:33] "POST /access-control-lists HTTP/1.1" 200 648 0.032663 10.0.0.56 - - [2025-09-18 02:52:33] "GET /security-group/8f834a08-cf19-48b0-936a-8f2b541d8c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.005613 10.0.0.56 - - [2025-09-18 02:52:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.56 - - [2025-09-18 02:52:33] "GET /security-group/8f834a08-cf19-48b0-936a-8f2b541d8c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.005197 10.0.0.56 - - [2025-09-18 02:52:33] "GET /security-group/8f834a08-cf19-48b0-936a-8f2b541d8c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.003917 10.0.0.56 - - [2025-09-18 02:52:33] "PUT /security-group/8f834a08-cf19-48b0-936a-8f2b541d8c59 HTTP/1.1" 200 262 0.017788 10.0.0.56 - - [2025-09-18 02:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.41 - - [2025-09-18 02:52:34] "GET /projects?obj_uuids=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001396 10.0.0.41 - - [2025-09-18 02:52:34] "PUT /access-control-list/eaaea05e-3826-4587-8eb9-ccef2c38706e HTTP/1.1" 200 272 0.010443 10.0.0.56 - - [2025-09-18 02:52:34] "GET /project/da95a1bd-9a32-4ecc-a89e-4e52edaa8b53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.053489 10.0.0.41 - - [2025-09-18 02:52:34] "GET /projects?obj_uuids=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000930 10.0.0.56 - - [2025-09-18 02:52:34] "POST /neutron/network HTTP/1.1" 200 735 0.142540 10.0.0.41 - - [2025-09-18 02:52:34] "POST /ref-update HTTP/1.1" 200 156 0.029282 10.0.0.56 - - [2025-09-18 02:52:34] "POST /id-to-fqname HTTP/1.1" 200 300 0.003408 10.0.0.56 - - [2025-09-18 02:52:34] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005104 10.0.0.56 - - [2025-09-18 02:52:34] "POST /neutron/network HTTP/1.1" 200 953 0.006957 10.0.0.56 - - [2025-09-18 02:52:34] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005128 10.0.0.56 - - [2025-09-18 02:52:34] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005276 10.0.0.56 - - [2025-09-18 02:52:35] "GET /obj-perms HTTP/1.1" 200 5090 0.053854 10.0.0.56 - - [2025-09-18 02:52:36] "POST /id-to-fqname HTTP/1.1" 200 300 0.001203 10.0.0.56 - - [2025-09-18 02:52:36] "POST /neutron/security_group HTTP/1.1" 200 1290 0.007680 10.0.0.41 - - [2025-09-18 02:52:37] "GET /projects?obj_uuids=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000955 10.0.0.56 - - [2025-09-18 02:52:37] "GET /project/da95a1bd-9a32-4ecc-a89e-4e52edaa8b53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.063132 10.0.0.56 - - [2025-09-18 02:52:37] "POST /neutron/port HTTP/1.1" 200 117 0.006011 10.0.0.56 - - [2025-09-18 02:52:37] "POST /id-to-fqname HTTP/1.1" 200 300 0.001214 10.0.0.56 - - [2025-09-18 02:52:37] "POST /neutron/security_group HTTP/1.1" 200 1290 0.007349 10.0.0.41 - - [2025-09-18 02:52:38] "GET /projects?obj_uuids=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001323 10.0.0.56 - - [2025-09-18 02:52:38] "POST /neutron/security_group HTTP/1.1" 200 3296 0.061520 10.0.0.56 - - [2025-09-18 02:52:38] "POST /neutron/port HTTP/1.1" 200 1089 0.013733 10.0.0.41 - - [2025-09-18 02:52:38] "GET /projects?obj_uuids=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000911 10.0.0.56 - - [2025-09-18 02:52:39] "GET /project/da95a1bd-9a32-4ecc-a89e-4e52edaa8b53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.078345 10.0.0.56 - - [2025-09-18 02:52:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008561 10.0.0.56 - - [2025-09-18 02:52:39] "POST /neutron/port HTTP/1.1" 200 117 0.001052 10.0.0.56 - - [2025-09-18 02:52:39] "POST /neutron/security_group HTTP/1.1" 200 1290 0.007461 10.0.0.56 - - [2025-09-18 02:52:39] "POST /neutron/security_group HTTP/1.1" 200 1290 0.006542 10.0.0.41 - - [2025-09-18 02:52:39] "GET /projects?obj_uuids=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000938 10.0.0.56 - - [2025-09-18 02:52:40] "POST /neutron/port HTTP/1.1" 200 1089 0.287230 10.0.0.56 - - [2025-09-18 02:52:40] "POST /neutron/port HTTP/1.1" 200 1143 0.112273 10.0.0.56 - - [2025-09-18 02:52:40] "POST /neutron/subnet HTTP/1.1" 200 694 0.008564 10.0.0.56 - - [2025-09-18 02:52:44] "POST /neutron/port HTTP/1.1" 200 1118 0.016454 10.0.0.56 - - [2025-09-18 02:52:44] "POST /neutron/security_group HTTP/1.1" 200 1290 0.006624 10.0.0.56 - - [2025-09-18 02:52:44] "POST /neutron/port HTTP/1.1" 200 1118 0.015680 10.0.0.56 - - [2025-09-18 02:52:44] "GET /virtual-machine/3be3c535-322b-4cc9-9eb2-68174ce46684 HTTP/1.1" 401 292 0.000537 10.0.0.56 - - [2025-09-18 02:52:45] "GET /virtual-machine/3be3c535-322b-4cc9-9eb2-68174ce46684 HTTP/1.1" 200 1322 0.383842 10.0.0.56 - - [2025-09-18 02:52:45] "GET /virtual-machine/3be3c535-322b-4cc9-9eb2-68174ce46684 HTTP/1.1" 200 1322 0.007954 10.0.0.56 - - [2025-09-18 02:52:45] "GET /virtual-machine-interface/226b6081-5461-464f-8c98-023e8def5c96 HTTP/1.1" 200 3262 0.005592 10.0.0.56 - - [2025-09-18 02:52:45] "GET /virtual-machine/3be3c535-322b-4cc9-9eb2-68174ce46684 HTTP/1.1" 200 1322 0.004514 10.0.0.56 - - [2025-09-18 02:52:45] "GET /virtual-machine-interface/226b6081-5461-464f-8c98-023e8def5c96 HTTP/1.1" 200 3262 0.006984 10.0.0.56 - - [2025-09-18 02:52:45] "GET /instance-ip/4f4612bf-875e-415d-b8a6-f701dbb10544 HTTP/1.1" 200 1729 0.006218 10.0.0.56 - - [2025-09-18 02:52:45] "GET /virtual-machine/3be3c535-322b-4cc9-9eb2-68174ce46684 HTTP/1.1" 200 1322 0.003857 10.0.0.56 - - [2025-09-18 02:52:45] "GET /virtual-machine-interface/226b6081-5461-464f-8c98-023e8def5c96 HTTP/1.1" 200 3262 0.007095 10.0.0.56 - - [2025-09-18 02:52:45] "GET /instance-ip/4f4612bf-875e-415d-b8a6-f701dbb10544 HTTP/1.1" 200 1729 0.005182 10.0.0.56 - - [2025-09-18 02:52:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.56 - - [2025-09-18 02:52:45] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004333 10.0.0.56 - - [2025-09-18 02:52:45] "GET /virtual-networks?parent_id=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003260 10.0.0.56 - - [2025-09-18 02:52:45] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007348 10.0.0.56 - - [2025-09-18 02:52:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.56 - - [2025-09-18 02:52:45] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005064 10.0.0.56 - - [2025-09-18 02:52:45] "GET /virtual-networks?parent_id=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003853 10.0.0.56 - - [2025-09-18 02:52:45] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007180 10.0.0.56 - - [2025-09-18 02:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.56 - - [2025-09-18 02:52:46] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005075 10.0.0.56 - - [2025-09-18 02:52:46] "GET /virtual-networks?parent_id=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003530 10.0.0.22 - - [2025-09-18 02:52:46] "GET /obj-perms HTTP/1.1" 200 5056 0.046641 10.0.0.56 - - [2025-09-18 02:52:46] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.008421 10.0.0.56 - - [2025-09-18 02:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.56 - - [2025-09-18 02:52:46] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003773 10.0.0.56 - - [2025-09-18 02:52:46] "GET /virtual-networks?parent_id=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003047 10.0.0.56 - - [2025-09-18 02:52:46] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006066 10.0.0.56 - - [2025-09-18 02:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.56 - - [2025-09-18 02:52:46] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003966 10.0.0.56 - - [2025-09-18 02:52:46] "GET /virtual-networks?parent_id=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003178 10.0.0.56 - - [2025-09-18 02:52:46] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005287 10.0.0.56 - - [2025-09-18 02:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.56 - - [2025-09-18 02:52:46] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004664 10.0.0.56 - - [2025-09-18 02:52:46] "GET /virtual-networks?parent_id=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003401 10.0.0.56 - - [2025-09-18 02:52:46] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005647 10.0.0.56 - - [2025-09-18 02:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.56 - - [2025-09-18 02:52:46] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003927 10.0.0.56 - - [2025-09-18 02:52:46] "GET /virtual-networks?parent_id=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003266 10.0.0.56 - - [2025-09-18 02:52:46] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006029 10.0.0.56 - - [2025-09-18 02:52:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.56 - - [2025-09-18 02:52:49] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006632 10.0.0.56 - - [2025-09-18 02:52:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.56 - - [2025-09-18 02:52:53] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005491 10.0.0.56 - - [2025-09-18 02:52:56] "POST /neutron/port HTTP/1.1" 200 1118 0.014578 10.0.0.56 - - [2025-09-18 02:52:56] "POST /neutron/subnet HTTP/1.1" 200 694 0.008517 10.0.0.56 - - [2025-09-18 02:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.56 - - [2025-09-18 02:52:57] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005100 10.0.0.56 - - [2025-09-18 02:52:58] "POST /neutron/port HTTP/1.1" 200 1118 0.043770 10.0.0.56 - - [2025-09-18 02:52:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003845 10.0.0.56 - - [2025-09-18 02:52:58] "POST /neutron/network HTTP/1.1" 200 953 0.005959 10.0.0.41 - - [2025-09-18 02:53:01] "DELETE /project/c9b6a646-8a3e-4012-9698-1936fdb29b1a HTTP/1.1" 404 177 0.002887 10.0.0.41 - - [2025-09-18 02:53:01] "DELETE /project/da95a1bd9a324ecca89e4e52edaa8b53 HTTP/1.1" 404 173 0.005612 10.0.0.56 - - [2025-09-18 02:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.56 - - [2025-09-18 02:53:02] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005609 10.0.0.56 - - [2025-09-18 02:53:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.56 - - [2025-09-18 02:53:06] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005247 10.0.0.56 - - [2025-09-18 02:53:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.56 - - [2025-09-18 02:53:10] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005073 10.0.0.56 - - [2025-09-18 02:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.56 - - [2025-09-18 02:53:14] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005300 10.0.0.56 - - [2025-09-18 02:53:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.56 - - [2025-09-18 02:53:18] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003585 10.0.0.56 - - [2025-09-18 02:53:18] "GET /virtual-networks?parent_id=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003327 10.0.0.56 - - [2025-09-18 02:53:18] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005538 10.0.0.56 - - [2025-09-18 02:53:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.56 - - [2025-09-18 02:53:18] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003740 10.0.0.56 - - [2025-09-18 02:53:18] "GET /virtual-networks?parent_id=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002745 10.0.0.56 - - [2025-09-18 02:53:18] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005973 10.0.0.56 - - [2025-09-18 02:53:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.56 - - [2025-09-18 02:53:18] "GET /routing-instance/92e91e67-47aa-4dac-b3d0-0912cf6930a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005130 10.0.0.56 - - [2025-09-18 02:53:18] "GET /route-target/9cc1ae4a-d928-481a-9435-53d4aaacbe4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004070 10.0.0.56 - - [2025-09-18 02:53:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.56 - - [2025-09-18 02:53:19] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003400 10.0.0.56 - - [2025-09-18 02:53:19] "GET /virtual-networks?parent_id=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002958 10.0.0.56 - - [2025-09-18 02:53:19] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006066 10.0.0.56 - - [2025-09-18 02:53:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.56 - - [2025-09-18 02:53:19] "GET /routing-instance/92e91e67-47aa-4dac-b3d0-0912cf6930a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004316 10.0.0.56 - - [2025-09-18 02:53:19] "GET /route-target/9cc1ae4a-d928-481a-9435-53d4aaacbe4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003645 10.0.0.56 - - [2025-09-18 02:53:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.56 - - [2025-09-18 02:53:19] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005278 10.0.0.56 - - [2025-09-18 02:53:19] "GET /virtual-networks?parent_id=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.006729 10.0.0.56 - - [2025-09-18 02:53:19] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005627 10.0.0.56 - - [2025-09-18 02:53:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.56 - - [2025-09-18 02:53:19] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004276 10.0.0.56 - - [2025-09-18 02:53:19] "GET /virtual-networks?parent_id=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003313 10.0.0.56 - - [2025-09-18 02:53:19] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005992 10.0.0.41 - - [2025-09-18 02:53:19] "GET /obj-perms HTTP/1.1" 200 5090 0.054384 10.0.0.56 - - [2025-09-18 02:53:19] "GET /obj-perms HTTP/1.1" 200 5090 0.003996 10.0.0.56 - - [2025-09-18 02:53:19] "GET /obj-perms HTTP/1.1" 200 5090 0.005081 10.0.0.41 - - [2025-09-18 02:53:19] "GET /obj-perms HTTP/1.1" 200 5090 0.003748 10.0.0.56 - - [2025-09-18 02:53:20] "GET /virtual-machine/3be3c535-322b-4cc9-9eb2-68174ce46684 HTTP/1.1" 200 1322 0.003636 10.0.0.56 - - [2025-09-18 02:53:20] "GET /virtual-machine-interface/226b6081-5461-464f-8c98-023e8def5c96 HTTP/1.1" 200 3262 0.005737 10.0.0.56 - - [2025-09-18 02:53:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.56 - - [2025-09-18 02:53:20] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004473 10.0.0.56 - - [2025-09-18 02:53:20] "GET /virtual-networks?parent_id=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002932 10.0.0.56 - - [2025-09-18 02:53:20] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005670 10.0.0.56 - - [2025-09-18 02:53:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.56 - - [2025-09-18 02:53:21] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003623 10.0.0.56 - - [2025-09-18 02:53:21] "GET /virtual-networks?parent_id=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003025 10.0.0.56 - - [2025-09-18 02:53:21] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005730 10.0.0.56 - - [2025-09-18 02:53:26] "POST /neutron/port HTTP/1.1" 200 1118 0.018601 10.0.0.56 - - [2025-09-18 02:53:27] "POST /neutron/security_group HTTP/1.1" 200 1290 0.031926 10.0.0.56 - - [2025-09-18 02:53:37] "POST /neutron/port HTTP/1.1" 200 1118 0.019482 10.0.0.56 - - [2025-09-18 02:53:37] "POST /neutron/security_group HTTP/1.1" 200 1290 0.007232 10.0.0.56 - - [2025-09-18 02:53:37] "POST /neutron/port HTTP/1.1" 200 1118 0.013914 10.0.0.56 - - [2025-09-18 02:53:37] "GET /virtual-machine/bc35b0ca-1b6f-482c-b21f-8d5d374cbe8c HTTP/1.1" 200 1323 0.005494 10.0.0.56 - - [2025-09-18 02:53:37] "GET /virtual-machine/bc35b0ca-1b6f-482c-b21f-8d5d374cbe8c HTTP/1.1" 200 1323 0.003738 10.0.0.56 - - [2025-09-18 02:53:37] "GET /virtual-machine-interface/987f4baf-23cb-42dd-83b0-6dd2f73020c4 HTTP/1.1" 200 3262 0.005690 10.0.0.56 - - [2025-09-18 02:53:37] "GET /virtual-machine/bc35b0ca-1b6f-482c-b21f-8d5d374cbe8c HTTP/1.1" 200 1323 0.003303 10.0.0.56 - - [2025-09-18 02:53:37] "GET /virtual-machine-interface/987f4baf-23cb-42dd-83b0-6dd2f73020c4 HTTP/1.1" 200 3262 0.004889 10.0.0.56 - - [2025-09-18 02:53:37] "GET /instance-ip/cfc1e67d-70f6-4df8-a9ae-d3e04ccb4981 HTTP/1.1" 200 1730 0.005621 10.0.0.56 - - [2025-09-18 02:53:37] "GET /virtual-machine/bc35b0ca-1b6f-482c-b21f-8d5d374cbe8c HTTP/1.1" 200 1323 0.003173 10.0.0.56 - - [2025-09-18 02:53:37] "GET /virtual-machine-interface/987f4baf-23cb-42dd-83b0-6dd2f73020c4 HTTP/1.1" 200 3262 0.005305 10.0.0.56 - - [2025-09-18 02:53:37] "GET /instance-ip/cfc1e67d-70f6-4df8-a9ae-d3e04ccb4981 HTTP/1.1" 200 1730 0.003741 10.0.0.56 - - [2025-09-18 02:53:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004635 10.0.0.56 - - [2025-09-18 02:53:37] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004707 10.0.0.56 - - [2025-09-18 02:53:37] "GET /virtual-networks?parent_id=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003021 10.0.0.56 - - [2025-09-18 02:53:37] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005474 10.0.0.56 - - [2025-09-18 02:53:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.56 - - [2025-09-18 02:53:37] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003724 10.0.0.56 - - [2025-09-18 02:53:37] "GET /virtual-networks?parent_id=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003061 10.0.0.56 - - [2025-09-18 02:53:37] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006330 10.0.0.56 - - [2025-09-18 02:53:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.56 - - [2025-09-18 02:53:37] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004170 10.0.0.56 - - [2025-09-18 02:53:37] "GET /virtual-networks?parent_id=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003597 10.0.0.56 - - [2025-09-18 02:53:37] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005887 10.0.0.56 - - [2025-09-18 02:53:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.56 - - [2025-09-18 02:53:37] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.008121 10.0.0.56 - - [2025-09-18 02:53:37] "GET /virtual-networks?parent_id=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003328 10.0.0.56 - - [2025-09-18 02:53:37] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005843 10.0.0.56 - - [2025-09-18 02:53:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.56 - - [2025-09-18 02:53:38] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003928 10.0.0.56 - - [2025-09-18 02:53:38] "GET /virtual-networks?parent_id=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003403 10.0.0.56 - - [2025-09-18 02:53:38] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006674 10.0.0.56 - - [2025-09-18 02:53:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.56 - - [2025-09-18 02:53:38] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004640 10.0.0.56 - - [2025-09-18 02:53:38] "GET /virtual-networks?parent_id=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003392 10.0.0.56 - - [2025-09-18 02:53:38] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006180 10.0.0.56 - - [2025-09-18 02:53:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.56 - - [2025-09-18 02:53:38] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004805 10.0.0.56 - - [2025-09-18 02:53:38] "GET /virtual-networks?parent_id=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003391 10.0.0.56 - - [2025-09-18 02:53:38] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007557 10.0.0.56 - - [2025-09-18 02:53:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268 10.0.0.56 - - [2025-09-18 02:53:39] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003627 10.0.0.56 - - [2025-09-18 02:53:39] "GET /virtual-networks?parent_id=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003600 10.0.0.56 - - [2025-09-18 02:53:39] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006356 10.0.0.56 - - [2025-09-18 02:53:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.56 - - [2025-09-18 02:53:39] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003508 10.0.0.56 - - [2025-09-18 02:53:39] "GET /virtual-networks?parent_id=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003888 10.0.0.56 - - [2025-09-18 02:53:39] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006744 10.0.0.56 - - [2025-09-18 02:53:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004650 10.0.0.56 - - [2025-09-18 02:53:39] "GET /routing-instance/92e91e67-47aa-4dac-b3d0-0912cf6930a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004604 10.0.0.56 - - [2025-09-18 02:53:39] "GET /route-target/9cc1ae4a-d928-481a-9435-53d4aaacbe4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003539 10.0.0.56 - - [2025-09-18 02:53:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.56 - - [2025-09-18 02:53:39] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003762 10.0.0.56 - - [2025-09-18 02:53:39] "GET /virtual-networks?parent_id=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002555 10.0.0.56 - - [2025-09-18 02:53:40] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005658 10.0.0.56 - - [2025-09-18 02:53:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.56 - - [2025-09-18 02:53:40] "GET /routing-instance/92e91e67-47aa-4dac-b3d0-0912cf6930a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004185 10.0.0.56 - - [2025-09-18 02:53:40] "GET /route-target/9cc1ae4a-d928-481a-9435-53d4aaacbe4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003941 10.0.0.56 - - [2025-09-18 02:53:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.56 - - [2025-09-18 02:53:40] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004320 10.0.0.56 - - [2025-09-18 02:53:40] "GET /virtual-networks?parent_id=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002918 10.0.0.56 - - [2025-09-18 02:53:40] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006225 10.0.0.56 - - [2025-09-18 02:53:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.56 - - [2025-09-18 02:53:40] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004552 10.0.0.56 - - [2025-09-18 02:53:40] "GET /virtual-networks?parent_id=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003516 10.0.0.56 - - [2025-09-18 02:53:40] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005128 10.0.0.41 - - [2025-09-18 02:53:40] "GET /obj-perms HTTP/1.1" 200 5090 0.003635 10.0.0.56 - - [2025-09-18 02:53:40] "GET /obj-perms HTTP/1.1" 200 5090 0.003882 10.0.0.56 - - [2025-09-18 02:53:40] "GET /obj-perms HTTP/1.1" 200 5090 0.003447 10.0.0.41 - - [2025-09-18 02:53:40] "GET /obj-perms HTTP/1.1" 200 5090 0.003632 10.0.0.56 - - [2025-09-18 02:53:40] "GET /obj-perms HTTP/1.1" 200 5090 0.004026 10.0.0.56 - - [2025-09-18 02:53:40] "GET /virtual-machine/bc35b0ca-1b6f-482c-b21f-8d5d374cbe8c HTTP/1.1" 200 1323 0.003694 10.0.0.56 - - [2025-09-18 02:53:40] "GET /virtual-machine-interface/987f4baf-23cb-42dd-83b0-6dd2f73020c4 HTTP/1.1" 200 3262 0.005162 10.0.0.56 - - [2025-09-18 02:53:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.56 - - [2025-09-18 02:53:40] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003515 10.0.0.56 - - [2025-09-18 02:53:40] "GET /virtual-networks?parent_id=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002631 10.0.0.56 - - [2025-09-18 02:53:40] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006004 10.0.0.56 - - [2025-09-18 02:53:40] "POST /neutron/security_group HTTP/1.1" 200 1290 0.006482 10.0.0.56 - - [2025-09-18 02:53:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.56 - - [2025-09-18 02:53:41] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004409 10.0.0.56 - - [2025-09-18 02:53:41] "GET /virtual-networks?parent_id=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003323 10.0.0.56 - - [2025-09-18 02:53:41] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005897 10.0.0.41 - - [2025-09-18 02:53:46] "GET /obj-perms HTTP/1.1" 200 5056 0.049340 10.0.0.56 - - [2025-09-18 02:53:47] "POST /neutron/port HTTP/1.1" 200 1118 0.013837 10.0.0.56 - - [2025-09-18 02:53:52] "GET /virtual-machine/3be3c535-322b-4cc9-9eb2-68174ce46684 HTTP/1.1" 200 1322 0.004909 10.0.0.56 - - [2025-09-18 02:53:52] "GET /virtual-machine-interface/226b6081-5461-464f-8c98-023e8def5c96 HTTP/1.1" 200 3262 0.006315 10.0.0.56 - - [2025-09-18 02:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.56 - - [2025-09-18 02:53:52] "GET /security-group/8f834a08-cf19-48b0-936a-8f2b541d8c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.004269 10.0.0.56 - - [2025-09-18 02:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.56 - - [2025-09-18 02:53:52] "GET /security-group/8f834a08-cf19-48b0-936a-8f2b541d8c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.004666 10.0.0.56 - - [2025-09-18 02:53:52] "POST /neutron/security_group HTTP/1.1" 200 1290 0.008289 10.0.0.56 - - [2025-09-18 02:53:52] "POST /neutron/port HTTP/1.1" 200 1143 0.013282 10.0.0.56 - - [2025-09-18 02:53:52] "GET /virtual-machine/3be3c535-322b-4cc9-9eb2-68174ce46684 HTTP/1.1" 200 1322 0.004298 10.0.0.56 - - [2025-09-18 02:53:52] "GET /virtual-machine-interface/226b6081-5461-464f-8c98-023e8def5c96 HTTP/1.1" 200 3201 0.007243 10.0.0.56 - - [2025-09-18 02:53:52] "POST /neutron/port HTTP/1.1" 200 1079 0.016014 10.0.0.56 - - [2025-09-18 02:53:53] "POST /neutron/port HTTP/1.1" 200 1143 0.075750 10.0.0.56 - - [2025-09-18 02:53:53] "GET /virtual-machine/3be3c535-322b-4cc9-9eb2-68174ce46684 HTTP/1.1" 200 1322 0.003465 10.0.0.56 - - [2025-09-18 02:53:53] "GET /virtual-machine-interface/226b6081-5461-464f-8c98-023e8def5c96 HTTP/1.1" 200 3262 0.005164 10.0.0.56 - - [2025-09-18 02:53:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.56 - - [2025-09-18 02:53:53] "GET /security-group/8f834a08-cf19-48b0-936a-8f2b541d8c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.003685 10.0.0.56 - - [2025-09-18 02:53:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.56 - - [2025-09-18 02:53:53] "GET /security-group/8f834a08-cf19-48b0-936a-8f2b541d8c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.004380 10.0.0.56 - - [2025-09-18 02:53:53] "DELETE /security-group/8f834a08-cf19-48b0-936a-8f2b541d8c59 HTTP/1.1" 409 336 0.008650 10.0.0.56 - - [2025-09-18 02:53:57] "POST /neutron/port HTTP/1.1" 200 1118 0.014979 10.0.0.56 - - [2025-09-18 02:53:57] "POST /neutron/subnet HTTP/1.1" 200 694 0.019526 10.0.0.56 - - [2025-09-18 02:53:59] "POST /neutron/port HTTP/1.1" 200 1118 0.013674 10.0.0.56 - - [2025-09-18 02:53:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003742 10.0.0.56 - - [2025-09-18 02:53:59] "POST /neutron/network HTTP/1.1" 200 953 0.006694 10.0.0.22 - - [2025-09-18 02:54:47] "GET /obj-perms HTTP/1.1" 200 5056 0.048675 10.0.0.56 - - [2025-09-18 02:54:58] "POST /neutron/network HTTP/1.1" 200 963 0.034258 10.0.0.56 - - [2025-09-18 02:54:58] "POST /neutron/port HTTP/1.1" 200 117 0.001320 10.0.0.56 - - [2025-09-18 02:55:00] "POST /neutron/port HTTP/1.1" 200 1118 0.016512 10.0.0.56 - - [2025-09-18 02:55:00] "POST /neutron/subnet HTTP/1.1" 200 694 0.008952 10.0.0.56 - - [2025-09-18 02:56:00] "POST /neutron/port HTTP/1.1" 200 1118 0.015407 10.0.0.56 - - [2025-09-18 02:56:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004138 10.0.0.56 - - [2025-09-18 02:56:00] "POST /neutron/network HTTP/1.1" 200 953 0.007607 10.0.0.56 - - [2025-09-18 02:56:02] "POST /neutron/network HTTP/1.1" 200 963 0.006162 10.0.0.56 - - [2025-09-18 02:56:02] "POST /neutron/port HTTP/1.1" 200 117 0.001070 10.0.0.56 - - [2025-09-18 02:56:10] "GET /security-group/8f834a08-cf19-48b0-936a-8f2b541d8c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.004698 10.0.0.56 - - [2025-09-18 02:56:10] "PUT /security-group/8f834a08-cf19-48b0-936a-8f2b541d8c59 HTTP/1.1" 200 262 0.015655 10.0.0.41 - - [2025-09-18 02:56:10] "PUT /access-control-list/eaaea05e-3826-4587-8eb9-ccef2c38706e HTTP/1.1" 200 272 0.016192 10.0.0.56 - - [2025-09-18 02:56:13] "POST /neutron/port HTTP/1.1" 200 1118 0.017465 10.0.0.56 - - [2025-09-18 02:56:13] "POST /neutron/port HTTP/1.1" 200 1105 0.078353 10.0.0.56 - - [2025-09-18 02:56:13] "GET /virtual-machine/bc35b0ca-1b6f-482c-b21f-8d5d374cbe8c HTTP/1.1" 200 1323 0.003952 10.0.0.56 - - [2025-09-18 02:56:14] "POST /neutron/port HTTP/1.1" 200 151 0.179443 10.0.0.56 - - [2025-09-18 02:56:15] "GET /virtual-machine/bc35b0ca-1b6f-482c-b21f-8d5d374cbe8c HTTP/1.1" 404 171 0.003594 10.0.0.56 - - [2025-09-18 02:56:15] "GET /virtual-machine/bc35b0ca-1b6f-482c-b21f-8d5d374cbe8c HTTP/1.1" 404 171 0.002754 10.0.0.56 - - [2025-09-18 02:56:15] "GET /virtual-machine/bc35b0ca-1b6f-482c-b21f-8d5d374cbe8c HTTP/1.1" 404 171 0.003089 10.0.0.56 - - [2025-09-18 02:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004125 10.0.0.56 - - [2025-09-18 02:56:15] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004097 10.0.0.56 - - [2025-09-18 02:56:15] "GET /virtual-networks?parent_id=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003179 10.0.0.56 - - [2025-09-18 02:56:15] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005720 10.0.0.56 - - [2025-09-18 02:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.56 - - [2025-09-18 02:56:16] "GET /routing-instance/92e91e67-47aa-4dac-b3d0-0912cf6930a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005022 10.0.0.56 - - [2025-09-18 02:56:16] "GET /route-target/9cc1ae4a-d928-481a-9435-53d4aaacbe4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003876 10.0.0.56 - - [2025-09-18 02:56:16] "GET /obj-perms HTTP/1.1" 200 5090 0.004100 10.0.0.41 - - [2025-09-18 02:56:19] "GET /obj-perms HTTP/1.1" 200 5090 0.004645 10.0.0.56 - - [2025-09-18 02:56:25] "GET /obj-perms HTTP/1.1" 200 5090 0.003666 10.0.0.41 - - [2025-09-18 02:56:25] "GET /obj-perms HTTP/1.1" 200 5090 0.003490 10.0.0.56 - - [2025-09-18 02:56:25] "POST /neutron/port HTTP/1.1" 200 1143 0.012667 10.0.0.56 - - [2025-09-18 02:56:25] "GET /virtual-machine/3be3c535-322b-4cc9-9eb2-68174ce46684 HTTP/1.1" 200 1322 0.004116 10.0.0.56 - - [2025-09-18 02:56:26] "POST /neutron/port HTTP/1.1" 200 1079 0.020249 10.0.0.56 - - [2025-09-18 02:56:27] "GET /virtual-machine/3be3c535-322b-4cc9-9eb2-68174ce46684 HTTP/1.1" 404 171 0.003198 10.0.0.56 - - [2025-09-18 02:56:27] "GET /virtual-machine/3be3c535-322b-4cc9-9eb2-68174ce46684 HTTP/1.1" 404 171 0.002796 10.0.0.56 - - [2025-09-18 02:56:27] "GET /virtual-machine/3be3c535-322b-4cc9-9eb2-68174ce46684 HTTP/1.1" 404 171 0.003314 10.0.0.56 - - [2025-09-18 02:56:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.56 - - [2025-09-18 02:56:28] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004263 10.0.0.56 - - [2025-09-18 02:56:28] "GET /virtual-networks?parent_id=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003198 10.0.0.56 - - [2025-09-18 02:56:28] "GET /virtual-network/23e47bf7-be2d-49c9-b5cf-57d481864093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005676 10.0.0.56 - - [2025-09-18 02:56:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.56 - - [2025-09-18 02:56:28] "GET /routing-instance/92e91e67-47aa-4dac-b3d0-0912cf6930a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004469 10.0.0.56 - - [2025-09-18 02:56:28] "GET /route-target/9cc1ae4a-d928-481a-9435-53d4aaacbe4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003864 10.0.0.56 - - [2025-09-18 02:56:28] "GET /obj-perms HTTP/1.1" 200 5090 0.006678 10.0.0.41 - - [2025-09-18 02:56:34] "GET /obj-perms HTTP/1.1" 200 5090 0.004037 10.0.0.56 - - [2025-09-18 02:56:37] "GET /obj-perms HTTP/1.1" 200 5090 0.004792 10.0.0.41 - - [2025-09-18 02:56:43] "GET /obj-perms HTTP/1.1" 200 5090 0.003373 10.0.0.56 - - [2025-09-18 02:56:46] "GET /obj-perms HTTP/1.1" 200 5090 0.004284 10.0.0.41 - - [2025-09-18 02:56:49] "GET /obj-perms HTTP/1.1" 200 5090 0.003968 10.0.0.56 - - [2025-09-18 02:56:52] "GET /obj-perms HTTP/1.1" 200 5090 0.004009 10.0.0.56 - - [2025-09-18 02:56:56] "GET /obj-perms HTTP/1.1" 200 5090 0.003898 10.0.0.22 - - [2025-09-18 02:56:56] "GET /obj-perms HTTP/1.1" 200 5090 0.055624 10.0.0.41 - - [2025-09-18 02:56:56] "GET /obj-perms HTTP/1.1" 200 5090 0.003335 10.0.0.56 - - [2025-09-18 02:56:56] "POST /neutron/network HTTP/1.1" 200 953 0.009087 10.0.0.41 - - [2025-09-18 02:56:56] "DELETE /route-target/9cc1ae4a-d928-481a-9435-53d4aaacbe4e HTTP/1.1" 200 115 0.045718 10.0.0.56 - - [2025-09-18 02:56:56] "DELETE /security-group/8f834a08-cf19-48b0-936a-8f2b541d8c59 HTTP/1.1" 200 115 0.043782 10.0.0.56 - - [2025-09-18 02:56:56] "POST /fqname-to-id HTTP/1.1" 404 254 0.002965 10.0.0.41 - - [2025-09-18 02:56:58] "GET /projects?obj_uuids=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.028733 10.0.0.56 - - [2025-09-18 02:56:58] "GET /project/da95a1bd-9a32-4ecc-a89e-4e52edaa8b53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.091425 10.0.0.41 - - [2025-09-18 02:56:58] "GET /projects?obj_uuids=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000986 10.0.0.56 - - [2025-09-18 02:56:58] "GET /project/da95a1bd-9a32-4ecc-a89e-4e52edaa8b53?fields=virtual_networks HTTP/1.1" 200 1092 0.080066 10.0.0.41 - - [2025-09-18 02:56:58] "GET /projects?obj_uuids=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000975 10.0.0.56 - - [2025-09-18 02:56:58] "GET /project/da95a1bd-9a32-4ecc-a89e-4e52edaa8b53?fields=virtual_machine_interfaces HTTP/1.1" 200 1092 0.053962 10.0.0.41 - - [2025-09-18 02:56:58] "GET /projects?obj_uuids=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001521 10.0.0.56 - - [2025-09-18 02:56:58] "GET /project/da95a1bd-9a32-4ecc-a89e-4e52edaa8b53?fields=security_groups HTTP/1.1" 200 1348 0.042855 10.0.0.41 - - [2025-09-18 02:56:58] "GET /global-system-configs HTTP/1.1" 200 322 0.003844 10.0.0.22 - - [2025-09-18 02:56:59] "GET /global-system-configs HTTP/1.1" 200 322 0.189230 10.0.0.56 - - [2025-09-18 02:56:59] "POST /fqname-to-id HTTP/1.1" 404 209 0.030969 10.0.0.22 - - [2025-09-18 02:56:59] "GET /obj-perms HTTP/1.1" 200 5056 0.012842 10.0.0.41 - - [2025-09-18 02:56:59] "GET /global-system-configs HTTP/1.1" 200 322 0.016688 10.0.0.22 - - [2025-09-18 02:56:59] "GET /global-system-configs HTTP/1.1" 200 322 0.007521 10.0.0.41 - - [2025-09-18 02:56:59] "GET /obj-perms HTTP/1.1" 200 5056 0.011826 10.0.0.56 - - [2025-09-18 02:56:59] "GET /obj-perms HTTP/1.1" 200 5056 0.007158 10.0.0.41 - - [2025-09-18 02:56:59] "GET /projects?obj_uuids=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004203 10.0.0.41 - - [2025-09-18 02:57:00] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001063 10.0.0.41 - - [2025-09-18 02:57:00] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.042541 10.0.0.41 - - [2025-09-18 02:57:00] "POST /id-to-fqname HTTP/1.1" 200 212 0.003332 10.0.0.41 - - [2025-09-18 02:57:00] "POST /fqname-to-id HTTP/1.1" 404 222 0.007527 10.0.0.41 - - [2025-09-18 02:57:00] "POST /security-groups HTTP/1.1" 200 612 0.077801 10.0.0.41 - - [2025-09-18 02:57:00] "POST /projects HTTP/1.1" 200 627 0.319142 10.0.0.41 - - [2025-09-18 02:57:00] "POST /fqname-to-id HTTP/1.1" 404 255 0.004302 10.0.0.41 - - [2025-09-18 02:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.403121 10.0.0.41 - - [2025-09-18 02:57:00] "POST /access-control-lists HTTP/1.1" 200 615 0.029923 10.0.0.56 - - [2025-09-18 02:57:00] "GET /project/cf7a7688-2db6-43e3-8e92-ca37cb048500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.673323 10.0.0.56 - - [2025-09-18 02:57:01] "GET /global-system-configs HTTP/1.1" 200 322 0.071525 10.0.0.41 - - [2025-09-18 02:57:01] "DELETE /project/cf7a76882db643e38e92ca37cb048500 HTTP/1.1" 404 173 0.004034 10.0.0.41 - - [2025-09-18 02:57:01] "GET /projects?obj_uuids=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000852 10.0.0.41 - - [2025-09-18 02:57:01] "GET /project/da95a1bd-9a32-4ecc-a89e-4e52edaa8b53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1588 0.050154 10.0.0.41 - - [2025-09-18 02:57:01] "GET /projects?obj_uuids=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001001 10.0.0.41 - - [2025-09-18 02:57:01] "GET /project/da95a1bd-9a32-4ecc-a89e-4e52edaa8b53?fields=security_groups HTTP/1.1" 200 1453 0.055994 10.0.0.41 - - [2025-09-18 02:57:01] "DELETE /security-group/160e3382-48ca-42a0-b585-aa8dd73b7779 HTTP/1.1" 200 115 0.052812 10.0.0.41 - - [2025-09-18 02:57:01] "GET /projects?obj_uuids=da95a1bd-9a32-4ecc-a89e-4e52edaa8b53&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000974 10.0.0.41 - - [2025-09-18 02:57:01] "GET /project/da95a1bd-9a32-4ecc-a89e-4e52edaa8b53?fields=application_policy_sets HTTP/1.1" 200 1492 0.048914 10.0.0.41 - - [2025-09-18 02:57:02] "DELETE /project/da95a1bd-9a32-4ecc-a89e-4e52edaa8b53 HTTP/1.1" 200 115 0.457916 10.0.0.56 - - [2025-09-18 02:57:02] "GET /global-system-configs HTTP/1.1" 200 322 0.385095 10.0.0.56 - - [2025-09-18 02:57:02] "GET / HTTP/1.1" 200 35931 0.002345 10.0.0.41 - - [2025-09-18 02:57:02] "GET /obj-perms HTTP/1.1" 200 5056 0.517110 10.0.0.56 - - [2025-09-18 02:57:02] "GET /obj-perms HTTP/1.1" 200 5056 0.533673 10.0.0.22 - - [2025-09-18 02:57:02] "GET /obj-perms HTTP/1.1" 200 5056 0.558861 10.0.0.56 - - [2025-09-18 02:57:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000544 10.0.0.56 - - [2025-09-18 02:57:04] "POST /fqname-to-id HTTP/1.1" 404 245 0.026647 10.0.0.41 - - [2025-09-18 02:57:05] "POST /fqname-to-id HTTP/1.1" 404 277 0.002973 10.0.0.41 - - [2025-09-18 02:57:05] "POST /access-control-lists HTTP/1.1" 200 637 0.030340 10.0.0.41 - - [2025-09-18 02:57:05] "PUT /access-control-list/2ba1877e-93ad-48db-b8bd-f779a5138972 HTTP/1.1" 200 272 0.026686 10.0.0.41 - - [2025-09-18 02:57:05] "GET /projects?obj_uuids=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001727 10.0.0.56 - - [2025-09-18 02:57:05] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.098987 10.0.0.56 - - [2025-09-18 02:57:05] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.019387 10.0.0.56 - - [2025-09-18 02:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.41 - - [2025-09-18 02:57:06] "PUT /access-control-list/2ba1877e-93ad-48db-b8bd-f779a5138972 HTTP/1.1" 200 272 0.020574 10.0.0.56 - - [2025-09-18 02:57:06] "GET /security-group/ad440701-99e2-476e-9839-8e4bb617edca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.010352 10.0.0.56 - - [2025-09-18 02:57:06] "POST /neutron/security_group HTTP/1.1" 200 1003 0.004606 10.0.0.56 - - [2025-09-18 02:57:06] "POST /fqname-to-id HTTP/1.1" 404 245 0.003082 10.0.0.56 - - [2025-09-18 02:57:07] "POST /fqname-to-id HTTP/1.1" 404 245 0.003702 10.0.0.41 - - [2025-09-18 02:57:07] "POST /fqname-to-id HTTP/1.1" 404 277 0.003317 10.0.0.41 - - [2025-09-18 02:57:07] "POST /access-control-lists HTTP/1.1" 200 637 0.031272 10.0.0.41 - - [2025-09-18 02:57:07] "PUT /access-control-list/d8ea3cea-9f47-4b75-84f6-8039c53464c4 HTTP/1.1" 200 272 0.017175 10.0.0.41 - - [2025-09-18 02:57:07] "GET /projects?obj_uuids=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000952 10.0.0.56 - - [2025-09-18 02:57:07] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.050126 10.0.0.56 - - [2025-09-18 02:57:07] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.016765 10.0.0.56 - - [2025-09-18 02:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.41 - - [2025-09-18 02:57:08] "PUT /access-control-list/d8ea3cea-9f47-4b75-84f6-8039c53464c4 HTTP/1.1" 200 272 0.019248 10.0.0.56 - - [2025-09-18 02:57:08] "GET /security-group/388e058b-0144-4cad-bcf7-b6dad44271be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005176 10.0.0.41 - - [2025-09-18 02:57:08] "GET /projects?obj_uuids=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000863 10.0.0.56 - - [2025-09-18 02:57:08] "POST /neutron/security_group_rule HTTP/1.1" 200 2189 0.043499 10.0.0.56 - - [2025-09-18 02:57:09] "POST /neutron/security_group_rule HTTP/1.1" 200 583 0.168205 10.0.0.56 - - [2025-09-18 02:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.41 - - [2025-09-18 02:57:09] "PUT /access-control-list/af46b2c0-df25-4c1d-b121-5c1f2679b910 HTTP/1.1" 200 272 0.016775 10.0.0.41 - - [2025-09-18 02:57:09] "GET /projects?obj_uuids=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001455 10.0.0.56 - - [2025-09-18 02:57:09] "GET /project/cf7a7688-2db6-43e3-8e92-ca37cb048500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.040534 10.0.0.41 - - [2025-09-18 02:57:09] "GET /projects?obj_uuids=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000953 10.0.0.56 - - [2025-09-18 02:57:09] "POST /neutron/network HTTP/1.1" 200 708 0.137197 10.0.0.56 - - [2025-09-18 02:57:09] "POST /id-to-fqname HTTP/1.1" 200 282 0.003978 10.0.0.56 - - [2025-09-18 02:57:09] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.007754 10.0.0.56 - - [2025-09-18 02:57:09] "POST /neutron/network HTTP/1.1" 200 928 0.007256 10.0.0.56 - - [2025-09-18 02:57:09] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006454 10.0.0.56 - - [2025-09-18 02:57:10] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006061 10.0.0.56 - - [2025-09-18 02:57:11] "POST /id-to-fqname HTTP/1.1" 200 282 0.001393 10.0.0.56 - - [2025-09-18 02:57:11] "POST /neutron/security_group HTTP/1.1" 200 1419 0.009647 10.0.0.41 - - [2025-09-18 02:57:12] "GET /projects?obj_uuids=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000952 10.0.0.56 - - [2025-09-18 02:57:12] "GET /project/cf7a7688-2db6-43e3-8e92-ca37cb048500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.066600 10.0.0.56 - - [2025-09-18 02:57:12] "POST /neutron/port HTTP/1.1" 200 117 0.006273 10.0.0.56 - - [2025-09-18 02:57:13] "POST /id-to-fqname HTTP/1.1" 200 282 0.001678 10.0.0.56 - - [2025-09-18 02:57:13] "POST /neutron/security_group HTTP/1.1" 200 1419 0.007308 10.0.0.41 - - [2025-09-18 02:57:13] "GET /projects?obj_uuids=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000914 10.0.0.56 - - [2025-09-18 02:57:13] "POST /neutron/security_group HTTP/1.1" 200 3416 0.068006 10.0.0.56 - - [2025-09-18 02:57:14] "POST /neutron/port HTTP/1.1" 200 1082 0.020686 10.0.0.41 - - [2025-09-18 02:57:14] "GET /projects?obj_uuids=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001221 10.0.0.56 - - [2025-09-18 02:57:14] "GET /project/cf7a7688-2db6-43e3-8e92-ca37cb048500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.126847 10.0.0.56 - - [2025-09-18 02:57:14] "POST /neutron/network HTTP/1.1" 200 928 0.049580 10.0.0.56 - - [2025-09-18 02:57:14] "POST /neutron/port HTTP/1.1" 200 117 0.001184 10.0.0.56 - - [2025-09-18 02:57:14] "POST /neutron/security_group HTTP/1.1" 200 1419 0.006917 10.0.0.56 - - [2025-09-18 02:57:14] "POST /neutron/security_group HTTP/1.1" 200 1419 0.006793 10.0.0.41 - - [2025-09-18 02:57:15] "GET /projects?obj_uuids=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001199 10.0.0.56 - - [2025-09-18 02:57:15] "POST /neutron/port HTTP/1.1" 200 1082 0.275939 10.0.0.56 - - [2025-09-18 02:57:15] "POST /neutron/port HTTP/1.1" 200 1136 0.084744 10.0.0.56 - - [2025-09-18 02:57:15] "POST /neutron/subnet HTTP/1.1" 200 703 0.008812 10.0.0.56 - - [2025-09-18 02:57:20] "POST /neutron/port HTTP/1.1" 200 1110 0.020624 10.0.0.56 - - [2025-09-18 02:57:20] "POST /neutron/security_group HTTP/1.1" 200 1419 0.007539 10.0.0.56 - - [2025-09-18 02:57:20] "POST /neutron/port HTTP/1.1" 200 1110 0.022010 10.0.0.56 - - [2025-09-18 02:57:20] "GET /virtual-machine/d790a63e-8cf8-4f02-a570-0c3b571c89e3 HTTP/1.1" 401 292 0.000417 10.0.0.56 - - [2025-09-18 02:57:20] "GET /virtual-machine/d790a63e-8cf8-4f02-a570-0c3b571c89e3 HTTP/1.1" 200 1314 0.035907 10.0.0.56 - - [2025-09-18 02:57:20] "GET /virtual-machine/d790a63e-8cf8-4f02-a570-0c3b571c89e3 HTTP/1.1" 200 1314 0.004212 10.0.0.56 - - [2025-09-18 02:57:20] "GET /virtual-machine-interface/e8860bb7-d202-44ce-97a9-586fca91916e HTTP/1.1" 200 3191 0.007955 10.0.0.56 - - [2025-09-18 02:57:20] "GET /virtual-machine/d790a63e-8cf8-4f02-a570-0c3b571c89e3 HTTP/1.1" 200 1314 0.005403 10.0.0.56 - - [2025-09-18 02:57:20] "GET /virtual-machine-interface/e8860bb7-d202-44ce-97a9-586fca91916e HTTP/1.1" 200 3191 0.007708 10.0.0.56 - - [2025-09-18 02:57:20] "GET /instance-ip/21f8c2a8-a260-4fa3-999e-8feb0a108f79 HTTP/1.1" 200 1704 0.008144 10.0.0.56 - - [2025-09-18 02:57:20] "GET /virtual-machine/d790a63e-8cf8-4f02-a570-0c3b571c89e3 HTTP/1.1" 200 1314 0.004855 10.0.0.56 - - [2025-09-18 02:57:20] "GET /virtual-machine-interface/e8860bb7-d202-44ce-97a9-586fca91916e HTTP/1.1" 200 3191 0.007772 10.0.0.56 - - [2025-09-18 02:57:20] "GET /instance-ip/21f8c2a8-a260-4fa3-999e-8feb0a108f79 HTTP/1.1" 200 1704 0.005725 10.0.0.56 - - [2025-09-18 02:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.56 - - [2025-09-18 02:57:20] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004100 10.0.0.56 - - [2025-09-18 02:57:20] "GET /virtual-networks?parent_id=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003183 10.0.0.56 - - [2025-09-18 02:57:20] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006102 10.0.0.56 - - [2025-09-18 02:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.56 - - [2025-09-18 02:57:21] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005258 10.0.0.56 - - [2025-09-18 02:57:21] "GET /virtual-networks?parent_id=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003426 10.0.0.56 - - [2025-09-18 02:57:21] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006421 10.0.0.56 - - [2025-09-18 02:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004587 10.0.0.56 - - [2025-09-18 02:57:21] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004647 10.0.0.56 - - [2025-09-18 02:57:21] "GET /virtual-networks?parent_id=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003879 10.0.0.56 - - [2025-09-18 02:57:21] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006137 10.0.0.56 - - [2025-09-18 02:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.56 - - [2025-09-18 02:57:21] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004397 10.0.0.56 - - [2025-09-18 02:57:21] "GET /virtual-networks?parent_id=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003617 10.0.0.56 - - [2025-09-18 02:57:21] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005818 10.0.0.56 - - [2025-09-18 02:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.56 - - [2025-09-18 02:57:21] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004279 10.0.0.56 - - [2025-09-18 02:57:21] "GET /virtual-networks?parent_id=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002868 10.0.0.56 - - [2025-09-18 02:57:21] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006062 10.0.0.56 - - [2025-09-18 02:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.56 - - [2025-09-18 02:57:21] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003862 10.0.0.56 - - [2025-09-18 02:57:21] "GET /virtual-networks?parent_id=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003187 10.0.0.56 - - [2025-09-18 02:57:21] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.007492 10.0.0.56 - - [2025-09-18 02:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.56 - - [2025-09-18 02:57:21] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004051 10.0.0.56 - - [2025-09-18 02:57:21] "GET /virtual-networks?parent_id=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003745 10.0.0.56 - - [2025-09-18 02:57:21] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005429 10.0.0.56 - - [2025-09-18 02:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.56 - - [2025-09-18 02:57:24] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005622 10.0.0.56 - - [2025-09-18 02:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.56 - - [2025-09-18 02:57:28] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005122 10.0.0.56 - - [2025-09-18 02:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004351 10.0.0.56 - - [2025-09-18 02:57:33] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006041 10.0.0.56 - - [2025-09-18 02:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.56 - - [2025-09-18 02:57:37] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006205 10.0.0.56 - - [2025-09-18 02:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.56 - - [2025-09-18 02:57:41] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005687 10.0.0.56 - - [2025-09-18 02:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007737 10.0.0.56 - - [2025-09-18 02:57:45] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005828 10.0.0.56 - - [2025-09-18 02:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.56 - - [2025-09-18 02:57:49] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005365 10.0.0.56 - - [2025-09-18 02:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.56 - - [2025-09-18 02:57:53] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005193 10.0.0.56 - - [2025-09-18 02:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004481 10.0.0.56 - - [2025-09-18 02:57:55] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003665 10.0.0.56 - - [2025-09-18 02:57:55] "GET /virtual-networks?parent_id=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003648 10.0.0.56 - - [2025-09-18 02:57:55] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005920 10.0.0.56 - - [2025-09-18 02:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.56 - - [2025-09-18 02:57:55] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005038 10.0.0.56 - - [2025-09-18 02:57:55] "GET /virtual-networks?parent_id=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003299 10.0.0.56 - - [2025-09-18 02:57:56] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005666 10.0.0.56 - - [2025-09-18 02:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.56 - - [2025-09-18 02:57:56] "GET /routing-instance/b35e6815-c98c-4944-8434-c1abe749bcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.006971 10.0.0.56 - - [2025-09-18 02:57:56] "GET /route-target/6da9d6d2-2081-4341-af2b-d8e56ab465d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003766 10.0.0.56 - - [2025-09-18 02:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.56 - - [2025-09-18 02:57:56] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003321 10.0.0.56 - - [2025-09-18 02:57:56] "GET /virtual-networks?parent_id=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003237 10.0.0.56 - - [2025-09-18 02:57:56] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.007070 10.0.0.56 - - [2025-09-18 02:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.56 - - [2025-09-18 02:57:56] "GET /routing-instance/b35e6815-c98c-4944-8434-c1abe749bcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004935 10.0.0.56 - - [2025-09-18 02:57:56] "GET /route-target/6da9d6d2-2081-4341-af2b-d8e56ab465d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003730 10.0.0.56 - - [2025-09-18 02:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.56 - - [2025-09-18 02:57:56] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004645 10.0.0.56 - - [2025-09-18 02:57:56] "GET /virtual-networks?parent_id=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003285 10.0.0.56 - - [2025-09-18 02:57:56] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005471 10.0.0.56 - - [2025-09-18 02:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.56 - - [2025-09-18 02:57:56] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004256 10.0.0.56 - - [2025-09-18 02:57:56] "GET /virtual-networks?parent_id=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002751 10.0.0.56 - - [2025-09-18 02:57:56] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005847 10.0.0.41 - - [2025-09-18 02:57:56] "GET /obj-perms HTTP/1.1" 200 5072 0.058721 10.0.0.56 - - [2025-09-18 02:57:56] "GET /obj-perms HTTP/1.1" 200 5072 0.055554 10.0.0.56 - - [2025-09-18 02:57:56] "GET /obj-perms HTTP/1.1" 200 5072 0.004222 10.0.0.41 - - [2025-09-18 02:57:56] "GET /obj-perms HTTP/1.1" 200 5072 0.004179 10.0.0.22 - - [2025-09-18 02:57:57] "GET /obj-perms HTTP/1.1" 200 5072 0.050386 10.0.0.56 - - [2025-09-18 02:57:57] "GET /virtual-machine/d790a63e-8cf8-4f02-a570-0c3b571c89e3 HTTP/1.1" 200 1314 0.006084 10.0.0.56 - - [2025-09-18 02:57:57] "GET /virtual-machine-interface/e8860bb7-d202-44ce-97a9-586fca91916e HTTP/1.1" 200 3191 0.005973 10.0.0.56 - - [2025-09-18 02:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.56 - - [2025-09-18 02:57:57] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003769 10.0.0.56 - - [2025-09-18 02:57:57] "GET /virtual-networks?parent_id=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003580 10.0.0.56 - - [2025-09-18 02:57:57] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005311 10.0.0.56 - - [2025-09-18 02:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.56 - - [2025-09-18 02:57:58] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003890 10.0.0.56 - - [2025-09-18 02:57:58] "GET /virtual-networks?parent_id=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003410 10.0.0.56 - - [2025-09-18 02:57:58] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.007224 10.0.0.56 - - [2025-09-18 02:57:58] "POST /neutron/security_group HTTP/1.1" 200 1419 0.006979 10.0.0.56 - - [2025-09-18 02:58:03] "POST /neutron/network HTTP/1.1" 200 938 0.007485 10.0.0.56 - - [2025-09-18 02:58:03] "POST /neutron/port HTTP/1.1" 200 1110 0.017598 10.0.0.56 - - [2025-09-18 02:58:03] "POST /neutron/network HTTP/1.1" 200 928 0.005541 10.0.0.56 - - [2025-09-18 02:58:05] "POST /neutron/port HTTP/1.1" 200 1110 0.113522 10.0.0.56 - - [2025-09-18 02:58:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003772 10.0.0.56 - - [2025-09-18 02:58:05] "POST /neutron/network HTTP/1.1" 200 928 0.006406 10.0.0.56 - - [2025-09-18 02:58:14] "POST /neutron/port HTTP/1.1" 200 1110 0.013332 10.0.0.56 - - [2025-09-18 02:58:14] "POST /neutron/security_group HTTP/1.1" 200 1419 0.006960 10.0.0.56 - - [2025-09-18 02:58:14] "POST /neutron/port HTTP/1.1" 200 1110 0.014247 10.0.0.56 - - [2025-09-18 02:58:14] "GET /virtual-machine/7f44ee58-e0fe-44d9-808b-8ebb33b5a093 HTTP/1.1" 200 1312 0.005668 10.0.0.56 - - [2025-09-18 02:58:14] "GET /virtual-machine/7f44ee58-e0fe-44d9-808b-8ebb33b5a093 HTTP/1.1" 200 1312 0.003237 10.0.0.56 - - [2025-09-18 02:58:14] "GET /virtual-machine-interface/4e5cdf43-e896-483e-9f55-1acd6027cce4 HTTP/1.1" 200 3190 0.004866 10.0.0.56 - - [2025-09-18 02:58:14] "GET /virtual-machine/7f44ee58-e0fe-44d9-808b-8ebb33b5a093 HTTP/1.1" 200 1312 0.003905 10.0.0.56 - - [2025-09-18 02:58:14] "GET /virtual-machine-interface/4e5cdf43-e896-483e-9f55-1acd6027cce4 HTTP/1.1" 200 3190 0.005084 10.0.0.56 - - [2025-09-18 02:58:14] "GET /instance-ip/6e03263e-64a5-4c27-9b4a-a8dbea5c0c37 HTTP/1.1" 200 1704 0.005659 10.0.0.56 - - [2025-09-18 02:58:14] "GET /virtual-machine/7f44ee58-e0fe-44d9-808b-8ebb33b5a093 HTTP/1.1" 200 1312 0.003322 10.0.0.56 - - [2025-09-18 02:58:14] "GET /virtual-machine-interface/4e5cdf43-e896-483e-9f55-1acd6027cce4 HTTP/1.1" 200 3190 0.005559 10.0.0.56 - - [2025-09-18 02:58:14] "GET /instance-ip/6e03263e-64a5-4c27-9b4a-a8dbea5c0c37 HTTP/1.1" 200 1704 0.004140 10.0.0.56 - - [2025-09-18 02:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006883 10.0.0.56 - - [2025-09-18 02:58:14] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004057 10.0.0.56 - - [2025-09-18 02:58:14] "GET /virtual-networks?parent_id=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003094 10.0.0.56 - - [2025-09-18 02:58:14] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005481 10.0.0.56 - - [2025-09-18 02:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.56 - - [2025-09-18 02:58:14] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005114 10.0.0.56 - - [2025-09-18 02:58:14] "GET /virtual-networks?parent_id=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002756 10.0.0.56 - - [2025-09-18 02:58:14] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006112 10.0.0.56 - - [2025-09-18 02:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.56 - - [2025-09-18 02:58:14] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003846 10.0.0.56 - - [2025-09-18 02:58:14] "GET /virtual-networks?parent_id=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003365 10.0.0.56 - - [2025-09-18 02:58:14] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006080 10.0.0.56 - - [2025-09-18 02:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.56 - - [2025-09-18 02:58:14] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003945 10.0.0.56 - - [2025-09-18 02:58:15] "GET /virtual-networks?parent_id=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003123 10.0.0.56 - - [2025-09-18 02:58:15] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005403 10.0.0.56 - - [2025-09-18 02:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.56 - - [2025-09-18 02:58:15] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003843 10.0.0.56 - - [2025-09-18 02:58:15] "GET /virtual-networks?parent_id=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002622 10.0.0.56 - - [2025-09-18 02:58:15] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005310 10.0.0.56 - - [2025-09-18 02:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.56 - - [2025-09-18 02:58:15] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003658 10.0.0.56 - - [2025-09-18 02:58:15] "GET /virtual-networks?parent_id=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003164 10.0.0.56 - - [2025-09-18 02:58:15] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005668 10.0.0.56 - - [2025-09-18 02:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.56 - - [2025-09-18 02:58:15] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004001 10.0.0.56 - - [2025-09-18 02:58:15] "GET /virtual-networks?parent_id=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002891 10.0.0.56 - - [2025-09-18 02:58:15] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005300 10.0.0.56 - - [2025-09-18 02:58:15] "POST /neutron/security_group HTTP/1.1" 200 1419 0.006402 10.0.0.56 - - [2025-09-18 02:58:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.56 - - [2025-09-18 02:58:16] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004403 10.0.0.56 - - [2025-09-18 02:58:16] "GET /virtual-networks?parent_id=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003813 10.0.0.56 - - [2025-09-18 02:58:16] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.007944 10.0.0.56 - - [2025-09-18 02:58:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.56 - - [2025-09-18 02:58:16] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004874 10.0.0.56 - - [2025-09-18 02:58:16] "GET /virtual-networks?parent_id=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003057 10.0.0.56 - - [2025-09-18 02:58:16] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006776 10.0.0.56 - - [2025-09-18 02:58:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.56 - - [2025-09-18 02:58:17] "GET /routing-instance/b35e6815-c98c-4944-8434-c1abe749bcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004750 10.0.0.56 - - [2025-09-18 02:58:17] "GET /route-target/6da9d6d2-2081-4341-af2b-d8e56ab465d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003911 10.0.0.56 - - [2025-09-18 02:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.56 - - [2025-09-18 02:58:17] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003597 10.0.0.56 - - [2025-09-18 02:58:17] "GET /virtual-networks?parent_id=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004000 10.0.0.56 - - [2025-09-18 02:58:17] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006085 10.0.0.56 - - [2025-09-18 02:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.56 - - [2025-09-18 02:58:17] "GET /routing-instance/b35e6815-c98c-4944-8434-c1abe749bcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004624 10.0.0.56 - - [2025-09-18 02:58:17] "GET /route-target/6da9d6d2-2081-4341-af2b-d8e56ab465d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004031 10.0.0.56 - - [2025-09-18 02:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.56 - - [2025-09-18 02:58:17] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005917 10.0.0.56 - - [2025-09-18 02:58:17] "GET /virtual-networks?parent_id=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003386 10.0.0.56 - - [2025-09-18 02:58:17] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005330 10.0.0.56 - - [2025-09-18 02:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004753 10.0.0.56 - - [2025-09-18 02:58:17] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004221 10.0.0.56 - - [2025-09-18 02:58:17] "GET /virtual-networks?parent_id=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002872 10.0.0.56 - - [2025-09-18 02:58:17] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005658 10.0.0.41 - - [2025-09-18 02:58:17] "GET /obj-perms HTTP/1.1" 200 5072 0.003914 10.0.0.56 - - [2025-09-18 02:58:17] "GET /obj-perms HTTP/1.1" 200 5072 0.003560 10.0.0.56 - - [2025-09-18 02:58:17] "GET /obj-perms HTTP/1.1" 200 5072 0.004101 10.0.0.41 - - [2025-09-18 02:58:17] "GET /obj-perms HTTP/1.1" 200 5072 0.004594 10.0.0.56 - - [2025-09-18 02:58:17] "GET /obj-perms HTTP/1.1" 200 5072 0.004248 10.0.0.56 - - [2025-09-18 02:58:17] "GET /virtual-machine/7f44ee58-e0fe-44d9-808b-8ebb33b5a093 HTTP/1.1" 200 1312 0.004030 10.0.0.56 - - [2025-09-18 02:58:17] "GET /virtual-machine-interface/4e5cdf43-e896-483e-9f55-1acd6027cce4 HTTP/1.1" 200 3190 0.005530 10.0.0.56 - - [2025-09-18 02:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.56 - - [2025-09-18 02:58:17] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003676 10.0.0.56 - - [2025-09-18 02:58:17] "GET /virtual-networks?parent_id=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003896 10.0.0.56 - - [2025-09-18 02:58:18] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005443 10.0.0.56 - - [2025-09-18 02:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.56 - - [2025-09-18 02:58:19] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003857 10.0.0.56 - - [2025-09-18 02:58:19] "GET /virtual-networks?parent_id=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002712 10.0.0.56 - - [2025-09-18 02:58:19] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005578 10.0.0.56 - - [2025-09-18 02:58:24] "GET /virtual-machine/d790a63e-8cf8-4f02-a570-0c3b571c89e3 HTTP/1.1" 200 1314 0.005234 10.0.0.56 - - [2025-09-18 02:58:24] "GET /virtual-machine-interface/e8860bb7-d202-44ce-97a9-586fca91916e HTTP/1.1" 200 3191 0.005893 10.0.0.56 - - [2025-09-18 02:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.56 - - [2025-09-18 02:58:24] "GET /security-group/388e058b-0144-4cad-bcf7-b6dad44271be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2697 0.003458 10.0.0.56 - - [2025-09-18 02:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.56 - - [2025-09-18 02:58:24] "GET /security-group/388e058b-0144-4cad-bcf7-b6dad44271be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2697 0.005112 10.0.0.56 - - [2025-09-18 02:58:24] "POST /neutron/security_group HTTP/1.1" 200 1445 0.004394 10.0.0.56 - - [2025-09-18 02:58:24] "POST /neutron/port HTTP/1.1" 200 1136 0.010613 10.0.0.56 - - [2025-09-18 02:58:24] "GET /virtual-machine/d790a63e-8cf8-4f02-a570-0c3b571c89e3 HTTP/1.1" 200 1314 0.004667 10.0.0.56 - - [2025-09-18 02:58:24] "GET /virtual-machine-interface/e8860bb7-d202-44ce-97a9-586fca91916e HTTP/1.1" 200 3139 0.007674 10.0.0.56 - - [2025-09-18 02:58:24] "POST /neutron/security_group HTTP/1.1" 200 1419 0.007549 10.0.0.56 - - [2025-09-18 02:58:25] "POST /neutron/port HTTP/1.1" 200 1098 0.015067 10.0.0.56 - - [2025-09-18 02:58:25] "GET /virtual-machine/d790a63e-8cf8-4f02-a570-0c3b571c89e3 HTTP/1.1" 200 1314 0.003709 10.0.0.56 - - [2025-09-18 02:58:25] "GET /virtual-machine-interface/e8860bb7-d202-44ce-97a9-586fca91916e HTTP/1.1" 200 3191 0.008371 10.0.0.56 - - [2025-09-18 02:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002693 10.0.0.56 - - [2025-09-18 02:58:25] "GET /security-group/388e058b-0144-4cad-bcf7-b6dad44271be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2697 0.012055 10.0.0.56 - - [2025-09-18 02:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.56 - - [2025-09-18 02:58:25] "GET /security-group/388e058b-0144-4cad-bcf7-b6dad44271be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2697 0.004471 10.0.0.56 - - [2025-09-18 02:58:25] "POST /neutron/security_group HTTP/1.1" 200 1445 0.004661 10.0.0.56 - - [2025-09-18 02:59:05] "POST /neutron/port HTTP/1.1" 200 1110 0.017503 10.0.0.56 - - [2025-09-18 02:59:05] "POST /neutron/subnet HTTP/1.1" 200 703 0.010854 10.0.0.56 - - [2025-09-18 02:59:05] "POST /neutron/port HTTP/1.1" 200 1110 0.015535 10.0.0.56 - - [2025-09-18 02:59:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003734 10.0.0.56 - - [2025-09-18 02:59:05] "POST /neutron/network HTTP/1.1" 200 928 0.007847 10.0.0.41 - - [2025-09-18 02:59:51] "GET /obj-perms HTTP/1.1" 200 5056 0.057287 10.0.0.56 - - [2025-09-18 03:00:05] "POST /neutron/network HTTP/1.1" 200 938 0.033269 10.0.0.56 - - [2025-09-18 03:00:05] "POST /neutron/port HTTP/1.1" 200 117 0.001069 10.0.0.56 - - [2025-09-18 03:00:07] "POST /neutron/port HTTP/1.1" 200 1110 0.021688 10.0.0.56 - - [2025-09-18 03:00:07] "POST /neutron/subnet HTTP/1.1" 200 703 0.009526 10.0.0.41 - - [2025-09-18 03:00:20] "GET /projects?obj_uuids=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001622 10.0.0.56 - - [2025-09-18 03:00:20] "POST /neutron/security_group_rule HTTP/1.1" 200 2630 0.068917 10.0.0.41 - - [2025-09-18 03:00:21] "PUT /access-control-list/d8ea3cea-9f47-4b75-84f6-8039c53464c4 HTTP/1.1" 200 272 0.015852 10.0.0.56 - - [2025-09-18 03:00:21] "POST /neutron/security_group_rule HTTP/1.1" 200 548 0.017333 10.0.0.56 - - [2025-09-18 03:00:21] "POST /neutron/security_group_rule HTTP/1.1" 200 584 0.164598 10.0.0.56 - - [2025-09-18 03:00:24] "POST /neutron/port HTTP/1.1" 200 1136 0.012765 10.0.0.56 - - [2025-09-18 03:00:24] "GET /virtual-machine/7f44ee58-e0fe-44d9-808b-8ebb33b5a093 HTTP/1.1" 200 1312 0.004368 10.0.0.56 - - [2025-09-18 03:00:24] "POST /neutron/port HTTP/1.1" 200 1072 0.018506 10.0.0.56 - - [2025-09-18 03:00:26] "GET /virtual-machine/7f44ee58-e0fe-44d9-808b-8ebb33b5a093 HTTP/1.1" 404 171 0.004459 10.0.0.56 - - [2025-09-18 03:00:26] "GET /virtual-machine/7f44ee58-e0fe-44d9-808b-8ebb33b5a093 HTTP/1.1" 404 171 0.003567 10.0.0.56 - - [2025-09-18 03:00:26] "GET /virtual-machine/7f44ee58-e0fe-44d9-808b-8ebb33b5a093 HTTP/1.1" 404 171 0.003835 10.0.0.56 - - [2025-09-18 03:00:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.56 - - [2025-09-18 03:00:26] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003546 10.0.0.56 - - [2025-09-18 03:00:26] "GET /virtual-networks?parent_id=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003535 10.0.0.56 - - [2025-09-18 03:00:26] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006787 10.0.0.56 - - [2025-09-18 03:00:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.008459 10.0.0.56 - - [2025-09-18 03:00:26] "GET /routing-instance/b35e6815-c98c-4944-8434-c1abe749bcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.005377 10.0.0.56 - - [2025-09-18 03:00:26] "GET /route-target/6da9d6d2-2081-4341-af2b-d8e56ab465d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004904 10.0.0.56 - - [2025-09-18 03:00:26] "GET /obj-perms HTTP/1.1" 200 5072 0.005266 10.0.0.41 - - [2025-09-18 03:00:33] "GET /obj-perms HTTP/1.1" 200 5072 0.003957 10.0.0.56 - - [2025-09-18 03:00:36] "GET /obj-perms HTTP/1.1" 200 5072 0.004360 10.0.0.41 - - [2025-09-18 03:00:42] "GET /obj-perms HTTP/1.1" 200 5072 0.004785 10.0.0.56 - - [2025-09-18 03:00:45] "GET /obj-perms HTTP/1.1" 200 5072 0.003863 10.0.0.41 - - [2025-09-18 03:00:51] "GET /obj-perms HTTP/1.1" 200 5072 0.005584 10.0.0.22 - - [2025-09-18 03:00:52] "GET /obj-perms HTTP/1.1" 200 5056 0.053694 10.0.0.56 - - [2025-09-18 03:00:54] "GET /obj-perms HTTP/1.1" 200 5072 0.004025 10.0.0.41 - - [2025-09-18 03:00:54] "GET /obj-perms HTTP/1.1" 200 5072 0.003762 10.0.0.56 - - [2025-09-18 03:00:54] "POST /neutron/security_group HTTP/1.1" 200 1419 0.012656 10.0.0.56 - - [2025-09-18 03:00:54] "POST /neutron/port HTTP/1.1" 200 1136 0.012418 10.0.0.56 - - [2025-09-18 03:00:55] "GET /virtual-machine/d790a63e-8cf8-4f02-a570-0c3b571c89e3 HTTP/1.1" 200 1314 0.004368 10.0.0.56 - - [2025-09-18 03:00:55] "POST /neutron/port HTTP/1.1" 200 1098 0.015903 10.0.0.56 - - [2025-09-18 03:00:57] "GET /virtual-machine/d790a63e-8cf8-4f02-a570-0c3b571c89e3 HTTP/1.1" 404 171 0.003407 10.0.0.56 - - [2025-09-18 03:00:57] "GET /virtual-machine/d790a63e-8cf8-4f02-a570-0c3b571c89e3 HTTP/1.1" 404 171 0.003493 10.0.0.56 - - [2025-09-18 03:00:57] "GET /virtual-machine/d790a63e-8cf8-4f02-a570-0c3b571c89e3 HTTP/1.1" 404 171 0.004499 10.0.0.56 - - [2025-09-18 03:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004393 10.0.0.56 - - [2025-09-18 03:00:57] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005072 10.0.0.56 - - [2025-09-18 03:00:57] "GET /virtual-networks?parent_id=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004565 10.0.0.56 - - [2025-09-18 03:00:57] "GET /virtual-network/9d7612e7-d4f8-4a9a-846f-45c1c6997f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006503 10.0.0.56 - - [2025-09-18 03:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005184 10.0.0.56 - - [2025-09-18 03:00:57] "GET /routing-instance/b35e6815-c98c-4944-8434-c1abe749bcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004859 10.0.0.56 - - [2025-09-18 03:00:57] "GET /route-target/6da9d6d2-2081-4341-af2b-d8e56ab465d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003371 10.0.0.56 - - [2025-09-18 03:00:57] "GET /obj-perms HTTP/1.1" 200 5072 0.004416 10.0.0.41 - - [2025-09-18 03:01:03] "GET /obj-perms HTTP/1.1" 200 5072 0.005636 10.0.0.56 - - [2025-09-18 03:01:06] "GET /obj-perms HTTP/1.1" 200 5072 0.003852 10.0.0.41 - - [2025-09-18 03:01:13] "GET /obj-perms HTTP/1.1" 200 5072 0.004284 10.0.0.56 - - [2025-09-18 03:01:16] "GET /obj-perms HTTP/1.1" 200 5072 0.003798 10.0.0.41 - - [2025-09-18 03:01:22] "GET /obj-perms HTTP/1.1" 200 5072 0.003936 10.0.0.56 - - [2025-09-18 03:01:25] "GET /obj-perms HTTP/1.1" 200 5072 0.005328 10.0.0.41 - - [2025-09-18 03:01:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003168 10.0.0.41 - - [2025-09-18 03:01:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002642 10.0.0.41 - - [2025-09-18 03:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005498 10.0.0.56 - - [2025-09-18 03:01:25] "POST /neutron/network HTTP/1.1" 200 151 0.151243 10.0.0.56 - - [2025-09-18 03:01:25] "POST /fqname-to-id HTTP/1.1" 404 245 0.003403 10.0.0.41 - - [2025-09-18 03:01:26] "DELETE /access-control-list/d8ea3cea-9f47-4b75-84f6-8039c53464c4 HTTP/1.1" 200 115 0.036998 10.0.0.41 - - [2025-09-18 03:01:27] "GET /projects?obj_uuids=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001000 10.0.0.56 - - [2025-09-18 03:01:27] "GET /project/cf7a7688-2db6-43e3-8e92-ca37cb048500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.045476 10.0.0.41 - - [2025-09-18 03:01:27] "GET /projects?obj_uuids=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001019 10.0.0.56 - - [2025-09-18 03:01:27] "GET /project/cf7a7688-2db6-43e3-8e92-ca37cb048500?fields=virtual_networks HTTP/1.1" 200 1074 0.038560 10.0.0.41 - - [2025-09-18 03:01:27] "GET /projects?obj_uuids=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000996 10.0.0.56 - - [2025-09-18 03:01:27] "GET /project/cf7a7688-2db6-43e3-8e92-ca37cb048500?fields=virtual_machine_interfaces HTTP/1.1" 200 1074 0.056649 10.0.0.41 - - [2025-09-18 03:01:27] "GET /projects?obj_uuids=cf7a7688-2db6-43e3-8e92-ca37cb048500&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000957 10.0.0.56 - - [2025-09-18 03:01:27] "GET /project/cf7a7688-2db6-43e3-8e92-ca37cb048500?fields=security_groups HTTP/1.1" 200 1321 0.040645 10.0.0.56 - - [2025-09-18 03:01:28] "POST /fqname-to-id HTTP/1.1" 404 186 0.028298 10.0.0.41 - - [2025-09-18 03:01:28] "GET /projects?obj_uuids=4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003173 10.0.0.41 - - [2025-09-18 03:01:29] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001056 10.0.0.41 - - [2025-09-18 03:01:29] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007042 10.0.0.41 - - [2025-09-18 03:01:29] "POST /id-to-fqname HTTP/1.1" 200 188 0.006944 10.0.0.41 - - [2025-09-18 03:01:29] "POST /fqname-to-id HTTP/1.1" 404 197 0.007075 10.0.0.41 - - [2025-09-18 03:01:29] "POST /security-groups HTTP/1.1" 200 589 0.030957 10.0.0.41 - - [2025-09-18 03:01:29] "POST /projects HTTP/1.1" 200 581 0.252331 10.0.0.41 - - [2025-09-18 03:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.324200 10.0.0.41 - - [2025-09-18 03:01:29] "POST /fqname-to-id HTTP/1.1" 404 231 0.006063 10.0.0.56 - - [2025-09-18 03:01:29] "GET /project/4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.486105 10.0.0.56 - - [2025-09-18 03:01:30] "GET / HTTP/1.1" 200 35931 0.001829 10.0.0.56 - - [2025-09-18 03:01:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000447 10.0.0.56 - - [2025-09-18 03:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.062817 10.0.0.41 - - [2025-09-18 03:01:32] "GET /projects?obj_uuids=4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000930 10.0.0.56 - - [2025-09-18 03:01:32] "GET /project/4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.034219 10.0.0.56 - - [2025-09-18 03:01:32] "POST /neutron/network HTTP/1.1" 200 117 0.048263 10.0.0.41 - - [2025-09-18 03:01:33] "POST /ref-update HTTP/1.1" 200 156 0.024423 10.0.0.56 - - [2025-09-18 03:01:33] "POST /neutron/network HTTP/1.1" 200 835 0.009085 10.0.0.56 - - [2025-09-18 03:01:33] "POST /id-to-fqname HTTP/1.1" 200 224 0.001179 10.0.0.56 - - [2025-09-18 03:01:33] "GET /virtual-network/793d9b08-f8f0-4690-8c10-516265be9fc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006099 10.0.0.56 - - [2025-09-18 03:01:33] "GET /virtual-network/793d9b08-f8f0-4690-8c10-516265be9fc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007037 10.0.0.56 - - [2025-09-18 03:01:33] "POST /neutron/subnet HTTP/1.1" 200 729 0.010022 10.0.0.56 - - [2025-09-18 03:01:33] "POST /id-to-fqname HTTP/1.1" 200 224 0.001173 10.0.0.41 - - [2025-09-18 03:01:34] "GET /projects?obj_uuids=4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001001 10.0.0.56 - - [2025-09-18 03:01:34] "GET /project/4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.068546 10.0.0.56 - - [2025-09-18 03:01:34] "POST /neutron/port HTTP/1.1" 200 117 0.008228 10.0.0.56 - - [2025-09-18 03:01:35] "POST /neutron/network HTTP/1.1" 200 845 0.006734 10.0.0.56 - - [2025-09-18 03:01:35] "POST /neutron/port HTTP/1.1" 200 1059 0.019379 10.0.0.56 - - [2025-09-18 03:01:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005520 10.0.0.56 - - [2025-09-18 03:01:36] "POST /neutron/network HTTP/1.1" 200 835 0.008869 10.0.0.56 - - [2025-09-18 03:01:40] "POST /neutron/port HTTP/1.1" 200 1087 0.019306 10.0.0.56 - - [2025-09-18 03:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.41 - - [2025-09-18 03:01:40] "GET /projects?obj_uuids=4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001276 10.0.0.56 - - [2025-09-18 03:01:40] "GET /project/4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.049161 10.0.0.41 - - [2025-09-18 03:01:40] "GET /projects?obj_uuids=4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001184 10.0.0.56 - - [2025-09-18 03:01:40] "POST /neutron/network HTTP/1.1" 200 613 0.174315 10.0.0.56 - - [2025-09-18 03:01:40] "POST /id-to-fqname HTTP/1.1" 200 223 0.004389 10.0.0.56 - - [2025-09-18 03:01:40] "GET /virtual-network/69fb33a4-a093-40c3-81d1-79530531b8d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005822 10.0.0.56 - - [2025-09-18 03:01:40] "POST /neutron/network HTTP/1.1" 200 831 0.008183 10.0.0.56 - - [2025-09-18 03:01:40] "GET /virtual-network/69fb33a4-a093-40c3-81d1-79530531b8d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005628 10.0.0.56 - - [2025-09-18 03:01:41] "GET /virtual-network/69fb33a4-a093-40c3-81d1-79530531b8d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005992 10.0.0.56 - - [2025-09-18 03:01:42] "GET /obj-perms HTTP/1.1" 200 5026 0.053058 10.0.0.22 - - [2025-09-18 03:01:42] "GET /obj-perms HTTP/1.1" 200 5026 0.056860 10.0.0.41 - - [2025-09-18 03:01:42] "GET /obj-perms HTTP/1.1" 200 5026 0.058802 10.0.0.56 - - [2025-09-18 03:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.41 - - [2025-09-18 03:01:42] "GET /projects?obj_uuids=4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001397 10.0.0.56 - - [2025-09-18 03:01:43] "GET /project/4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.051486 10.0.0.56 - - [2025-09-18 03:01:43] "POST /neutron/network HTTP/1.1" 200 117 0.013146 10.0.0.41 - - [2025-09-18 03:01:43] "POST /route-targets HTTP/1.1" 200 327 0.016397 10.0.0.56 - - [2025-09-18 03:01:43] "POST /neutron/network HTTP/1.1" 200 832 0.008561 10.0.0.56 - - [2025-09-18 03:01:43] "POST /id-to-fqname HTTP/1.1" 200 223 0.001216 10.0.0.56 - - [2025-09-18 03:01:43] "GET /virtual-network/715829b0-6061-4a52-b8bb-d9a46f316d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005607 10.0.0.56 - - [2025-09-18 03:01:43] "GET /virtual-network/715829b0-6061-4a52-b8bb-d9a46f316d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006493 10.0.0.56 - - [2025-09-18 03:01:43] "POST /neutron/subnet HTTP/1.1" 200 725 0.009027 10.0.0.56 - - [2025-09-18 03:01:43] "GET /virtual-network/715829b0-6061-4a52-b8bb-d9a46f316d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005964 10.0.0.56 - - [2025-09-18 03:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004414 10.0.0.41 - - [2025-09-18 03:01:44] "GET /projects?obj_uuids=4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001376 10.0.0.56 - - [2025-09-18 03:01:44] "GET /project/4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.055076 10.0.0.41 - - [2025-09-18 03:01:44] "POST /ref-update HTTP/1.1" 200 156 0.034172 10.0.0.41 - - [2025-09-18 03:01:44] "POST /useragent-kv HTTP/1.1" 200 115 0.007217 10.0.0.56 - - [2025-09-18 03:01:44] "POST /neutron/subnet HTTP/1.1" 200 734 0.244163 10.0.0.56 - - [2025-09-18 03:01:44] "POST /id-to-fqname HTTP/1.1" 200 224 0.001780 10.0.0.56 - - [2025-09-18 03:01:44] "GET /virtual-network/be5f3631-f413-4f2c-a8f4-9c7d30f0b765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006587 10.0.0.56 - - [2025-09-18 03:01:45] "GET /virtual-network/be5f3631-f413-4f2c-a8f4-9c7d30f0b765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.010807 10.0.0.56 - - [2025-09-18 03:01:45] "POST /neutron/network HTTP/1.1" 200 836 0.007181 10.0.0.56 - - [2025-09-18 03:01:45] "GET /virtual-network/be5f3631-f413-4f2c-a8f4-9c7d30f0b765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006457 10.0.0.56 - - [2025-09-18 03:01:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.001260 10.0.0.56 - - [2025-09-18 03:01:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011178 10.0.0.41 - - [2025-09-18 03:01:47] "GET /projects?obj_uuids=4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001523 10.0.0.56 - - [2025-09-18 03:01:47] "GET /project/4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.084761 10.0.0.56 - - [2025-09-18 03:01:47] "POST /neutron/port HTTP/1.1" 200 1087 0.028015 10.0.0.56 - - [2025-09-18 03:01:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.001991 10.0.0.56 - - [2025-09-18 03:01:47] "POST /neutron/port HTTP/1.1" 200 1087 0.025015 10.0.0.56 - - [2025-09-18 03:01:48] "POST /neutron/network HTTP/1.1" 200 842 0.008131 10.0.0.56 - - [2025-09-18 03:01:48] "POST /neutron/port HTTP/1.1" 200 1058 0.017076 10.0.0.56 - - [2025-09-18 03:01:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004621 10.0.0.41 - - [2025-09-18 03:01:48] "GET /projects?obj_uuids=4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001100 10.0.0.56 - - [2025-09-18 03:01:48] "GET /project/4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.078138 10.0.0.56 - - [2025-09-18 03:01:48] "POST /neutron/network HTTP/1.1" 200 832 0.013375 10.0.0.56 - - [2025-09-18 03:01:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008696 10.0.0.56 - - [2025-09-18 03:01:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.003569 10.0.0.56 - - [2025-09-18 03:01:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.41 - - [2025-09-18 03:01:49] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001289 10.0.0.56 - - [2025-09-18 03:01:49] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008884 10.0.0.56 - - [2025-09-18 03:01:49] "POST /service-templates HTTP/1.1" 200 543 0.038535 10.0.0.56 - - [2025-09-18 03:01:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.56 - - [2025-09-18 03:01:49] "GET /service-template/078aa8e3-3524-44b5-9fa7-372ce6b0f475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.006959 10.0.0.56 - - [2025-09-18 03:01:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.56 - - [2025-09-18 03:01:49] "GET /service-template/078aa8e3-3524-44b5-9fa7-372ce6b0f475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.005332 10.0.0.56 - - [2025-09-18 03:01:49] "POST /id-to-fqname HTTP/1.1" 200 223 0.001283 10.0.0.56 - - [2025-09-18 03:01:49] "POST /id-to-fqname HTTP/1.1" 200 223 0.001136 10.0.0.56 - - [2025-09-18 03:01:49] "POST /id-to-fqname HTTP/1.1" 200 224 0.001324 10.0.0.56 - - [2025-09-18 03:01:49] "POST /neutron/network HTTP/1.1" 200 846 0.008340 10.0.0.56 - - [2025-09-18 03:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.56 - - [2025-09-18 03:01:50] "DELETE /service-template/078aa8e3-3524-44b5-9fa7-372ce6b0f475 HTTP/1.1" 200 115 0.033597 10.0.0.56 - - [2025-09-18 03:01:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.003317 10.0.0.56 - - [2025-09-18 03:01:50] "POST /neutron/port HTTP/1.1" 200 1060 0.019957 10.0.0.56 - - [2025-09-18 03:01:50] "POST /neutron/port HTTP/1.1" 200 1088 0.022150 10.0.0.56 - - [2025-09-18 03:01:50] "POST /neutron/subnet HTTP/1.1" 200 708 0.009235 10.0.0.56 - - [2025-09-18 03:01:50] "POST /neutron/network HTTP/1.1" 200 836 0.006851 10.0.0.56 - - [2025-09-18 03:01:52] "POST /neutron/port HTTP/1.1" 200 151 0.204590 10.0.0.41 - - [2025-09-18 03:01:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.56 - - [2025-09-18 03:01:52] "POST /neutron/port HTTP/1.1" 200 117 0.006382 10.0.0.56 - - [2025-09-18 03:01:53] "POST /neutron/network HTTP/1.1" 200 832 0.007668 10.0.0.56 - - [2025-09-18 03:01:53] "GET /obj-perms HTTP/1.1" 200 5056 0.050988 10.0.0.22 - - [2025-09-18 03:01:53] "GET /obj-perms HTTP/1.1" 200 5056 0.055650 10.0.0.56 - - [2025-09-18 03:01:55] "POST /neutron/network HTTP/1.1" 200 832 0.008924 10.0.0.56 - - [2025-09-18 03:01:57] "POST /neutron/network HTTP/1.1" 400 204 0.015306 10.0.0.22 - - [2025-09-18 03:01:58] "GET /global-system-configs HTTP/1.1" 200 322 0.006024 10.0.0.41 - - [2025-09-18 03:01:58] "GET /obj-perms HTTP/1.1" 200 5056 0.037798 10.0.0.41 - - [2025-09-18 03:01:59] "GET /global-system-configs HTTP/1.1" 200 322 0.041284 10.0.0.56 - - [2025-09-18 03:01:59] "POST /neutron/port HTTP/1.1" 200 151 0.245257 10.0.0.41 - - [2025-09-18 03:01:59] "GET /global-system-configs HTTP/1.1" 200 322 0.064891 10.0.0.56 - - [2025-09-18 03:01:59] "POST /neutron/port HTTP/1.1" 200 117 0.011702 10.0.0.22 - - [2025-09-18 03:02:00] "GET /global-system-configs HTTP/1.1" 200 322 0.189754 10.0.0.56 - - [2025-09-18 03:02:00] "GET /obj-perms HTTP/1.1" 200 5056 0.380599 10.0.0.22 - - [2025-09-18 03:02:00] "GET /obj-perms HTTP/1.1" 200 5056 0.397954 10.0.0.41 - - [2025-09-18 03:02:00] "GET /obj-perms HTTP/1.1" 200 5056 0.431578 10.0.0.56 - - [2025-09-18 03:02:01] "GET /global-system-configs HTTP/1.1" 200 322 0.048771 10.0.0.41 - - [2025-09-18 03:02:01] "DELETE /route-target/0957bc75-7062-4c20-ae7b-6daccdbcd1a0 HTTP/1.1" 200 115 0.099885 10.0.0.56 - - [2025-09-18 03:02:01] "POST /neutron/network HTTP/1.1" 200 831 0.010089 10.0.0.56 - - [2025-09-18 03:02:02] "GET /global-system-configs HTTP/1.1" 200 322 0.099599 10.0.0.56 - - [2025-09-18 03:02:02] "POST /neutron/network HTTP/1.1" 400 204 0.024618 10.0.0.22 - - [2025-09-18 03:02:02] "GET /obj-perms HTTP/1.1" 200 5056 0.211149 10.0.0.56 - - [2025-09-18 03:02:02] "GET /obj-perms HTTP/1.1" 200 5056 0.226363 10.0.0.41 - - [2025-09-18 03:02:02] "DELETE /project/cf7a7688-2db6-43e3-8e92-ca37cb048500 HTTP/1.1" 404 177 0.032999 10.0.0.41 - - [2025-09-18 03:02:02] "DELETE /project/4d1cefbbefd442eba6b9d67cc08ca33e HTTP/1.1" 404 173 0.052289 10.0.0.56 - - [2025-09-18 03:02:03] "POST /neutron/port HTTP/1.1" 200 151 0.174689 10.0.0.41 - - [2025-09-18 03:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.007571 10.0.0.56 - - [2025-09-18 03:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005074 10.0.0.41 - - [2025-09-18 03:02:07] "GET /projects?obj_uuids=4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.030169 10.0.0.56 - - [2025-09-18 03:02:07] "GET /project/4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.086374 10.0.0.56 - - [2025-09-18 03:02:07] "POST /neutron/network HTTP/1.1" 200 117 0.010220 10.0.0.41 - - [2025-09-18 03:02:07] "POST /ref-update HTTP/1.1" 200 156 0.025521 10.0.0.56 - - [2025-09-18 03:02:07] "POST /neutron/network HTTP/1.1" 200 833 0.012014 10.0.0.56 - - [2025-09-18 03:02:07] "POST /id-to-fqname HTTP/1.1" 200 223 0.001312 10.0.0.56 - - [2025-09-18 03:02:07] "GET /virtual-network/472fcf07-41e9-4ab4-9f36-af41ce6d960d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006260 10.0.0.56 - - [2025-09-18 03:02:07] "GET /virtual-network/472fcf07-41e9-4ab4-9f36-af41ce6d960d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007086 10.0.0.56 - - [2025-09-18 03:02:07] "POST /neutron/subnet HTTP/1.1" 200 730 0.011148 10.0.0.56 - - [2025-09-18 03:02:08] "GET /virtual-network/472fcf07-41e9-4ab4-9f36-af41ce6d960d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005546 10.0.0.41 - - [2025-09-18 03:02:08] "GET /obj-perms HTTP/1.1" 200 5026 0.004844 10.0.0.56 - - [2025-09-18 03:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004994 10.0.0.41 - - [2025-09-18 03:02:08] "GET /projects?obj_uuids=4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001586 10.0.0.56 - - [2025-09-18 03:02:08] "GET /project/4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.063379 10.0.0.41 - - [2025-09-18 03:02:08] "POST /useragent-kv HTTP/1.1" 200 115 0.006848 10.0.0.56 - - [2025-09-18 03:02:09] "POST /neutron/subnet HTTP/1.1" 200 734 0.242731 10.0.0.56 - - [2025-09-18 03:02:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.001687 10.0.0.56 - - [2025-09-18 03:02:09] "GET /virtual-network/acb72991-fdf9-4fae-99b3-5d911e6675e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006982 10.0.0.56 - - [2025-09-18 03:02:09] "GET /virtual-network/acb72991-fdf9-4fae-99b3-5d911e6675e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007987 10.0.0.56 - - [2025-09-18 03:02:09] "POST /neutron/network HTTP/1.1" 200 834 0.008617 10.0.0.56 - - [2025-09-18 03:02:09] "GET /virtual-network/acb72991-fdf9-4fae-99b3-5d911e6675e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006037 10.0.0.56 - - [2025-09-18 03:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.41 - - [2025-09-18 03:02:09] "GET /projects?obj_uuids=4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001358 10.0.0.56 - - [2025-09-18 03:02:09] "GET /project/4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.047670 10.0.0.41 - - [2025-09-18 03:02:09] "GET /projects?obj_uuids=4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000993 10.0.0.56 - - [2025-09-18 03:02:09] "POST /neutron/network HTTP/1.1" 200 615 0.123787 10.0.0.41 - - [2025-09-18 03:02:09] "POST /route-targets HTTP/1.1" 200 327 0.018200 10.0.0.56 - - [2025-09-18 03:02:10] "POST /id-to-fqname HTTP/1.1" 200 224 0.003739 10.0.0.56 - - [2025-09-18 03:02:10] "GET /virtual-network/eeee660c-cf2b-4993-a279-df9c4de747ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006099 10.0.0.56 - - [2025-09-18 03:02:10] "POST /neutron/network HTTP/1.1" 200 835 0.008583 10.0.0.56 - - [2025-09-18 03:02:10] "GET /virtual-network/eeee660c-cf2b-4993-a279-df9c4de747ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005461 10.0.0.56 - - [2025-09-18 03:02:10] "GET /virtual-network/eeee660c-cf2b-4993-a279-df9c4de747ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005322 10.0.0.56 - - [2025-09-18 03:02:10] "GET /obj-perms HTTP/1.1" 200 5026 0.003644 10.0.0.22 - - [2025-09-18 03:02:10] "GET /obj-perms HTTP/1.1" 200 5026 0.003608 10.0.0.56 - - [2025-09-18 03:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.41 - - [2025-09-18 03:02:10] "GET /projects?obj_uuids=4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001427 10.0.0.56 - - [2025-09-18 03:02:10] "GET /project/4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.050939 10.0.0.56 - - [2025-09-18 03:02:10] "POST /neutron/network HTTP/1.1" 200 117 0.015345 10.0.0.41 - - [2025-09-18 03:02:11] "POST /ref-update HTTP/1.1" 200 156 0.027209 10.0.0.56 - - [2025-09-18 03:02:11] "POST /neutron/network HTTP/1.1" 200 846 0.009295 10.0.0.56 - - [2025-09-18 03:02:11] "POST /id-to-fqname HTTP/1.1" 200 229 0.001216 10.0.0.56 - - [2025-09-18 03:02:11] "GET /virtual-network/2af2d9fd-94f4-4f78-bc11-10a0b334f951?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005684 10.0.0.56 - - [2025-09-18 03:02:11] "GET /virtual-network/2af2d9fd-94f4-4f78-bc11-10a0b334f951?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.008260 10.0.0.56 - - [2025-09-18 03:02:11] "POST /neutron/subnet HTTP/1.1" 200 734 0.009676 10.0.0.56 - - [2025-09-18 03:02:11] "GET /virtual-network/2af2d9fd-94f4-4f78-bc11-10a0b334f951?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005749 10.0.0.41 - - [2025-09-18 03:02:12] "GET /obj-perms HTTP/1.1" 200 5026 0.005763 10.0.0.56 - - [2025-09-18 03:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004994 10.0.0.41 - - [2025-09-18 03:02:12] "GET /projects?obj_uuids=4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001559 10.0.0.56 - - [2025-09-18 03:02:12] "GET /project/4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.068590 10.0.0.41 - - [2025-09-18 03:02:12] "POST /useragent-kv HTTP/1.1" 200 115 0.009457 10.0.0.56 - - [2025-09-18 03:02:12] "POST /neutron/subnet HTTP/1.1" 200 725 0.203395 10.0.0.56 - - [2025-09-18 03:02:12] "POST /id-to-fqname HTTP/1.1" 200 230 0.001653 10.0.0.56 - - [2025-09-18 03:02:12] "GET /virtual-network/3b696772-2ca7-4427-8410-2fce833a85d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006845 10.0.0.56 - - [2025-09-18 03:02:12] "GET /virtual-network/3b696772-2ca7-4427-8410-2fce833a85d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007663 10.0.0.56 - - [2025-09-18 03:02:12] "POST /neutron/network HTTP/1.1" 200 846 0.007870 10.0.0.56 - - [2025-09-18 03:02:13] "GET /virtual-network/3b696772-2ca7-4427-8410-2fce833a85d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006114 10.0.0.56 - - [2025-09-18 03:02:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001321 10.0.0.41 - - [2025-09-18 03:02:14] "GET /projects?obj_uuids=4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001480 10.0.0.56 - - [2025-09-18 03:02:14] "GET /project/4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.085366 10.0.0.56 - - [2025-09-18 03:02:14] "POST /neutron/network HTTP/1.1" 200 834 0.033657 10.0.0.56 - - [2025-09-18 03:02:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.001649 10.0.0.56 - - [2025-09-18 03:02:14] "POST /neutron/port HTTP/1.1" 200 117 0.007082 10.0.0.41 - - [2025-09-18 03:02:15] "GET /projects?obj_uuids=4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001375 10.0.0.56 - - [2025-09-18 03:02:15] "POST /neutron/port HTTP/1.1" 200 1060 0.307705 10.0.0.56 - - [2025-09-18 03:02:15] "POST /neutron/port HTTP/1.1" 200 1114 0.122960 10.0.0.56 - - [2025-09-18 03:02:15] "POST /neutron/subnet HTTP/1.1" 200 708 0.011161 10.0.0.41 - - [2025-09-18 03:02:15] "GET /projects?obj_uuids=4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001381 10.0.0.56 - - [2025-09-18 03:02:15] "GET /project/4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.091483 10.0.0.56 - - [2025-09-18 03:02:15] "POST /neutron/network HTTP/1.1" 200 835 0.007571 10.0.0.56 - - [2025-09-18 03:02:16] "POST /neutron/port HTTP/1.1" 200 117 0.006643 10.0.0.56 - - [2025-09-18 03:02:16] "POST /fqname-to-id HTTP/1.1" 404 193 0.003525 10.0.0.56 - - [2025-09-18 03:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.41 - - [2025-09-18 03:02:16] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001244 10.0.0.56 - - [2025-09-18 03:02:16] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008357 10.0.0.56 - - [2025-09-18 03:02:16] "POST /service-templates HTTP/1.1" 200 543 0.036749 10.0.0.56 - - [2025-09-18 03:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.56 - - [2025-09-18 03:02:16] "GET /service-template/c8139116-e857-44aa-9c3d-73d3e97f0b6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.007255 10.0.0.56 - - [2025-09-18 03:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.56 - - [2025-09-18 03:02:16] "GET /service-template/c8139116-e857-44aa-9c3d-73d3e97f0b6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004761 10.0.0.56 - - [2025-09-18 03:02:16] "POST /id-to-fqname HTTP/1.1" 200 223 0.001299 10.0.0.56 - - [2025-09-18 03:02:16] "POST /id-to-fqname HTTP/1.1" 200 229 0.001288 10.0.0.56 - - [2025-09-18 03:02:16] "POST /id-to-fqname HTTP/1.1" 200 230 0.001229 10.0.0.56 - - [2025-09-18 03:02:16] "POST /neutron/port HTTP/1.1" 200 1920 0.065259 10.0.0.56 - - [2025-09-18 03:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.56 - - [2025-09-18 03:02:17] "POST /neutron/port HTTP/1.1" 200 1059 0.016322 10.0.0.56 - - [2025-09-18 03:02:17] "DELETE /service-template/c8139116-e857-44aa-9c3d-73d3e97f0b6c HTTP/1.1" 200 115 0.033618 10.0.0.56 - - [2025-09-18 03:02:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.003448 10.0.0.56 - - [2025-09-18 03:02:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004518 10.0.0.56 - - [2025-09-18 03:02:17] "POST /neutron/network HTTP/1.1" 200 835 0.008997 10.0.0.41 - - [2025-09-18 03:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005492 10.0.0.56 - - [2025-09-18 03:02:17] "POST /neutron/network HTTP/1.1" 200 846 0.007820 10.0.0.56 - - [2025-09-18 03:02:17] "POST /neutron/port HTTP/1.1" 200 1114 0.011317 10.0.0.41 - - [2025-09-18 03:02:18] "DELETE /route-target/bfed4f28-ebfb-4600-a7d5-91c70e6da7b4 HTTP/1.1" 200 115 0.024640 10.0.0.56 - - [2025-09-18 03:02:18] "POST /neutron/network HTTP/1.1" 400 204 0.014900 10.0.0.56 - - [2025-09-18 03:02:22] "POST /neutron/network HTTP/1.1" 200 835 0.007746 10.0.0.56 - - [2025-09-18 03:02:24] "POST /neutron/network HTTP/1.1" 400 204 0.015733 10.0.0.56 - - [2025-09-18 03:02:27] "POST /neutron/port HTTP/1.1" 200 1087 0.031139 10.0.0.56 - - [2025-09-18 03:02:28] "POST /neutron/port HTTP/1.1" 200 117 0.007823 10.0.0.56 - - [2025-09-18 03:02:28] "POST /neutron/port HTTP/1.1" 200 117 0.006507 10.0.0.56 - - [2025-09-18 03:02:29] "POST /neutron/network HTTP/1.1" 200 834 0.009454 10.0.0.41 - - [2025-09-18 03:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.41 - - [2025-09-18 03:02:29] "POST /useragent-kv HTTP/1.1" 200 115 0.011034 10.0.0.41 - - [2025-09-18 03:02:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003648 10.0.0.56 - - [2025-09-18 03:02:29] "POST /neutron/network HTTP/1.1" 200 151 0.131388 10.0.0.41 - - [2025-09-18 03:02:29] "DELETE /route-target/1eaa5892-5dc5-4012-a9ed-e008c90678b3 HTTP/1.1" 200 115 0.029008 10.0.0.41 - - [2025-09-18 03:02:31] "GET /projects?obj_uuids=4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001269 10.0.0.56 - - [2025-09-18 03:02:31] "GET /project/4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.085605 10.0.0.41 - - [2025-09-18 03:02:31] "GET /projects?obj_uuids=4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000910 10.0.0.56 - - [2025-09-18 03:02:31] "GET /project/4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e?fields=virtual_networks HTTP/1.1" 200 1027 0.049114 10.0.0.41 - - [2025-09-18 03:02:31] "GET /projects?obj_uuids=4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001001 10.0.0.56 - - [2025-09-18 03:02:31] "GET /project/4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.039783 10.0.0.41 - - [2025-09-18 03:02:31] "GET /projects?obj_uuids=4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001394 10.0.0.56 - - [2025-09-18 03:02:31] "GET /project/4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e?fields=security_groups HTTP/1.1" 200 1251 0.045128 10.0.0.56 - - [2025-09-18 03:02:32] "POST /fqname-to-id HTTP/1.1" 404 186 0.029455 10.0.0.41 - - [2025-09-18 03:02:32] "GET /projects?obj_uuids=ca4c4635-c5fa-4900-a0dd-2552afb4367e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003481 10.0.0.41 - - [2025-09-18 03:02:32] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001264 10.0.0.41 - - [2025-09-18 03:02:32] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007111 10.0.0.41 - - [2025-09-18 03:02:32] "POST /id-to-fqname HTTP/1.1" 200 188 0.002819 10.0.0.41 - - [2025-09-18 03:02:32] "POST /fqname-to-id HTTP/1.1" 404 197 0.005000 10.0.0.41 - - [2025-09-18 03:02:32] "POST /security-groups HTTP/1.1" 200 589 0.077755 10.0.0.41 - - [2025-09-18 03:02:32] "POST /projects HTTP/1.1" 200 581 0.288386 10.0.0.41 - - [2025-09-18 03:02:33] "POST /fqname-to-id HTTP/1.1" 404 231 0.006484 10.0.0.41 - - [2025-09-18 03:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.361809 10.0.0.56 - - [2025-09-18 03:02:33] "GET /project/ca4c4635-c5fa-4900-a0dd-2552afb4367e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.495513 10.0.0.56 - - [2025-09-18 03:02:34] "GET / HTTP/1.1" 200 35931 0.001697 10.0.0.56 - - [2025-09-18 03:02:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000507 10.0.0.56 - - [2025-09-18 03:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.061970 10.0.0.41 - - [2025-09-18 03:02:36] "GET /projects?obj_uuids=ca4c4635-c5fa-4900-a0dd-2552afb4367e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000923 10.0.0.56 - - [2025-09-18 03:02:36] "GET /project/ca4c4635-c5fa-4900-a0dd-2552afb4367e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.044428 10.0.0.41 - - [2025-09-18 03:02:36] "POST /ref-update HTTP/1.1" 200 156 0.029329 10.0.0.41 - - [2025-09-18 03:02:37] "POST /useragent-kv HTTP/1.1" 200 115 0.008888 10.0.0.56 - - [2025-09-18 03:02:37] "POST /neutron/subnet HTTP/1.1" 200 729 0.317157 10.0.0.56 - - [2025-09-18 03:02:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.001313 10.0.0.56 - - [2025-09-18 03:02:37] "GET /virtual-network/87965bbc-afa8-4b3a-a690-976bcfff997c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005297 10.0.0.56 - - [2025-09-18 03:02:37] "GET /virtual-network/87965bbc-afa8-4b3a-a690-976bcfff997c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005986 10.0.0.56 - - [2025-09-18 03:02:37] "POST /neutron/network HTTP/1.1" 200 833 0.008935 10.0.0.56 - - [2025-09-18 03:02:37] "GET /virtual-network/87965bbc-afa8-4b3a-a690-976bcfff997c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005897 10.0.0.56 - - [2025-09-18 03:02:38] "GET /obj-perms HTTP/1.1" 200 5026 0.066545 10.0.0.22 - - [2025-09-18 03:02:39] "GET /obj-perms HTTP/1.1" 200 5026 0.067495 10.0.0.56 - - [2025-09-18 03:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.41 - - [2025-09-18 03:02:39] "GET /projects?obj_uuids=ca4c4635-c5fa-4900-a0dd-2552afb4367e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001068 10.0.0.56 - - [2025-09-18 03:02:39] "GET /project/ca4c4635-c5fa-4900-a0dd-2552afb4367e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.045008 10.0.0.41 - - [2025-09-18 03:02:39] "GET /projects?obj_uuids=ca4c4635-c5fa-4900-a0dd-2552afb4367e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000988 10.0.0.56 - - [2025-09-18 03:02:39] "POST /neutron/network HTTP/1.1" 200 617 0.136128 10.0.0.56 - - [2025-09-18 03:02:40] "POST /id-to-fqname HTTP/1.1" 200 225 0.003731 10.0.0.56 - - [2025-09-18 03:02:40] "GET /virtual-network/a2c54f37-ad83-4efb-8b20-c1ddbe55aa57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005529 10.0.0.56 - - [2025-09-18 03:02:40] "POST /neutron/network HTTP/1.1" 200 836 0.008206 10.0.0.56 - - [2025-09-18 03:02:40] "GET /virtual-network/a2c54f37-ad83-4efb-8b20-c1ddbe55aa57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005899 10.0.0.56 - - [2025-09-18 03:02:40] "GET /virtual-network/a2c54f37-ad83-4efb-8b20-c1ddbe55aa57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005579 10.0.0.41 - - [2025-09-18 03:02:40] "GET /obj-perms HTTP/1.1" 200 5026 0.050751 10.0.0.56 - - [2025-09-18 03:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.41 - - [2025-09-18 03:02:40] "GET /projects?obj_uuids=ca4c4635-c5fa-4900-a0dd-2552afb4367e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001194 10.0.0.56 - - [2025-09-18 03:02:40] "GET /project/ca4c4635-c5fa-4900-a0dd-2552afb4367e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.047343 10.0.0.56 - - [2025-09-18 03:02:41] "POST /neutron/network HTTP/1.1" 200 117 0.013751 10.0.0.41 - - [2025-09-18 03:02:41] "POST /route-targets HTTP/1.1" 200 327 0.015046 10.0.0.56 - - [2025-09-18 03:02:41] "POST /neutron/network HTTP/1.1" 200 834 0.010402 10.0.0.56 - - [2025-09-18 03:02:41] "POST /id-to-fqname HTTP/1.1" 200 226 0.001609 10.0.0.56 - - [2025-09-18 03:02:41] "GET /virtual-network/7ccec73b-996a-4f73-bc72-1931d47cf96a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005529 10.0.0.56 - - [2025-09-18 03:02:41] "GET /virtual-network/7ccec73b-996a-4f73-bc72-1931d47cf96a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005950 10.0.0.56 - - [2025-09-18 03:02:41] "POST /neutron/subnet HTTP/1.1" 200 705 0.011086 10.0.0.56 - - [2025-09-18 03:02:41] "GET /virtual-network/7ccec73b-996a-4f73-bc72-1931d47cf96a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006837 10.0.0.56 - - [2025-09-18 03:02:42] "POST /id-to-fqname HTTP/1.1" 200 225 0.001266 10.0.0.41 - - [2025-09-18 03:02:43] "GET /projects?obj_uuids=ca4c4635-c5fa-4900-a0dd-2552afb4367e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001013 10.0.0.56 - - [2025-09-18 03:02:43] "GET /project/ca4c4635-c5fa-4900-a0dd-2552afb4367e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.069324 10.0.0.56 - - [2025-09-18 03:02:43] "POST /neutron/port HTTP/1.1" 200 117 0.006889 10.0.0.56 - - [2025-09-18 03:02:43] "POST /id-to-fqname HTTP/1.1" 200 226 0.001573 10.0.0.56 - - [2025-09-18 03:02:43] "POST /neutron/network HTTP/1.1" 200 844 0.007459 10.0.0.56 - - [2025-09-18 03:02:44] "POST /neutron/port HTTP/1.1" 200 1058 0.015055 10.0.0.56 - - [2025-09-18 03:02:44] "POST /neutron/port HTTP/1.1" 200 1086 0.017601 10.0.0.56 - - [2025-09-18 03:02:44] "POST /neutron/port HTTP/1.1" 200 117 0.001093 10.0.0.41 - - [2025-09-18 03:02:44] "GET /projects?obj_uuids=ca4c4635-c5fa-4900-a0dd-2552afb4367e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001263 10.0.0.56 - - [2025-09-18 03:02:44] "GET /project/ca4c4635-c5fa-4900-a0dd-2552afb4367e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.072532 10.0.0.56 - - [2025-09-18 03:02:45] "POST /neutron/port HTTP/1.1" 200 1086 0.027682 10.0.0.56 - - [2025-09-18 03:02:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.003791 10.0.0.56 - - [2025-09-18 03:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.41 - - [2025-09-18 03:02:45] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001444 10.0.0.56 - - [2025-09-18 03:02:45] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009438 10.0.0.56 - - [2025-09-18 03:02:45] "POST /service-templates HTTP/1.1" 200 543 0.043032 10.0.0.56 - - [2025-09-18 03:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.56 - - [2025-09-18 03:02:45] "GET /service-template/78cbfc62-9b68-4ee5-a60e-351abd6870b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.008156 10.0.0.56 - - [2025-09-18 03:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.56 - - [2025-09-18 03:02:45] "GET /service-template/78cbfc62-9b68-4ee5-a60e-351abd6870b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004198 10.0.0.56 - - [2025-09-18 03:02:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.002204 10.0.0.56 - - [2025-09-18 03:02:45] "POST /id-to-fqname HTTP/1.1" 200 225 0.001593 10.0.0.56 - - [2025-09-18 03:02:45] "POST /id-to-fqname HTTP/1.1" 200 226 0.001563 10.0.0.56 - - [2025-09-18 03:02:45] "POST /neutron/network HTTP/1.1" 200 844 0.007620 10.0.0.56 - - [2025-09-18 03:02:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008915 10.0.0.56 - - [2025-09-18 03:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.56 - - [2025-09-18 03:02:46] "DELETE /service-template/78cbfc62-9b68-4ee5-a60e-351abd6870b3 HTTP/1.1" 200 115 0.046177 10.0.0.56 - - [2025-09-18 03:02:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.006930 10.0.0.56 - - [2025-09-18 03:02:46] "POST /neutron/port HTTP/1.1" 200 1108 0.132590 10.0.0.56 - - [2025-09-18 03:02:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004308 10.0.0.56 - - [2025-09-18 03:02:46] "POST /neutron/port HTTP/1.1" 200 117 0.001136 10.0.0.56 - - [2025-09-18 03:02:47] "POST /neutron/port HTTP/1.1" 200 1112 0.013001 10.0.0.56 - - [2025-09-18 03:02:48] "POST /neutron/network HTTP/1.1" 400 204 0.013736 10.0.0.41 - - [2025-09-18 03:02:52] "DELETE /access-control-list/4494b62b-637e-4263-8445-2c24fd8bcf75 HTTP/1.1" 200 115 0.035989 10.0.0.56 - - [2025-09-18 03:02:52] "POST /neutron/network HTTP/1.1" 200 834 0.007751 10.0.0.56 - - [2025-09-18 03:02:54] "GET /obj-perms HTTP/1.1" 200 5056 0.061754 10.0.0.56 - - [2025-09-18 03:02:54] "POST /neutron/network HTTP/1.1" 400 204 0.017939 10.0.0.56 - - [2025-09-18 03:02:57] "POST /neutron/port HTTP/1.1" 200 1082 0.017154 10.0.0.56 - - [2025-09-18 03:02:57] "POST /neutron/port HTTP/1.1" 200 117 0.006341 10.0.0.56 - - [2025-09-18 03:02:57] "POST /neutron/port HTTP/1.1" 200 117 0.006670 10.0.0.56 - - [2025-09-18 03:02:59] "POST /neutron/network HTTP/1.1" 200 836 0.007310 10.0.0.41 - - [2025-09-18 03:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.41 - - [2025-09-18 03:02:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002875 10.0.0.41 - - [2025-09-18 03:02:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002470 10.0.0.56 - - [2025-09-18 03:02:59] "POST /neutron/network HTTP/1.1" 200 151 0.123131 10.0.0.41 - - [2025-09-18 03:02:59] "DELETE /route-target/0207b6f6-b30d-4832-88bf-36d81d69a742 HTTP/1.1" 200 115 0.032403 10.0.0.41 - - [2025-09-18 03:03:02] "DELETE /project/4d1cefbb-efd4-42eb-a6b9-d67cc08ca33e HTTP/1.1" 404 177 0.004915 10.0.0.41 - - [2025-09-18 03:03:02] "DELETE /project/ca4c4635c5fa4900a0dd2552afb4367e HTTP/1.1" 404 173 0.004374 10.0.0.56 - - [2025-09-18 03:03:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.41 - - [2025-09-18 03:03:02] "GET /projects?obj_uuids=ca4c4635-c5fa-4900-a0dd-2552afb4367e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000905 10.0.0.56 - - [2025-09-18 03:03:02] "GET /project/ca4c4635-c5fa-4900-a0dd-2552afb4367e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.052471 10.0.0.41 - - [2025-09-18 03:03:03] "POST /useragent-kv HTTP/1.1" 200 115 0.006875 10.0.0.56 - - [2025-09-18 03:03:03] "POST /neutron/subnet HTTP/1.1" 200 719 0.208140 10.0.0.56 - - [2025-09-18 03:03:03] "POST /id-to-fqname HTTP/1.1" 200 223 0.001301 10.0.0.56 - - [2025-09-18 03:03:03] "GET /virtual-network/92a5ab5b-4c2d-45cc-a047-9128300a1c38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006063 10.0.0.56 - - [2025-09-18 03:03:03] "GET /virtual-network/92a5ab5b-4c2d-45cc-a047-9128300a1c38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005108 10.0.0.56 - - [2025-09-18 03:03:03] "POST /neutron/network HTTP/1.1" 200 831 0.007211 10.0.0.56 - - [2025-09-18 03:03:03] "GET /virtual-network/92a5ab5b-4c2d-45cc-a047-9128300a1c38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006284 10.0.0.22 - - [2025-09-18 03:03:03] "GET /obj-perms HTTP/1.1" 200 5026 0.006104 10.0.0.41 - - [2025-09-18 03:03:03] "GET /obj-perms HTTP/1.1" 200 5026 0.003436 10.0.0.56 - - [2025-09-18 03:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.41 - - [2025-09-18 03:03:03] "GET /projects?obj_uuids=ca4c4635-c5fa-4900-a0dd-2552afb4367e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001345 10.0.0.56 - - [2025-09-18 03:03:03] "GET /project/ca4c4635-c5fa-4900-a0dd-2552afb4367e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.037652 10.0.0.41 - - [2025-09-18 03:03:03] "GET /projects?obj_uuids=ca4c4635-c5fa-4900-a0dd-2552afb4367e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000991 10.0.0.56 - - [2025-09-18 03:03:04] "POST /neutron/network HTTP/1.1" 200 613 0.157850 10.0.0.41 - - [2025-09-18 03:03:04] "POST /route-targets HTTP/1.1" 200 327 0.015126 10.0.0.56 - - [2025-09-18 03:03:04] "POST /id-to-fqname HTTP/1.1" 200 223 0.003374 10.0.0.56 - - [2025-09-18 03:03:04] "GET /virtual-network/c09efaf2-a212-4667-aa4d-380bcd1a7122?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007271 10.0.0.56 - - [2025-09-18 03:03:04] "POST /neutron/network HTTP/1.1" 200 831 0.006939 10.0.0.56 - - [2025-09-18 03:03:04] "GET /virtual-network/c09efaf2-a212-4667-aa4d-380bcd1a7122?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007117 10.0.0.56 - - [2025-09-18 03:03:04] "GET /virtual-network/c09efaf2-a212-4667-aa4d-380bcd1a7122?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005966 10.0.0.56 - - [2025-09-18 03:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.41 - - [2025-09-18 03:03:05] "GET /projects?obj_uuids=ca4c4635-c5fa-4900-a0dd-2552afb4367e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001163 10.0.0.56 - - [2025-09-18 03:03:05] "GET /project/ca4c4635-c5fa-4900-a0dd-2552afb4367e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.051770 10.0.0.56 - - [2025-09-18 03:03:05] "POST /neutron/network HTTP/1.1" 200 117 0.016642 10.0.0.41 - - [2025-09-18 03:03:05] "POST /ref-update HTTP/1.1" 200 156 0.021762 10.0.0.56 - - [2025-09-18 03:03:05] "POST /neutron/network HTTP/1.1" 200 834 0.008976 10.0.0.56 - - [2025-09-18 03:03:05] "POST /id-to-fqname HTTP/1.1" 200 224 0.001565 10.0.0.56 - - [2025-09-18 03:03:05] "GET /virtual-network/a64449bd-140d-48e3-9f3d-bc8124812da8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005513 10.0.0.56 - - [2025-09-18 03:03:05] "GET /virtual-network/a64449bd-140d-48e3-9f3d-bc8124812da8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005607 10.0.0.56 - - [2025-09-18 03:03:05] "POST /neutron/subnet HTTP/1.1" 200 725 0.008916 10.0.0.56 - - [2025-09-18 03:03:05] "GET /virtual-network/a64449bd-140d-48e3-9f3d-bc8124812da8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005649 10.0.0.56 - - [2025-09-18 03:03:06] "GET /obj-perms HTTP/1.1" 200 5026 0.003816 10.0.0.56 - - [2025-09-18 03:03:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.001410 10.0.0.41 - - [2025-09-18 03:03:07] "GET /projects?obj_uuids=ca4c4635-c5fa-4900-a0dd-2552afb4367e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001008 10.0.0.56 - - [2025-09-18 03:03:07] "GET /project/ca4c4635-c5fa-4900-a0dd-2552afb4367e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.065590 10.0.0.56 - - [2025-09-18 03:03:07] "POST /neutron/port HTTP/1.1" 200 117 0.006699 10.0.0.56 - - [2025-09-18 03:03:07] "POST /id-to-fqname HTTP/1.1" 200 224 0.001343 10.0.0.56 - - [2025-09-18 03:03:07] "POST /neutron/network HTTP/1.1" 200 844 0.006967 10.0.0.56 - - [2025-09-18 03:03:08] "POST /neutron/port HTTP/1.1" 200 1057 0.050517 10.0.0.41 - - [2025-09-18 03:03:08] "GET /projects?obj_uuids=ca4c4635-c5fa-4900-a0dd-2552afb4367e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.009405 10.0.0.56 - - [2025-09-18 03:03:08] "POST /neutron/port HTTP/1.1" 200 1085 0.022169 10.0.0.56 - - [2025-09-18 03:03:08] "GET /project/ca4c4635-c5fa-4900-a0dd-2552afb4367e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.156689 10.0.0.56 - - [2025-09-18 03:03:08] "POST /neutron/subnet HTTP/1.1" 200 694 0.009163 10.0.0.56 - - [2025-09-18 03:03:08] "POST /neutron/port HTTP/1.1" 200 1085 0.018654 10.0.0.56 - - [2025-09-18 03:03:09] "POST /fqname-to-id HTTP/1.1" 404 193 0.004487 10.0.0.56 - - [2025-09-18 03:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.41 - - [2025-09-18 03:03:09] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001045 10.0.0.56 - - [2025-09-18 03:03:09] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007821 10.0.0.56 - - [2025-09-18 03:03:09] "POST /service-templates HTTP/1.1" 200 543 0.032625 10.0.0.56 - - [2025-09-18 03:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.56 - - [2025-09-18 03:03:09] "GET /service-template/99ae94f6-258b-4724-9d37-22f14c0f09ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006857 10.0.0.56 - - [2025-09-18 03:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.56 - - [2025-09-18 03:03:09] "GET /service-template/99ae94f6-258b-4724-9d37-22f14c0f09ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004483 10.0.0.56 - - [2025-09-18 03:03:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.001168 10.0.0.56 - - [2025-09-18 03:03:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.001199 10.0.0.56 - - [2025-09-18 03:03:09] "POST /id-to-fqname HTTP/1.1" 200 224 0.001161 10.0.0.56 - - [2025-09-18 03:03:09] "POST /neutron/network HTTP/1.1" 200 844 0.008984 10.0.0.56 - - [2025-09-18 03:03:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010369 10.0.0.56 - - [2025-09-18 03:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.56 - - [2025-09-18 03:03:09] "DELETE /service-template/99ae94f6-258b-4724-9d37-22f14c0f09ae HTTP/1.1" 200 115 0.041747 10.0.0.56 - - [2025-09-18 03:03:09] "POST /fqname-to-id HTTP/1.1" 404 193 0.005963 10.0.0.56 - - [2025-09-18 03:03:10] "POST /neutron/port HTTP/1.1" 200 1112 0.112723 10.0.0.56 - - [2025-09-18 03:03:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004674 10.0.0.56 - - [2025-09-18 03:03:10] "POST /neutron/port HTTP/1.1" 200 117 0.001456 10.0.0.56 - - [2025-09-18 03:03:11] "POST /neutron/port HTTP/1.1" 200 1112 0.014836 10.0.0.56 - - [2025-09-18 03:03:12] "POST /neutron/network HTTP/1.1" 200 2185 0.014473 10.0.0.41 - - [2025-09-18 03:03:12] "POST /useragent-kv HTTP/1.1" 200 115 0.006175 10.0.0.41 - - [2025-09-18 03:03:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003242 10.0.0.56 - - [2025-09-18 03:03:12] "POST /neutron/network HTTP/1.1" 200 151 0.147022 10.0.0.56 - - [2025-09-18 03:03:12] "POST /neutron/network HTTP/1.1" 400 204 0.014430 10.0.0.56 - - [2025-09-18 03:03:16] "POST /neutron/network HTTP/1.1" 200 831 0.008260 10.0.0.56 - - [2025-09-18 03:03:18] "POST /neutron/network HTTP/1.1" 400 204 0.014150 10.0.0.56 - - [2025-09-18 03:03:19] "POST /neutron/port HTTP/1.1" 200 151 0.196699 10.0.0.41 - - [2025-09-18 03:03:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004578 10.0.0.41 - - [2025-09-18 03:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.011447 10.0.0.41 - - [2025-09-18 03:03:20] "POST /useragent-kv HTTP/1.1" 200 115 0.007958 10.0.0.56 - - [2025-09-18 03:03:20] "POST /neutron/network HTTP/1.1" 200 151 0.135133 10.0.0.41 - - [2025-09-18 03:03:21] "DELETE /route-target/59862f38-287c-463d-aa04-d8308507d364 HTTP/1.1" 200 115 0.032187 10.0.0.41 - - [2025-09-18 03:03:22] "GET /projects?obj_uuids=ca4c4635-c5fa-4900-a0dd-2552afb4367e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000975 10.0.0.56 - - [2025-09-18 03:03:22] "GET /project/ca4c4635-c5fa-4900-a0dd-2552afb4367e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.051751 10.0.0.41 - - [2025-09-18 03:03:22] "GET /projects?obj_uuids=ca4c4635-c5fa-4900-a0dd-2552afb4367e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000896 10.0.0.56 - - [2025-09-18 03:03:22] "GET /project/ca4c4635-c5fa-4900-a0dd-2552afb4367e?fields=virtual_networks HTTP/1.1" 200 1028 0.070794 10.0.0.41 - - [2025-09-18 03:03:23] "GET /projects?obj_uuids=ca4c4635-c5fa-4900-a0dd-2552afb4367e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000982 10.0.0.56 - - [2025-09-18 03:03:23] "GET /project/ca4c4635-c5fa-4900-a0dd-2552afb4367e?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.045629 10.0.0.41 - - [2025-09-18 03:03:23] "GET /projects?obj_uuids=ca4c4635-c5fa-4900-a0dd-2552afb4367e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001009 10.0.0.56 - - [2025-09-18 03:03:23] "GET /project/ca4c4635-c5fa-4900-a0dd-2552afb4367e?fields=security_groups HTTP/1.1" 200 1252 0.043506 10.0.0.56 - - [2025-09-18 03:03:24] "POST /fqname-to-id HTTP/1.1" 404 184 0.030807 10.0.0.41 - - [2025-09-18 03:03:24] "GET /projects?obj_uuids=4f4e4097-dcce-4868-a9c2-29d74f1abd03&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003259 10.0.0.41 - - [2025-09-18 03:03:24] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000972 10.0.0.41 - - [2025-09-18 03:03:24] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007241 10.0.0.41 - - [2025-09-18 03:03:24] "POST /id-to-fqname HTTP/1.1" 200 186 0.001207 10.0.0.41 - - [2025-09-18 03:03:24] "POST /fqname-to-id HTTP/1.1" 404 195 0.008355 10.0.0.41 - - [2025-09-18 03:03:24] "POST /security-groups HTTP/1.1" 200 587 0.035824 10.0.0.41 - - [2025-09-18 03:03:24] "POST /projects HTTP/1.1" 200 577 0.239960 10.0.0.41 - - [2025-09-18 03:03:24] "POST /fqname-to-id HTTP/1.1" 404 229 0.012949 10.0.0.41 - - [2025-09-18 03:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.315031 10.0.0.56 - - [2025-09-18 03:03:24] "GET /project/4f4e4097-dcce-4868-a9c2-29d74f1abd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.473845 10.0.0.56 - - [2025-09-18 03:03:25] "GET / HTTP/1.1" 200 35931 0.002559 10.0.0.56 - - [2025-09-18 03:03:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000719 10.0.0.56 - - [2025-09-18 03:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.034204 10.0.0.41 - - [2025-09-18 03:03:28] "GET /projects?obj_uuids=4f4e4097-dcce-4868-a9c2-29d74f1abd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000941 10.0.0.56 - - [2025-09-18 03:03:28] "GET /project/4f4e4097-dcce-4868-a9c2-29d74f1abd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.038657 10.0.0.56 - - [2025-09-18 03:03:28] "POST /neutron/network HTTP/1.1" 200 117 0.037706 10.0.0.41 - - [2025-09-18 03:03:28] "POST /ref-update HTTP/1.1" 200 156 0.031445 10.0.0.56 - - [2025-09-18 03:03:28] "POST /neutron/network HTTP/1.1" 200 831 0.010861 10.0.0.56 - - [2025-09-18 03:03:28] "POST /id-to-fqname HTTP/1.1" 200 221 0.001223 10.0.0.56 - - [2025-09-18 03:03:28] "GET /virtual-network/823d0493-1ba1-4718-bedb-ffef63c75b2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005588 10.0.0.56 - - [2025-09-18 03:03:28] "GET /virtual-network/823d0493-1ba1-4718-bedb-ffef63c75b2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005278 10.0.0.56 - - [2025-09-18 03:03:28] "POST /neutron/subnet HTTP/1.1" 200 729 0.011899 10.0.0.56 - - [2025-09-18 03:03:29] "GET /virtual-network/823d0493-1ba1-4718-bedb-ffef63c75b2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005681 10.0.0.22 - - [2025-09-18 03:03:30] "GET /obj-perms HTTP/1.1" 200 5022 0.061980 10.0.0.41 - - [2025-09-18 03:03:30] "GET /obj-perms HTTP/1.1" 200 5022 0.058360 10.0.0.56 - - [2025-09-18 03:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.41 - - [2025-09-18 03:03:31] "GET /projects?obj_uuids=4f4e4097-dcce-4868-a9c2-29d74f1abd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001356 10.0.0.56 - - [2025-09-18 03:03:31] "GET /project/4f4e4097-dcce-4868-a9c2-29d74f1abd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.040968 10.0.0.41 - - [2025-09-18 03:03:31] "POST /useragent-kv HTTP/1.1" 200 115 0.006579 10.0.0.56 - - [2025-09-18 03:03:31] "POST /neutron/subnet HTTP/1.1" 200 719 0.215294 10.0.0.56 - - [2025-09-18 03:03:31] "POST /id-to-fqname HTTP/1.1" 200 221 0.001335 10.0.0.56 - - [2025-09-18 03:03:31] "GET /virtual-network/19db378d-b94e-4caa-bf4d-ca65e35e29d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005831 10.0.0.56 - - [2025-09-18 03:03:31] "GET /virtual-network/19db378d-b94e-4caa-bf4d-ca65e35e29d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005164 10.0.0.56 - - [2025-09-18 03:03:31] "POST /neutron/network HTTP/1.1" 200 829 0.007877 10.0.0.56 - - [2025-09-18 03:03:31] "GET /virtual-network/19db378d-b94e-4caa-bf4d-ca65e35e29d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005970 10.0.0.56 - - [2025-09-18 03:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.41 - - [2025-09-18 03:03:32] "GET /projects?obj_uuids=4f4e4097-dcce-4868-a9c2-29d74f1abd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001395 10.0.0.56 - - [2025-09-18 03:03:32] "GET /project/4f4e4097-dcce-4868-a9c2-29d74f1abd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.041987 10.0.0.41 - - [2025-09-18 03:03:32] "GET /projects?obj_uuids=4f4e4097-dcce-4868-a9c2-29d74f1abd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000956 10.0.0.56 - - [2025-09-18 03:03:32] "POST /neutron/network HTTP/1.1" 200 613 0.123902 10.0.0.41 - - [2025-09-18 03:03:32] "POST /route-targets HTTP/1.1" 200 327 0.019767 10.0.0.56 - - [2025-09-18 03:03:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.003281 10.0.0.56 - - [2025-09-18 03:03:32] "GET /virtual-network/8e0f9026-164a-4353-a72e-b0f6a47f2bf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005361 10.0.0.56 - - [2025-09-18 03:03:32] "POST /neutron/network HTTP/1.1" 200 833 0.006961 10.0.0.56 - - [2025-09-18 03:03:32] "GET /virtual-network/8e0f9026-164a-4353-a72e-b0f6a47f2bf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006283 10.0.0.56 - - [2025-09-18 03:03:33] "GET /virtual-network/8e0f9026-164a-4353-a72e-b0f6a47f2bf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006248 10.0.0.56 - - [2025-09-18 03:03:33] "GET /obj-perms HTTP/1.1" 200 5022 0.057984 10.0.0.56 - - [2025-09-18 03:03:33] "POST /id-to-fqname HTTP/1.1" 200 221 0.001327 10.0.0.56 - - [2025-09-18 03:03:33] "POST /neutron/network HTTP/1.1" 200 839 0.007998 10.0.0.41 - - [2025-09-18 03:03:34] "GET /projects?obj_uuids=4f4e4097-dcce-4868-a9c2-29d74f1abd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001075 10.0.0.56 - - [2025-09-18 03:03:34] "GET /project/4f4e4097-dcce-4868-a9c2-29d74f1abd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.073947 10.0.0.56 - - [2025-09-18 03:03:35] "POST /neutron/port HTTP/1.1" 200 117 0.006275 10.0.0.56 - - [2025-09-18 03:03:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001264 10.0.0.56 - - [2025-09-18 03:03:35] "POST /neutron/network HTTP/1.1" 200 839 0.006803 10.0.0.56 - - [2025-09-18 03:03:36] "POST /neutron/port HTTP/1.1" 200 1055 0.017899 10.0.0.41 - - [2025-09-18 03:03:36] "GET /projects?obj_uuids=4f4e4097-dcce-4868-a9c2-29d74f1abd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001586 10.0.0.56 - - [2025-09-18 03:03:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009480 10.0.0.56 - - [2025-09-18 03:03:36] "GET /project/4f4e4097-dcce-4868-a9c2-29d74f1abd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.093816 10.0.0.56 - - [2025-09-18 03:03:36] "POST /neutron/port HTTP/1.1" 200 117 0.001253 10.0.0.56 - - [2025-09-18 03:03:36] "POST /neutron/security_group HTTP/1.1" 200 2054 0.010453 10.0.0.56 - - [2025-09-18 03:03:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.004315 10.0.0.56 - - [2025-09-18 03:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.41 - - [2025-09-18 03:03:36] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.56 - - [2025-09-18 03:03:36] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007758 10.0.0.56 - - [2025-09-18 03:03:36] "POST /service-templates HTTP/1.1" 200 543 0.045040 10.0.0.56 - - [2025-09-18 03:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.56 - - [2025-09-18 03:03:36] "GET /service-template/bcbd36ad-6f6e-413d-b5f8-5941b9b0586d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.006577 10.0.0.56 - - [2025-09-18 03:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.56 - - [2025-09-18 03:03:36] "GET /service-template/bcbd36ad-6f6e-413d-b5f8-5941b9b0586d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004501 10.0.0.56 - - [2025-09-18 03:03:36] "POST /id-to-fqname HTTP/1.1" 200 221 0.001457 10.0.0.41 - - [2025-09-18 03:03:36] "GET /projects?obj_uuids=4f4e4097-dcce-4868-a9c2-29d74f1abd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000998 10.0.0.56 - - [2025-09-18 03:03:36] "POST /id-to-fqname HTTP/1.1" 200 221 0.001309 10.0.0.56 - - [2025-09-18 03:03:36] "POST /id-to-fqname HTTP/1.1" 200 222 0.001369 10.0.0.56 - - [2025-09-18 03:03:37] "POST /neutron/port HTTP/1.1" 200 1057 0.339884 10.0.0.56 - - [2025-09-18 03:03:37] "POST /neutron/port HTTP/1.1" 200 1057 0.012897 10.0.0.56 - - [2025-09-18 03:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002725 10.0.0.56 - - [2025-09-18 03:03:37] "DELETE /service-template/bcbd36ad-6f6e-413d-b5f8-5941b9b0586d HTTP/1.1" 200 115 0.032356 10.0.0.56 - - [2025-09-18 03:03:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.003915 10.0.0.56 - - [2025-09-18 03:03:37] "POST /neutron/port HTTP/1.1" 200 1085 0.018924 10.0.0.56 - - [2025-09-18 03:03:37] "POST /neutron/port HTTP/1.1" 200 117 0.001126 10.0.0.56 - - [2025-09-18 03:03:37] "POST /neutron/network HTTP/1.1" 400 204 0.014800 10.0.0.56 - - [2025-09-18 03:03:38] "POST /neutron/port HTTP/1.1" 200 151 0.208857 10.0.0.56 - - [2025-09-18 03:03:41] "POST /neutron/network HTTP/1.1" 200 833 0.007817 10.0.0.56 - - [2025-09-18 03:03:43] "POST /neutron/network HTTP/1.1" 400 204 0.014702 10.0.0.56 - - [2025-09-18 03:03:47] "POST /neutron/port HTTP/1.1" 200 1085 0.014744 10.0.0.56 - - [2025-09-18 03:03:47] "POST /neutron/port HTTP/1.1" 200 117 0.006673 10.0.0.56 - - [2025-09-18 03:03:47] "POST /neutron/network HTTP/1.1" 200 833 0.006962 10.0.0.41 - - [2025-09-18 03:03:48] "DELETE /route-target/af99e639-8ffe-432c-a8a0-1c980a10eafc HTTP/1.1" 200 115 0.048205 10.0.0.56 - - [2025-09-18 03:03:48] "POST /neutron/network HTTP/1.1" 200 829 0.008534 10.0.0.41 - - [2025-09-18 03:03:49] "POST /useragent-kv HTTP/1.1" 200 115 0.006968 10.0.0.41 - - [2025-09-18 03:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.010441 10.0.0.41 - - [2025-09-18 03:03:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004344 10.0.0.56 - - [2025-09-18 03:03:49] "POST /neutron/network HTTP/1.1" 200 151 0.141271 10.0.0.56 - - [2025-09-18 03:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005878 10.0.0.41 - - [2025-09-18 03:03:51] "GET /projects?obj_uuids=4f4e4097-dcce-4868-a9c2-29d74f1abd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001722 10.0.0.56 - - [2025-09-18 03:03:51] "GET /project/4f4e4097-dcce-4868-a9c2-29d74f1abd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.057767 10.0.0.41 - - [2025-09-18 03:03:52] "POST /ref-update HTTP/1.1" 200 156 0.026568 10.0.0.41 - - [2025-09-18 03:03:52] "POST /useragent-kv HTTP/1.1" 200 115 0.011620 10.0.0.56 - - [2025-09-18 03:03:52] "POST /neutron/subnet HTTP/1.1" 200 720 0.243443 10.0.0.56 - - [2025-09-18 03:03:52] "POST /id-to-fqname HTTP/1.1" 200 221 0.001223 10.0.0.56 - - [2025-09-18 03:03:52] "GET /virtual-network/d48fe0de-3594-42b7-a18e-d973fe397fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005306 10.0.0.56 - - [2025-09-18 03:03:52] "GET /virtual-network/d48fe0de-3594-42b7-a18e-d973fe397fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005317 10.0.0.56 - - [2025-09-18 03:03:52] "POST /neutron/network HTTP/1.1" 200 829 0.011933 10.0.0.56 - - [2025-09-18 03:03:53] "GET /virtual-network/d48fe0de-3594-42b7-a18e-d973fe397fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007231 10.0.0.22 - - [2025-09-18 03:03:53] "GET /obj-perms HTTP/1.1" 200 5022 0.005336 10.0.0.41 - - [2025-09-18 03:03:53] "GET /obj-perms HTTP/1.1" 200 5022 0.003535 10.0.0.56 - - [2025-09-18 03:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.41 - - [2025-09-18 03:03:53] "GET /projects?obj_uuids=4f4e4097-dcce-4868-a9c2-29d74f1abd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001445 10.0.0.56 - - [2025-09-18 03:03:53] "GET /project/4f4e4097-dcce-4868-a9c2-29d74f1abd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.058532 10.0.0.41 - - [2025-09-18 03:03:53] "GET /projects?obj_uuids=4f4e4097-dcce-4868-a9c2-29d74f1abd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001088 10.0.0.56 - - [2025-09-18 03:03:53] "POST /neutron/network HTTP/1.1" 200 611 0.156403 10.0.0.41 - - [2025-09-18 03:03:53] "POST /route-targets HTTP/1.1" 200 327 0.012980 10.0.0.56 - - [2025-09-18 03:03:54] "POST /id-to-fqname HTTP/1.1" 200 221 0.003539 10.0.0.56 - - [2025-09-18 03:03:54] "GET /virtual-network/62fd1d84-7e43-4606-b5ac-649496d14ee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.014558 10.0.0.56 - - [2025-09-18 03:03:54] "POST /neutron/network HTTP/1.1" 200 827 0.007002 10.0.0.56 - - [2025-09-18 03:03:54] "GET /virtual-network/62fd1d84-7e43-4606-b5ac-649496d14ee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005739 10.0.0.56 - - [2025-09-18 03:03:54] "GET /virtual-network/62fd1d84-7e43-4606-b5ac-649496d14ee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005807 10.0.0.56 - - [2025-09-18 03:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.41 - - [2025-09-18 03:03:54] "GET /projects?obj_uuids=4f4e4097-dcce-4868-a9c2-29d74f1abd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001163 10.0.0.56 - - [2025-09-18 03:03:54] "GET /project/4f4e4097-dcce-4868-a9c2-29d74f1abd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.063886 10.0.0.56 - - [2025-09-18 03:03:54] "POST /neutron/network HTTP/1.1" 200 117 0.014734 10.0.0.41 - - [2025-09-18 03:03:55] "POST /ref-update HTTP/1.1" 200 156 0.026252 10.0.0.56 - - [2025-09-18 03:03:55] "POST /neutron/network HTTP/1.1" 200 832 0.011704 10.0.0.56 - - [2025-09-18 03:03:55] "POST /id-to-fqname HTTP/1.1" 200 222 0.001542 10.0.0.56 - - [2025-09-18 03:03:55] "GET /virtual-network/93d70779-f831-4133-a848-6c77306e09fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005805 10.0.0.56 - - [2025-09-18 03:03:55] "GET /virtual-network/93d70779-f831-4133-a848-6c77306e09fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005700 10.0.0.56 - - [2025-09-18 03:03:55] "POST /neutron/subnet HTTP/1.1" 200 725 0.010267 10.0.0.56 - - [2025-09-18 03:03:55] "GET /virtual-network/93d70779-f831-4133-a848-6c77306e09fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006342 10.0.0.56 - - [2025-09-18 03:03:56] "GET /obj-perms HTTP/1.1" 200 5022 0.003683 10.0.0.22 - - [2025-09-18 03:03:56] "GET /obj-perms HTTP/1.1" 200 5022 0.004396 10.0.0.41 - - [2025-09-18 03:03:56] "GET /obj-perms HTTP/1.1" 200 5022 0.003326 10.0.0.56 - - [2025-09-18 03:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.41 - - [2025-09-18 03:03:56] "GET /projects?obj_uuids=4f4e4097-dcce-4868-a9c2-29d74f1abd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001051 10.0.0.56 - - [2025-09-18 03:03:56] "GET /project/4f4e4097-dcce-4868-a9c2-29d74f1abd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.038835 10.0.0.41 - - [2025-09-18 03:03:56] "POST /useragent-kv HTTP/1.1" 200 115 0.011721 10.0.0.56 - - [2025-09-18 03:03:56] "POST /neutron/subnet HTTP/1.1" 200 729 0.193134 10.0.0.56 - - [2025-09-18 03:03:56] "POST /id-to-fqname HTTP/1.1" 200 227 0.001260 10.0.0.56 - - [2025-09-18 03:03:56] "GET /virtual-network/c7679b79-d870-43c4-a025-ccb5bb6f19fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005330 10.0.0.56 - - [2025-09-18 03:03:56] "GET /virtual-network/c7679b79-d870-43c4-a025-ccb5bb6f19fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006197 10.0.0.56 - - [2025-09-18 03:03:56] "POST /neutron/network HTTP/1.1" 200 843 0.007712 10.0.0.56 - - [2025-09-18 03:03:56] "GET /virtual-network/c7679b79-d870-43c4-a025-ccb5bb6f19fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005912 10.0.0.56 - - [2025-09-18 03:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.41 - - [2025-09-18 03:03:57] "GET /projects?obj_uuids=4f4e4097-dcce-4868-a9c2-29d74f1abd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001240 10.0.0.56 - - [2025-09-18 03:03:57] "GET /project/4f4e4097-dcce-4868-a9c2-29d74f1abd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.035964 10.0.0.41 - - [2025-09-18 03:03:57] "GET /projects?obj_uuids=4f4e4097-dcce-4868-a9c2-29d74f1abd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000993 10.0.0.56 - - [2025-09-18 03:03:57] "POST /neutron/network HTTP/1.1" 200 625 0.137990 10.0.0.41 - - [2025-09-18 03:03:57] "POST /route-targets HTTP/1.1" 200 327 0.017886 10.0.0.56 - - [2025-09-18 03:03:57] "POST /id-to-fqname HTTP/1.1" 200 228 0.003919 10.0.0.56 - - [2025-09-18 03:03:57] "GET /virtual-network/4e32f6ec-31b5-48f2-b85f-91a690946ae8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005625 10.0.0.56 - - [2025-09-18 03:03:57] "POST /neutron/network HTTP/1.1" 200 843 0.006631 10.0.0.56 - - [2025-09-18 03:03:57] "GET /virtual-network/4e32f6ec-31b5-48f2-b85f-91a690946ae8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005598 10.0.0.56 - - [2025-09-18 03:03:58] "GET /virtual-network/4e32f6ec-31b5-48f2-b85f-91a690946ae8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005877 10.0.0.56 - - [2025-09-18 03:03:58] "POST /id-to-fqname HTTP/1.1" 200 221 0.001381 10.0.0.56 - - [2025-09-18 03:03:58] "POST /neutron/network HTTP/1.1" 200 837 0.007330 10.0.0.41 - - [2025-09-18 03:03:59] "GET /projects?obj_uuids=4f4e4097-dcce-4868-a9c2-29d74f1abd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001382 10.0.0.56 - - [2025-09-18 03:03:59] "GET /project/4f4e4097-dcce-4868-a9c2-29d74f1abd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.075444 10.0.0.56 - - [2025-09-18 03:03:59] "POST /neutron/port HTTP/1.1" 200 117 0.008187 10.0.0.56 - - [2025-09-18 03:03:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.001403 10.0.0.56 - - [2025-09-18 03:04:00] "POST /neutron/network HTTP/1.1" 200 837 0.007606 10.0.0.56 - - [2025-09-18 03:04:00] "POST /neutron/port HTTP/1.1" 200 1053 0.020548 10.0.0.41 - - [2025-09-18 03:04:00] "GET /projects?obj_uuids=4f4e4097-dcce-4868-a9c2-29d74f1abd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001138 10.0.0.56 - - [2025-09-18 03:04:00] "GET /project/4f4e4097-dcce-4868-a9c2-29d74f1abd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.117282 10.0.0.56 - - [2025-09-18 03:04:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004742 10.0.0.56 - - [2025-09-18 03:04:00] "POST /neutron/port HTTP/1.1" 200 117 0.001581 10.0.0.56 - - [2025-09-18 03:04:01] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009430 10.0.0.56 - - [2025-09-18 03:04:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.003906 10.0.0.56 - - [2025-09-18 03:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004363 10.0.0.41 - - [2025-09-18 03:04:01] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002148 10.0.0.56 - - [2025-09-18 03:04:01] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010805 10.0.0.56 - - [2025-09-18 03:04:01] "POST /service-templates HTTP/1.1" 200 543 0.059899 10.0.0.56 - - [2025-09-18 03:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.56 - - [2025-09-18 03:04:01] "GET /service-template/5a2d26bf-f161-478c-b42e-9b57e6c7e7e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1811 0.007314 10.0.0.56 - - [2025-09-18 03:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.56 - - [2025-09-18 03:04:01] "GET /service-template/5a2d26bf-f161-478c-b42e-9b57e6c7e7e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1811 0.006192 10.0.0.56 - - [2025-09-18 03:04:01] "POST /id-to-fqname HTTP/1.1" 200 221 0.001419 10.0.0.56 - - [2025-09-18 03:04:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.001407 10.0.0.56 - - [2025-09-18 03:04:01] "POST /id-to-fqname HTTP/1.1" 200 228 0.001799 10.0.0.41 - - [2025-09-18 03:04:01] "GET /projects?obj_uuids=4f4e4097-dcce-4868-a9c2-29d74f1abd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001243 10.0.0.56 - - [2025-09-18 03:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.56 - - [2025-09-18 03:04:02] "DELETE /service-template/5a2d26bf-f161-478c-b42e-9b57e6c7e7e5 HTTP/1.1" 200 115 0.059264 10.0.0.56 - - [2025-09-18 03:04:02] "POST /neutron/port HTTP/1.1" 200 1056 0.393433 10.0.0.56 - - [2025-09-18 03:04:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.004538 10.0.0.56 - - [2025-09-18 03:04:02] "POST /neutron/port HTTP/1.1" 200 1056 0.012499 10.0.0.56 - - [2025-09-18 03:04:02] "POST /neutron/port HTTP/1.1" 200 1084 0.019576 10.0.0.56 - - [2025-09-18 03:04:02] "POST /neutron/network HTTP/1.1" 200 832 0.009595 10.0.0.41 - - [2025-09-18 03:04:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003667 10.0.0.41 - - [2025-09-18 03:04:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003132 10.0.0.56 - - [2025-09-18 03:04:02] "POST /neutron/network HTTP/1.1" 200 151 0.150891 10.0.0.41 - - [2025-09-18 03:04:02] "DELETE /route-target/1d334fbc-66be-41e9-9e3f-f188115e0074 HTTP/1.1" 200 115 0.031577 10.0.0.41 - - [2025-09-18 03:04:02] "DELETE /project/4f4e4097dcce4868a9c229d74f1abd03 HTTP/1.1" 404 173 0.005121 10.0.0.41 - - [2025-09-18 03:04:02] "DELETE /project/ca4c4635-c5fa-4900-a0dd-2552afb4367e HTTP/1.1" 404 177 0.004581 10.0.0.56 - - [2025-09-18 03:04:03] "POST /neutron/network HTTP/1.1" 200 832 0.007959 10.0.0.56 - - [2025-09-18 03:04:03] "POST /neutron/port HTTP/1.1" 200 1110 0.012551 10.0.0.56 - - [2025-09-18 03:04:04] "POST /neutron/network HTTP/1.1" 200 2177 0.014429 10.0.0.56 - - [2025-09-18 03:04:05] "POST /neutron/network HTTP/1.1" 200 832 0.007617 10.0.0.41 - - [2025-09-18 03:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.56 - - [2025-09-18 03:04:05] "POST /neutron/network HTTP/1.1" 400 204 0.014610 10.0.0.56 - - [2025-09-18 03:04:09] "POST /neutron/network HTTP/1.1" 200 827 0.010155 10.0.0.56 - - [2025-09-18 03:04:10] "POST /neutron/port HTTP/1.1" 200 1107 0.016308 10.0.0.56 - - [2025-09-18 03:04:11] "POST /neutron/network HTTP/1.1" 200 827 0.006852 10.0.0.41 - - [2025-09-18 03:04:11] "DELETE /route-target/5be389b6-0e7a-4be7-b3b5-182c45dbfadf HTTP/1.1" 200 115 0.028996 10.0.0.41 - - [2025-09-18 03:04:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003213 10.0.0.41 - - [2025-09-18 03:04:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003954 10.0.0.56 - - [2025-09-18 03:04:12] "POST /neutron/network HTTP/1.1" 200 151 0.147855 10.0.0.41 - - [2025-09-18 03:04:13] "GET /projects?obj_uuids=4f4e4097-dcce-4868-a9c2-29d74f1abd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001770 10.0.0.56 - - [2025-09-18 03:04:13] "GET /project/4f4e4097-dcce-4868-a9c2-29d74f1abd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.061121 10.0.0.41 - - [2025-09-18 03:04:13] "GET /projects?obj_uuids=4f4e4097-dcce-4868-a9c2-29d74f1abd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002087 10.0.0.56 - - [2025-09-18 03:04:13] "GET /project/4f4e4097-dcce-4868-a9c2-29d74f1abd03?fields=virtual_networks HTTP/1.1" 200 1023 0.055588 10.0.0.41 - - [2025-09-18 03:04:13] "GET /projects?obj_uuids=4f4e4097-dcce-4868-a9c2-29d74f1abd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000927 10.0.0.56 - - [2025-09-18 03:04:13] "GET /project/4f4e4097-dcce-4868-a9c2-29d74f1abd03?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.044141 10.0.0.41 - - [2025-09-18 03:04:14] "GET /projects?obj_uuids=4f4e4097-dcce-4868-a9c2-29d74f1abd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001550 10.0.0.56 - - [2025-09-18 03:04:14] "GET /project/4f4e4097-dcce-4868-a9c2-29d74f1abd03?fields=security_groups HTTP/1.1" 200 1245 0.058302 10.0.0.56 - - [2025-09-18 03:04:14] "POST /fqname-to-id HTTP/1.1" 404 190 0.025806 10.0.0.41 - - [2025-09-18 03:04:15] "GET /projects?obj_uuids=40296ba1-e13c-4e7c-84da-66dab50b9ba6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003453 10.0.0.41 - - [2025-09-18 03:04:15] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002202 10.0.0.41 - - [2025-09-18 03:04:15] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010692 10.0.0.41 - - [2025-09-18 03:04:15] "POST /id-to-fqname HTTP/1.1" 200 192 0.004284 10.0.0.41 - - [2025-09-18 03:04:15] "POST /fqname-to-id HTTP/1.1" 404 201 0.006947 10.0.0.41 - - [2025-09-18 03:04:15] "POST /security-groups HTTP/1.1" 200 593 0.043781 10.0.0.41 - - [2025-09-18 03:04:15] "POST /fqname-to-id HTTP/1.1" 404 236 0.002936 10.0.0.41 - - [2025-09-18 03:04:15] "POST /projects HTTP/1.1" 200 589 0.286120 10.0.0.41 - - [2025-09-18 03:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.358920 10.0.0.41 - - [2025-09-18 03:04:15] "POST /access-control-lists HTTP/1.1" 200 596 0.034450 10.0.0.56 - - [2025-09-18 03:04:15] "GET /project/40296ba1-e13c-4e7c-84da-66dab50b9ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.502785 10.0.0.56 - - [2025-09-18 03:04:16] "GET / HTTP/1.1" 200 35931 0.001517 10.0.0.56 - - [2025-09-18 03:04:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000492 10.0.0.56 - - [2025-09-18 03:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.060162 10.0.0.41 - - [2025-09-18 03:04:19] "GET /projects?obj_uuids=40296ba1-e13c-4e7c-84da-66dab50b9ba6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001181 10.0.0.56 - - [2025-09-18 03:04:19] "GET /project/40296ba1-e13c-4e7c-84da-66dab50b9ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.047334 10.0.0.41 - - [2025-09-18 03:04:19] "POST /useragent-kv HTTP/1.1" 200 115 0.011436 10.0.0.56 - - [2025-09-18 03:04:19] "POST /neutron/subnet HTTP/1.1" 200 725 0.266629 10.0.0.56 - - [2025-09-18 03:04:19] "POST /id-to-fqname HTTP/1.1" 200 224 0.001456 10.0.0.56 - - [2025-09-18 03:04:19] "GET /virtual-network/c47944ad-a5e5-41be-b0b1-26257766cf17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005928 10.0.0.56 - - [2025-09-18 03:04:19] "GET /virtual-network/c47944ad-a5e5-41be-b0b1-26257766cf17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006257 10.0.0.56 - - [2025-09-18 03:04:19] "POST /neutron/network HTTP/1.1" 200 830 0.007065 10.0.0.56 - - [2025-09-18 03:04:20] "GET /virtual-network/c47944ad-a5e5-41be-b0b1-26257766cf17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005649 10.0.0.56 - - [2025-09-18 03:04:21] "GET /obj-perms HTTP/1.1" 200 5034 0.052557 10.0.0.22 - - [2025-09-18 03:04:21] "GET /obj-perms HTTP/1.1" 200 5034 0.052861 10.0.0.41 - - [2025-09-18 03:04:21] "GET /obj-perms HTTP/1.1" 200 5034 0.059688 10.0.0.56 - - [2025-09-18 03:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004984 10.0.0.41 - - [2025-09-18 03:04:21] "GET /projects?obj_uuids=40296ba1-e13c-4e7c-84da-66dab50b9ba6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001515 10.0.0.56 - - [2025-09-18 03:04:21] "GET /project/40296ba1-e13c-4e7c-84da-66dab50b9ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.057386 10.0.0.41 - - [2025-09-18 03:04:22] "GET /projects?obj_uuids=40296ba1-e13c-4e7c-84da-66dab50b9ba6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001054 10.0.0.56 - - [2025-09-18 03:04:22] "POST /neutron/network HTTP/1.1" 200 613 0.131405 10.0.0.41 - - [2025-09-18 03:04:22] "POST /route-targets HTTP/1.1" 200 327 0.023734 10.0.0.56 - - [2025-09-18 03:04:22] "POST /id-to-fqname HTTP/1.1" 200 225 0.003268 10.0.0.56 - - [2025-09-18 03:04:22] "GET /virtual-network/c2b901f5-da82-43f3-b26b-fcd7e0f44461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005322 10.0.0.56 - - [2025-09-18 03:04:22] "POST /neutron/network HTTP/1.1" 200 832 0.007046 10.0.0.56 - - [2025-09-18 03:04:22] "GET /virtual-network/c2b901f5-da82-43f3-b26b-fcd7e0f44461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005819 10.0.0.56 - - [2025-09-18 03:04:22] "GET /virtual-network/c2b901f5-da82-43f3-b26b-fcd7e0f44461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005860 10.0.0.56 - - [2025-09-18 03:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.41 - - [2025-09-18 03:04:23] "GET /projects?obj_uuids=40296ba1-e13c-4e7c-84da-66dab50b9ba6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000937 10.0.0.56 - - [2025-09-18 03:04:23] "GET /project/40296ba1-e13c-4e7c-84da-66dab50b9ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.037516 10.0.0.56 - - [2025-09-18 03:04:23] "POST /neutron/network HTTP/1.1" 200 117 0.023295 10.0.0.41 - - [2025-09-18 03:04:23] "POST /ref-update HTTP/1.1" 200 156 0.028504 10.0.0.56 - - [2025-09-18 03:04:23] "POST /neutron/network HTTP/1.1" 200 837 0.009135 10.0.0.56 - - [2025-09-18 03:04:23] "POST /id-to-fqname HTTP/1.1" 200 227 0.001187 10.0.0.56 - - [2025-09-18 03:04:23] "GET /virtual-network/9aacfcca-9104-4c9a-89ac-7466b44defcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007144 10.0.0.56 - - [2025-09-18 03:04:24] "GET /virtual-network/9aacfcca-9104-4c9a-89ac-7466b44defcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008346 10.0.0.56 - - [2025-09-18 03:04:24] "POST /neutron/subnet HTTP/1.1" 200 729 0.010368 10.0.0.56 - - [2025-09-18 03:04:24] "GET /virtual-network/9aacfcca-9104-4c9a-89ac-7466b44defcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.009224 10.0.0.56 - - [2025-09-18 03:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004845 10.0.0.41 - - [2025-09-18 03:04:24] "GET /projects?obj_uuids=40296ba1-e13c-4e7c-84da-66dab50b9ba6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001438 10.0.0.56 - - [2025-09-18 03:04:24] "GET /project/40296ba1-e13c-4e7c-84da-66dab50b9ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.094481 10.0.0.41 - - [2025-09-18 03:04:25] "POST /useragent-kv HTTP/1.1" 200 115 0.008044 10.0.0.56 - - [2025-09-18 03:04:25] "POST /neutron/subnet HTTP/1.1" 200 720 0.247350 10.0.0.56 - - [2025-09-18 03:04:25] "POST /id-to-fqname HTTP/1.1" 200 233 0.001683 10.0.0.56 - - [2025-09-18 03:04:25] "GET /virtual-network/31f3ae59-05b2-4920-bf29-deb31bb89ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006374 10.0.0.56 - - [2025-09-18 03:04:25] "GET /virtual-network/31f3ae59-05b2-4920-bf29-deb31bb89ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006362 10.0.0.56 - - [2025-09-18 03:04:25] "POST /neutron/network HTTP/1.1" 200 847 0.013318 10.0.0.56 - - [2025-09-18 03:04:25] "GET /virtual-network/31f3ae59-05b2-4920-bf29-deb31bb89ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005816 10.0.0.56 - - [2025-09-18 03:04:26] "GET /obj-perms HTTP/1.1" 200 5034 0.004025 10.0.0.22 - - [2025-09-18 03:04:26] "GET /obj-perms HTTP/1.1" 200 5034 0.020112 10.0.0.41 - - [2025-09-18 03:04:26] "GET /obj-perms HTTP/1.1" 200 5034 0.004656 10.0.0.56 - - [2025-09-18 03:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004502 10.0.0.41 - - [2025-09-18 03:04:26] "GET /projects?obj_uuids=40296ba1-e13c-4e7c-84da-66dab50b9ba6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001128 10.0.0.56 - - [2025-09-18 03:04:26] "GET /project/40296ba1-e13c-4e7c-84da-66dab50b9ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.079323 10.0.0.41 - - [2025-09-18 03:04:26] "GET /projects?obj_uuids=40296ba1-e13c-4e7c-84da-66dab50b9ba6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000930 10.0.0.56 - - [2025-09-18 03:04:26] "POST /neutron/network HTTP/1.1" 200 631 0.216814 10.0.0.41 - - [2025-09-18 03:04:26] "POST /route-targets HTTP/1.1" 200 327 0.031364 10.0.0.41 - - [2025-09-18 03:04:26] "DELETE /access-control-list/e7c2e048-1333-4179-85ac-bf92a11eeaaa HTTP/1.1" 200 115 0.065791 10.0.0.56 - - [2025-09-18 03:04:27] "POST /id-to-fqname HTTP/1.1" 200 234 0.006783 10.0.0.56 - - [2025-09-18 03:04:27] "GET /virtual-network/15bd98e2-6bbc-42bf-a82c-9fb07f9b3331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.011126 10.0.0.56 - - [2025-09-18 03:04:27] "POST /neutron/network HTTP/1.1" 200 850 0.018574 10.0.0.56 - - [2025-09-18 03:04:27] "GET /virtual-network/15bd98e2-6bbc-42bf-a82c-9fb07f9b3331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006137 10.0.0.56 - - [2025-09-18 03:04:27] "GET /virtual-network/15bd98e2-6bbc-42bf-a82c-9fb07f9b3331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.008735 10.0.0.56 - - [2025-09-18 03:04:27] "POST /id-to-fqname HTTP/1.1" 200 224 0.002086 10.0.0.56 - - [2025-09-18 03:04:28] "POST /neutron/network HTTP/1.1" 200 840 0.008073 10.0.0.41 - - [2025-09-18 03:04:28] "GET /projects?obj_uuids=40296ba1-e13c-4e7c-84da-66dab50b9ba6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001721 10.0.0.56 - - [2025-09-18 03:04:28] "GET /project/40296ba1-e13c-4e7c-84da-66dab50b9ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.112205 10.0.0.56 - - [2025-09-18 03:04:29] "POST /neutron/port HTTP/1.1" 200 117 0.010283 10.0.0.56 - - [2025-09-18 03:04:29] "POST /id-to-fqname HTTP/1.1" 200 225 0.001438 10.0.0.56 - - [2025-09-18 03:04:29] "POST /neutron/network HTTP/1.1" 200 840 0.009855 10.0.0.56 - - [2025-09-18 03:04:30] "POST /neutron/port HTTP/1.1" 200 1062 0.025579 10.0.0.56 - - [2025-09-18 03:04:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004555 10.0.0.41 - - [2025-09-18 03:04:30] "GET /projects?obj_uuids=40296ba1-e13c-4e7c-84da-66dab50b9ba6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001502 10.0.0.56 - - [2025-09-18 03:04:30] "GET /project/40296ba1-e13c-4e7c-84da-66dab50b9ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.081344 10.0.0.56 - - [2025-09-18 03:04:30] "POST /neutron/network HTTP/1.1" 200 830 0.009706 10.0.0.56 - - [2025-09-18 03:04:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009753 10.0.0.56 - - [2025-09-18 03:04:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.003524 10.0.0.56 - - [2025-09-18 03:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.41 - - [2025-09-18 03:04:30] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001266 10.0.0.56 - - [2025-09-18 03:04:30] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009830 10.0.0.56 - - [2025-09-18 03:04:30] "POST /service-templates HTTP/1.1" 200 543 0.039576 10.0.0.56 - - [2025-09-18 03:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.56 - - [2025-09-18 03:04:31] "GET /service-template/bf48f428-ba42-454b-adf4-514bd64042cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.010177 10.0.0.56 - - [2025-09-18 03:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004981 10.0.0.56 - - [2025-09-18 03:04:31] "GET /service-template/bf48f428-ba42-454b-adf4-514bd64042cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.004863 10.0.0.56 - - [2025-09-18 03:04:31] "POST /id-to-fqname HTTP/1.1" 200 233 0.001944 10.0.0.41 - - [2025-09-18 03:04:31] "GET /projects?obj_uuids=40296ba1-e13c-4e7c-84da-66dab50b9ba6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001136 10.0.0.56 - - [2025-09-18 03:04:31] "POST /neutron/port HTTP/1.1" 200 1062 0.400125 10.0.0.56 - - [2025-09-18 03:04:31] "POST /neutron/port HTTP/1.1" 200 1062 0.021431 10.0.0.56 - - [2025-09-18 03:04:31] "POST /neutron/port HTTP/1.1" 200 1116 0.154203 10.0.0.56 - - [2025-09-18 03:04:32] "POST /neutron/subnet HTTP/1.1" 200 699 0.013472 10.0.0.41 - - [2025-09-18 03:04:32] "GET /projects?obj_uuids=40296ba1-e13c-4e7c-84da-66dab50b9ba6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001294 10.0.0.56 - - [2025-09-18 03:04:32] "GET /project/40296ba1-e13c-4e7c-84da-66dab50b9ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.080405 10.0.0.56 - - [2025-09-18 03:04:32] "POST /neutron/network HTTP/1.1" 200 847 0.012137 10.0.0.56 - - [2025-09-18 03:04:32] "POST /neutron/port HTTP/1.1" 200 117 0.007625 10.0.0.56 - - [2025-09-18 03:04:32] "GET /virtual-machine/c82ca920-e0e0-4958-a18d-fcf3040eecf2 HTTP/1.1" 401 292 0.000463 10.0.0.56 - - [2025-09-18 03:04:33] "GET /virtual-machine/c82ca920-e0e0-4958-a18d-fcf3040eecf2 HTTP/1.1" 200 993 0.076203 10.0.0.56 - - [2025-09-18 03:04:33] "POST /neutron/port HTTP/1.1" 200 1061 0.018620 10.0.0.56 - - [2025-09-18 03:04:33] "POST /neutron/port HTTP/1.1" 200 1089 0.017586 10.0.0.56 - - [2025-09-18 03:04:33] "POST /neutron/port HTTP/1.1" 200 117 0.001726 10.0.0.56 - - [2025-09-18 03:04:35] "GET /virtual-machine/c82ca920-e0e0-4958-a18d-fcf3040eecf2 HTTP/1.1" 200 1295 0.009503 10.0.0.56 - - [2025-09-18 03:04:35] "GET /virtual-machine-interface/c6e278d9-d05a-4148-a1c8-92013ee2d157 HTTP/1.1" 200 2984 0.006419 10.0.0.56 - - [2025-09-18 03:04:35] "GET /virtual-machine-interface/c6e278d9-d05a-4148-a1c8-92013ee2d157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2763 0.006922 10.0.0.56 - - [2025-09-18 03:04:35] "PUT /virtual-machine-interface/c6e278d9-d05a-4148-a1c8-92013ee2d157 HTTP/1.1" 200 284 0.015359 10.0.0.56 - - [2025-09-18 03:04:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007743 10.0.0.56 - - [2025-09-18 03:04:40] "POST /neutron/port HTTP/1.1" 200 1089 0.017160 10.0.0.56 - - [2025-09-18 03:04:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007570 10.0.0.56 - - [2025-09-18 03:04:40] "GET /virtual-machine/c82ca920-e0e0-4958-a18d-fcf3040eecf2 HTTP/1.1" 200 1295 0.005393 10.0.0.56 - - [2025-09-18 03:04:40] "GET /virtual-machine-interface/c6e278d9-d05a-4148-a1c8-92013ee2d157 HTTP/1.1" 200 3034 0.013149 10.0.0.56 - - [2025-09-18 03:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.56 - - [2025-09-18 03:04:40] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006274 10.0.0.56 - - [2025-09-18 03:04:40] "GET /virtual-networks?parent_id=40296ba1-e13c-4e7c-84da-66dab50b9ba6&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004822 10.0.0.56 - - [2025-09-18 03:04:41] "GET /virtual-network/31f3ae59-05b2-4920-bf29-deb31bb89ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006180 10.0.0.56 - - [2025-09-18 03:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005260 10.0.0.56 - - [2025-09-18 03:04:44] "GET /virtual-network/31f3ae59-05b2-4920-bf29-deb31bb89ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007511 10.0.0.56 - - [2025-09-18 03:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.56 - - [2025-09-18 03:04:48] "GET /virtual-network/31f3ae59-05b2-4920-bf29-deb31bb89ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007881 10.0.0.56 - - [2025-09-18 03:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005563 10.0.0.56 - - [2025-09-18 03:04:52] "GET /virtual-network/31f3ae59-05b2-4920-bf29-deb31bb89ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.008364 10.0.0.56 - - [2025-09-18 03:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.56 - - [2025-09-18 03:04:56] "GET /virtual-network/31f3ae59-05b2-4920-bf29-deb31bb89ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006428 10.0.0.56 - - [2025-09-18 03:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005571 10.0.0.56 - - [2025-09-18 03:05:00] "GET /virtual-network/31f3ae59-05b2-4920-bf29-deb31bb89ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.011046 10.0.0.41 - - [2025-09-18 03:05:02] "DELETE /project/40296ba1e13c4e7c84da66dab50b9ba6 HTTP/1.1" 404 173 0.003014 10.0.0.41 - - [2025-09-18 03:05:02] "DELETE /project/4f4e4097-dcce-4868-a9c2-29d74f1abd03 HTTP/1.1" 404 177 0.005621 10.0.0.56 - - [2025-09-18 03:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.56 - - [2025-09-18 03:05:04] "GET /virtual-network/31f3ae59-05b2-4920-bf29-deb31bb89ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006752 10.0.0.56 - - [2025-09-18 03:05:08] "POST /neutron/network HTTP/1.1" 200 840 0.034162 10.0.0.56 - - [2025-09-18 03:05:08] "POST /neutron/port HTTP/1.1" 200 117 0.001550 10.0.0.56 - - [2025-09-18 03:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.56 - - [2025-09-18 03:05:08] "GET /virtual-network/31f3ae59-05b2-4920-bf29-deb31bb89ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005248 10.0.0.56 - - [2025-09-18 03:05:12] "POST /neutron/port HTTP/1.1" 200 1090 0.016065 10.0.0.56 - - [2025-09-18 03:05:12] "POST /neutron/subnet HTTP/1.1" 200 699 0.008614 10.0.0.56 - - [2025-09-18 03:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.56 - - [2025-09-18 03:05:12] "GET /virtual-network/31f3ae59-05b2-4920-bf29-deb31bb89ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006844 10.0.0.56 - - [2025-09-18 03:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.56 - - [2025-09-18 03:05:16] "GET /virtual-network/31f3ae59-05b2-4920-bf29-deb31bb89ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006660 10.0.0.56 - - [2025-09-18 03:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004357 10.0.0.56 - - [2025-09-18 03:05:20] "GET /virtual-network/31f3ae59-05b2-4920-bf29-deb31bb89ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005547 10.0.0.56 - - [2025-09-18 03:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004749 10.0.0.56 - - [2025-09-18 03:05:23] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004738 10.0.0.56 - - [2025-09-18 03:05:23] "GET /virtual-networks?parent_id=40296ba1-e13c-4e7c-84da-66dab50b9ba6&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003034 10.0.0.56 - - [2025-09-18 03:05:23] "GET /virtual-network/31f3ae59-05b2-4920-bf29-deb31bb89ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006202 10.0.0.56 - - [2025-09-18 03:05:23] "POST /neutron/port HTTP/1.1" 200 1089 0.016061 10.0.0.56 - - [2025-09-18 03:05:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007519 10.0.0.56 - - [2025-09-18 03:05:33] "POST /neutron/port HTTP/1.1" 200 1089 0.017490 10.0.0.56 - - [2025-09-18 03:05:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.035666 10.0.0.56 - - [2025-09-18 03:05:38] "POST /neutron/port HTTP/1.1" 200 1089 0.023724 10.0.0.56 - - [2025-09-18 03:05:43] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009577 10.0.0.56 - - [2025-09-18 03:05:49] "POST /fqname-to-id HTTP/1.1" 404 211 0.003404 10.0.0.56 - - [2025-09-18 03:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.41 - - [2025-09-18 03:05:49] "GET /projects?obj_uuids=40296ba1-e13c-4e7c-84da-66dab50b9ba6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000944 10.0.0.56 - - [2025-09-18 03:05:49] "GET /project/40296ba1-e13c-4e7c-84da-66dab50b9ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.040385 10.0.0.56 - - [2025-09-18 03:05:49] "POST /service-instances HTTP/1.1" 200 547 0.048535 10.0.0.56 - - [2025-09-18 03:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.56 - - [2025-09-18 03:05:49] "GET /service-instance/e112bf0c-3ac4-4ec0-a1c4-792ec6d1bbac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006381 10.0.0.56 - - [2025-09-18 03:05:49] "POST /port-tuples HTTP/1.1" 200 590 0.041909 10.0.0.56 - - [2025-09-18 03:05:49] "GET /virtual-machine-interface/c6e278d9-d05a-4148-a1c8-92013ee2d157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.005862 10.0.0.56 - - [2025-09-18 03:05:49] "PUT /virtual-machine-interface/c6e278d9-d05a-4148-a1c8-92013ee2d157 HTTP/1.1" 200 284 0.020089 10.0.0.56 - - [2025-09-18 03:05:49] "POST /ref-update HTTP/1.1" 200 156 0.015333 10.0.0.22 - - [2025-09-18 03:05:49] "POST /ref-update HTTP/1.1" 200 156 0.058468 10.0.0.56 - - [2025-09-18 03:05:49] "POST /neutron/port HTTP/1.1" 200 1090 0.034530 10.0.0.22 - - [2025-09-18 03:05:49] "POST /ref-update HTTP/1.1" 200 156 0.024509 10.0.0.56 - - [2025-09-18 03:05:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008689 10.0.0.56 - - [2025-09-18 03:05:50] "GET /virtual-machine/e8a96cf5-bb67-4399-8d6a-4a81b10f5a10 HTTP/1.1" 200 1295 0.006355 10.0.0.56 - - [2025-09-18 03:05:50] "GET /virtual-machine-interface/2d8f9c4c-4ebd-48b1-ba82-c559e0f4ac16 HTTP/1.1" 200 2956 0.006570 10.0.0.56 - - [2025-09-18 03:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.56 - - [2025-09-18 03:05:50] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003700 10.0.0.56 - - [2025-09-18 03:05:50] "GET /virtual-networks?parent_id=40296ba1-e13c-4e7c-84da-66dab50b9ba6&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004073 10.0.0.56 - - [2025-09-18 03:05:50] "GET /virtual-network/c47944ad-a5e5-41be-b0b1-26257766cf17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006287 10.0.0.56 - - [2025-09-18 03:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.56 - - [2025-09-18 03:05:51] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004698 10.0.0.56 - - [2025-09-18 03:05:51] "GET /virtual-networks?parent_id=40296ba1-e13c-4e7c-84da-66dab50b9ba6&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003444 10.0.0.56 - - [2025-09-18 03:05:51] "GET /virtual-network/c47944ad-a5e5-41be-b0b1-26257766cf17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006339 10.0.0.56 - - [2025-09-18 03:05:51] "POST /neutron/port HTTP/1.1" 200 1090 0.018147 10.0.0.56 - - [2025-09-18 03:05:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008775 10.0.0.56 - - [2025-09-18 03:05:51] "GET /virtual-machine/b462ecc0-0e0a-45af-9460-d39603b81288 HTTP/1.1" 200 1295 0.005850 10.0.0.56 - - [2025-09-18 03:05:51] "GET /virtual-machine-interface/d644fb57-0a20-40e8-9d9f-7d4e52947bb9 HTTP/1.1" 200 2960 0.005109 10.0.0.56 - - [2025-09-18 03:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.56 - - [2025-09-18 03:05:51] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004459 10.0.0.56 - - [2025-09-18 03:05:51] "GET /virtual-networks?parent_id=40296ba1-e13c-4e7c-84da-66dab50b9ba6&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003489 10.0.0.56 - - [2025-09-18 03:05:51] "GET /virtual-network/c2b901f5-da82-43f3-b26b-fcd7e0f44461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006156 10.0.0.56 - - [2025-09-18 03:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.56 - - [2025-09-18 03:05:53] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004871 10.0.0.56 - - [2025-09-18 03:05:53] "GET /virtual-networks?parent_id=40296ba1-e13c-4e7c-84da-66dab50b9ba6&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003052 10.0.0.56 - - [2025-09-18 03:05:53] "GET /virtual-network/c2b901f5-da82-43f3-b26b-fcd7e0f44461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006560 10.0.0.56 - - [2025-09-18 03:05:53] "POST /fqname-to-id HTTP/1.1" 404 215 0.004126 10.0.0.56 - - [2025-09-18 03:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.41 - - [2025-09-18 03:05:53] "GET /projects?obj_uuids=40296ba1-e13c-4e7c-84da-66dab50b9ba6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000971 10.0.0.56 - - [2025-09-18 03:05:53] "GET /project/40296ba1-e13c-4e7c-84da-66dab50b9ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.046582 10.0.0.56 - - [2025-09-18 03:05:53] "POST /network-policys HTTP/1.1" 200 551 0.032177 10.0.0.56 - - [2025-09-18 03:05:53] "GET /network-policy/91fc3137-a352-4a61-9214-81bc45e9692b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.006592 10.0.0.56 - - [2025-09-18 03:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.56 - - [2025-09-18 03:05:53] "GET /virtual-network/c47944ad-a5e5-41be-b0b1-26257766cf17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.013659 10.0.0.56 - - [2025-09-18 03:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.56 - - [2025-09-18 03:05:53] "GET /network-policy/91fc3137-a352-4a61-9214-81bc45e9692b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.003972 10.0.0.56 - - [2025-09-18 03:05:53] "POST /ref-update HTTP/1.1" 200 156 0.052711 10.0.0.56 - - [2025-09-18 03:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004331 10.0.0.41 - - [2025-09-18 03:05:53] "POST /ref-update HTTP/1.1" 200 156 0.042154 10.0.0.56 - - [2025-09-18 03:05:53] "GET /network-policy/91fc3137-a352-4a61-9214-81bc45e9692b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.005038 10.0.0.56 - - [2025-09-18 03:05:53] "GET /virtual-network/c47944ad-a5e5-41be-b0b1-26257766cf17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.008971 10.0.0.56 - - [2025-09-18 03:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.56 - - [2025-09-18 03:05:53] "GET /network-policy/91fc3137-a352-4a61-9214-81bc45e9692b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.003898 10.0.0.56 - - [2025-09-18 03:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.56 - - [2025-09-18 03:05:53] "GET /virtual-network/c2b901f5-da82-43f3-b26b-fcd7e0f44461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008283 10.0.0.56 - - [2025-09-18 03:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.56 - - [2025-09-18 03:05:54] "GET /network-policy/91fc3137-a352-4a61-9214-81bc45e9692b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004822 10.0.0.56 - - [2025-09-18 03:05:54] "POST /ref-update HTTP/1.1" 200 156 0.084445 10.0.0.56 - - [2025-09-18 03:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.41 - - [2025-09-18 03:05:54] "POST /ref-update HTTP/1.1" 200 156 0.036403 10.0.0.56 - - [2025-09-18 03:05:54] "GET /network-policy/91fc3137-a352-4a61-9214-81bc45e9692b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004175 10.0.0.56 - - [2025-09-18 03:05:54] "GET /virtual-network/c2b901f5-da82-43f3-b26b-fcd7e0f44461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.008099 10.0.0.56 - - [2025-09-18 03:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.011948 10.0.0.56 - - [2025-09-18 03:05:54] "GET /network-policy/91fc3137-a352-4a61-9214-81bc45e9692b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004638 10.0.0.56 - - [2025-09-18 03:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.56 - - [2025-09-18 03:05:54] "GET /service-template/bf48f428-ba42-454b-adf4-514bd64042cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.004377 10.0.0.56 - - [2025-09-18 03:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.41 - - [2025-09-18 03:05:54] "GET /projects?obj_uuids=40296ba1-e13c-4e7c-84da-66dab50b9ba6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001245 10.0.0.56 - - [2025-09-18 03:05:54] "GET /project/40296ba1-e13c-4e7c-84da-66dab50b9ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.039978 10.0.0.56 - - [2025-09-18 03:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.56 - - [2025-09-18 03:05:54] "GET /service-instance/e112bf0c-3ac4-4ec0-a1c4-792ec6d1bbac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2543 0.008315 10.0.0.56 - - [2025-09-18 03:05:54] "POST /neutron/port HTTP/1.1" 200 1383 0.026086 10.0.0.56 - - [2025-09-18 03:05:55] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010437 10.0.0.56 - - [2025-09-18 03:05:55] "POST /neutron/port HTTP/1.1" 200 1383 0.020376 10.0.0.56 - - [2025-09-18 03:05:55] "POST /neutron/network HTTP/1.1" 200 847 0.007119 10.0.0.56 - - [2025-09-18 03:05:55] "POST /id-to-fqname HTTP/1.1" 200 233 0.001494 10.0.0.56 - - [2025-09-18 03:05:55] "GET /virtual-machine/c82ca920-e0e0-4958-a18d-fcf3040eecf2 HTTP/1.1" 200 1295 0.004063 10.0.0.56 - - [2025-09-18 03:05:55] "GET /virtual-machine-interface/c6e278d9-d05a-4148-a1c8-92013ee2d157 HTTP/1.1" 200 3890 0.005218 10.0.0.56 - - [2025-09-18 03:05:55] "GET /instance-ip/33d8acb8-f715-45b4-b762-33efa243d90a HTTP/1.1" 200 1634 0.007765 10.0.0.56 - - [2025-09-18 03:05:55] "GET /instance-ip/9797ef06-0806-49df-a899-c95cc15f2174 HTTP/1.1" 200 1965 0.004414 10.0.0.56 - - [2025-09-18 03:05:55] "GET /instance-ip/9fb9d68c-18a3-44bf-935d-eb0a846c5784 HTTP/1.1" 200 1963 0.004605 10.0.0.56 - - [2025-09-18 03:05:55] "POST /neutron/port HTTP/1.1" 200 1383 0.024999 10.0.0.56 - - [2025-09-18 03:05:55] "GET /virtual-machine/c82ca920-e0e0-4958-a18d-fcf3040eecf2 HTTP/1.1" 200 1295 0.004421 10.0.0.56 - - [2025-09-18 03:05:55] "GET /virtual-machine-interface/c6e278d9-d05a-4148-a1c8-92013ee2d157 HTTP/1.1" 200 3890 0.006868 10.0.0.56 - - [2025-09-18 03:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.56 - - [2025-09-18 03:05:55] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005054 10.0.0.56 - - [2025-09-18 03:05:55] "GET /virtual-networks?parent_id=40296ba1-e13c-4e7c-84da-66dab50b9ba6&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.005306 10.0.0.56 - - [2025-09-18 03:05:55] "GET /virtual-network/31f3ae59-05b2-4920-bf29-deb31bb89ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007920 10.0.0.56 - - [2025-09-18 03:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.56 - - [2025-09-18 03:05:56] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005663 10.0.0.56 - - [2025-09-18 03:05:56] "GET /virtual-networks?parent_id=40296ba1-e13c-4e7c-84da-66dab50b9ba6&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004948 10.0.0.56 - - [2025-09-18 03:05:56] "GET /virtual-network/31f3ae59-05b2-4920-bf29-deb31bb89ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006342 10.0.0.56 - - [2025-09-18 03:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.56 - - [2025-09-18 03:05:57] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005330 10.0.0.56 - - [2025-09-18 03:05:57] "GET /virtual-networks?parent_id=40296ba1-e13c-4e7c-84da-66dab50b9ba6&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003336 10.0.0.56 - - [2025-09-18 03:05:57] "GET /virtual-network/31f3ae59-05b2-4920-bf29-deb31bb89ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006599 10.0.0.56 - - [2025-09-18 03:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.56 - - [2025-09-18 03:05:57] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004232 10.0.0.56 - - [2025-09-18 03:05:57] "GET /virtual-networks?parent_id=40296ba1-e13c-4e7c-84da-66dab50b9ba6&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003768 10.0.0.56 - - [2025-09-18 03:05:57] "GET /virtual-network/31f3ae59-05b2-4920-bf29-deb31bb89ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006519 10.0.0.56 - - [2025-09-18 03:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.56 - - [2025-09-18 03:05:57] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004345 10.0.0.56 - - [2025-09-18 03:05:57] "GET /virtual-networks?parent_id=40296ba1-e13c-4e7c-84da-66dab50b9ba6&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003301 10.0.0.56 - - [2025-09-18 03:05:57] "GET /virtual-network/31f3ae59-05b2-4920-bf29-deb31bb89ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005888 10.0.0.56 - - [2025-09-18 03:05:57] "GET /obj-perms HTTP/1.1" 200 5056 0.058426 10.0.0.56 - - [2025-09-18 03:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.56 - - [2025-09-18 03:05:57] "GET /routing-instance/ccebbe43-eddf-4fdd-b476-1e6d045a4f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004607 10.0.0.56 - - [2025-09-18 03:05:57] "GET /routing-instance/ccebbe43-eddf-4fdd-b476-1e6d045a4f63?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1590 0.006930 10.0.0.56 - - [2025-09-18 03:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.56 - - [2025-09-18 03:05:57] "GET /routing-instance/2e0b8a18-b605-4711-a6af-b212bf72a30e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006391 10.0.0.56 - - [2025-09-18 03:05:57] "GET /routing-instance/2e0b8a18-b605-4711-a6af-b212bf72a30e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1592 0.006640 10.0.0.56 - - [2025-09-18 03:06:09] "POST /neutron/port HTTP/1.1" 200 1383 0.023342 10.0.0.56 - - [2025-09-18 03:06:09] "POST /neutron/subnet HTTP/1.1" 200 694 0.011357 10.0.0.56 - - [2025-09-18 03:06:14] "POST /neutron/port HTTP/1.1" 200 1090 0.016526 10.0.0.56 - - [2025-09-18 03:06:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004324 10.0.0.56 - - [2025-09-18 03:06:14] "POST /neutron/network HTTP/1.1" 200 924 0.007654 10.0.0.56 - - [2025-09-18 03:06:47] "GET /network-policy/91fc3137-a352-4a61-9214-81bc45e9692b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004759 10.0.0.56 - - [2025-09-18 03:06:47] "PUT /network-policy/91fc3137-a352-4a61-9214-81bc45e9692b HTTP/1.1" 200 262 0.014164 10.0.0.56 - - [2025-09-18 03:06:47] "GET /network-policy/91fc3137-a352-4a61-9214-81bc45e9692b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.004151 10.0.0.41 - - [2025-09-18 03:06:47] "PUT /access-control-list/6bb9faaf-41c0-418c-9476-4d2565edec1d HTTP/1.1" 200 272 0.057934 10.0.0.22 - - [2025-09-18 03:06:57] "GET /obj-perms HTTP/1.1" 200 5056 0.057156 10.0.0.41 - - [2025-09-18 03:06:58] "GET /obj-perms HTTP/1.1" 200 5056 0.056024 10.0.0.22 - - [2025-09-18 03:06:58] "GET /global-system-configs HTTP/1.1" 200 322 0.036462 10.0.0.41 - - [2025-09-18 03:06:58] "GET /global-system-configs HTTP/1.1" 200 322 0.003801 10.0.0.22 - - [2025-09-18 03:06:59] "GET /global-system-configs HTTP/1.1" 200 322 0.008999 10.0.0.41 - - [2025-09-18 03:06:59] "GET /global-system-configs HTTP/1.1" 200 322 0.007808 10.0.0.22 - - [2025-09-18 03:06:59] "GET /obj-perms HTTP/1.1" 200 5056 0.005417 10.0.0.41 - - [2025-09-18 03:06:59] "GET /obj-perms HTTP/1.1" 200 5056 0.010381 10.0.0.56 - - [2025-09-18 03:06:59] "GET /obj-perms HTTP/1.1" 200 5056 0.007405 10.0.0.56 - - [2025-09-18 03:07:01] "GET /global-system-configs HTTP/1.1" 200 322 0.062004 10.0.0.56 - - [2025-09-18 03:07:02] "GET /global-system-configs HTTP/1.1" 200 322 0.119122 10.0.0.56 - - [2025-09-18 03:07:02] "GET /obj-perms HTTP/1.1" 200 5056 0.168698 10.0.0.41 - - [2025-09-18 03:07:02] "GET /obj-perms HTTP/1.1" 200 5056 0.186230 10.0.0.22 - - [2025-09-18 03:07:02] "GET /obj-perms HTTP/1.1" 200 5056 0.210458 10.0.0.56 - - [2025-09-18 03:07:10] "POST /neutron/port HTTP/1.1" 200 1090 0.017824 10.0.0.56 - - [2025-09-18 03:07:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004239 10.0.0.56 - - [2025-09-18 03:07:10] "POST /neutron/network HTTP/1.1" 200 922 0.007382 10.0.0.56 - - [2025-09-18 03:07:15] "POST /neutron/port HTTP/1.1" 200 1090 0.015996 10.0.0.56 - - [2025-09-18 03:07:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005013 10.0.0.56 - - [2025-09-18 03:07:15] "POST /neutron/network HTTP/1.1" 200 924 0.010977 10.0.0.56 - - [2025-09-18 03:07:16] "POST /ref-update HTTP/1.1" 200 156 0.060154 10.0.0.56 - - [2025-09-18 03:07:16] "GET /virtual-network/c2b901f5-da82-43f3-b26b-fcd7e0f44461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007802 10.0.0.56 - - [2025-09-18 03:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.56 - - [2025-09-18 03:07:16] "GET /network-policy/91fc3137-a352-4a61-9214-81bc45e9692b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.012192 10.0.0.56 - - [2025-09-18 03:07:16] "POST /ref-update HTTP/1.1" 200 156 0.050682 10.0.0.41 - - [2025-09-18 03:07:16] "POST /ref-update HTTP/1.1" 200 156 0.106595 10.0.0.56 - - [2025-09-18 03:07:16] "GET /virtual-network/c47944ad-a5e5-41be-b0b1-26257766cf17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008019 10.0.0.56 - - [2025-09-18 03:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004978 10.0.0.56 - - [2025-09-18 03:07:16] "GET /network-policy/91fc3137-a352-4a61-9214-81bc45e9692b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.004526 10.0.0.56 - - [2025-09-18 03:07:16] "DELETE /network-policy/91fc3137-a352-4a61-9214-81bc45e9692b HTTP/1.1" 200 115 0.042756 10.0.0.56 - - [2025-09-18 03:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006003 10.0.0.56 - - [2025-09-18 03:07:16] "DELETE /service-instance/e112bf0c-3ac4-4ec0-a1c4-792ec6d1bbac HTTP/1.1" 200 115 0.058543 10.0.0.22 - - [2025-09-18 03:07:16] "POST /ref-update HTTP/1.1" 200 156 0.034684 10.0.0.56 - - [2025-09-18 03:07:17] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004423 10.0.0.56 - - [2025-09-18 03:07:17] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004205 10.0.0.22 - - [2025-09-18 03:07:17] "DELETE /instance-ip/9797ef06-0806-49df-a899-c95cc15f2174 HTTP/1.1" 200 115 0.062652 10.0.0.41 - - [2025-09-18 03:07:17] "DELETE /access-control-list/0c36c32c-efd2-4702-af65-342a8978368f HTTP/1.1" 200 115 0.041486 10.0.0.56 - - [2025-09-18 03:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.007344 10.0.0.41 - - [2025-09-18 03:07:17] "POST /ref-update HTTP/1.1" 200 156 0.046093 10.0.0.56 - - [2025-09-18 03:07:17] "DELETE /service-template/bf48f428-ba42-454b-adf4-514bd64042cb HTTP/1.1" 200 115 0.071398 10.0.0.56 - - [2025-09-18 03:07:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.003824 10.0.0.56 - - [2025-09-18 03:07:17] "POST /neutron/network HTTP/1.1" 200 850 0.007119 10.0.0.56 - - [2025-09-18 03:07:17] "POST /neutron/port HTTP/1.1" 200 1115 0.020044 10.0.0.56 - - [2025-09-18 03:07:18] "POST /neutron/port HTTP/1.1" 200 1090 0.013642 10.0.0.56 - - [2025-09-18 03:07:18] "POST /neutron/network HTTP/1.1" 200 847 0.007373 10.0.0.41 - - [2025-09-18 03:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004638 10.0.0.56 - - [2025-09-18 03:07:18] "POST /neutron/port HTTP/1.1" 200 151 0.275891 10.0.0.41 - - [2025-09-18 03:07:19] "DELETE /route-target/8c4e64a7-38e6-4325-8152-c4b17c2129cb HTTP/1.1" 200 115 0.027041 10.0.0.56 - - [2025-09-18 03:07:19] "POST /neutron/network HTTP/1.1" 200 832 0.010672 10.0.0.41 - - [2025-09-18 03:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.41 - - [2025-09-18 03:07:19] "POST /useragent-kv HTTP/1.1" 200 115 0.058801 10.0.0.41 - - [2025-09-18 03:07:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004730 10.0.0.56 - - [2025-09-18 03:07:19] "POST /neutron/network HTTP/1.1" 200 151 0.186207 10.0.0.41 - - [2025-09-18 03:07:21] "GET /projects?obj_uuids=40296ba1-e13c-4e7c-84da-66dab50b9ba6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001674 10.0.0.56 - - [2025-09-18 03:07:21] "GET /project/40296ba1-e13c-4e7c-84da-66dab50b9ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.042683 10.0.0.41 - - [2025-09-18 03:07:21] "GET /projects?obj_uuids=40296ba1-e13c-4e7c-84da-66dab50b9ba6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001023 10.0.0.56 - - [2025-09-18 03:07:21] "GET /project/40296ba1-e13c-4e7c-84da-66dab50b9ba6?fields=virtual_networks HTTP/1.1" 200 1034 0.047107 10.0.0.41 - - [2025-09-18 03:07:21] "GET /projects?obj_uuids=40296ba1-e13c-4e7c-84da-66dab50b9ba6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001294 10.0.0.56 - - [2025-09-18 03:07:21] "GET /project/40296ba1-e13c-4e7c-84da-66dab50b9ba6?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.059049 10.0.0.41 - - [2025-09-18 03:07:21] "GET /projects?obj_uuids=40296ba1-e13c-4e7c-84da-66dab50b9ba6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000937 10.0.0.56 - - [2025-09-18 03:07:21] "GET /project/40296ba1-e13c-4e7c-84da-66dab50b9ba6?fields=security_groups HTTP/1.1" 200 1262 0.049965 10.0.0.56 - - [2025-09-18 03:07:22] "POST /fqname-to-id HTTP/1.1" 404 189 0.031250 10.0.0.41 - - [2025-09-18 03:07:22] "GET /projects?obj_uuids=5d80ed95-0959-4eae-874d-02b5c2ab53db&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003816 10.0.0.41 - - [2025-09-18 03:07:22] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001069 10.0.0.41 - - [2025-09-18 03:07:22] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.038142 10.0.0.41 - - [2025-09-18 03:07:23] "POST /id-to-fqname HTTP/1.1" 200 191 0.004380 10.0.0.41 - - [2025-09-18 03:07:23] "POST /fqname-to-id HTTP/1.1" 404 200 0.003775 10.0.0.41 - - [2025-09-18 03:07:23] "POST /security-groups HTTP/1.1" 200 592 0.078732 10.0.0.41 - - [2025-09-18 03:07:23] "POST /projects HTTP/1.1" 200 587 0.279981 10.0.0.41 - - [2025-09-18 03:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.320087 10.0.0.41 - - [2025-09-18 03:07:23] "POST /access-control-lists HTTP/1.1" 200 597 0.038494 10.0.0.56 - - [2025-09-18 03:07:23] "GET /project/5d80ed95-0959-4eae-874d-02b5c2ab53db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.494700 10.0.0.56 - - [2025-09-18 03:07:24] "GET / HTTP/1.1" 200 35931 0.001908 10.0.0.56 - - [2025-09-18 03:07:26] "GET /project/5d80ed95-0959-4eae-874d-02b5c2ab53db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000504 10.0.0.41 - - [2025-09-18 03:07:27] "GET /projects?obj_uuids=5d80ed95-0959-4eae-874d-02b5c2ab53db&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000959 10.0.0.56 - - [2025-09-18 03:07:27] "GET /project/5d80ed95-0959-4eae-874d-02b5c2ab53db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.112080 10.0.0.56 - - [2025-09-18 03:07:27] "POST /fqname-to-id HTTP/1.1" 404 180 0.003372 10.0.0.56 - - [2025-09-18 03:07:27] "POST /virtual-DNSs HTTP/1.1" 200 507 0.049741 10.0.0.56 - - [2025-09-18 03:07:27] "GET /virtual-DNS/1bbffc93-d5d3-4c37-8a43-9f382b545d66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.006993 10.0.0.56 - - [2025-09-18 03:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.56 - - [2025-09-18 03:07:27] "GET /virtual-DNS/1bbffc93-d5d3-4c37-8a43-9f382b545d66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.004670 10.0.0.41 - - [2025-09-18 03:07:27] "DELETE /access-control-list/631faa71-3ce8-45aa-9160-8e360fb9a329 HTTP/1.1" 200 115 0.048755 10.0.0.56 - - [2025-09-18 03:07:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003093 10.0.0.56 - - [2025-09-18 03:07:28] "POST /network-ipams HTTP/1.1" 200 514 0.029575 10.0.0.56 - - [2025-09-18 03:07:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.013704 10.0.0.56 - - [2025-09-18 03:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.56 - - [2025-09-18 03:07:28] "GET /network-ipam/5c8be848-4ec4-46b4-a1c9-f945f0a6993b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.007337 10.0.0.56 - - [2025-09-18 03:07:28] "PUT /network-ipam/5c8be848-4ec4-46b4-a1c9-f945f0a6993b HTTP/1.1" 200 258 0.015016 10.0.0.56 - - [2025-09-18 03:07:28] "POST /ref-update HTTP/1.1" 200 156 0.013882 10.0.0.56 - - [2025-09-18 03:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.41 - - [2025-09-18 03:07:28] "GET /projects?obj_uuids=5d80ed95-0959-4eae-874d-02b5c2ab53db&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000985 10.0.0.56 - - [2025-09-18 03:07:28] "GET /project/5d80ed95-0959-4eae-874d-02b5c2ab53db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.056559 10.0.0.41 - - [2025-09-18 03:07:29] "POST /ref-update HTTP/1.1" 200 156 0.033485 10.0.0.41 - - [2025-09-18 03:07:29] "POST /useragent-kv HTTP/1.1" 200 115 0.012949 10.0.0.56 - - [2025-09-18 03:07:29] "POST /neutron/subnet HTTP/1.1" 200 711 0.370535 10.0.0.56 - - [2025-09-18 03:07:29] "POST /id-to-fqname HTTP/1.1" 200 227 0.001248 10.0.0.56 - - [2025-09-18 03:07:29] "GET /virtual-network/44ad497d-f10e-4392-b14c-42021c062e85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005688 10.0.0.56 - - [2025-09-18 03:07:29] "GET /virtual-network/44ad497d-f10e-4392-b14c-42021c062e85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005611 10.0.0.56 - - [2025-09-18 03:07:29] "POST /neutron/network HTTP/1.1" 200 833 0.006227 10.0.0.56 - - [2025-09-18 03:07:29] "POST /neutron/network HTTP/1.1" 200 833 0.008103 10.0.0.56 - - [2025-09-18 03:07:29] "POST /id-to-fqname HTTP/1.1" 200 227 0.001020 10.0.0.41 - - [2025-09-18 03:07:30] "GET /projects?obj_uuids=5d80ed95-0959-4eae-874d-02b5c2ab53db&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001719 10.0.0.56 - - [2025-09-18 03:07:30] "GET /project/5d80ed95-0959-4eae-874d-02b5c2ab53db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.072089 10.0.0.56 - - [2025-09-18 03:07:31] "POST /neutron/port HTTP/1.1" 200 117 0.009149 10.0.0.56 - - [2025-09-18 03:07:31] "POST /neutron/network HTTP/1.1" 200 843 0.009513 10.0.0.56 - - [2025-09-18 03:07:32] "POST /neutron/port HTTP/1.1" 200 1058 0.015119 10.0.0.56 - - [2025-09-18 03:07:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004207 10.0.0.56 - - [2025-09-18 03:07:32] "POST /neutron/network HTTP/1.1" 200 833 0.006845 10.0.0.56 - - [2025-09-18 03:07:36] "POST /neutron/port HTTP/1.1" 200 1086 0.025495 10.0.0.56 - - [2025-09-18 03:07:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009912 10.0.0.56 - - [2025-09-18 03:07:36] "GET /virtual-machine/b6638694-57d0-42b9-a54c-d988e5536af1 HTTP/1.1" 401 292 0.000581 10.0.0.56 - - [2025-09-18 03:07:37] "GET /virtual-machine/b6638694-57d0-42b9-a54c-d988e5536af1 HTTP/1.1" 200 1294 0.030844 10.0.0.56 - - [2025-09-18 03:07:37] "GET /virtual-machine-interface/01caca4a-a224-4fb5-b92b-af8029788ccf HTTP/1.1" 200 2962 0.005422 10.0.0.56 - - [2025-09-18 03:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.56 - - [2025-09-18 03:07:37] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003998 10.0.0.56 - - [2025-09-18 03:07:37] "GET /virtual-networks?parent_id=5d80ed95-0959-4eae-874d-02b5c2ab53db&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003103 10.0.0.56 - - [2025-09-18 03:07:37] "GET /virtual-network/44ad497d-f10e-4392-b14c-42021c062e85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006418 10.0.0.56 - - [2025-09-18 03:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.56 - - [2025-09-18 03:07:40] "GET /virtual-network/44ad497d-f10e-4392-b14c-42021c062e85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006039 10.0.0.56 - - [2025-09-18 03:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.56 - - [2025-09-18 03:07:44] "GET /virtual-network/44ad497d-f10e-4392-b14c-42021c062e85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006126 10.0.0.56 - - [2025-09-18 03:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.56 - - [2025-09-18 03:07:48] "GET /virtual-network/44ad497d-f10e-4392-b14c-42021c062e85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007796 10.0.0.56 - - [2025-09-18 03:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004984 10.0.0.56 - - [2025-09-18 03:07:52] "GET /virtual-network/44ad497d-f10e-4392-b14c-42021c062e85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008336 10.0.0.56 - - [2025-09-18 03:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004857 10.0.0.56 - - [2025-09-18 03:07:56] "GET /virtual-network/44ad497d-f10e-4392-b14c-42021c062e85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007978 10.0.0.56 - - [2025-09-18 03:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005274 10.0.0.56 - - [2025-09-18 03:08:00] "GET /virtual-network/44ad497d-f10e-4392-b14c-42021c062e85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008346 10.0.0.41 - - [2025-09-18 03:08:02] "DELETE /project/5d80ed9509594eae874d02b5c2ab53db HTTP/1.1" 404 173 0.003727 10.0.0.41 - - [2025-09-18 03:08:02] "DELETE /project/40296ba1-e13c-4e7c-84da-66dab50b9ba6 HTTP/1.1" 404 177 0.006692 10.0.0.56 - - [2025-09-18 03:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004534 10.0.0.56 - - [2025-09-18 03:08:04] "GET /virtual-network/44ad497d-f10e-4392-b14c-42021c062e85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005705 10.0.0.56 - - [2025-09-18 03:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005208 10.0.0.56 - - [2025-09-18 03:08:08] "GET /virtual-network/44ad497d-f10e-4392-b14c-42021c062e85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006207 10.0.0.56 - - [2025-09-18 03:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.56 - - [2025-09-18 03:08:12] "GET /virtual-network/44ad497d-f10e-4392-b14c-42021c062e85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007985 10.0.0.56 - - [2025-09-18 03:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.56 - - [2025-09-18 03:08:15] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004345 10.0.0.56 - - [2025-09-18 03:08:15] "GET /virtual-networks?parent_id=5d80ed95-0959-4eae-874d-02b5c2ab53db&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003346 10.0.0.56 - - [2025-09-18 03:08:15] "GET /virtual-network/44ad497d-f10e-4392-b14c-42021c062e85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006083 10.0.0.56 - - [2025-09-18 03:08:20] "POST /neutron/port HTTP/1.1" 200 1086 0.017463 10.0.0.56 - - [2025-09-18 03:08:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007071 10.0.0.56 - - [2025-09-18 03:08:30] "POST /neutron/port HTTP/1.1" 200 1086 0.017632 10.0.0.56 - - [2025-09-18 03:09:01] "POST /neutron/network HTTP/1.1" 200 833 0.007871 10.0.0.56 - - [2025-09-18 03:09:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.001667 10.0.0.56 - - [2025-09-18 03:09:01] "POST /neutron/network HTTP/1.1" 200 843 0.007773 10.0.0.41 - - [2025-09-18 03:09:02] "GET /projects?obj_uuids=5d80ed95-0959-4eae-874d-02b5c2ab53db&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001150 10.0.0.56 - - [2025-09-18 03:09:02] "GET /project/5d80ed95-0959-4eae-874d-02b5c2ab53db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.084395 10.0.0.56 - - [2025-09-18 03:09:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007794 10.0.0.56 - - [2025-09-18 03:09:03] "POST /neutron/network HTTP/1.1" 200 843 0.007953 10.0.0.56 - - [2025-09-18 03:09:03] "POST /neutron/port HTTP/1.1" 200 1058 0.049743 10.0.0.56 - - [2025-09-18 03:09:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005191 10.0.0.56 - - [2025-09-18 03:09:04] "POST /neutron/network HTTP/1.1" 200 833 0.009529 10.0.0.56 - - [2025-09-18 03:09:13] "POST /neutron/port HTTP/1.1" 200 1086 0.019638 10.0.0.56 - - [2025-09-18 03:09:13] "POST /neutron/port HTTP/1.1" 200 1086 0.017871 10.0.0.56 - - [2025-09-18 03:09:13] "POST /neutron/subnet HTTP/1.1" 200 685 0.010084 10.0.0.56 - - [2025-09-18 03:09:16] "POST /neutron/port HTTP/1.1" 200 1086 0.015278 10.0.0.56 - - [2025-09-18 03:09:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004208 10.0.0.56 - - [2025-09-18 03:09:16] "POST /neutron/network HTTP/1.1" 200 833 0.007816 10.0.0.56 - - [2025-09-18 03:09:18] "POST /neutron/port HTTP/1.1" 200 1086 0.020226 10.0.0.56 - - [2025-09-18 03:09:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010586 10.0.0.56 - - [2025-09-18 03:09:18] "GET /virtual-machine/35918a96-7880-48ee-a8db-9e0c2fe7a248 HTTP/1.1" 200 1293 0.007978 10.0.0.56 - - [2025-09-18 03:09:18] "GET /virtual-machine-interface/cb3fe85b-33e4-44d9-a4e7-92bf36ba0be4 HTTP/1.1" 200 2964 0.015055 10.0.0.56 - - [2025-09-18 03:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.56 - - [2025-09-18 03:09:18] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006433 10.0.0.56 - - [2025-09-18 03:09:18] "GET /virtual-networks?parent_id=5d80ed95-0959-4eae-874d-02b5c2ab53db&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003531 10.0.0.56 - - [2025-09-18 03:09:18] "GET /virtual-network/44ad497d-f10e-4392-b14c-42021c062e85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007024 10.0.0.56 - - [2025-09-18 03:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.56 - - [2025-09-18 03:09:21] "GET /virtual-network/44ad497d-f10e-4392-b14c-42021c062e85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005695 10.0.0.56 - - [2025-09-18 03:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.56 - - [2025-09-18 03:09:25] "GET /virtual-network/44ad497d-f10e-4392-b14c-42021c062e85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005895 10.0.0.56 - - [2025-09-18 03:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004641 10.0.0.56 - - [2025-09-18 03:09:29] "GET /virtual-network/44ad497d-f10e-4392-b14c-42021c062e85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007376 10.0.0.56 - - [2025-09-18 03:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.56 - - [2025-09-18 03:09:33] "GET /virtual-network/44ad497d-f10e-4392-b14c-42021c062e85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006767 10.0.0.56 - - [2025-09-18 03:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004594 10.0.0.56 - - [2025-09-18 03:09:37] "GET /virtual-network/44ad497d-f10e-4392-b14c-42021c062e85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006953 10.0.0.56 - - [2025-09-18 03:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.56 - - [2025-09-18 03:09:42] "GET /virtual-network/44ad497d-f10e-4392-b14c-42021c062e85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006079 10.0.0.56 - - [2025-09-18 03:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.56 - - [2025-09-18 03:09:46] "GET /virtual-network/44ad497d-f10e-4392-b14c-42021c062e85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005531 10.0.0.56 - - [2025-09-18 03:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005005 10.0.0.56 - - [2025-09-18 03:09:50] "GET /virtual-network/44ad497d-f10e-4392-b14c-42021c062e85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009221 10.0.0.56 - - [2025-09-18 03:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.56 - - [2025-09-18 03:09:54] "GET /virtual-network/44ad497d-f10e-4392-b14c-42021c062e85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005730 10.0.0.56 - - [2025-09-18 03:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.56 - - [2025-09-18 03:09:56] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004245 10.0.0.56 - - [2025-09-18 03:09:56] "GET /virtual-networks?parent_id=5d80ed95-0959-4eae-874d-02b5c2ab53db&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003656 10.0.0.56 - - [2025-09-18 03:09:56] "GET /virtual-network/44ad497d-f10e-4392-b14c-42021c062e85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006138 10.0.0.56 - - [2025-09-18 03:10:01] "POST /neutron/port HTTP/1.1" 200 1086 0.019735 10.0.0.56 - - [2025-09-18 03:10:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007972 10.0.0.56 - - [2025-09-18 03:10:12] "POST /neutron/port HTTP/1.1" 200 1086 0.018721 10.0.0.56 - - [2025-09-18 03:10:13] "POST /neutron/port HTTP/1.1" 200 1086 0.042211 10.0.0.56 - - [2025-09-18 03:10:13] "POST /neutron/subnet HTTP/1.1" 200 685 0.011319 10.0.0.56 - - [2025-09-18 03:10:17] "POST /neutron/port HTTP/1.1" 200 1086 0.021679 10.0.0.56 - - [2025-09-18 03:10:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004586 10.0.0.56 - - [2025-09-18 03:10:17] "POST /neutron/network HTTP/1.1" 200 833 0.007254 10.0.0.56 - - [2025-09-18 03:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004557 10.0.0.56 - - [2025-09-18 03:10:45] "DELETE /virtual-DNS/1bbffc93-d5d3-4c37-8a43-9f382b545d66 HTTP/1.1" 409 235 0.009126 10.0.0.56 - - [2025-09-18 03:10:45] "POST /fqname-to-id HTTP/1.1" 404 192 0.003456 10.0.0.56 - - [2025-09-18 03:10:45] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.027968 10.0.0.56 - - [2025-09-18 03:10:45] "GET /virtual-DNS-record/6165795c-6a02-4f42-bbf4-023394e4ffc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.005831 10.0.0.56 - - [2025-09-18 03:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.56 - - [2025-09-18 03:10:45] "GET /virtual-DNS-record/6165795c-6a02-4f42-bbf4-023394e4ffc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.004207 10.0.0.56 - - [2025-09-18 03:10:52] "DELETE /virtual-DNS-record/6165795c-6a02-4f42-bbf4-023394e4ffc9 HTTP/1.1" 200 115 0.040970 10.0.0.56 - - [2025-09-18 03:10:52] "POST /fqname-to-id HTTP/1.1" 404 184 0.004533 10.0.0.56 - - [2025-09-18 03:10:52] "POST /neutron/port HTTP/1.1" 200 1086 0.025409 10.0.0.56 - - [2025-09-18 03:10:52] "POST /neutron/port HTTP/1.1" 200 1086 0.034019 10.0.0.56 - - [2025-09-18 03:10:54] "POST /neutron/network HTTP/1.1" 200 833 0.007371 10.0.0.56 - - [2025-09-18 03:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.56 - - [2025-09-18 03:10:54] "DELETE /network-ipam/5c8be848-4ec4-46b4-a1c9-f945f0a6993b HTTP/1.1" 200 115 0.046999 10.0.0.56 - - [2025-09-18 03:10:54] "DELETE /virtual-DNS/1bbffc93-d5d3-4c37-8a43-9f382b545d66 HTTP/1.1" 200 115 0.034705 10.0.0.56 - - [2025-09-18 03:10:54] "POST /fqname-to-id HTTP/1.1" 404 180 0.012764 10.0.0.41 - - [2025-09-18 03:10:56] "GET /projects?obj_uuids=5d80ed95-0959-4eae-874d-02b5c2ab53db&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001100 10.0.0.56 - - [2025-09-18 03:10:56] "GET /project/5d80ed95-0959-4eae-874d-02b5c2ab53db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.068053 10.0.0.41 - - [2025-09-18 03:10:56] "GET /projects?obj_uuids=5d80ed95-0959-4eae-874d-02b5c2ab53db&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001156 10.0.0.56 - - [2025-09-18 03:10:56] "GET /project/5d80ed95-0959-4eae-874d-02b5c2ab53db?fields=virtual_networks HTTP/1.1" 200 1032 0.043975 10.0.0.41 - - [2025-09-18 03:10:56] "GET /projects?obj_uuids=5d80ed95-0959-4eae-874d-02b5c2ab53db&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001421 10.0.0.56 - - [2025-09-18 03:10:56] "GET /project/5d80ed95-0959-4eae-874d-02b5c2ab53db?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.038440 10.0.0.41 - - [2025-09-18 03:10:56] "GET /projects?obj_uuids=5d80ed95-0959-4eae-874d-02b5c2ab53db&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001023 10.0.0.56 - - [2025-09-18 03:10:56] "GET /project/5d80ed95-0959-4eae-874d-02b5c2ab53db?fields=security_groups HTTP/1.1" 200 1259 0.036961 10.0.0.56 - - [2025-09-18 03:10:57] "POST /fqname-to-id HTTP/1.1" 404 189 0.029616 10.0.0.41 - - [2025-09-18 03:10:57] "GET /projects?obj_uuids=0441dc57-eaa5-4c1d-9ef7-e6fbe4231b25&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003799 10.0.0.41 - - [2025-09-18 03:10:57] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001039 10.0.0.41 - - [2025-09-18 03:10:57] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007138 10.0.0.41 - - [2025-09-18 03:10:57] "POST /id-to-fqname HTTP/1.1" 200 191 0.001190 10.0.0.41 - - [2025-09-18 03:10:57] "POST /fqname-to-id HTTP/1.1" 404 200 0.005075 10.0.0.41 - - [2025-09-18 03:10:57] "POST /security-groups HTTP/1.1" 200 592 0.029922 10.0.0.41 - - [2025-09-18 03:10:57] "POST /fqname-to-id HTTP/1.1" 404 235 0.002913 10.0.0.41 - - [2025-09-18 03:10:57] "POST /projects HTTP/1.1" 200 587 0.242448 10.0.0.41 - - [2025-09-18 03:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.318947 10.0.0.41 - - [2025-09-18 03:10:57] "POST /access-control-lists HTTP/1.1" 200 595 0.034905 10.0.0.56 - - [2025-09-18 03:10:58] "GET /project/0441dc57-eaa5-4c1d-9ef7-e6fbe4231b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.493744 10.0.0.56 - - [2025-09-18 03:10:59] "GET / HTTP/1.1" 200 35931 0.002008 10.0.0.56 - - [2025-09-18 03:11:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000681 10.0.0.56 - - [2025-09-18 03:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.047262 10.0.0.41 - - [2025-09-18 03:11:01] "GET /projects?obj_uuids=0441dc57-eaa5-4c1d-9ef7-e6fbe4231b25&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001707 10.0.0.56 - - [2025-09-18 03:11:01] "GET /obj-perms HTTP/1.1" 200 5056 0.401580 10.0.0.56 - - [2025-09-18 03:11:01] "GET /project/0441dc57-eaa5-4c1d-9ef7-e6fbe4231b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.050386 10.0.0.22 - - [2025-09-18 03:11:02] "GET /obj-perms HTTP/1.1" 200 5056 0.071893 10.0.0.41 - - [2025-09-18 03:11:02] "GET /projects?obj_uuids=0441dc57-eaa5-4c1d-9ef7-e6fbe4231b25&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000933 10.0.0.56 - - [2025-09-18 03:11:02] "POST /neutron/network HTTP/1.1" 200 608 0.185771 10.0.0.56 - - [2025-09-18 03:11:02] "POST /id-to-fqname HTTP/1.1" 200 222 0.003914 10.0.0.56 - - [2025-09-18 03:11:02] "GET /virtual-network/f61ef1e8-dfee-48e8-a6eb-81132fc35748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005666 10.0.0.56 - - [2025-09-18 03:11:02] "POST /neutron/network HTTP/1.1" 200 827 0.007812 10.0.0.56 - - [2025-09-18 03:11:02] "GET /virtual-network/f61ef1e8-dfee-48e8-a6eb-81132fc35748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006074 10.0.0.41 - - [2025-09-18 03:11:03] "DELETE /project/0441dc57eaa54c1d9ef7e6fbe4231b25 HTTP/1.1" 404 173 0.004296 10.0.0.41 - - [2025-09-18 03:11:03] "GET /projects?obj_uuids=5d80ed95-0959-4eae-874d-02b5c2ab53db&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000911 10.0.0.41 - - [2025-09-18 03:11:03] "GET /project/5d80ed95-0959-4eae-874d-02b5c2ab53db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.032803 10.0.0.41 - - [2025-09-18 03:11:03] "GET /projects?obj_uuids=5d80ed95-0959-4eae-874d-02b5c2ab53db&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001506 10.0.0.41 - - [2025-09-18 03:11:03] "GET /project/5d80ed95-0959-4eae-874d-02b5c2ab53db?fields=security_groups HTTP/1.1" 200 1364 0.098627 10.0.0.56 - - [2025-09-18 03:11:03] "GET /virtual-network/f61ef1e8-dfee-48e8-a6eb-81132fc35748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.020389 10.0.0.41 - - [2025-09-18 03:11:03] "DELETE /security-group/469c099c-2da1-4f1b-a958-af22347aebd6 HTTP/1.1" 200 115 0.088081 10.0.0.41 - - [2025-09-18 03:11:03] "GET /projects?obj_uuids=5d80ed95-0959-4eae-874d-02b5c2ab53db&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001212 10.0.0.41 - - [2025-09-18 03:11:03] "DELETE /access-control-list/506d0c2e-cf31-4da7-a0c5-51ab136cd6d7 HTTP/1.1" 200 115 0.058151 10.0.0.41 - - [2025-09-18 03:11:03] "GET /project/5d80ed95-0959-4eae-874d-02b5c2ab53db?fields=application_policy_sets HTTP/1.1" 200 1403 0.052788 10.0.0.41 - - [2025-09-18 03:11:03] "DELETE /project/5d80ed95-0959-4eae-874d-02b5c2ab53db HTTP/1.1" 200 115 0.497376 10.0.0.41 - - [2025-09-18 03:11:05] "GET /obj-perms HTTP/1.1" 200 5032 0.054930 10.0.0.56 - - [2025-09-18 03:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.41 - - [2025-09-18 03:11:05] "GET /projects?obj_uuids=0441dc57-eaa5-4c1d-9ef7-e6fbe4231b25&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001563 10.0.0.56 - - [2025-09-18 03:11:05] "GET /project/0441dc57-eaa5-4c1d-9ef7-e6fbe4231b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.044937 10.0.0.56 - - [2025-09-18 03:11:05] "POST /neutron/network HTTP/1.1" 200 117 0.013307 10.0.0.41 - - [2025-09-18 03:11:05] "POST /ref-update HTTP/1.1" 200 156 0.030339 10.0.0.56 - - [2025-09-18 03:11:05] "POST /neutron/network HTTP/1.1" 200 827 0.008803 10.0.0.56 - - [2025-09-18 03:11:05] "POST /id-to-fqname HTTP/1.1" 200 222 0.001210 10.0.0.56 - - [2025-09-18 03:11:05] "GET /virtual-network/dde8be2c-a285-47f6-af7c-a142022766e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004658 10.0.0.56 - - [2025-09-18 03:11:05] "GET /virtual-network/dde8be2c-a285-47f6-af7c-a142022766e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.010138 10.0.0.56 - - [2025-09-18 03:11:05] "POST /neutron/subnet HTTP/1.1" 200 724 0.009247 10.0.0.56 - - [2025-09-18 03:11:06] "GET /virtual-network/dde8be2c-a285-47f6-af7c-a142022766e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008305 10.0.0.56 - - [2025-09-18 03:11:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.001257 10.0.0.41 - - [2025-09-18 03:11:24] "GET /projects?obj_uuids=0441dc57-eaa5-4c1d-9ef7-e6fbe4231b25&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000982 10.0.0.56 - - [2025-09-18 03:11:24] "GET /project/0441dc57-eaa5-4c1d-9ef7-e6fbe4231b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.088766 10.0.0.56 - - [2025-09-18 03:11:24] "POST /neutron/port HTTP/1.1" 200 117 0.007773 10.0.0.56 - - [2025-09-18 03:11:24] "POST /id-to-fqname HTTP/1.1" 200 222 0.001316 10.0.0.56 - - [2025-09-18 03:11:24] "POST /neutron/network HTTP/1.1" 200 837 0.007622 10.0.0.56 - - [2025-09-18 03:11:25] "POST /neutron/port HTTP/1.1" 200 1061 0.027690 10.0.0.41 - - [2025-09-18 03:11:25] "GET /projects?obj_uuids=0441dc57-eaa5-4c1d-9ef7-e6fbe4231b25&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001745 10.0.0.56 - - [2025-09-18 03:11:25] "GET /project/0441dc57-eaa5-4c1d-9ef7-e6fbe4231b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.141651 10.0.0.56 - - [2025-09-18 03:11:25] "POST /neutron/port HTTP/1.1" 200 1089 0.051913 10.0.0.56 - - [2025-09-18 03:11:25] "POST /neutron/subnet HTTP/1.1" 200 698 0.019575 10.0.0.56 - - [2025-09-18 03:11:26] "POST /neutron/port HTTP/1.1" 200 1089 0.062359 10.0.0.56 - - [2025-09-18 03:11:26] "POST /neutron/port HTTP/1.1" 200 1089 0.027075 10.0.0.41 - - [2025-09-18 03:11:26] "GET /projects?obj_uuids=0441dc57-eaa5-4c1d-9ef7-e6fbe4231b25&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001152 10.0.0.56 - - [2025-09-18 03:11:27] "POST /neutron/port HTTP/1.1" 200 1061 0.546927 10.0.0.56 - - [2025-09-18 03:11:27] "POST /neutron/port HTTP/1.1" 200 1115 0.176019 10.0.0.56 - - [2025-09-18 03:11:27] "POST /neutron/subnet HTTP/1.1" 200 698 0.017145 10.0.0.56 - - [2025-09-18 03:11:31] "POST /neutron/port HTTP/1.1" 200 1089 0.033736 10.0.0.56 - - [2025-09-18 03:11:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009001 10.0.0.56 - - [2025-09-18 03:11:46] "POST /neutron/port HTTP/1.1" 200 1089 0.035891 10.0.0.56 - - [2025-09-18 03:11:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007880 10.0.0.56 - - [2025-09-18 03:11:57] "POST /neutron/port HTTP/1.1" 200 1089 0.023416 10.0.0.56 - - [2025-09-18 03:11:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008438 10.0.0.56 - - [2025-09-18 03:11:57] "GET /virtual-machine/f9de2b0a-f321-4b49-a4c3-35b0d4dda7dd HTTP/1.1" 401 292 0.000391 10.0.0.56 - - [2025-09-18 03:11:57] "GET /virtual-machine/f9de2b0a-f321-4b49-a4c3-35b0d4dda7dd HTTP/1.1" 200 1294 0.033192 10.0.0.56 - - [2025-09-18 03:11:57] "GET /virtual-machine-interface/c6f41ea1-82f6-49fa-b8be-88b2788bcf3b HTTP/1.1" 200 2949 0.005685 10.0.0.56 - - [2025-09-18 03:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.56 - - [2025-09-18 03:11:57] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003787 10.0.0.56 - - [2025-09-18 03:11:57] "GET /virtual-networks?parent_id=0441dc57-eaa5-4c1d-9ef7-e6fbe4231b25&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003937 10.0.0.56 - - [2025-09-18 03:11:57] "GET /virtual-network/dde8be2c-a285-47f6-af7c-a142022766e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006078 10.0.0.22 - - [2025-09-18 03:11:58] "GET /global-system-configs HTTP/1.1" 200 322 0.053038 10.0.0.56 - - [2025-09-18 03:11:59] "GET /obj-perms HTTP/1.1" 200 5056 0.135663 10.0.0.22 - - [2025-09-18 03:11:59] "GET /obj-perms HTTP/1.1" 200 5056 0.153110 10.0.0.41 - - [2025-09-18 03:11:59] "GET /global-system-configs HTTP/1.1" 200 322 0.073857 10.0.0.41 - - [2025-09-18 03:11:59] "GET /obj-perms HTTP/1.1" 200 5056 0.152056 10.0.0.41 - - [2025-09-18 03:11:59] "GET /global-system-configs HTTP/1.1" 200 322 0.039811 10.0.0.22 - - [2025-09-18 03:11:59] "GET /global-system-configs HTTP/1.1" 200 322 0.061570 10.0.0.56 - - [2025-09-18 03:12:00] "GET /obj-perms HTTP/1.1" 200 5056 0.247209 10.0.0.22 - - [2025-09-18 03:12:00] "GET /obj-perms HTTP/1.1" 200 5056 0.268244 10.0.0.56 - - [2025-09-18 03:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.56 - - [2025-09-18 03:12:00] "GET /virtual-network/dde8be2c-a285-47f6-af7c-a142022766e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007647 10.0.0.56 - - [2025-09-18 03:12:01] "GET /global-system-configs HTTP/1.1" 200 322 0.058527 10.0.0.41 - - [2025-09-18 03:12:01] "GET /obj-perms HTTP/1.1" 200 5056 0.184715 10.0.0.56 - - [2025-09-18 03:12:02] "GET /global-system-configs HTTP/1.1" 200 322 0.037793 10.0.0.56 - - [2025-09-18 03:12:03] "GET /obj-perms HTTP/1.1" 200 5056 0.066759 10.0.0.56 - - [2025-09-18 03:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.56 - - [2025-09-18 03:12:04] "GET /virtual-network/dde8be2c-a285-47f6-af7c-a142022766e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006785 10.0.0.56 - - [2025-09-18 03:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.56 - - [2025-09-18 03:12:08] "GET /virtual-network/dde8be2c-a285-47f6-af7c-a142022766e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004970 10.0.0.56 - - [2025-09-18 03:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.56 - - [2025-09-18 03:12:13] "GET /virtual-network/dde8be2c-a285-47f6-af7c-a142022766e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005993 10.0.0.56 - - [2025-09-18 03:12:16] "POST /neutron/network HTTP/1.1" 200 837 0.008324 10.0.0.56 - - [2025-09-18 03:12:16] "POST /neutron/port HTTP/1.1" 200 117 0.001030 10.0.0.56 - - [2025-09-18 03:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.56 - - [2025-09-18 03:12:17] "GET /virtual-network/dde8be2c-a285-47f6-af7c-a142022766e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005292 10.0.0.56 - - [2025-09-18 03:12:20] "POST /neutron/port HTTP/1.1" 200 1089 0.017300 10.0.0.56 - - [2025-09-18 03:12:20] "POST /neutron/subnet HTTP/1.1" 200 698 0.008790 10.0.0.56 - - [2025-09-18 03:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004540 10.0.0.56 - - [2025-09-18 03:12:21] "GET /virtual-network/dde8be2c-a285-47f6-af7c-a142022766e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007987 10.0.0.56 - - [2025-09-18 03:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.56 - - [2025-09-18 03:12:25] "GET /virtual-network/dde8be2c-a285-47f6-af7c-a142022766e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006302 10.0.0.56 - - [2025-09-18 03:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.56 - - [2025-09-18 03:12:29] "GET /virtual-network/dde8be2c-a285-47f6-af7c-a142022766e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006057 10.0.0.56 - - [2025-09-18 03:12:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.56 - - [2025-09-18 03:12:33] "GET /virtual-network/dde8be2c-a285-47f6-af7c-a142022766e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005955 10.0.0.56 - - [2025-09-18 03:12:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.56 - - [2025-09-18 03:12:37] "GET /virtual-network/dde8be2c-a285-47f6-af7c-a142022766e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005366 10.0.0.56 - - [2025-09-18 03:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.56 - - [2025-09-18 03:12:41] "GET /virtual-network/dde8be2c-a285-47f6-af7c-a142022766e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006239 10.0.0.56 - - [2025-09-18 03:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.56 - - [2025-09-18 03:12:45] "GET /virtual-network/dde8be2c-a285-47f6-af7c-a142022766e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005804 10.0.0.56 - - [2025-09-18 03:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.56 - - [2025-09-18 03:12:49] "GET /virtual-network/dde8be2c-a285-47f6-af7c-a142022766e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005867 10.0.0.56 - - [2025-09-18 03:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.56 - - [2025-09-18 03:12:51] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003730 10.0.0.56 - - [2025-09-18 03:12:51] "GET /virtual-networks?parent_id=0441dc57-eaa5-4c1d-9ef7-e6fbe4231b25&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003415 10.0.0.56 - - [2025-09-18 03:12:52] "GET /virtual-network/dde8be2c-a285-47f6-af7c-a142022766e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006589 10.0.0.56 - - [2025-09-18 03:12:52] "POST /neutron/port HTTP/1.1" 200 1089 0.018781 10.0.0.56 - - [2025-09-18 03:12:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007730 10.0.0.22 - - [2025-09-18 03:13:03] "GET /obj-perms HTTP/1.1" 200 5056 0.052047 10.0.0.41 - - [2025-09-18 03:13:04] "GET /obj-perms HTTP/1.1" 200 5056 0.077675 10.0.0.56 - - [2025-09-18 03:13:07] "POST /neutron/port HTTP/1.1" 200 1089 0.042306 10.0.0.56 - - [2025-09-18 03:13:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.018116 10.0.0.56 - - [2025-09-18 03:13:18] "POST /neutron/port HTTP/1.1" 200 1089 0.018696 10.0.0.56 - - [2025-09-18 03:13:18] "POST /neutron/port HTTP/1.1" 200 1089 0.016582 10.0.0.56 - - [2025-09-18 03:13:18] "POST /neutron/subnet HTTP/1.1" 200 698 0.013701 10.0.0.56 - - [2025-09-18 03:13:21] "POST /neutron/port HTTP/1.1" 200 1089 0.015821 10.0.0.56 - - [2025-09-18 03:13:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006978 10.0.0.56 - - [2025-09-18 03:13:24] "POST /neutron/network HTTP/1.1" 200 837 0.007151 10.0.0.56 - - [2025-09-18 03:13:24] "POST /neutron/port HTTP/1.1" 200 117 0.001207 10.0.0.56 - - [2025-09-18 03:13:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008549 10.0.0.56 - - [2025-09-18 03:13:38] "POST /neutron/port HTTP/1.1" 200 1089 0.016006 10.0.0.56 - - [2025-09-18 03:13:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007014 10.0.0.56 - - [2025-09-18 03:13:54] "POST /neutron/port HTTP/1.1" 200 1089 0.016580 10.0.0.56 - - [2025-09-18 03:13:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007961 10.0.0.56 - - [2025-09-18 03:13:54] "GET /virtual-machine/7c542e58-87ab-440b-adb7-d9925ff24fc7 HTTP/1.1" 200 1293 0.009767 10.0.0.56 - - [2025-09-18 03:13:54] "GET /virtual-machine-interface/8d315e69-576b-46f5-b47b-81dcf650ba3e HTTP/1.1" 200 2949 0.005806 10.0.0.56 - - [2025-09-18 03:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.56 - - [2025-09-18 03:13:54] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004505 10.0.0.56 - - [2025-09-18 03:13:54] "GET /virtual-networks?parent_id=0441dc57-eaa5-4c1d-9ef7-e6fbe4231b25&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002986 10.0.0.56 - - [2025-09-18 03:13:54] "GET /virtual-network/f61ef1e8-dfee-48e8-a6eb-81132fc35748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007526 10.0.0.56 - - [2025-09-18 03:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.56 - - [2025-09-18 03:13:55] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005228 10.0.0.56 - - [2025-09-18 03:13:55] "GET /virtual-networks?parent_id=0441dc57-eaa5-4c1d-9ef7-e6fbe4231b25&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004216 10.0.0.56 - - [2025-09-18 03:13:55] "GET /virtual-network/f61ef1e8-dfee-48e8-a6eb-81132fc35748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008454 10.0.0.56 - - [2025-09-18 03:13:55] "POST /neutron/port HTTP/1.1" 200 1089 0.019375 10.0.0.56 - - [2025-09-18 03:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004366 10.0.0.41 - - [2025-09-18 03:14:01] "GET /projects?obj_uuids=0441dc57-eaa5-4c1d-9ef7-e6fbe4231b25&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.037828 10.0.0.56 - - [2025-09-18 03:14:01] "GET /project/0441dc57-eaa5-4c1d-9ef7-e6fbe4231b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.085464 10.0.0.56 - - [2025-09-18 03:14:01] "GET /virtual-network/f61ef1e8-dfee-48e8-a6eb-81132fc35748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006146 10.0.0.56 - - [2025-09-18 03:14:01] "GET /floating-ip-pools?parent_id=f61ef1e8-dfee-48e8-a6eb-81132fc35748&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003707 10.0.0.56 - - [2025-09-18 03:14:01] "GET /virtual-network/f61ef1e8-dfee-48e8-a6eb-81132fc35748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007450 10.0.0.56 - - [2025-09-18 03:14:01] "POST /floating-ip-pools HTTP/1.1" 200 598 0.037440 10.0.0.56 - - [2025-09-18 03:14:01] "POST /ref-update HTTP/1.1" 200 156 0.019212 10.0.0.56 - - [2025-09-18 03:14:01] "GET /virtual-network/f61ef1e8-dfee-48e8-a6eb-81132fc35748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006121 10.0.0.56 - - [2025-09-18 03:14:01] "GET /virtual-network/f61ef1e8-dfee-48e8-a6eb-81132fc35748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006010 10.0.0.56 - - [2025-09-18 03:14:02] "POST /neutron/port HTTP/1.1" 200 1089 0.018238 10.0.0.56 - - [2025-09-18 03:14:02] "POST /neutron/floatingip HTTP/1.1" 200 577 0.020512 10.0.0.56 - - [2025-09-18 03:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.56 - - [2025-09-18 03:14:02] "GET /routing-instance/9cc76c42-2910-4e13-bf7e-faac5c9eb94d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.012692 10.0.0.56 - - [2025-09-18 03:14:02] "GET /route-target/34459790-2e78-4fcd-aca7-a5d70b343ab6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004507 10.0.0.56 - - [2025-09-18 03:14:18] "POST /neutron/network HTTP/1.1" 200 837 0.007092 10.0.0.56 - - [2025-09-18 03:14:18] "POST /neutron/port HTTP/1.1" 200 117 0.001091 10.0.0.56 - - [2025-09-18 03:14:25] "POST /neutron/port HTTP/1.1" 200 1089 0.040159 10.0.0.56 - - [2025-09-18 03:14:25] "POST /neutron/subnet HTTP/1.1" 200 698 0.010797 10.0.0.56 - - [2025-09-18 03:14:27] "POST /neutron/floatingip HTTP/1.1" 200 577 0.011741 10.0.0.56 - - [2025-09-18 03:14:27] "POST /neutron/floatingip HTTP/1.1" 200 115 0.050024 10.0.0.56 - - [2025-09-18 03:14:27] "GET /floating-ip-pool/8f1f1854-bb3c-43f6-bb74-1f4705111c7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1184 0.004647 10.0.0.56 - - [2025-09-18 03:14:27] "POST /ref-update HTTP/1.1" 200 156 0.019928 10.0.0.56 - - [2025-09-18 03:14:27] "DELETE /floating-ip-pool/8f1f1854-bb3c-43f6-bb74-1f4705111c7d HTTP/1.1" 200 115 0.050520 10.0.0.56 - - [2025-09-18 03:14:28] "POST /neutron/port HTTP/1.1" 200 1089 0.015808 10.0.0.56 - - [2025-09-18 03:14:28] "POST /neutron/port HTTP/1.1" 200 1089 0.018013 10.0.0.56 - - [2025-09-18 03:14:30] "POST /neutron/network HTTP/1.1" 200 827 0.006647 10.0.0.41 - - [2025-09-18 03:14:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003958 10.0.0.41 - - [2025-09-18 03:14:30] "POST /useragent-kv HTTP/1.1" 200 115 0.008024 10.0.0.56 - - [2025-09-18 03:14:30] "POST /neutron/network HTTP/1.1" 200 151 0.136594 10.0.0.41 - - [2025-09-18 03:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.069725 10.0.0.41 - - [2025-09-18 03:14:32] "GET /projects?obj_uuids=0441dc57-eaa5-4c1d-9ef7-e6fbe4231b25&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000925 10.0.0.56 - - [2025-09-18 03:14:32] "GET /project/0441dc57-eaa5-4c1d-9ef7-e6fbe4231b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.042218 10.0.0.41 - - [2025-09-18 03:14:32] "GET /projects?obj_uuids=0441dc57-eaa5-4c1d-9ef7-e6fbe4231b25&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001112 10.0.0.56 - - [2025-09-18 03:14:32] "GET /project/0441dc57-eaa5-4c1d-9ef7-e6fbe4231b25?fields=virtual_networks HTTP/1.1" 200 1032 0.039881 10.0.0.41 - - [2025-09-18 03:14:32] "GET /projects?obj_uuids=0441dc57-eaa5-4c1d-9ef7-e6fbe4231b25&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001487 10.0.0.56 - - [2025-09-18 03:14:32] "GET /project/0441dc57-eaa5-4c1d-9ef7-e6fbe4231b25?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.040654 10.0.0.41 - - [2025-09-18 03:14:32] "GET /projects?obj_uuids=0441dc57-eaa5-4c1d-9ef7-e6fbe4231b25&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001086 10.0.0.56 - - [2025-09-18 03:14:32] "GET /project/0441dc57-eaa5-4c1d-9ef7-e6fbe4231b25?fields=security_groups HTTP/1.1" 200 1259 0.035971 10.0.0.56 - - [2025-09-18 03:14:33] "POST /fqname-to-id HTTP/1.1" 404 188 0.029154 10.0.0.41 - - [2025-09-18 03:14:33] "GET /projects?obj_uuids=d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003833 10.0.0.41 - - [2025-09-18 03:14:33] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000981 10.0.0.41 - - [2025-09-18 03:14:33] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.041238 10.0.0.41 - - [2025-09-18 03:14:33] "POST /id-to-fqname HTTP/1.1" 200 190 0.004588 10.0.0.41 - - [2025-09-18 03:14:33] "POST /fqname-to-id HTTP/1.1" 404 199 0.004635 10.0.0.41 - - [2025-09-18 03:14:33] "POST /security-groups HTTP/1.1" 200 591 0.078102 10.0.0.41 - - [2025-09-18 03:14:33] "POST /projects HTTP/1.1" 200 585 0.301481 10.0.0.41 - - [2025-09-18 03:14:33] "POST /access-control-lists HTTP/1.1" 200 596 0.029033 10.0.0.41 - - [2025-09-18 03:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.375038 10.0.0.56 - - [2025-09-18 03:14:34] "GET /project/d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.567766 10.0.0.56 - - [2025-09-18 03:14:35] "GET / HTTP/1.1" 200 35931 0.001682 10.0.0.56 - - [2025-09-18 03:14:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000433 10.0.0.56 - - [2025-09-18 03:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.056651 10.0.0.41 - - [2025-09-18 03:14:37] "GET /projects?obj_uuids=d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000928 10.0.0.56 - - [2025-09-18 03:14:37] "GET /project/d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.036998 10.0.0.41 - - [2025-09-18 03:14:37] "POST /route-targets HTTP/1.1" 200 327 0.015147 10.0.0.41 - - [2025-09-18 03:14:37] "POST /useragent-kv HTTP/1.1" 200 115 0.008780 10.0.0.56 - - [2025-09-18 03:14:37] "POST /neutron/subnet HTTP/1.1" 200 701 0.257205 10.0.0.56 - - [2025-09-18 03:14:37] "POST /id-to-fqname HTTP/1.1" 200 230 0.001368 10.0.0.56 - - [2025-09-18 03:14:38] "GET /virtual-network/e8a3c8bd-49ae-4422-87af-8707eb1558e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007888 10.0.0.56 - - [2025-09-18 03:14:38] "GET /virtual-network/e8a3c8bd-49ae-4422-87af-8707eb1558e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005657 10.0.0.56 - - [2025-09-18 03:14:38] "POST /neutron/network HTTP/1.1" 200 839 0.006938 10.0.0.56 - - [2025-09-18 03:14:38] "POST /id-to-fqname HTTP/1.1" 200 230 0.001167 10.0.0.56 - - [2025-09-18 03:14:38] "POST /neutron/network HTTP/1.1" 200 849 0.007456 10.0.0.41 - - [2025-09-18 03:14:39] "GET /projects?obj_uuids=d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000932 10.0.0.56 - - [2025-09-18 03:14:39] "GET /project/d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.066928 10.0.0.56 - - [2025-09-18 03:14:39] "POST /neutron/port HTTP/1.1" 200 117 0.006163 10.0.0.56 - - [2025-09-18 03:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.56 - - [2025-09-18 03:14:39] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003746 10.0.0.56 - - [2025-09-18 03:14:39] "PUT /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056 HTTP/1.1" 200 276 0.012026 10.0.0.41 - - [2025-09-18 03:14:39] "GET /projects?obj_uuids=d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001305 10.0.0.56 - - [2025-09-18 03:14:40] "POST /neutron/port HTTP/1.1" 200 1055 0.350065 10.0.0.56 - - [2025-09-18 03:14:40] "POST /neutron/port HTTP/1.1" 200 1109 0.099365 10.0.0.56 - - [2025-09-18 03:14:40] "POST /neutron/subnet HTTP/1.1" 200 675 0.009440 10.0.0.56 - - [2025-09-18 03:14:44] "POST /neutron/port HTTP/1.1" 200 1083 0.016492 10.0.0.56 - - [2025-09-18 03:14:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008957 10.0.0.56 - - [2025-09-18 03:14:44] "GET /virtual-machine/9847408b-d1a4-4247-9696-785921b34a44 HTTP/1.1" 401 292 0.000422 10.0.0.56 - - [2025-09-18 03:14:45] "GET /virtual-machine/9847408b-d1a4-4247-9696-785921b34a44 HTTP/1.1" 200 1293 0.034655 10.0.0.56 - - [2025-09-18 03:14:45] "GET /virtual-machine-interface/2e3c6d54-d36d-40ef-8794-78ceadc9d7f8 HTTP/1.1" 200 2969 0.005914 10.0.0.56 - - [2025-09-18 03:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.56 - - [2025-09-18 03:14:45] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003930 10.0.0.56 - - [2025-09-18 03:14:45] "GET /virtual-networks?parent_id=d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003075 10.0.0.56 - - [2025-09-18 03:14:45] "GET /virtual-network/e8a3c8bd-49ae-4422-87af-8707eb1558e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006113 10.0.0.56 - - [2025-09-18 03:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.56 - - [2025-09-18 03:14:48] "GET /virtual-network/e8a3c8bd-49ae-4422-87af-8707eb1558e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005143 10.0.0.56 - - [2025-09-18 03:14:49] "POST /neutron/port HTTP/1.1" 200 1083 0.017391 10.0.0.56 - - [2025-09-18 03:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.56 - - [2025-09-18 03:14:50] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004146 10.0.0.56 - - [2025-09-18 03:14:50] "GET /virtual-networks?parent_id=d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003288 10.0.0.56 - - [2025-09-18 03:14:50] "GET /virtual-network/e8a3c8bd-49ae-4422-87af-8707eb1558e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006115 10.0.0.56 - - [2025-09-18 03:14:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008218 10.0.0.41 - - [2025-09-18 03:14:54] "DELETE /access-control-list/1220f2f6-99c2-475d-949d-33f0b4ee07b6 HTTP/1.1" 200 115 0.038703 10.0.0.56 - - [2025-09-18 03:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.56 - - [2025-09-18 03:14:57] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003936 10.0.0.56 - - [2025-09-18 03:14:57] "PUT /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056 HTTP/1.1" 200 276 0.011827 10.0.0.56 - - [2025-09-18 03:14:58] "POST /neutron/port HTTP/1.1" 200 1083 0.017244 10.0.0.56 - - [2025-09-18 03:14:59] "POST /neutron/network HTTP/1.1" 200 839 0.008104 10.0.0.56 - - [2025-09-18 03:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.41 - - [2025-09-18 03:15:03] "GET /projects?obj_uuids=d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001978 10.0.0.56 - - [2025-09-18 03:15:03] "GET /project/d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.050071 10.0.0.41 - - [2025-09-18 03:15:03] "GET /projects?obj_uuids=d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001489 10.0.0.56 - - [2025-09-18 03:15:03] "POST /neutron/network HTTP/1.1" 200 605 0.150957 10.0.0.56 - - [2025-09-18 03:15:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.003638 10.0.0.56 - - [2025-09-18 03:15:03] "GET /virtual-network/44764e2c-572e-41f0-9c28-bc23fe2478d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005929 10.0.0.56 - - [2025-09-18 03:15:03] "POST /neutron/network HTTP/1.1" 200 824 0.007547 10.0.0.56 - - [2025-09-18 03:15:03] "GET /virtual-network/44764e2c-572e-41f0-9c28-bc23fe2478d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007485 10.0.0.56 - - [2025-09-18 03:15:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001409 10.0.0.41 - - [2025-09-18 03:15:03] "POST /route-targets HTTP/1.1" 200 327 0.018869 10.0.0.56 - - [2025-09-18 03:15:04] "POST /neutron/network HTTP/1.1" 200 834 0.009785 10.0.0.41 - - [2025-09-18 03:15:04] "DELETE /project/d9b2f32dfe3a4d3f8a7d613fff9a6e6a HTTP/1.1" 404 173 0.004691 10.0.0.41 - - [2025-09-18 03:15:04] "DELETE /project/0441dc57-eaa5-4c1d-9ef7-e6fbe4231b25 HTTP/1.1" 404 177 0.004369 10.0.0.41 - - [2025-09-18 03:15:04] "GET /projects?obj_uuids=d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001397 10.0.0.56 - - [2025-09-18 03:15:04] "GET /project/d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.065930 10.0.0.56 - - [2025-09-18 03:15:05] "POST /neutron/port HTTP/1.1" 200 117 0.006264 10.0.0.41 - - [2025-09-18 03:15:05] "GET /projects?obj_uuids=d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001010 10.0.0.56 - - [2025-09-18 03:15:05] "POST /neutron/port HTTP/1.1" 200 1060 0.296595 10.0.0.56 - - [2025-09-18 03:15:06] "POST /neutron/port HTTP/1.1" 200 1114 0.101746 10.0.0.56 - - [2025-09-18 03:15:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.009633 10.0.0.56 - - [2025-09-18 03:15:10] "POST /neutron/port HTTP/1.1" 200 1088 0.019478 10.0.0.56 - - [2025-09-18 03:15:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008502 10.0.0.56 - - [2025-09-18 03:15:20] "POST /neutron/port HTTP/1.1" 200 1088 0.017674 10.0.0.56 - - [2025-09-18 03:15:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011158 10.0.0.56 - - [2025-09-18 03:15:20] "GET /virtual-machine/1728d5d0-42e1-488e-8c2c-7739b6e0be45 HTTP/1.1" 200 1292 0.008157 10.0.0.56 - - [2025-09-18 03:15:20] "GET /virtual-machine-interface/d1979c17-7787-4098-888f-86e260418cc5 HTTP/1.1" 200 2940 0.007769 10.0.0.56 - - [2025-09-18 03:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.56 - - [2025-09-18 03:15:20] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005273 10.0.0.56 - - [2025-09-18 03:15:20] "GET /virtual-networks?parent_id=d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004357 10.0.0.56 - - [2025-09-18 03:15:20] "GET /virtual-network/44764e2c-572e-41f0-9c28-bc23fe2478d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005651 10.0.0.56 - - [2025-09-18 03:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175 10.0.0.56 - - [2025-09-18 03:15:24] "GET /virtual-network/44764e2c-572e-41f0-9c28-bc23fe2478d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007474 10.0.0.56 - - [2025-09-18 03:15:27] "POST /neutron/port HTTP/1.1" 200 1088 0.022832 10.0.0.56 - - [2025-09-18 03:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.56 - - [2025-09-18 03:15:28] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004334 10.0.0.56 - - [2025-09-18 03:15:28] "GET /virtual-networks?parent_id=d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003832 10.0.0.56 - - [2025-09-18 03:15:28] "GET /virtual-network/44764e2c-572e-41f0-9c28-bc23fe2478d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005588 10.0.0.56 - - [2025-09-18 03:15:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004585 10.0.0.56 - - [2025-09-18 03:15:28] "POST /neutron/network HTTP/1.1" 200 824 0.010170 10.0.0.56 - - [2025-09-18 03:15:30] "POST /neutron/port HTTP/1.1" 200 1088 0.016940 10.0.0.56 - - [2025-09-18 03:15:32] "POST /neutron/network HTTP/1.1" 200 824 0.007922 10.0.0.41 - - [2025-09-18 03:15:32] "DELETE /route-target/2d8ca7a8-8de5-403a-9994-3ac0a326cd05 HTTP/1.1" 200 115 0.033260 10.0.0.56 - - [2025-09-18 03:15:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004415 10.0.0.56 - - [2025-09-18 03:15:35] "POST /network-ipams HTTP/1.1" 200 541 0.032149 10.0.0.56 - - [2025-09-18 03:15:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003471 10.0.0.56 - - [2025-09-18 03:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.56 - - [2025-09-18 03:15:35] "GET /network-ipam/fabf3ec1-73d6-4100-808a-e3320553862a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.006775 10.0.0.56 - - [2025-09-18 03:15:35] "PUT /network-ipam/fabf3ec1-73d6-4100-808a-e3320553862a HTTP/1.1" 200 258 0.014635 10.0.0.56 - - [2025-09-18 03:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.41 - - [2025-09-18 03:15:35] "GET /projects?obj_uuids=d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001079 10.0.0.56 - - [2025-09-18 03:15:35] "GET /project/d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.075052 10.0.0.41 - - [2025-09-18 03:15:35] "GET /projects?obj_uuids=d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001185 10.0.0.56 - - [2025-09-18 03:15:35] "POST /neutron/network HTTP/1.1" 200 605 0.146958 10.0.0.56 - - [2025-09-18 03:15:36] "POST /neutron/network HTTP/1.1" 200 994 0.010478 10.0.0.56 - - [2025-09-18 03:15:36] "POST /id-to-fqname HTTP/1.1" 200 220 0.001223 10.0.0.56 - - [2025-09-18 03:15:36] "GET /virtual-network/013757e9-1877-439a-afe7-cb0ee4b1805a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.007286 10.0.0.56 - - [2025-09-18 03:15:36] "GET /virtual-network/013757e9-1877-439a-afe7-cb0ee4b1805a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.007920 10.0.0.56 - - [2025-09-18 03:15:36] "POST /neutron/subnet HTTP/1.1" 200 699 0.009439 10.0.0.56 - - [2025-09-18 03:15:36] "POST /neutron/subnet HTTP/1.1" 200 699 0.008767 10.0.0.41 - - [2025-09-18 03:15:36] "GET /projects?obj_uuids=d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001264 10.0.0.56 - - [2025-09-18 03:15:36] "POST /neutron/port HTTP/1.1" 200 1017 0.237187 10.0.0.56 - - [2025-09-18 03:15:36] "POST /id-to-fqname HTTP/1.1" 200 220 0.001429 10.0.0.56 - - [2025-09-18 03:15:37] "POST /neutron/network HTTP/1.1" 200 994 0.035363 10.0.0.56 - - [2025-09-18 03:15:37] "POST /neutron/port HTTP/1.1" 200 1017 0.010739 10.0.0.56 - - [2025-09-18 03:15:37] "POST /id-to-fqname HTTP/1.1" 200 220 0.001395 10.0.0.56 - - [2025-09-18 03:15:37] "POST /neutron/port HTTP/1.1" 200 1017 0.010875 10.0.0.56 - - [2025-09-18 03:15:37] "POST /neutron/port HTTP/1.1" 200 1017 0.010369 10.0.0.56 - - [2025-09-18 03:15:38] "POST /neutron/port HTTP/1.1" 200 1017 0.047606 10.0.0.56 - - [2025-09-18 03:15:38] "POST /id-to-fqname HTTP/1.1" 200 220 0.001254 10.0.0.56 - - [2025-09-18 03:15:38] "POST /neutron/port HTTP/1.1" 200 1017 0.012260 10.0.0.56 - - [2025-09-18 03:15:38] "POST /neutron/port HTTP/1.1" 200 1109 0.141351 10.0.0.56 - - [2025-09-18 03:15:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003974 10.0.0.56 - - [2025-09-18 03:15:38] "POST /neutron/network HTTP/1.1" 200 994 0.008726 10.0.0.56 - - [2025-09-18 03:15:38] "POST /neutron/port HTTP/1.1" 200 1017 0.009605 10.0.0.56 - - [2025-09-18 03:15:38] "POST /neutron/port HTTP/1.1" 200 1083 0.021963 10.0.0.56 - - [2025-09-18 03:15:39] "POST /neutron/port HTTP/1.1" 200 117 0.001068 10.0.0.41 - - [2025-09-18 03:15:39] "GET /projects?obj_uuids=d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001152 10.0.0.56 - - [2025-09-18 03:15:39] "GET /project/d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.077767 10.0.0.56 - - [2025-09-18 03:15:39] "POST /neutron/port HTTP/1.1" 200 2050 0.043961 10.0.0.56 - - [2025-09-18 03:15:40] "GET /virtual-network/013757e9-1877-439a-afe7-cb0ee4b1805a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.010756 10.0.0.56 - - [2025-09-18 03:15:40] "POST /neutron/network HTTP/1.1" 200 1004 0.010781 10.0.0.56 - - [2025-09-18 03:15:40] "POST /neutron/port HTTP/1.1" 200 1055 0.020550 10.0.0.56 - - [2025-09-18 03:15:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004389 10.0.0.56 - - [2025-09-18 03:15:41] "POST /neutron/network HTTP/1.1" 200 994 0.009767 10.0.0.56 - - [2025-09-18 03:15:41] "GET /obj-perms HTTP/1.1" 200 5030 0.059751 10.0.0.56 - - [2025-09-18 03:15:42] "POST /neutron/port HTTP/1.1" 200 1083 0.016398 10.0.0.56 - - [2025-09-18 03:15:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009144 10.0.0.56 - - [2025-09-18 03:15:42] "GET /virtual-machine/9b65dd99-c7de-4e8f-9a62-3a1b10708b18 HTTP/1.1" 200 1289 0.006616 10.0.0.56 - - [2025-09-18 03:15:42] "GET /virtual-machine-interface/836df5d0-03c8-4eb3-a875-bdbfae5274f8 HTTP/1.1" 200 2940 0.005985 10.0.0.56 - - [2025-09-18 03:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268 10.0.0.56 - - [2025-09-18 03:15:42] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004524 10.0.0.56 - - [2025-09-18 03:15:42] "GET /virtual-networks?parent_id=d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003467 10.0.0.56 - - [2025-09-18 03:15:42] "GET /virtual-network/013757e9-1877-439a-afe7-cb0ee4b1805a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.005785 10.0.0.56 - - [2025-09-18 03:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.56 - - [2025-09-18 03:15:45] "GET /virtual-network/013757e9-1877-439a-afe7-cb0ee4b1805a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.008783 10.0.0.56 - - [2025-09-18 03:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.56 - - [2025-09-18 03:15:49] "GET /virtual-network/013757e9-1877-439a-afe7-cb0ee4b1805a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.005831 10.0.0.56 - - [2025-09-18 03:15:50] "POST /neutron/port HTTP/1.1" 200 1083 0.021253 10.0.0.56 - - [2025-09-18 03:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.56 - - [2025-09-18 03:15:51] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004290 10.0.0.56 - - [2025-09-18 03:15:51] "GET /virtual-networks?parent_id=d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003586 10.0.0.56 - - [2025-09-18 03:15:51] "GET /virtual-network/013757e9-1877-439a-afe7-cb0ee4b1805a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.006574 10.0.0.56 - - [2025-09-18 03:15:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008437 10.0.0.56 - - [2025-09-18 03:15:52] "POST /neutron/port HTTP/1.1" 200 1083 0.014714 10.0.0.56 - - [2025-09-18 03:15:52] "GET /virtual-machine/9305f9f1-b41f-42e1-b476-d06bc255594b HTTP/1.1" 200 1289 0.006158 10.0.0.56 - - [2025-09-18 03:15:52] "GET /virtual-machine-interface/fc0d7750-2bc0-47d7-9d08-3dd3141e669c HTTP/1.1" 200 2941 0.006298 10.0.0.56 - - [2025-09-18 03:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.56 - - [2025-09-18 03:15:52] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004418 10.0.0.56 - - [2025-09-18 03:15:52] "GET /virtual-networks?parent_id=d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003444 10.0.0.56 - - [2025-09-18 03:15:52] "GET /virtual-network/013757e9-1877-439a-afe7-cb0ee4b1805a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.006097 10.0.0.56 - - [2025-09-18 03:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.56 - - [2025-09-18 03:15:55] "GET /virtual-network/013757e9-1877-439a-afe7-cb0ee4b1805a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.006772 10.0.0.56 - - [2025-09-18 03:15:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006669 10.0.0.56 - - [2025-09-18 03:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005277 10.0.0.56 - - [2025-09-18 03:15:59] "GET /virtual-network/013757e9-1877-439a-afe7-cb0ee4b1805a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.006682 10.0.0.56 - - [2025-09-18 03:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.56 - - [2025-09-18 03:16:01] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004763 10.0.0.56 - - [2025-09-18 03:16:01] "GET /virtual-networks?parent_id=d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004507 10.0.0.56 - - [2025-09-18 03:16:01] "GET /virtual-network/013757e9-1877-439a-afe7-cb0ee4b1805a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.006795 10.0.0.56 - - [2025-09-18 03:16:01] "POST /neutron/port HTTP/1.1" 200 1083 0.018954 10.0.0.56 - - [2025-09-18 03:16:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009753 10.0.0.56 - - [2025-09-18 03:16:02] "GET /virtual-machine/bb776ae1-e87b-47eb-a08f-145be81df14b HTTP/1.1" 200 1293 0.006429 10.0.0.56 - - [2025-09-18 03:16:02] "GET /virtual-machine-interface/03e16389-b8eb-4dfb-8c6f-534ae8ba1c99 HTTP/1.1" 200 2939 0.006105 10.0.0.56 - - [2025-09-18 03:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.56 - - [2025-09-18 03:16:02] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004373 10.0.0.56 - - [2025-09-18 03:16:02] "GET /virtual-networks?parent_id=d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003718 10.0.0.56 - - [2025-09-18 03:16:02] "GET /virtual-network/013757e9-1877-439a-afe7-cb0ee4b1805a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.006101 10.0.0.56 - - [2025-09-18 03:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.56 - - [2025-09-18 03:16:03] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004145 10.0.0.56 - - [2025-09-18 03:16:03] "GET /virtual-networks?parent_id=d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002765 10.0.0.56 - - [2025-09-18 03:16:03] "GET /virtual-network/013757e9-1877-439a-afe7-cb0ee4b1805a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.005865 10.0.0.22 - - [2025-09-18 03:16:06] "GET /obj-perms HTTP/1.1" 200 5056 0.050980 10.0.0.41 - - [2025-09-18 03:16:06] "GET /obj-perms HTTP/1.1" 200 5056 0.056716 10.0.0.56 - - [2025-09-18 03:16:19] "POST /neutron/network HTTP/1.1" 200 1004 0.009650 10.0.0.56 - - [2025-09-18 03:16:19] "POST /neutron/port HTTP/1.1" 200 117 0.001206 10.0.0.56 - - [2025-09-18 03:16:19] "POST /neutron/port HTTP/1.1" 200 1109 0.012479 10.0.0.56 - - [2025-09-18 03:16:19] "POST /neutron/port HTTP/1.1" 200 1109 0.016047 10.0.0.56 - - [2025-09-18 03:16:19] "POST /neutron/port HTTP/1.1" 200 151 0.233145 10.0.0.41 - - [2025-09-18 03:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.008056 10.0.0.41 - - [2025-09-18 03:16:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004683 10.0.0.41 - - [2025-09-18 03:16:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003464 10.0.0.41 - - [2025-09-18 03:16:20] "POST /useragent-kv HTTP/1.1" 200 115 0.011646 10.0.0.41 - - [2025-09-18 03:16:20] "POST /useragent-kv HTTP/1.1" 200 115 0.017191 10.0.0.56 - - [2025-09-18 03:16:20] "POST /neutron/network HTTP/1.1" 200 151 0.243331 10.0.0.56 - - [2025-09-18 03:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.56 - - [2025-09-18 03:16:20] "DELETE /network-ipam/fabf3ec1-73d6-4100-808a-e3320553862a HTTP/1.1" 200 115 0.047549 10.0.0.56 - - [2025-09-18 03:16:20] "POST /fqname-to-id HTTP/1.1" 404 211 0.007467 10.0.0.41 - - [2025-09-18 03:16:22] "GET /projects?obj_uuids=d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001397 10.0.0.56 - - [2025-09-18 03:16:22] "GET /project/d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.080940 10.0.0.41 - - [2025-09-18 03:16:22] "GET /projects?obj_uuids=d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001109 10.0.0.56 - - [2025-09-18 03:16:22] "GET /project/d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a?fields=virtual_networks HTTP/1.1" 200 1031 0.043022 10.0.0.41 - - [2025-09-18 03:16:22] "GET /projects?obj_uuids=d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000964 10.0.0.56 - - [2025-09-18 03:16:22] "GET /project/d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.041692 10.0.0.41 - - [2025-09-18 03:16:22] "GET /projects?obj_uuids=d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001928 10.0.0.56 - - [2025-09-18 03:16:22] "GET /project/d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a?fields=security_groups HTTP/1.1" 200 1257 0.047363 10.0.0.56 - - [2025-09-18 03:16:23] "POST /fqname-to-id HTTP/1.1" 404 196 0.033742 10.0.0.41 - - [2025-09-18 03:16:23] "GET /projects?obj_uuids=692044ed-ce35-4f87-be6a-76fcc6e7f982&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003529 10.0.0.41 - - [2025-09-18 03:16:23] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001318 10.0.0.41 - - [2025-09-18 03:16:23] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007617 10.0.0.41 - - [2025-09-18 03:16:23] "POST /id-to-fqname HTTP/1.1" 200 198 0.002805 10.0.0.41 - - [2025-09-18 03:16:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.004321 10.0.0.41 - - [2025-09-18 03:16:23] "POST /security-groups HTTP/1.1" 200 599 0.078087 10.0.0.41 - - [2025-09-18 03:16:23] "POST /projects HTTP/1.1" 200 601 0.304336 10.0.0.41 - - [2025-09-18 03:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.343087 10.0.0.41 - - [2025-09-18 03:16:23] "POST /access-control-lists HTTP/1.1" 200 604 0.031645 10.0.0.56 - - [2025-09-18 03:16:23] "GET /project/692044ed-ce35-4f87-be6a-76fcc6e7f982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.508190 10.0.0.56 - - [2025-09-18 03:16:24] "POST /neutron/port HTTP/1.1" 200 117 0.006631 10.0.0.56 - - [2025-09-18 03:16:25] "GET / HTTP/1.1" 200 35931 0.001809 10.0.0.56 - - [2025-09-18 03:16:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000627 10.0.0.56 - - [2025-09-18 03:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.086573 10.0.0.41 - - [2025-09-18 03:16:27] "GET /projects?obj_uuids=692044ed-ce35-4f87-be6a-76fcc6e7f982&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000956 10.0.0.56 - - [2025-09-18 03:16:27] "GET /project/692044ed-ce35-4f87-be6a-76fcc6e7f982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.057832 10.0.0.41 - - [2025-09-18 03:16:27] "GET /projects?obj_uuids=692044ed-ce35-4f87-be6a-76fcc6e7f982&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001324 10.0.0.56 - - [2025-09-18 03:16:27] "POST /neutron/network HTTP/1.1" 200 613 0.149435 10.0.0.41 - - [2025-09-18 03:16:28] "POST /route-targets HTTP/1.1" 200 327 0.013829 10.0.0.56 - - [2025-09-18 03:16:28] "POST /neutron/network HTTP/1.1" 200 1005 0.011525 10.0.0.56 - - [2025-09-18 03:16:28] "POST /id-to-fqname HTTP/1.1" 200 228 0.001642 10.0.0.56 - - [2025-09-18 03:16:28] "GET /virtual-network/facc10c3-e728-4b8f-abbb-8f7e1c853417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.011922 10.0.0.56 - - [2025-09-18 03:16:28] "GET /virtual-network/facc10c3-e728-4b8f-abbb-8f7e1c853417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005275 10.0.0.56 - - [2025-09-18 03:16:28] "POST /neutron/subnet HTTP/1.1" 200 823 0.009636 10.0.0.56 - - [2025-09-18 03:16:29] "GET /virtual-network/facc10c3-e728-4b8f-abbb-8f7e1c853417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005458 10.0.0.41 - - [2025-09-18 03:16:29] "DELETE /access-control-list/0cd27a68-f19b-4495-a691-61c1ff3d73f2 HTTP/1.1" 200 115 0.066528 10.0.0.56 - - [2025-09-18 03:16:31] "POST /id-to-fqname HTTP/1.1" 200 228 0.001358 10.0.0.41 - - [2025-09-18 03:16:32] "GET /projects?obj_uuids=692044ed-ce35-4f87-be6a-76fcc6e7f982&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001283 10.0.0.56 - - [2025-09-18 03:16:32] "GET /project/692044ed-ce35-4f87-be6a-76fcc6e7f982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.080944 10.0.0.56 - - [2025-09-18 03:16:32] "POST /neutron/network HTTP/1.1" 200 1005 0.012190 10.0.0.56 - - [2025-09-18 03:16:32] "POST /id-to-fqname HTTP/1.1" 200 228 0.001236 10.0.0.56 - - [2025-09-18 03:16:32] "POST /neutron/port HTTP/1.1" 200 117 0.007671 10.0.0.41 - - [2025-09-18 03:16:33] "GET /projects?obj_uuids=692044ed-ce35-4f87-be6a-76fcc6e7f982&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001424 10.0.0.56 - - [2025-09-18 03:16:33] "POST /neutron/port HTTP/1.1" 200 1174 0.367752 10.0.0.56 - - [2025-09-18 03:16:33] "POST /neutron/port HTTP/1.1" 200 1228 0.108772 10.0.0.41 - - [2025-09-18 03:16:33] "GET /projects?obj_uuids=692044ed-ce35-4f87-be6a-76fcc6e7f982&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001069 10.0.0.56 - - [2025-09-18 03:16:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003067 10.0.0.56 - - [2025-09-18 03:16:33] "GET /project/692044ed-ce35-4f87-be6a-76fcc6e7f982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.079296 10.0.0.56 - - [2025-09-18 03:16:33] "POST /neutron/port HTTP/1.1" 200 117 0.001095 10.0.0.56 - - [2025-09-18 03:16:34] "POST /neutron/port HTTP/1.1" 200 1202 0.025334 10.0.0.56 - - [2025-09-18 03:16:34] "POST /id-to-fqname HTTP/1.1" 200 228 0.001674 10.0.0.56 - - [2025-09-18 03:16:34] "POST /neutron/port HTTP/1.1" 200 1202 0.021881 10.0.0.56 - - [2025-09-18 03:16:34] "POST /neutron/network HTTP/1.1" 200 1015 0.010320 10.0.0.56 - - [2025-09-18 03:16:35] "POST /neutron/port HTTP/1.1" 200 1174 0.026102 10.0.0.56 - - [2025-09-18 03:16:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004141 10.0.0.56 - - [2025-09-18 03:16:35] "POST /neutron/port HTTP/1.1" 200 117 0.001501 10.0.0.41 - - [2025-09-18 03:16:35] "GET /projects?obj_uuids=692044ed-ce35-4f87-be6a-76fcc6e7f982&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001099 10.0.0.56 - - [2025-09-18 03:16:35] "GET /project/692044ed-ce35-4f87-be6a-76fcc6e7f982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.111052 10.0.0.56 - - [2025-09-18 03:16:35] "POST /neutron/network HTTP/1.1" 200 1005 0.010618 10.0.0.56 - - [2025-09-18 03:16:36] "POST /neutron/port HTTP/1.1" 200 117 0.008388 10.0.0.56 - - [2025-09-18 03:16:36] "POST /id-to-fqname HTTP/1.1" 200 228 0.001809 10.0.0.56 - - [2025-09-18 03:16:36] "POST /neutron/network HTTP/1.1" 200 1015 0.011867 10.0.0.56 - - [2025-09-18 03:16:37] "POST /neutron/port HTTP/1.1" 200 1174 0.020689 10.0.0.56 - - [2025-09-18 03:16:37] "POST /neutron/port HTTP/1.1" 200 1202 0.017727 10.0.0.56 - - [2025-09-18 03:16:37] "POST /neutron/subnet HTTP/1.1" 200 1380 0.015862 10.0.0.56 - - [2025-09-18 03:16:37] "POST /neutron/network HTTP/1.1" 200 1005 0.016456 10.0.0.41 - - [2025-09-18 03:16:37] "GET /projects?obj_uuids=692044ed-ce35-4f87-be6a-76fcc6e7f982&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000963 10.0.0.56 - - [2025-09-18 03:16:37] "GET /project/692044ed-ce35-4f87-be6a-76fcc6e7f982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.086325 10.0.0.56 - - [2025-09-18 03:16:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008091 10.0.0.56 - - [2025-09-18 03:16:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007597 10.0.0.56 - - [2025-09-18 03:16:39] "POST /neutron/port HTTP/1.1" 200 1174 0.045934 10.0.0.56 - - [2025-09-18 03:16:39] "POST /neutron/port HTTP/1.1" 200 1202 0.024570 10.0.0.56 - - [2025-09-18 03:16:39] "POST /neutron/subnet HTTP/1.1" 200 1380 0.025339 10.0.0.56 - - [2025-09-18 03:16:39] "POST /neutron/network HTTP/1.1" 200 1005 0.014609 10.0.0.56 - - [2025-09-18 03:16:48] "POST /neutron/port HTTP/1.1" 200 1202 0.018934 10.0.0.56 - - [2025-09-18 03:16:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007367 10.0.0.56 - - [2025-09-18 03:16:53] "POST /neutron/port HTTP/1.1" 200 1202 0.028935 10.0.0.56 - - [2025-09-18 03:16:53] "GET /virtual-machine/aca47c88-af53-4f63-a760-cd8ca3f597a9 HTTP/1.1" 401 292 0.000433 10.0.0.56 - - [2025-09-18 03:16:54] "GET /virtual-machine/aca47c88-af53-4f63-a760-cd8ca3f597a9 HTTP/1.1" 200 1301 0.030489 10.0.0.56 - - [2025-09-18 03:16:54] "GET /virtual-machine-interface/89ae1720-ef59-4ec9-85e9-ca6e98198a7b HTTP/1.1" 200 3173 0.006149 10.0.0.56 - - [2025-09-18 03:16:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.56 - - [2025-09-18 03:16:54] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003607 10.0.0.56 - - [2025-09-18 03:16:54] "GET /virtual-networks?parent_id=692044ed-ce35-4f87-be6a-76fcc6e7f982&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003018 10.0.0.56 - - [2025-09-18 03:16:54] "GET /virtual-network/facc10c3-e728-4b8f-abbb-8f7e1c853417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007360 10.0.0.56 - - [2025-09-18 03:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346 10.0.0.56 - - [2025-09-18 03:16:57] "GET /virtual-network/facc10c3-e728-4b8f-abbb-8f7e1c853417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006592 10.0.0.22 - - [2025-09-18 03:16:58] "GET /global-system-configs HTTP/1.1" 200 322 0.049769 10.0.0.41 - - [2025-09-18 03:16:59] "GET /global-system-configs HTTP/1.1" 200 322 0.094538 10.0.0.56 - - [2025-09-18 03:16:59] "GET /obj-perms HTTP/1.1" 200 5056 0.175512 10.0.0.41 - - [2025-09-18 03:16:59] "GET /obj-perms HTTP/1.1" 200 5056 0.190764 10.0.0.22 - - [2025-09-18 03:16:59] "GET /obj-perms HTTP/1.1" 200 5056 0.208517 10.0.0.22 - - [2025-09-18 03:16:59] "GET /global-system-configs HTTP/1.1" 200 322 0.010402 10.0.0.41 - - [2025-09-18 03:16:59] "GET /global-system-configs HTTP/1.1" 200 322 0.013162 10.0.0.56 - - [2025-09-18 03:17:01] "GET /global-system-configs HTTP/1.1" 200 322 0.102296 10.0.0.41 - - [2025-09-18 03:17:01] "GET /obj-perms HTTP/1.1" 200 5056 0.190471 10.0.0.22 - - [2025-09-18 03:17:01] "GET /obj-perms HTTP/1.1" 200 5056 0.208832 10.0.0.56 - - [2025-09-18 03:17:01] "GET /obj-perms HTTP/1.1" 200 5056 0.235047 10.0.0.56 - - [2025-09-18 03:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.56 - - [2025-09-18 03:17:01] "GET /virtual-network/facc10c3-e728-4b8f-abbb-8f7e1c853417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007342 10.0.0.56 - - [2025-09-18 03:17:02] "GET /global-system-configs HTTP/1.1" 200 322 0.046917 10.0.0.41 - - [2025-09-18 03:17:04] "DELETE /project/692044edce354f87be6a76fcc6e7f982 HTTP/1.1" 404 173 0.004235 10.0.0.41 - - [2025-09-18 03:17:04] "DELETE /project/d9b2f32d-fe3a-4d3f-8a7d-613fff9a6e6a HTTP/1.1" 404 177 0.007653 10.0.0.56 - - [2025-09-18 03:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.56 - - [2025-09-18 03:17:05] "GET /virtual-network/facc10c3-e728-4b8f-abbb-8f7e1c853417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005554 10.0.0.56 - - [2025-09-18 03:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.56 - - [2025-09-18 03:17:09] "GET /virtual-network/facc10c3-e728-4b8f-abbb-8f7e1c853417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007799 10.0.0.56 - - [2025-09-18 03:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.56 - - [2025-09-18 03:17:13] "GET /virtual-network/facc10c3-e728-4b8f-abbb-8f7e1c853417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006095 10.0.0.56 - - [2025-09-18 03:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.56 - - [2025-09-18 03:17:17] "GET /virtual-network/facc10c3-e728-4b8f-abbb-8f7e1c853417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004989 10.0.0.56 - - [2025-09-18 03:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.56 - - [2025-09-18 03:17:22] "GET /virtual-network/facc10c3-e728-4b8f-abbb-8f7e1c853417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005981 10.0.0.56 - - [2025-09-18 03:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.56 - - [2025-09-18 03:17:26] "GET /virtual-network/facc10c3-e728-4b8f-abbb-8f7e1c853417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005713 10.0.0.56 - - [2025-09-18 03:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.56 - - [2025-09-18 03:17:30] "GET /virtual-network/facc10c3-e728-4b8f-abbb-8f7e1c853417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005190 10.0.0.56 - - [2025-09-18 03:17:31] "POST /neutron/port HTTP/1.1" 200 1202 0.015922 10.0.0.56 - - [2025-09-18 03:17:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004166 10.0.0.56 - - [2025-09-18 03:17:31] "POST /neutron/port HTTP/1.1" 200 117 0.001127 10.0.0.56 - - [2025-09-18 03:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.56 - - [2025-09-18 03:17:34] "GET /virtual-network/facc10c3-e728-4b8f-abbb-8f7e1c853417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006137 10.0.0.56 - - [2025-09-18 03:17:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007194 10.0.0.56 - - [2025-09-18 03:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.56 - - [2025-09-18 03:17:38] "GET /virtual-network/facc10c3-e728-4b8f-abbb-8f7e1c853417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005305 10.0.0.56 - - [2025-09-18 03:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.56 - - [2025-09-18 03:17:42] "GET /virtual-network/facc10c3-e728-4b8f-abbb-8f7e1c853417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008680 10.0.0.56 - - [2025-09-18 03:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.56 - - [2025-09-18 03:17:46] "GET /virtual-network/facc10c3-e728-4b8f-abbb-8f7e1c853417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005413 10.0.0.56 - - [2025-09-18 03:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.56 - - [2025-09-18 03:17:50] "GET /virtual-network/facc10c3-e728-4b8f-abbb-8f7e1c853417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005266 10.0.0.56 - - [2025-09-18 03:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.56 - - [2025-09-18 03:17:54] "GET /virtual-network/facc10c3-e728-4b8f-abbb-8f7e1c853417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005937 10.0.0.56 - - [2025-09-18 03:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.56 - - [2025-09-18 03:17:58] "GET /virtual-network/facc10c3-e728-4b8f-abbb-8f7e1c853417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006595 10.0.0.56 - - [2025-09-18 03:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.079458 10.0.0.56 - - [2025-09-18 03:18:03] "GET /virtual-network/facc10c3-e728-4b8f-abbb-8f7e1c853417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005732 10.0.0.56 - - [2025-09-18 03:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.56 - - [2025-09-18 03:18:07] "GET /virtual-network/facc10c3-e728-4b8f-abbb-8f7e1c853417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005846 10.0.0.56 - - [2025-09-18 03:18:08] "GET /obj-perms HTTP/1.1" 200 5056 0.057168 10.0.0.56 - - [2025-09-18 03:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.56 - - [2025-09-18 03:18:11] "GET /virtual-network/facc10c3-e728-4b8f-abbb-8f7e1c853417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006024 10.0.0.56 - - [2025-09-18 03:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.56 - - [2025-09-18 03:18:15] "GET /virtual-network/facc10c3-e728-4b8f-abbb-8f7e1c853417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.019179 10.0.0.56 - - [2025-09-18 03:18:19] "POST /neutron/port HTTP/1.1" 200 1202 0.017281 10.0.0.56 - - [2025-09-18 03:18:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004051 10.0.0.56 - - [2025-09-18 03:18:19] "POST /neutron/port HTTP/1.1" 200 117 0.001134 10.0.0.56 - - [2025-09-18 03:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.56 - - [2025-09-18 03:18:19] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004271 10.0.0.56 - - [2025-09-18 03:18:19] "GET /virtual-networks?parent_id=692044ed-ce35-4f87-be6a-76fcc6e7f982&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003642 10.0.0.56 - - [2025-09-18 03:18:19] "GET /virtual-network/facc10c3-e728-4b8f-abbb-8f7e1c853417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006123 10.0.0.56 - - [2025-09-18 03:18:19] "POST /neutron/port HTTP/1.1" 200 1202 0.015569 10.0.0.56 - - [2025-09-18 03:18:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007553 10.0.0.56 - - [2025-09-18 03:18:33] "POST /neutron/port HTTP/1.1" 200 1202 0.016151 10.0.0.56 - - [2025-09-18 03:18:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004448 10.0.0.56 - - [2025-09-18 03:18:33] "POST /neutron/port HTTP/1.1" 200 117 0.001136 10.0.0.56 - - [2025-09-18 03:18:35] "POST /neutron/port HTTP/1.1" 200 1202 0.013715 10.0.0.56 - - [2025-09-18 03:18:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.031760 10.0.0.56 - - [2025-09-18 03:18:42] "POST /neutron/port HTTP/1.1" 200 1202 0.020561 10.0.0.56 - - [2025-09-18 03:18:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007633 10.0.0.56 - - [2025-09-18 03:18:50] "POST /neutron/port HTTP/1.1" 200 1202 0.015938 10.0.0.56 - - [2025-09-18 03:18:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008962 10.0.0.56 - - [2025-09-18 03:18:51] "GET /virtual-machine/d33ca546-f6b5-4334-8bc7-421fee7e4796 HTTP/1.1" 200 1301 0.005567 10.0.0.56 - - [2025-09-18 03:18:51] "GET /virtual-machine-interface/fe624db1-476f-4eae-bab5-e5eb1bdc96bf HTTP/1.1" 200 3175 0.005560 10.0.0.56 - - [2025-09-18 03:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.56 - - [2025-09-18 03:18:51] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005019 10.0.0.56 - - [2025-09-18 03:18:51] "GET /virtual-networks?parent_id=692044ed-ce35-4f87-be6a-76fcc6e7f982&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003191 10.0.0.56 - - [2025-09-18 03:18:51] "GET /virtual-network/facc10c3-e728-4b8f-abbb-8f7e1c853417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005814 10.0.0.56 - - [2025-09-18 03:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.56 - - [2025-09-18 03:18:52] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003766 10.0.0.56 - - [2025-09-18 03:18:52] "GET /virtual-networks?parent_id=692044ed-ce35-4f87-be6a-76fcc6e7f982&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002898 10.0.0.56 - - [2025-09-18 03:18:52] "GET /virtual-network/facc10c3-e728-4b8f-abbb-8f7e1c853417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006031 10.0.0.56 - - [2025-09-18 03:18:57] "POST /neutron/port HTTP/1.1" 200 1202 0.016304 10.0.0.56 - - [2025-09-18 03:18:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007169 10.0.0.56 - - [2025-09-18 03:18:57] "GET /virtual-machine/b154a881-0837-44c2-b2ee-8ef45c2763fe HTTP/1.1" 200 1301 0.005941 10.0.0.56 - - [2025-09-18 03:18:57] "GET /virtual-machine-interface/b2e0b02e-4104-482b-89a1-fcaf8b5a4729 HTTP/1.1" 200 3174 0.005253 10.0.0.56 - - [2025-09-18 03:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.56 - - [2025-09-18 03:18:58] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003364 10.0.0.56 - - [2025-09-18 03:18:58] "GET /virtual-networks?parent_id=692044ed-ce35-4f87-be6a-76fcc6e7f982&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003556 10.0.0.56 - - [2025-09-18 03:18:58] "GET /virtual-network/facc10c3-e728-4b8f-abbb-8f7e1c853417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005912 10.0.0.56 - - [2025-09-18 03:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.56 - - [2025-09-18 03:18:59] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004333 10.0.0.56 - - [2025-09-18 03:18:59] "GET /virtual-networks?parent_id=692044ed-ce35-4f87-be6a-76fcc6e7f982&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003281 10.0.0.56 - - [2025-09-18 03:18:59] "GET /virtual-network/facc10c3-e728-4b8f-abbb-8f7e1c853417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005946 10.0.0.22 - - [2025-09-18 03:19:08] "GET /obj-perms HTTP/1.1" 200 5056 0.056661 10.0.0.41 - - [2025-09-18 03:19:09] "GET /obj-perms HTTP/1.1" 200 5056 0.061223 10.0.0.41 - - [2025-09-18 03:19:14] "GET /projects?obj_uuids=692044ed-ce35-4f87-be6a-76fcc6e7f982&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.030793 10.0.0.56 - - [2025-09-18 03:19:14] "GET /project/692044ed-ce35-4f87-be6a-76fcc6e7f982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.076059 10.0.0.56 - - [2025-09-18 03:19:14] "POST /fqname-to-id HTTP/1.1" 404 226 0.006422 10.0.0.56 - - [2025-09-18 03:19:15] "POST /interface-route-tables HTTP/1.1" 200 575 0.035904 10.0.0.56 - - [2025-09-18 03:19:15] "GET /interface-route-table/1867d8ad-43f0-454c-9f4a-fc476b9e5213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1331 0.006533 10.0.0.56 - - [2025-09-18 03:19:15] "GET /virtual-machine-interface/89ae1720-ef59-4ec9-85e9-ca6e98198a7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2758 0.005842 10.0.0.56 - - [2025-09-18 03:19:15] "POST /ref-update HTTP/1.1" 200 156 0.014154 10.0.0.56 - - [2025-09-18 03:19:19] "POST /neutron/port HTTP/1.1" 200 1202 0.015190 10.0.0.56 - - [2025-09-18 03:19:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003660 10.0.0.56 - - [2025-09-18 03:19:19] "POST /neutron/port HTTP/1.1" 200 117 0.001166 10.0.0.41 - - [2025-09-18 03:19:24] "GET /projects?obj_uuids=692044ed-ce35-4f87-be6a-76fcc6e7f982&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000985 10.0.0.56 - - [2025-09-18 03:19:24] "GET /project/692044ed-ce35-4f87-be6a-76fcc6e7f982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045293 10.0.0.56 - - [2025-09-18 03:19:24] "POST /fqname-to-id HTTP/1.1" 404 226 0.003098 10.0.0.56 - - [2025-09-18 03:19:24] "POST /interface-route-tables HTTP/1.1" 200 575 0.025691 10.0.0.56 - - [2025-09-18 03:19:24] "GET /interface-route-table/56682708-2ee4-421e-855f-8b1a1938dbb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1330 0.011695 10.0.0.56 - - [2025-09-18 03:19:24] "GET /virtual-machine-interface/fe624db1-476f-4eae-bab5-e5eb1bdc96bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.005651 10.0.0.56 - - [2025-09-18 03:19:24] "POST /ref-update HTTP/1.1" 200 156 0.015566 10.0.0.56 - - [2025-09-18 03:19:27] "GET /virtual-machine-interface/b2e0b02e-4104-482b-89a1-fcaf8b5a4729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.005927 10.0.0.56 - - [2025-09-18 03:19:27] "PUT /virtual-machine-interface/b2e0b02e-4104-482b-89a1-fcaf8b5a4729 HTTP/1.1" 200 284 0.015276 10.0.0.56 - - [2025-09-18 03:19:27] "GET /virtual-machine-interface/89ae1720-ef59-4ec9-85e9-ca6e98198a7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3039 0.011804 10.0.0.56 - - [2025-09-18 03:19:27] "PUT /virtual-machine-interface/89ae1720-ef59-4ec9-85e9-ca6e98198a7b HTTP/1.1" 200 284 0.021752 10.0.0.56 - - [2025-09-18 03:19:27] "GET /virtual-machine-interface/fe624db1-476f-4eae-bab5-e5eb1bdc96bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.007742 10.0.0.56 - - [2025-09-18 03:19:27] "PUT /virtual-machine-interface/fe624db1-476f-4eae-bab5-e5eb1bdc96bf HTTP/1.1" 200 284 0.015260 10.0.0.56 - - [2025-09-18 03:19:32] "POST /neutron/port HTTP/1.1" 200 1202 0.045400 10.0.0.56 - - [2025-09-18 03:19:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003892 10.0.0.56 - - [2025-09-18 03:19:32] "POST /neutron/port HTTP/1.1" 200 117 0.001072 10.0.0.56 - - [2025-09-18 03:20:16] "POST /neutron/port HTTP/1.1" 200 1202 0.016762 10.0.0.56 - - [2025-09-18 03:20:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009521 10.0.0.56 - - [2025-09-18 03:20:16] "GET /virtual-machine/bc1fb8b5-1bb1-412a-a3b9-9c55b7800580 HTTP/1.1" 200 1301 0.006511 10.0.0.56 - - [2025-09-18 03:20:16] "GET /virtual-machine-interface/321c4060-c336-4f1d-ad39-890817e943d3 HTTP/1.1" 200 3174 0.006896 10.0.0.56 - - [2025-09-18 03:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.56 - - [2025-09-18 03:20:16] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.011699 10.0.0.56 - - [2025-09-18 03:20:16] "GET /virtual-networks?parent_id=692044ed-ce35-4f87-be6a-76fcc6e7f982&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.014650 10.0.0.56 - - [2025-09-18 03:20:16] "GET /virtual-network/facc10c3-e728-4b8f-abbb-8f7e1c853417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005721 10.0.0.56 - - [2025-09-18 03:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.56 - - [2025-09-18 03:20:18] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003923 10.0.0.56 - - [2025-09-18 03:20:18] "GET /virtual-networks?parent_id=692044ed-ce35-4f87-be6a-76fcc6e7f982&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003694 10.0.0.56 - - [2025-09-18 03:20:18] "GET /virtual-network/facc10c3-e728-4b8f-abbb-8f7e1c853417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006721 10.0.0.56 - - [2025-09-18 03:20:18] "GET /virtual-machine-interface/321c4060-c336-4f1d-ad39-890817e943d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.006667 10.0.0.56 - - [2025-09-18 03:20:18] "PUT /virtual-machine-interface/321c4060-c336-4f1d-ad39-890817e943d3 HTTP/1.1" 200 284 0.013909 10.0.0.56 - - [2025-09-18 03:20:19] "POST /neutron/port HTTP/1.1" 200 1202 0.015388 10.0.0.56 - - [2025-09-18 03:20:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003699 10.0.0.56 - - [2025-09-18 03:20:19] "POST /neutron/port HTTP/1.1" 200 117 0.001446 10.0.0.56 - - [2025-09-18 03:20:34] "POST /neutron/port HTTP/1.1" 200 1202 0.016425 10.0.0.56 - - [2025-09-18 03:20:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004181 10.0.0.56 - - [2025-09-18 03:20:34] "POST /neutron/port HTTP/1.1" 200 117 0.001379 10.0.0.41 - - [2025-09-18 03:21:00] "GET /projects?obj_uuids=692044ed-ce35-4f87-be6a-76fcc6e7f982&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001474 10.0.0.56 - - [2025-09-18 03:21:00] "GET /project/692044ed-ce35-4f87-be6a-76fcc6e7f982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.050343 10.0.0.56 - - [2025-09-18 03:21:00] "POST /fqname-to-id HTTP/1.1" 404 226 0.005359 10.0.0.56 - - [2025-09-18 03:21:00] "POST /interface-route-tables HTTP/1.1" 200 575 0.030699 10.0.0.56 - - [2025-09-18 03:21:01] "GET /interface-route-table/c7d7d757-cc7c-4be0-b1b0-bbc06a387db8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.007347 10.0.0.56 - - [2025-09-18 03:21:01] "GET /virtual-machine-interface/321c4060-c336-4f1d-ad39-890817e943d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006805 10.0.0.56 - - [2025-09-18 03:21:01] "POST /ref-update HTTP/1.1" 200 156 0.016786 10.0.0.56 - - [2025-09-18 03:21:02] "GET /virtual-machine-interface/89ae1720-ef59-4ec9-85e9-ca6e98198a7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3089 0.006898 10.0.0.56 - - [2025-09-18 03:21:02] "POST /ref-update HTTP/1.1" 200 156 0.015314 10.0.0.56 - - [2025-09-18 03:21:02] "DELETE /interface-route-table/1867d8ad-43f0-454c-9f4a-fc476b9e5213 HTTP/1.1" 200 115 0.031311 10.0.0.56 - - [2025-09-18 03:21:03] "POST /neutron/port HTTP/1.1" 200 1202 0.017967 10.0.0.56 - - [2025-09-18 03:21:13] "GET /virtual-machine-interface/321c4060-c336-4f1d-ad39-890817e943d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3090 0.009917 10.0.0.56 - - [2025-09-18 03:21:13] "POST /ref-update HTTP/1.1" 200 156 0.022119 10.0.0.56 - - [2025-09-18 03:21:13] "DELETE /interface-route-table/c7d7d757-cc7c-4be0-b1b0-bbc06a387db8 HTTP/1.1" 200 115 0.034175 10.0.0.56 - - [2025-09-18 03:21:13] "GET /virtual-machine-interface/fe624db1-476f-4eae-bab5-e5eb1bdc96bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.008737 10.0.0.56 - - [2025-09-18 03:21:13] "POST /ref-update HTTP/1.1" 200 156 0.037739 10.0.0.56 - - [2025-09-18 03:21:13] "DELETE /interface-route-table/56682708-2ee4-421e-855f-8b1a1938dbb1 HTTP/1.1" 200 115 0.038207 10.0.0.56 - - [2025-09-18 03:21:13] "POST /neutron/network HTTP/1.1" 200 1005 0.009994 10.0.0.56 - - [2025-09-18 03:21:13] "POST /neutron/port HTTP/1.1" 200 1228 0.023384 10.0.0.56 - - [2025-09-18 03:21:14] "POST /neutron/port HTTP/1.1" 200 1228 0.055108 10.0.0.56 - - [2025-09-18 03:21:14] "POST /neutron/port HTTP/1.1" 200 1228 0.033511 10.0.0.41 - - [2025-09-18 03:21:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004056 10.0.0.41 - - [2025-09-18 03:21:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003820 10.0.0.41 - - [2025-09-18 03:21:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003879 10.0.0.41 - - [2025-09-18 03:21:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002936 10.0.0.56 - - [2025-09-18 03:21:15] "POST /neutron/network HTTP/1.1" 200 151 0.149888 10.0.0.41 - - [2025-09-18 03:21:17] "GET /projects?obj_uuids=692044ed-ce35-4f87-be6a-76fcc6e7f982&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001253 10.0.0.56 - - [2025-09-18 03:21:17] "GET /project/692044ed-ce35-4f87-be6a-76fcc6e7f982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.066691 10.0.0.41 - - [2025-09-18 03:21:17] "GET /projects?obj_uuids=692044ed-ce35-4f87-be6a-76fcc6e7f982&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001692 10.0.0.56 - - [2025-09-18 03:21:17] "GET /project/692044ed-ce35-4f87-be6a-76fcc6e7f982?fields=virtual_networks HTTP/1.1" 200 1047 0.077693 10.0.0.41 - - [2025-09-18 03:21:17] "GET /projects?obj_uuids=692044ed-ce35-4f87-be6a-76fcc6e7f982&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001131 10.0.0.56 - - [2025-09-18 03:21:17] "GET /project/692044ed-ce35-4f87-be6a-76fcc6e7f982?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.060468 10.0.0.41 - - [2025-09-18 03:21:17] "GET /projects?obj_uuids=692044ed-ce35-4f87-be6a-76fcc6e7f982&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001177 10.0.0.56 - - [2025-09-18 03:21:17] "GET /project/692044ed-ce35-4f87-be6a-76fcc6e7f982?fields=security_groups HTTP/1.1" 200 1281 0.038424 10.0.0.56 - - [2025-09-18 03:21:18] "POST /fqname-to-id HTTP/1.1" 404 183 0.027539 10.0.0.41 - - [2025-09-18 03:21:18] "GET /projects?obj_uuids=793799ca-1077-46d2-8a28-6556f8f293fc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003201 10.0.0.41 - - [2025-09-18 03:21:18] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001026 10.0.0.41 - - [2025-09-18 03:21:18] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.038417 10.0.0.41 - - [2025-09-18 03:21:19] "POST /id-to-fqname HTTP/1.1" 200 185 0.017124 10.0.0.41 - - [2025-09-18 03:21:19] "POST /fqname-to-id HTTP/1.1" 404 194 0.005857 10.0.0.41 - - [2025-09-18 03:21:19] "POST /security-groups HTTP/1.1" 200 586 0.029180 10.0.0.41 - - [2025-09-18 03:21:19] "POST /projects HTTP/1.1" 200 575 0.251281 10.0.0.41 - - [2025-09-18 03:21:19] "POST /fqname-to-id HTTP/1.1" 404 229 0.030353 10.0.0.41 - - [2025-09-18 03:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.328429 10.0.0.41 - - [2025-09-18 03:21:19] "POST /access-control-lists HTTP/1.1" 200 589 0.046546 10.0.0.56 - - [2025-09-18 03:21:19] "GET /project/793799ca-1077-46d2-8a28-6556f8f293fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.526609 10.0.0.56 - - [2025-09-18 03:21:20] "GET / HTTP/1.1" 200 35931 0.001799 10.0.0.41 - - [2025-09-18 03:21:23] "GET /projects?obj_uuids=793799ca-1077-46d2-8a28-6556f8f293fc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000914 10.0.0.56 - - [2025-09-18 03:21:23] "GET /project/793799ca-1077-46d2-8a28-6556f8f293fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.106700 10.0.0.41 - - [2025-09-18 03:21:23] "GET /projects?obj_uuids=793799ca-1077-46d2-8a28-6556f8f293fc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000992 10.0.0.56 - - [2025-09-18 03:21:23] "GET /project/793799ca-1077-46d2-8a28-6556f8f293fc?fields=virtual_networks HTTP/1.1" 200 1020 0.038968 10.0.0.41 - - [2025-09-18 03:21:23] "GET /projects?obj_uuids=793799ca-1077-46d2-8a28-6556f8f293fc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000936 10.0.0.56 - - [2025-09-18 03:21:23] "GET /project/793799ca-1077-46d2-8a28-6556f8f293fc?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.038659 10.0.0.41 - - [2025-09-18 03:21:24] "GET /projects?obj_uuids=793799ca-1077-46d2-8a28-6556f8f293fc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000929 10.0.0.56 - - [2025-09-18 03:21:24] "GET /project/793799ca-1077-46d2-8a28-6556f8f293fc?fields=security_groups HTTP/1.1" 200 1241 0.039985 10.0.0.56 - - [2025-09-18 03:21:24] "POST /fqname-to-id HTTP/1.1" 404 193 0.025544 10.0.0.41 - - [2025-09-18 03:21:25] "GET /projects?obj_uuids=76f73dfd-7558-4915-afac-58d8796bc63a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003311 10.0.0.41 - - [2025-09-18 03:21:25] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001342 10.0.0.41 - - [2025-09-18 03:21:25] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009821 10.0.0.41 - - [2025-09-18 03:21:25] "POST /id-to-fqname HTTP/1.1" 200 195 0.001742 10.0.0.41 - - [2025-09-18 03:21:25] "POST /fqname-to-id HTTP/1.1" 404 204 0.008017 10.0.0.41 - - [2025-09-18 03:21:25] "POST /security-groups HTTP/1.1" 200 596 0.036871 10.0.0.41 - - [2025-09-18 03:21:25] "POST /projects HTTP/1.1" 200 595 0.266522 10.0.0.41 - - [2025-09-18 03:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.301926 10.0.0.41 - - [2025-09-18 03:21:25] "POST /fqname-to-id HTTP/1.1" 404 238 0.004290 10.0.0.56 - - [2025-09-18 03:21:25] "GET /project/76f73dfd-7558-4915-afac-58d8796bc63a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.466571 10.0.0.56 - - [2025-09-18 03:21:26] "GET / HTTP/1.1" 200 35931 0.001767 10.0.0.41 - - [2025-09-18 03:21:29] "GET /projects?obj_uuids=76f73dfd-7558-4915-afac-58d8796bc63a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000985 10.0.0.56 - - [2025-09-18 03:21:29] "GET /project/76f73dfd-7558-4915-afac-58d8796bc63a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.045359 10.0.0.41 - - [2025-09-18 03:21:29] "GET /projects?obj_uuids=76f73dfd-7558-4915-afac-58d8796bc63a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000942 10.0.0.56 - - [2025-09-18 03:21:29] "GET /project/76f73dfd-7558-4915-afac-58d8796bc63a?fields=virtual_networks HTTP/1.1" 200 1041 0.034973 10.0.0.41 - - [2025-09-18 03:21:29] "GET /projects?obj_uuids=76f73dfd-7558-4915-afac-58d8796bc63a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000992 10.0.0.56 - - [2025-09-18 03:21:29] "GET /project/76f73dfd-7558-4915-afac-58d8796bc63a?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.042446 10.0.0.41 - - [2025-09-18 03:21:29] "GET /projects?obj_uuids=76f73dfd-7558-4915-afac-58d8796bc63a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000909 10.0.0.56 - - [2025-09-18 03:21:30] "GET /project/76f73dfd-7558-4915-afac-58d8796bc63a?fields=security_groups HTTP/1.1" 200 1272 0.045362 10.0.0.41 - - [2025-09-18 03:21:30] "DELETE /access-control-list/1d835190-db78-4c9b-91cb-31dc87cff9ce HTTP/1.1" 200 115 0.044077 10.0.0.56 - - [2025-09-18 03:21:31] "POST /fqname-to-id HTTP/1.1" 404 199 0.028728 10.0.0.41 - - [2025-09-18 03:21:31] "GET /projects?obj_uuids=2b61f93a-5438-43c4-8645-ef28d5b58c6c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002899 10.0.0.41 - - [2025-09-18 03:21:31] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000969 10.0.0.41 - - [2025-09-18 03:21:31] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006897 10.0.0.41 - - [2025-09-18 03:21:31] "POST /id-to-fqname HTTP/1.1" 200 201 0.005159 10.0.0.41 - - [2025-09-18 03:21:31] "POST /fqname-to-id HTTP/1.1" 404 210 0.009972 10.0.0.41 - - [2025-09-18 03:21:31] "POST /security-groups HTTP/1.1" 200 602 0.029561 10.0.0.41 - - [2025-09-18 03:21:31] "POST /projects HTTP/1.1" 200 607 0.269837 10.0.0.41 - - [2025-09-18 03:21:31] "POST /fqname-to-id HTTP/1.1" 404 244 0.007760 10.0.0.41 - - [2025-09-18 03:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.342030 10.0.0.56 - - [2025-09-18 03:21:31] "GET /project/2b61f93a-5438-43c4-8645-ef28d5b58c6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.499042 10.0.0.56 - - [2025-09-18 03:21:32] "GET / HTTP/1.1" 200 35931 0.001950 10.0.0.41 - - [2025-09-18 03:21:36] "GET /projects?obj_uuids=2b61f93a-5438-43c4-8645-ef28d5b58c6c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000944 10.0.0.56 - - [2025-09-18 03:21:36] "GET /project/2b61f93a-5438-43c4-8645-ef28d5b58c6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.048197 10.0.0.41 - - [2025-09-18 03:21:36] "GET /projects?obj_uuids=2b61f93a-5438-43c4-8645-ef28d5b58c6c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001011 10.0.0.56 - - [2025-09-18 03:21:36] "GET /project/2b61f93a-5438-43c4-8645-ef28d5b58c6c?fields=virtual_networks HTTP/1.1" 200 1052 0.040874 10.0.0.41 - - [2025-09-18 03:21:36] "GET /projects?obj_uuids=2b61f93a-5438-43c4-8645-ef28d5b58c6c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000877 10.0.0.56 - - [2025-09-18 03:21:36] "GET /project/2b61f93a-5438-43c4-8645-ef28d5b58c6c?fields=virtual_machine_interfaces HTTP/1.1" 200 1052 0.054164 10.0.0.41 - - [2025-09-18 03:21:36] "GET /projects?obj_uuids=2b61f93a-5438-43c4-8645-ef28d5b58c6c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001029 10.0.0.56 - - [2025-09-18 03:21:36] "GET /project/2b61f93a-5438-43c4-8645-ef28d5b58c6c?fields=security_groups HTTP/1.1" 200 1289 0.033592 10.0.0.56 - - [2025-09-18 03:21:37] "POST /fqname-to-id HTTP/1.1" 404 185 0.028989 10.0.0.41 - - [2025-09-18 03:21:37] "GET /projects?obj_uuids=9b6216f8-db28-45b7-b722-6bca5bd2d456&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003106 10.0.0.41 - - [2025-09-18 03:21:37] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001141 10.0.0.41 - - [2025-09-18 03:21:37] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007295 10.0.0.41 - - [2025-09-18 03:21:37] "POST /id-to-fqname HTTP/1.1" 200 187 0.001262 10.0.0.41 - - [2025-09-18 03:21:37] "POST /fqname-to-id HTTP/1.1" 404 196 0.014264 10.0.0.41 - - [2025-09-18 03:21:37] "POST /security-groups HTTP/1.1" 200 588 0.027995 10.0.0.41 - - [2025-09-18 03:21:37] "POST /projects HTTP/1.1" 200 579 0.248597 10.0.0.41 - - [2025-09-18 03:21:37] "POST /access-control-lists HTTP/1.1" 200 593 0.026381 10.0.0.41 - - [2025-09-18 03:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.319509 10.0.0.56 - - [2025-09-18 03:21:37] "GET /project/9b6216f8-db28-45b7-b722-6bca5bd2d456?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.459892 10.0.0.56 - - [2025-09-18 03:21:38] "GET / HTTP/1.1" 200 35931 0.001648 10.0.0.41 - - [2025-09-18 03:21:42] "GET /projects?obj_uuids=9b6216f8-db28-45b7-b722-6bca5bd2d456&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001158 10.0.0.56 - - [2025-09-18 03:21:42] "GET /project/9b6216f8-db28-45b7-b722-6bca5bd2d456?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.042363 10.0.0.41 - - [2025-09-18 03:21:42] "GET /projects?obj_uuids=9b6216f8-db28-45b7-b722-6bca5bd2d456&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001088 10.0.0.56 - - [2025-09-18 03:21:42] "GET /project/9b6216f8-db28-45b7-b722-6bca5bd2d456?fields=virtual_networks HTTP/1.1" 200 1026 0.043490 10.0.0.41 - - [2025-09-18 03:21:42] "GET /projects?obj_uuids=9b6216f8-db28-45b7-b722-6bca5bd2d456&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001091 10.0.0.56 - - [2025-09-18 03:21:42] "GET /project/9b6216f8-db28-45b7-b722-6bca5bd2d456?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.045096 10.0.0.41 - - [2025-09-18 03:21:42] "GET /projects?obj_uuids=9b6216f8-db28-45b7-b722-6bca5bd2d456&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000911 10.0.0.56 - - [2025-09-18 03:21:42] "GET /project/9b6216f8-db28-45b7-b722-6bca5bd2d456?fields=security_groups HTTP/1.1" 200 1249 0.038872 10.0.0.56 - - [2025-09-18 03:21:43] "POST /fqname-to-id HTTP/1.1" 404 182 0.031171 10.0.0.41 - - [2025-09-18 03:21:43] "GET /projects?obj_uuids=d8b28b43-52ec-4c68-bd72-30d9a169d017&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002776 10.0.0.41 - - [2025-09-18 03:21:43] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001172 10.0.0.41 - - [2025-09-18 03:21:43] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007588 10.0.0.41 - - [2025-09-18 03:21:43] "POST /id-to-fqname HTTP/1.1" 200 184 0.003796 10.0.0.41 - - [2025-09-18 03:21:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.002621 10.0.0.41 - - [2025-09-18 03:21:43] "POST /security-groups HTTP/1.1" 200 585 0.039466 10.0.0.41 - - [2025-09-18 03:21:43] "POST /fqname-to-id HTTP/1.1" 404 228 0.005785 10.0.0.41 - - [2025-09-18 03:21:43] "POST /projects HTTP/1.1" 200 573 0.235655 10.0.0.41 - - [2025-09-18 03:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.276730 10.0.0.56 - - [2025-09-18 03:21:43] "GET /project/d8b28b43-52ec-4c68-bd72-30d9a169d017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.428985 10.0.0.41 - - [2025-09-18 03:21:43] "POST /access-control-lists HTTP/1.1" 200 588 0.045232 10.0.0.56 - - [2025-09-18 03:21:45] "GET / HTTP/1.1" 200 35931 0.003017 10.0.0.41 - - [2025-09-18 03:21:48] "GET /projects?obj_uuids=d8b28b43-52ec-4c68-bd72-30d9a169d017&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001068 10.0.0.56 - - [2025-09-18 03:21:48] "GET /project/d8b28b43-52ec-4c68-bd72-30d9a169d017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.044147 10.0.0.41 - - [2025-09-18 03:21:48] "GET /projects?obj_uuids=d8b28b43-52ec-4c68-bd72-30d9a169d017&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001322 10.0.0.56 - - [2025-09-18 03:21:48] "GET /project/d8b28b43-52ec-4c68-bd72-30d9a169d017?fields=virtual_networks HTTP/1.1" 200 1020 0.045173 10.0.0.41 - - [2025-09-18 03:21:48] "GET /projects?obj_uuids=d8b28b43-52ec-4c68-bd72-30d9a169d017&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001360 10.0.0.56 - - [2025-09-18 03:21:48] "GET /project/d8b28b43-52ec-4c68-bd72-30d9a169d017?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.040530 10.0.0.41 - - [2025-09-18 03:21:48] "GET /projects?obj_uuids=d8b28b43-52ec-4c68-bd72-30d9a169d017&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001019 10.0.0.56 - - [2025-09-18 03:21:48] "GET /project/d8b28b43-52ec-4c68-bd72-30d9a169d017?fields=security_groups HTTP/1.1" 200 1240 0.049487 10.0.0.56 - - [2025-09-18 03:21:49] "POST /fqname-to-id HTTP/1.1" 404 186 0.028498 10.0.0.41 - - [2025-09-18 03:21:49] "GET /projects?obj_uuids=a3c56f92-a152-449e-ba7c-5148cfbe970f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003557 10.0.0.41 - - [2025-09-18 03:21:49] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001326 10.0.0.41 - - [2025-09-18 03:21:49] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008437 10.0.0.41 - - [2025-09-18 03:21:49] "POST /id-to-fqname HTTP/1.1" 200 188 0.004227 10.0.0.41 - - [2025-09-18 03:21:49] "POST /fqname-to-id HTTP/1.1" 404 197 0.005749 10.0.0.41 - - [2025-09-18 03:21:49] "POST /security-groups HTTP/1.1" 200 589 0.031611 10.0.0.41 - - [2025-09-18 03:21:49] "POST /projects HTTP/1.1" 200 581 0.242712 10.0.0.41 - - [2025-09-18 03:21:50] "POST /fqname-to-id HTTP/1.1" 404 231 0.012415 10.0.0.41 - - [2025-09-18 03:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.316775 10.0.0.56 - - [2025-09-18 03:21:50] "GET /project/a3c56f92-a152-449e-ba7c-5148cfbe970f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.499782 10.0.0.56 - - [2025-09-18 03:21:51] "GET / HTTP/1.1" 200 35931 0.001957 10.0.0.41 - - [2025-09-18 03:21:54] "GET /projects?obj_uuids=a3c56f92-a152-449e-ba7c-5148cfbe970f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001009 10.0.0.56 - - [2025-09-18 03:21:54] "GET /project/a3c56f92-a152-449e-ba7c-5148cfbe970f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.047688 10.0.0.41 - - [2025-09-18 03:21:54] "GET /projects?obj_uuids=a3c56f92-a152-449e-ba7c-5148cfbe970f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001172 10.0.0.56 - - [2025-09-18 03:21:54] "GET /project/a3c56f92-a152-449e-ba7c-5148cfbe970f?fields=virtual_networks HTTP/1.1" 200 1028 0.042944 10.0.0.41 - - [2025-09-18 03:21:54] "GET /projects?obj_uuids=a3c56f92-a152-449e-ba7c-5148cfbe970f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000940 10.0.0.56 - - [2025-09-18 03:21:54] "GET /project/a3c56f92-a152-449e-ba7c-5148cfbe970f?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.037583 10.0.0.41 - - [2025-09-18 03:21:54] "GET /projects?obj_uuids=a3c56f92-a152-449e-ba7c-5148cfbe970f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000923 10.0.0.56 - - [2025-09-18 03:21:54] "GET /project/a3c56f92-a152-449e-ba7c-5148cfbe970f?fields=security_groups HTTP/1.1" 200 1252 0.038588 10.0.0.56 - - [2025-09-18 03:21:55] "POST /fqname-to-id HTTP/1.1" 404 186 0.029843 10.0.0.41 - - [2025-09-18 03:21:55] "GET /projects?obj_uuids=07fbd6a6-9c95-4dcf-8ceb-977d4a489101&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003629 10.0.0.41 - - [2025-09-18 03:21:55] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000915 10.0.0.41 - - [2025-09-18 03:21:55] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006912 10.0.0.41 - - [2025-09-18 03:21:55] "POST /id-to-fqname HTTP/1.1" 200 188 0.003088 10.0.0.41 - - [2025-09-18 03:21:55] "POST /fqname-to-id HTTP/1.1" 404 197 0.006822 10.0.0.41 - - [2025-09-18 03:21:55] "POST /security-groups HTTP/1.1" 200 589 0.080866 10.0.0.41 - - [2025-09-18 03:21:56] "POST /projects HTTP/1.1" 200 581 0.305363 10.0.0.41 - - [2025-09-18 03:21:56] "POST /access-control-lists HTTP/1.1" 200 594 0.030809 10.0.0.41 - - [2025-09-18 03:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.378339 10.0.0.56 - - [2025-09-18 03:21:56] "GET /project/07fbd6a6-9c95-4dcf-8ceb-977d4a489101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.514201 10.0.0.56 - - [2025-09-18 03:21:57] "GET / HTTP/1.1" 200 35931 0.001842 10.0.0.22 - - [2025-09-18 03:21:58] "GET /global-system-configs HTTP/1.1" 200 322 0.085142 10.0.0.56 - - [2025-09-18 03:21:58] "GET /obj-perms HTTP/1.1" 200 5056 0.125437 10.0.0.41 - - [2025-09-18 03:21:59] "GET /global-system-configs HTTP/1.1" 200 322 0.054773 10.0.0.56 - - [2025-09-18 03:21:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000403 10.0.0.41 - - [2025-09-18 03:21:59] "GET /obj-perms HTTP/1.1" 200 5056 0.159731 10.0.0.22 - - [2025-09-18 03:21:59] "GET /obj-perms HTTP/1.1" 200 5056 0.176129 10.0.0.56 - - [2025-09-18 03:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.044421 10.0.0.41 - - [2025-09-18 03:21:59] "GET /projects?obj_uuids=07fbd6a6-9c95-4dcf-8ceb-977d4a489101&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001183 10.0.0.56 - - [2025-09-18 03:21:59] "GET /project/07fbd6a6-9c95-4dcf-8ceb-977d4a489101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.044061 10.0.0.41 - - [2025-09-18 03:21:59] "POST /route-targets HTTP/1.1" 200 327 0.016936 10.0.0.41 - - [2025-09-18 03:22:00] "GET /global-system-configs HTTP/1.1" 200 322 0.104320 10.0.0.22 - - [2025-09-18 03:22:00] "GET /global-system-configs HTTP/1.1" 200 322 0.128430 10.0.0.41 - - [2025-09-18 03:22:00] "POST /useragent-kv HTTP/1.1" 200 115 0.008427 10.0.0.56 - - [2025-09-18 03:22:00] "POST /neutron/subnet HTTP/1.1" 200 729 0.280590 10.0.0.56 - - [2025-09-18 03:22:00] "POST /id-to-fqname HTTP/1.1" 200 218 0.001415 10.0.0.56 - - [2025-09-18 03:22:00] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005679 10.0.0.56 - - [2025-09-18 03:22:00] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005993 10.0.0.56 - - [2025-09-18 03:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.56 - - [2025-09-18 03:22:00] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005949 10.0.0.56 - - [2025-09-18 03:22:00] "PUT /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb HTTP/1.1" 200 264 0.069613 10.0.0.56 - - [2025-09-18 03:22:00] "GET /obj-perms HTTP/1.1" 200 5056 0.493172 10.0.0.41 - - [2025-09-18 03:22:00] "POST /ref-update HTTP/1.1" 200 156 0.039006 10.0.0.56 - - [2025-09-18 03:22:00] "POST /neutron/network HTTP/1.1" 200 823 0.008950 10.0.0.56 - - [2025-09-18 03:22:01] "GET /global-system-configs HTTP/1.1" 200 322 0.121478 10.0.0.56 - - [2025-09-18 03:22:01] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007264 10.0.0.41 - - [2025-09-18 03:22:01] "GET /obj-perms HTTP/1.1" 200 5056 0.195903 10.0.0.22 - - [2025-09-18 03:22:01] "GET /obj-perms HTTP/1.1" 200 5056 0.222055 10.0.0.56 - - [2025-09-18 03:22:02] "GET /global-system-configs HTTP/1.1" 200 322 0.145817 10.0.0.56 - - [2025-09-18 03:22:02] "GET /obj-perms HTTP/1.1" 200 5056 0.270030 10.0.0.56 - - [2025-09-18 03:22:03] "POST /neutron/subnet HTTP/1.1" 200 729 0.010143 10.0.0.56 - - [2025-09-18 03:22:03] "POST /id-to-fqname HTTP/1.1" 200 218 0.001490 10.0.0.41 - - [2025-09-18 03:22:03] "GET /projects?obj_uuids=07fbd6a6-9c95-4dcf-8ceb-977d4a489101&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001033 10.0.0.56 - - [2025-09-18 03:22:04] "GET /project/07fbd6a6-9c95-4dcf-8ceb-977d4a489101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.067042 10.0.0.56 - - [2025-09-18 03:22:04] "POST /neutron/port HTTP/1.1" 200 117 0.007204 10.0.0.41 - - [2025-09-18 03:22:04] "DELETE /project/76f73dfd75584915afac58d8796bc63a HTTP/1.1" 404 173 0.020067 10.0.0.41 - - [2025-09-18 03:22:04] "DELETE /project/a3c56f92a152449eba7c5148cfbe970f HTTP/1.1" 404 173 0.017659 10.0.0.41 - - [2025-09-18 03:22:04] "DELETE /project/9b6216f8db2845b7b7226bca5bd2d456 HTTP/1.1" 404 173 0.015335 10.0.0.41 - - [2025-09-18 03:22:04] "DELETE /project/d8b28b4352ec4c68bd7230d9a169d017 HTTP/1.1" 404 173 0.014639 10.0.0.41 - - [2025-09-18 03:22:04] "DELETE /project/07fbd6a69c954dcf8ceb977d4a489101 HTTP/1.1" 404 173 0.012412 10.0.0.41 - - [2025-09-18 03:22:04] "GET /projects?obj_uuids=793799ca-1077-46d2-8a28-6556f8f293fc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001060 10.0.0.41 - - [2025-09-18 03:22:04] "GET /projects?obj_uuids=76f73dfd-7558-4915-afac-58d8796bc63a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000932 10.0.0.41 - - [2025-09-18 03:22:04] "GET /projects?obj_uuids=2b61f93a-5438-43c4-8645-ef28d5b58c6c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000802 10.0.0.41 - - [2025-09-18 03:22:04] "GET /projects?obj_uuids=d8b28b43-52ec-4c68-bd72-30d9a169d017&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002680 10.0.0.41 - - [2025-09-18 03:22:04] "GET /projects?obj_uuids=9b6216f8-db28-45b7-b722-6bca5bd2d456&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001125 10.0.0.41 - - [2025-09-18 03:22:04] "DELETE /project/692044ed-ce35-4f87-be6a-76fcc6e7f982 HTTP/1.1" 404 177 0.008608 10.0.0.41 - - [2025-09-18 03:22:04] "DELETE /project/793799ca107746d28a286556f8f293fc HTTP/1.1" 404 173 0.012254 10.0.0.41 - - [2025-09-18 03:22:04] "DELETE /project/2b61f93a543843c48645ef28d5b58c6c HTTP/1.1" 404 173 0.008164 10.0.0.41 - - [2025-09-18 03:22:04] "GET /projects?obj_uuids=a3c56f92-a152-449e-ba7c-5148cfbe970f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000947 10.0.0.41 - - [2025-09-18 03:22:04] "GET /project/9b6216f8-db28-45b7-b722-6bca5bd2d456?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.091978 10.0.0.41 - - [2025-09-18 03:22:04] "GET /project/793799ca-1077-46d2-8a28-6556f8f293fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.127785 10.0.0.41 - - [2025-09-18 03:22:04] "GET /project/2b61f93a-5438-43c4-8645-ef28d5b58c6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.134299 10.0.0.41 - - [2025-09-18 03:22:04] "GET /project/d8b28b43-52ec-4c68-bd72-30d9a169d017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.157982 10.0.0.41 - - [2025-09-18 03:22:04] "GET /projects?obj_uuids=9b6216f8-db28-45b7-b722-6bca5bd2d456&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001642 10.0.0.41 - - [2025-09-18 03:22:04] "GET /project/76f73dfd-7558-4915-afac-58d8796bc63a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.190145 10.0.0.41 - - [2025-09-18 03:22:04] "GET /projects?obj_uuids=2b61f93a-5438-43c4-8645-ef28d5b58c6c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000995 10.0.0.41 - - [2025-09-18 03:22:04] "GET /projects?obj_uuids=793799ca-1077-46d2-8a28-6556f8f293fc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000764 10.0.0.41 - - [2025-09-18 03:22:04] "GET /projects?obj_uuids=d8b28b43-52ec-4c68-bd72-30d9a169d017&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001160 10.0.0.41 - - [2025-09-18 03:22:04] "GET /projects?obj_uuids=76f73dfd-7558-4915-afac-58d8796bc63a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001469 10.0.0.41 - - [2025-09-18 03:22:04] "GET /project/a3c56f92-a152-449e-ba7c-5148cfbe970f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.217128 10.0.0.41 - - [2025-09-18 03:22:04] "GET /projects?obj_uuids=a3c56f92-a152-449e-ba7c-5148cfbe970f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001780 10.0.0.41 - - [2025-09-18 03:22:04] "GET /project/2b61f93a-5438-43c4-8645-ef28d5b58c6c?fields=security_groups HTTP/1.1" 200 1394 0.115201 10.0.0.41 - - [2025-09-18 03:22:04] "GET /project/9b6216f8-db28-45b7-b722-6bca5bd2d456?fields=security_groups HTTP/1.1" 200 1354 0.149253 10.0.0.41 - - [2025-09-18 03:22:04] "GET /project/d8b28b43-52ec-4c68-bd72-30d9a169d017?fields=security_groups HTTP/1.1" 200 1345 0.147084 10.0.0.41 - - [2025-09-18 03:22:04] "GET /project/793799ca-1077-46d2-8a28-6556f8f293fc?fields=security_groups HTTP/1.1" 200 1346 0.163709 10.0.0.41 - - [2025-09-18 03:22:04] "GET /project/76f73dfd-7558-4915-afac-58d8796bc63a?fields=security_groups HTTP/1.1" 200 1377 0.156354 10.0.0.41 - - [2025-09-18 03:22:04] "GET /project/a3c56f92-a152-449e-ba7c-5148cfbe970f?fields=security_groups HTTP/1.1" 200 1357 0.146283 10.0.0.41 - - [2025-09-18 03:22:05] "DELETE /security-group/3b62f26b-436f-49b7-b3cd-d8a6603bcb74 HTTP/1.1" 200 115 0.158356 10.0.0.41 - - [2025-09-18 03:22:05] "DELETE /security-group/4cd0876a-3dd1-4e78-8a43-30fedaa6e194 HTTP/1.1" 200 115 0.162446 10.0.0.41 - - [2025-09-18 03:22:05] "GET /projects?obj_uuids=9b6216f8-db28-45b7-b722-6bca5bd2d456&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001018 10.0.0.41 - - [2025-09-18 03:22:05] "DELETE /security-group/bb26eed3-865d-436f-ab9f-c6a9c0488a0d HTTP/1.1" 200 115 0.178364 10.0.0.41 - - [2025-09-18 03:22:05] "GET /projects?obj_uuids=793799ca-1077-46d2-8a28-6556f8f293fc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001363 10.0.0.41 - - [2025-09-18 03:22:05] "DELETE /security-group/963061fb-1cb3-4cf8-b1d7-e6e8d562581f HTTP/1.1" 200 115 0.161647 10.0.0.41 - - [2025-09-18 03:22:05] "GET /projects?obj_uuids=2b61f93a-5438-43c4-8645-ef28d5b58c6c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001506 10.0.0.41 - - [2025-09-18 03:22:05] "GET /projects?obj_uuids=d8b28b43-52ec-4c68-bd72-30d9a169d017&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001178 10.0.0.41 - - [2025-09-18 03:22:05] "DELETE /security-group/b27dc8b7-ebd3-4484-8d51-b0c89e95d89f HTTP/1.1" 200 115 0.155152 10.0.0.41 - - [2025-09-18 03:22:05] "GET /projects?obj_uuids=76f73dfd-7558-4915-afac-58d8796bc63a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001782 10.0.0.56 - - [2025-09-18 03:22:05] "POST /neutron/network HTTP/1.1" 200 833 0.039803 10.0.0.41 - - [2025-09-18 03:22:05] "GET /project/9b6216f8-db28-45b7-b722-6bca5bd2d456?fields=application_policy_sets HTTP/1.1" 200 1393 0.137298 10.0.0.41 - - [2025-09-18 03:22:05] "DELETE /security-group/a14d6e45-e74f-4247-8597-a8878e3e35f5 HTTP/1.1" 200 115 0.189209 10.0.0.41 - - [2025-09-18 03:22:05] "GET /projects?obj_uuids=a3c56f92-a152-449e-ba7c-5148cfbe970f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001728 10.0.0.41 - - [2025-09-18 03:22:05] "GET /project/2b61f93a-5438-43c4-8645-ef28d5b58c6c?fields=application_policy_sets HTTP/1.1" 200 1433 0.143175 10.0.0.41 - - [2025-09-18 03:22:05] "GET /project/793799ca-1077-46d2-8a28-6556f8f293fc?fields=application_policy_sets HTTP/1.1" 200 1385 0.180974 10.0.0.41 - - [2025-09-18 03:22:05] "GET /project/d8b28b43-52ec-4c68-bd72-30d9a169d017?fields=application_policy_sets HTTP/1.1" 200 1384 0.158071 10.0.0.41 - - [2025-09-18 03:22:05] "GET /project/76f73dfd-7558-4915-afac-58d8796bc63a?fields=application_policy_sets HTTP/1.1" 200 1416 0.253016 10.0.0.41 - - [2025-09-18 03:22:05] "GET /project/a3c56f92-a152-449e-ba7c-5148cfbe970f?fields=application_policy_sets HTTP/1.1" 200 1396 0.249340 10.0.0.41 - - [2025-09-18 03:22:05] "DELETE /access-control-list/8584dfb1-24a0-4546-863a-7e7b53a17e17 HTTP/1.1" 200 115 0.170105 10.0.0.41 - - [2025-09-18 03:22:05] "DELETE /project/9b6216f8-db28-45b7-b722-6bca5bd2d456 HTTP/1.1" 200 115 1.151628 10.0.0.41 - - [2025-09-18 03:22:05] "DELETE /project/793799ca-1077-46d2-8a28-6556f8f293fc HTTP/1.1" 200 115 1.159398 10.0.0.41 - - [2025-09-18 03:22:05] "DELETE /project/2b61f93a-5438-43c4-8645-ef28d5b58c6c HTTP/1.1" 200 115 1.167115 10.0.0.41 - - [2025-09-18 03:22:05] "DELETE /project/d8b28b43-52ec-4c68-bd72-30d9a169d017 HTTP/1.1" 200 115 1.180447 10.0.0.41 - - [2025-09-18 03:22:05] "DELETE /access-control-list/827dd648-a6a7-4a25-85d1-3243ace6c71f HTTP/1.1" 200 115 0.078671 10.0.0.41 - - [2025-09-18 03:22:05] "DELETE /project/76f73dfd-7558-4915-afac-58d8796bc63a HTTP/1.1" 200 115 1.225217 10.0.0.41 - - [2025-09-18 03:22:05] "DELETE /project/a3c56f92-a152-449e-ba7c-5148cfbe970f HTTP/1.1" 200 115 1.204998 10.0.0.41 - - [2025-09-18 03:22:05] "DELETE /access-control-list/b91c59bc-f4fb-4690-a264-96b42fc527ac HTTP/1.1" 200 115 0.033040 10.0.0.41 - - [2025-09-18 03:22:06] "DELETE /access-control-list/4debd497-a685-49eb-afb6-8134c0644874 HTTP/1.1" 200 115 0.026620 10.0.0.56 - - [2025-09-18 03:22:06] "POST /neutron/port HTTP/1.1" 200 1059 0.060279 10.0.0.56 - - [2025-09-18 03:22:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005361 10.0.0.56 - - [2025-09-18 03:22:06] "POST /neutron/network HTTP/1.1" 200 823 0.009707 10.0.0.56 - - [2025-09-18 03:22:09] "POST /neutron/port HTTP/1.1" 200 1087 0.017736 10.0.0.56 - - [2025-09-18 03:22:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007185 10.0.0.56 - - [2025-09-18 03:22:09] "GET /virtual-machine/e0b98885-be90-4fdc-b7ae-30f0a6beaa10 HTTP/1.1" 401 292 0.000363 10.0.0.56 - - [2025-09-18 03:22:10] "GET /virtual-machine/e0b98885-be90-4fdc-b7ae-30f0a6beaa10 HTTP/1.1" 200 1291 0.032136 10.0.0.56 - - [2025-09-18 03:22:10] "GET /virtual-machine-interface/a899a5c1-4214-41ab-8d4f-07e24c430b85 HTTP/1.1" 200 2931 0.007324 10.0.0.56 - - [2025-09-18 03:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.56 - - [2025-09-18 03:22:10] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.010913 10.0.0.56 - - [2025-09-18 03:22:10] "GET /virtual-networks?parent_id=07fbd6a6-9c95-4dcf-8ceb-977d4a489101&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003989 10.0.0.56 - - [2025-09-18 03:22:10] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007199 10.0.0.22 - - [2025-09-18 03:22:11] "GET /obj-perms HTTP/1.1" 200 5056 0.055253 10.0.0.41 - - [2025-09-18 03:22:11] "GET /obj-perms HTTP/1.1" 200 5056 0.052439 10.0.0.56 - - [2025-09-18 03:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.56 - - [2025-09-18 03:22:13] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005321 10.0.0.56 - - [2025-09-18 03:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.56 - - [2025-09-18 03:22:17] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005338 10.0.0.56 - - [2025-09-18 03:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.56 - - [2025-09-18 03:22:21] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005561 10.0.0.56 - - [2025-09-18 03:22:23] "POST /neutron/network HTTP/1.1" 200 833 0.006818 10.0.0.56 - - [2025-09-18 03:22:23] "POST /neutron/port HTTP/1.1" 200 117 0.001128 10.0.0.56 - - [2025-09-18 03:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004546 10.0.0.56 - - [2025-09-18 03:22:25] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007158 10.0.0.56 - - [2025-09-18 03:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004741 10.0.0.56 - - [2025-09-18 03:22:29] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.008041 10.0.0.56 - - [2025-09-18 03:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.56 - - [2025-09-18 03:22:33] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005872 10.0.0.56 - - [2025-09-18 03:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.56 - - [2025-09-18 03:22:37] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005378 10.0.0.56 - - [2025-09-18 03:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.56 - - [2025-09-18 03:22:41] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005294 10.0.0.56 - - [2025-09-18 03:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.56 - - [2025-09-18 03:22:46] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006140 10.0.0.56 - - [2025-09-18 03:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.56 - - [2025-09-18 03:22:48] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003547 10.0.0.56 - - [2025-09-18 03:22:48] "GET /virtual-networks?parent_id=07fbd6a6-9c95-4dcf-8ceb-977d4a489101&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003075 10.0.0.56 - - [2025-09-18 03:22:48] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005891 10.0.0.56 - - [2025-09-18 03:22:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012664 10.0.0.56 - - [2025-09-18 03:22:56] "POST /neutron/port HTTP/1.1" 200 1087 0.019615 10.0.0.56 - - [2025-09-18 03:22:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007938 10.0.0.56 - - [2025-09-18 03:23:09] "POST /neutron/port HTTP/1.1" 200 1087 0.014071 10.0.0.56 - - [2025-09-18 03:23:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007696 10.0.0.56 - - [2025-09-18 03:23:09] "POST /neutron/port HTTP/1.1" 200 1087 0.016340 10.0.0.56 - - [2025-09-18 03:23:09] "POST /neutron/network HTTP/1.1" 200 823 0.007494 10.0.0.56 - - [2025-09-18 03:23:09] "POST /id-to-fqname HTTP/1.1" 200 218 0.001235 10.0.0.56 - - [2025-09-18 03:23:09] "GET /virtual-machine/e0b98885-be90-4fdc-b7ae-30f0a6beaa10 HTTP/1.1" 200 1291 0.004073 10.0.0.56 - - [2025-09-18 03:23:09] "GET /virtual-machine-interface/a899a5c1-4214-41ab-8d4f-07e24c430b85 HTTP/1.1" 200 2931 0.005660 10.0.0.56 - - [2025-09-18 03:23:09] "GET /instance-ip/232e6382-03aa-4f7c-bb34-766f6bb872b5 HTTP/1.1" 200 1617 0.006121 10.0.0.56 - - [2025-09-18 03:23:09] "POST /fqname-to-id HTTP/1.1" 404 208 0.003388 10.0.0.56 - - [2025-09-18 03:23:09] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005722 10.0.0.41 - - [2025-09-18 03:23:09] "GET /projects?obj_uuids=07fbd6a6-9c95-4dcf-8ceb-977d4a489101&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000987 10.0.0.56 - - [2025-09-18 03:23:09] "GET /project/07fbd6a6-9c95-4dcf-8ceb-977d4a489101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.042778 10.0.0.56 - - [2025-09-18 03:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.56 - - [2025-09-18 03:23:09] "GET /security-group/1dc29e1d-9781-4e46-a5d9-080020ddf506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3747 0.004592 10.0.0.56 - - [2025-09-18 03:23:09] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.070219 10.0.0.56 - - [2025-09-18 03:23:09] "POST /instance-ips HTTP/1.1" 200 357 0.036199 10.0.0.56 - - [2025-09-18 03:23:09] "GET /instance-ip/706c020e-c81d-4578-86d7-7ace62223446?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1570 0.005996 10.0.0.56 - - [2025-09-18 03:23:09] "GET /virtual-machine-interface/2fd1ca56-3fdf-4b18-854a-1ada4de2a73a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2339 0.006937 10.0.0.56 - - [2025-09-18 03:23:09] "GET /virtual-machine-interface/2fd1ca56-3fdf-4b18-854a-1ada4de2a73a?fields=instance_ip_back_refs HTTP/1.1" 200 1321 0.007788 10.0.0.56 - - [2025-09-18 03:23:09] "GET /instance-ip/706c020e-c81d-4578-86d7-7ace62223446?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1570 0.004841 10.0.0.56 - - [2025-09-18 03:23:09] "POST /id-to-fqname HTTP/1.1" 200 218 0.001556 10.0.0.56 - - [2025-09-18 03:23:10] "POST /neutron/port HTTP/1.1" 200 966 0.010968 10.0.0.56 - - [2025-09-18 03:23:10] "POST /neutron/port HTTP/1.1" 200 966 0.009824 10.0.0.56 - - [2025-09-18 03:23:10] "POST /neutron/port HTTP/1.1" 200 117 0.006248 10.0.0.56 - - [2025-09-18 03:23:11] "POST /neutron/port HTTP/1.1" 200 966 0.010882 10.0.0.56 - - [2025-09-18 03:23:11] "POST /neutron/port HTTP/1.1" 200 966 0.010716 10.0.0.56 - - [2025-09-18 03:23:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004064 10.0.0.56 - - [2025-09-18 03:23:11] "POST /neutron/network HTTP/1.1" 200 823 0.007603 10.0.0.56 - - [2025-09-18 03:23:15] "POST /neutron/port HTTP/1.1" 200 1032 0.016647 10.0.0.56 - - [2025-09-18 03:23:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007237 10.0.0.56 - - [2025-09-18 03:23:15] "GET /virtual-machine/2ed58d7e-5a67-4080-90df-df42298238c0 HTTP/1.1" 200 1268 0.006052 10.0.0.56 - - [2025-09-18 03:23:16] "GET /virtual-machine-interface/2fd1ca56-3fdf-4b18-854a-1ada4de2a73a HTTP/1.1" 200 2979 0.006716 10.0.0.56 - - [2025-09-18 03:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.56 - - [2025-09-18 03:23:16] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003864 10.0.0.56 - - [2025-09-18 03:23:16] "GET /virtual-networks?parent_id=07fbd6a6-9c95-4dcf-8ceb-977d4a489101&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003277 10.0.0.56 - - [2025-09-18 03:23:16] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007082 10.0.0.56 - - [2025-09-18 03:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.56 - - [2025-09-18 03:23:19] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005548 10.0.0.56 - - [2025-09-18 03:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.56 - - [2025-09-18 03:23:23] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006678 10.0.0.56 - - [2025-09-18 03:23:24] "POST /neutron/network HTTP/1.1" 200 833 0.007582 10.0.0.56 - - [2025-09-18 03:23:24] "POST /neutron/port HTTP/1.1" 200 117 0.001136 10.0.0.56 - - [2025-09-18 03:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.56 - - [2025-09-18 03:23:27] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007472 10.0.0.56 - - [2025-09-18 03:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004507 10.0.0.56 - - [2025-09-18 03:23:31] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007490 10.0.0.56 - - [2025-09-18 03:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.56 - - [2025-09-18 03:23:35] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005867 10.0.0.56 - - [2025-09-18 03:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.56 - - [2025-09-18 03:23:39] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005636 10.0.0.56 - - [2025-09-18 03:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.56 - - [2025-09-18 03:23:43] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005729 10.0.0.56 - - [2025-09-18 03:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.56 - - [2025-09-18 03:23:47] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007244 10.0.0.56 - - [2025-09-18 03:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.56 - - [2025-09-18 03:23:51] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007026 10.0.0.56 - - [2025-09-18 03:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005114 10.0.0.56 - - [2025-09-18 03:23:56] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007570 10.0.0.56 - - [2025-09-18 03:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.56 - - [2025-09-18 03:23:58] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003899 10.0.0.56 - - [2025-09-18 03:23:58] "GET /virtual-networks?parent_id=07fbd6a6-9c95-4dcf-8ceb-977d4a489101&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003240 10.0.0.56 - - [2025-09-18 03:23:58] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006371 10.0.0.56 - - [2025-09-18 03:23:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007958 10.0.0.56 - - [2025-09-18 03:24:08] "POST /neutron/port HTTP/1.1" 200 1032 0.043757 10.0.0.56 - - [2025-09-18 03:24:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006912 10.0.0.56 - - [2025-09-18 03:24:19] "POST /id-to-fqname HTTP/1.1" 200 218 0.001203 10.0.0.56 - - [2025-09-18 03:24:19] "POST /neutron/port HTTP/1.1" 200 2003 0.016759 10.0.0.41 - - [2025-09-18 03:24:20] "GET /projects?obj_uuids=07fbd6a6-9c95-4dcf-8ceb-977d4a489101&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.032483 10.0.0.56 - - [2025-09-18 03:24:20] "GET /project/07fbd6a6-9c95-4dcf-8ceb-977d4a489101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.134473 10.0.0.56 - - [2025-09-18 03:24:20] "POST /neutron/network HTTP/1.1" 200 823 0.038201 10.0.0.56 - - [2025-09-18 03:24:20] "POST /neutron/port HTTP/1.1" 200 117 0.007807 10.0.0.41 - - [2025-09-18 03:24:20] "GET /projects?obj_uuids=07fbd6a6-9c95-4dcf-8ceb-977d4a489101&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001673 10.0.0.56 - - [2025-09-18 03:24:21] "POST /neutron/port HTTP/1.1" 200 1059 0.299849 10.0.0.56 - - [2025-09-18 03:24:21] "POST /neutron/port HTTP/1.1" 200 1113 0.136234 10.0.0.56 - - [2025-09-18 03:24:21] "POST /neutron/subnet HTTP/1.1" 200 703 0.011619 10.0.0.56 - - [2025-09-18 03:24:25] "POST /neutron/port HTTP/1.1" 200 1087 0.018958 10.0.0.56 - - [2025-09-18 03:24:26] "POST /neutron/port HTTP/1.1" 200 1032 0.038031 10.0.0.56 - - [2025-09-18 03:24:26] "POST /neutron/subnet HTTP/1.1" 200 703 0.016310 10.0.0.56 - - [2025-09-18 03:24:30] "POST /neutron/port HTTP/1.1" 200 1087 0.018018 10.0.0.56 - - [2025-09-18 03:24:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012378 10.0.0.56 - - [2025-09-18 03:24:36] "POST /neutron/port HTTP/1.1" 200 1087 0.018762 10.0.0.56 - - [2025-09-18 03:24:36] "GET /virtual-machine/33b8d30d-6b94-4eee-a116-2c79c9983578 HTTP/1.1" 200 1290 0.007790 10.0.0.56 - - [2025-09-18 03:24:36] "GET /virtual-machine-interface/39bcf3fe-36c1-4fb2-9281-86ee3f47666c HTTP/1.1" 200 2930 0.005658 10.0.0.56 - - [2025-09-18 03:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.56 - - [2025-09-18 03:24:36] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004720 10.0.0.56 - - [2025-09-18 03:24:36] "GET /virtual-networks?parent_id=07fbd6a6-9c95-4dcf-8ceb-977d4a489101&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003265 10.0.0.56 - - [2025-09-18 03:24:36] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.008845 10.0.0.56 - - [2025-09-18 03:24:38] "POST /neutron/port HTTP/1.1" 200 1087 0.039923 10.0.0.56 - - [2025-09-18 03:24:38] "POST /neutron/subnet HTTP/1.1" 200 703 0.012203 10.0.0.56 - - [2025-09-18 03:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.56 - - [2025-09-18 03:24:39] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006059 10.0.0.56 - - [2025-09-18 03:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.56 - - [2025-09-18 03:24:43] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005648 10.0.0.56 - - [2025-09-18 03:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.56 - - [2025-09-18 03:24:47] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005666 10.0.0.56 - - [2025-09-18 03:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004584 10.0.0.56 - - [2025-09-18 03:24:51] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005293 10.0.0.56 - - [2025-09-18 03:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.56 - - [2025-09-18 03:24:55] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005742 10.0.0.56 - - [2025-09-18 03:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.56 - - [2025-09-18 03:24:59] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005796 10.0.0.56 - - [2025-09-18 03:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.56 - - [2025-09-18 03:25:03] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007797 10.0.0.56 - - [2025-09-18 03:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.56 - - [2025-09-18 03:25:07] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005954 10.0.0.56 - - [2025-09-18 03:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.56 - - [2025-09-18 03:25:12] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006169 10.0.0.56 - - [2025-09-18 03:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.56 - - [2025-09-18 03:25:14] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003961 10.0.0.56 - - [2025-09-18 03:25:14] "GET /virtual-networks?parent_id=07fbd6a6-9c95-4dcf-8ceb-977d4a489101&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003205 10.0.0.56 - - [2025-09-18 03:25:14] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006884 10.0.0.56 - - [2025-09-18 03:25:14] "POST /neutron/port HTTP/1.1" 200 1087 0.018008 10.0.0.56 - - [2025-09-18 03:25:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008876 10.0.0.56 - - [2025-09-18 03:25:24] "POST /neutron/port HTTP/1.1" 200 1087 0.015803 10.0.0.56 - - [2025-09-18 03:25:26] "POST /neutron/port HTTP/1.1" 200 1087 0.018288 10.0.0.56 - - [2025-09-18 03:25:26] "POST /neutron/subnet HTTP/1.1" 200 703 0.014880 10.0.0.56 - - [2025-09-18 03:25:29] "POST /neutron/port HTTP/1.1" 200 1087 0.016954 10.0.0.56 - - [2025-09-18 03:25:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008488 10.0.0.56 - - [2025-09-18 03:25:35] "POST /neutron/port HTTP/1.1" 200 1087 0.015581 10.0.0.56 - - [2025-09-18 03:25:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008276 10.0.0.56 - - [2025-09-18 03:25:35] "POST /id-to-fqname HTTP/1.1" 200 218 0.001337 10.0.0.56 - - [2025-09-18 03:25:35] "GET /virtual-machine/33b8d30d-6b94-4eee-a116-2c79c9983578 HTTP/1.1" 200 1290 0.003892 10.0.0.56 - - [2025-09-18 03:25:35] "GET /virtual-machine-interface/39bcf3fe-36c1-4fb2-9281-86ee3f47666c HTTP/1.1" 200 2930 0.005655 10.0.0.56 - - [2025-09-18 03:25:35] "GET /instance-ip/f2e9efb8-97ec-4b46-90fd-8aa1a3601dc2 HTTP/1.1" 200 1618 0.006860 10.0.0.56 - - [2025-09-18 03:25:35] "GET /virtual-machine-interface/39bcf3fe-36c1-4fb2-9281-86ee3f47666c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2709 0.006095 10.0.0.56 - - [2025-09-18 03:25:35] "PUT /virtual-machine-interface/39bcf3fe-36c1-4fb2-9281-86ee3f47666c HTTP/1.1" 200 284 0.015116 10.0.0.56 - - [2025-09-18 03:25:38] "POST /neutron/port HTTP/1.1" 200 1087 0.015547 10.0.0.56 - - [2025-09-18 03:25:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003846 10.0.0.56 - - [2025-09-18 03:25:38] "POST /neutron/network HTTP/1.1" 200 823 0.007232 10.0.0.56 - - [2025-09-18 03:26:14] "GET /obj-perms HTTP/1.1" 200 5056 0.058319 10.0.0.22 - - [2025-09-18 03:26:15] "GET /obj-perms HTTP/1.1" 200 5056 0.059107 10.0.0.56 - - [2025-09-18 03:26:28] "POST /neutron/network HTTP/1.1" 200 833 0.006995 10.0.0.56 - - [2025-09-18 03:26:28] "POST /neutron/port HTTP/1.1" 200 117 0.001099 10.0.0.56 - - [2025-09-18 03:26:38] "POST /neutron/port HTTP/1.1" 200 1087 0.017749 10.0.0.56 - - [2025-09-18 03:26:38] "POST /neutron/subnet HTTP/1.1" 200 703 0.011891 10.0.0.22 - - [2025-09-18 03:26:58] "GET /global-system-configs HTTP/1.1" 200 322 0.044065 10.0.0.41 - - [2025-09-18 03:26:59] "GET /obj-perms HTTP/1.1" 200 5056 0.139082 10.0.0.41 - - [2025-09-18 03:26:59] "GET /global-system-configs HTTP/1.1" 200 322 0.064876 10.0.0.22 - - [2025-09-18 03:26:59] "GET /global-system-configs HTTP/1.1" 200 322 0.010115 10.0.0.41 - - [2025-09-18 03:26:59] "GET /global-system-configs HTTP/1.1" 200 322 0.012294 10.0.0.22 - - [2025-09-18 03:26:59] "GET /obj-perms HTTP/1.1" 200 5056 0.010001 10.0.0.56 - - [2025-09-18 03:26:59] "GET /obj-perms HTTP/1.1" 200 5056 0.008844 10.0.0.41 - - [2025-09-18 03:26:59] "GET /obj-perms HTTP/1.1" 200 5056 0.027328 10.0.0.56 - - [2025-09-18 03:27:01] "GET /global-system-configs HTTP/1.1" 200 322 0.037495 10.0.0.56 - - [2025-09-18 03:27:02] "GET /global-system-configs HTTP/1.1" 200 322 0.076581 10.0.0.56 - - [2025-09-18 03:27:02] "GET /obj-perms HTTP/1.1" 200 5056 0.143064 10.0.0.22 - - [2025-09-18 03:27:02] "GET /obj-perms HTTP/1.1" 200 5056 0.160949 10.0.0.56 - - [2025-09-18 03:27:05] "DELETE /instance-ip/706c020e-c81d-4578-86d7-7ace62223446 HTTP/1.1" 200 115 0.076722 10.0.0.56 - - [2025-09-18 03:27:05] "DELETE /virtual-machine-interface/2fd1ca56-3fdf-4b18-854a-1ada4de2a73a HTTP/1.1" 200 115 0.104853 10.0.0.56 - - [2025-09-18 03:27:05] "POST /neutron/port HTTP/1.1" 200 1087 0.045576 10.0.0.56 - - [2025-09-18 03:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.56 - - [2025-09-18 03:27:05] "GET /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005759 10.0.0.56 - - [2025-09-18 03:27:06] "PUT /virtual-network/1ef67947-e38c-407e-81f9-ce5f74fdc6eb HTTP/1.1" 200 264 0.063510 10.0.0.56 - - [2025-09-18 03:27:06] "POST /neutron/network HTTP/1.1" 200 823 0.017333 10.0.0.41 - - [2025-09-18 03:27:06] "DELETE /route-target/59b55a8c-a578-491b-888b-4264d6bfce81 HTTP/1.1" 200 115 0.066673 10.0.0.56 - - [2025-09-18 03:27:06] "POST /neutron/port HTTP/1.1" 200 1113 0.012449 10.0.0.41 - - [2025-09-18 03:27:08] "POST /useragent-kv HTTP/1.1" 200 115 0.006383 10.0.0.41 - - [2025-09-18 03:27:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002984 10.0.0.56 - - [2025-09-18 03:27:08] "POST /neutron/network HTTP/1.1" 200 151 0.132324 10.0.0.41 - - [2025-09-18 03:27:09] "GET /projects?obj_uuids=07fbd6a6-9c95-4dcf-8ceb-977d4a489101&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001401 10.0.0.56 - - [2025-09-18 03:27:09] "GET /project/07fbd6a6-9c95-4dcf-8ceb-977d4a489101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.069807 10.0.0.41 - - [2025-09-18 03:27:09] "GET /projects?obj_uuids=07fbd6a6-9c95-4dcf-8ceb-977d4a489101&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000942 10.0.0.56 - - [2025-09-18 03:27:10] "GET /project/07fbd6a6-9c95-4dcf-8ceb-977d4a489101?fields=virtual_networks HTTP/1.1" 200 1026 0.039707 10.0.0.41 - - [2025-09-18 03:27:10] "GET /projects?obj_uuids=07fbd6a6-9c95-4dcf-8ceb-977d4a489101&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001293 10.0.0.56 - - [2025-09-18 03:27:10] "GET /project/07fbd6a6-9c95-4dcf-8ceb-977d4a489101?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.040089 10.0.0.41 - - [2025-09-18 03:27:10] "GET /projects?obj_uuids=07fbd6a6-9c95-4dcf-8ceb-977d4a489101&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001228 10.0.0.56 - - [2025-09-18 03:27:10] "GET /project/07fbd6a6-9c95-4dcf-8ceb-977d4a489101?fields=security_groups HTTP/1.1" 200 1250 0.046255 10.0.0.56 - - [2025-09-18 03:27:11] "POST /fqname-to-id HTTP/1.1" 404 185 0.029785 10.0.0.41 - - [2025-09-18 03:27:11] "GET /projects?obj_uuids=7f70f340-4f92-4064-b040-d802d9a709e9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004359 10.0.0.41 - - [2025-09-18 03:27:11] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000951 10.0.0.41 - - [2025-09-18 03:27:11] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.037748 10.0.0.41 - - [2025-09-18 03:27:11] "POST /id-to-fqname HTTP/1.1" 200 187 0.003136 10.0.0.41 - - [2025-09-18 03:27:11] "POST /fqname-to-id HTTP/1.1" 404 196 0.004594 10.0.0.41 - - [2025-09-18 03:27:11] "POST /security-groups HTTP/1.1" 200 588 0.030753 10.0.0.41 - - [2025-09-18 03:27:11] "POST /fqname-to-id HTTP/1.1" 404 231 0.003323 10.0.0.41 - - [2025-09-18 03:27:11] "POST /projects HTTP/1.1" 200 579 0.258455 10.0.0.41 - - [2025-09-18 03:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.334811 10.0.0.41 - - [2025-09-18 03:27:11] "POST /access-control-lists HTTP/1.1" 200 591 0.031122 10.0.0.56 - - [2025-09-18 03:27:11] "GET /project/7f70f340-4f92-4064-b040-d802d9a709e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.509938 10.0.0.56 - - [2025-09-18 03:27:12] "GET / HTTP/1.1" 200 35931 0.003191 10.0.0.56 - - [2025-09-18 03:27:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000432 10.0.0.56 - - [2025-09-18 03:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.068756 10.0.0.41 - - [2025-09-18 03:27:15] "GET /projects?obj_uuids=7f70f340-4f92-4064-b040-d802d9a709e9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001213 10.0.0.56 - - [2025-09-18 03:27:15] "GET /project/7f70f340-4f92-4064-b040-d802d9a709e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.033648 10.0.0.56 - - [2025-09-18 03:27:15] "POST /neutron/network HTTP/1.1" 200 117 0.346628 10.0.0.41 - - [2025-09-18 03:27:15] "GET /obj-perms HTTP/1.1" 200 5056 0.069429 10.0.0.56 - - [2025-09-18 03:27:16] "POST /neutron/network HTTP/1.1" 200 829 0.009813 10.0.0.56 - - [2025-09-18 03:27:16] "POST /id-to-fqname HTTP/1.1" 200 221 0.001143 10.0.0.56 - - [2025-09-18 03:27:16] "GET /virtual-network/920069ea-5a35-474a-a1e4-c8d7db53e4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005440 10.0.0.56 - - [2025-09-18 03:27:16] "GET /virtual-network/920069ea-5a35-474a-a1e4-c8d7db53e4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005006 10.0.0.56 - - [2025-09-18 03:27:16] "POST /neutron/subnet HTTP/1.1" 200 724 0.009318 10.0.0.56 - - [2025-09-18 03:27:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.002867 10.0.0.56 - - [2025-09-18 03:27:16] "GET /virtual-network/920069ea-5a35-474a-a1e4-c8d7db53e4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005863 10.0.0.56 - - [2025-09-18 03:27:16] "GET /virtual-machine-interface/6067e7c1-7315-4676-bbe3-6d65d1b7c006?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.009097 10.0.0.56 - - [2025-09-18 03:27:16] "GET /virtual-machine-interface/6067e7c1-7315-4676-bbe3-6d65d1b7c006?fields=instance_ip_back_refs HTTP/1.1" 200 1318 0.015828 10.0.0.56 - - [2025-09-18 03:27:16] "GET /instance-ip/27ee9da8-1df7-4864-85c7-45cfb21d3e98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1599 0.004250 10.0.0.56 - - [2025-09-18 03:27:17] "POST /id-to-fqname HTTP/1.1" 200 221 0.001179 10.0.0.41 - - [2025-09-18 03:27:18] "GET /projects?obj_uuids=7f70f340-4f92-4064-b040-d802d9a709e9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001120 10.0.0.56 - - [2025-09-18 03:27:18] "GET /project/7f70f340-4f92-4064-b040-d802d9a709e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.067682 10.0.0.56 - - [2025-09-18 03:27:18] "POST /neutron/network HTTP/1.1" 200 829 0.006680 10.0.0.56 - - [2025-09-18 03:27:18] "POST /id-to-fqname HTTP/1.1" 200 221 0.001271 10.0.0.56 - - [2025-09-18 03:27:18] "POST /neutron/port HTTP/1.1" 200 117 0.006258 10.0.0.56 - - [2025-09-18 03:27:18] "POST /neutron/network HTTP/1.1" 200 829 0.009852 10.0.0.56 - - [2025-09-18 03:27:18] "POST /neutron/network HTTP/1.1" 200 839 0.006665 10.0.0.56 - - [2025-09-18 03:27:19] "POST /neutron/port HTTP/1.1" 200 117 0.006333 10.0.0.41 - - [2025-09-18 03:27:19] "GET /projects?obj_uuids=7f70f340-4f92-4064-b040-d802d9a709e9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000976 10.0.0.56 - - [2025-09-18 03:27:19] "GET /project/7f70f340-4f92-4064-b040-d802d9a709e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.044860 10.0.0.56 - - [2025-09-18 03:27:19] "POST /fqname-to-id HTTP/1.1" 404 208 0.009761 10.0.0.56 - - [2025-09-18 03:27:19] "POST /interface-route-tables HTTP/1.1" 200 556 0.048779 10.0.0.56 - - [2025-09-18 03:27:19] "GET /interface-route-table/f97f4cef-c670-402e-b55f-bffcefec964f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.009839 10.0.0.56 - - [2025-09-18 03:27:19] "POST /neutron/port HTTP/1.1" 200 1111 0.156270 10.0.0.56 - - [2025-09-18 03:27:19] "POST /neutron/subnet HTTP/1.1" 200 698 0.011709 10.0.0.56 - - [2025-09-18 03:27:19] "POST /neutron/network HTTP/1.1" 200 829 0.006608 10.0.0.56 - - [2025-09-18 03:27:20] "POST /neutron/port HTTP/1.1" 200 983 0.009782 10.0.0.56 - - [2025-09-18 03:27:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004024 10.0.0.56 - - [2025-09-18 03:27:20] "POST /neutron/network HTTP/1.1" 200 829 0.008464 10.0.0.56 - - [2025-09-18 03:27:20] "GET /virtual-machine-interface/6067e7c1-7315-4676-bbe3-6d65d1b7c006?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.009267 10.0.0.56 - - [2025-09-18 03:27:20] "POST /ref-update HTTP/1.1" 200 156 0.021884 10.0.0.56 - - [2025-09-18 03:27:25] "POST /neutron/port HTTP/1.1" 200 1085 0.023666 10.0.0.56 - - [2025-09-18 03:27:25] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007812 10.0.0.56 - - [2025-09-18 03:27:26] "POST /neutron/port HTTP/1.1" 200 1085 0.017098 10.0.0.56 - - [2025-09-18 03:27:26] "GET /virtual-machine/db8d1362-526b-4c93-89df-7997d046c406 HTTP/1.1" 401 292 0.000413 10.0.0.56 - - [2025-09-18 03:27:26] "GET /virtual-machine/db8d1362-526b-4c93-89df-7997d046c406 HTTP/1.1" 200 1289 0.036281 10.0.0.56 - - [2025-09-18 03:27:26] "GET /virtual-machine/db8d1362-526b-4c93-89df-7997d046c406 HTTP/1.1" 200 1289 0.004184 10.0.0.56 - - [2025-09-18 03:27:26] "GET /virtual-machine-interface/660463a5-ff89-41ac-8a11-5a4063d6c349 HTTP/1.1" 200 2936 0.005440 10.0.0.56 - - [2025-09-18 03:27:26] "GET /virtual-machine/db8d1362-526b-4c93-89df-7997d046c406 HTTP/1.1" 200 1289 0.003947 10.0.0.56 - - [2025-09-18 03:27:26] "GET /virtual-machine-interface/660463a5-ff89-41ac-8a11-5a4063d6c349 HTTP/1.1" 200 2936 0.005325 10.0.0.56 - - [2025-09-18 03:27:26] "GET /instance-ip/612fe512-218d-4db7-928b-e723c1ec1e66 HTTP/1.1" 200 1618 0.005944 10.0.0.56 - - [2025-09-18 03:27:26] "GET /virtual-machine/db8d1362-526b-4c93-89df-7997d046c406 HTTP/1.1" 200 1289 0.004248 10.0.0.56 - - [2025-09-18 03:27:26] "GET /virtual-machine-interface/660463a5-ff89-41ac-8a11-5a4063d6c349 HTTP/1.1" 200 2936 0.005042 10.0.0.56 - - [2025-09-18 03:27:26] "GET /instance-ip/612fe512-218d-4db7-928b-e723c1ec1e66 HTTP/1.1" 200 1618 0.004018 10.0.0.56 - - [2025-09-18 03:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.56 - - [2025-09-18 03:27:26] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.007822 10.0.0.56 - - [2025-09-18 03:27:26] "GET /virtual-networks?parent_id=7f70f340-4f92-4064-b040-d802d9a709e9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003736 10.0.0.56 - - [2025-09-18 03:27:26] "GET /virtual-network/920069ea-5a35-474a-a1e4-c8d7db53e4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007921 10.0.0.56 - - [2025-09-18 03:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.56 - - [2025-09-18 03:27:26] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005320 10.0.0.56 - - [2025-09-18 03:27:26] "GET /virtual-networks?parent_id=7f70f340-4f92-4064-b040-d802d9a709e9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003908 10.0.0.56 - - [2025-09-18 03:27:26] "GET /virtual-network/920069ea-5a35-474a-a1e4-c8d7db53e4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005695 10.0.0.56 - - [2025-09-18 03:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.56 - - [2025-09-18 03:27:26] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004401 10.0.0.56 - - [2025-09-18 03:27:26] "GET /virtual-networks?parent_id=7f70f340-4f92-4064-b040-d802d9a709e9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003438 10.0.0.56 - - [2025-09-18 03:27:26] "GET /virtual-network/920069ea-5a35-474a-a1e4-c8d7db53e4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005859 10.0.0.56 - - [2025-09-18 03:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.56 - - [2025-09-18 03:27:27] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003770 10.0.0.56 - - [2025-09-18 03:27:27] "GET /virtual-networks?parent_id=7f70f340-4f92-4064-b040-d802d9a709e9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003865 10.0.0.56 - - [2025-09-18 03:27:27] "GET /virtual-network/920069ea-5a35-474a-a1e4-c8d7db53e4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006839 10.0.0.56 - - [2025-09-18 03:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.56 - - [2025-09-18 03:27:27] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004399 10.0.0.56 - - [2025-09-18 03:27:27] "GET /virtual-networks?parent_id=7f70f340-4f92-4064-b040-d802d9a709e9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003304 10.0.0.56 - - [2025-09-18 03:27:27] "GET /virtual-network/920069ea-5a35-474a-a1e4-c8d7db53e4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006267 10.0.0.56 - - [2025-09-18 03:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.56 - - [2025-09-18 03:27:27] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004336 10.0.0.56 - - [2025-09-18 03:27:27] "GET /virtual-networks?parent_id=7f70f340-4f92-4064-b040-d802d9a709e9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.009356 10.0.0.56 - - [2025-09-18 03:27:27] "GET /virtual-network/920069ea-5a35-474a-a1e4-c8d7db53e4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007044 10.0.0.56 - - [2025-09-18 03:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.56 - - [2025-09-18 03:27:27] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004113 10.0.0.56 - - [2025-09-18 03:27:27] "GET /virtual-networks?parent_id=7f70f340-4f92-4064-b040-d802d9a709e9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005772 10.0.0.56 - - [2025-09-18 03:27:27] "GET /virtual-network/920069ea-5a35-474a-a1e4-c8d7db53e4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007327 10.0.0.56 - - [2025-09-18 03:27:30] "POST /neutron/port HTTP/1.1" 200 1085 0.016745 10.0.0.56 - - [2025-09-18 03:27:30] "POST /neutron/subnet HTTP/1.1" 200 698 0.009183 10.0.0.56 - - [2025-09-18 03:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.56 - - [2025-09-18 03:27:30] "GET /virtual-network/920069ea-5a35-474a-a1e4-c8d7db53e4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005244 10.0.0.56 - - [2025-09-18 03:27:31] "POST /neutron/port HTTP/1.1" 200 1085 0.016535 10.0.0.56 - - [2025-09-18 03:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.56 - - [2025-09-18 03:27:34] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004329 10.0.0.56 - - [2025-09-18 03:27:34] "GET /virtual-networks?parent_id=7f70f340-4f92-4064-b040-d802d9a709e9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003560 10.0.0.56 - - [2025-09-18 03:27:34] "GET /virtual-network/920069ea-5a35-474a-a1e4-c8d7db53e4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007664 10.0.0.56 - - [2025-09-18 03:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004810 10.0.0.56 - - [2025-09-18 03:27:35] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005742 10.0.0.56 - - [2025-09-18 03:27:35] "GET /virtual-networks?parent_id=7f70f340-4f92-4064-b040-d802d9a709e9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004510 10.0.0.56 - - [2025-09-18 03:27:35] "GET /virtual-network/920069ea-5a35-474a-a1e4-c8d7db53e4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007293 10.0.0.56 - - [2025-09-18 03:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.56 - - [2025-09-18 03:27:35] "GET /routing-instance/4f777ca7-d577-430e-918b-068b96bed9d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.007393 10.0.0.56 - - [2025-09-18 03:27:35] "GET /route-target/85f3903b-3f96-4f6b-9fa2-f107fc5caa84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004300 10.0.0.56 - - [2025-09-18 03:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004499 10.0.0.56 - - [2025-09-18 03:27:35] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004287 10.0.0.56 - - [2025-09-18 03:27:35] "GET /virtual-networks?parent_id=7f70f340-4f92-4064-b040-d802d9a709e9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003562 10.0.0.56 - - [2025-09-18 03:27:35] "GET /virtual-network/920069ea-5a35-474a-a1e4-c8d7db53e4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006054 10.0.0.56 - - [2025-09-18 03:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.56 - - [2025-09-18 03:27:35] "GET /routing-instance/4f777ca7-d577-430e-918b-068b96bed9d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.004665 10.0.0.56 - - [2025-09-18 03:27:35] "GET /route-target/85f3903b-3f96-4f6b-9fa2-f107fc5caa84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004277 10.0.0.56 - - [2025-09-18 03:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.56 - - [2025-09-18 03:27:35] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004828 10.0.0.56 - - [2025-09-18 03:27:35] "GET /virtual-networks?parent_id=7f70f340-4f92-4064-b040-d802d9a709e9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003379 10.0.0.56 - - [2025-09-18 03:27:35] "GET /virtual-network/920069ea-5a35-474a-a1e4-c8d7db53e4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006921 10.0.0.56 - - [2025-09-18 03:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.56 - - [2025-09-18 03:27:35] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006028 10.0.0.56 - - [2025-09-18 03:27:35] "GET /virtual-networks?parent_id=7f70f340-4f92-4064-b040-d802d9a709e9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004081 10.0.0.56 - - [2025-09-18 03:27:35] "GET /virtual-network/920069ea-5a35-474a-a1e4-c8d7db53e4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005872 10.0.0.56 - - [2025-09-18 03:27:36] "GET /obj-perms HTTP/1.1" 200 5024 0.055729 10.0.0.41 - - [2025-09-18 03:27:36] "GET /obj-perms HTTP/1.1" 200 5024 0.048830 10.0.0.56 - - [2025-09-18 03:27:36] "GET /obj-perms HTTP/1.1" 200 5024 0.004107 10.0.0.41 - - [2025-09-18 03:27:37] "GET /obj-perms HTTP/1.1" 200 5024 0.005368 10.0.0.56 - - [2025-09-18 03:27:37] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008674 10.0.0.56 - - [2025-09-18 03:27:37] "POST /neutron/port HTTP/1.1" 200 1049 0.017484 10.0.0.56 - - [2025-09-18 03:27:37] "GET /virtual-machine/0f827cef-6f35-40e6-ab34-f40c62627579 HTTP/1.1" 200 1267 0.006225 10.0.0.56 - - [2025-09-18 03:27:37] "GET /virtual-machine-interface/6067e7c1-7315-4676-bbe3-6d65d1b7c006 HTTP/1.1" 200 3149 0.005501 10.0.0.56 - - [2025-09-18 03:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.56 - - [2025-09-18 03:27:37] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005301 10.0.0.56 - - [2025-09-18 03:27:37] "GET /virtual-networks?parent_id=7f70f340-4f92-4064-b040-d802d9a709e9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003192 10.0.0.56 - - [2025-09-18 03:27:38] "GET /virtual-network/920069ea-5a35-474a-a1e4-c8d7db53e4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005470 10.0.0.56 - - [2025-09-18 03:27:39] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008031 10.0.0.56 - - [2025-09-18 03:27:40] "POST /neutron/network HTTP/1.1" 200 839 0.007176 10.0.0.56 - - [2025-09-18 03:27:40] "POST /neutron/port HTTP/1.1" 200 117 0.001512 10.0.0.56 - - [2025-09-18 03:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.56 - - [2025-09-18 03:27:41] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003773 10.0.0.56 - - [2025-09-18 03:27:41] "GET /virtual-networks?parent_id=7f70f340-4f92-4064-b040-d802d9a709e9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003720 10.0.0.56 - - [2025-09-18 03:27:41] "GET /virtual-network/920069ea-5a35-474a-a1e4-c8d7db53e4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008335 10.0.0.56 - - [2025-09-18 03:27:41] "GET /virtual-network/920069ea-5a35-474a-a1e4-c8d7db53e4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006213 10.0.0.56 - - [2025-09-18 03:27:42] "GET /obj-perms HTTP/1.1" 200 5024 0.005117 10.0.0.56 - - [2025-09-18 03:27:42] "GET /virtual-machine/db8d1362-526b-4c93-89df-7997d046c406 HTTP/1.1" 200 1289 0.004097 10.0.0.56 - - [2025-09-18 03:27:42] "POST /neutron/port HTTP/1.1" 200 1111 0.012290 10.0.0.56 - - [2025-09-18 03:27:44] "GET /virtual-machine/db8d1362-526b-4c93-89df-7997d046c406 HTTP/1.1" 404 171 0.004137 10.0.0.56 - - [2025-09-18 03:27:44] "GET /virtual-machine/db8d1362-526b-4c93-89df-7997d046c406 HTTP/1.1" 404 171 0.003522 10.0.0.56 - - [2025-09-18 03:27:44] "GET /virtual-machine/db8d1362-526b-4c93-89df-7997d046c406 HTTP/1.1" 404 171 0.002863 10.0.0.56 - - [2025-09-18 03:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.56 - - [2025-09-18 03:27:44] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004555 10.0.0.56 - - [2025-09-18 03:27:44] "GET /virtual-networks?parent_id=7f70f340-4f92-4064-b040-d802d9a709e9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003073 10.0.0.56 - - [2025-09-18 03:27:44] "GET /virtual-network/920069ea-5a35-474a-a1e4-c8d7db53e4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006856 10.0.0.56 - - [2025-09-18 03:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.56 - - [2025-09-18 03:27:44] "GET /routing-instance/4f777ca7-d577-430e-918b-068b96bed9d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.004608 10.0.0.56 - - [2025-09-18 03:27:44] "GET /route-target/85f3903b-3f96-4f6b-9fa2-f107fc5caa84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003954 10.0.0.41 - - [2025-09-18 03:27:48] "GET /obj-perms HTTP/1.1" 200 5024 0.004179 10.0.0.56 - - [2025-09-18 03:27:51] "GET /obj-perms HTTP/1.1" 200 5024 0.004160 10.0.0.56 - - [2025-09-18 03:27:54] "GET /obj-perms HTTP/1.1" 200 5024 0.003543 10.0.0.22 - - [2025-09-18 03:27:54] "GET /obj-perms HTTP/1.1" 200 5024 0.054342 10.0.0.41 - - [2025-09-18 03:27:54] "GET /obj-perms HTTP/1.1" 200 5024 0.003693 10.0.0.56 - - [2025-09-18 03:27:54] "GET /interface-route-table/f97f4cef-c670-402e-b55f-bffcefec964f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.004061 10.0.0.56 - - [2025-09-18 03:27:54] "GET /virtual-machine-interface/6067e7c1-7315-4676-bbe3-6d65d1b7c006?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2928 0.005560 10.0.0.56 - - [2025-09-18 03:27:54] "POST /ref-update HTTP/1.1" 200 156 0.021756 10.0.0.56 - - [2025-09-18 03:27:54] "DELETE /interface-route-table/f97f4cef-c670-402e-b55f-bffcefec964f HTTP/1.1" 200 115 0.037699 10.0.0.56 - - [2025-09-18 03:27:54] "POST /neutron/port HTTP/1.1" 200 151 0.195145 10.0.0.41 - - [2025-09-18 03:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004583 10.0.0.41 - - [2025-09-18 03:27:55] "DELETE /access-control-list/30f156ce-8692-4206-83ef-b6826a31ab68 HTTP/1.1" 200 115 0.036742 10.0.0.41 - - [2025-09-18 03:27:56] "GET /projects?obj_uuids=7f70f340-4f92-4064-b040-d802d9a709e9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001953 10.0.0.56 - - [2025-09-18 03:27:56] "GET /project/7f70f340-4f92-4064-b040-d802d9a709e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.040230 10.0.0.41 - - [2025-09-18 03:27:56] "GET /projects?obj_uuids=7f70f340-4f92-4064-b040-d802d9a709e9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001097 10.0.0.56 - - [2025-09-18 03:27:56] "GET /project/7f70f340-4f92-4064-b040-d802d9a709e9?fields=virtual_networks HTTP/1.1" 200 1025 0.039702 10.0.0.41 - - [2025-09-18 03:27:56] "GET /projects?obj_uuids=7f70f340-4f92-4064-b040-d802d9a709e9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000983 10.0.0.56 - - [2025-09-18 03:27:56] "GET /project/7f70f340-4f92-4064-b040-d802d9a709e9?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.048256 10.0.0.41 - - [2025-09-18 03:27:56] "GET /projects?obj_uuids=7f70f340-4f92-4064-b040-d802d9a709e9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000974 10.0.0.56 - - [2025-09-18 03:27:56] "GET /project/7f70f340-4f92-4064-b040-d802d9a709e9?fields=security_groups HTTP/1.1" 200 1248 0.038378 10.0.0.56 - - [2025-09-18 03:27:57] "POST /fqname-to-id HTTP/1.1" 404 192 0.032059 10.0.0.41 - - [2025-09-18 03:27:57] "GET /projects?obj_uuids=4ec5098a-a462-40fe-9b95-807aa54a5949&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003367 10.0.0.41 - - [2025-09-18 03:27:57] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001087 10.0.0.41 - - [2025-09-18 03:27:57] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008192 10.0.0.41 - - [2025-09-18 03:27:58] "POST /id-to-fqname HTTP/1.1" 200 194 0.010596 10.0.0.41 - - [2025-09-18 03:27:58] "POST /fqname-to-id HTTP/1.1" 404 203 0.007037 10.0.0.41 - - [2025-09-18 03:27:58] "POST /security-groups HTTP/1.1" 200 595 0.032166 10.0.0.41 - - [2025-09-18 03:27:58] "POST /projects HTTP/1.1" 200 593 0.249368 10.0.0.41 - - [2025-09-18 03:27:58] "POST /fqname-to-id HTTP/1.1" 404 237 0.005332 10.0.0.41 - - [2025-09-18 03:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.332924 10.0.0.56 - - [2025-09-18 03:27:58] "GET /project/4ec5098a-a462-40fe-9b95-807aa54a5949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.483984 10.0.0.56 - - [2025-09-18 03:27:59] "GET / HTTP/1.1" 200 35931 0.001871 10.0.0.56 - - [2025-09-18 03:28:00] "POST /neutron/port HTTP/1.1" 200 117 0.007035 10.0.0.56 - - [2025-09-18 03:28:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000434 10.0.0.56 - - [2025-09-18 03:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.075820 10.0.0.41 - - [2025-09-18 03:28:00] "GET /projects?obj_uuids=4ec5098a-a462-40fe-9b95-807aa54a5949&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001609 10.0.0.56 - - [2025-09-18 03:28:00] "GET /project/4ec5098a-a462-40fe-9b95-807aa54a5949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.063800 10.0.0.41 - - [2025-09-18 03:28:00] "GET /projects?obj_uuids=4ec5098a-a462-40fe-9b95-807aa54a5949&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001293 10.0.0.56 - - [2025-09-18 03:28:00] "POST /neutron/network HTTP/1.1" 200 609 0.174194 10.0.0.41 - - [2025-09-18 03:28:01] "POST /ref-update HTTP/1.1" 200 156 0.031113 10.0.0.56 - - [2025-09-18 03:28:01] "POST /id-to-fqname HTTP/1.1" 200 224 0.004799 10.0.0.56 - - [2025-09-18 03:28:01] "GET /virtual-network/2ea8aaa9-69c9-4f7d-b27e-8390557cd446?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007444 10.0.0.56 - - [2025-09-18 03:28:01] "POST /neutron/network HTTP/1.1" 200 825 0.009212 10.0.0.56 - - [2025-09-18 03:28:01] "GET /virtual-network/2ea8aaa9-69c9-4f7d-b27e-8390557cd446?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006583 10.0.0.56 - - [2025-09-18 03:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.41 - - [2025-09-18 03:28:01] "GET /projects?obj_uuids=4ec5098a-a462-40fe-9b95-807aa54a5949&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001187 10.0.0.56 - - [2025-09-18 03:28:01] "GET /project/4ec5098a-a462-40fe-9b95-807aa54a5949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.050761 10.0.0.56 - - [2025-09-18 03:28:01] "POST /neutron/network HTTP/1.1" 200 117 0.013457 10.0.0.56 - - [2025-09-18 03:28:01] "POST /neutron/network HTTP/1.1" 200 828 0.008473 10.0.0.56 - - [2025-09-18 03:28:01] "POST /id-to-fqname HTTP/1.1" 200 224 0.001158 10.0.0.56 - - [2025-09-18 03:28:01] "GET /virtual-network/340f6923-916e-4c12-b04c-dc11026f35ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005203 10.0.0.56 - - [2025-09-18 03:28:01] "GET /virtual-network/340f6923-916e-4c12-b04c-dc11026f35ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006195 10.0.0.56 - - [2025-09-18 03:28:02] "POST /neutron/subnet HTTP/1.1" 200 724 0.010682 10.0.0.56 - - [2025-09-18 03:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.41 - - [2025-09-18 03:28:02] "GET /projects?obj_uuids=4ec5098a-a462-40fe-9b95-807aa54a5949&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001235 10.0.0.56 - - [2025-09-18 03:28:02] "GET /project/4ec5098a-a462-40fe-9b95-807aa54a5949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.056782 10.0.0.41 - - [2025-09-18 03:28:02] "POST /route-targets HTTP/1.1" 200 327 0.022525 10.0.0.41 - - [2025-09-18 03:28:02] "POST /useragent-kv HTTP/1.1" 200 115 0.010199 10.0.0.56 - - [2025-09-18 03:28:02] "POST /neutron/subnet HTTP/1.1" 200 729 0.232292 10.0.0.56 - - [2025-09-18 03:28:02] "POST /id-to-fqname HTTP/1.1" 200 224 0.001211 10.0.0.56 - - [2025-09-18 03:28:02] "GET /virtual-network/f5c734f6-98be-461c-9761-6ec44526b505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005154 10.0.0.56 - - [2025-09-18 03:28:02] "GET /virtual-network/f5c734f6-98be-461c-9761-6ec44526b505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005653 10.0.0.56 - - [2025-09-18 03:28:02] "POST /neutron/network HTTP/1.1" 200 829 0.006902 10.0.0.56 - - [2025-09-18 03:28:02] "POST /fqname-to-id HTTP/1.1" 404 214 0.003436 10.0.0.56 - - [2025-09-18 03:28:02] "GET /virtual-network/340f6923-916e-4c12-b04c-dc11026f35ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005522 10.0.0.56 - - [2025-09-18 03:28:02] "GET /virtual-machine-interface/d0d59fce-ec31-4e1b-aa1a-ead215a087e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.007687 10.0.0.56 - - [2025-09-18 03:28:03] "GET /virtual-machine-interface/d0d59fce-ec31-4e1b-aa1a-ead215a087e3?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.009018 10.0.0.56 - - [2025-09-18 03:28:03] "GET /instance-ip/c687dd2f-b128-45e6-b8ca-43351d24c519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.005281 10.0.0.56 - - [2025-09-18 03:28:03] "POST /fqname-to-id HTTP/1.1" 404 214 0.003324 10.0.0.56 - - [2025-09-18 03:28:03] "GET /virtual-network/2ea8aaa9-69c9-4f7d-b27e-8390557cd446?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006872 10.0.0.41 - - [2025-09-18 03:28:03] "GET /projects?obj_uuids=4ec5098a-a462-40fe-9b95-807aa54a5949&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000937 10.0.0.56 - - [2025-09-18 03:28:03] "GET /project/4ec5098a-a462-40fe-9b95-807aa54a5949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.036808 10.0.0.56 - - [2025-09-18 03:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.56 - - [2025-09-18 03:28:03] "GET /security-group/31e9272d-648f-46e8-b464-04e7f217d751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.005260 10.0.0.56 - - [2025-09-18 03:28:03] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.113844 10.0.0.56 - - [2025-09-18 03:28:03] "POST /instance-ips HTTP/1.1" 200 357 0.067975 10.0.0.56 - - [2025-09-18 03:28:03] "GET /virtual-machine-interface/20f6f54c-9291-4afd-8d87-ee4515e59068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.005320 10.0.0.56 - - [2025-09-18 03:28:03] "GET /virtual-machine-interface/20f6f54c-9291-4afd-8d87-ee4515e59068?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.009997 10.0.0.56 - - [2025-09-18 03:28:03] "GET /instance-ip/a79c1fcc-e94c-4620-83d0-c7e271d6ac1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1579 0.006076 10.0.0.56 - - [2025-09-18 03:28:03] "POST /fqname-to-id HTTP/1.1" 404 214 0.003924 10.0.0.56 - - [2025-09-18 03:28:03] "GET /virtual-network/340f6923-916e-4c12-b04c-dc11026f35ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006179 10.0.0.41 - - [2025-09-18 03:28:03] "GET /projects?obj_uuids=4ec5098a-a462-40fe-9b95-807aa54a5949&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001342 10.0.0.56 - - [2025-09-18 03:28:03] "POST /neutron/port HTTP/1.1" 200 990 0.261113 10.0.0.56 - - [2025-09-18 03:28:04] "GET /virtual-machine-interface/1f475068-70bf-4534-9347-1b520a1add6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.016845 10.0.0.56 - - [2025-09-18 03:28:04] "GET /virtual-machine-interface/1f475068-70bf-4534-9347-1b520a1add6a?fields=instance_ip_back_refs HTTP/1.1" 200 1332 0.005818 10.0.0.56 - - [2025-09-18 03:28:04] "GET /instance-ip/df50e68c-7546-4e92-a098-7b9f92cbd81d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.004561 10.0.0.56 - - [2025-09-18 03:28:04] "POST /fqname-to-id HTTP/1.1" 404 214 0.003384 10.0.0.56 - - [2025-09-18 03:28:04] "GET /virtual-network/2ea8aaa9-69c9-4f7d-b27e-8390557cd446?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006207 10.0.0.41 - - [2025-09-18 03:28:04] "GET /projects?obj_uuids=4ec5098a-a462-40fe-9b95-807aa54a5949&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000985 10.0.0.56 - - [2025-09-18 03:28:04] "GET /project/4ec5098a-a462-40fe-9b95-807aa54a5949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.046325 10.0.0.56 - - [2025-09-18 03:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.56 - - [2025-09-18 03:28:04] "GET /security-group/31e9272d-648f-46e8-b464-04e7f217d751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.004721 10.0.0.56 - - [2025-09-18 03:28:04] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.101261 10.0.0.56 - - [2025-09-18 03:28:04] "POST /instance-ips HTTP/1.1" 200 357 0.033758 10.0.0.56 - - [2025-09-18 03:28:04] "GET /virtual-machine-interface/b048780c-2068-477d-9c5c-c2b3291e913e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.007817 10.0.0.56 - - [2025-09-18 03:28:04] "GET /virtual-machine-interface/b048780c-2068-477d-9c5c-c2b3291e913e?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.009339 10.0.0.56 - - [2025-09-18 03:28:04] "GET /instance-ip/61f1f7ce-75f1-4f70-b14d-32aeb33bb1ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1579 0.004933 10.0.0.56 - - [2025-09-18 03:28:04] "POST /fqname-to-id HTTP/1.1" 404 214 0.003261 10.0.0.56 - - [2025-09-18 03:28:04] "GET /virtual-network/340f6923-916e-4c12-b04c-dc11026f35ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006274 10.0.0.56 - - [2025-09-18 03:28:04] "GET /virtual-machine-interface/5c1d019b-b266-491e-b0f6-34ae53088117?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.007696 10.0.0.56 - - [2025-09-18 03:28:04] "GET /virtual-machine-interface/5c1d019b-b266-491e-b0f6-34ae53088117?fields=instance_ip_back_refs HTTP/1.1" 200 1332 0.008474 10.0.0.56 - - [2025-09-18 03:28:05] "GET /instance-ip/dfcd9a73-5fbb-4191-a34a-ea26d62bee8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.005719 10.0.0.56 - - [2025-09-18 03:28:05] "POST /fqname-to-id HTTP/1.1" 404 214 0.003757 10.0.0.56 - - [2025-09-18 03:28:05] "GET /virtual-network/f5c734f6-98be-461c-9761-6ec44526b505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005934 10.0.0.41 - - [2025-09-18 03:28:05] "GET /projects?obj_uuids=4ec5098a-a462-40fe-9b95-807aa54a5949&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001402 10.0.0.56 - - [2025-09-18 03:28:05] "GET /project/4ec5098a-a462-40fe-9b95-807aa54a5949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.048929 10.0.0.56 - - [2025-09-18 03:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.56 - - [2025-09-18 03:28:05] "GET /security-group/31e9272d-648f-46e8-b464-04e7f217d751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.006662 10.0.0.56 - - [2025-09-18 03:28:05] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.110411 10.0.0.56 - - [2025-09-18 03:28:05] "POST /instance-ips HTTP/1.1" 200 357 0.041543 10.0.0.56 - - [2025-09-18 03:28:05] "GET /virtual-machine-interface/a965a844-13ef-409b-9eeb-0d7dbfa794a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.007644 10.0.0.56 - - [2025-09-18 03:28:05] "GET /virtual-machine-interface/a965a844-13ef-409b-9eeb-0d7dbfa794a6?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.010190 10.0.0.56 - - [2025-09-18 03:28:05] "GET /instance-ip/f81c9ade-0d31-4e1a-ade3-9bdd63ad23a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1584 0.005290 10.0.0.41 - - [2025-09-18 03:28:06] "DELETE /project/07fbd6a6-9c95-4dcf-8ceb-977d4a489101 HTTP/1.1" 404 177 0.004771 10.0.0.41 - - [2025-09-18 03:28:06] "DELETE /project/4ec5098aa46240fe9b95807aa54a5949 HTTP/1.1" 404 173 0.006024 10.0.0.41 - - [2025-09-18 03:28:06] "DELETE /project/7f70f3404f924064b040d802d9a709e9 HTTP/1.1" 404 173 0.007468 10.0.0.41 - - [2025-09-18 03:28:06] "GET /projects?obj_uuids=7f70f340-4f92-4064-b040-d802d9a709e9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000877 10.0.0.41 - - [2025-09-18 03:28:06] "GET /project/7f70f340-4f92-4064-b040-d802d9a709e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.046724 10.0.0.41 - - [2025-09-18 03:28:06] "GET /projects?obj_uuids=7f70f340-4f92-4064-b040-d802d9a709e9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000964 10.0.0.41 - - [2025-09-18 03:28:06] "GET /project/7f70f340-4f92-4064-b040-d802d9a709e9?fields=security_groups HTTP/1.1" 200 1353 0.040214 10.0.0.41 - - [2025-09-18 03:28:06] "DELETE /security-group/087293b6-8d84-483d-8e05-81b8e9c8b0f5 HTTP/1.1" 200 115 0.053475 10.0.0.41 - - [2025-09-18 03:28:06] "GET /projects?obj_uuids=7f70f340-4f92-4064-b040-d802d9a709e9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000973 10.0.0.41 - - [2025-09-18 03:28:06] "GET /project/7f70f340-4f92-4064-b040-d802d9a709e9?fields=application_policy_sets HTTP/1.1" 200 1392 0.056969 10.0.0.41 - - [2025-09-18 03:28:06] "DELETE /access-control-list/a46c91d5-ae53-4027-a2b3-6ea3a0129820 HTTP/1.1" 200 115 0.059514 10.0.0.41 - - [2025-09-18 03:28:06] "DELETE /project/7f70f340-4f92-4064-b040-d802d9a709e9 HTTP/1.1" 200 115 0.411870 10.0.0.56 - - [2025-09-18 03:28:06] "POST /id-to-fqname HTTP/1.1" 200 224 0.001261 10.0.0.56 - - [2025-09-18 03:28:07] "POST /neutron/port HTTP/1.1" 200 990 0.010663 10.0.0.56 - - [2025-09-18 03:28:07] "POST /neutron/port HTTP/1.1" 200 990 0.012390 10.0.0.56 - - [2025-09-18 03:28:07] "POST /id-to-fqname HTTP/1.1" 200 224 0.001605 10.0.0.56 - - [2025-09-18 03:28:07] "POST /neutron/port HTTP/1.1" 200 117 0.006535 10.0.0.56 - - [2025-09-18 03:28:07] "POST /neutron/network HTTP/1.1" 200 838 0.006955 10.0.0.56 - - [2025-09-18 03:28:08] "POST /neutron/port HTTP/1.1" 200 1082 0.130790 10.0.0.56 - - [2025-09-18 03:28:08] "POST /neutron/subnet HTTP/1.1" 200 698 0.011642 10.0.0.41 - - [2025-09-18 03:28:08] "GET /projects?obj_uuids=4ec5098a-a462-40fe-9b95-807aa54a5949&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000945 10.0.0.56 - - [2025-09-18 03:28:08] "GET /project/4ec5098a-a462-40fe-9b95-807aa54a5949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.073575 10.0.0.56 - - [2025-09-18 03:28:08] "POST /neutron/network HTTP/1.1" 200 829 0.008685 10.0.0.56 - - [2025-09-18 03:28:08] "POST /neutron/port HTTP/1.1" 200 117 0.009193 10.0.0.56 - - [2025-09-18 03:28:08] "POST /id-to-fqname HTTP/1.1" 200 224 0.001251 10.0.0.56 - - [2025-09-18 03:28:09] "POST /neutron/port HTTP/1.1" 200 990 0.011522 10.0.0.56 - - [2025-09-18 03:28:09] "POST /neutron/port HTTP/1.1" 200 990 0.009947 10.0.0.56 - - [2025-09-18 03:28:09] "POST /neutron/port HTTP/1.1" 200 990 0.014938 10.0.0.56 - - [2025-09-18 03:28:09] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008754 10.0.0.56 - - [2025-09-18 03:28:09] "POST /neutron/port HTTP/1.1" 200 117 0.004814 10.0.0.56 - - [2025-09-18 03:28:09] "POST /neutron/router HTTP/1.1" 200 598 0.005574 10.0.0.56 - - [2025-09-18 03:28:10] "POST /neutron/subnet HTTP/1.1" 200 703 0.009413 10.0.0.56 - - [2025-09-18 03:28:10] "POST /neutron/port HTTP/1.1" 200 990 0.023749 10.0.0.41 - - [2025-09-18 03:28:10] "POST /ref-update HTTP/1.1" 200 156 0.021938 10.0.0.56 - - [2025-09-18 03:28:10] "POST /neutron/network HTTP/1.1" 200 838 0.008688 10.0.0.56 - - [2025-09-18 03:28:10] "POST /neutron/port HTTP/1.1" 200 1082 0.168786 10.0.0.56 - - [2025-09-18 03:28:10] "POST /neutron/subnet HTTP/1.1" 200 698 0.009688 10.0.0.56 - - [2025-09-18 03:28:11] "POST /neutron/port HTTP/1.1" 200 1056 0.016054 10.0.0.56 - - [2025-09-18 03:28:11] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007876 10.0.0.56 - - [2025-09-18 03:28:11] "GET /virtual-machine/facdb5b0-18c8-409d-a5c5-7853fd47296d HTTP/1.1" 401 292 0.000512 10.0.0.56 - - [2025-09-18 03:28:11] "GET /virtual-machine/facdb5b0-18c8-409d-a5c5-7853fd47296d HTTP/1.1" 200 1275 0.033042 10.0.0.56 - - [2025-09-18 03:28:11] "GET /virtual-machine-interface/d0d59fce-ec31-4e1b-aa1a-ead215a087e3 HTTP/1.1" 200 3187 0.006905 10.0.0.56 - - [2025-09-18 03:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.56 - - [2025-09-18 03:28:11] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004426 10.0.0.56 - - [2025-09-18 03:28:11] "GET /virtual-networks?parent_id=4ec5098a-a462-40fe-9b95-807aa54a5949&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003126 10.0.0.56 - - [2025-09-18 03:28:11] "GET /virtual-network/340f6923-916e-4c12-b04c-dc11026f35ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005874 10.0.0.56 - - [2025-09-18 03:28:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.56 - - [2025-09-18 03:28:14] "GET /virtual-network/340f6923-916e-4c12-b04c-dc11026f35ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005155 10.0.0.56 - - [2025-09-18 03:28:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.56 - - [2025-09-18 03:28:19] "GET /virtual-network/340f6923-916e-4c12-b04c-dc11026f35ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005278 10.0.0.56 - - [2025-09-18 03:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.56 - - [2025-09-18 03:28:23] "GET /virtual-network/340f6923-916e-4c12-b04c-dc11026f35ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006385 10.0.0.56 - - [2025-09-18 03:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.56 - - [2025-09-18 03:28:27] "GET /virtual-network/340f6923-916e-4c12-b04c-dc11026f35ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005557 10.0.0.56 - - [2025-09-18 03:28:31] "POST /neutron/port HTTP/1.1" 200 1056 0.017818 10.0.0.56 - - [2025-09-18 03:28:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003871 10.0.0.56 - - [2025-09-18 03:28:31] "POST /neutron/network HTTP/1.1" 200 828 0.007310 10.0.0.56 - - [2025-09-18 03:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.56 - - [2025-09-18 03:28:31] "GET /virtual-network/340f6923-916e-4c12-b04c-dc11026f35ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005780 10.0.0.56 - - [2025-09-18 03:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.56 - - [2025-09-18 03:28:35] "GET /virtual-network/340f6923-916e-4c12-b04c-dc11026f35ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006307 10.0.0.56 - - [2025-09-18 03:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.56 - - [2025-09-18 03:28:39] "GET /virtual-network/340f6923-916e-4c12-b04c-dc11026f35ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005552 10.0.0.56 - - [2025-09-18 03:28:40] "POST /neutron/network HTTP/1.1" 200 839 0.006732 10.0.0.56 - - [2025-09-18 03:28:40] "POST /neutron/port HTTP/1.1" 200 117 0.001254 10.0.0.56 - - [2025-09-18 03:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.56 - - [2025-09-18 03:28:43] "GET /virtual-network/340f6923-916e-4c12-b04c-dc11026f35ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005106 10.0.0.56 - - [2025-09-18 03:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.56 - - [2025-09-18 03:28:47] "GET /virtual-network/340f6923-916e-4c12-b04c-dc11026f35ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005683 10.0.0.56 - - [2025-09-18 03:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005167 10.0.0.56 - - [2025-09-18 03:28:51] "GET /virtual-network/340f6923-916e-4c12-b04c-dc11026f35ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005464 10.0.0.56 - - [2025-09-18 03:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004698 10.0.0.56 - - [2025-09-18 03:28:55] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005093 10.0.0.56 - - [2025-09-18 03:28:55] "GET /virtual-networks?parent_id=4ec5098a-a462-40fe-9b95-807aa54a5949&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004512 10.0.0.56 - - [2025-09-18 03:28:55] "GET /virtual-network/340f6923-916e-4c12-b04c-dc11026f35ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007632 10.0.0.56 - - [2025-09-18 03:28:56] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007566 10.0.0.56 - - [2025-09-18 03:29:05] "POST /neutron/port HTTP/1.1" 200 1056 0.014441 10.0.0.56 - - [2025-09-18 03:29:06] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007797 10.0.0.56 - - [2025-09-18 03:29:10] "POST /neutron/port HTTP/1.1" 200 1056 0.040215 10.0.0.56 - - [2025-09-18 03:29:11] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007891 10.0.0.56 - - [2025-09-18 03:29:17] "POST /neutron/port HTTP/1.1" 200 1093 0.018868 10.0.0.56 - - [2025-09-18 03:29:17] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007148 10.0.0.56 - - [2025-09-18 03:29:17] "GET /virtual-machine/bb6b5061-fed6-4a44-9a58-476d0426a54d HTTP/1.1" 200 1297 0.005624 10.0.0.56 - - [2025-09-18 03:29:17] "GET /virtual-machine-interface/4a3eeaba-beb1-4ba3-bb3c-76b62e9984ca HTTP/1.1" 200 2960 0.005676 10.0.0.56 - - [2025-09-18 03:29:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.56 - - [2025-09-18 03:29:17] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003867 10.0.0.56 - - [2025-09-18 03:29:17] "GET /virtual-networks?parent_id=4ec5098a-a462-40fe-9b95-807aa54a5949&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003176 10.0.0.56 - - [2025-09-18 03:29:17] "GET /virtual-network/f5c734f6-98be-461c-9761-6ec44526b505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006122 10.0.0.56 - - [2025-09-18 03:29:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.56 - - [2025-09-18 03:29:18] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004213 10.0.0.56 - - [2025-09-18 03:29:18] "GET /virtual-networks?parent_id=4ec5098a-a462-40fe-9b95-807aa54a5949&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003250 10.0.0.56 - - [2025-09-18 03:29:18] "GET /virtual-network/f5c734f6-98be-461c-9761-6ec44526b505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006853 10.0.0.56 - - [2025-09-18 03:29:23] "POST /neutron/port HTTP/1.1" 200 1056 0.014913 10.0.0.56 - - [2025-09-18 03:29:23] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007483 10.0.0.56 - - [2025-09-18 03:29:24] "GET /virtual-machine/4f9f022b-d675-474b-a12e-4ac627a2f41f HTTP/1.1" 200 1274 0.006229 10.0.0.56 - - [2025-09-18 03:29:24] "GET /virtual-machine-interface/5c1d019b-b266-491e-b0f6-34ae53088117 HTTP/1.1" 200 3186 0.005373 10.0.0.56 - - [2025-09-18 03:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.56 - - [2025-09-18 03:29:24] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.012333 10.0.0.56 - - [2025-09-18 03:29:24] "GET /virtual-networks?parent_id=4ec5098a-a462-40fe-9b95-807aa54a5949&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003388 10.0.0.56 - - [2025-09-18 03:29:24] "GET /virtual-network/340f6923-916e-4c12-b04c-dc11026f35ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.014145 10.0.0.56 - - [2025-09-18 03:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.56 - - [2025-09-18 03:29:25] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003944 10.0.0.56 - - [2025-09-18 03:29:25] "GET /virtual-networks?parent_id=4ec5098a-a462-40fe-9b95-807aa54a5949&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.006740 10.0.0.56 - - [2025-09-18 03:29:25] "GET /virtual-network/340f6923-916e-4c12-b04c-dc11026f35ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005865 10.0.0.56 - - [2025-09-18 03:29:31] "POST /neutron/port HTTP/1.1" 200 1056 0.016124 10.0.0.56 - - [2025-09-18 03:29:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003994 10.0.0.56 - - [2025-09-18 03:29:31] "POST /neutron/network HTTP/1.1" 200 828 0.007268 10.0.0.56 - - [2025-09-18 03:29:43] "POST /neutron/network HTTP/1.1" 200 839 0.031435 10.0.0.56 - - [2025-09-18 03:29:43] "POST /neutron/port HTTP/1.1" 200 117 0.001071 10.0.0.56 - - [2025-09-18 03:30:31] "POST /neutron/port HTTP/1.1" 200 1056 0.016569 10.0.0.56 - - [2025-09-18 03:30:31] "POST /neutron/subnet HTTP/1.1" 200 698 0.012963 10.0.0.56 - - [2025-09-18 03:30:42] "POST /neutron/port HTTP/1.1" 200 1093 0.018255 10.0.0.56 - - [2025-09-18 03:30:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004035 10.0.0.56 - - [2025-09-18 03:30:43] "POST /neutron/network HTTP/1.1" 200 829 0.006696 10.0.0.56 - - [2025-09-18 03:30:43] "POST /neutron/router HTTP/1.1" 200 598 0.009228 10.0.0.56 - - [2025-09-18 03:30:44] "POST /neutron/router HTTP/1.1" 200 151 0.064784 10.0.0.41 - - [2025-09-18 03:30:44] "POST /ref-update HTTP/1.1" 200 156 0.018417 10.0.0.56 - - [2025-09-18 03:30:45] "POST /neutron/port HTTP/1.1" 200 151 0.173859 10.0.0.56 - - [2025-09-18 03:30:45] "DELETE /instance-ip/f81c9ade-0d31-4e1a-ade3-9bdd63ad23a7 HTTP/1.1" 200 115 0.047652 10.0.0.56 - - [2025-09-18 03:30:45] "DELETE /virtual-machine-interface/a965a844-13ef-409b-9eeb-0d7dbfa794a6 HTTP/1.1" 200 115 0.054119 10.0.0.56 - - [2025-09-18 03:30:46] "DELETE /instance-ip/61f1f7ce-75f1-4f70-b14d-32aeb33bb1ce HTTP/1.1" 200 115 0.050820 10.0.0.56 - - [2025-09-18 03:30:46] "DELETE /virtual-machine-interface/b048780c-2068-477d-9c5c-c2b3291e913e HTTP/1.1" 200 115 0.057336 10.0.0.56 - - [2025-09-18 03:30:46] "POST /neutron/port HTTP/1.1" 200 990 0.013180 10.0.0.56 - - [2025-09-18 03:30:46] "DELETE /instance-ip/a79c1fcc-e94c-4620-83d0-c7e271d6ac1f HTTP/1.1" 200 115 0.045707 10.0.0.56 - - [2025-09-18 03:30:46] "DELETE /virtual-machine-interface/20f6f54c-9291-4afd-8d87-ee4515e59068 HTTP/1.1" 200 115 0.142343 10.0.0.56 - - [2025-09-18 03:30:46] "POST /neutron/port HTTP/1.1" 200 151 0.162839 10.0.0.41 - - [2025-09-18 03:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005030 10.0.0.56 - - [2025-09-18 03:30:47] "POST /neutron/network HTTP/1.1" 200 828 0.008929 10.0.0.41 - - [2025-09-18 03:30:47] "DELETE /route-target/ce789464-56de-4efb-938e-5ea36476da39 HTTP/1.1" 200 115 0.021184 10.0.0.41 - - [2025-09-18 03:30:47] "POST /useragent-kv HTTP/1.1" 200 115 0.048991 10.0.0.41 - - [2025-09-18 03:30:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003515 10.0.0.56 - - [2025-09-18 03:30:47] "POST /neutron/network HTTP/1.1" 200 151 0.185965 10.0.0.41 - - [2025-09-18 03:30:47] "GET /projects?obj_uuids=4ec5098a-a462-40fe-9b95-807aa54a5949&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001032 10.0.0.56 - - [2025-09-18 03:30:47] "GET /project/4ec5098a-a462-40fe-9b95-807aa54a5949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.081742 10.0.0.41 - - [2025-09-18 03:30:47] "GET /projects?obj_uuids=4ec5098a-a462-40fe-9b95-807aa54a5949&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001116 10.0.0.56 - - [2025-09-18 03:30:47] "GET /project/4ec5098a-a462-40fe-9b95-807aa54a5949?fields=virtual_networks HTTP/1.1" 200 1039 0.051102 10.0.0.41 - - [2025-09-18 03:30:47] "GET /projects?obj_uuids=4ec5098a-a462-40fe-9b95-807aa54a5949&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001908 10.0.0.56 - - [2025-09-18 03:30:47] "GET /project/4ec5098a-a462-40fe-9b95-807aa54a5949?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.055305 10.0.0.41 - - [2025-09-18 03:30:47] "GET /projects?obj_uuids=4ec5098a-a462-40fe-9b95-807aa54a5949&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001102 10.0.0.56 - - [2025-09-18 03:30:47] "GET /project/4ec5098a-a462-40fe-9b95-807aa54a5949?fields=security_groups HTTP/1.1" 200 1269 0.037259 10.0.0.56 - - [2025-09-18 03:30:48] "POST /fqname-to-id HTTP/1.1" 404 187 0.032917 10.0.0.41 - - [2025-09-18 03:30:48] "GET /projects?obj_uuids=dabd618b-1142-4b29-ba6f-f962e937f157&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003352 10.0.0.41 - - [2025-09-18 03:30:48] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001098 10.0.0.41 - - [2025-09-18 03:30:48] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007536 10.0.0.41 - - [2025-09-18 03:30:49] "POST /id-to-fqname HTTP/1.1" 200 189 0.003683 10.0.0.41 - - [2025-09-18 03:30:49] "POST /fqname-to-id HTTP/1.1" 404 198 0.006422 10.0.0.41 - - [2025-09-18 03:30:49] "POST /security-groups HTTP/1.1" 200 590 0.031656 10.0.0.41 - - [2025-09-18 03:30:49] "POST /fqname-to-id HTTP/1.1" 404 233 0.003749 10.0.0.41 - - [2025-09-18 03:30:49] "POST /projects HTTP/1.1" 200 583 0.246568 10.0.0.41 - - [2025-09-18 03:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.321092 10.0.0.41 - - [2025-09-18 03:30:49] "POST /access-control-lists HTTP/1.1" 200 593 0.030635 10.0.0.56 - - [2025-09-18 03:30:49] "GET /project/dabd618b-1142-4b29-ba6f-f962e937f157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.471117 10.0.0.56 - - [2025-09-18 03:30:50] "POST /neutron/port HTTP/1.1" 200 117 0.010418 10.0.0.56 - - [2025-09-18 03:30:50] "GET / HTTP/1.1" 200 35931 0.002457 10.0.0.56 - - [2025-09-18 03:30:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000409 10.0.0.56 - - [2025-09-18 03:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.058568 10.0.0.41 - - [2025-09-18 03:30:52] "GET /projects?obj_uuids=dabd618b-1142-4b29-ba6f-f962e937f157&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001052 10.0.0.56 - - [2025-09-18 03:30:52] "GET /project/dabd618b-1142-4b29-ba6f-f962e937f157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.054052 10.0.0.41 - - [2025-09-18 03:30:53] "GET /projects?obj_uuids=dabd618b-1142-4b29-ba6f-f962e937f157&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001330 10.0.0.56 - - [2025-09-18 03:30:53] "POST /neutron/network HTTP/1.1" 200 604 0.157656 10.0.0.56 - - [2025-09-18 03:30:53] "POST /id-to-fqname HTTP/1.1" 200 219 0.003274 10.0.0.56 - - [2025-09-18 03:30:53] "GET /virtual-network/7cf4f3db-764b-4789-9e0c-5b33f4513009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005699 10.0.0.56 - - [2025-09-18 03:30:53] "POST /neutron/network HTTP/1.1" 200 824 0.007510 10.0.0.56 - - [2025-09-18 03:30:53] "GET /virtual-network/7cf4f3db-764b-4789-9e0c-5b33f4513009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005029 10.0.0.56 - - [2025-09-18 03:30:54] "GET /virtual-network/7cf4f3db-764b-4789-9e0c-5b33f4513009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005467 10.0.0.56 - - [2025-09-18 03:30:54] "GET /obj-perms HTTP/1.1" 200 5028 0.057911 10.0.0.22 - - [2025-09-18 03:30:55] "GET /obj-perms HTTP/1.1" 200 5028 0.051594 10.0.0.41 - - [2025-09-18 03:30:55] "GET /obj-perms HTTP/1.1" 200 5028 0.065642 10.0.0.56 - - [2025-09-18 03:30:55] "POST /id-to-fqname HTTP/1.1" 200 219 0.002377 10.0.0.56 - - [2025-09-18 03:30:55] "POST /neutron/network HTTP/1.1" 200 834 0.009267 10.0.0.41 - - [2025-09-18 03:30:56] "DELETE /access-control-list/af1ac00d-b0ea-48fe-a28e-bd63eb147fb6 HTTP/1.1" 200 115 0.042240 10.0.0.41 - - [2025-09-18 03:30:56] "GET /projects?obj_uuids=dabd618b-1142-4b29-ba6f-f962e937f157&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000926 10.0.0.56 - - [2025-09-18 03:30:56] "GET /project/dabd618b-1142-4b29-ba6f-f962e937f157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.067415 10.0.0.56 - - [2025-09-18 03:30:57] "POST /neutron/port HTTP/1.1" 200 117 0.006704 10.0.0.56 - - [2025-09-18 03:30:57] "POST /id-to-fqname HTTP/1.1" 200 219 0.001328 10.0.0.56 - - [2025-09-18 03:30:57] "POST /neutron/network HTTP/1.1" 200 834 0.006980 10.0.0.56 - - [2025-09-18 03:30:58] "POST /neutron/port HTTP/1.1" 200 1060 0.014743 10.0.0.56 - - [2025-09-18 03:30:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005850 10.0.0.41 - - [2025-09-18 03:30:58] "GET /projects?obj_uuids=dabd618b-1142-4b29-ba6f-f962e937f157&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000993 10.0.0.56 - - [2025-09-18 03:30:58] "GET /project/dabd618b-1142-4b29-ba6f-f962e937f157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.095750 10.0.0.56 - - [2025-09-18 03:30:58] "POST /neutron/network HTTP/1.1" 200 824 0.006482 10.0.0.56 - - [2025-09-18 03:30:58] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006905 10.0.0.56 - - [2025-09-18 03:30:58] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009607 10.0.0.56 - - [2025-09-18 03:30:59] "POST /neutron/port HTTP/1.1" 200 1060 0.015384 10.0.0.56 - - [2025-09-18 03:30:59] "POST /neutron/port HTTP/1.1" 200 1088 0.018847 10.0.0.56 - - [2025-09-18 03:30:59] "POST /neutron/port HTTP/1.1" 200 117 0.001801 10.0.0.56 - - [2025-09-18 03:31:03] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009082 10.0.0.56 - - [2025-09-18 03:31:04] "POST /neutron/port HTTP/1.1" 200 1088 0.018761 10.0.0.56 - - [2025-09-18 03:31:04] "GET /virtual-machine/f3d1563b-a0bb-49f2-a133-b1596f4bc7f1 HTTP/1.1" 401 292 0.000747 10.0.0.56 - - [2025-09-18 03:31:04] "GET /virtual-machine/f3d1563b-a0bb-49f2-a133-b1596f4bc7f1 HTTP/1.1" 200 1292 0.035565 10.0.0.56 - - [2025-09-18 03:31:04] "GET /virtual-machine-interface/66d67c35-3503-4238-a692-2c40001041e5 HTTP/1.1" 200 2935 0.005798 10.0.0.56 - - [2025-09-18 03:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.56 - - [2025-09-18 03:31:04] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004181 10.0.0.56 - - [2025-09-18 03:31:04] "GET /virtual-networks?parent_id=dabd618b-1142-4b29-ba6f-f962e937f157&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003144 10.0.0.56 - - [2025-09-18 03:31:04] "GET /virtual-network/7cf4f3db-764b-4789-9e0c-5b33f4513009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007851 10.0.0.41 - - [2025-09-18 03:31:06] "DELETE /project/dabd618b11424b29ba6ff962e937f157 HTTP/1.1" 404 173 0.002547 10.0.0.41 - - [2025-09-18 03:31:06] "DELETE /project/4ec5098a-a462-40fe-9b95-807aa54a5949 HTTP/1.1" 404 177 0.005286 10.0.0.56 - - [2025-09-18 03:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.56 - - [2025-09-18 03:31:07] "GET /virtual-network/7cf4f3db-764b-4789-9e0c-5b33f4513009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006269 10.0.0.56 - - [2025-09-18 03:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.56 - - [2025-09-18 03:31:11] "GET /virtual-network/7cf4f3db-764b-4789-9e0c-5b33f4513009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005698 10.0.0.56 - - [2025-09-18 03:31:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004871 10.0.0.56 - - [2025-09-18 03:31:15] "GET /virtual-network/7cf4f3db-764b-4789-9e0c-5b33f4513009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007235 10.0.0.56 - - [2025-09-18 03:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005442 10.0.0.56 - - [2025-09-18 03:31:19] "GET /virtual-network/7cf4f3db-764b-4789-9e0c-5b33f4513009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007904 10.0.0.56 - - [2025-09-18 03:31:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.56 - - [2025-09-18 03:31:24] "GET /virtual-network/7cf4f3db-764b-4789-9e0c-5b33f4513009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006300 10.0.0.56 - - [2025-09-18 03:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.56 - - [2025-09-18 03:31:28] "GET /virtual-network/7cf4f3db-764b-4789-9e0c-5b33f4513009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005430 10.0.0.56 - - [2025-09-18 03:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.56 - - [2025-09-18 03:31:32] "GET /virtual-network/7cf4f3db-764b-4789-9e0c-5b33f4513009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005347 10.0.0.56 - - [2025-09-18 03:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.56 - - [2025-09-18 03:31:36] "GET /virtual-network/7cf4f3db-764b-4789-9e0c-5b33f4513009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005998 10.0.0.56 - - [2025-09-18 03:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.56 - - [2025-09-18 03:31:40] "GET /virtual-network/7cf4f3db-764b-4789-9e0c-5b33f4513009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006999 10.0.0.56 - - [2025-09-18 03:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.56 - - [2025-09-18 03:31:44] "GET /virtual-network/7cf4f3db-764b-4789-9e0c-5b33f4513009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007205 10.0.0.56 - - [2025-09-18 03:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.56 - - [2025-09-18 03:31:48] "GET /virtual-network/7cf4f3db-764b-4789-9e0c-5b33f4513009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006623 10.0.0.56 - - [2025-09-18 03:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004632 10.0.0.56 - - [2025-09-18 03:31:52] "GET /virtual-network/7cf4f3db-764b-4789-9e0c-5b33f4513009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007750 10.0.0.56 - - [2025-09-18 03:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004551 10.0.0.56 - - [2025-09-18 03:31:56] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005290 10.0.0.56 - - [2025-09-18 03:31:56] "GET /virtual-networks?parent_id=dabd618b-1142-4b29-ba6f-f962e937f157&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005570 10.0.0.56 - - [2025-09-18 03:31:56] "GET /virtual-network/7cf4f3db-764b-4789-9e0c-5b33f4513009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006176 10.0.0.56 - - [2025-09-18 03:31:57] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007588 10.0.0.22 - - [2025-09-18 03:31:58] "GET /global-system-configs HTTP/1.1" 200 322 0.032102 10.0.0.41 - - [2025-09-18 03:31:59] "GET /global-system-configs HTTP/1.1" 200 322 0.153366 10.0.0.22 - - [2025-09-18 03:31:59] "GET /obj-perms HTTP/1.1" 200 5056 0.258065 10.0.0.41 - - [2025-09-18 03:31:59] "GET /obj-perms HTTP/1.1" 200 5056 0.275141 10.0.0.41 - - [2025-09-18 03:31:59] "GET /global-system-configs HTTP/1.1" 200 322 0.044474 10.0.0.22 - - [2025-09-18 03:32:00] "GET /global-system-configs HTTP/1.1" 200 322 0.094885 10.0.0.56 - - [2025-09-18 03:32:00] "GET /obj-perms HTTP/1.1" 200 5056 0.307351 10.0.0.56 - - [2025-09-18 03:32:01] "GET /global-system-configs HTTP/1.1" 200 322 0.123721 10.0.0.22 - - [2025-09-18 03:32:01] "GET /obj-perms HTTP/1.1" 200 5056 0.167842 10.0.0.41 - - [2025-09-18 03:32:01] "GET /obj-perms HTTP/1.1" 200 5056 0.193404 10.0.0.56 - - [2025-09-18 03:32:02] "GET /global-system-configs HTTP/1.1" 200 322 0.057779 10.0.0.56 - - [2025-09-18 03:32:02] "GET /obj-perms HTTP/1.1" 200 5056 0.152771 10.0.0.56 - - [2025-09-18 03:32:07] "POST /neutron/port HTTP/1.1" 200 1088 0.017683 10.0.0.56 - - [2025-09-18 03:32:07] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007859 10.0.0.56 - - [2025-09-18 03:32:17] "POST /neutron/port HTTP/1.1" 200 1088 0.015202 10.0.0.56 - - [2025-09-18 03:32:17] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006924 10.0.0.56 - - [2025-09-18 03:32:17] "GET /virtual-machine/bbfc2c78-d107-43f6-b2ca-2538f895cc82 HTTP/1.1" 200 1292 0.006664 10.0.0.56 - - [2025-09-18 03:32:17] "GET /virtual-machine-interface/6e3a6cac-fc44-4ab4-b8b9-d65f456ae5ec HTTP/1.1" 200 2935 0.005051 10.0.0.56 - - [2025-09-18 03:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.56 - - [2025-09-18 03:32:18] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003431 10.0.0.56 - - [2025-09-18 03:32:18] "GET /virtual-networks?parent_id=dabd618b-1142-4b29-ba6f-f962e937f157&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002961 10.0.0.56 - - [2025-09-18 03:32:18] "GET /virtual-network/7cf4f3db-764b-4789-9e0c-5b33f4513009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006080 10.0.0.56 - - [2025-09-18 03:32:18] "POST /neutron/port HTTP/1.1" 200 1088 0.017653 10.0.0.56 - - [2025-09-18 03:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.56 - - [2025-09-18 03:32:19] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004058 10.0.0.56 - - [2025-09-18 03:32:19] "GET /virtual-networks?parent_id=dabd618b-1142-4b29-ba6f-f962e937f157&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003243 10.0.0.56 - - [2025-09-18 03:32:19] "GET /virtual-network/7cf4f3db-764b-4789-9e0c-5b33f4513009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005496 10.0.0.56 - - [2025-09-18 03:32:19] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007937 10.0.0.56 - - [2025-09-18 03:32:35] "POST /neutron/port HTTP/1.1" 200 1088 0.041830 10.0.0.56 - - [2025-09-18 03:32:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003601 10.0.0.56 - - [2025-09-18 03:32:35] "POST /neutron/network HTTP/1.1" 200 824 0.008395 10.0.0.56 - - [2025-09-18 03:33:37] "POST /neutron/network HTTP/1.1" 200 834 0.007148 10.0.0.56 - - [2025-09-18 03:33:37] "POST /neutron/port HTTP/1.1" 200 117 0.001212 10.0.0.22 - - [2025-09-18 03:34:21] "GET /obj-perms HTTP/1.1" 200 5056 0.052680 10.0.0.41 - - [2025-09-18 03:34:22] "GET /obj-perms HTTP/1.1" 200 5056 0.066851 10.0.0.56 - - [2025-09-18 03:34:22] "POST /neutron/network HTTP/1.1" 400 204 0.016118 10.0.0.56 - - [2025-09-18 03:34:22] "POST /neutron/port HTTP/1.1" 200 1088 0.017014 10.0.0.56 - - [2025-09-18 03:34:23] "POST /neutron/port HTTP/1.1" 200 151 0.199619 10.0.0.41 - - [2025-09-18 03:34:24] "DELETE /route-target/37871637-7431-469e-ae02-5932d73a69cc HTTP/1.1" 200 115 0.067917 10.0.0.41 - - [2025-09-18 03:34:26] "GET /projects?obj_uuids=dabd618b-1142-4b29-ba6f-f962e937f157&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001070 10.0.0.56 - - [2025-09-18 03:34:26] "GET /project/dabd618b-1142-4b29-ba6f-f962e937f157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.094028 10.0.0.41 - - [2025-09-18 03:34:26] "GET /projects?obj_uuids=dabd618b-1142-4b29-ba6f-f962e937f157&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000947 10.0.0.56 - - [2025-09-18 03:34:26] "GET /project/dabd618b-1142-4b29-ba6f-f962e937f157?fields=virtual_networks HTTP/1.1" 200 1030 0.069971 10.0.0.41 - - [2025-09-18 03:34:26] "GET /projects?obj_uuids=dabd618b-1142-4b29-ba6f-f962e937f157&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001591 10.0.0.56 - - [2025-09-18 03:34:26] "GET /project/dabd618b-1142-4b29-ba6f-f962e937f157?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.070679 10.0.0.41 - - [2025-09-18 03:34:26] "GET /projects?obj_uuids=dabd618b-1142-4b29-ba6f-f962e937f157&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001027 10.0.0.56 - - [2025-09-18 03:34:26] "GET /project/dabd618b-1142-4b29-ba6f-f962e937f157?fields=security_groups HTTP/1.1" 200 1255 0.058516 10.0.0.56 - - [2025-09-18 03:34:27] "POST /fqname-to-id HTTP/1.1" 404 187 0.029635 10.0.0.41 - - [2025-09-18 03:34:27] "GET /projects?obj_uuids=b856f435-b4de-4a84-b250-5fc6e512547e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003209 10.0.0.41 - - [2025-09-18 03:34:27] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001155 10.0.0.41 - - [2025-09-18 03:34:27] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035747 10.0.0.41 - - [2025-09-18 03:34:27] "POST /id-to-fqname HTTP/1.1" 200 189 0.002341 10.0.0.41 - - [2025-09-18 03:34:27] "POST /fqname-to-id HTTP/1.1" 404 198 0.006632 10.0.0.41 - - [2025-09-18 03:34:27] "POST /security-groups HTTP/1.1" 200 590 0.032130 10.0.0.41 - - [2025-09-18 03:34:27] "POST /projects HTTP/1.1" 200 583 0.260026 10.0.0.41 - - [2025-09-18 03:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.331617 10.0.0.41 - - [2025-09-18 03:34:28] "POST /fqname-to-id HTTP/1.1" 404 232 0.015040 10.0.0.56 - - [2025-09-18 03:34:28] "GET /project/b856f435-b4de-4a84-b250-5fc6e512547e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.534854 10.0.0.56 - - [2025-09-18 03:34:29] "GET / HTTP/1.1" 200 35931 0.001499 10.0.0.56 - - [2025-09-18 03:34:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000458 10.0.0.56 - - [2025-09-18 03:34:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.065089 10.0.0.41 - - [2025-09-18 03:34:31] "GET /projects?obj_uuids=b856f435-b4de-4a84-b250-5fc6e512547e&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001108 10.0.0.56 - - [2025-09-18 03:34:31] "GET /project/b856f435-b4de-4a84-b250-5fc6e512547e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.038563 10.0.0.56 - - [2025-09-18 03:34:31] "POST /neutron/network HTTP/1.1" 200 117 0.035303 10.0.0.41 - - [2025-09-18 03:34:32] "POST /ref-update HTTP/1.1" 200 156 0.042712 10.0.0.56 - - [2025-09-18 03:34:32] "POST /neutron/network HTTP/1.1" 200 823 0.013741 10.0.0.56 - - [2025-09-18 03:34:32] "POST /id-to-fqname HTTP/1.1" 200 219 0.001572 10.0.0.56 - - [2025-09-18 03:34:32] "GET /virtual-network/f23518d0-8cee-4e5b-a8ee-f95810c81097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005975 10.0.0.56 - - [2025-09-18 03:34:32] "GET /virtual-network/f23518d0-8cee-4e5b-a8ee-f95810c81097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.015320 10.0.0.56 - - [2025-09-18 03:34:32] "POST /neutron/subnet HTTP/1.1" 200 725 0.014204 10.0.0.56 - - [2025-09-18 03:34:33] "GET /virtual-network/f23518d0-8cee-4e5b-a8ee-f95810c81097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005662 10.0.0.56 - - [2025-09-18 03:34:33] "GET /obj-perms HTTP/1.1" 200 5028 0.054604 10.0.0.56 - - [2025-09-18 03:34:34] "POST /id-to-fqname HTTP/1.1" 200 219 0.001442 10.0.0.41 - - [2025-09-18 03:34:35] "GET /projects?obj_uuids=b856f435-b4de-4a84-b250-5fc6e512547e&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001766 10.0.0.56 - - [2025-09-18 03:34:35] "GET /project/b856f435-b4de-4a84-b250-5fc6e512547e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.096362 10.0.0.56 - - [2025-09-18 03:34:36] "POST /neutron/port HTTP/1.1" 200 117 0.006703 10.0.0.56 - - [2025-09-18 03:34:36] "POST /id-to-fqname HTTP/1.1" 200 219 0.001428 10.0.0.56 - - [2025-09-18 03:34:36] "POST /neutron/network HTTP/1.1" 200 833 0.007950 10.0.0.56 - - [2025-09-18 03:34:37] "POST /neutron/port HTTP/1.1" 200 1059 0.015609 10.0.0.41 - - [2025-09-18 03:34:37] "GET /projects?obj_uuids=b856f435-b4de-4a84-b250-5fc6e512547e&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001204 10.0.0.56 - - [2025-09-18 03:34:37] "GET /project/b856f435-b4de-4a84-b250-5fc6e512547e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.107246 10.0.0.56 - - [2025-09-18 03:34:37] "POST /neutron/network HTTP/1.1" 200 823 0.059760 10.0.0.56 - - [2025-09-18 03:34:37] "POST /neutron/subnet HTTP/1.1" 200 699 0.009409 10.0.0.56 - - [2025-09-18 03:34:37] "POST /neutron/port HTTP/1.1" 200 1087 0.022468 10.0.0.56 - - [2025-09-18 03:34:37] "POST /neutron/port HTTP/1.1" 200 1087 0.016399 10.0.0.41 - - [2025-09-18 03:34:38] "GET /projects?obj_uuids=b856f435-b4de-4a84-b250-5fc6e512547e&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001513 10.0.0.56 - - [2025-09-18 03:34:38] "POST /neutron/port HTTP/1.1" 200 1059 0.319159 10.0.0.56 - - [2025-09-18 03:34:38] "POST /neutron/port HTTP/1.1" 200 1113 0.107517 10.0.0.56 - - [2025-09-18 03:34:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.009153 10.0.0.56 - - [2025-09-18 03:34:42] "POST /neutron/port HTTP/1.1" 200 1087 0.015906 10.0.0.56 - - [2025-09-18 03:34:43] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008370 10.0.0.56 - - [2025-09-18 03:34:43] "GET /virtual-machine/c08f76d6-59be-4928-ac79-372abaf75b50 HTTP/1.1" 401 292 0.000394 10.0.0.56 - - [2025-09-18 03:34:43] "GET /virtual-machine/c08f76d6-59be-4928-ac79-372abaf75b50 HTTP/1.1" 200 1292 0.034941 10.0.0.56 - - [2025-09-18 03:34:43] "GET /virtual-machine-interface/32dffd38-1841-4fcd-b8b7-50285198dd2a HTTP/1.1" 200 2935 0.005882 10.0.0.56 - - [2025-09-18 03:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.56 - - [2025-09-18 03:34:43] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004666 10.0.0.56 - - [2025-09-18 03:34:43] "GET /virtual-networks?parent_id=b856f435-b4de-4a84-b250-5fc6e512547e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003860 10.0.0.56 - - [2025-09-18 03:34:43] "GET /virtual-network/f23518d0-8cee-4e5b-a8ee-f95810c81097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005897 10.0.0.56 - - [2025-09-18 03:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.56 - - [2025-09-18 03:34:46] "GET /virtual-network/f23518d0-8cee-4e5b-a8ee-f95810c81097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005572 10.0.0.56 - - [2025-09-18 03:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.56 - - [2025-09-18 03:34:50] "GET /virtual-network/f23518d0-8cee-4e5b-a8ee-f95810c81097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005832 10.0.0.56 - - [2025-09-18 03:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.56 - - [2025-09-18 03:34:55] "GET /virtual-network/f23518d0-8cee-4e5b-a8ee-f95810c81097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007331 10.0.0.56 - - [2025-09-18 03:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006325 10.0.0.56 - - [2025-09-18 03:34:59] "GET /virtual-network/f23518d0-8cee-4e5b-a8ee-f95810c81097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005702 10.0.0.56 - - [2025-09-18 03:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.56 - - [2025-09-18 03:35:03] "GET /virtual-network/f23518d0-8cee-4e5b-a8ee-f95810c81097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005778 10.0.0.41 - - [2025-09-18 03:35:06] "DELETE /project/dabd618b-1142-4b29-ba6f-f962e937f157 HTTP/1.1" 404 177 0.003767 10.0.0.41 - - [2025-09-18 03:35:06] "DELETE /project/b856f435b4de4a84b2505fc6e512547e HTTP/1.1" 404 173 0.006511 10.0.0.56 - - [2025-09-18 03:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.56 - - [2025-09-18 03:35:07] "GET /virtual-network/f23518d0-8cee-4e5b-a8ee-f95810c81097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005083 10.0.0.56 - - [2025-09-18 03:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.007265 10.0.0.56 - - [2025-09-18 03:35:11] "GET /virtual-network/f23518d0-8cee-4e5b-a8ee-f95810c81097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007465 10.0.0.56 - - [2025-09-18 03:35:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.56 - - [2025-09-18 03:35:15] "GET /virtual-network/f23518d0-8cee-4e5b-a8ee-f95810c81097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006526 10.0.0.56 - - [2025-09-18 03:35:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.56 - - [2025-09-18 03:35:19] "GET /virtual-network/f23518d0-8cee-4e5b-a8ee-f95810c81097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007683 10.0.0.56 - - [2025-09-18 03:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.56 - - [2025-09-18 03:35:23] "GET /virtual-network/f23518d0-8cee-4e5b-a8ee-f95810c81097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005606 10.0.0.56 - - [2025-09-18 03:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.56 - - [2025-09-18 03:35:27] "GET /virtual-network/f23518d0-8cee-4e5b-a8ee-f95810c81097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005332 10.0.0.56 - - [2025-09-18 03:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.56 - - [2025-09-18 03:35:31] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003832 10.0.0.56 - - [2025-09-18 03:35:31] "GET /virtual-networks?parent_id=b856f435-b4de-4a84-b250-5fc6e512547e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002879 10.0.0.56 - - [2025-09-18 03:35:31] "GET /virtual-network/f23518d0-8cee-4e5b-a8ee-f95810c81097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006065 10.0.0.56 - - [2025-09-18 03:35:32] "POST /neutron/port HTTP/1.1" 200 1087 0.020944 10.0.0.56 - - [2025-09-18 03:35:37] "POST /neutron/security_group HTTP/1.1" 200 2057 0.011691 10.0.0.56 - - [2025-09-18 03:35:39] "POST /neutron/port HTTP/1.1" 200 1087 0.016548 10.0.0.56 - - [2025-09-18 03:35:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004127 10.0.0.56 - - [2025-09-18 03:35:39] "POST /neutron/network HTTP/1.1" 200 823 0.006837 10.0.0.56 - - [2025-09-18 03:35:42] "POST /neutron/port HTTP/1.1" 200 1087 0.019841 10.0.0.56 - - [2025-09-18 03:35:47] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008066 10.0.0.56 - - [2025-09-18 03:35:52] "POST /neutron/port HTTP/1.1" 200 1087 0.015671 10.0.0.56 - - [2025-09-18 03:35:53] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008135 10.0.0.56 - - [2025-09-18 03:35:53] "GET /virtual-machine/42c53c63-5906-462f-9702-f94b25f2f596 HTTP/1.1" 200 1291 0.005835 10.0.0.56 - - [2025-09-18 03:35:53] "GET /virtual-machine-interface/e4e6b978-b5db-46b8-b386-fd80fa92f16a HTTP/1.1" 200 2936 0.005365 10.0.0.56 - - [2025-09-18 03:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.56 - - [2025-09-18 03:35:53] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003388 10.0.0.56 - - [2025-09-18 03:35:53] "GET /virtual-networks?parent_id=b856f435-b4de-4a84-b250-5fc6e512547e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003533 10.0.0.56 - - [2025-09-18 03:35:53] "GET /virtual-network/f23518d0-8cee-4e5b-a8ee-f95810c81097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006252 10.0.0.56 - - [2025-09-18 03:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.56 - - [2025-09-18 03:35:54] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004008 10.0.0.56 - - [2025-09-18 03:35:54] "GET /virtual-networks?parent_id=b856f435-b4de-4a84-b250-5fc6e512547e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003664 10.0.0.56 - - [2025-09-18 03:35:54] "GET /virtual-network/f23518d0-8cee-4e5b-a8ee-f95810c81097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006111 10.0.0.56 - - [2025-09-18 03:36:22] "POST /neutron/port HTTP/1.1" 200 1087 0.017489 10.0.0.56 - - [2025-09-18 03:36:22] "POST /neutron/port HTTP/1.1" 200 1087 0.015949 10.0.0.56 - - [2025-09-18 03:36:23] "POST /neutron/network HTTP/1.1" 200 823 0.007155 10.0.0.41 - - [2025-09-18 03:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.007278 10.0.0.41 - - [2025-09-18 03:36:25] "GET /projects?obj_uuids=b856f435-b4de-4a84-b250-5fc6e512547e&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.035676 10.0.0.56 - - [2025-09-18 03:36:25] "GET /project/b856f435-b4de-4a84-b250-5fc6e512547e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.086278 10.0.0.41 - - [2025-09-18 03:36:25] "GET /projects?obj_uuids=b856f435-b4de-4a84-b250-5fc6e512547e&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001229 10.0.0.56 - - [2025-09-18 03:36:25] "GET /project/b856f435-b4de-4a84-b250-5fc6e512547e?fields=virtual_networks HTTP/1.1" 200 1030 0.061372 10.0.0.41 - - [2025-09-18 03:36:25] "GET /projects?obj_uuids=b856f435-b4de-4a84-b250-5fc6e512547e&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001249 10.0.0.56 - - [2025-09-18 03:36:25] "GET /project/b856f435-b4de-4a84-b250-5fc6e512547e?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.043750 10.0.0.41 - - [2025-09-18 03:36:25] "GET /projects?obj_uuids=b856f435-b4de-4a84-b250-5fc6e512547e&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001082 10.0.0.56 - - [2025-09-18 03:36:25] "GET /project/b856f435-b4de-4a84-b250-5fc6e512547e?fields=security_groups HTTP/1.1" 200 1255 0.057041 10.0.0.41 - - [2025-09-18 03:36:32] "DELETE /access-control-list/e1e14bd6-d10b-44d4-b729-eef770533acd HTTP/1.1" 200 115 0.044958 10.0.0.56 - - [2025-09-18 03:36:41] "GET / HTTP/1.1" 200 35931 0.002859 10.0.0.56 - - [2025-09-18 03:36:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000587 10.0.0.56 - - [2025-09-18 03:36:42] "POST /fqname-to-id HTTP/1.1" 404 201 0.058343 10.0.0.41 - - [2025-09-18 03:36:42] "GET /projects?obj_uuids=fd2cfe6d-072a-4bca-b09f-717fe0544fe1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003587 10.0.0.41 - - [2025-09-18 03:36:42] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001436 10.0.0.41 - - [2025-09-18 03:36:42] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007492 10.0.0.41 - - [2025-09-18 03:36:43] "POST /id-to-fqname HTTP/1.1" 200 203 0.004441 10.0.0.41 - - [2025-09-18 03:36:43] "POST /fqname-to-id HTTP/1.1" 404 212 0.005698 10.0.0.41 - - [2025-09-18 03:36:43] "POST /security-groups HTTP/1.1" 200 604 0.034051 10.0.0.41 - - [2025-09-18 03:36:43] "POST /projects HTTP/1.1" 200 611 0.243110 10.0.0.41 - - [2025-09-18 03:36:43] "POST /fqname-to-id HTTP/1.1" 404 246 0.011262 10.0.0.41 - - [2025-09-18 03:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.315740 10.0.0.56 - - [2025-09-18 03:36:43] "GET /project/fd2cfe6d-072a-4bca-b09f-717fe0544fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.461882 10.0.0.56 - - [2025-09-18 03:36:44] "GET / HTTP/1.1" 200 35931 0.001619 10.0.0.56 - - [2025-09-18 03:36:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000468 10.0.0.56 - - [2025-09-18 03:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.063729 10.0.0.41 - - [2025-09-18 03:36:45] "GET /projects?obj_uuids=fd2cfe6d-072a-4bca-b09f-717fe0544fe1&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000958 10.0.0.56 - - [2025-09-18 03:36:45] "GET /project/fd2cfe6d-072a-4bca-b09f-717fe0544fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.039481 10.0.0.41 - - [2025-09-18 03:36:45] "GET /projects?obj_uuids=fd2cfe6d-072a-4bca-b09f-717fe0544fe1&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000927 10.0.0.56 - - [2025-09-18 03:36:45] "POST /neutron/network HTTP/1.1" 200 620 0.135806 10.0.0.41 - - [2025-09-18 03:36:45] "POST /ref-update HTTP/1.1" 200 156 0.030337 10.0.0.56 - - [2025-09-18 03:36:46] "POST /id-to-fqname HTTP/1.1" 200 234 0.002935 10.0.0.56 - - [2025-09-18 03:36:46] "GET /virtual-network/f2f319c5-c0c3-448d-8a82-a28245ab39f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006177 10.0.0.56 - - [2025-09-18 03:36:46] "POST /neutron/network HTTP/1.1" 200 835 0.006618 10.0.0.56 - - [2025-09-18 03:36:46] "GET /virtual-network/f2f319c5-c0c3-448d-8a82-a28245ab39f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005206 10.0.0.56 - - [2025-09-18 03:36:46] "POST /id-to-fqname HTTP/1.1" 200 234 0.001190 10.0.0.56 - - [2025-09-18 03:36:46] "POST /neutron/network HTTP/1.1" 200 845 0.006876 10.0.0.41 - - [2025-09-18 03:36:47] "GET /projects?obj_uuids=fd2cfe6d-072a-4bca-b09f-717fe0544fe1&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000940 10.0.0.56 - - [2025-09-18 03:36:47] "GET /project/fd2cfe6d-072a-4bca-b09f-717fe0544fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.063960 10.0.0.56 - - [2025-09-18 03:36:47] "POST /neutron/port HTTP/1.1" 200 117 0.006023 10.0.0.56 - - [2025-09-18 03:36:47] "POST /id-to-fqname HTTP/1.1" 200 234 0.001565 10.0.0.56 - - [2025-09-18 03:36:47] "POST /neutron/network HTTP/1.1" 200 845 0.007385 10.0.0.56 - - [2025-09-18 03:36:48] "POST /neutron/port HTTP/1.1" 200 1069 0.015661 10.0.0.41 - - [2025-09-18 03:36:48] "GET /projects?obj_uuids=fd2cfe6d-072a-4bca-b09f-717fe0544fe1&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001439 10.0.0.56 - - [2025-09-18 03:36:48] "GET /project/fd2cfe6d-072a-4bca-b09f-717fe0544fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.068270 10.0.0.56 - - [2025-09-18 03:36:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004102 10.0.0.56 - - [2025-09-18 03:36:48] "POST /neutron/port HTTP/1.1" 200 117 0.001438 10.0.0.56 - - [2025-09-18 03:36:48] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007904 10.0.0.41 - - [2025-09-18 03:36:49] "GET /projects?obj_uuids=fd2cfe6d-072a-4bca-b09f-717fe0544fe1&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001436 10.0.0.56 - - [2025-09-18 03:36:49] "GET /virtual-network/f2f319c5-c0c3-448d-8a82-a28245ab39f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006438 10.0.0.56 - - [2025-09-18 03:36:49] "POST /neutron/port HTTP/1.1" 200 1069 0.306597 10.0.0.56 - - [2025-09-18 03:36:49] "POST /neutron/port HTTP/1.1" 200 1123 0.115722 10.0.0.56 - - [2025-09-18 03:36:50] "POST /neutron/subnet HTTP/1.1" 200 679 0.008862 10.0.0.56 - - [2025-09-18 03:36:50] "GET /obj-perms HTTP/1.1" 200 5056 0.062038 10.0.0.22 - - [2025-09-18 03:36:50] "GET /obj-perms HTTP/1.1" 200 5056 0.052402 10.0.0.41 - - [2025-09-18 03:36:51] "GET /obj-perms HTTP/1.1" 200 5056 0.061327 10.0.0.56 - - [2025-09-18 03:36:51] "POST /neutron/port HTTP/1.1" 200 1097 0.020897 10.0.0.56 - - [2025-09-18 03:36:51] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007838 10.0.0.56 - - [2025-09-18 03:36:51] "GET /virtual-machine/8fefa6de-4166-4e98-92fc-929ee2d6ad3c HTTP/1.1" 401 292 0.000396 10.0.0.56 - - [2025-09-18 03:36:52] "GET /virtual-machine/8fefa6de-4166-4e98-92fc-929ee2d6ad3c HTTP/1.1" 200 1306 0.029978 10.0.0.56 - - [2025-09-18 03:36:52] "GET /virtual-machine-interface/77cec112-2aac-4cfd-9ad0-ae00adc8e03f HTTP/1.1" 200 3008 0.005367 10.0.0.56 - - [2025-09-18 03:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.56 - - [2025-09-18 03:36:52] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004186 10.0.0.56 - - [2025-09-18 03:36:52] "GET /virtual-networks?parent_id=fd2cfe6d-072a-4bca-b09f-717fe0544fe1&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002861 10.0.0.56 - - [2025-09-18 03:36:52] "GET /virtual-network/f2f319c5-c0c3-448d-8a82-a28245ab39f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005963 10.0.0.56 - - [2025-09-18 03:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005542 10.0.0.56 - - [2025-09-18 03:36:55] "GET /virtual-network/f2f319c5-c0c3-448d-8a82-a28245ab39f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006721 10.0.0.22 - - [2025-09-18 03:36:58] "GET /global-system-configs HTTP/1.1" 200 322 0.042882 10.0.0.41 - - [2025-09-18 03:36:59] "GET /global-system-configs HTTP/1.1" 200 322 0.052306 10.0.0.56 - - [2025-09-18 03:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.56 - - [2025-09-18 03:36:59] "GET /virtual-network/f2f319c5-c0c3-448d-8a82-a28245ab39f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005845 10.0.0.22 - - [2025-09-18 03:36:59] "GET /global-system-configs HTTP/1.1" 200 322 0.017202 10.0.0.41 - - [2025-09-18 03:36:59] "GET /global-system-configs HTTP/1.1" 200 322 0.041827 10.0.0.56 - - [2025-09-18 03:37:00] "GET /obj-perms HTTP/1.1" 200 5056 0.119798 10.0.0.41 - - [2025-09-18 03:37:00] "GET /obj-perms HTTP/1.1" 200 5056 0.139435 10.0.0.22 - - [2025-09-18 03:37:00] "GET /obj-perms HTTP/1.1" 200 5056 0.157165 10.0.0.56 - - [2025-09-18 03:37:01] "GET /global-system-configs HTTP/1.1" 200 322 0.035892 10.0.0.56 - - [2025-09-18 03:37:02] "GET /global-system-configs HTTP/1.1" 200 322 0.092133 10.0.0.56 - - [2025-09-18 03:37:02] "GET /obj-perms HTTP/1.1" 200 5056 0.182578 10.0.0.22 - - [2025-09-18 03:37:02] "GET /obj-perms HTTP/1.1" 200 5056 0.204985 10.0.0.41 - - [2025-09-18 03:37:02] "GET /obj-perms HTTP/1.1" 200 5056 0.231700 10.0.0.56 - - [2025-09-18 03:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.56 - - [2025-09-18 03:37:03] "GET /virtual-network/f2f319c5-c0c3-448d-8a82-a28245ab39f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005574 10.0.0.41 - - [2025-09-18 03:37:07] "DELETE /project/fd2cfe6d072a4bcab09f717fe0544fe1 HTTP/1.1" 404 173 0.002955 10.0.0.41 - - [2025-09-18 03:37:07] "DELETE /project/b856f435-b4de-4a84-b250-5fc6e512547e HTTP/1.1" 404 177 0.005203 10.0.0.56 - - [2025-09-18 03:37:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.56 - - [2025-09-18 03:37:07] "GET /virtual-network/f2f319c5-c0c3-448d-8a82-a28245ab39f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006615 10.0.0.56 - - [2025-09-18 03:37:11] "POST /neutron/port HTTP/1.1" 200 1097 0.045899 10.0.0.56 - - [2025-09-18 03:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.56 - - [2025-09-18 03:37:11] "GET /virtual-network/f2f319c5-c0c3-448d-8a82-a28245ab39f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.010293 10.0.0.56 - - [2025-09-18 03:37:11] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007731 10.0.0.56 - - [2025-09-18 03:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.56 - - [2025-09-18 03:37:13] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004005 10.0.0.56 - - [2025-09-18 03:37:13] "GET /virtual-networks?parent_id=fd2cfe6d-072a-4bca-b09f-717fe0544fe1&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003317 10.0.0.56 - - [2025-09-18 03:37:13] "GET /virtual-network/f2f319c5-c0c3-448d-8a82-a28245ab39f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008523 10.0.0.56 - - [2025-09-18 03:37:18] "POST /neutron/port HTTP/1.1" 200 1097 0.017200 10.0.0.56 - - [2025-09-18 03:37:23] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007558 10.0.0.56 - - [2025-09-18 03:37:24] "POST /neutron/port HTTP/1.1" 200 1097 0.014352 10.0.0.56 - - [2025-09-18 03:37:24] "GET /virtual-machine/b61cc28b-370e-4c2c-88af-53694f7d0b7d HTTP/1.1" 200 1305 0.006604 10.0.0.56 - - [2025-09-18 03:37:24] "GET /virtual-machine-interface/2850da0e-1a7e-47c1-b9a0-ba4262aadaa7 HTTP/1.1" 200 3008 0.006189 10.0.0.56 - - [2025-09-18 03:37:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.56 - - [2025-09-18 03:37:24] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005844 10.0.0.56 - - [2025-09-18 03:37:24] "GET /virtual-networks?parent_id=fd2cfe6d-072a-4bca-b09f-717fe0544fe1&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003307 10.0.0.56 - - [2025-09-18 03:37:24] "GET /virtual-network/f2f319c5-c0c3-448d-8a82-a28245ab39f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006717 10.0.0.56 - - [2025-09-18 03:37:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.56 - - [2025-09-18 03:37:25] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003707 10.0.0.56 - - [2025-09-18 03:37:25] "GET /virtual-networks?parent_id=fd2cfe6d-072a-4bca-b09f-717fe0544fe1&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003299 10.0.0.56 - - [2025-09-18 03:37:25] "GET /virtual-network/f2f319c5-c0c3-448d-8a82-a28245ab39f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005671 10.0.0.56 - - [2025-09-18 03:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.56 - - [2025-09-18 03:37:26] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004009 10.0.0.56 - - [2025-09-18 03:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004882 10.0.0.56 - - [2025-09-18 03:37:26] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005760 10.0.0.56 - - [2025-09-18 03:37:26] "PUT /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056 HTTP/1.1" 200 276 0.018148 10.0.0.56 - - [2025-09-18 03:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.56 - - [2025-09-18 03:37:38] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1637 0.004194 10.0.0.56 - - [2025-09-18 03:37:38] "PUT /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056 HTTP/1.1" 200 276 0.013776 10.0.0.56 - - [2025-09-18 03:37:40] "POST /neutron/port HTTP/1.1" 200 1097 0.047397 10.0.0.56 - - [2025-09-18 03:37:40] "POST /neutron/subnet HTTP/1.1" 200 679 0.009089 10.0.0.56 - - [2025-09-18 03:38:18] "POST /neutron/network HTTP/1.1" 200 835 0.006624 10.0.0.56 - - [2025-09-18 03:38:18] "POST /neutron/port HTTP/1.1" 200 1123 0.015641 10.0.0.56 - - [2025-09-18 03:38:18] "POST /neutron/port HTTP/1.1" 200 1123 0.040078 10.0.0.41 - - [2025-09-18 03:38:20] "POST /useragent-kv HTTP/1.1" 200 115 0.007612 10.0.0.41 - - [2025-09-18 03:38:20] "POST /useragent-kv HTTP/1.1" 200 115 0.006930 10.0.0.56 - - [2025-09-18 03:38:20] "POST /neutron/network HTTP/1.1" 200 151 0.180340 10.0.0.41 - - [2025-09-18 03:38:20] "GET /projects?obj_uuids=fd2cfe6d-072a-4bca-b09f-717fe0544fe1&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001019 10.0.0.56 - - [2025-09-18 03:38:20] "GET /project/fd2cfe6d-072a-4bca-b09f-717fe0544fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.040377 10.0.0.41 - - [2025-09-18 03:38:20] "GET /projects?obj_uuids=fd2cfe6d-072a-4bca-b09f-717fe0544fe1&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002639 10.0.0.56 - - [2025-09-18 03:38:20] "GET /project/fd2cfe6d-072a-4bca-b09f-717fe0544fe1?fields=virtual_networks HTTP/1.1" 200 1058 0.069760 10.0.0.41 - - [2025-09-18 03:38:20] "GET /projects?obj_uuids=fd2cfe6d-072a-4bca-b09f-717fe0544fe1&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002248 10.0.0.56 - - [2025-09-18 03:38:21] "GET /project/fd2cfe6d-072a-4bca-b09f-717fe0544fe1?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.067791 10.0.0.41 - - [2025-09-18 03:38:21] "GET /projects?obj_uuids=fd2cfe6d-072a-4bca-b09f-717fe0544fe1&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001099 10.0.0.56 - - [2025-09-18 03:38:21] "GET /project/fd2cfe6d-072a-4bca-b09f-717fe0544fe1?fields=security_groups HTTP/1.1" 200 1297 0.053947 10.0.0.56 - - [2025-09-18 03:38:22] "POST /fqname-to-id HTTP/1.1" 404 206 0.034453 10.0.0.41 - - [2025-09-18 03:38:22] "GET /projects?obj_uuids=4bd9e01b-0dad-4b1c-8ad9-199944b04e27&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003986 10.0.0.41 - - [2025-09-18 03:38:22] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001012 10.0.0.41 - - [2025-09-18 03:38:22] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007766 10.0.0.41 - - [2025-09-18 03:38:22] "POST /id-to-fqname HTTP/1.1" 200 209 0.005522 10.0.0.41 - - [2025-09-18 03:38:22] "POST /fqname-to-id HTTP/1.1" 404 217 0.004611 10.0.0.41 - - [2025-09-18 03:38:22] "POST /security-groups HTTP/1.1" 200 609 0.032608 10.0.0.41 - - [2025-09-18 03:38:22] "POST /fqname-to-id HTTP/1.1" 404 252 0.005797 10.0.0.41 - - [2025-09-18 03:38:22] "POST /projects HTTP/1.1" 200 621 0.260376 10.0.0.41 - - [2025-09-18 03:38:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.293247 10.0.0.56 - - [2025-09-18 03:38:22] "GET /project/4bd9e01b-0dad-4b1c-8ad9-199944b04e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.446306 10.0.0.41 - - [2025-09-18 03:38:22] "POST /access-control-lists HTTP/1.1" 200 612 0.058823 10.0.0.56 - - [2025-09-18 03:38:23] "GET / HTTP/1.1" 200 35931 0.003060 10.0.0.56 - - [2025-09-18 03:38:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000447 10.0.0.56 - - [2025-09-18 03:38:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.404389 10.0.0.41 - - [2025-09-18 03:38:25] "GET /projects?obj_uuids=4bd9e01b-0dad-4b1c-8ad9-199944b04e27&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001228 10.0.0.56 - - [2025-09-18 03:38:25] "GET /project/4bd9e01b-0dad-4b1c-8ad9-199944b04e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.072620 10.0.0.41 - - [2025-09-18 03:38:26] "POST /useragent-kv HTTP/1.1" 200 115 0.009567 10.0.0.56 - - [2025-09-18 03:38:26] "POST /neutron/subnet HTTP/1.1" 200 724 0.319381 10.0.0.56 - - [2025-09-18 03:38:26] "POST /id-to-fqname HTTP/1.1" 200 239 0.001770 10.0.0.56 - - [2025-09-18 03:38:26] "GET /virtual-network/a7db9e63-571d-4c9f-bcc1-4aae7ad9a4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007908 10.0.0.56 - - [2025-09-18 03:38:26] "GET /virtual-network/a7db9e63-571d-4c9f-bcc1-4aae7ad9a4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005873 10.0.0.56 - - [2025-09-18 03:38:26] "POST /neutron/network HTTP/1.1" 200 844 0.008707 10.0.0.56 - - [2025-09-18 03:38:26] "POST /id-to-fqname HTTP/1.1" 200 239 0.001590 10.0.0.41 - - [2025-09-18 03:38:27] "GET /projects?obj_uuids=4bd9e01b-0dad-4b1c-8ad9-199944b04e27&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000992 10.0.0.56 - - [2025-09-18 03:38:27] "GET /project/4bd9e01b-0dad-4b1c-8ad9-199944b04e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.082570 10.0.0.56 - - [2025-09-18 03:38:27] "POST /neutron/network HTTP/1.1" 200 844 0.008124 10.0.0.56 - - [2025-09-18 03:38:27] "POST /id-to-fqname HTTP/1.1" 200 239 0.001798 10.0.0.56 - - [2025-09-18 03:38:27] "POST /neutron/port HTTP/1.1" 200 117 0.006419 10.0.0.41 - - [2025-09-18 03:38:28] "GET /projects?obj_uuids=4bd9e01b-0dad-4b1c-8ad9-199944b04e27&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001383 10.0.0.56 - - [2025-09-18 03:38:28] "POST /neutron/port HTTP/1.1" 200 1078 0.324912 10.0.0.56 - - [2025-09-18 03:38:29] "POST /neutron/port HTTP/1.1" 200 1132 0.128810 10.0.0.56 - - [2025-09-18 03:38:29] "POST /neutron/subnet HTTP/1.1" 200 698 0.009984 10.0.0.41 - - [2025-09-18 03:38:29] "GET /projects?obj_uuids=4bd9e01b-0dad-4b1c-8ad9-199944b04e27&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002224 10.0.0.56 - - [2025-09-18 03:38:29] "GET /project/4bd9e01b-0dad-4b1c-8ad9-199944b04e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.128865 10.0.0.56 - - [2025-09-18 03:38:29] "POST /neutron/network HTTP/1.1" 200 844 0.008288 10.0.0.56 - - [2025-09-18 03:38:29] "POST /neutron/port HTTP/1.1" 200 117 0.011297 10.0.0.56 - - [2025-09-18 03:38:30] "GET /virtual-network/a7db9e63-571d-4c9f-bcc1-4aae7ad9a4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.008390 10.0.0.56 - - [2025-09-18 03:38:30] "POST /neutron/port HTTP/1.1" 200 1078 0.025892 10.0.0.56 - - [2025-09-18 03:38:30] "POST /neutron/port HTTP/1.1" 200 1106 0.034345 10.0.0.56 - - [2025-09-18 03:38:30] "POST /neutron/port HTTP/1.1" 200 117 0.001523 10.0.0.22 - - [2025-09-18 03:38:31] "GET /obj-perms HTTP/1.1" 200 5066 0.060273 10.0.0.56 - - [2025-09-18 03:38:32] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007517 10.0.0.56 - - [2025-09-18 03:38:32] "POST /neutron/port HTTP/1.1" 200 1106 0.016063 10.0.0.56 - - [2025-09-18 03:38:32] "GET /virtual-machine/8453947e-2251-4d96-a658-498017e8be77 HTTP/1.1" 401 292 0.000431 10.0.0.56 - - [2025-09-18 03:38:32] "GET /virtual-machine/8453947e-2251-4d96-a658-498017e8be77 HTTP/1.1" 200 1310 0.033318 10.0.0.56 - - [2025-09-18 03:38:32] "GET /virtual-machine-interface/e1ad6f3b-5fb0-4103-a86f-e694de69d73f HTTP/1.1" 200 3034 0.005140 10.0.0.56 - - [2025-09-18 03:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.56 - - [2025-09-18 03:38:32] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004001 10.0.0.56 - - [2025-09-18 03:38:32] "GET /virtual-networks?parent_id=4bd9e01b-0dad-4b1c-8ad9-199944b04e27&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002775 10.0.0.56 - - [2025-09-18 03:38:32] "GET /virtual-network/a7db9e63-571d-4c9f-bcc1-4aae7ad9a4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005766 10.0.0.41 - - [2025-09-18 03:38:33] "DELETE /access-control-list/7b5421bd-fa58-4c1c-b71f-9da2de14dbac HTTP/1.1" 200 115 0.028280 10.0.0.56 - - [2025-09-18 03:38:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.56 - - [2025-09-18 03:38:36] "GET /virtual-network/a7db9e63-571d-4c9f-bcc1-4aae7ad9a4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005545 10.0.0.56 - - [2025-09-18 03:38:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.56 - - [2025-09-18 03:38:40] "GET /virtual-network/a7db9e63-571d-4c9f-bcc1-4aae7ad9a4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005513 10.0.0.56 - - [2025-09-18 03:38:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.56 - - [2025-09-18 03:38:44] "GET /virtual-network/a7db9e63-571d-4c9f-bcc1-4aae7ad9a4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005843 10.0.0.56 - - [2025-09-18 03:38:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004455 10.0.0.56 - - [2025-09-18 03:38:48] "GET /virtual-network/a7db9e63-571d-4c9f-bcc1-4aae7ad9a4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005778 10.0.0.56 - - [2025-09-18 03:38:48] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008975 10.0.0.56 - - [2025-09-18 03:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005079 10.0.0.56 - - [2025-09-18 03:38:50] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004800 10.0.0.56 - - [2025-09-18 03:38:50] "GET /virtual-networks?parent_id=4bd9e01b-0dad-4b1c-8ad9-199944b04e27&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.004308 10.0.0.56 - - [2025-09-18 03:38:50] "GET /virtual-network/a7db9e63-571d-4c9f-bcc1-4aae7ad9a4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007937 10.0.0.56 - - [2025-09-18 03:38:52] "POST /neutron/port HTTP/1.1" 200 1106 0.016243 10.0.0.56 - - [2025-09-18 03:38:55] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008733 10.0.0.56 - - [2025-09-18 03:39:01] "POST /neutron/port HTTP/1.1" 200 1106 0.027557 10.0.0.56 - - [2025-09-18 03:39:01] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010859 10.0.0.56 - - [2025-09-18 03:39:01] "GET /virtual-machine/3674d9dd-aa5a-4a7f-9d1e-5e293c14d7e2 HTTP/1.1" 200 1310 0.007280 10.0.0.56 - - [2025-09-18 03:39:01] "GET /virtual-machine-interface/f43f82cf-9b91-49fb-804f-73a91522375c HTTP/1.1" 200 3033 0.006578 10.0.0.56 - - [2025-09-18 03:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.56 - - [2025-09-18 03:39:01] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004408 10.0.0.56 - - [2025-09-18 03:39:01] "GET /virtual-networks?parent_id=4bd9e01b-0dad-4b1c-8ad9-199944b04e27&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.004038 10.0.0.56 - - [2025-09-18 03:39:01] "GET /virtual-network/a7db9e63-571d-4c9f-bcc1-4aae7ad9a4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006283 10.0.0.56 - - [2025-09-18 03:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.56 - - [2025-09-18 03:39:02] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004199 10.0.0.56 - - [2025-09-18 03:39:02] "GET /virtual-networks?parent_id=4bd9e01b-0dad-4b1c-8ad9-199944b04e27&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003309 10.0.0.56 - - [2025-09-18 03:39:02] "GET /virtual-network/a7db9e63-571d-4c9f-bcc1-4aae7ad9a4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006777 10.0.0.56 - - [2025-09-18 03:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004489 10.0.0.41 - - [2025-09-18 03:39:02] "GET /projects?obj_uuids=4bd9e01b-0dad-4b1c-8ad9-199944b04e27&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001024 10.0.0.56 - - [2025-09-18 03:39:02] "GET /project/4bd9e01b-0dad-4b1c-8ad9-199944b04e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.049437 10.0.0.41 - - [2025-09-18 03:39:03] "POST /ref-update HTTP/1.1" 200 156 0.029647 10.0.0.41 - - [2025-09-18 03:39:03] "POST /useragent-kv HTTP/1.1" 200 115 0.011862 10.0.0.56 - - [2025-09-18 03:39:03] "POST /neutron/subnet HTTP/1.1" 200 729 0.241718 10.0.0.56 - - [2025-09-18 03:39:03] "POST /id-to-fqname HTTP/1.1" 200 239 0.001271 10.0.0.56 - - [2025-09-18 03:39:03] "GET /virtual-network/e5f00fd7-36ee-44df-ab5b-a2c3d28d5813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005564 10.0.0.56 - - [2025-09-18 03:39:03] "GET /virtual-network/e5f00fd7-36ee-44df-ab5b-a2c3d28d5813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006294 10.0.0.56 - - [2025-09-18 03:39:03] "POST /neutron/network HTTP/1.1" 200 845 0.005794 10.0.0.56 - - [2025-09-18 03:39:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.41 - - [2025-09-18 03:39:03] "GET /projects?obj_uuids=4bd9e01b-0dad-4b1c-8ad9-199944b04e27&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000961 10.0.0.56 - - [2025-09-18 03:39:03] "GET /project/4bd9e01b-0dad-4b1c-8ad9-199944b04e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.040928 10.0.0.41 - - [2025-09-18 03:39:03] "GET /projects?obj_uuids=4bd9e01b-0dad-4b1c-8ad9-199944b04e27&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001062 10.0.0.56 - - [2025-09-18 03:39:03] "POST /neutron/network HTTP/1.1" 200 631 0.139265 10.0.0.56 - - [2025-09-18 03:39:04] "POST /id-to-fqname HTTP/1.1" 200 242 0.004009 10.0.0.56 - - [2025-09-18 03:39:04] "GET /virtual-network/e9b57b09-95c2-4049-9a7e-68911f2d1fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.005488 10.0.0.56 - - [2025-09-18 03:39:04] "POST /neutron/network HTTP/1.1" 200 851 0.007206 10.0.0.56 - - [2025-09-18 03:39:04] "GET /virtual-network/e9b57b09-95c2-4049-9a7e-68911f2d1fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006508 10.0.0.56 - - [2025-09-18 03:39:04] "POST /id-to-fqname HTTP/1.1" 200 239 0.001280 10.0.0.56 - - [2025-09-18 03:39:04] "POST /neutron/port HTTP/1.1" 200 2096 0.015904 10.0.0.41 - - [2025-09-18 03:39:05] "GET /projects?obj_uuids=4bd9e01b-0dad-4b1c-8ad9-199944b04e27&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001540 10.0.0.56 - - [2025-09-18 03:39:05] "GET /project/4bd9e01b-0dad-4b1c-8ad9-199944b04e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.073515 10.0.0.56 - - [2025-09-18 03:39:05] "POST /neutron/network HTTP/1.1" 200 845 0.007198 10.0.0.56 - - [2025-09-18 03:39:05] "POST /neutron/port HTTP/1.1" 200 117 0.006519 10.0.0.56 - - [2025-09-18 03:39:05] "POST /id-to-fqname HTTP/1.1" 200 242 0.001289 10.0.0.56 - - [2025-09-18 03:39:05] "POST /neutron/network HTTP/1.1" 200 861 0.006965 10.0.0.56 - - [2025-09-18 03:39:06] "POST /neutron/port HTTP/1.1" 200 1079 0.051499 10.0.0.56 - - [2025-09-18 03:39:06] "POST /neutron/port HTTP/1.1" 200 1107 0.018068 10.0.0.56 - - [2025-09-18 03:39:06] "POST /neutron/port HTTP/1.1" 200 117 0.001240 10.0.0.41 - - [2025-09-18 03:39:06] "GET /projects?obj_uuids=4bd9e01b-0dad-4b1c-8ad9-199944b04e27&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001311 10.0.0.56 - - [2025-09-18 03:39:06] "GET /project/4bd9e01b-0dad-4b1c-8ad9-199944b04e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.105674 10.0.0.56 - - [2025-09-18 03:39:07] "POST /neutron/port HTTP/1.1" 200 3086 0.023690 10.0.0.56 - - [2025-09-18 03:39:07] "POST /id-to-fqname HTTP/1.1" 200 239 0.001657 10.0.0.56 - - [2025-09-18 03:39:07] "POST /id-to-fqname HTTP/1.1" 200 239 0.001252 10.0.0.41 - - [2025-09-18 03:39:07] "DELETE /project/4bd9e01b0dad4b1c8ad9199944b04e27 HTTP/1.1" 404 173 0.004328 10.0.0.41 - - [2025-09-18 03:39:07] "DELETE /project/fd2cfe6d-072a-4bca-b09f-717fe0544fe1 HTTP/1.1" 404 177 0.004154 10.0.0.56 - - [2025-09-18 03:39:07] "POST /neutron/port HTTP/1.1" 200 3086 0.018777 10.0.0.56 - - [2025-09-18 03:39:07] "POST /neutron/network HTTP/1.1" 200 1557 0.010688 10.0.0.56 - - [2025-09-18 03:39:07] "POST /neutron/port HTTP/1.1" 200 1079 0.016619 10.0.0.56 - - [2025-09-18 03:39:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008712 10.0.0.56 - - [2025-09-18 03:39:08] "POST /neutron/network HTTP/1.1" 200 851 0.006533 10.0.0.41 - - [2025-09-18 03:39:08] "GET /projects?obj_uuids=4bd9e01b-0dad-4b1c-8ad9-199944b04e27&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001165 10.0.0.56 - - [2025-09-18 03:39:08] "GET /project/4bd9e01b-0dad-4b1c-8ad9-199944b04e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.085298 10.0.0.56 - - [2025-09-18 03:39:08] "POST /neutron/port HTTP/1.1" 200 4076 0.033034 10.0.0.56 - - [2025-09-18 03:39:09] "GET /virtual-network/a7db9e63-571d-4c9f-bcc1-4aae7ad9a4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006528 10.0.0.56 - - [2025-09-18 03:39:09] "POST /neutron/network HTTP/1.1" 200 1557 0.016370 10.0.0.56 - - [2025-09-18 03:39:09] "GET /obj-perms HTTP/1.1" 200 5066 0.080483 10.0.0.41 - - [2025-09-18 03:39:09] "GET /obj-perms HTTP/1.1" 200 5066 0.102728 10.0.0.56 - - [2025-09-18 03:39:10] "POST /neutron/port HTTP/1.1" 200 1078 0.028661 10.0.0.56 - - [2025-09-18 03:39:10] "GET /virtual-network/e5f00fd7-36ee-44df-ab5b-a2c3d28d5813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.013383 10.0.0.56 - - [2025-09-18 03:39:10] "POST /neutron/port HTTP/1.1" 200 1079 0.017389 10.0.0.56 - - [2025-09-18 03:39:10] "POST /neutron/port HTTP/1.1" 200 2097 0.022671 10.0.0.56 - - [2025-09-18 03:39:10] "POST /neutron/port HTTP/1.1" 200 117 0.001214 10.0.0.56 - - [2025-09-18 03:39:10] "POST /neutron/subnet HTTP/1.1" 200 703 0.009794 10.0.0.56 - - [2025-09-18 03:39:10] "GET /virtual-network/e9b57b09-95c2-4049-9a7e-68911f2d1fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006586 10.0.0.22 - - [2025-09-18 03:39:11] "GET /obj-perms HTTP/1.1" 200 5066 0.004404 10.0.0.56 - - [2025-09-18 03:39:11] "POST /neutron/port HTTP/1.1" 200 1107 0.019862 10.0.0.56 - - [2025-09-18 03:39:16] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007979 10.0.0.41 - - [2025-09-18 03:39:26] "GET /obj-perms HTTP/1.1" 200 5056 0.057283 10.0.0.56 - - [2025-09-18 03:39:26] "GET /obj-perms HTTP/1.1" 200 5056 0.055245 10.0.0.56 - - [2025-09-18 03:39:26] "POST /neutron/port HTTP/1.1" 200 1107 0.017005 10.0.0.56 - - [2025-09-18 03:39:26] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007469 10.0.0.56 - - [2025-09-18 03:39:26] "GET /virtual-machine/a8aa5f35-0ec1-4396-969a-6403993ba5c3 HTTP/1.1" 200 1311 0.009079 10.0.0.56 - - [2025-09-18 03:39:26] "GET /virtual-machine-interface/b987cbfb-1527-4fa5-9623-319f75a22b50 HTTP/1.1" 200 3043 0.009790 10.0.0.56 - - [2025-09-18 03:39:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.56 - - [2025-09-18 03:39:26] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003277 10.0.0.56 - - [2025-09-18 03:39:26] "GET /virtual-networks?parent_id=4bd9e01b-0dad-4b1c-8ad9-199944b04e27&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003229 10.0.0.56 - - [2025-09-18 03:39:27] "GET /virtual-network/e9b57b09-95c2-4049-9a7e-68911f2d1fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.010063 10.0.0.56 - - [2025-09-18 03:39:28] "POST /neutron/port HTTP/1.1" 200 2097 0.017652 10.0.0.56 - - [2025-09-18 03:39:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.045264 10.0.0.56 - - [2025-09-18 03:39:30] "GET /virtual-network/e9b57b09-95c2-4049-9a7e-68911f2d1fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.007399 10.0.0.56 - - [2025-09-18 03:39:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005951 10.0.0.56 - - [2025-09-18 03:39:34] "GET /virtual-network/e9b57b09-95c2-4049-9a7e-68911f2d1fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.008313 10.0.0.56 - - [2025-09-18 03:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.56 - - [2025-09-18 03:39:38] "GET /virtual-network/e9b57b09-95c2-4049-9a7e-68911f2d1fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.005628 10.0.0.56 - - [2025-09-18 03:39:42] "POST /neutron/port HTTP/1.1" 200 1106 0.021749 10.0.0.56 - - [2025-09-18 03:39:42] "POST /neutron/subnet HTTP/1.1" 200 698 0.012400 10.0.0.56 - - [2025-09-18 03:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.56 - - [2025-09-18 03:39:42] "GET /virtual-network/e9b57b09-95c2-4049-9a7e-68911f2d1fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006063 10.0.0.56 - - [2025-09-18 03:39:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.56 - - [2025-09-18 03:39:46] "GET /virtual-network/e9b57b09-95c2-4049-9a7e-68911f2d1fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.005789 10.0.0.56 - - [2025-09-18 03:39:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004678 10.0.0.56 - - [2025-09-18 03:39:50] "GET /virtual-network/e9b57b09-95c2-4049-9a7e-68911f2d1fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.009229 10.0.0.56 - - [2025-09-18 03:39:53] "POST /neutron/port HTTP/1.1" 200 1107 0.019189 10.0.0.56 - - [2025-09-18 03:39:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005827 10.0.0.56 - - [2025-09-18 03:39:53] "POST /neutron/network HTTP/1.1" 200 845 0.009232 10.0.0.56 - - [2025-09-18 03:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.56 - - [2025-09-18 03:39:54] "GET /virtual-network/e9b57b09-95c2-4049-9a7e-68911f2d1fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006183 10.0.0.56 - - [2025-09-18 03:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.56 - - [2025-09-18 03:39:58] "GET /virtual-network/e9b57b09-95c2-4049-9a7e-68911f2d1fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006129 10.0.0.56 - - [2025-09-18 03:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.56 - - [2025-09-18 03:40:02] "GET /virtual-network/e9b57b09-95c2-4049-9a7e-68911f2d1fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006146 10.0.0.56 - - [2025-09-18 03:40:03] "POST /neutron/port HTTP/1.1" 200 1107 0.020684 10.0.0.56 - - [2025-09-18 03:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.56 - - [2025-09-18 03:40:05] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004569 10.0.0.56 - - [2025-09-18 03:40:05] "GET /virtual-networks?parent_id=4bd9e01b-0dad-4b1c-8ad9-199944b04e27&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003536 10.0.0.56 - - [2025-09-18 03:40:05] "GET /virtual-network/e9b57b09-95c2-4049-9a7e-68911f2d1fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.008710 10.0.0.56 - - [2025-09-18 03:40:05] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008111 10.0.0.56 - - [2025-09-18 03:40:15] "POST /neutron/port HTTP/1.1" 200 1107 0.019838 10.0.0.56 - - [2025-09-18 03:40:15] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009278 10.0.0.56 - - [2025-09-18 03:40:15] "GET /virtual-machine/4a33d69d-3be5-4289-be71-ffb6f446f85c HTTP/1.1" 200 1310 0.007320 10.0.0.56 - - [2025-09-18 03:40:15] "GET /virtual-machine-interface/e77f8f97-4fb1-4efc-807e-3ce6fe04f417 HTTP/1.1" 200 3033 0.006889 10.0.0.56 - - [2025-09-18 03:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005139 10.0.0.56 - - [2025-09-18 03:40:15] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005037 10.0.0.56 - - [2025-09-18 03:40:16] "GET /virtual-networks?parent_id=4bd9e01b-0dad-4b1c-8ad9-199944b04e27&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003896 10.0.0.56 - - [2025-09-18 03:40:16] "GET /virtual-network/e5f00fd7-36ee-44df-ab5b-a2c3d28d5813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006132 10.0.0.56 - - [2025-09-18 03:40:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.56 - - [2025-09-18 03:40:17] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004748 10.0.0.56 - - [2025-09-18 03:40:17] "GET /virtual-networks?parent_id=4bd9e01b-0dad-4b1c-8ad9-199944b04e27&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002830 10.0.0.56 - - [2025-09-18 03:40:17] "GET /virtual-network/e5f00fd7-36ee-44df-ab5b-a2c3d28d5813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006571 10.0.0.56 - - [2025-09-18 03:40:17] "POST /neutron/port HTTP/1.1" 200 1107 0.018595 10.0.0.56 - - [2025-09-18 03:40:22] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007709 10.0.0.56 - - [2025-09-18 03:40:22] "POST /neutron/port HTTP/1.1" 200 2097 0.022797 10.0.0.56 - - [2025-09-18 03:40:22] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008607 10.0.0.56 - - [2025-09-18 03:40:22] "GET /virtual-machine/efbe0680-bbe2-40d2-89ff-254595b4faa4 HTTP/1.1" 200 1586 0.008170 10.0.0.56 - - [2025-09-18 03:40:23] "GET /virtual-machine-interface/08a4eb84-2e0f-4337-ac15-2de36a76e12e HTTP/1.1" 200 3032 0.007283 10.0.0.56 - - [2025-09-18 03:40:23] "GET /virtual-machine-interface/388d0f2b-09b4-4cd2-9a75-1daee5a32141 HTTP/1.1" 200 3033 0.006328 10.0.0.56 - - [2025-09-18 03:40:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.56 - - [2025-09-18 03:40:23] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004220 10.0.0.56 - - [2025-09-18 03:40:23] "GET /virtual-networks?parent_id=4bd9e01b-0dad-4b1c-8ad9-199944b04e27&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003790 10.0.0.56 - - [2025-09-18 03:40:23] "GET /virtual-network/a7db9e63-571d-4c9f-bcc1-4aae7ad9a4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006135 10.0.0.56 - - [2025-09-18 03:40:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.56 - - [2025-09-18 03:40:24] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004265 10.0.0.56 - - [2025-09-18 03:40:24] "GET /virtual-networks?parent_id=4bd9e01b-0dad-4b1c-8ad9-199944b04e27&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003724 10.0.0.56 - - [2025-09-18 03:40:24] "GET /virtual-network/a7db9e63-571d-4c9f-bcc1-4aae7ad9a4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006530 10.0.0.56 - - [2025-09-18 03:40:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.56 - - [2025-09-18 03:40:24] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005736 10.0.0.56 - - [2025-09-18 03:40:24] "GET /virtual-networks?parent_id=4bd9e01b-0dad-4b1c-8ad9-199944b04e27&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003428 10.0.0.56 - - [2025-09-18 03:40:24] "GET /virtual-network/e5f00fd7-36ee-44df-ab5b-a2c3d28d5813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.008742 10.0.0.56 - - [2025-09-18 03:40:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.56 - - [2025-09-18 03:40:25] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005104 10.0.0.56 - - [2025-09-18 03:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.56 - - [2025-09-18 03:40:26] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004370 10.0.0.56 - - [2025-09-18 03:40:26] "PUT /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056 HTTP/1.1" 200 276 0.014827 10.0.0.56 - - [2025-09-18 03:40:26] "POST /fqname-to-id HTTP/1.1" 404 217 0.006232 10.0.0.56 - - [2025-09-18 03:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.41 - - [2025-09-18 03:40:26] "GET /projects?obj_uuids=4bd9e01b-0dad-4b1c-8ad9-199944b04e27&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001834 10.0.0.56 - - [2025-09-18 03:40:26] "GET /project/4bd9e01b-0dad-4b1c-8ad9-199944b04e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.082211 10.0.0.56 - - [2025-09-18 03:40:26] "POST /network-policys HTTP/1.1" 200 539 0.050977 10.0.0.56 - - [2025-09-18 03:40:26] "GET /network-policy/2cca2b4b-0c1a-43d4-ba50-3eeb4aa6cc46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1991 0.012520 10.0.0.56 - - [2025-09-18 03:40:26] "POST /neutron/network HTTP/1.1" 200 938 0.009497 10.0.0.56 - - [2025-09-18 03:40:26] "GET /virtual-network/a7db9e63-571d-4c9f-bcc1-4aae7ad9a4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.009557 10.0.0.56 - - [2025-09-18 03:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005953 10.0.0.56 - - [2025-09-18 03:40:26] "GET /network-policy/2cca2b4b-0c1a-43d4-ba50-3eeb4aa6cc46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1991 0.005802 10.0.0.56 - - [2025-09-18 03:40:26] "POST /neutron/network HTTP/1.1" 200 939 0.009784 10.0.0.56 - - [2025-09-18 03:40:26] "GET /virtual-network/e5f00fd7-36ee-44df-ab5b-a2c3d28d5813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.005365 10.0.0.56 - - [2025-09-18 03:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.56 - - [2025-09-18 03:40:26] "GET /network-policy/2cca2b4b-0c1a-43d4-ba50-3eeb4aa6cc46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1991 0.004636 10.0.0.41 - - [2025-09-18 03:40:27] "POST /fqname-to-id HTTP/1.1" 404 254 0.254740 10.0.0.56 - - [2025-09-18 03:40:27] "GET /virtual-network/a7db9e63-571d-4c9f-bcc1-4aae7ad9a4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.006895 10.0.0.56 - - [2025-09-18 03:40:28] "GET /virtual-network/e5f00fd7-36ee-44df-ab5b-a2c3d28d5813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.005879 10.0.0.41 - - [2025-09-18 03:40:28] "POST /access-control-lists HTTP/1.1" 200 609 0.074135 10.0.0.22 - - [2025-09-18 03:40:28] "GET /obj-perms HTTP/1.1" 200 5066 0.004009 10.0.0.41 - - [2025-09-18 03:40:28] "GET /obj-perms HTTP/1.1" 200 5066 0.004843 10.0.0.56 - - [2025-09-18 03:40:28] "GET /virtual-network/a7db9e63-571d-4c9f-bcc1-4aae7ad9a4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.005388 10.0.0.56 - - [2025-09-18 03:40:29] "GET /obj-perms HTTP/1.1" 200 5066 0.004606 10.0.0.56 - - [2025-09-18 03:40:29] "GET /virtual-network/e5f00fd7-36ee-44df-ab5b-a2c3d28d5813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.007305 10.0.0.56 - - [2025-09-18 03:40:29] "GET /virtual-network/e9b57b09-95c2-4049-9a7e-68911f2d1fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.018516 10.0.0.22 - - [2025-09-18 03:40:30] "GET /obj-perms HTTP/1.1" 200 5066 0.007689 10.0.0.41 - - [2025-09-18 03:40:30] "GET /obj-perms HTTP/1.1" 200 5066 0.004003 10.0.0.56 - - [2025-09-18 03:40:42] "POST /neutron/network HTTP/1.1" 200 948 0.008681 10.0.0.56 - - [2025-09-18 03:40:42] "POST /neutron/port HTTP/1.1" 200 117 0.001282 10.0.0.56 - - [2025-09-18 03:40:44] "GET /obj-perms HTTP/1.1" 200 5066 0.005980 10.0.0.56 - - [2025-09-18 03:40:53] "POST /neutron/port HTTP/1.1" 200 1107 0.016119 10.0.0.56 - - [2025-09-18 03:40:53] "POST /neutron/subnet HTTP/1.1" 200 703 0.009338 10.0.0.56 - - [2025-09-18 03:41:28] "GET /obj-perms HTTP/1.1" 200 5056 0.082618 10.0.0.56 - - [2025-09-18 03:41:44] "POST /neutron/port HTTP/1.1" 200 2097 0.017190 10.0.0.56 - - [2025-09-18 03:41:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004527 10.0.0.56 - - [2025-09-18 03:41:44] "POST /neutron/network HTTP/1.1" 200 938 0.007288 10.0.0.56 - - [2025-09-18 03:41:44] "POST /neutron/port HTTP/1.1" 200 117 0.001279 10.0.0.56 - - [2025-09-18 03:41:54] "POST /neutron/port HTTP/1.1" 200 1107 0.020750 10.0.0.56 - - [2025-09-18 03:41:54] "POST /neutron/subnet HTTP/1.1" 200 703 0.011440 10.0.0.22 - - [2025-09-18 03:41:58] "GET /global-system-configs HTTP/1.1" 200 322 0.042638 10.0.0.41 - - [2025-09-18 03:41:59] "GET /global-system-configs HTTP/1.1" 200 322 0.154271 10.0.0.22 - - [2025-09-18 03:41:59] "GET /obj-perms HTTP/1.1" 200 5056 0.275884 10.0.0.41 - - [2025-09-18 03:41:59] "GET /global-system-configs HTTP/1.1" 200 322 0.009209 10.0.0.41 - - [2025-09-18 03:41:59] "GET /obj-perms HTTP/1.1" 200 5056 0.005737 10.0.0.56 - - [2025-09-18 03:41:59] "GET /obj-perms HTTP/1.1" 200 5056 0.008637 10.0.0.22 - - [2025-09-18 03:42:00] "GET /global-system-configs HTTP/1.1" 200 322 0.113756 10.0.0.56 - - [2025-09-18 03:42:01] "GET /global-system-configs HTTP/1.1" 200 322 0.061054 10.0.0.22 - - [2025-09-18 03:42:01] "GET /obj-perms HTTP/1.1" 200 5056 0.196193 10.0.0.56 - - [2025-09-18 03:42:02] "GET /global-system-configs HTTP/1.1" 200 322 0.103540 10.0.0.56 - - [2025-09-18 03:42:02] "GET /obj-perms HTTP/1.1" 200 5056 0.190698 10.0.0.41 - - [2025-09-18 03:42:02] "GET /obj-perms HTTP/1.1" 200 5056 0.215339 10.0.0.56 - - [2025-09-18 03:42:44] "POST /neutron/port HTTP/1.1" 200 1106 0.063962 10.0.0.56 - - [2025-09-18 03:42:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003698 10.0.0.56 - - [2025-09-18 03:42:44] "POST /neutron/network HTTP/1.1" 200 938 0.008635 10.0.0.56 - - [2025-09-18 03:42:54] "POST /neutron/network HTTP/1.1" 200 861 0.007426 10.0.0.56 - - [2025-09-18 03:42:54] "POST /neutron/port HTTP/1.1" 200 117 0.001241 10.0.0.56 - - [2025-09-18 03:43:44] "POST /neutron/port HTTP/1.1" 200 1106 0.015828 10.0.0.56 - - [2025-09-18 03:43:44] "POST /neutron/subnet HTTP/1.1" 200 698 0.011344 10.0.0.56 - - [2025-09-18 03:43:56] "POST /neutron/port HTTP/1.1" 200 1107 0.014844 10.0.0.56 - - [2025-09-18 03:43:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004447 10.0.0.56 - - [2025-09-18 03:43:56] "POST /neutron/network HTTP/1.1" 200 939 0.006687 10.0.0.41 - - [2025-09-18 03:44:07] "GET /obj-perms HTTP/1.1" 200 5066 0.004426 10.0.0.56 - - [2025-09-18 03:44:07] "GET /obj-perms HTTP/1.1" 200 5066 0.004268 10.0.0.56 - - [2025-09-18 03:44:10] "GET /virtual-network/e5f00fd7-36ee-44df-ab5b-a2c3d28d5813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.047304 10.0.0.41 - - [2025-09-18 03:44:10] "DELETE /access-control-list/cca820c8-849b-4f79-94b0-60716f6e40db HTTP/1.1" 200 115 0.072092 10.0.0.56 - - [2025-09-18 03:44:10] "POST /neutron/network HTTP/1.1" 200 845 0.079325 10.0.0.56 - - [2025-09-18 03:44:10] "GET /virtual-network/e5f00fd7-36ee-44df-ab5b-a2c3d28d5813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007498 10.0.0.56 - - [2025-09-18 03:44:10] "GET /virtual-network/a7db9e63-571d-4c9f-bcc1-4aae7ad9a4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.013871 10.0.0.56 - - [2025-09-18 03:44:11] "POST /neutron/network HTTP/1.1" 200 844 0.011401 10.0.0.56 - - [2025-09-18 03:44:11] "GET /virtual-network/a7db9e63-571d-4c9f-bcc1-4aae7ad9a4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006965 10.0.0.56 - - [2025-09-18 03:44:11] "DELETE /network-policy/2cca2b4b-0c1a-43d4-ba50-3eeb4aa6cc46 HTTP/1.1" 200 115 0.036698 10.0.0.56 - - [2025-09-18 03:44:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.56 - - [2025-09-18 03:44:11] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1638 0.004952 10.0.0.56 - - [2025-09-18 03:44:11] "PUT /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056 HTTP/1.1" 200 276 0.015222 10.0.0.41 - - [2025-09-18 03:44:11] "DELETE /access-control-list/9c34fbb6-50a2-43f1-9599-1ab75303fccf HTTP/1.1" 200 115 0.047705 10.0.0.56 - - [2025-09-18 03:44:13] "POST /neutron/port HTTP/1.1" 200 1107 0.018242 10.0.0.56 - - [2025-09-18 03:44:13] "POST /neutron/port HTTP/1.1" 200 2097 0.021649 10.0.0.56 - - [2025-09-18 03:44:13] "POST /neutron/port HTTP/1.1" 200 1133 0.012270 10.0.0.56 - - [2025-09-18 03:44:13] "POST /neutron/port HTTP/1.1" 200 1133 0.016614 10.0.0.41 - - [2025-09-18 03:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.41 - - [2025-09-18 03:44:15] "POST /useragent-kv HTTP/1.1" 200 115 0.056621 10.0.0.41 - - [2025-09-18 03:44:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002977 10.0.0.56 - - [2025-09-18 03:44:15] "POST /neutron/network HTTP/1.1" 200 151 0.207172 10.0.0.41 - - [2025-09-18 03:44:15] "DELETE /route-target/e05a1394-d19a-4541-858a-9040e915c683 HTTP/1.1" 200 115 0.028889 10.0.0.56 - - [2025-09-18 03:44:15] "POST /neutron/network HTTP/1.1" 200 844 0.006723 10.0.0.56 - - [2025-09-18 03:44:16] "POST /neutron/port HTTP/1.1" 200 1132 0.016432 10.0.0.56 - - [2025-09-18 03:44:16] "POST /neutron/port HTTP/1.1" 200 1132 0.011603 10.0.0.41 - - [2025-09-18 03:44:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003198 10.0.0.41 - - [2025-09-18 03:44:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002610 10.0.0.56 - - [2025-09-18 03:44:18] "POST /neutron/network HTTP/1.1" 200 151 0.127297 10.0.0.41 - - [2025-09-18 03:44:18] "GET /projects?obj_uuids=4bd9e01b-0dad-4b1c-8ad9-199944b04e27&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001070 10.0.0.56 - - [2025-09-18 03:44:18] "GET /project/4bd9e01b-0dad-4b1c-8ad9-199944b04e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.106247 10.0.0.41 - - [2025-09-18 03:44:18] "GET /projects?obj_uuids=4bd9e01b-0dad-4b1c-8ad9-199944b04e27&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000968 10.0.0.56 - - [2025-09-18 03:44:18] "GET /project/4bd9e01b-0dad-4b1c-8ad9-199944b04e27?fields=virtual_networks HTTP/1.1" 200 1067 0.050747 10.0.0.41 - - [2025-09-18 03:44:18] "GET /projects?obj_uuids=4bd9e01b-0dad-4b1c-8ad9-199944b04e27&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001736 10.0.0.56 - - [2025-09-18 03:44:18] "GET /project/4bd9e01b-0dad-4b1c-8ad9-199944b04e27?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.043321 10.0.0.41 - - [2025-09-18 03:44:18] "GET /projects?obj_uuids=4bd9e01b-0dad-4b1c-8ad9-199944b04e27&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000969 10.0.0.56 - - [2025-09-18 03:44:18] "GET /project/4bd9e01b-0dad-4b1c-8ad9-199944b04e27?fields=security_groups HTTP/1.1" 200 1311 0.040496 10.0.0.56 - - [2025-09-18 03:44:19] "POST /fqname-to-id HTTP/1.1" 404 183 0.030051 10.0.0.41 - - [2025-09-18 03:44:19] "GET /projects?obj_uuids=1e91e62d-ef85-4279-8996-9fd95a748290&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004391 10.0.0.41 - - [2025-09-18 03:44:19] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001013 10.0.0.41 - - [2025-09-18 03:44:19] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.037902 10.0.0.41 - - [2025-09-18 03:44:19] "POST /id-to-fqname HTTP/1.1" 200 185 0.004122 10.0.0.41 - - [2025-09-18 03:44:19] "POST /fqname-to-id HTTP/1.1" 404 194 0.004155 10.0.0.41 - - [2025-09-18 03:44:20] "POST /security-groups HTTP/1.1" 200 586 0.076106 10.0.0.41 - - [2025-09-18 03:44:20] "POST /fqname-to-id HTTP/1.1" 404 229 0.004783 10.0.0.41 - - [2025-09-18 03:44:20] "POST /projects HTTP/1.1" 200 575 0.293280 10.0.0.41 - - [2025-09-18 03:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.371320 10.0.0.41 - - [2025-09-18 03:44:20] "POST /access-control-lists HTTP/1.1" 200 589 0.033120 10.0.0.56 - - [2025-09-18 03:44:20] "GET /project/1e91e62d-ef85-4279-8996-9fd95a748290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.574575 10.0.0.56 - - [2025-09-18 03:44:21] "GET / HTTP/1.1" 200 35931 0.002111 10.0.0.41 - - [2025-09-18 03:44:22] "GET /projects?obj_uuids=7b49a019-273e-4679-94ea-a639b42c1658&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001031 10.0.0.56 - - [2025-09-18 03:44:22] "GET /project/7b49a019-273e-4679-94ea-a639b42c1658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.055959 10.0.0.56 - - [2025-09-18 03:44:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.56 - - [2025-09-18 03:44:22] "GET /security-group/2f8f70f7-5a42-4dd9-8733-2f1cd4448633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3706 0.004709 10.0.0.56 - - [2025-09-18 03:44:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.41 - - [2025-09-18 03:44:23] "GET /projects?obj_uuids=7b49a019-273e-4679-94ea-a639b42c1658&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001694 10.0.0.56 - - [2025-09-18 03:44:23] "GET /project/7b49a019-273e-4679-94ea-a639b42c1658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.044661 10.0.0.56 - - [2025-09-18 03:44:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.56 - - [2025-09-18 03:44:23] "GET /security-group/2f8f70f7-5a42-4dd9-8733-2f1cd4448633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3706 0.004219 10.0.0.56 - - [2025-09-18 03:44:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.56 - - [2025-09-18 03:44:23] "PUT /security-group/2f8f70f7-5a42-4dd9-8733-2f1cd4448633 HTTP/1.1" 200 262 0.015962 10.0.0.41 - - [2025-09-18 03:44:25] "GET /projects?obj_uuids=1e91e62d-ef85-4279-8996-9fd95a748290&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001049 10.0.0.56 - - [2025-09-18 03:44:25] "GET /project/1e91e62d-ef85-4279-8996-9fd95a748290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.068245 10.0.0.41 - - [2025-09-18 03:44:26] "GET /projects?obj_uuids=1e91e62d-ef85-4279-8996-9fd95a748290&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001386 10.0.0.56 - - [2025-09-18 03:44:26] "GET /project/1e91e62d-ef85-4279-8996-9fd95a748290?fields=virtual_networks HTTP/1.1" 200 1020 0.078415 10.0.0.41 - - [2025-09-18 03:44:26] "GET /projects?obj_uuids=1e91e62d-ef85-4279-8996-9fd95a748290&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001051 10.0.0.56 - - [2025-09-18 03:44:26] "GET /project/1e91e62d-ef85-4279-8996-9fd95a748290?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.056909 10.0.0.41 - - [2025-09-18 03:44:26] "GET /projects?obj_uuids=1e91e62d-ef85-4279-8996-9fd95a748290&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001423 10.0.0.56 - - [2025-09-18 03:44:26] "GET /project/1e91e62d-ef85-4279-8996-9fd95a748290?fields=security_groups HTTP/1.1" 200 1241 0.052676 10.0.0.56 - - [2025-09-18 03:44:27] "POST /fqname-to-id HTTP/1.1" 404 192 0.031147 10.0.0.41 - - [2025-09-18 03:44:27] "GET /projects?obj_uuids=63a058b2-2597-46f4-847b-4f6cc078cb6b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003602 10.0.0.41 - - [2025-09-18 03:44:27] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001006 10.0.0.41 - - [2025-09-18 03:44:27] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007375 10.0.0.41 - - [2025-09-18 03:44:27] "POST /id-to-fqname HTTP/1.1" 200 194 0.003005 10.0.0.41 - - [2025-09-18 03:44:27] "POST /fqname-to-id HTTP/1.1" 404 203 0.005867 10.0.0.41 - - [2025-09-18 03:44:27] "POST /security-groups HTTP/1.1" 200 595 0.036337 10.0.0.41 - - [2025-09-18 03:44:27] "POST /fqname-to-id HTTP/1.1" 404 238 0.003671 10.0.0.41 - - [2025-09-18 03:44:27] "POST /projects HTTP/1.1" 200 593 0.283583 10.0.0.41 - - [2025-09-18 03:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.339797 10.0.0.56 - - [2025-09-18 03:44:27] "GET /project/63a058b2-2597-46f4-847b-4f6cc078cb6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.515122 10.0.0.41 - - [2025-09-18 03:44:27] "POST /access-control-lists HTTP/1.1" 200 598 0.051155 10.0.0.56 - - [2025-09-18 03:44:29] "GET / HTTP/1.1" 200 35931 0.002048 10.0.0.56 - - [2025-09-18 03:44:31] "GET /obj-perms HTTP/1.1" 200 5056 0.071833 10.0.0.56 - - [2025-09-18 03:44:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000474 10.0.0.56 - - [2025-09-18 03:44:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.044837 10.0.0.41 - - [2025-09-18 03:44:32] "GET /projects?obj_uuids=63a058b2-2597-46f4-847b-4f6cc078cb6b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001003 10.0.0.22 - - [2025-09-18 03:44:32] "GET /obj-perms HTTP/1.1" 200 5056 0.397123 10.0.0.56 - - [2025-09-18 03:44:32] "GET /project/63a058b2-2597-46f4-847b-4f6cc078cb6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.043618 10.0.0.41 - - [2025-09-18 03:44:32] "POST /useragent-kv HTTP/1.1" 200 115 0.007417 10.0.0.56 - - [2025-09-18 03:44:32] "POST /neutron/subnet HTTP/1.1" 200 710 0.317480 10.0.0.56 - - [2025-09-18 03:44:32] "POST /id-to-fqname HTTP/1.1" 200 231 0.001184 10.0.0.56 - - [2025-09-18 03:44:32] "GET /virtual-network/c1882de2-0434-4176-98ce-6d538d6cae94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005002 10.0.0.56 - - [2025-09-18 03:44:32] "GET /virtual-network/c1882de2-0434-4176-98ce-6d538d6cae94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005512 10.0.0.56 - - [2025-09-18 03:44:32] "POST /neutron/network HTTP/1.1" 200 839 0.007099 10.0.0.56 - - [2025-09-18 03:44:32] "POST /id-to-fqname HTTP/1.1" 200 231 0.001179 10.0.0.41 - - [2025-09-18 03:44:33] "GET /projects?obj_uuids=63a058b2-2597-46f4-847b-4f6cc078cb6b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001439 10.0.0.56 - - [2025-09-18 03:44:33] "GET /project/63a058b2-2597-46f4-847b-4f6cc078cb6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.068516 10.0.0.56 - - [2025-09-18 03:44:33] "POST /neutron/network HTTP/1.1" 200 839 0.033259 10.0.0.56 - - [2025-09-18 03:44:34] "POST /id-to-fqname HTTP/1.1" 200 231 0.001679 10.0.0.56 - - [2025-09-18 03:44:34] "POST /neutron/port HTTP/1.1" 200 117 0.010890 10.0.0.41 - - [2025-09-18 03:44:34] "DELETE /access-control-list/cd459b60-8c2d-4d58-8415-ef53b756083a HTTP/1.1" 200 115 0.047318 10.0.0.56 - - [2025-09-18 03:44:35] "POST /neutron/port HTTP/1.1" 200 1061 0.019446 10.0.0.56 - - [2025-09-18 03:44:35] "POST /neutron/port HTTP/1.1" 200 1089 0.021262 10.0.0.56 - - [2025-09-18 03:44:35] "POST /neutron/port HTTP/1.1" 200 117 0.001850 10.0.0.56 - - [2025-09-18 03:44:52] "POST /neutron/security_group HTTP/1.1" 200 2062 0.034724 10.0.0.41 - - [2025-09-18 03:44:58] "GET /projects?obj_uuids=63a058b2-2597-46f4-847b-4f6cc078cb6b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000972 10.0.0.56 - - [2025-09-18 03:44:58] "GET /project/63a058b2-2597-46f4-847b-4f6cc078cb6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.077761 10.0.0.56 - - [2025-09-18 03:44:58] "POST /neutron/port HTTP/1.1" 200 1089 0.018481 10.0.0.56 - - [2025-09-18 03:44:59] "POST /neutron/port HTTP/1.1" 200 1089 0.014562 10.0.0.56 - - [2025-09-18 03:44:59] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007818 10.0.0.56 - - [2025-09-18 03:44:59] "GET /virtual-machine/98280905-7f2e-497d-82bd-c65899fecb91 HTTP/1.1" 401 292 0.000373 10.0.0.56 - - [2025-09-18 03:44:59] "POST /neutron/network HTTP/1.1" 200 849 0.013142 10.0.0.56 - - [2025-09-18 03:44:59] "GET /virtual-machine/98280905-7f2e-497d-82bd-c65899fecb91 HTTP/1.1" 200 1296 0.083585 10.0.0.56 - - [2025-09-18 03:44:59] "GET /virtual-machine-interface/253a1e37-96a9-47cd-9e9b-6eb41d2224bb HTTP/1.1" 200 2981 0.007846 10.0.0.56 - - [2025-09-18 03:45:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006665 10.0.0.56 - - [2025-09-18 03:45:00] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.010899 10.0.0.56 - - [2025-09-18 03:45:00] "GET /virtual-networks?parent_id=63a058b2-2597-46f4-847b-4f6cc078cb6b&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003664 10.0.0.56 - - [2025-09-18 03:45:00] "POST /neutron/port HTTP/1.1" 200 1061 0.076276 10.0.0.56 - - [2025-09-18 03:45:00] "GET /virtual-network/c1882de2-0434-4176-98ce-6d538d6cae94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005898 10.0.0.56 - - [2025-09-18 03:45:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004894 10.0.0.56 - - [2025-09-18 03:45:00] "POST /neutron/network HTTP/1.1" 200 839 0.012842 10.0.0.56 - - [2025-09-18 03:45:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005114 10.0.0.56 - - [2025-09-18 03:45:01] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.009758 10.0.0.56 - - [2025-09-18 03:45:01] "GET /virtual-networks?parent_id=63a058b2-2597-46f4-847b-4f6cc078cb6b&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.006472 10.0.0.56 - - [2025-09-18 03:45:01] "GET /virtual-network/c1882de2-0434-4176-98ce-6d538d6cae94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.008146 10.0.0.56 - - [2025-09-18 03:45:06] "POST /neutron/port HTTP/1.1" 200 1089 0.020413 10.0.0.41 - - [2025-09-18 03:45:07] "DELETE /project/63a058b2259746f4847b4f6cc078cb6b HTTP/1.1" 404 173 0.006765 10.0.0.41 - - [2025-09-18 03:45:07] "DELETE /project/1e91e62def85427989969fd95a748290 HTTP/1.1" 404 173 0.005774 10.0.0.41 - - [2025-09-18 03:45:07] "DELETE /project/4bd9e01b-0dad-4b1c-8ad9-199944b04e27 HTTP/1.1" 404 177 0.009987 10.0.0.41 - - [2025-09-18 03:45:07] "GET /projects?obj_uuids=1e91e62d-ef85-4279-8996-9fd95a748290&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001207 10.0.0.41 - - [2025-09-18 03:45:07] "GET /project/1e91e62d-ef85-4279-8996-9fd95a748290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.044914 10.0.0.41 - - [2025-09-18 03:45:07] "GET /projects?obj_uuids=1e91e62d-ef85-4279-8996-9fd95a748290&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000915 10.0.0.41 - - [2025-09-18 03:45:07] "GET /project/1e91e62d-ef85-4279-8996-9fd95a748290?fields=security_groups HTTP/1.1" 200 1346 0.050469 10.0.0.41 - - [2025-09-18 03:45:07] "DELETE /security-group/0845067e-c405-4916-b873-1d6792c9f1a5 HTTP/1.1" 200 115 0.052542 10.0.0.41 - - [2025-09-18 03:45:07] "GET /projects?obj_uuids=1e91e62d-ef85-4279-8996-9fd95a748290&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001075 10.0.0.41 - - [2025-09-18 03:45:08] "GET /project/1e91e62d-ef85-4279-8996-9fd95a748290?fields=application_policy_sets HTTP/1.1" 200 1385 0.054684 10.0.0.41 - - [2025-09-18 03:45:08] "DELETE /access-control-list/6c2a5409-5321-4517-94af-ea228f89f451 HTTP/1.1" 200 115 0.049752 10.0.0.41 - - [2025-09-18 03:45:08] "DELETE /project/1e91e62d-ef85-4279-8996-9fd95a748290 HTTP/1.1" 200 115 0.407492 10.0.0.56 - - [2025-09-18 03:45:11] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008782 10.0.0.56 - - [2025-09-18 03:45:22] "POST /neutron/port HTTP/1.1" 200 1089 0.015470 10.0.0.56 - - [2025-09-18 03:45:27] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007775 10.0.0.56 - - [2025-09-18 03:45:37] "POST /neutron/port HTTP/1.1" 200 1089 0.017161 10.0.0.56 - - [2025-09-18 03:45:42] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009777 10.0.0.56 - - [2025-09-18 03:45:42] "POST /neutron/port HTTP/1.1" 200 1089 0.019922 10.0.0.56 - - [2025-09-18 03:45:42] "GET /virtual-machine/657261a8-c539-444d-bbbe-ee423ec058fc HTTP/1.1" 200 1296 0.006772 10.0.0.56 - - [2025-09-18 03:45:42] "GET /virtual-machine-interface/bc3354ae-d65c-4395-aeae-f204e2664de2 HTTP/1.1" 200 2982 0.005459 10.0.0.56 - - [2025-09-18 03:45:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.56 - - [2025-09-18 03:45:42] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005545 10.0.0.56 - - [2025-09-18 03:45:42] "GET /virtual-networks?parent_id=63a058b2-2597-46f4-847b-4f6cc078cb6b&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003651 10.0.0.56 - - [2025-09-18 03:45:42] "GET /virtual-network/c1882de2-0434-4176-98ce-6d538d6cae94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006117 10.0.0.56 - - [2025-09-18 03:45:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.56 - - [2025-09-18 03:45:46] "GET /virtual-network/c1882de2-0434-4176-98ce-6d538d6cae94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007979 10.0.0.56 - - [2025-09-18 03:45:47] "POST /neutron/port HTTP/1.1" 200 1089 0.016353 10.0.0.56 - - [2025-09-18 03:45:47] "POST /neutron/subnet HTTP/1.1" 200 684 0.015540 10.0.0.56 - - [2025-09-18 03:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.56 - - [2025-09-18 03:45:50] "GET /virtual-network/c1882de2-0434-4176-98ce-6d538d6cae94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006109 10.0.0.56 - - [2025-09-18 03:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.56 - - [2025-09-18 03:45:54] "GET /virtual-network/c1882de2-0434-4176-98ce-6d538d6cae94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006589 10.0.0.56 - - [2025-09-18 03:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.56 - - [2025-09-18 03:45:58] "GET /virtual-network/c1882de2-0434-4176-98ce-6d538d6cae94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005785 10.0.0.56 - - [2025-09-18 03:45:59] "POST /neutron/port HTTP/1.1" 200 1089 0.016090 10.0.0.56 - - [2025-09-18 03:45:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003626 10.0.0.56 - - [2025-09-18 03:45:59] "POST /neutron/network HTTP/1.1" 200 839 0.008532 10.0.0.56 - - [2025-09-18 03:46:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.56 - - [2025-09-18 03:46:02] "GET /virtual-network/c1882de2-0434-4176-98ce-6d538d6cae94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006013 10.0.0.56 - - [2025-09-18 03:46:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004332 10.0.0.56 - - [2025-09-18 03:46:06] "GET /virtual-network/c1882de2-0434-4176-98ce-6d538d6cae94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005278 10.0.0.56 - - [2025-09-18 03:46:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004801 10.0.0.56 - - [2025-09-18 03:46:10] "GET /virtual-network/c1882de2-0434-4176-98ce-6d538d6cae94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005759 10.0.0.56 - - [2025-09-18 03:46:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.56 - - [2025-09-18 03:46:14] "GET /virtual-network/c1882de2-0434-4176-98ce-6d538d6cae94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005521 10.0.0.56 - - [2025-09-18 03:46:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.56 - - [2025-09-18 03:46:18] "GET /virtual-network/c1882de2-0434-4176-98ce-6d538d6cae94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005704 10.0.0.56 - - [2025-09-18 03:46:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.56 - - [2025-09-18 03:46:22] "GET /virtual-network/c1882de2-0434-4176-98ce-6d538d6cae94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006138 10.0.0.56 - - [2025-09-18 03:46:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.56 - - [2025-09-18 03:46:26] "GET /virtual-network/c1882de2-0434-4176-98ce-6d538d6cae94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005714 10.0.0.56 - - [2025-09-18 03:46:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.56 - - [2025-09-18 03:46:31] "GET /virtual-network/c1882de2-0434-4176-98ce-6d538d6cae94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005904 10.0.0.56 - - [2025-09-18 03:46:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.56 - - [2025-09-18 03:46:35] "GET /virtual-network/c1882de2-0434-4176-98ce-6d538d6cae94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005609 10.0.0.56 - - [2025-09-18 03:46:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004367 10.0.0.56 - - [2025-09-18 03:46:39] "GET /virtual-network/c1882de2-0434-4176-98ce-6d538d6cae94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007859 10.0.0.56 - - [2025-09-18 03:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004858 10.0.0.56 - - [2025-09-18 03:46:43] "GET /virtual-network/c1882de2-0434-4176-98ce-6d538d6cae94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005710 10.0.0.56 - - [2025-09-18 03:46:47] "POST /neutron/network HTTP/1.1" 200 849 0.007099 10.0.0.56 - - [2025-09-18 03:46:47] "POST /neutron/port HTTP/1.1" 200 117 0.001467 10.0.0.56 - - [2025-09-18 03:46:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004954 10.0.0.56 - - [2025-09-18 03:46:47] "GET /virtual-network/c1882de2-0434-4176-98ce-6d538d6cae94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005744 10.0.0.56 - - [2025-09-18 03:46:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.56 - - [2025-09-18 03:46:49] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004735 10.0.0.56 - - [2025-09-18 03:46:49] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007167 10.0.0.56 - - [2025-09-18 03:46:49] "GET /virtual-networks?parent_id=63a058b2-2597-46f4-847b-4f6cc078cb6b&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003001 10.0.0.56 - - [2025-09-18 03:46:49] "GET /virtual-network/c1882de2-0434-4176-98ce-6d538d6cae94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006486 10.0.0.56 - - [2025-09-18 03:46:54] "POST /neutron/port HTTP/1.1" 200 1089 0.015463 10.0.0.22 - - [2025-09-18 03:46:58] "GET /global-system-configs HTTP/1.1" 200 322 0.033300 10.0.0.41 - - [2025-09-18 03:46:59] "GET /obj-perms HTTP/1.1" 200 5056 0.135424 10.0.0.41 - - [2025-09-18 03:46:59] "GET /global-system-configs HTTP/1.1" 200 322 0.121697 10.0.0.22 - - [2025-09-18 03:46:59] "GET /obj-perms HTTP/1.1" 200 5056 0.177779 10.0.0.56 - - [2025-09-18 03:46:59] "GET /obj-perms HTTP/1.1" 200 5056 0.198982 10.0.0.22 - - [2025-09-18 03:46:59] "GET /global-system-configs HTTP/1.1" 200 322 0.006008 10.0.0.41 - - [2025-09-18 03:46:59] "GET /global-system-configs HTTP/1.1" 200 322 0.034411 10.0.0.56 - - [2025-09-18 03:47:00] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009141 10.0.0.41 - - [2025-09-18 03:47:00] "GET /obj-perms HTTP/1.1" 200 5056 0.155124 10.0.0.56 - - [2025-09-18 03:47:01] "GET /global-system-configs HTTP/1.1" 200 322 0.130571 10.0.0.22 - - [2025-09-18 03:47:01] "GET /obj-perms HTTP/1.1" 200 5056 0.320200 10.0.0.56 - - [2025-09-18 03:47:01] "GET /obj-perms HTTP/1.1" 200 5056 0.323159 10.0.0.56 - - [2025-09-18 03:47:01] "POST /neutron/network HTTP/1.1" 200 849 0.108397 10.0.0.56 - - [2025-09-18 03:47:01] "POST /neutron/port HTTP/1.1" 200 117 0.001060 10.0.0.56 - - [2025-09-18 03:47:02] "GET /global-system-configs HTTP/1.1" 200 322 0.034439 10.0.0.56 - - [2025-09-18 03:47:05] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007368 10.0.0.56 - - [2025-09-18 03:47:15] "POST /neutron/port HTTP/1.1" 200 1089 0.015920 10.0.0.56 - - [2025-09-18 03:47:20] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007021 10.0.0.56 - - [2025-09-18 03:47:31] "POST /neutron/port HTTP/1.1" 200 1089 0.023372 10.0.0.56 - - [2025-09-18 03:47:36] "POST /fqname-to-id HTTP/1.1" 404 240 0.003725 10.0.0.56 - - [2025-09-18 03:47:36] "POST /bgp-as-a-services HTTP/1.1" 200 597 0.035124 10.0.0.56 - - [2025-09-18 03:47:36] "GET /bgp-as-a-service/4ffac1bb-7f8e-4305-8daa-2b7ff32a821e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.007122 10.0.0.56 - - [2025-09-18 03:47:36] "GET /virtual-machine-interface/bc3354ae-d65c-4395-aeae-f204e2664de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.005368 10.0.0.56 - - [2025-09-18 03:47:36] "POST /ref-update HTTP/1.1" 200 156 0.013425 10.0.0.56 - - [2025-09-18 03:47:37] "POST /neutron/subnet HTTP/1.1" 200 710 0.011078 10.0.0.41 - - [2025-09-18 03:47:37] "POST /ref-update HTTP/1.1" 200 156 0.065715 10.0.0.56 - - [2025-09-18 03:47:48] "POST /neutron/port HTTP/1.1" 200 1089 0.043303 10.0.0.56 - - [2025-09-18 03:47:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004381 10.0.0.56 - - [2025-09-18 03:47:48] "POST /neutron/network HTTP/1.1" 200 839 0.007493 10.0.0.56 - - [2025-09-18 03:47:58] "POST /neutron/network HTTP/1.1" 200 849 0.007271 10.0.0.56 - - [2025-09-18 03:47:58] "POST /neutron/port HTTP/1.1" 200 117 0.001570 10.0.0.56 - - [2025-09-18 03:48:02] "GET /bgp-as-a-service/4ffac1bb-7f8e-4305-8daa-2b7ff32a821e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.007874 10.0.0.56 - - [2025-09-18 03:48:02] "GET /virtual-machine-interface/bc3354ae-d65c-4395-aeae-f204e2664de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3090 0.010366 10.0.0.56 - - [2025-09-18 03:48:02] "POST /ref-update HTTP/1.1" 200 156 0.015051 10.0.0.41 - - [2025-09-18 03:48:02] "POST /ref-update HTTP/1.1" 200 156 0.015904 10.0.0.56 - - [2025-09-18 03:48:02] "DELETE /bgp-as-a-service/4ffac1bb-7f8e-4305-8daa-2b7ff32a821e HTTP/1.1" 200 115 0.053140 10.0.0.56 - - [2025-09-18 03:48:02] "POST /neutron/network HTTP/1.1" 400 204 0.026636 10.0.0.56 - - [2025-09-18 03:48:03] "POST /neutron/port HTTP/1.1" 200 151 0.186531 10.0.0.56 - - [2025-09-18 03:48:03] "POST /neutron/port HTTP/1.1" 200 151 0.205309 10.0.0.41 - - [2025-09-18 03:48:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005790 10.0.0.41 - - [2025-09-18 03:48:06] "GET /projects?obj_uuids=63a058b2-2597-46f4-847b-4f6cc078cb6b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001280 10.0.0.56 - - [2025-09-18 03:48:06] "GET /project/63a058b2-2597-46f4-847b-4f6cc078cb6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.045864 10.0.0.41 - - [2025-09-18 03:48:06] "GET /projects?obj_uuids=63a058b2-2597-46f4-847b-4f6cc078cb6b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001508 10.0.0.56 - - [2025-09-18 03:48:06] "GET /project/63a058b2-2597-46f4-847b-4f6cc078cb6b?fields=virtual_networks HTTP/1.1" 200 1038 0.042041 10.0.0.41 - - [2025-09-18 03:48:06] "GET /projects?obj_uuids=63a058b2-2597-46f4-847b-4f6cc078cb6b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000927 10.0.0.56 - - [2025-09-18 03:48:06] "GET /project/63a058b2-2597-46f4-847b-4f6cc078cb6b?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.048995 10.0.0.41 - - [2025-09-18 03:48:06] "GET /projects?obj_uuids=63a058b2-2597-46f4-847b-4f6cc078cb6b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000964 10.0.0.56 - - [2025-09-18 03:48:06] "GET /project/63a058b2-2597-46f4-847b-4f6cc078cb6b?fields=security_groups HTTP/1.1" 200 1268 0.043222 10.0.0.56 - - [2025-09-18 03:48:07] "POST /fqname-to-id HTTP/1.1" 404 189 0.033173 10.0.0.41 - - [2025-09-18 03:48:07] "GET /projects?obj_uuids=c324f0b1-77af-4b12-b7ec-3a17cfa09c36&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004064 10.0.0.41 - - [2025-09-18 03:48:07] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001278 10.0.0.41 - - [2025-09-18 03:48:07] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007497 10.0.0.41 - - [2025-09-18 03:48:07] "POST /id-to-fqname HTTP/1.1" 200 191 0.003092 10.0.0.41 - - [2025-09-18 03:48:07] "POST /fqname-to-id HTTP/1.1" 404 200 0.007506 10.0.0.41 - - [2025-09-18 03:48:07] "POST /security-groups HTTP/1.1" 200 592 0.039051 10.0.0.41 - - [2025-09-18 03:48:07] "POST /projects HTTP/1.1" 200 587 0.261906 10.0.0.41 - - [2025-09-18 03:48:07] "POST /access-control-lists HTTP/1.1" 200 597 0.038117 10.0.0.41 - - [2025-09-18 03:48:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.342647 10.0.0.56 - - [2025-09-18 03:48:07] "GET /project/c324f0b1-77af-4b12-b7ec-3a17cfa09c36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.486737 10.0.0.41 - - [2025-09-18 03:48:08] "DELETE /project/c324f0b177af4b12b7ec3a17cfa09c36 HTTP/1.1" 404 173 0.005716 10.0.0.41 - - [2025-09-18 03:48:08] "GET /projects?obj_uuids=63a058b2-2597-46f4-847b-4f6cc078cb6b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000796 10.0.0.41 - - [2025-09-18 03:48:08] "GET /project/63a058b2-2597-46f4-847b-4f6cc078cb6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.042484 10.0.0.41 - - [2025-09-18 03:48:08] "GET /projects?obj_uuids=63a058b2-2597-46f4-847b-4f6cc078cb6b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001362 10.0.0.41 - - [2025-09-18 03:48:08] "GET /project/63a058b2-2597-46f4-847b-4f6cc078cb6b?fields=security_groups HTTP/1.1" 200 1373 0.043724 10.0.0.41 - - [2025-09-18 03:48:08] "DELETE /security-group/6dec6c57-d708-4047-9354-679d577ba818 HTTP/1.1" 200 115 0.055183 10.0.0.41 - - [2025-09-18 03:48:08] "GET /projects?obj_uuids=63a058b2-2597-46f4-847b-4f6cc078cb6b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001071 10.0.0.41 - - [2025-09-18 03:48:08] "DELETE /access-control-list/da2a2f5d-3449-4752-a469-e7b6f0665410 HTTP/1.1" 200 115 0.047203 10.0.0.41 - - [2025-09-18 03:48:08] "GET /project/63a058b2-2597-46f4-847b-4f6cc078cb6b?fields=application_policy_sets HTTP/1.1" 200 1412 0.058806 10.0.0.41 - - [2025-09-18 03:48:08] "DELETE /project/63a058b2-2597-46f4-847b-4f6cc078cb6b HTTP/1.1" 200 115 0.414662 10.0.0.56 - - [2025-09-18 03:48:09] "GET / HTTP/1.1" 200 35931 0.002153 10.0.0.56 - - [2025-09-18 03:48:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000547 10.0.0.56 - - [2025-09-18 03:48:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.066417 10.0.0.41 - - [2025-09-18 03:48:11] "GET /projects?obj_uuids=c324f0b1-77af-4b12-b7ec-3a17cfa09c36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001104 10.0.0.56 - - [2025-09-18 03:48:11] "GET /project/c324f0b1-77af-4b12-b7ec-3a17cfa09c36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.050288 10.0.0.56 - - [2025-09-18 03:48:11] "POST /neutron/network HTTP/1.1" 200 117 0.037061 10.0.0.41 - - [2025-09-18 03:48:11] "POST /ref-update HTTP/1.1" 200 156 0.024245 10.0.0.56 - - [2025-09-18 03:48:12] "POST /neutron/network HTTP/1.1" 200 831 0.015838 10.0.0.56 - - [2025-09-18 03:48:12] "POST /id-to-fqname HTTP/1.1" 200 225 0.001118 10.0.0.56 - - [2025-09-18 03:48:12] "GET /virtual-network/8fde27a8-78de-4963-9af4-410cffe6ebc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005131 10.0.0.56 - - [2025-09-18 03:48:12] "GET /virtual-network/8fde27a8-78de-4963-9af4-410cffe6ebc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005713 10.0.0.56 - - [2025-09-18 03:48:12] "POST /neutron/subnet HTTP/1.1" 200 715 0.009413 10.0.0.56 - - [2025-09-18 03:48:12] "POST /id-to-fqname HTTP/1.1" 200 225 0.001453 10.0.0.41 - - [2025-09-18 03:48:13] "GET /projects?obj_uuids=c324f0b1-77af-4b12-b7ec-3a17cfa09c36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001001 10.0.0.56 - - [2025-09-18 03:48:13] "GET /project/c324f0b1-77af-4b12-b7ec-3a17cfa09c36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.070792 10.0.0.56 - - [2025-09-18 03:48:13] "POST /neutron/port HTTP/1.1" 200 117 0.006905 10.0.0.56 - - [2025-09-18 03:48:13] "POST /id-to-fqname HTTP/1.1" 200 225 0.003198 10.0.0.56 - - [2025-09-18 03:48:13] "POST /neutron/network HTTP/1.1" 200 841 0.007046 10.0.0.56 - - [2025-09-18 03:48:14] "POST /neutron/port HTTP/1.1" 200 1059 0.031774 10.0.0.41 - - [2025-09-18 03:48:14] "GET /projects?obj_uuids=c324f0b1-77af-4b12-b7ec-3a17cfa09c36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001146 10.0.0.56 - - [2025-09-18 03:48:14] "POST /neutron/port HTTP/1.1" 200 1087 0.034273 10.0.0.56 - - [2025-09-18 03:48:14] "GET /project/c324f0b1-77af-4b12-b7ec-3a17cfa09c36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.112759 10.0.0.56 - - [2025-09-18 03:48:15] "POST /neutron/subnet HTTP/1.1" 200 689 0.029259 10.0.0.56 - - [2025-09-18 03:48:15] "POST /neutron/port HTTP/1.1" 200 1087 0.031785 10.0.0.56 - - [2025-09-18 03:48:15] "POST /id-to-fqname HTTP/1.1" 200 225 0.001647 10.0.0.56 - - [2025-09-18 03:48:15] "POST /neutron/port HTTP/1.1" 200 1087 0.042101 10.0.0.56 - - [2025-09-18 03:48:15] "POST /neutron/network HTTP/1.1" 200 841 0.019239 10.0.0.56 - - [2025-09-18 03:48:16] "POST /neutron/port HTTP/1.1" 200 1059 0.028740 10.0.0.41 - - [2025-09-18 03:48:16] "GET /projects?obj_uuids=c324f0b1-77af-4b12-b7ec-3a17cfa09c36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001462 10.0.0.56 - - [2025-09-18 03:48:16] "GET /project/c324f0b1-77af-4b12-b7ec-3a17cfa09c36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.133996 10.0.0.56 - - [2025-09-18 03:48:16] "POST /neutron/network HTTP/1.1" 200 831 0.012199 10.0.0.56 - - [2025-09-18 03:48:16] "POST /neutron/port HTTP/1.1" 200 117 0.001658 10.0.0.56 - - [2025-09-18 03:48:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014021 10.0.0.56 - - [2025-09-18 03:48:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007233 10.0.0.56 - - [2025-09-18 03:48:18] "POST /neutron/port HTTP/1.1" 200 1059 0.029525 10.0.0.56 - - [2025-09-18 03:48:18] "POST /neutron/port HTTP/1.1" 200 1087 0.039407 10.0.0.56 - - [2025-09-18 03:48:19] "POST /neutron/port HTTP/1.1" 200 117 0.002106 10.0.0.56 - - [2025-09-18 03:48:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007111 10.0.0.56 - - [2025-09-18 03:48:32] "POST /neutron/port HTTP/1.1" 200 1087 0.014741 10.0.0.41 - - [2025-09-18 03:48:34] "GET /obj-perms HTTP/1.1" 200 5056 0.078691 10.0.0.56 - - [2025-09-18 03:48:35] "GET /obj-perms HTTP/1.1" 200 5056 0.053186 10.0.0.56 - - [2025-09-18 03:48:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009042 10.0.0.56 - - [2025-09-18 03:48:47] "POST /neutron/port HTTP/1.1" 200 1087 0.015388 10.0.0.56 - - [2025-09-18 03:48:48] "POST /neutron/port HTTP/1.1" 200 1087 0.018243 10.0.0.56 - - [2025-09-18 03:48:48] "POST /neutron/subnet HTTP/1.1" 200 689 0.009414 10.0.0.56 - - [2025-09-18 03:48:53] "POST /neutron/port HTTP/1.1" 200 1087 0.016546 10.0.0.56 - - [2025-09-18 03:48:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008654 10.0.0.56 - - [2025-09-18 03:48:53] "GET /virtual-machine/d8a3f7a1-f2ee-4fbf-9812-d3ea73d81b2b HTTP/1.1" 401 292 0.000440 10.0.0.56 - - [2025-09-18 03:48:53] "GET /virtual-machine/d8a3f7a1-f2ee-4fbf-9812-d3ea73d81b2b HTTP/1.1" 200 1294 0.034209 10.0.0.56 - - [2025-09-18 03:48:53] "GET /virtual-machine-interface/9247fb10-8736-4558-a579-e46255c5976b HTTP/1.1" 200 2958 0.005777 10.0.0.56 - - [2025-09-18 03:48:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.56 - - [2025-09-18 03:48:53] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003828 10.0.0.56 - - [2025-09-18 03:48:53] "GET /virtual-networks?parent_id=c324f0b1-77af-4b12-b7ec-3a17cfa09c36&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003218 10.0.0.56 - - [2025-09-18 03:48:53] "GET /virtual-network/8fde27a8-78de-4963-9af4-410cffe6ebc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006153 10.0.0.56 - - [2025-09-18 03:48:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.56 - - [2025-09-18 03:48:56] "GET /virtual-network/8fde27a8-78de-4963-9af4-410cffe6ebc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005923 10.0.0.56 - - [2025-09-18 03:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004494 10.0.0.56 - - [2025-09-18 03:49:01] "GET /virtual-network/8fde27a8-78de-4963-9af4-410cffe6ebc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006008 10.0.0.56 - - [2025-09-18 03:49:02] "POST /neutron/port HTTP/1.1" 200 1087 0.020869 10.0.0.56 - - [2025-09-18 03:49:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004678 10.0.0.56 - - [2025-09-18 03:49:02] "POST /neutron/network HTTP/1.1" 200 831 0.007317 10.0.0.56 - - [2025-09-18 03:49:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.56 - - [2025-09-18 03:49:05] "GET /virtual-network/8fde27a8-78de-4963-9af4-410cffe6ebc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005754 10.0.0.56 - - [2025-09-18 03:49:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.56 - - [2025-09-18 03:49:09] "GET /virtual-network/8fde27a8-78de-4963-9af4-410cffe6ebc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005600 10.0.0.56 - - [2025-09-18 03:49:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.56 - - [2025-09-18 03:49:13] "GET /virtual-network/8fde27a8-78de-4963-9af4-410cffe6ebc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006353 10.0.0.56 - - [2025-09-18 03:49:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.56 - - [2025-09-18 03:49:17] "GET /virtual-network/8fde27a8-78de-4963-9af4-410cffe6ebc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005432 10.0.0.56 - - [2025-09-18 03:49:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004586 10.0.0.56 - - [2025-09-18 03:49:21] "GET /virtual-network/8fde27a8-78de-4963-9af4-410cffe6ebc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005681 10.0.0.56 - - [2025-09-18 03:49:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.56 - - [2025-09-18 03:49:25] "GET /virtual-network/8fde27a8-78de-4963-9af4-410cffe6ebc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005604 10.0.0.56 - - [2025-09-18 03:49:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.56 - - [2025-09-18 03:49:29] "GET /virtual-network/8fde27a8-78de-4963-9af4-410cffe6ebc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005689 10.0.0.56 - - [2025-09-18 03:49:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005443 10.0.0.56 - - [2025-09-18 03:49:33] "GET /virtual-network/8fde27a8-78de-4963-9af4-410cffe6ebc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009775 10.0.0.22 - - [2025-09-18 03:49:35] "GET /obj-perms HTTP/1.1" 200 5056 0.063386 10.0.0.56 - - [2025-09-18 03:49:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.56 - - [2025-09-18 03:49:37] "GET /virtual-network/8fde27a8-78de-4963-9af4-410cffe6ebc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005952 10.0.0.56 - - [2025-09-18 03:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.56 - - [2025-09-18 03:49:42] "GET /virtual-network/8fde27a8-78de-4963-9af4-410cffe6ebc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006606 10.0.0.56 - - [2025-09-18 03:49:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005120 10.0.0.56 - - [2025-09-18 03:49:46] "GET /virtual-network/8fde27a8-78de-4963-9af4-410cffe6ebc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007596 10.0.0.56 - - [2025-09-18 03:49:48] "POST /neutron/port HTTP/1.1" 200 1087 0.016990 10.0.0.56 - - [2025-09-18 03:49:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004462 10.0.0.56 - - [2025-09-18 03:49:48] "POST /neutron/network HTTP/1.1" 200 831 0.007578 10.0.0.56 - - [2025-09-18 03:49:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.56 - - [2025-09-18 03:49:50] "GET /virtual-network/8fde27a8-78de-4963-9af4-410cffe6ebc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006071 10.0.0.56 - - [2025-09-18 03:49:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.56 - - [2025-09-18 03:49:54] "GET /virtual-network/8fde27a8-78de-4963-9af4-410cffe6ebc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006030 10.0.0.56 - - [2025-09-18 03:49:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745 10.0.0.56 - - [2025-09-18 03:49:58] "GET /virtual-network/8fde27a8-78de-4963-9af4-410cffe6ebc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006070 10.0.0.56 - - [2025-09-18 03:50:00] "POST /neutron/network HTTP/1.1" 200 841 0.042596 10.0.0.56 - - [2025-09-18 03:50:00] "POST /neutron/port HTTP/1.1" 200 117 0.001397 10.0.0.56 - - [2025-09-18 03:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.56 - - [2025-09-18 03:50:02] "GET /virtual-network/8fde27a8-78de-4963-9af4-410cffe6ebc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006567 10.0.0.56 - - [2025-09-18 03:50:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.56 - - [2025-09-18 03:50:06] "GET /virtual-network/8fde27a8-78de-4963-9af4-410cffe6ebc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006157 10.0.0.56 - - [2025-09-18 03:50:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.041980 10.0.0.56 - - [2025-09-18 03:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.56 - - [2025-09-18 03:50:08] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004271 10.0.0.56 - - [2025-09-18 03:50:08] "GET /virtual-networks?parent_id=c324f0b1-77af-4b12-b7ec-3a17cfa09c36&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003896 10.0.0.56 - - [2025-09-18 03:50:08] "GET /virtual-network/8fde27a8-78de-4963-9af4-410cffe6ebc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006415 10.0.0.56 - - [2025-09-18 03:50:08] "POST /neutron/port HTTP/1.1" 200 1087 0.018138 10.0.0.56 - - [2025-09-18 03:50:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011109 10.0.0.56 - - [2025-09-18 03:50:24] "POST /neutron/port HTTP/1.1" 200 1087 0.015460 10.0.0.56 - - [2025-09-18 03:50:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007098 10.0.0.56 - - [2025-09-18 03:50:39] "POST /neutron/port HTTP/1.1" 200 1087 0.019442 10.0.0.56 - - [2025-09-18 03:50:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008481 10.0.0.56 - - [2025-09-18 03:50:48] "POST /neutron/network HTTP/1.1" 200 841 0.007384 10.0.0.56 - - [2025-09-18 03:50:48] "POST /neutron/port HTTP/1.1" 200 117 0.001617 10.0.0.56 - - [2025-09-18 03:50:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007879 10.0.0.56 - - [2025-09-18 03:51:00] "POST /neutron/port HTTP/1.1" 200 1087 0.017494 10.0.0.56 - - [2025-09-18 03:51:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004082 10.0.0.56 - - [2025-09-18 03:51:00] "POST /neutron/network HTTP/1.1" 200 831 0.007381 10.0.0.56 - - [2025-09-18 03:51:00] "POST /neutron/port HTTP/1.1" 200 1087 0.026219 10.0.0.56 - - [2025-09-18 03:51:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009410 10.0.0.56 - - [2025-09-18 03:51:00] "GET /virtual-machine/4a7b076d-45a1-4f67-aa21-95b3d4a95419 HTTP/1.1" 200 1293 0.007197 10.0.0.56 - - [2025-09-18 03:51:01] "GET /virtual-machine-interface/b126f9d1-2184-46b9-8990-ed672c10713e HTTP/1.1" 200 2957 0.007922 10.0.0.56 - - [2025-09-18 03:51:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.56 - - [2025-09-18 03:51:01] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004899 10.0.0.56 - - [2025-09-18 03:51:01] "GET /virtual-networks?parent_id=c324f0b1-77af-4b12-b7ec-3a17cfa09c36&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003320 10.0.0.56 - - [2025-09-18 03:51:01] "GET /virtual-network/8fde27a8-78de-4963-9af4-410cffe6ebc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008749 10.0.0.56 - - [2025-09-18 03:51:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004638 10.0.0.56 - - [2025-09-18 03:51:02] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004052 10.0.0.56 - - [2025-09-18 03:51:02] "GET /virtual-networks?parent_id=c324f0b1-77af-4b12-b7ec-3a17cfa09c36&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003067 10.0.0.56 - - [2025-09-18 03:51:02] "GET /virtual-network/8fde27a8-78de-4963-9af4-410cffe6ebc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006721 10.0.0.56 - - [2025-09-18 03:51:02] "POST /neutron/port HTTP/1.1" 200 1087 0.023493 10.0.0.56 - - [2025-09-18 03:51:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008541 10.0.0.56 - - [2025-09-18 03:51:02] "GET /virtual-machine/bb0270e5-4941-495e-ac87-22ea38b109c5 HTTP/1.1" 200 1294 0.006160 10.0.0.56 - - [2025-09-18 03:51:02] "GET /virtual-machine-interface/7e8a17b6-2b96-456d-92fa-84bfba94eda5 HTTP/1.1" 200 2957 0.005813 10.0.0.56 - - [2025-09-18 03:51:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.56 - - [2025-09-18 03:51:02] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005511 10.0.0.56 - - [2025-09-18 03:51:02] "GET /virtual-networks?parent_id=c324f0b1-77af-4b12-b7ec-3a17cfa09c36&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003561 10.0.0.56 - - [2025-09-18 03:51:02] "GET /virtual-network/8fde27a8-78de-4963-9af4-410cffe6ebc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008113 10.0.0.56 - - [2025-09-18 03:51:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.56 - - [2025-09-18 03:51:03] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004661 10.0.0.56 - - [2025-09-18 03:51:03] "GET /virtual-networks?parent_id=c324f0b1-77af-4b12-b7ec-3a17cfa09c36&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003557 10.0.0.56 - - [2025-09-18 03:51:03] "GET /virtual-network/8fde27a8-78de-4963-9af4-410cffe6ebc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005668 10.0.0.56 - - [2025-09-18 03:51:04] "POST /fqname-to-id HTTP/1.1" 404 198 0.004630 10.0.0.56 - - [2025-09-18 03:51:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.56 - - [2025-09-18 03:51:04] "GET /global-system-config/aee5c6de-1ab0-4a02-98ca-599266c651ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.009103 10.0.0.56 - - [2025-09-18 03:51:04] "POST /control-node-zones HTTP/1.1" 200 569 0.032326 10.0.0.56 - - [2025-09-18 03:51:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.56 - - [2025-09-18 03:51:04] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004687 10.0.0.56 - - [2025-09-18 03:51:04] "GET /control-node-zone/c9f9ddec-7230-417b-99e5-02e0dc82c12a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006055 10.0.0.56 - - [2025-09-18 03:51:04] "PUT /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def HTTP/1.1" 200 254 0.025253 10.0.0.56 - - [2025-09-18 03:51:04] "POST /fqname-to-id HTTP/1.1" 404 198 0.003201 10.0.0.56 - - [2025-09-18 03:51:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.56 - - [2025-09-18 03:51:04] "GET /global-system-config/aee5c6de-1ab0-4a02-98ca-599266c651ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006830 10.0.0.56 - - [2025-09-18 03:51:04] "POST /control-node-zones HTTP/1.1" 200 569 0.028073 10.0.0.56 - - [2025-09-18 03:51:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.56 - - [2025-09-18 03:51:04] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004816 10.0.0.56 - - [2025-09-18 03:51:04] "GET /control-node-zone/7618eb4c-2207-4974-b018-a48ac49c12e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.006236 10.0.0.56 - - [2025-09-18 03:51:04] "PUT /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558 HTTP/1.1" 200 254 0.021569 10.0.0.56 - - [2025-09-18 03:51:04] "POST /fqname-to-id HTTP/1.1" 404 198 0.003730 10.0.0.56 - - [2025-09-18 03:51:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.56 - - [2025-09-18 03:51:04] "GET /global-system-config/aee5c6de-1ab0-4a02-98ca-599266c651ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007820 10.0.0.56 - - [2025-09-18 03:51:04] "POST /control-node-zones HTTP/1.1" 200 569 0.027584 10.0.0.56 - - [2025-09-18 03:51:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.56 - - [2025-09-18 03:51:05] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004546 10.0.0.56 - - [2025-09-18 03:51:05] "GET /control-node-zone/a350d4d7-cc51-4a51-a4eb-ca2a00d4b815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.007172 10.0.0.56 - - [2025-09-18 03:51:05] "PUT /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13 HTTP/1.1" 200 254 0.023004 10.0.0.56 - - [2025-09-18 03:51:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.56 - - [2025-09-18 03:51:05] "GET /global-system-config/aee5c6de-1ab0-4a02-98ca-599266c651ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007514 10.0.0.56 - - [2025-09-18 03:51:05] "POST /fqname-to-id HTTP/1.1" 404 234 0.003364 10.0.0.56 - - [2025-09-18 03:51:05] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.038330 10.0.0.56 - - [2025-09-18 03:51:05] "POST /neutron/network HTTP/1.1" 200 831 0.008992 10.0.0.56 - - [2025-09-18 03:51:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.56 - - [2025-09-18 03:51:05] "GET /bgp-as-a-service/6d7501db-b54e-4374-bb0f-a1b579a1b5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1546 0.005789 10.0.0.56 - - [2025-09-18 03:51:05] "GET /control-node-zone/c9f9ddec-7230-417b-99e5-02e0dc82c12a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003890 10.0.0.56 - - [2025-09-18 03:51:05] "POST /ref-update HTTP/1.1" 200 156 0.017977 10.0.0.56 - - [2025-09-18 03:51:28] "GET /bgp-as-a-service/6d7501db-b54e-4374-bb0f-a1b579a1b5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1834 0.006312 10.0.0.56 - - [2025-09-18 03:51:28] "GET /virtual-machine-interface/9247fb10-8736-4558-a579-e46255c5976b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.006265 10.0.0.56 - - [2025-09-18 03:51:29] "POST /ref-update HTTP/1.1" 200 156 0.014366 10.0.0.41 - - [2025-09-18 03:51:29] "POST /ref-update HTTP/1.1" 200 156 0.077438 10.0.0.56 - - [2025-09-18 03:51:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.56 - - [2025-09-18 03:51:30] "GET /global-system-config/aee5c6de-1ab0-4a02-98ca-599266c651ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.005523 10.0.0.56 - - [2025-09-18 03:51:30] "POST /fqname-to-id HTTP/1.1" 404 234 0.003064 10.0.0.56 - - [2025-09-18 03:51:30] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.034239 10.0.0.56 - - [2025-09-18 03:51:30] "POST /neutron/subnet HTTP/1.1" 200 715 0.009055 10.0.0.56 - - [2025-09-18 03:51:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.56 - - [2025-09-18 03:51:30] "GET /bgp-as-a-service/2f329d21-c1dc-4687-9ee9-e4e541c3f91c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1546 0.006014 10.0.0.56 - - [2025-09-18 03:51:30] "GET /control-node-zone/7618eb4c-2207-4974-b018-a48ac49c12e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003865 10.0.0.56 - - [2025-09-18 03:51:30] "POST /ref-update HTTP/1.1" 200 156 0.015376 10.0.0.56 - - [2025-09-18 03:51:40] "GET /bgp-as-a-service/2f329d21-c1dc-4687-9ee9-e4e541c3f91c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.006778 10.0.0.56 - - [2025-09-18 03:51:40] "GET /virtual-machine-interface/b126f9d1-2184-46b9-8990-ed672c10713e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.005834 10.0.0.56 - - [2025-09-18 03:51:40] "POST /ref-update HTTP/1.1" 200 156 0.015222 10.0.0.41 - - [2025-09-18 03:51:40] "POST /bgp-routers HTTP/1.1" 200 640 0.046931 10.0.0.41 - - [2025-09-18 03:51:40] "PUT /bgp-router/b958187c-04c6-42ec-8b74-d99c723ec2f4 HTTP/1.1" 200 254 0.039182 10.0.0.56 - - [2025-09-18 03:51:50] "POST /neutron/port HTTP/1.1" 200 1087 0.017493 10.0.0.56 - - [2025-09-18 03:51:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005302 10.0.0.56 - - [2025-09-18 03:51:50] "POST /neutron/network HTTP/1.1" 200 831 0.007298 10.0.0.22 - - [2025-09-18 03:51:58] "GET /global-system-configs HTTP/1.1" 200 322 0.087315 10.0.0.41 - - [2025-09-18 03:51:59] "GET /obj-perms HTTP/1.1" 200 5056 0.106716 10.0.0.41 - - [2025-09-18 03:51:59] "GET /global-system-configs HTTP/1.1" 200 322 0.070281 10.0.0.56 - - [2025-09-18 03:51:59] "GET /obj-perms HTTP/1.1" 200 5056 0.219544 10.0.0.22 - - [2025-09-18 03:51:59] "GET /obj-perms HTTP/1.1" 200 5056 0.235077 10.0.0.56 - - [2025-09-18 03:52:00] "GET /control-node-zone/c9f9ddec-7230-417b-99e5-02e0dc82c12a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004848 10.0.0.56 - - [2025-09-18 03:52:00] "POST /ref-update HTTP/1.1" 200 156 0.026675 10.0.0.56 - - [2025-09-18 03:52:00] "GET /control-node-zone/7618eb4c-2207-4974-b018-a48ac49c12e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003990 10.0.0.22 - - [2025-09-18 03:52:00] "GET /global-system-configs HTTP/1.1" 200 322 0.232102 10.0.0.41 - - [2025-09-18 03:52:00] "GET /global-system-configs HTTP/1.1" 200 322 0.263789 10.0.0.56 - - [2025-09-18 03:52:00] "POST /ref-update HTTP/1.1" 200 156 0.021809 10.0.0.56 - - [2025-09-18 03:52:00] "GET /control-node-zone/a350d4d7-cc51-4a51-a4eb-ca2a00d4b815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003793 10.0.0.56 - - [2025-09-18 03:52:00] "GET /obj-perms HTTP/1.1" 200 5056 0.367296 10.0.0.41 - - [2025-09-18 03:52:00] "GET /obj-perms HTTP/1.1" 200 5056 0.385894 10.0.0.56 - - [2025-09-18 03:52:00] "POST /ref-update HTTP/1.1" 200 156 0.027814 10.0.0.56 - - [2025-09-18 03:52:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.56 - - [2025-09-18 03:52:00] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004963 10.0.0.56 - - [2025-09-18 03:52:00] "GET /control-node-zone/c9f9ddec-7230-417b-99e5-02e0dc82c12a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004476 10.0.0.56 - - [2025-09-18 03:52:00] "PUT /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13 HTTP/1.1" 200 254 0.026486 10.0.0.56 - - [2025-09-18 03:52:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005321 10.0.0.56 - - [2025-09-18 03:52:00] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006270 10.0.0.56 - - [2025-09-18 03:52:00] "GET /control-node-zone/7618eb4c-2207-4974-b018-a48ac49c12e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003739 10.0.0.56 - - [2025-09-18 03:52:00] "PUT /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558 HTTP/1.1" 200 254 0.022836 10.0.0.56 - - [2025-09-18 03:52:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.56 - - [2025-09-18 03:52:00] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005332 10.0.0.56 - - [2025-09-18 03:52:00] "GET /control-node-zone/a350d4d7-cc51-4a51-a4eb-ca2a00d4b815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004637 10.0.0.56 - - [2025-09-18 03:52:00] "PUT /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def HTTP/1.1" 200 254 0.025140 10.0.0.56 - - [2025-09-18 03:52:01] "GET /global-system-configs HTTP/1.1" 200 322 0.035161 10.0.0.22 - - [2025-09-18 03:52:01] "GET /obj-perms HTTP/1.1" 200 5056 0.193390 10.0.0.56 - - [2025-09-18 03:52:02] "GET /global-system-configs HTTP/1.1" 200 322 0.036422 10.0.0.56 - - [2025-09-18 03:52:03] "POST /neutron/network HTTP/1.1" 200 841 0.009862 10.0.0.56 - - [2025-09-18 03:52:03] "POST /neutron/port HTTP/1.1" 200 117 0.001250 10.0.0.56 - - [2025-09-18 03:52:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.56 - - [2025-09-18 03:52:13] "GET /bgp-as-a-service/6d7501db-b54e-4374-bb0f-a1b579a1b5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2444 0.006047 10.0.0.56 - - [2025-09-18 03:52:13] "GET /control-node-zone/c9f9ddec-7230-417b-99e5-02e0dc82c12a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004096 10.0.0.56 - - [2025-09-18 03:52:13] "POST /ref-update HTTP/1.1" 200 156 0.015184 10.0.0.56 - - [2025-09-18 03:52:13] "GET /control-node-zone/c9f9ddec-7230-417b-99e5-02e0dc82c12a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004694 10.0.0.56 - - [2025-09-18 03:52:13] "POST /ref-update HTTP/1.1" 200 156 0.021392 10.0.0.56 - - [2025-09-18 03:52:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.56 - - [2025-09-18 03:52:13] "GET /global-system-config/aee5c6de-1ab0-4a02-98ca-599266c651ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.008737 10.0.0.56 - - [2025-09-18 03:52:13] "POST /neutron/subnet HTTP/1.1" 200 715 0.009232 10.0.0.56 - - [2025-09-18 03:52:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.56 - - [2025-09-18 03:52:13] "GET /bgp-as-a-service/6d7501db-b54e-4374-bb0f-a1b579a1b5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2156 0.005754 10.0.0.56 - - [2025-09-18 03:52:13] "GET /control-node-zone/a350d4d7-cc51-4a51-a4eb-ca2a00d4b815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003405 10.0.0.56 - - [2025-09-18 03:52:13] "POST /ref-update HTTP/1.1" 200 156 0.015907 10.0.0.56 - - [2025-09-18 03:52:16] "GET /bgp-as-a-service/6d7501db-b54e-4374-bb0f-a1b579a1b5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2444 0.006760 10.0.0.56 - - [2025-09-18 03:52:16] "GET /virtual-machine-interface/9247fb10-8736-4558-a579-e46255c5976b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.005888 10.0.0.56 - - [2025-09-18 03:52:35] "GET /bgp-as-a-service/6d7501db-b54e-4374-bb0f-a1b579a1b5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2444 0.004462 10.0.0.56 - - [2025-09-18 03:52:35] "GET /virtual-machine-interface/9247fb10-8736-4558-a579-e46255c5976b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.005079 10.0.0.56 - - [2025-09-18 03:52:35] "POST /ref-update HTTP/1.1" 200 156 0.015244 10.0.0.56 - - [2025-09-18 03:52:35] "GET /bgp-as-a-service/2f329d21-c1dc-4687-9ee9-e4e541c3f91c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2446 0.006802 10.0.0.56 - - [2025-09-18 03:52:35] "GET /virtual-machine-interface/b126f9d1-2184-46b9-8990-ed672c10713e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.007945 10.0.0.56 - - [2025-09-18 03:52:36] "POST /ref-update HTTP/1.1" 200 156 0.030387 10.0.0.41 - - [2025-09-18 03:52:36] "DELETE /bgp-router/fe6ddeae-46e5-4c8d-a8fa-8a1b650af5bf HTTP/1.1" 200 115 0.066435 10.0.0.56 - - [2025-09-18 03:52:36] "DELETE /bgp-as-a-service/2f329d21-c1dc-4687-9ee9-e4e541c3f91c HTTP/1.1" 200 115 0.055872 10.0.0.56 - - [2025-09-18 03:52:36] "GET /bgp-as-a-service/6d7501db-b54e-4374-bb0f-a1b579a1b5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1834 0.007880 10.0.0.56 - - [2025-09-18 03:52:36] "GET /virtual-machine-interface/9247fb10-8736-4558-a579-e46255c5976b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.010562 10.0.0.56 - - [2025-09-18 03:52:36] "DELETE /bgp-as-a-service/6d7501db-b54e-4374-bb0f-a1b579a1b5fb HTTP/1.1" 200 115 0.063418 10.0.0.41 - - [2025-09-18 03:52:36] "DELETE /bgp-router/b958187c-04c6-42ec-8b74-d99c723ec2f4 HTTP/1.1" 200 115 0.069921 10.0.0.56 - - [2025-09-18 03:52:36] "GET /control-node-zone/a350d4d7-cc51-4a51-a4eb-ca2a00d4b815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003390 10.0.0.56 - - [2025-09-18 03:52:36] "POST /ref-update HTTP/1.1" 200 156 0.022920 10.0.0.56 - - [2025-09-18 03:52:36] "DELETE /control-node-zone/a350d4d7-cc51-4a51-a4eb-ca2a00d4b815 HTTP/1.1" 200 115 0.028200 10.0.0.56 - - [2025-09-18 03:52:36] "GET /control-node-zone/7618eb4c-2207-4974-b018-a48ac49c12e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.006309 10.0.0.56 - - [2025-09-18 03:52:36] "POST /ref-update HTTP/1.1" 200 156 0.018132 10.0.0.56 - - [2025-09-18 03:52:36] "DELETE /control-node-zone/7618eb4c-2207-4974-b018-a48ac49c12e4 HTTP/1.1" 200 115 0.032629 10.0.0.56 - - [2025-09-18 03:52:36] "GET /control-node-zone/c9f9ddec-7230-417b-99e5-02e0dc82c12a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005264 10.0.0.56 - - [2025-09-18 03:52:36] "DELETE /control-node-zone/c9f9ddec-7230-417b-99e5-02e0dc82c12a HTTP/1.1" 200 115 0.027866 10.0.0.56 - - [2025-09-18 03:52:36] "POST /neutron/network HTTP/1.1" 200 831 0.006910 10.0.0.56 - - [2025-09-18 03:52:37] "POST /neutron/port HTTP/1.1" 200 1113 0.013751 10.0.0.56 - - [2025-09-18 03:52:37] "POST /neutron/port HTTP/1.1" 200 1113 0.012598 10.0.0.56 - - [2025-09-18 03:52:37] "POST /neutron/port HTTP/1.1" 200 1113 0.017134 10.0.0.41 - - [2025-09-18 03:52:38] "GET /obj-perms HTTP/1.1" 200 5056 0.052313 10.0.0.41 - - [2025-09-18 03:52:39] "POST /useragent-kv HTTP/1.1" 200 115 0.038129 10.0.0.41 - - [2025-09-18 03:52:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002332 10.0.0.56 - - [2025-09-18 03:52:39] "POST /neutron/network HTTP/1.1" 200 151 0.188630 10.0.0.56 - - [2025-09-18 03:52:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004781 10.0.0.41 - - [2025-09-18 03:52:41] "GET /projects?obj_uuids=c324f0b1-77af-4b12-b7ec-3a17cfa09c36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001395 10.0.0.56 - - [2025-09-18 03:52:41] "GET /project/c324f0b1-77af-4b12-b7ec-3a17cfa09c36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.042037 10.0.0.41 - - [2025-09-18 03:52:42] "POST /route-targets HTTP/1.1" 200 327 0.044677 10.0.0.41 - - [2025-09-18 03:52:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002630 10.0.0.56 - - [2025-09-18 03:52:42] "POST /neutron/subnet HTTP/1.1" 200 734 0.210636 10.0.0.56 - - [2025-09-18 03:52:42] "POST /id-to-fqname HTTP/1.1" 200 225 0.001357 10.0.0.56 - - [2025-09-18 03:52:42] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005684 10.0.0.56 - - [2025-09-18 03:52:42] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006007 10.0.0.56 - - [2025-09-18 03:52:42] "POST /neutron/network HTTP/1.1" 200 835 0.007518 10.0.0.56 - - [2025-09-18 03:52:42] "POST /id-to-fqname HTTP/1.1" 200 225 0.001231 10.0.0.41 - - [2025-09-18 03:52:43] "GET /projects?obj_uuids=c324f0b1-77af-4b12-b7ec-3a17cfa09c36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000937 10.0.0.56 - - [2025-09-18 03:52:43] "GET /project/c324f0b1-77af-4b12-b7ec-3a17cfa09c36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.063667 10.0.0.56 - - [2025-09-18 03:52:43] "POST /neutron/network HTTP/1.1" 200 835 0.034652 10.0.0.56 - - [2025-09-18 03:52:43] "POST /id-to-fqname HTTP/1.1" 200 225 0.001729 10.0.0.56 - - [2025-09-18 03:52:43] "POST /neutron/port HTTP/1.1" 200 117 0.009098 10.0.0.41 - - [2025-09-18 03:52:44] "GET /projects?obj_uuids=c324f0b1-77af-4b12-b7ec-3a17cfa09c36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001015 10.0.0.56 - - [2025-09-18 03:52:44] "POST /neutron/port HTTP/1.1" 200 1063 0.307914 10.0.0.56 - - [2025-09-18 03:52:44] "POST /neutron/port HTTP/1.1" 200 1117 0.139911 10.0.0.41 - - [2025-09-18 03:52:44] "GET /projects?obj_uuids=c324f0b1-77af-4b12-b7ec-3a17cfa09c36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001016 10.0.0.56 - - [2025-09-18 03:52:44] "GET /project/c324f0b1-77af-4b12-b7ec-3a17cfa09c36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.085737 10.0.0.56 - - [2025-09-18 03:52:44] "POST /neutron/subnet HTTP/1.1" 200 708 0.031185 10.0.0.56 - - [2025-09-18 03:52:44] "POST /neutron/network HTTP/1.1" 200 835 0.006955 10.0.0.56 - - [2025-09-18 03:52:45] "POST /neutron/port HTTP/1.1" 200 117 0.006176 10.0.0.56 - - [2025-09-18 03:52:45] "POST /id-to-fqname HTTP/1.1" 200 225 0.001129 10.0.0.56 - - [2025-09-18 03:52:45] "POST /neutron/network HTTP/1.1" 200 845 0.007280 10.0.0.56 - - [2025-09-18 03:52:46] "POST /neutron/port HTTP/1.1" 200 1063 0.020333 10.0.0.56 - - [2025-09-18 03:52:46] "POST /neutron/port HTTP/1.1" 200 1091 0.024993 10.0.0.56 - - [2025-09-18 03:52:46] "POST /neutron/port HTTP/1.1" 200 117 0.001095 10.0.0.41 - - [2025-09-18 03:52:46] "GET /projects?obj_uuids=c324f0b1-77af-4b12-b7ec-3a17cfa09c36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000933 10.0.0.56 - - [2025-09-18 03:52:46] "GET /project/c324f0b1-77af-4b12-b7ec-3a17cfa09c36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.095914 10.0.0.56 - - [2025-09-18 03:52:47] "POST /neutron/port HTTP/1.1" 200 2066 0.020091 10.0.0.56 - - [2025-09-18 03:52:47] "POST /neutron/port HTTP/1.1" 200 1091 0.030786 10.0.0.41 - - [2025-09-18 03:52:47] "GET /projects?obj_uuids=c324f0b1-77af-4b12-b7ec-3a17cfa09c36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000947 10.0.0.56 - - [2025-09-18 03:52:47] "POST /neutron/port HTTP/1.1" 200 1063 0.330667 10.0.0.56 - - [2025-09-18 03:52:48] "POST /neutron/port HTTP/1.1" 200 1117 0.120180 10.0.0.56 - - [2025-09-18 03:52:48] "POST /neutron/subnet HTTP/1.1" 200 708 0.010103 10.0.0.56 - - [2025-09-18 03:52:52] "POST /neutron/port HTTP/1.1" 200 1091 0.023381 10.0.0.56 - - [2025-09-18 03:52:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007564 10.0.0.56 - - [2025-09-18 03:53:02] "POST /neutron/port HTTP/1.1" 200 1091 0.018811 10.0.0.56 - - [2025-09-18 03:53:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004108 10.0.0.56 - - [2025-09-18 03:53:02] "POST /neutron/port HTTP/1.1" 200 1091 0.021255 10.0.0.56 - - [2025-09-18 03:53:02] "POST /neutron/port HTTP/1.1" 200 1091 0.017890 10.0.0.56 - - [2025-09-18 03:53:02] "GET /virtual-machine/e7c3aef0-a306-4c08-a8df-de3a37d8935b HTTP/1.1" 200 1294 0.006237 10.0.0.56 - - [2025-09-18 03:53:02] "GET /virtual-machine-interface/0a9e166f-98d6-4c34-bf0a-48ff8b58b88d HTTP/1.1" 200 2956 0.006340 10.0.0.56 - - [2025-09-18 03:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.56 - - [2025-09-18 03:53:02] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004154 10.0.0.56 - - [2025-09-18 03:53:02] "GET /virtual-networks?parent_id=c324f0b1-77af-4b12-b7ec-3a17cfa09c36&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003390 10.0.0.56 - - [2025-09-18 03:53:02] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007671 10.0.0.56 - - [2025-09-18 03:53:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004758 10.0.0.56 - - [2025-09-18 03:53:05] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.009059 10.0.0.56 - - [2025-09-18 03:53:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.56 - - [2025-09-18 03:53:10] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005168 10.0.0.56 - - [2025-09-18 03:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.031310 10.0.0.56 - - [2025-09-18 03:53:14] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006833 10.0.0.56 - - [2025-09-18 03:53:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.56 - - [2025-09-18 03:53:18] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006904 10.0.0.56 - - [2025-09-18 03:53:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005080 10.0.0.56 - - [2025-09-18 03:53:22] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007893 10.0.0.56 - - [2025-09-18 03:53:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.56 - - [2025-09-18 03:53:26] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007046 10.0.0.56 - - [2025-09-18 03:53:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004533 10.0.0.56 - - [2025-09-18 03:53:30] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.009826 10.0.0.56 - - [2025-09-18 03:53:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004463 10.0.0.56 - - [2025-09-18 03:53:34] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007083 10.0.0.56 - - [2025-09-18 03:53:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.56 - - [2025-09-18 03:53:38] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006001 10.0.0.56 - - [2025-09-18 03:53:39] "GET /obj-perms HTTP/1.1" 200 5056 0.053444 10.0.0.22 - - [2025-09-18 03:53:39] "GET /obj-perms HTTP/1.1" 200 5056 0.056524 10.0.0.56 - - [2025-09-18 03:53:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.56 - - [2025-09-18 03:53:42] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006677 10.0.0.56 - - [2025-09-18 03:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.56 - - [2025-09-18 03:53:47] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005716 10.0.0.56 - - [2025-09-18 03:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.56 - - [2025-09-18 03:53:51] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005967 10.0.0.56 - - [2025-09-18 03:53:51] "POST /neutron/port HTTP/1.1" 200 1091 0.044384 10.0.0.56 - - [2025-09-18 03:53:51] "POST /neutron/subnet HTTP/1.1" 200 708 0.009498 10.0.0.56 - - [2025-09-18 03:53:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.56 - - [2025-09-18 03:53:55] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005409 10.0.0.56 - - [2025-09-18 03:53:58] "POST /neutron/port HTTP/1.1" 200 1091 0.017322 10.0.0.56 - - [2025-09-18 03:53:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004803 10.0.0.56 - - [2025-09-18 03:53:59] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007107 10.0.0.56 - - [2025-09-18 03:54:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.56 - - [2025-09-18 03:54:03] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006980 10.0.0.56 - - [2025-09-18 03:54:07] "POST /neutron/port HTTP/1.1" 200 1091 0.016298 10.0.0.56 - - [2025-09-18 03:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.56 - - [2025-09-18 03:54:07] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005076 10.0.0.56 - - [2025-09-18 03:54:07] "POST /neutron/subnet HTTP/1.1" 200 708 0.012866 10.0.0.56 - - [2025-09-18 03:54:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.56 - - [2025-09-18 03:54:11] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005665 10.0.0.56 - - [2025-09-18 03:54:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.56 - - [2025-09-18 03:54:15] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006719 10.0.0.56 - - [2025-09-18 03:54:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004850 10.0.0.56 - - [2025-09-18 03:54:19] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007396 10.0.0.56 - - [2025-09-18 03:54:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.56 - - [2025-09-18 03:54:23] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005104 10.0.0.56 - - [2025-09-18 03:54:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.56 - - [2025-09-18 03:54:27] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.008178 10.0.0.56 - - [2025-09-18 03:54:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.56 - - [2025-09-18 03:54:32] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005152 10.0.0.56 - - [2025-09-18 03:54:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461 10.0.0.56 - - [2025-09-18 03:54:36] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006847 10.0.0.56 - - [2025-09-18 03:54:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.56 - - [2025-09-18 03:54:40] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005919 10.0.0.56 - - [2025-09-18 03:54:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.56 - - [2025-09-18 03:54:44] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006255 10.0.0.56 - - [2025-09-18 03:54:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004788 10.0.0.56 - - [2025-09-18 03:54:48] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007136 10.0.0.56 - - [2025-09-18 03:54:51] "POST /neutron/port HTTP/1.1" 200 1091 0.016017 10.0.0.56 - - [2025-09-18 03:54:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003814 10.0.0.56 - - [2025-09-18 03:54:51] "POST /neutron/network HTTP/1.1" 200 835 0.007007 10.0.0.56 - - [2025-09-18 03:54:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004480 10.0.0.56 - - [2025-09-18 03:54:52] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.008015 10.0.0.56 - - [2025-09-18 03:54:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.56 - - [2025-09-18 03:54:54] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003367 10.0.0.56 - - [2025-09-18 03:54:54] "GET /virtual-networks?parent_id=c324f0b1-77af-4b12-b7ec-3a17cfa09c36&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003642 10.0.0.56 - - [2025-09-18 03:54:54] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006678 10.0.0.56 - - [2025-09-18 03:54:54] "POST /neutron/port HTTP/1.1" 200 1091 0.044161 10.0.0.56 - - [2025-09-18 03:55:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007638 10.0.0.56 - - [2025-09-18 03:55:05] "POST /neutron/port HTTP/1.1" 200 1091 0.015433 10.0.0.56 - - [2025-09-18 03:55:08] "POST /neutron/port HTTP/1.1" 200 1091 0.051580 10.0.0.56 - - [2025-09-18 03:55:09] "POST /neutron/subnet HTTP/1.1" 200 708 0.011977 10.0.0.56 - - [2025-09-18 03:55:10] "POST /neutron/port HTTP/1.1" 200 1091 0.015443 10.0.0.56 - - [2025-09-18 03:55:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007143 10.0.0.56 - - [2025-09-18 03:55:25] "POST /neutron/port HTTP/1.1" 200 1091 0.016709 10.0.0.56 - - [2025-09-18 03:55:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008657 10.0.0.56 - - [2025-09-18 03:55:41] "POST /neutron/port HTTP/1.1" 200 1091 0.014489 10.0.0.56 - - [2025-09-18 03:55:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010333 10.0.0.56 - - [2025-09-18 03:55:41] "GET /virtual-machine/629495ed-9981-4c08-bbfe-dc49a134b77a HTTP/1.1" 200 1293 0.035304 10.0.0.56 - - [2025-09-18 03:55:41] "GET /virtual-machine-interface/a5514d64-d221-481f-956b-39f7aeecf93c HTTP/1.1" 200 2958 0.005434 10.0.0.56 - - [2025-09-18 03:55:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.56 - - [2025-09-18 03:55:41] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003831 10.0.0.56 - - [2025-09-18 03:55:41] "GET /virtual-networks?parent_id=c324f0b1-77af-4b12-b7ec-3a17cfa09c36&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003150 10.0.0.56 - - [2025-09-18 03:55:41] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006714 10.0.0.56 - - [2025-09-18 03:55:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.56 - - [2025-09-18 03:55:43] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004816 10.0.0.56 - - [2025-09-18 03:55:43] "GET /virtual-networks?parent_id=c324f0b1-77af-4b12-b7ec-3a17cfa09c36&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003244 10.0.0.56 - - [2025-09-18 03:55:43] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005633 10.0.0.56 - - [2025-09-18 03:55:43] "POST /neutron/port HTTP/1.1" 200 1091 0.018936 10.0.0.56 - - [2025-09-18 03:55:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008090 10.0.0.56 - - [2025-09-18 03:55:43] "GET /virtual-machine/a08221bc-4734-410c-bdb8-247272fa95e2 HTTP/1.1" 200 1294 0.005846 10.0.0.56 - - [2025-09-18 03:55:43] "GET /virtual-machine-interface/c6a7fb09-f9bf-4f68-80dc-d295924ef2df HTTP/1.1" 200 2957 0.005863 10.0.0.56 - - [2025-09-18 03:55:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.007614 10.0.0.56 - - [2025-09-18 03:55:43] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004286 10.0.0.56 - - [2025-09-18 03:55:43] "GET /virtual-networks?parent_id=c324f0b1-77af-4b12-b7ec-3a17cfa09c36&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003452 10.0.0.56 - - [2025-09-18 03:55:43] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005404 10.0.0.56 - - [2025-09-18 03:55:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321 10.0.0.56 - - [2025-09-18 03:55:44] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004377 10.0.0.56 - - [2025-09-18 03:55:44] "GET /virtual-networks?parent_id=c324f0b1-77af-4b12-b7ec-3a17cfa09c36&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004312 10.0.0.56 - - [2025-09-18 03:55:44] "GET /virtual-network/535231c5-5e7d-42f6-bcb7-e589fcbd42a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006272 10.0.0.56 - - [2025-09-18 03:55:44] "POST /neutron/port HTTP/1.1" 200 1091 0.014858 10.0.0.56 - - [2025-09-18 03:55:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008515 10.0.0.56 - - [2025-09-18 03:55:52] "POST /neutron/network HTTP/1.1" 200 845 0.007238 10.0.0.56 - - [2025-09-18 03:55:52] "POST /neutron/port HTTP/1.1" 200 117 0.001203 10.0.0.56 - - [2025-09-18 03:55:55] "POST /fqname-to-id HTTP/1.1" 404 198 0.004114 10.0.0.56 - - [2025-09-18 03:55:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.56 - - [2025-09-18 03:55:55] "GET /global-system-config/aee5c6de-1ab0-4a02-98ca-599266c651ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.008100 10.0.0.56 - - [2025-09-18 03:55:55] "POST /control-node-zones HTTP/1.1" 200 569 0.027677 10.0.0.56 - - [2025-09-18 03:55:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.56 - - [2025-09-18 03:55:55] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004621 10.0.0.56 - - [2025-09-18 03:55:55] "GET /control-node-zone/3709e357-1846-4d9f-b835-c42b016e39f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005130 10.0.0.56 - - [2025-09-18 03:55:55] "PUT /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def HTTP/1.1" 200 254 0.020967 10.0.0.56 - - [2025-09-18 03:55:55] "POST /fqname-to-id HTTP/1.1" 404 198 0.003443 10.0.0.56 - - [2025-09-18 03:55:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.56 - - [2025-09-18 03:55:55] "GET /global-system-config/aee5c6de-1ab0-4a02-98ca-599266c651ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006488 10.0.0.56 - - [2025-09-18 03:55:55] "POST /control-node-zones HTTP/1.1" 200 569 0.029764 10.0.0.56 - - [2025-09-18 03:55:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.56 - - [2025-09-18 03:55:55] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004878 10.0.0.56 - - [2025-09-18 03:55:55] "GET /control-node-zone/758e68bc-78ba-4384-b6ba-0f27299a9144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005818 10.0.0.56 - - [2025-09-18 03:55:55] "PUT /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558 HTTP/1.1" 200 254 0.023095 10.0.0.56 - - [2025-09-18 03:55:55] "POST /fqname-to-id HTTP/1.1" 404 198 0.002898 10.0.0.56 - - [2025-09-18 03:55:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004320 10.0.0.56 - - [2025-09-18 03:55:56] "GET /global-system-config/aee5c6de-1ab0-4a02-98ca-599266c651ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.009447 10.0.0.56 - - [2025-09-18 03:55:56] "POST /control-node-zones HTTP/1.1" 200 569 0.030470 10.0.0.56 - - [2025-09-18 03:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.56 - - [2025-09-18 03:55:56] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006059 10.0.0.56 - - [2025-09-18 03:55:56] "GET /control-node-zone/3e2d7e78-d83f-468b-8fbb-106ab52f630a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.006509 10.0.0.56 - - [2025-09-18 03:55:56] "PUT /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13 HTTP/1.1" 200 254 0.019439 10.0.0.56 - - [2025-09-18 03:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.56 - - [2025-09-18 03:55:56] "GET /global-system-config/aee5c6de-1ab0-4a02-98ca-599266c651ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.008638 10.0.0.56 - - [2025-09-18 03:55:56] "POST /fqname-to-id HTTP/1.1" 404 234 0.004281 10.0.0.56 - - [2025-09-18 03:55:56] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.032706 10.0.0.56 - - [2025-09-18 03:55:56] "POST /neutron/subnet HTTP/1.1" 200 734 0.008663 10.0.0.56 - - [2025-09-18 03:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.56 - - [2025-09-18 03:55:56] "GET /bgp-as-a-service/bad8568e-2546-4a6d-9c10-cd6e95da3e63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.006434 10.0.0.56 - - [2025-09-18 03:55:56] "GET /control-node-zone/3709e357-1846-4d9f-b835-c42b016e39f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004507 10.0.0.56 - - [2025-09-18 03:55:56] "POST /ref-update HTTP/1.1" 200 156 0.017333 10.0.0.56 - - [2025-09-18 03:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.56 - - [2025-09-18 03:55:56] "GET /bgp-as-a-service/bad8568e-2546-4a6d-9c10-cd6e95da3e63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.005710 10.0.0.56 - - [2025-09-18 03:55:56] "GET /control-node-zone/758e68bc-78ba-4384-b6ba-0f27299a9144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003459 10.0.0.56 - - [2025-09-18 03:55:56] "POST /ref-update HTTP/1.1" 200 156 0.019029 10.0.0.56 - - [2025-09-18 03:56:09] "POST /neutron/port HTTP/1.1" 200 1091 0.016221 10.0.0.56 - - [2025-09-18 03:56:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004238 10.0.0.56 - - [2025-09-18 03:56:09] "POST /neutron/network HTTP/1.1" 200 835 0.007356 10.0.0.56 - - [2025-09-18 03:56:16] "GET /bgp-as-a-service/bad8568e-2546-4a6d-9c10-cd6e95da3e63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006445 10.0.0.56 - - [2025-09-18 03:56:16] "GET /virtual-machine-interface/0a9e166f-98d6-4c34-bf0a-48ff8b58b88d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2735 0.005288 10.0.0.56 - - [2025-09-18 03:56:16] "POST /ref-update HTTP/1.1" 200 156 0.012036 10.0.0.41 - - [2025-09-18 03:56:16] "POST /bgp-routers HTTP/1.1" 200 640 0.048689 10.0.0.41 - - [2025-09-18 03:56:17] "PUT /bgp-router/5e0fc189-6cae-4d75-9427-f7830350dc0a HTTP/1.1" 200 254 0.037338 10.0.0.56 - - [2025-09-18 03:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.56 - - [2025-09-18 03:56:17] "GET /global-system-config/aee5c6de-1ab0-4a02-98ca-599266c651ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.005647 10.0.0.56 - - [2025-09-18 03:56:17] "POST /fqname-to-id HTTP/1.1" 404 234 0.003184 10.0.0.56 - - [2025-09-18 03:56:17] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.030950 10.0.0.56 - - [2025-09-18 03:56:17] "POST /neutron/network HTTP/1.1" 200 835 0.008268 10.0.0.56 - - [2025-09-18 03:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.56 - - [2025-09-18 03:56:17] "GET /bgp-as-a-service/08392f3e-92df-4d88-b5f5-871db3bb965d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1545 0.007329 10.0.0.56 - - [2025-09-18 03:56:17] "GET /control-node-zone/3709e357-1846-4d9f-b835-c42b016e39f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003703 10.0.0.56 - - [2025-09-18 03:56:17] "POST /ref-update HTTP/1.1" 200 156 0.020422 10.0.0.56 - - [2025-09-18 03:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.56 - - [2025-09-18 03:56:18] "GET /bgp-as-a-service/08392f3e-92df-4d88-b5f5-871db3bb965d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1833 0.006666 10.0.0.56 - - [2025-09-18 03:56:18] "GET /control-node-zone/758e68bc-78ba-4384-b6ba-0f27299a9144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003595 10.0.0.56 - - [2025-09-18 03:56:18] "POST /ref-update HTTP/1.1" 200 156 0.015136 10.0.0.56 - - [2025-09-18 03:56:36] "GET /bgp-as-a-service/08392f3e-92df-4d88-b5f5-871db3bb965d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006173 10.0.0.56 - - [2025-09-18 03:56:36] "GET /virtual-machine-interface/a5514d64-d221-481f-956b-39f7aeecf93c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.004714 10.0.0.56 - - [2025-09-18 03:56:36] "POST /ref-update HTTP/1.1" 200 156 0.010779 10.0.0.41 - - [2025-09-18 03:56:36] "POST /ref-update HTTP/1.1" 200 156 0.016795 10.0.0.56 - - [2025-09-18 03:56:52] "POST /neutron/port HTTP/1.1" 200 1091 0.022173 10.0.0.56 - - [2025-09-18 03:56:52] "POST /neutron/subnet HTTP/1.1" 200 708 0.009939 10.0.0.56 - - [2025-09-18 03:56:57] "GET /bgp-as-a-service/08392f3e-92df-4d88-b5f5-871db3bb965d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2705 0.006583 10.0.0.56 - - [2025-09-18 03:56:57] "GET /virtual-machine-interface/a5514d64-d221-481f-956b-39f7aeecf93c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.005925 10.0.0.56 - - [2025-09-18 03:56:57] "POST /ref-update HTTP/1.1" 200 156 0.015619 10.0.0.56 - - [2025-09-18 03:56:57] "DELETE /bgp-as-a-service/08392f3e-92df-4d88-b5f5-871db3bb965d HTTP/1.1" 200 115 0.059825 10.0.0.56 - - [2025-09-18 03:56:57] "GET /bgp-as-a-service/bad8568e-2546-4a6d-9c10-cd6e95da3e63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.006397 10.0.0.56 - - [2025-09-18 03:56:57] "GET /virtual-machine-interface/0a9e166f-98d6-4c34-bf0a-48ff8b58b88d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3050 0.007998 10.0.0.56 - - [2025-09-18 03:56:57] "POST /ref-update HTTP/1.1" 200 156 0.016759 10.0.0.56 - - [2025-09-18 03:56:57] "DELETE /bgp-as-a-service/bad8568e-2546-4a6d-9c10-cd6e95da3e63 HTTP/1.1" 200 115 0.052840 10.0.0.56 - - [2025-09-18 03:56:57] "GET /control-node-zone/3e2d7e78-d83f-468b-8fbb-106ab52f630a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.010123 10.0.0.56 - - [2025-09-18 03:56:57] "POST /ref-update HTTP/1.1" 200 156 0.022251 10.0.0.56 - - [2025-09-18 03:56:57] "DELETE /control-node-zone/3e2d7e78-d83f-468b-8fbb-106ab52f630a HTTP/1.1" 200 115 0.025078 10.0.0.56 - - [2025-09-18 03:56:57] "GET /control-node-zone/758e68bc-78ba-4384-b6ba-0f27299a9144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.006128 10.0.0.56 - - [2025-09-18 03:56:57] "POST /ref-update HTTP/1.1" 200 156 0.023184 10.0.0.41 - - [2025-09-18 03:56:57] "POST /ref-update HTTP/1.1" 200 156 0.018776 10.0.0.56 - - [2025-09-18 03:56:57] "DELETE /control-node-zone/758e68bc-78ba-4384-b6ba-0f27299a9144 HTTP/1.1" 200 115 0.050348 10.0.0.56 - - [2025-09-18 03:56:57] "GET /control-node-zone/3709e357-1846-4d9f-b835-c42b016e39f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.006411 10.0.0.56 - - [2025-09-18 03:56:57] "POST /ref-update HTTP/1.1" 200 156 0.044389 10.0.0.41 - - [2025-09-18 03:56:57] "DELETE /bgp-router/5e0fc189-6cae-4d75-9427-f7830350dc0a HTTP/1.1" 200 115 0.061482 10.0.0.56 - - [2025-09-18 03:56:58] "DELETE /control-node-zone/3709e357-1846-4d9f-b835-c42b016e39f9 HTTP/1.1" 200 115 0.042420 10.0.0.56 - - [2025-09-18 03:56:58] "POST /neutron/network HTTP/1.1" 200 835 0.006677 10.0.0.56 - - [2025-09-18 03:56:58] "POST /neutron/port HTTP/1.1" 200 1091 0.023535 10.0.0.56 - - [2025-09-18 03:56:58] "POST /neutron/port HTTP/1.1" 200 1117 0.011647 10.0.0.22 - - [2025-09-18 03:56:58] "GET /global-system-configs HTTP/1.1" 200 322 0.014730 10.0.0.22 - - [2025-09-18 03:56:58] "GET /obj-perms HTTP/1.1" 200 5056 0.015194 10.0.0.56 - - [2025-09-18 03:56:58] "GET /obj-perms HTTP/1.1" 200 5056 0.014218 10.0.0.41 - - [2025-09-18 03:56:58] "GET /obj-perms HTTP/1.1" 200 5056 0.013320 10.0.0.56 - - [2025-09-18 03:56:58] "POST /neutron/port HTTP/1.1" 200 1117 0.019815 10.0.0.41 - - [2025-09-18 03:56:59] "GET /global-system-configs HTTP/1.1" 200 322 0.130684 10.0.0.41 - - [2025-09-18 03:56:59] "GET /global-system-configs HTTP/1.1" 200 322 0.009570 10.0.0.22 - - [2025-09-18 03:56:59] "GET /global-system-configs HTTP/1.1" 200 322 0.011316 10.0.0.22 - - [2025-09-18 03:56:59] "GET /obj-perms HTTP/1.1" 200 5056 0.005819 10.0.0.41 - - [2025-09-18 03:57:00] "GET /obj-perms HTTP/1.1" 200 5056 0.068565 10.0.0.56 - - [2025-09-18 03:57:00] "GET /obj-perms HTTP/1.1" 200 5056 0.089827 10.0.0.41 - - [2025-09-18 03:57:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002672 10.0.0.41 - - [2025-09-18 03:57:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002536 10.0.0.56 - - [2025-09-18 03:57:00] "POST /neutron/network HTTP/1.1" 200 151 0.191497 10.0.0.56 - - [2025-09-18 03:57:01] "GET /global-system-configs HTTP/1.1" 200 322 0.069813 10.0.0.41 - - [2025-09-18 03:57:01] "GET /projects?obj_uuids=c324f0b1-77af-4b12-b7ec-3a17cfa09c36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001476 10.0.0.56 - - [2025-09-18 03:57:02] "GET /project/c324f0b1-77af-4b12-b7ec-3a17cfa09c36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.082067 10.0.0.41 - - [2025-09-18 03:57:02] "GET /projects?obj_uuids=c324f0b1-77af-4b12-b7ec-3a17cfa09c36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001360 10.0.0.56 - - [2025-09-18 03:57:02] "GET /project/c324f0b1-77af-4b12-b7ec-3a17cfa09c36?fields=virtual_networks HTTP/1.1" 200 1034 0.063166 10.0.0.41 - - [2025-09-18 03:57:02] "GET /projects?obj_uuids=c324f0b1-77af-4b12-b7ec-3a17cfa09c36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001000 10.0.0.56 - - [2025-09-18 03:57:02] "GET /project/c324f0b1-77af-4b12-b7ec-3a17cfa09c36?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.039034 10.0.0.41 - - [2025-09-18 03:57:02] "GET /projects?obj_uuids=c324f0b1-77af-4b12-b7ec-3a17cfa09c36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001107 10.0.0.56 - - [2025-09-18 03:57:02] "GET /project/c324f0b1-77af-4b12-b7ec-3a17cfa09c36?fields=security_groups HTTP/1.1" 200 1261 0.051682 10.0.0.56 - - [2025-09-18 03:57:02] "GET /global-system-configs HTTP/1.1" 200 322 0.044888 10.0.0.56 - - [2025-09-18 03:57:03] "POST /fqname-to-id HTTP/1.1" 404 181 0.026851 10.0.0.41 - - [2025-09-18 03:57:03] "GET /projects?obj_uuids=cf98ca7d-8edd-457c-a109-547c5c28fac2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002945 10.0.0.41 - - [2025-09-18 03:57:03] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001340 10.0.0.41 - - [2025-09-18 03:57:03] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.036111 10.0.0.41 - - [2025-09-18 03:57:03] "POST /id-to-fqname HTTP/1.1" 200 183 0.001984 10.0.0.41 - - [2025-09-18 03:57:03] "POST /fqname-to-id HTTP/1.1" 404 192 0.006079 10.0.0.41 - - [2025-09-18 03:57:03] "POST /security-groups HTTP/1.1" 200 584 0.073146 10.0.0.41 - - [2025-09-18 03:57:03] "POST /fqname-to-id HTTP/1.1" 404 227 0.006555 10.0.0.41 - - [2025-09-18 03:57:03] "POST /projects HTTP/1.1" 200 571 0.307097 10.0.0.41 - - [2025-09-18 03:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.355104 10.0.0.56 - - [2025-09-18 03:57:03] "GET /project/cf98ca7d-8edd-457c-a109-547c5c28fac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.542655 10.0.0.41 - - [2025-09-18 03:57:03] "POST /access-control-lists HTTP/1.1" 200 587 0.058834 10.0.0.56 - - [2025-09-18 03:57:05] "GET / HTTP/1.1" 200 35931 0.002562 10.0.0.41 - - [2025-09-18 03:57:08] "GET /projects?obj_uuids=cf98ca7d-8edd-457c-a109-547c5c28fac2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001119 10.0.0.56 - - [2025-09-18 03:57:08] "GET /project/cf98ca7d-8edd-457c-a109-547c5c28fac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.046856 10.0.0.41 - - [2025-09-18 03:57:08] "GET /projects?obj_uuids=cf98ca7d-8edd-457c-a109-547c5c28fac2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000969 10.0.0.56 - - [2025-09-18 03:57:08] "GET /project/cf98ca7d-8edd-457c-a109-547c5c28fac2?fields=virtual_networks HTTP/1.1" 200 1018 0.047465 10.0.0.41 - - [2025-09-18 03:57:08] "GET /projects?obj_uuids=cf98ca7d-8edd-457c-a109-547c5c28fac2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001332 10.0.0.56 - - [2025-09-18 03:57:08] "GET /project/cf98ca7d-8edd-457c-a109-547c5c28fac2?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.062055 10.0.0.41 - - [2025-09-18 03:57:08] "GET /projects?obj_uuids=cf98ca7d-8edd-457c-a109-547c5c28fac2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000998 10.0.0.56 - - [2025-09-18 03:57:08] "GET /project/cf98ca7d-8edd-457c-a109-547c5c28fac2?fields=security_groups HTTP/1.1" 200 1237 0.038591 10.0.0.56 - - [2025-09-18 03:57:09] "POST /fqname-to-id HTTP/1.1" 404 189 0.031860 10.0.0.41 - - [2025-09-18 03:57:09] "GET /projects?obj_uuids=541c3397-274e-4746-aeb7-1cd396996f2a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004159 10.0.0.41 - - [2025-09-18 03:57:09] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001398 10.0.0.41 - - [2025-09-18 03:57:09] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008639 10.0.0.41 - - [2025-09-18 03:57:09] "DELETE /project/cf98ca7d8edd457ca109547c5c28fac2 HTTP/1.1" 404 173 0.012030 10.0.0.41 - - [2025-09-18 03:57:09] "GET /projects?obj_uuids=c324f0b1-77af-4b12-b7ec-3a17cfa09c36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001318 10.0.0.41 - - [2025-09-18 03:57:09] "GET /projects?obj_uuids=cf98ca7d-8edd-457c-a109-547c5c28fac2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000992 10.0.0.41 - - [2025-09-18 03:57:09] "GET /project/c324f0b1-77af-4b12-b7ec-3a17cfa09c36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.075088 10.0.0.41 - - [2025-09-18 03:57:09] "GET /project/cf98ca7d-8edd-457c-a109-547c5c28fac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.089500 10.0.0.41 - - [2025-09-18 03:57:09] "GET /projects?obj_uuids=cf98ca7d-8edd-457c-a109-547c5c28fac2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000869 10.0.0.41 - - [2025-09-18 03:57:09] "GET /projects?obj_uuids=c324f0b1-77af-4b12-b7ec-3a17cfa09c36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002336 10.0.0.41 - - [2025-09-18 03:57:09] "GET /project/cf98ca7d-8edd-457c-a109-547c5c28fac2?fields=security_groups HTTP/1.1" 200 1342 0.061332 10.0.0.41 - - [2025-09-18 03:57:09] "POST /id-to-fqname HTTP/1.1" 200 191 0.001913 10.0.0.41 - - [2025-09-18 03:57:09] "GET /project/c324f0b1-77af-4b12-b7ec-3a17cfa09c36?fields=security_groups HTTP/1.1" 200 1366 0.105816 10.0.0.41 - - [2025-09-18 03:57:09] "POST /fqname-to-id HTTP/1.1" 404 200 0.005479 10.0.0.41 - - [2025-09-18 03:57:09] "DELETE /security-group/003c58b8-45d3-4a37-88c6-57df3055ca3e HTTP/1.1" 200 115 0.096709 10.0.0.41 - - [2025-09-18 03:57:09] "GET /projects?obj_uuids=cf98ca7d-8edd-457c-a109-547c5c28fac2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001891 10.0.0.41 - - [2025-09-18 03:57:09] "GET /project/cf98ca7d-8edd-457c-a109-547c5c28fac2?fields=application_policy_sets HTTP/1.1" 200 1381 0.086252 10.0.0.41 - - [2025-09-18 03:57:09] "POST /security-groups HTTP/1.1" 200 592 0.107316 10.0.0.41 - - [2025-09-18 03:57:09] "DELETE /security-group/a3acddc1-3bf0-4ef6-80a9-79b6983c94b4 HTTP/1.1" 200 115 0.158710 10.0.0.41 - - [2025-09-18 03:57:10] "GET /projects?obj_uuids=c324f0b1-77af-4b12-b7ec-3a17cfa09c36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000979 10.0.0.41 - - [2025-09-18 03:57:10] "POST /projects HTTP/1.1" 200 587 0.439682 10.0.0.41 - - [2025-09-18 03:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.472110 10.0.0.41 - - [2025-09-18 03:57:10] "DELETE /access-control-list/35aee5b9-2d2c-412f-99c9-dd695c31b634 HTTP/1.1" 200 115 0.068329 10.0.0.41 - - [2025-09-18 03:57:10] "GET /project/c324f0b1-77af-4b12-b7ec-3a17cfa09c36?fields=application_policy_sets HTTP/1.1" 200 1405 0.098849 10.0.0.56 - - [2025-09-18 03:57:10] "GET /project/541c3397-274e-4746-aeb7-1cd396996f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.718440 10.0.0.41 - - [2025-09-18 03:57:10] "POST /access-control-lists HTTP/1.1" 200 597 0.074585 10.0.0.41 - - [2025-09-18 03:57:10] "DELETE /project/cf98ca7d-8edd-457c-a109-547c5c28fac2 HTTP/1.1" 200 115 0.705136 10.0.0.41 - - [2025-09-18 03:57:10] "DELETE /project/c324f0b1-77af-4b12-b7ec-3a17cfa09c36 HTTP/1.1" 200 115 0.826163 10.0.0.56 - - [2025-09-18 03:57:11] "GET / HTTP/1.1" 200 35931 0.002091 10.0.0.41 - - [2025-09-18 03:57:14] "GET /projects?obj_uuids=541c3397-274e-4746-aeb7-1cd396996f2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001012 10.0.0.56 - - [2025-09-18 03:57:14] "GET /project/541c3397-274e-4746-aeb7-1cd396996f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.040424 10.0.0.41 - - [2025-09-18 03:57:14] "GET /projects?obj_uuids=541c3397-274e-4746-aeb7-1cd396996f2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001310 10.0.0.56 - - [2025-09-18 03:57:14] "GET /project/541c3397-274e-4746-aeb7-1cd396996f2a?fields=virtual_networks HTTP/1.1" 200 1033 0.056469 10.0.0.41 - - [2025-09-18 03:57:14] "GET /projects?obj_uuids=541c3397-274e-4746-aeb7-1cd396996f2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001185 10.0.0.56 - - [2025-09-18 03:57:14] "GET /project/541c3397-274e-4746-aeb7-1cd396996f2a?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.044271 10.0.0.41 - - [2025-09-18 03:57:14] "GET /projects?obj_uuids=541c3397-274e-4746-aeb7-1cd396996f2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001479 10.0.0.56 - - [2025-09-18 03:57:14] "GET /project/541c3397-274e-4746-aeb7-1cd396996f2a?fields=security_groups HTTP/1.1" 200 1260 0.041637 10.0.0.56 - - [2025-09-18 03:57:15] "POST /fqname-to-id HTTP/1.1" 404 195 0.030747 10.0.0.41 - - [2025-09-18 03:57:15] "GET /projects?obj_uuids=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003233 10.0.0.41 - - [2025-09-18 03:57:15] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001008 10.0.0.41 - - [2025-09-18 03:57:15] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007653 10.0.0.41 - - [2025-09-18 03:57:16] "POST /id-to-fqname HTTP/1.1" 200 197 0.003384 10.0.0.41 - - [2025-09-18 03:57:16] "POST /fqname-to-id HTTP/1.1" 404 206 0.004645 10.0.0.41 - - [2025-09-18 03:57:16] "POST /security-groups HTTP/1.1" 200 598 0.038295 10.0.0.41 - - [2025-09-18 03:57:16] "POST /fqname-to-id HTTP/1.1" 404 241 0.006762 10.0.0.41 - - [2025-09-18 03:57:16] "POST /projects HTTP/1.1" 200 599 0.246502 10.0.0.41 - - [2025-09-18 03:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.319026 10.0.0.41 - - [2025-09-18 03:57:16] "POST /access-control-lists HTTP/1.1" 200 601 0.040752 10.0.0.56 - - [2025-09-18 03:57:16] "GET /project/19e0af4f-d4bc-40f1-887c-e245bbb1310b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.466585 10.0.0.56 - - [2025-09-18 03:57:17] "GET / HTTP/1.1" 200 35931 0.001441 10.0.0.56 - - [2025-09-18 03:57:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000565 10.0.0.56 - - [2025-09-18 03:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.081355 10.0.0.56 - - [2025-09-18 03:57:19] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004163 10.0.0.56 - - [2025-09-18 03:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.56 - - [2025-09-18 03:57:19] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004636 10.0.0.56 - - [2025-09-18 03:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.56 - - [2025-09-18 03:57:19] "PUT /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056 HTTP/1.1" 200 276 0.013740 10.0.0.56 - - [2025-09-18 03:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.41 - - [2025-09-18 03:57:19] "GET /projects?obj_uuids=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001141 10.0.0.56 - - [2025-09-18 03:57:20] "GET /project/19e0af4f-d4bc-40f1-887c-e245bbb1310b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.045325 10.0.0.41 - - [2025-09-18 03:57:20] "POST /useragent-kv HTTP/1.1" 200 115 0.032240 10.0.0.56 - - [2025-09-18 03:57:20] "POST /neutron/subnet HTTP/1.1" 200 701 0.303698 10.0.0.56 - - [2025-09-18 03:57:20] "POST /id-to-fqname HTTP/1.1" 200 218 0.001895 10.0.0.56 - - [2025-09-18 03:57:20] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.009189 10.0.0.56 - - [2025-09-18 03:57:20] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007397 10.0.0.56 - - [2025-09-18 03:57:20] "POST /neutron/network HTTP/1.1" 200 808 0.008806 10.0.0.56 - - [2025-09-18 03:57:20] "POST /id-to-fqname HTTP/1.1" 200 218 0.002123 10.0.0.41 - - [2025-09-18 03:57:21] "GET /projects?obj_uuids=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001106 10.0.0.56 - - [2025-09-18 03:57:21] "GET /project/19e0af4f-d4bc-40f1-887c-e245bbb1310b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.068282 10.0.0.56 - - [2025-09-18 03:57:21] "POST /neutron/network HTTP/1.1" 200 808 0.006762 10.0.0.56 - - [2025-09-18 03:57:22] "POST /id-to-fqname HTTP/1.1" 200 218 0.001546 10.0.0.56 - - [2025-09-18 03:57:22] "POST /neutron/port HTTP/1.1" 200 117 0.006983 10.0.0.41 - - [2025-09-18 03:57:22] "GET /projects?obj_uuids=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001031 10.0.0.56 - - [2025-09-18 03:57:22] "POST /neutron/port HTTP/1.1" 200 1062 0.305917 10.0.0.56 - - [2025-09-18 03:57:23] "POST /neutron/port HTTP/1.1" 200 1116 0.112303 10.0.0.56 - - [2025-09-18 03:57:23] "POST /neutron/subnet HTTP/1.1" 200 675 0.009769 10.0.0.41 - - [2025-09-18 03:57:23] "GET /projects?obj_uuids=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000947 10.0.0.56 - - [2025-09-18 03:57:23] "GET /project/19e0af4f-d4bc-40f1-887c-e245bbb1310b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.092376 10.0.0.56 - - [2025-09-18 03:57:23] "POST /neutron/network HTTP/1.1" 200 808 0.007170 10.0.0.56 - - [2025-09-18 03:57:23] "POST /neutron/port HTTP/1.1" 200 117 0.006751 10.0.0.56 - - [2025-09-18 03:57:24] "POST /neutron/port HTTP/1.1" 200 1062 0.022367 10.0.0.56 - - [2025-09-18 03:57:24] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006424 10.0.0.56 - - [2025-09-18 03:57:24] "POST /neutron/port HTTP/1.1" 200 1090 0.016527 10.0.0.56 - - [2025-09-18 03:57:24] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.56 - - [2025-09-18 03:57:25] "GET /obj-perms HTTP/1.1" 200 5044 0.064107 10.0.0.22 - - [2025-09-18 03:57:25] "GET /obj-perms HTTP/1.1" 200 5044 0.058194 10.0.0.41 - - [2025-09-18 03:57:26] "GET /obj-perms HTTP/1.1" 200 5044 0.055750 10.0.0.56 - - [2025-09-18 03:57:26] "POST /neutron/security_group HTTP/1.1" 200 2065 0.010874 10.0.0.56 - - [2025-09-18 03:57:26] "POST /neutron/port HTTP/1.1" 200 1090 0.019753 10.0.0.56 - - [2025-09-18 03:57:26] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008935 10.0.0.56 - - [2025-09-18 03:57:26] "GET /virtual-machine/35b0f847-9f76-42d5-a7d0-5a019e687b63 HTTP/1.1" 401 292 0.000542 10.0.0.56 - - [2025-09-18 03:57:27] "GET /virtual-machine/35b0f847-9f76-42d5-a7d0-5a019e687b63 HTTP/1.1" 200 1299 0.040488 10.0.0.56 - - [2025-09-18 03:57:27] "GET /virtual-machine/35b0f847-9f76-42d5-a7d0-5a019e687b63 HTTP/1.1" 200 1299 0.014210 10.0.0.56 - - [2025-09-18 03:57:27] "GET /virtual-machine-interface/bb9710a0-933f-4c19-abc9-16ce2f91972e HTTP/1.1" 200 2949 0.015389 10.0.0.56 - - [2025-09-18 03:57:27] "GET /virtual-machine/35b0f847-9f76-42d5-a7d0-5a019e687b63 HTTP/1.1" 200 1299 0.013631 10.0.0.56 - - [2025-09-18 03:57:27] "GET /virtual-machine-interface/bb9710a0-933f-4c19-abc9-16ce2f91972e HTTP/1.1" 200 2949 0.009759 10.0.0.56 - - [2025-09-18 03:57:27] "GET /instance-ip/17d4a7ba-d1e4-4be6-bde6-9d61a2d193ee HTTP/1.1" 200 1620 0.006443 10.0.0.56 - - [2025-09-18 03:57:27] "GET /virtual-machine/35b0f847-9f76-42d5-a7d0-5a019e687b63 HTTP/1.1" 200 1299 0.004212 10.0.0.56 - - [2025-09-18 03:57:27] "GET /virtual-machine-interface/bb9710a0-933f-4c19-abc9-16ce2f91972e HTTP/1.1" 200 2949 0.005351 10.0.0.56 - - [2025-09-18 03:57:27] "GET /instance-ip/17d4a7ba-d1e4-4be6-bde6-9d61a2d193ee HTTP/1.1" 200 1620 0.004465 10.0.0.56 - - [2025-09-18 03:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004471 10.0.0.56 - - [2025-09-18 03:57:27] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.010683 10.0.0.56 - - [2025-09-18 03:57:27] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004267 10.0.0.56 - - [2025-09-18 03:57:27] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006146 10.0.0.56 - - [2025-09-18 03:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.56 - - [2025-09-18 03:57:27] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004774 10.0.0.56 - - [2025-09-18 03:57:27] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002947 10.0.0.56 - - [2025-09-18 03:57:27] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005986 10.0.0.56 - - [2025-09-18 03:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.56 - - [2025-09-18 03:57:27] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004326 10.0.0.56 - - [2025-09-18 03:57:27] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003254 10.0.0.56 - - [2025-09-18 03:57:27] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007251 10.0.0.56 - - [2025-09-18 03:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.56 - - [2025-09-18 03:57:27] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005063 10.0.0.56 - - [2025-09-18 03:57:27] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005643 10.0.0.56 - - [2025-09-18 03:57:27] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006683 10.0.0.56 - - [2025-09-18 03:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.56 - - [2025-09-18 03:57:27] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005030 10.0.0.56 - - [2025-09-18 03:57:27] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003094 10.0.0.56 - - [2025-09-18 03:57:27] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005392 10.0.0.56 - - [2025-09-18 03:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.56 - - [2025-09-18 03:57:27] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004449 10.0.0.56 - - [2025-09-18 03:57:27] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002950 10.0.0.56 - - [2025-09-18 03:57:27] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006818 10.0.0.56 - - [2025-09-18 03:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004704 10.0.0.56 - - [2025-09-18 03:57:28] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003899 10.0.0.56 - - [2025-09-18 03:57:28] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003942 10.0.0.56 - - [2025-09-18 03:57:28] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.009044 10.0.0.56 - - [2025-09-18 03:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004685 10.0.0.56 - - [2025-09-18 03:57:31] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006365 10.0.0.56 - - [2025-09-18 03:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004477 10.0.0.56 - - [2025-09-18 03:57:35] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005439 10.0.0.56 - - [2025-09-18 03:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.56 - - [2025-09-18 03:57:39] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005627 10.0.0.56 - - [2025-09-18 03:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.56 - - [2025-09-18 03:57:43] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007085 10.0.0.56 - - [2025-09-18 03:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.56 - - [2025-09-18 03:57:47] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005338 10.0.0.56 - - [2025-09-18 03:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.56 - - [2025-09-18 03:57:51] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006113 10.0.0.56 - - [2025-09-18 03:57:53] "POST /neutron/network HTTP/1.1" 200 818 0.006582 10.0.0.56 - - [2025-09-18 03:57:53] "POST /neutron/port HTTP/1.1" 200 117 0.001256 10.0.0.56 - - [2025-09-18 03:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.56 - - [2025-09-18 03:57:55] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005085 10.0.0.56 - - [2025-09-18 03:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.56 - - [2025-09-18 03:57:59] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008067 10.0.0.56 - - [2025-09-18 03:58:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.56 - - [2025-09-18 03:58:03] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006013 10.0.0.56 - - [2025-09-18 03:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.56 - - [2025-09-18 03:58:06] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004006 10.0.0.56 - - [2025-09-18 03:58:06] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003406 10.0.0.56 - - [2025-09-18 03:58:06] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006092 10.0.0.56 - - [2025-09-18 03:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.56 - - [2025-09-18 03:58:06] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003853 10.0.0.56 - - [2025-09-18 03:58:06] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003238 10.0.0.56 - - [2025-09-18 03:58:06] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005586 10.0.0.56 - - [2025-09-18 03:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.56 - - [2025-09-18 03:58:06] "GET /routing-instance/720f0eea-12cc-42f1-b132-a7e4498f90e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005870 10.0.0.56 - - [2025-09-18 03:58:06] "GET /route-target/02515b9b-3095-44a1-b180-200e9e87e0db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004184 10.0.0.56 - - [2025-09-18 03:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.56 - - [2025-09-18 03:58:06] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003620 10.0.0.56 - - [2025-09-18 03:58:06] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002666 10.0.0.56 - - [2025-09-18 03:58:06] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005854 10.0.0.56 - - [2025-09-18 03:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.56 - - [2025-09-18 03:58:06] "GET /routing-instance/720f0eea-12cc-42f1-b132-a7e4498f90e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004096 10.0.0.56 - - [2025-09-18 03:58:06] "GET /route-target/02515b9b-3095-44a1-b180-200e9e87e0db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003872 10.0.0.56 - - [2025-09-18 03:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.56 - - [2025-09-18 03:58:06] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003738 10.0.0.56 - - [2025-09-18 03:58:06] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003113 10.0.0.56 - - [2025-09-18 03:58:06] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005877 10.0.0.56 - - [2025-09-18 03:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.56 - - [2025-09-18 03:58:07] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004194 10.0.0.56 - - [2025-09-18 03:58:07] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003114 10.0.0.56 - - [2025-09-18 03:58:07] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006876 10.0.0.56 - - [2025-09-18 03:58:07] "GET /obj-perms HTTP/1.1" 200 5044 0.004273 10.0.0.41 - - [2025-09-18 03:58:07] "GET /obj-perms HTTP/1.1" 200 5044 0.003705 10.0.0.56 - - [2025-09-18 03:58:07] "GET /obj-perms HTTP/1.1" 200 5044 0.003910 10.0.0.41 - - [2025-09-18 03:58:07] "GET /obj-perms HTTP/1.1" 200 5044 0.003932 10.0.0.56 - - [2025-09-18 03:58:07] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007000 10.0.0.56 - - [2025-09-18 03:58:07] "POST /neutron/port HTTP/1.1" 200 1090 0.015009 10.0.0.56 - - [2025-09-18 03:58:08] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007610 10.0.0.56 - - [2025-09-18 03:58:08] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 200 1299 0.005375 10.0.0.56 - - [2025-09-18 03:58:08] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 200 1299 0.003657 10.0.0.56 - - [2025-09-18 03:58:08] "GET /virtual-machine-interface/f7a72e69-7f0c-4b03-84f7-6f2b0623c622 HTTP/1.1" 200 2948 0.005249 10.0.0.56 - - [2025-09-18 03:58:08] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 200 1299 0.003503 10.0.0.56 - - [2025-09-18 03:58:08] "GET /virtual-machine-interface/f7a72e69-7f0c-4b03-84f7-6f2b0623c622 HTTP/1.1" 200 2948 0.005588 10.0.0.56 - - [2025-09-18 03:58:08] "GET /instance-ip/8770712d-b172-44b3-b9f6-af9f8ad53f1d HTTP/1.1" 200 1620 0.005515 10.0.0.56 - - [2025-09-18 03:58:08] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 200 1299 0.003839 10.0.0.56 - - [2025-09-18 03:58:08] "GET /virtual-machine-interface/f7a72e69-7f0c-4b03-84f7-6f2b0623c622 HTTP/1.1" 200 2948 0.004848 10.0.0.56 - - [2025-09-18 03:58:08] "GET /instance-ip/8770712d-b172-44b3-b9f6-af9f8ad53f1d HTTP/1.1" 200 1620 0.003779 10.0.0.56 - - [2025-09-18 03:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.56 - - [2025-09-18 03:58:08] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003458 10.0.0.56 - - [2025-09-18 03:58:08] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002964 10.0.0.56 - - [2025-09-18 03:58:08] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005780 10.0.0.56 - - [2025-09-18 03:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.56 - - [2025-09-18 03:58:08] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004311 10.0.0.56 - - [2025-09-18 03:58:08] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003242 10.0.0.56 - - [2025-09-18 03:58:08] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005299 10.0.0.56 - - [2025-09-18 03:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.56 - - [2025-09-18 03:58:08] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004034 10.0.0.56 - - [2025-09-18 03:58:08] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002666 10.0.0.56 - - [2025-09-18 03:58:08] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005927 10.0.0.56 - - [2025-09-18 03:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.56 - - [2025-09-18 03:58:08] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003763 10.0.0.56 - - [2025-09-18 03:58:08] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003584 10.0.0.56 - - [2025-09-18 03:58:08] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006686 10.0.0.56 - - [2025-09-18 03:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.56 - - [2025-09-18 03:58:08] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004150 10.0.0.56 - - [2025-09-18 03:58:08] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003114 10.0.0.56 - - [2025-09-18 03:58:08] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005800 10.0.0.56 - - [2025-09-18 03:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.56 - - [2025-09-18 03:58:08] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004486 10.0.0.56 - - [2025-09-18 03:58:08] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002919 10.0.0.56 - - [2025-09-18 03:58:08] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006735 10.0.0.56 - - [2025-09-18 03:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.56 - - [2025-09-18 03:58:08] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003919 10.0.0.56 - - [2025-09-18 03:58:08] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003306 10.0.0.56 - - [2025-09-18 03:58:09] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006043 10.0.0.41 - - [2025-09-18 03:58:10] "DELETE /project/19e0af4fd4bc40f1887ce245bbb1310b HTTP/1.1" 404 173 0.005189 10.0.0.41 - - [2025-09-18 03:58:10] "GET /projects?obj_uuids=541c3397-274e-4746-aeb7-1cd396996f2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001494 10.0.0.41 - - [2025-09-18 03:58:10] "GET /project/541c3397-274e-4746-aeb7-1cd396996f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.095102 10.0.0.41 - - [2025-09-18 03:58:10] "GET /projects?obj_uuids=541c3397-274e-4746-aeb7-1cd396996f2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000865 10.0.0.41 - - [2025-09-18 03:58:10] "GET /project/541c3397-274e-4746-aeb7-1cd396996f2a?fields=security_groups HTTP/1.1" 200 1365 0.047584 10.0.0.41 - - [2025-09-18 03:58:10] "DELETE /security-group/79114185-042a-40a3-a843-f0d9197d843b HTTP/1.1" 200 115 0.044583 10.0.0.41 - - [2025-09-18 03:58:10] "GET /projects?obj_uuids=541c3397-274e-4746-aeb7-1cd396996f2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000979 10.0.0.41 - - [2025-09-18 03:58:10] "GET /project/541c3397-274e-4746-aeb7-1cd396996f2a?fields=application_policy_sets HTTP/1.1" 200 1404 0.045760 10.0.0.41 - - [2025-09-18 03:58:10] "DELETE /access-control-list/e76daec8-919b-486b-ad1b-129ec13ce7ac HTTP/1.1" 200 115 0.089481 10.0.0.41 - - [2025-09-18 03:58:10] "DELETE /project/541c3397-274e-4746-aeb7-1cd396996f2a HTTP/1.1" 200 115 0.457901 10.0.0.56 - - [2025-09-18 03:58:11] "POST /neutron/network HTTP/1.1" 200 818 0.007241 10.0.0.56 - - [2025-09-18 03:58:11] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.56 - - [2025-09-18 03:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.56 - - [2025-09-18 03:58:12] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006695 10.0.0.56 - - [2025-09-18 03:58:14] "POST /neutron/security_group HTTP/1.1" 200 2065 0.031929 10.0.0.56 - - [2025-09-18 03:58:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.56 - - [2025-09-18 03:58:16] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005045 10.0.0.56 - - [2025-09-18 03:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.56 - - [2025-09-18 03:58:18] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003921 10.0.0.56 - - [2025-09-18 03:58:18] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003512 10.0.0.56 - - [2025-09-18 03:58:18] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005408 10.0.0.56 - - [2025-09-18 03:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.56 - - [2025-09-18 03:58:18] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003847 10.0.0.56 - - [2025-09-18 03:58:18] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002721 10.0.0.56 - - [2025-09-18 03:58:18] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006578 10.0.0.56 - - [2025-09-18 03:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.56 - - [2025-09-18 03:58:18] "GET /routing-instance/720f0eea-12cc-42f1-b132-a7e4498f90e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004054 10.0.0.56 - - [2025-09-18 03:58:18] "GET /route-target/02515b9b-3095-44a1-b180-200e9e87e0db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004470 10.0.0.56 - - [2025-09-18 03:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.009223 10.0.0.56 - - [2025-09-18 03:58:18] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003692 10.0.0.56 - - [2025-09-18 03:58:18] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002785 10.0.0.56 - - [2025-09-18 03:58:18] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005660 10.0.0.56 - - [2025-09-18 03:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.56 - - [2025-09-18 03:58:19] "GET /routing-instance/720f0eea-12cc-42f1-b132-a7e4498f90e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004254 10.0.0.56 - - [2025-09-18 03:58:19] "GET /route-target/02515b9b-3095-44a1-b180-200e9e87e0db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004384 10.0.0.56 - - [2025-09-18 03:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.56 - - [2025-09-18 03:58:19] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004092 10.0.0.56 - - [2025-09-18 03:58:19] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003481 10.0.0.56 - - [2025-09-18 03:58:19] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005636 10.0.0.56 - - [2025-09-18 03:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004146 10.0.0.56 - - [2025-09-18 03:58:19] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004252 10.0.0.56 - - [2025-09-18 03:58:19] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002938 10.0.0.56 - - [2025-09-18 03:58:19] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007449 10.0.0.56 - - [2025-09-18 03:58:19] "GET /obj-perms HTTP/1.1" 200 5044 0.004234 10.0.0.41 - - [2025-09-18 03:58:19] "GET /obj-perms HTTP/1.1" 200 5044 0.004604 10.0.0.56 - - [2025-09-18 03:58:19] "GET /obj-perms HTTP/1.1" 200 5044 0.006130 10.0.0.41 - - [2025-09-18 03:58:19] "GET /obj-perms HTTP/1.1" 200 5044 0.004603 10.0.0.56 - - [2025-09-18 03:58:19] "GET /obj-perms HTTP/1.1" 200 5044 0.004845 10.0.0.56 - - [2025-09-18 03:58:19] "GET /virtual-machine/35b0f847-9f76-42d5-a7d0-5a019e687b63 HTTP/1.1" 200 1299 0.004358 10.0.0.56 - - [2025-09-18 03:58:19] "GET /virtual-machine-interface/bb9710a0-933f-4c19-abc9-16ce2f91972e HTTP/1.1" 200 2949 0.006927 10.0.0.56 - - [2025-09-18 03:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.56 - - [2025-09-18 03:58:19] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003951 10.0.0.56 - - [2025-09-18 03:58:19] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005245 10.0.0.56 - - [2025-09-18 03:58:19] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006825 10.0.0.56 - - [2025-09-18 03:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.56 - - [2025-09-18 03:58:20] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003717 10.0.0.56 - - [2025-09-18 03:58:20] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003124 10.0.0.56 - - [2025-09-18 03:58:21] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005715 10.0.0.56 - - [2025-09-18 03:58:26] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 200 1299 0.008309 10.0.0.56 - - [2025-09-18 03:58:26] "GET /virtual-machine-interface/f7a72e69-7f0c-4b03-84f7-6f2b0623c622 HTTP/1.1" 200 2948 0.005859 10.0.0.56 - - [2025-09-18 03:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.56 - - [2025-09-18 03:58:26] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004216 10.0.0.56 - - [2025-09-18 03:58:26] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003161 10.0.0.56 - - [2025-09-18 03:58:26] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007304 10.0.0.56 - - [2025-09-18 03:58:26] "POST /neutron/port HTTP/1.1" 200 1090 0.015042 10.0.0.56 - - [2025-09-18 03:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.56 - - [2025-09-18 03:58:27] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003335 10.0.0.56 - - [2025-09-18 03:58:27] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003377 10.0.0.56 - - [2025-09-18 03:58:27] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006160 10.0.0.56 - - [2025-09-18 03:58:27] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009946 10.0.0.22 - - [2025-09-18 03:58:43] "GET /obj-perms HTTP/1.1" 200 5056 0.054012 10.0.0.56 - - [2025-09-18 03:58:53] "POST /neutron/port HTTP/1.1" 200 1090 0.041458 10.0.0.56 - - [2025-09-18 03:58:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003732 10.0.0.56 - - [2025-09-18 03:58:53] "POST /neutron/network HTTP/1.1" 200 808 0.007326 10.0.0.56 - - [2025-09-18 03:59:11] "POST /neutron/network HTTP/1.1" 200 818 0.006869 10.0.0.56 - - [2025-09-18 03:59:11] "POST /neutron/port HTTP/1.1" 200 117 0.001090 10.0.0.56 - - [2025-09-18 03:59:55] "POST /neutron/port HTTP/1.1" 200 1090 0.021259 10.0.0.56 - - [2025-09-18 03:59:55] "POST /neutron/subnet HTTP/1.1" 200 675 0.014300 10.0.0.56 - - [2025-09-18 04:00:14] "POST /neutron/port HTTP/1.1" 200 1090 0.045522 10.0.0.56 - - [2025-09-18 04:00:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004380 10.0.0.56 - - [2025-09-18 04:00:14] "POST /neutron/network HTTP/1.1" 200 808 0.007360 10.0.0.56 - - [2025-09-18 04:00:26] "GET /virtual-machine/35b0f847-9f76-42d5-a7d0-5a019e687b63 HTTP/1.1" 200 1299 0.007385 10.0.0.56 - - [2025-09-18 04:00:26] "GET /virtual-machine-interface/bb9710a0-933f-4c19-abc9-16ce2f91972e HTTP/1.1" 200 2949 0.006829 10.0.0.56 - - [2025-09-18 04:00:26] "GET /virtual-machine/35b0f847-9f76-42d5-a7d0-5a019e687b63 HTTP/1.1" 200 1299 0.005620 10.0.0.56 - - [2025-09-18 04:00:26] "GET /virtual-machine-interface/bb9710a0-933f-4c19-abc9-16ce2f91972e HTTP/1.1" 200 2949 0.006059 10.0.0.56 - - [2025-09-18 04:00:26] "GET /instance-ip/17d4a7ba-d1e4-4be6-bde6-9d61a2d193ee HTTP/1.1" 200 1620 0.005682 10.0.0.56 - - [2025-09-18 04:00:26] "GET /virtual-machine/35b0f847-9f76-42d5-a7d0-5a019e687b63 HTTP/1.1" 200 1299 0.005530 10.0.0.56 - - [2025-09-18 04:00:26] "GET /virtual-machine-interface/bb9710a0-933f-4c19-abc9-16ce2f91972e HTTP/1.1" 200 2949 0.006596 10.0.0.56 - - [2025-09-18 04:00:26] "GET /instance-ip/17d4a7ba-d1e4-4be6-bde6-9d61a2d193ee HTTP/1.1" 200 1620 0.005605 10.0.0.56 - - [2025-09-18 04:00:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004749 10.0.0.56 - - [2025-09-18 04:00:26] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005092 10.0.0.56 - - [2025-09-18 04:00:26] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003846 10.0.0.56 - - [2025-09-18 04:00:26] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007289 10.0.0.56 - - [2025-09-18 04:00:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.56 - - [2025-09-18 04:00:26] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005089 10.0.0.56 - - [2025-09-18 04:00:26] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004621 10.0.0.56 - - [2025-09-18 04:00:26] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007139 10.0.0.56 - - [2025-09-18 04:00:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004849 10.0.0.56 - - [2025-09-18 04:00:27] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004928 10.0.0.56 - - [2025-09-18 04:00:27] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003800 10.0.0.56 - - [2025-09-18 04:00:27] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006734 10.0.0.56 - - [2025-09-18 04:00:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004876 10.0.0.56 - - [2025-09-18 04:00:27] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005061 10.0.0.56 - - [2025-09-18 04:00:27] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003617 10.0.0.56 - - [2025-09-18 04:00:27] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007046 10.0.0.56 - - [2025-09-18 04:00:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.56 - - [2025-09-18 04:00:27] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005199 10.0.0.56 - - [2025-09-18 04:00:27] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003746 10.0.0.56 - - [2025-09-18 04:00:27] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006502 10.0.0.56 - - [2025-09-18 04:00:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.56 - - [2025-09-18 04:00:27] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005111 10.0.0.56 - - [2025-09-18 04:00:27] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003913 10.0.0.56 - - [2025-09-18 04:00:27] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006648 10.0.0.56 - - [2025-09-18 04:00:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004672 10.0.0.56 - - [2025-09-18 04:00:27] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.007273 10.0.0.56 - - [2025-09-18 04:00:27] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003396 10.0.0.56 - - [2025-09-18 04:00:27] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006285 10.0.0.56 - - [2025-09-18 04:00:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005894 10.0.0.56 - - [2025-09-18 04:00:28] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004546 10.0.0.56 - - [2025-09-18 04:00:28] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003972 10.0.0.56 - - [2025-09-18 04:00:28] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008453 10.0.0.56 - - [2025-09-18 04:00:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.56 - - [2025-09-18 04:00:29] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005071 10.0.0.56 - - [2025-09-18 04:00:29] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003752 10.0.0.56 - - [2025-09-18 04:00:29] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005979 10.0.0.56 - - [2025-09-18 04:00:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.56 - - [2025-09-18 04:00:29] "GET /routing-instance/720f0eea-12cc-42f1-b132-a7e4498f90e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004451 10.0.0.56 - - [2025-09-18 04:00:29] "GET /route-target/02515b9b-3095-44a1-b180-200e9e87e0db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004630 10.0.0.56 - - [2025-09-18 04:00:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004559 10.0.0.56 - - [2025-09-18 04:00:29] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005199 10.0.0.56 - - [2025-09-18 04:00:29] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003289 10.0.0.56 - - [2025-09-18 04:00:29] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007011 10.0.0.56 - - [2025-09-18 04:00:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.56 - - [2025-09-18 04:00:29] "GET /routing-instance/720f0eea-12cc-42f1-b132-a7e4498f90e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004608 10.0.0.56 - - [2025-09-18 04:00:29] "GET /route-target/02515b9b-3095-44a1-b180-200e9e87e0db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004897 10.0.0.56 - - [2025-09-18 04:00:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.56 - - [2025-09-18 04:00:29] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004087 10.0.0.56 - - [2025-09-18 04:00:29] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003567 10.0.0.56 - - [2025-09-18 04:00:29] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006307 10.0.0.56 - - [2025-09-18 04:00:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.56 - - [2025-09-18 04:00:29] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004610 10.0.0.56 - - [2025-09-18 04:00:29] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003479 10.0.0.56 - - [2025-09-18 04:00:29] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005760 10.0.0.41 - - [2025-09-18 04:00:29] "GET /obj-perms HTTP/1.1" 200 5044 0.003912 10.0.0.56 - - [2025-09-18 04:00:33] "GET /obj-perms HTTP/1.1" 200 5044 0.004303 10.0.0.41 - - [2025-09-18 04:00:33] "GET /obj-perms HTTP/1.1" 200 5044 0.004147 10.0.0.56 - - [2025-09-18 04:00:34] "GET /obj-perms HTTP/1.1" 200 5044 0.004475 10.0.0.56 - - [2025-09-18 04:00:34] "GET /obj-perms HTTP/1.1" 200 5044 0.004814 10.0.0.56 - - [2025-09-18 04:00:34] "POST /neutron/port HTTP/1.1" 200 1090 0.017927 10.0.0.56 - - [2025-09-18 04:00:34] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 200 1299 0.005526 10.0.0.56 - - [2025-09-18 04:00:34] "GET /virtual-machine-interface/f7a72e69-7f0c-4b03-84f7-6f2b0623c622 HTTP/1.1" 200 2948 0.007879 10.0.0.56 - - [2025-09-18 04:00:34] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 200 1299 0.004244 10.0.0.56 - - [2025-09-18 04:00:34] "GET /virtual-machine-interface/f7a72e69-7f0c-4b03-84f7-6f2b0623c622 HTTP/1.1" 200 2948 0.005821 10.0.0.56 - - [2025-09-18 04:00:34] "GET /instance-ip/8770712d-b172-44b3-b9f6-af9f8ad53f1d HTTP/1.1" 200 1620 0.005966 10.0.0.56 - - [2025-09-18 04:00:34] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 200 1299 0.004362 10.0.0.56 - - [2025-09-18 04:00:34] "GET /virtual-machine-interface/f7a72e69-7f0c-4b03-84f7-6f2b0623c622 HTTP/1.1" 200 2948 0.006332 10.0.0.56 - - [2025-09-18 04:00:34] "GET /instance-ip/8770712d-b172-44b3-b9f6-af9f8ad53f1d HTTP/1.1" 200 1620 0.004825 10.0.0.56 - - [2025-09-18 04:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.56 - - [2025-09-18 04:00:34] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004224 10.0.0.56 - - [2025-09-18 04:00:34] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003472 10.0.0.56 - - [2025-09-18 04:00:34] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008373 10.0.0.56 - - [2025-09-18 04:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004681 10.0.0.56 - - [2025-09-18 04:00:34] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.012842 10.0.0.56 - - [2025-09-18 04:00:34] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003890 10.0.0.56 - - [2025-09-18 04:00:34] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006530 10.0.0.56 - - [2025-09-18 04:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004319 10.0.0.56 - - [2025-09-18 04:00:34] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005126 10.0.0.56 - - [2025-09-18 04:00:34] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003739 10.0.0.56 - - [2025-09-18 04:00:34] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.009730 10.0.0.56 - - [2025-09-18 04:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004361 10.0.0.56 - - [2025-09-18 04:00:34] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004795 10.0.0.56 - - [2025-09-18 04:00:34] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004894 10.0.0.56 - - [2025-09-18 04:00:34] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007123 10.0.0.56 - - [2025-09-18 04:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.56 - - [2025-09-18 04:00:35] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005914 10.0.0.56 - - [2025-09-18 04:00:35] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.011608 10.0.0.56 - - [2025-09-18 04:00:35] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006175 10.0.0.56 - - [2025-09-18 04:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.56 - - [2025-09-18 04:00:35] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004260 10.0.0.56 - - [2025-09-18 04:00:35] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003135 10.0.0.56 - - [2025-09-18 04:00:35] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006346 10.0.0.56 - - [2025-09-18 04:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.56 - - [2025-09-18 04:00:35] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004248 10.0.0.56 - - [2025-09-18 04:00:35] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003681 10.0.0.56 - - [2025-09-18 04:00:35] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005926 10.0.0.56 - - [2025-09-18 04:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.56 - - [2025-09-18 04:00:36] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004179 10.0.0.56 - - [2025-09-18 04:00:36] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003637 10.0.0.56 - - [2025-09-18 04:00:36] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007160 10.0.0.56 - - [2025-09-18 04:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004671 10.0.0.56 - - [2025-09-18 04:00:36] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005105 10.0.0.56 - - [2025-09-18 04:00:36] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003337 10.0.0.56 - - [2025-09-18 04:00:36] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006896 10.0.0.56 - - [2025-09-18 04:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.56 - - [2025-09-18 04:00:36] "GET /routing-instance/720f0eea-12cc-42f1-b132-a7e4498f90e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005017 10.0.0.56 - - [2025-09-18 04:00:36] "GET /route-target/02515b9b-3095-44a1-b180-200e9e87e0db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005686 10.0.0.56 - - [2025-09-18 04:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004715 10.0.0.56 - - [2025-09-18 04:00:37] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004508 10.0.0.56 - - [2025-09-18 04:00:37] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004714 10.0.0.56 - - [2025-09-18 04:00:37] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.009690 10.0.0.56 - - [2025-09-18 04:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005094 10.0.0.56 - - [2025-09-18 04:00:37] "GET /routing-instance/720f0eea-12cc-42f1-b132-a7e4498f90e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005325 10.0.0.56 - - [2025-09-18 04:00:37] "GET /route-target/02515b9b-3095-44a1-b180-200e9e87e0db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005631 10.0.0.56 - - [2025-09-18 04:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004221 10.0.0.56 - - [2025-09-18 04:00:37] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005541 10.0.0.56 - - [2025-09-18 04:00:37] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003929 10.0.0.56 - - [2025-09-18 04:00:37] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006649 10.0.0.56 - - [2025-09-18 04:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.56 - - [2025-09-18 04:00:37] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004178 10.0.0.56 - - [2025-09-18 04:00:37] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003343 10.0.0.56 - - [2025-09-18 04:00:37] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007029 10.0.0.41 - - [2025-09-18 04:00:37] "GET /obj-perms HTTP/1.1" 200 5044 0.004927 10.0.0.41 - - [2025-09-18 04:00:43] "GET /obj-perms HTTP/1.1" 200 5044 0.004291 10.0.0.56 - - [2025-09-18 04:00:43] "GET /obj-perms HTTP/1.1" 200 5044 0.003981 10.0.0.56 - - [2025-09-18 04:00:43] "GET /obj-perms HTTP/1.1" 200 5044 0.004153 10.0.0.56 - - [2025-09-18 04:00:43] "GET /obj-perms HTTP/1.1" 200 5044 0.003997 10.0.0.22 - - [2025-09-18 04:00:43] "GET /obj-perms HTTP/1.1" 200 5044 0.004715 10.0.0.41 - - [2025-09-18 04:00:43] "GET /obj-perms HTTP/1.1" 200 5044 0.004647 10.0.0.56 - - [2025-09-18 04:00:56] "POST /neutron/port HTTP/1.1" 200 1090 0.018379 10.0.0.56 - - [2025-09-18 04:00:56] "POST /neutron/subnet HTTP/1.1" 200 675 0.019157 10.0.0.56 - - [2025-09-18 04:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004442 10.0.0.56 - - [2025-09-18 04:01:04] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004462 10.0.0.56 - - [2025-09-18 04:01:04] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003705 10.0.0.56 - - [2025-09-18 04:01:04] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006863 10.0.0.56 - - [2025-09-18 04:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.56 - - [2025-09-18 04:01:05] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004708 10.0.0.56 - - [2025-09-18 04:01:05] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003794 10.0.0.56 - - [2025-09-18 04:01:05] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008034 10.0.0.56 - - [2025-09-18 04:01:13] "POST /neutron/port HTTP/1.1" 200 1090 0.017890 10.0.0.56 - - [2025-09-18 04:01:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004548 10.0.0.56 - - [2025-09-18 04:01:14] "POST /neutron/network HTTP/1.1" 200 808 0.011577 10.0.0.56 - - [2025-09-18 04:01:20] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 200 1299 0.004458 10.0.0.56 - - [2025-09-18 04:01:20] "GET /virtual-machine-interface/f7a72e69-7f0c-4b03-84f7-6f2b0623c622 HTTP/1.1" 200 2948 0.005373 10.0.0.56 - - [2025-09-18 04:01:20] "GET /instance-ip/8770712d-b172-44b3-b9f6-af9f8ad53f1d HTTP/1.1" 200 1620 0.004040 10.0.0.56 - - [2025-09-18 04:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007137 10.0.0.56 - - [2025-09-18 04:01:20] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004909 10.0.0.56 - - [2025-09-18 04:01:20] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004244 10.0.0.56 - - [2025-09-18 04:01:20] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006512 10.0.0.56 - - [2025-09-18 04:01:24] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 200 1299 0.004913 10.0.0.56 - - [2025-09-18 04:01:25] "POST /neutron/port HTTP/1.1" 200 151 0.203086 10.0.0.56 - - [2025-09-18 04:01:26] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 404 171 0.003942 10.0.0.56 - - [2025-09-18 04:01:26] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 404 171 0.003708 10.0.0.56 - - [2025-09-18 04:01:26] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 404 171 0.003885 10.0.0.56 - - [2025-09-18 04:01:27] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 404 171 0.003129 10.0.0.56 - - [2025-09-18 04:01:28] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 404 171 0.003577 10.0.0.56 - - [2025-09-18 04:01:29] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 404 171 0.004620 10.0.0.56 - - [2025-09-18 04:01:30] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 404 171 0.003935 10.0.0.56 - - [2025-09-18 04:01:31] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 404 171 0.004167 10.0.0.56 - - [2025-09-18 04:01:32] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 404 171 0.004643 10.0.0.56 - - [2025-09-18 04:01:32] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 404 171 0.003445 10.0.0.56 - - [2025-09-18 04:01:33] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 404 171 0.004427 10.0.0.56 - - [2025-09-18 04:01:34] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 404 171 0.004088 10.0.0.56 - - [2025-09-18 04:01:35] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 404 171 0.003904 10.0.0.56 - - [2025-09-18 04:01:36] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 404 171 0.003927 10.0.0.56 - - [2025-09-18 04:01:37] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 404 171 0.004513 10.0.0.56 - - [2025-09-18 04:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004612 10.0.0.56 - - [2025-09-18 04:01:37] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004743 10.0.0.56 - - [2025-09-18 04:01:37] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003825 10.0.0.56 - - [2025-09-18 04:01:37] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007476 10.0.0.56 - - [2025-09-18 04:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.56 - - [2025-09-18 04:01:37] "GET /routing-instance/720f0eea-12cc-42f1-b132-a7e4498f90e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.006484 10.0.0.56 - - [2025-09-18 04:01:37] "GET /route-target/02515b9b-3095-44a1-b180-200e9e87e0db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004815 10.0.0.56 - - [2025-09-18 04:01:38] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 404 171 0.004635 10.0.0.56 - - [2025-09-18 04:01:39] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 404 171 0.004400 10.0.0.56 - - [2025-09-18 04:01:40] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 404 171 0.003810 10.0.0.56 - - [2025-09-18 04:01:41] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 404 171 0.003899 10.0.0.56 - - [2025-09-18 04:01:42] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 404 171 0.004603 10.0.0.56 - - [2025-09-18 04:01:43] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 404 171 0.004031 10.0.0.56 - - [2025-09-18 04:01:43] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 404 171 0.004383 10.0.0.56 - - [2025-09-18 04:01:44] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 404 171 0.004308 10.0.0.56 - - [2025-09-18 04:01:45] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 404 171 0.003721 10.0.0.56 - - [2025-09-18 04:01:46] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 404 171 0.003822 10.0.0.56 - - [2025-09-18 04:01:47] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 404 171 0.003495 10.0.0.56 - - [2025-09-18 04:01:48] "GET /virtual-machine/764dca92-a172-4c0c-9c75-7f239b655287 HTTP/1.1" 404 171 0.003809 10.0.0.56 - - [2025-09-18 04:01:48] "GET /obj-perms HTTP/1.1" 200 5044 0.004898 10.0.0.56 - - [2025-09-18 04:01:48] "GET /obj-perms HTTP/1.1" 200 5044 0.005255 10.0.0.41 - - [2025-09-18 04:01:48] "GET /obj-perms HTTP/1.1" 200 5044 0.004784 10.0.0.56 - - [2025-09-18 04:01:48] "GET /virtual-machine/35b0f847-9f76-42d5-a7d0-5a019e687b63 HTTP/1.1" 200 1299 0.006164 10.0.0.56 - - [2025-09-18 04:01:49] "POST /neutron/port HTTP/1.1" 200 151 0.222023 10.0.0.56 - - [2025-09-18 04:01:50] "GET /virtual-machine/35b0f847-9f76-42d5-a7d0-5a019e687b63 HTTP/1.1" 404 171 0.005521 10.0.0.56 - - [2025-09-18 04:01:50] "GET /virtual-machine/35b0f847-9f76-42d5-a7d0-5a019e687b63 HTTP/1.1" 404 171 0.004048 10.0.0.56 - - [2025-09-18 04:01:50] "GET /virtual-machine/35b0f847-9f76-42d5-a7d0-5a019e687b63 HTTP/1.1" 404 171 0.004068 10.0.0.56 - - [2025-09-18 04:01:50] "GET /virtual-machine/35b0f847-9f76-42d5-a7d0-5a019e687b63 HTTP/1.1" 404 171 0.004450 10.0.0.56 - - [2025-09-18 04:01:51] "GET /virtual-machine/35b0f847-9f76-42d5-a7d0-5a019e687b63 HTTP/1.1" 404 171 0.004439 10.0.0.56 - - [2025-09-18 04:01:52] "GET /virtual-machine/35b0f847-9f76-42d5-a7d0-5a019e687b63 HTTP/1.1" 404 171 0.006828 10.0.0.56 - - [2025-09-18 04:01:53] "GET /virtual-machine/35b0f847-9f76-42d5-a7d0-5a019e687b63 HTTP/1.1" 404 171 0.026302 10.0.0.56 - - [2025-09-18 04:01:54] "GET /virtual-machine/35b0f847-9f76-42d5-a7d0-5a019e687b63 HTTP/1.1" 404 171 0.004589 10.0.0.56 - - [2025-09-18 04:01:55] "GET /virtual-machine/35b0f847-9f76-42d5-a7d0-5a019e687b63 HTTP/1.1" 404 171 0.004743 10.0.0.56 - - [2025-09-18 04:01:55] "GET /virtual-machine/35b0f847-9f76-42d5-a7d0-5a019e687b63 HTTP/1.1" 404 171 0.003795 10.0.0.56 - - [2025-09-18 04:01:56] "GET /virtual-machine/35b0f847-9f76-42d5-a7d0-5a019e687b63 HTTP/1.1" 404 171 0.005147 10.0.0.56 - - [2025-09-18 04:01:57] "GET /virtual-machine/35b0f847-9f76-42d5-a7d0-5a019e687b63 HTTP/1.1" 404 171 0.004164 10.0.0.56 - - [2025-09-18 04:01:58] "GET /virtual-machine/35b0f847-9f76-42d5-a7d0-5a019e687b63 HTTP/1.1" 404 171 0.005347 10.0.0.22 - - [2025-09-18 04:01:58] "GET /global-system-configs HTTP/1.1" 200 322 0.054574 10.0.0.22 - - [2025-09-18 04:01:59] "GET /obj-perms HTTP/1.1" 200 5056 0.177330 10.0.0.41 - - [2025-09-18 04:01:59] "GET /global-system-configs HTTP/1.1" 200 322 0.112203 10.0.0.56 - - [2025-09-18 04:01:59] "GET /virtual-machine/35b0f847-9f76-42d5-a7d0-5a019e687b63 HTTP/1.1" 404 171 0.004035 10.0.0.22 - - [2025-09-18 04:02:00] "GET /global-system-configs HTTP/1.1" 200 322 0.084934 10.0.0.41 - - [2025-09-18 04:02:00] "GET /global-system-configs HTTP/1.1" 200 322 0.161705 10.0.0.41 - - [2025-09-18 04:02:00] "GET /obj-perms HTTP/1.1" 200 5056 0.261386 10.0.0.56 - - [2025-09-18 04:02:00] "GET /obj-perms HTTP/1.1" 200 5056 0.293285 10.0.0.22 - - [2025-09-18 04:02:00] "GET /obj-perms HTTP/1.1" 200 5056 0.312147 10.0.0.56 - - [2025-09-18 04:02:00] "GET /virtual-machine/35b0f847-9f76-42d5-a7d0-5a019e687b63 HTTP/1.1" 404 171 0.004218 10.0.0.56 - - [2025-09-18 04:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004764 10.0.0.56 - - [2025-09-18 04:02:00] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005657 10.0.0.56 - - [2025-09-18 04:02:00] "GET /virtual-networks?parent_id=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004804 10.0.0.56 - - [2025-09-18 04:02:00] "GET /virtual-network/6dc175e5-ccf5-403b-9b84-12f9420ab765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008090 10.0.0.56 - - [2025-09-18 04:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004460 10.0.0.56 - - [2025-09-18 04:02:00] "GET /routing-instance/720f0eea-12cc-42f1-b132-a7e4498f90e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005729 10.0.0.56 - - [2025-09-18 04:02:00] "GET /route-target/02515b9b-3095-44a1-b180-200e9e87e0db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.006265 10.0.0.56 - - [2025-09-18 04:02:01] "GET /obj-perms HTTP/1.1" 200 5044 0.004607 10.0.0.56 - - [2025-09-18 04:02:01] "GET /global-system-configs HTTP/1.1" 200 322 0.044651 10.0.0.56 - - [2025-09-18 04:02:02] "GET /global-system-configs HTTP/1.1" 200 322 0.132223 10.0.0.41 - - [2025-09-18 04:02:02] "GET /obj-perms HTTP/1.1" 200 5056 0.200318 10.0.0.56 - - [2025-09-18 04:02:04] "GET /obj-perms HTTP/1.1" 200 5044 0.011760 10.0.0.56 - - [2025-09-18 04:02:04] "GET /obj-perms HTTP/1.1" 200 5044 0.005822 10.0.0.22 - - [2025-09-18 04:02:04] "GET /obj-perms HTTP/1.1" 200 5044 0.004156 10.0.0.41 - - [2025-09-18 04:02:04] "DELETE /route-target/02515b9b-3095-44a1-b180-200e9e87e0db HTTP/1.1" 200 115 0.032665 10.0.0.56 - - [2025-09-18 04:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.56 - - [2025-09-18 04:02:04] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004508 10.0.0.56 - - [2025-09-18 04:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.56 - - [2025-09-18 04:02:04] "PUT /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056 HTTP/1.1" 200 276 0.015991 10.0.0.41 - - [2025-09-18 04:02:07] "GET /projects?obj_uuids=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001831 10.0.0.56 - - [2025-09-18 04:02:07] "GET /project/19e0af4f-d4bc-40f1-887c-e245bbb1310b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.080519 10.0.0.41 - - [2025-09-18 04:02:07] "GET /projects?obj_uuids=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001275 10.0.0.56 - - [2025-09-18 04:02:07] "GET /project/19e0af4f-d4bc-40f1-887c-e245bbb1310b?fields=virtual_networks HTTP/1.1" 200 1044 0.064177 10.0.0.41 - - [2025-09-18 04:02:07] "GET /projects?obj_uuids=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001549 10.0.0.56 - - [2025-09-18 04:02:07] "GET /project/19e0af4f-d4bc-40f1-887c-e245bbb1310b?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.045753 10.0.0.41 - - [2025-09-18 04:02:07] "GET /projects?obj_uuids=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001750 10.0.0.56 - - [2025-09-18 04:02:07] "GET /project/19e0af4f-d4bc-40f1-887c-e245bbb1310b?fields=security_groups HTTP/1.1" 200 1277 0.046965 10.0.0.56 - - [2025-09-18 04:02:08] "POST /fqname-to-id HTTP/1.1" 404 194 0.033189 10.0.0.41 - - [2025-09-18 04:02:08] "GET /projects?obj_uuids=e11b83f9-4aef-44a9-8c05-15c9a42f4293&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004267 10.0.0.41 - - [2025-09-18 04:02:08] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002017 10.0.0.41 - - [2025-09-18 04:02:08] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.043329 10.0.0.41 - - [2025-09-18 04:02:08] "POST /id-to-fqname HTTP/1.1" 200 196 0.006210 10.0.0.41 - - [2025-09-18 04:02:08] "POST /fqname-to-id HTTP/1.1" 404 205 0.009654 10.0.0.41 - - [2025-09-18 04:02:09] "POST /security-groups HTTP/1.1" 200 597 0.039384 10.0.0.41 - - [2025-09-18 04:02:09] "POST /projects HTTP/1.1" 200 597 0.275862 10.0.0.41 - - [2025-09-18 04:02:09] "POST /fqname-to-id HTTP/1.1" 404 239 0.008621 10.0.0.41 - - [2025-09-18 04:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.349525 10.0.0.56 - - [2025-09-18 04:02:09] "GET /project/e11b83f9-4aef-44a9-8c05-15c9a42f4293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.546106 10.0.0.56 - - [2025-09-18 04:02:10] "GET / HTTP/1.1" 200 35931 0.001746 10.0.0.41 - - [2025-09-18 04:02:11] "DELETE /project/e11b83f94aef44a98c0515c9a42f4293 HTTP/1.1" 404 173 0.008170 10.0.0.41 - - [2025-09-18 04:02:11] "GET /projects?obj_uuids=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001447 10.0.0.41 - - [2025-09-18 04:02:11] "GET /project/19e0af4f-d4bc-40f1-887c-e245bbb1310b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.055115 10.0.0.41 - - [2025-09-18 04:02:11] "GET /projects?obj_uuids=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001249 10.0.0.41 - - [2025-09-18 04:02:11] "GET /project/19e0af4f-d4bc-40f1-887c-e245bbb1310b?fields=security_groups HTTP/1.1" 200 1382 0.046316 10.0.0.41 - - [2025-09-18 04:02:11] "DELETE /security-group/896001d1-ce0a-46c6-a01c-4062d6ae061c HTTP/1.1" 200 115 0.059119 10.0.0.41 - - [2025-09-18 04:02:11] "GET /projects?obj_uuids=19e0af4f-d4bc-40f1-887c-e245bbb1310b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004256 10.0.0.41 - - [2025-09-18 04:02:11] "GET /project/19e0af4f-d4bc-40f1-887c-e245bbb1310b?fields=application_policy_sets HTTP/1.1" 200 1421 0.075267 10.0.0.41 - - [2025-09-18 04:02:11] "DELETE /access-control-list/60b92c71-7669-49c2-a877-455f4b0e595f HTTP/1.1" 200 115 0.067883 10.0.0.41 - - [2025-09-18 04:02:11] "DELETE /project/19e0af4f-d4bc-40f1-887c-e245bbb1310b HTTP/1.1" 200 115 0.477726 10.0.0.41 - - [2025-09-18 04:02:13] "GET /projects?obj_uuids=e11b83f9-4aef-44a9-8c05-15c9a42f4293&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001043 10.0.0.56 - - [2025-09-18 04:02:13] "GET /project/e11b83f9-4aef-44a9-8c05-15c9a42f4293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.042165 10.0.0.41 - - [2025-09-18 04:02:13] "GET /projects?obj_uuids=e11b83f9-4aef-44a9-8c05-15c9a42f4293&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000917 10.0.0.56 - - [2025-09-18 04:02:13] "GET /project/e11b83f9-4aef-44a9-8c05-15c9a42f4293?fields=virtual_networks HTTP/1.1" 200 1044 0.042137 10.0.0.41 - - [2025-09-18 04:02:13] "GET /projects?obj_uuids=e11b83f9-4aef-44a9-8c05-15c9a42f4293&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000937 10.0.0.56 - - [2025-09-18 04:02:13] "GET /project/e11b83f9-4aef-44a9-8c05-15c9a42f4293?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.042211 10.0.0.41 - - [2025-09-18 04:02:13] "GET /projects?obj_uuids=e11b83f9-4aef-44a9-8c05-15c9a42f4293&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001925 10.0.0.56 - - [2025-09-18 04:02:13] "GET /project/e11b83f9-4aef-44a9-8c05-15c9a42f4293?fields=security_groups HTTP/1.1" 200 1276 0.042675 10.0.0.56 - - [2025-09-18 04:02:14] "POST /fqname-to-id HTTP/1.1" 404 188 0.026618 10.0.0.41 - - [2025-09-18 04:02:14] "GET /projects?obj_uuids=62dae40d-e0e3-460b-b127-019b3ae6f49b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003801 10.0.0.41 - - [2025-09-18 04:02:14] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000977 10.0.0.41 - - [2025-09-18 04:02:14] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007337 10.0.0.41 - - [2025-09-18 04:02:14] "POST /id-to-fqname HTTP/1.1" 200 190 0.006026 10.0.0.41 - - [2025-09-18 04:02:15] "POST /fqname-to-id HTTP/1.1" 404 199 0.008930 10.0.0.41 - - [2025-09-18 04:02:15] "POST /security-groups HTTP/1.1" 200 591 0.038034 10.0.0.41 - - [2025-09-18 04:02:15] "POST /projects HTTP/1.1" 200 585 0.275167 10.0.0.41 - - [2025-09-18 04:02:15] "POST /fqname-to-id HTTP/1.1" 404 233 0.009776 10.0.0.41 - - [2025-09-18 04:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.347625 10.0.0.56 - - [2025-09-18 04:02:15] "GET /project/62dae40d-e0e3-460b-b127-019b3ae6f49b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.514105 10.0.0.56 - - [2025-09-18 04:02:16] "GET / HTTP/1.1" 200 35931 0.002867 10.0.0.41 - - [2025-09-18 04:02:19] "GET /projects?obj_uuids=62dae40d-e0e3-460b-b127-019b3ae6f49b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001396 10.0.0.56 - - [2025-09-18 04:02:19] "GET /project/62dae40d-e0e3-460b-b127-019b3ae6f49b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.077322 10.0.0.41 - - [2025-09-18 04:02:19] "GET /projects?obj_uuids=62dae40d-e0e3-460b-b127-019b3ae6f49b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001335 10.0.0.56 - - [2025-09-18 04:02:19] "GET /project/62dae40d-e0e3-460b-b127-019b3ae6f49b?fields=virtual_networks HTTP/1.1" 200 1031 0.065771 10.0.0.41 - - [2025-09-18 04:02:19] "GET /projects?obj_uuids=62dae40d-e0e3-460b-b127-019b3ae6f49b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001704 10.0.0.56 - - [2025-09-18 04:02:19] "GET /project/62dae40d-e0e3-460b-b127-019b3ae6f49b?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.058224 10.0.0.41 - - [2025-09-18 04:02:19] "GET /projects?obj_uuids=62dae40d-e0e3-460b-b127-019b3ae6f49b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001356 10.0.0.56 - - [2025-09-18 04:02:19] "GET /project/62dae40d-e0e3-460b-b127-019b3ae6f49b?fields=security_groups HTTP/1.1" 200 1257 0.059860 10.0.0.56 - - [2025-09-18 04:02:20] "POST /fqname-to-id HTTP/1.1" 404 196 0.026902 10.0.0.41 - - [2025-09-18 04:02:21] "GET /projects?obj_uuids=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003712 10.0.0.41 - - [2025-09-18 04:02:21] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000952 10.0.0.41 - - [2025-09-18 04:02:21] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006821 10.0.0.41 - - [2025-09-18 04:02:21] "POST /id-to-fqname HTTP/1.1" 200 198 0.005011 10.0.0.41 - - [2025-09-18 04:02:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.005533 10.0.0.41 - - [2025-09-18 04:02:21] "POST /security-groups HTTP/1.1" 200 599 0.073478 10.0.0.41 - - [2025-09-18 04:02:21] "POST /projects HTTP/1.1" 200 601 0.284390 10.0.0.41 - - [2025-09-18 04:02:21] "POST /access-control-lists HTTP/1.1" 200 604 0.031078 10.0.0.41 - - [2025-09-18 04:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.358960 10.0.0.56 - - [2025-09-18 04:02:21] "GET /project/81bda800-4e16-4e62-882a-e9474c7cdbca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.529299 10.0.0.56 - - [2025-09-18 04:02:22] "GET / HTTP/1.1" 200 35931 0.002227 10.0.0.56 - - [2025-09-18 04:02:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000570 10.0.0.56 - - [2025-09-18 04:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.067830 10.0.0.41 - - [2025-09-18 04:02:23] "GET /projects?obj_uuids=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001140 10.0.0.56 - - [2025-09-18 04:02:23] "GET /project/81bda800-4e16-4e62-882a-e9474c7cdbca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.055424 10.0.0.56 - - [2025-09-18 04:02:23] "POST /neutron/network HTTP/1.1" 200 117 0.044800 10.0.0.41 - - [2025-09-18 04:02:24] "POST /route-targets HTTP/1.1" 200 327 0.019090 10.0.0.41 - - [2025-09-18 04:02:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.070803 10.0.0.41 - - [2025-09-18 04:02:24] "POST /useragent-kv HTTP/1.1" 200 115 0.008814 10.0.0.56 - - [2025-09-18 04:02:24] "POST /neutron/subnet HTTP/1.1" 200 720 0.242747 10.0.0.56 - - [2025-09-18 04:02:24] "POST /id-to-fqname HTTP/1.1" 200 222 0.001279 10.0.0.56 - - [2025-09-18 04:02:24] "GET /virtual-network/df29666f-3d3c-429a-bd28-71377f5f08ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.009479 10.0.0.56 - - [2025-09-18 04:02:24] "GET /virtual-network/df29666f-3d3c-429a-bd28-71377f5f08ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007214 10.0.0.56 - - [2025-09-18 04:02:24] "POST /neutron/network HTTP/1.1" 200 974 0.011540 10.0.0.56 - - [2025-09-18 04:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.41 - - [2025-09-18 04:02:24] "GET /projects?obj_uuids=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001287 10.0.0.56 - - [2025-09-18 04:02:24] "GET /project/81bda800-4e16-4e62-882a-e9474c7cdbca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.050827 10.0.0.56 - - [2025-09-18 04:02:25] "POST /neutron/network HTTP/1.1" 200 117 0.016320 10.0.0.41 - - [2025-09-18 04:02:25] "POST /ref-update HTTP/1.1" 200 156 0.026425 10.0.0.41 - - [2025-09-18 04:02:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.009832 10.0.0.41 - - [2025-09-18 04:02:25] "POST /useragent-kv HTTP/1.1" 200 115 0.010892 10.0.0.56 - - [2025-09-18 04:02:25] "POST /neutron/subnet HTTP/1.1" 200 724 0.258053 10.0.0.56 - - [2025-09-18 04:02:25] "POST /id-to-fqname HTTP/1.1" 200 222 0.001286 10.0.0.56 - - [2025-09-18 04:02:25] "GET /virtual-network/bd7c0cba-63ff-498d-928c-53b0894af074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005232 10.0.0.56 - - [2025-09-18 04:02:25] "GET /virtual-network/bd7c0cba-63ff-498d-928c-53b0894af074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006529 10.0.0.56 - - [2025-09-18 04:02:25] "POST /neutron/network HTTP/1.1" 200 975 0.011144 10.0.0.56 - - [2025-09-18 04:02:25] "POST /id-to-fqname HTTP/1.1" 200 222 0.001389 10.0.0.56 - - [2025-09-18 04:02:26] "POST /neutron/network HTTP/1.1" 200 984 0.012232 10.0.0.41 - - [2025-09-18 04:02:26] "GET /projects?obj_uuids=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001505 10.0.0.56 - - [2025-09-18 04:02:27] "GET /project/81bda800-4e16-4e62-882a-e9474c7cdbca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.094880 10.0.0.56 - - [2025-09-18 04:02:27] "POST /neutron/port HTTP/1.1" 200 117 0.008586 10.0.0.56 - - [2025-09-18 04:02:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.001808 10.0.0.56 - - [2025-09-18 04:02:27] "POST /neutron/network HTTP/1.1" 200 984 0.011523 10.0.0.56 - - [2025-09-18 04:02:28] "POST /neutron/port HTTP/1.1" 200 1152 0.020024 10.0.0.41 - - [2025-09-18 04:02:28] "GET /projects?obj_uuids=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000959 10.0.0.56 - - [2025-09-18 04:02:28] "GET /project/81bda800-4e16-4e62-882a-e9474c7cdbca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.080581 10.0.0.56 - - [2025-09-18 04:02:28] "POST /neutron/port HTTP/1.1" 200 1180 0.025422 10.0.0.56 - - [2025-09-18 04:02:28] "POST /neutron/subnet HTTP/1.1" 200 1268 0.022862 10.0.0.56 - - [2025-09-18 04:02:28] "POST /neutron/network HTTP/1.1" 200 974 0.009585 10.0.0.56 - - [2025-09-18 04:02:29] "POST /neutron/port HTTP/1.1" 200 117 0.007237 10.0.0.56 - - [2025-09-18 04:02:29] "POST /neutron/network HTTP/1.1" 200 985 0.013803 10.0.0.56 - - [2025-09-18 04:02:30] "POST /neutron/port HTTP/1.1" 200 1153 0.044070 10.0.0.56 - - [2025-09-18 04:02:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004678 10.0.0.56 - - [2025-09-18 04:02:30] "POST /neutron/port HTTP/1.1" 200 117 0.001479 10.0.0.56 - - [2025-09-18 04:02:34] "POST /neutron/port HTTP/1.1" 200 1180 0.019817 10.0.0.56 - - [2025-09-18 04:02:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.019043 10.0.0.56 - - [2025-09-18 04:02:34] "GET /virtual-machine/7553e92f-3a4c-43e2-881c-76a242ffa6a9 HTTP/1.1" 401 292 0.000516 10.0.0.56 - - [2025-09-18 04:02:34] "GET /virtual-machine/7553e92f-3a4c-43e2-881c-76a242ffa6a9 HTTP/1.1" 200 1299 0.038206 10.0.0.56 - - [2025-09-18 04:02:35] "GET /virtual-machine-interface/7abc683a-6432-4a45-a4f9-ee4f8971465f HTTP/1.1" 200 3156 0.006828 10.0.0.56 - - [2025-09-18 04:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.56 - - [2025-09-18 04:02:35] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004937 10.0.0.56 - - [2025-09-18 04:02:35] "GET /virtual-networks?parent_id=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003747 10.0.0.56 - - [2025-09-18 04:02:35] "GET /virtual-network/df29666f-3d3c-429a-bd28-71377f5f08ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006964 10.0.0.56 - - [2025-09-18 04:02:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.56 - - [2025-09-18 04:02:38] "GET /virtual-network/df29666f-3d3c-429a-bd28-71377f5f08ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007070 10.0.0.56 - - [2025-09-18 04:02:38] "POST /neutron/port HTTP/1.1" 200 1180 0.016934 10.0.0.56 - - [2025-09-18 04:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.56 - - [2025-09-18 04:02:40] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003971 10.0.0.56 - - [2025-09-18 04:02:40] "GET /virtual-networks?parent_id=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003098 10.0.0.56 - - [2025-09-18 04:02:40] "GET /virtual-network/df29666f-3d3c-429a-bd28-71377f5f08ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005893 10.0.0.56 - - [2025-09-18 04:02:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008085 10.0.0.56 - - [2025-09-18 04:02:40] "POST /neutron/port HTTP/1.1" 200 1181 0.017394 10.0.0.56 - - [2025-09-18 04:02:40] "GET /virtual-machine/16774137-40a6-4c75-9331-b011fd2fb50d HTTP/1.1" 200 1300 0.005618 10.0.0.56 - - [2025-09-18 04:02:40] "GET /virtual-machine-interface/529cd55b-6833-458d-95fd-8a4f1179718e HTTP/1.1" 200 3156 0.007207 10.0.0.56 - - [2025-09-18 04:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.56 - - [2025-09-18 04:02:40] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003732 10.0.0.56 - - [2025-09-18 04:02:40] "GET /virtual-networks?parent_id=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003302 10.0.0.56 - - [2025-09-18 04:02:40] "GET /virtual-network/bd7c0cba-63ff-498d-928c-53b0894af074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005957 10.0.0.56 - - [2025-09-18 04:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.56 - - [2025-09-18 04:02:44] "GET /virtual-network/bd7c0cba-63ff-498d-928c-53b0894af074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005912 10.0.0.56 - - [2025-09-18 04:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005540 10.0.0.56 - - [2025-09-18 04:02:48] "GET /virtual-network/bd7c0cba-63ff-498d-928c-53b0894af074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005882 10.0.0.56 - - [2025-09-18 04:02:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008446 10.0.0.56 - - [2025-09-18 04:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.56 - - [2025-09-18 04:02:52] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003893 10.0.0.56 - - [2025-09-18 04:02:52] "GET /virtual-networks?parent_id=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003003 10.0.0.56 - - [2025-09-18 04:02:52] "GET /virtual-network/bd7c0cba-63ff-498d-928c-53b0894af074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.008236 10.0.0.56 - - [2025-09-18 04:02:52] "POST /fqname-to-id HTTP/1.1" 404 209 0.003839 10.0.0.56 - - [2025-09-18 04:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.41 - - [2025-09-18 04:02:52] "GET /projects?obj_uuids=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001352 10.0.0.56 - - [2025-09-18 04:02:52] "GET /project/81bda800-4e16-4e62-882a-e9474c7cdbca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.047452 10.0.0.56 - - [2025-09-18 04:02:52] "POST /network-policys HTTP/1.1" 200 533 0.031806 10.0.0.56 - - [2025-09-18 04:02:52] "GET /network-policy/1446a6bb-c920-474b-9fda-94afede22510?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006693 10.0.0.56 - - [2025-09-18 04:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.56 - - [2025-09-18 04:02:52] "GET /virtual-network/df29666f-3d3c-429a-bd28-71377f5f08ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007403 10.0.0.56 - - [2025-09-18 04:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.56 - - [2025-09-18 04:02:52] "GET /network-policy/1446a6bb-c920-474b-9fda-94afede22510?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005378 10.0.0.56 - - [2025-09-18 04:02:52] "POST /ref-update HTTP/1.1" 200 156 0.074526 10.0.0.56 - - [2025-09-18 04:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005217 10.0.0.56 - - [2025-09-18 04:02:52] "GET /network-policy/1446a6bb-c920-474b-9fda-94afede22510?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004951 10.0.0.56 - - [2025-09-18 04:02:53] "GET /virtual-network/df29666f-3d3c-429a-bd28-71377f5f08ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2863 0.008029 10.0.0.56 - - [2025-09-18 04:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.56 - - [2025-09-18 04:02:53] "GET /network-policy/1446a6bb-c920-474b-9fda-94afede22510?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005271 10.0.0.56 - - [2025-09-18 04:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.56 - - [2025-09-18 04:02:53] "GET /virtual-network/bd7c0cba-63ff-498d-928c-53b0894af074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006456 10.0.0.56 - - [2025-09-18 04:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.56 - - [2025-09-18 04:02:53] "GET /network-policy/1446a6bb-c920-474b-9fda-94afede22510?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004589 10.0.0.41 - - [2025-09-18 04:02:53] "POST /fqname-to-id HTTP/1.1" 404 230 0.007911 10.0.0.56 - - [2025-09-18 04:02:53] "POST /ref-update HTTP/1.1" 200 156 0.072591 10.0.0.56 - - [2025-09-18 04:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004355 10.0.0.56 - - [2025-09-18 04:02:53] "GET /network-policy/1446a6bb-c920-474b-9fda-94afede22510?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.011244 10.0.0.56 - - [2025-09-18 04:02:53] "GET /virtual-network/bd7c0cba-63ff-498d-928c-53b0894af074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2866 0.028728 10.0.0.56 - - [2025-09-18 04:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.41 - - [2025-09-18 04:02:53] "PUT /access-control-list/ddc09813-a13a-4059-a878-689702988312 HTTP/1.1" 200 272 0.044215 10.0.0.56 - - [2025-09-18 04:02:53] "GET /network-policy/1446a6bb-c920-474b-9fda-94afede22510?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006755 10.0.0.56 - - [2025-09-18 04:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005386 10.0.0.41 - - [2025-09-18 04:02:53] "GET /projects?obj_uuids=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001119 10.0.0.56 - - [2025-09-18 04:02:53] "GET /project/81bda800-4e16-4e62-882a-e9474c7cdbca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.042801 10.0.0.56 - - [2025-09-18 04:02:53] "POST /neutron/network HTTP/1.1" 200 117 0.014612 10.0.0.56 - - [2025-09-18 04:02:54] "POST /neutron/network HTTP/1.1" 200 799 0.011281 10.0.0.56 - - [2025-09-18 04:02:54] "POST /id-to-fqname HTTP/1.1" 200 214 0.001498 10.0.0.56 - - [2025-09-18 04:02:54] "GET /virtual-network/ab804656-86b5-46ac-9cad-6a96db2b1a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005735 10.0.0.56 - - [2025-09-18 04:02:54] "GET /virtual-network/ab804656-86b5-46ac-9cad-6a96db2b1a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006995 10.0.0.56 - - [2025-09-18 04:02:54] "POST /neutron/subnet HTTP/1.1" 200 701 0.011204 10.0.0.56 - - [2025-09-18 04:02:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.41 - - [2025-09-18 04:02:54] "GET /projects?obj_uuids=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000890 10.0.0.56 - - [2025-09-18 04:02:54] "GET /project/81bda800-4e16-4e62-882a-e9474c7cdbca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.040473 10.0.0.41 - - [2025-09-18 04:02:54] "POST /route-targets HTTP/1.1" 200 327 0.016582 10.0.0.41 - - [2025-09-18 04:02:54] "POST /useragent-kv HTTP/1.1" 200 115 0.009626 10.0.0.56 - - [2025-09-18 04:02:54] "POST /neutron/subnet HTTP/1.1" 200 701 0.225779 10.0.0.56 - - [2025-09-18 04:02:54] "POST /id-to-fqname HTTP/1.1" 200 214 0.001635 10.0.0.56 - - [2025-09-18 04:02:54] "GET /virtual-network/0c1f2e64-d9a1-497d-b027-f7e89e072a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1997 0.006026 10.0.0.56 - - [2025-09-18 04:02:54] "GET /virtual-network/0c1f2e64-d9a1-497d-b027-f7e89e072a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1997 0.006024 10.0.0.56 - - [2025-09-18 04:02:54] "POST /neutron/network HTTP/1.1" 200 799 0.006984 10.0.0.56 - - [2025-09-18 04:02:54] "POST /fqname-to-id HTTP/1.1" 404 239 0.003993 10.0.0.56 - - [2025-09-18 04:02:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.41 - - [2025-09-18 04:02:54] "GET /projects?obj_uuids=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001006 10.0.0.56 - - [2025-09-18 04:02:55] "GET /project/81bda800-4e16-4e62-882a-e9474c7cdbca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.051831 10.0.0.56 - - [2025-09-18 04:02:55] "POST /network-policys HTTP/1.1" 200 587 0.030269 10.0.0.56 - - [2025-09-18 04:02:55] "GET /network-policy/405ab6eb-27f1-4541-95c3-ef066029d78b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.008325 10.0.0.56 - - [2025-09-18 04:02:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.56 - - [2025-09-18 04:02:55] "GET /virtual-network/ab804656-86b5-46ac-9cad-6a96db2b1a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006265 10.0.0.56 - - [2025-09-18 04:02:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.56 - - [2025-09-18 04:02:55] "GET /network-policy/405ab6eb-27f1-4541-95c3-ef066029d78b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004156 10.0.0.56 - - [2025-09-18 04:02:55] "POST /ref-update HTTP/1.1" 200 156 0.062023 10.0.0.56 - - [2025-09-18 04:02:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.41 - - [2025-09-18 04:02:55] "POST /access-control-lists HTTP/1.1" 200 554 0.097065 10.0.0.56 - - [2025-09-18 04:02:55] "GET /network-policy/405ab6eb-27f1-4541-95c3-ef066029d78b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.010127 10.0.0.56 - - [2025-09-18 04:02:55] "GET /virtual-network/ab804656-86b5-46ac-9cad-6a96db2b1a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.009136 10.0.0.56 - - [2025-09-18 04:02:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.56 - - [2025-09-18 04:02:55] "GET /network-policy/405ab6eb-27f1-4541-95c3-ef066029d78b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004607 10.0.0.56 - - [2025-09-18 04:02:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.56 - - [2025-09-18 04:02:55] "GET /virtual-network/0c1f2e64-d9a1-497d-b027-f7e89e072a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1997 0.008039 10.0.0.56 - - [2025-09-18 04:02:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.56 - - [2025-09-18 04:02:55] "GET /network-policy/405ab6eb-27f1-4541-95c3-ef066029d78b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.005894 10.0.0.56 - - [2025-09-18 04:02:55] "POST /ref-update HTTP/1.1" 200 156 0.074046 10.0.0.41 - - [2025-09-18 04:02:55] "POST /access-control-lists HTTP/1.1" 200 554 0.048847 10.0.0.56 - - [2025-09-18 04:02:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.007651 10.0.0.56 - - [2025-09-18 04:02:55] "GET /network-policy/405ab6eb-27f1-4541-95c3-ef066029d78b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.005142 10.0.0.56 - - [2025-09-18 04:02:55] "POST /neutron/network HTTP/1.1" 200 912 0.025648 10.0.0.56 - - [2025-09-18 04:02:55] "GET /virtual-network/0c1f2e64-d9a1-497d-b027-f7e89e072a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2331 0.006379 10.0.0.56 - - [2025-09-18 04:02:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.56 - - [2025-09-18 04:02:55] "GET /network-policy/405ab6eb-27f1-4541-95c3-ef066029d78b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.005329 10.0.0.56 - - [2025-09-18 04:02:55] "POST /id-to-fqname HTTP/1.1" 200 214 0.001778 10.0.0.56 - - [2025-09-18 04:02:56] "POST /neutron/network HTTP/1.1" 200 922 0.008544 10.0.0.41 - - [2025-09-18 04:02:57] "GET /projects?obj_uuids=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001028 10.0.0.56 - - [2025-09-18 04:02:57] "GET /project/81bda800-4e16-4e62-882a-e9474c7cdbca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.080405 10.0.0.56 - - [2025-09-18 04:02:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008350 10.0.0.56 - - [2025-09-18 04:02:57] "POST /id-to-fqname HTTP/1.1" 200 214 0.001327 10.0.0.56 - - [2025-09-18 04:02:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010227 10.0.0.41 - - [2025-09-18 04:02:57] "GET /projects?obj_uuids=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001001 10.0.0.56 - - [2025-09-18 04:02:58] "POST /neutron/port HTTP/1.1" 200 1063 0.377540 10.0.0.56 - - [2025-09-18 04:02:58] "POST /neutron/network HTTP/1.1" 200 1070 0.010358 10.0.0.56 - - [2025-09-18 04:02:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005408 10.0.0.56 - - [2025-09-18 04:02:58] "POST /neutron/subnet HTTP/1.1" 200 1268 0.015007 10.0.0.56 - - [2025-09-18 04:02:58] "POST /neutron/network HTTP/1.1" 200 1060 0.010402 10.0.0.56 - - [2025-09-18 04:02:58] "POST /neutron/subnet HTTP/1.1" 200 675 0.009443 10.0.0.41 - - [2025-09-18 04:02:58] "GET /projects?obj_uuids=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001380 10.0.0.56 - - [2025-09-18 04:02:58] "GET /project/81bda800-4e16-4e62-882a-e9474c7cdbca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.076998 10.0.0.56 - - [2025-09-18 04:02:58] "POST /neutron/network HTTP/1.1" 200 912 0.041415 10.0.0.56 - - [2025-09-18 04:02:59] "POST /neutron/port HTTP/1.1" 200 117 0.006234 10.0.0.56 - - [2025-09-18 04:02:59] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003649 10.0.0.56 - - [2025-09-18 04:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.56 - - [2025-09-18 04:02:59] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.008870 10.0.0.56 - - [2025-09-18 04:02:59] "POST /neutron/port HTTP/1.1" 200 1063 0.016853 10.0.0.56 - - [2025-09-18 04:03:00] "POST /neutron/port HTTP/1.1" 200 1091 0.019387 10.0.0.56 - - [2025-09-18 04:03:00] "POST /neutron/port HTTP/1.1" 200 117 0.001195 10.0.0.56 - - [2025-09-18 04:03:00] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004590 10.0.0.56 - - [2025-09-18 04:03:00] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005542 10.0.0.56 - - [2025-09-18 04:03:00] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005355 10.0.0.56 - - [2025-09-18 04:03:00] "PUT /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def HTTP/1.1" 200 254 0.035972 10.0.0.56 - - [2025-09-18 04:03:00] "PUT /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def HTTP/1.1" 200 254 0.065089 10.0.0.56 - - [2025-09-18 04:03:00] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.010342 10.0.0.56 - - [2025-09-18 04:03:00] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.018364 10.0.0.56 - - [2025-09-18 04:03:00] "PUT /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558 HTTP/1.1" 200 254 0.063516 10.0.0.56 - - [2025-09-18 04:03:01] "PUT /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558 HTTP/1.1" 200 254 0.047993 10.0.0.56 - - [2025-09-18 04:03:01] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007183 10.0.0.56 - - [2025-09-18 04:03:01] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006510 10.0.0.56 - - [2025-09-18 04:03:01] "PUT /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13 HTTP/1.1" 200 254 0.044017 10.0.0.56 - - [2025-09-18 04:03:01] "PUT /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13 HTTP/1.1" 200 254 0.071610 10.0.0.56 - - [2025-09-18 04:03:01] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.011879 10.0.0.56 - - [2025-09-18 04:03:01] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.012457 10.0.0.56 - - [2025-09-18 04:03:01] "PUT /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def HTTP/1.1" 200 254 0.025652 10.0.0.56 - - [2025-09-18 04:03:01] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.007788 10.0.0.56 - - [2025-09-18 04:03:01] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.006513 10.0.0.56 - - [2025-09-18 04:03:01] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005989 10.0.0.56 - - [2025-09-18 04:03:01] "PUT /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def HTTP/1.1" 200 254 0.038880 10.0.0.56 - - [2025-09-18 04:03:01] "PUT /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def HTTP/1.1" 200 254 0.048720 10.0.0.56 - - [2025-09-18 04:03:01] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008282 10.0.0.56 - - [2025-09-18 04:03:01] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004855 10.0.0.56 - - [2025-09-18 04:03:01] "PUT /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558 HTTP/1.1" 200 254 0.036098 10.0.0.56 - - [2025-09-18 04:03:01] "PUT /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558 HTTP/1.1" 200 254 0.049572 10.0.0.56 - - [2025-09-18 04:03:01] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009882 10.0.0.56 - - [2025-09-18 04:03:01] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006874 10.0.0.56 - - [2025-09-18 04:03:01] "PUT /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13 HTTP/1.1" 200 254 0.039375 10.0.0.56 - - [2025-09-18 04:03:02] "PUT /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13 HTTP/1.1" 200 254 0.045095 10.0.0.56 - - [2025-09-18 04:03:02] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.012797 10.0.0.56 - - [2025-09-18 04:03:02] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006018 10.0.0.56 - - [2025-09-18 04:03:02] "PUT /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558 HTTP/1.1" 200 254 0.031569 10.0.0.56 - - [2025-09-18 04:03:02] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005279 10.0.0.56 - - [2025-09-18 04:03:02] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004859 10.0.0.56 - - [2025-09-18 04:03:02] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.006085 10.0.0.56 - - [2025-09-18 04:03:02] "PUT /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def HTTP/1.1" 200 254 0.032280 10.0.0.56 - - [2025-09-18 04:03:02] "PUT /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def HTTP/1.1" 200 254 0.031363 10.0.0.56 - - [2025-09-18 04:03:02] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005086 10.0.0.56 - - [2025-09-18 04:03:02] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004901 10.0.0.56 - - [2025-09-18 04:03:02] "PUT /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558 HTTP/1.1" 200 254 0.035255 10.0.0.56 - - [2025-09-18 04:03:02] "PUT /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558 HTTP/1.1" 200 254 0.048189 10.0.0.56 - - [2025-09-18 04:03:02] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007108 10.0.0.56 - - [2025-09-18 04:03:02] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007264 10.0.0.56 - - [2025-09-18 04:03:02] "PUT /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13 HTTP/1.1" 200 254 0.042364 10.0.0.56 - - [2025-09-18 04:03:02] "PUT /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13 HTTP/1.1" 200 254 0.049711 10.0.0.56 - - [2025-09-18 04:03:02] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.010509 10.0.0.56 - - [2025-09-18 04:03:02] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.010321 10.0.0.56 - - [2025-09-18 04:03:02] "PUT /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13 HTTP/1.1" 200 254 0.023665 10.0.0.56 - - [2025-09-18 04:03:02] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003919 10.0.0.56 - - [2025-09-18 04:03:02] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005096 10.0.0.56 - - [2025-09-18 04:03:02] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.008062 10.0.0.56 - - [2025-09-18 04:03:03] "PUT /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def HTTP/1.1" 200 254 0.029977 10.0.0.56 - - [2025-09-18 04:03:03] "PUT /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def HTTP/1.1" 200 254 0.039851 10.0.0.56 - - [2025-09-18 04:03:03] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.005282 10.0.0.56 - - [2025-09-18 04:03:03] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.018633 10.0.0.56 - - [2025-09-18 04:03:03] "PUT /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558 HTTP/1.1" 200 254 0.038002 10.0.0.56 - - [2025-09-18 04:03:03] "PUT /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558 HTTP/1.1" 200 254 0.047154 10.0.0.56 - - [2025-09-18 04:03:03] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.008841 10.0.0.56 - - [2025-09-18 04:03:03] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004365 10.0.0.56 - - [2025-09-18 04:03:03] "PUT /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13 HTTP/1.1" 200 254 0.039516 10.0.0.56 - - [2025-09-18 04:03:03] "PUT /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13 HTTP/1.1" 200 254 0.078567 10.0.0.56 - - [2025-09-18 04:03:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007286 10.0.0.41 - - [2025-09-18 04:03:11] "DELETE /project/62dae40de0e3460bb127019b3ae6f49b HTTP/1.1" 404 173 0.011925 10.0.0.41 - - [2025-09-18 04:03:11] "DELETE /project/81bda8004e164e62882ae9474c7cdbca HTTP/1.1" 404 173 0.010905 10.0.0.41 - - [2025-09-18 04:03:11] "GET /projects?obj_uuids=e11b83f9-4aef-44a9-8c05-15c9a42f4293&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001004 10.0.0.41 - - [2025-09-18 04:03:11] "GET /projects?obj_uuids=62dae40d-e0e3-460b-b127-019b3ae6f49b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001651 10.0.0.41 - - [2025-09-18 04:03:11] "GET /project/e11b83f9-4aef-44a9-8c05-15c9a42f4293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.095377 10.0.0.41 - - [2025-09-18 04:03:11] "GET /projects?obj_uuids=e11b83f9-4aef-44a9-8c05-15c9a42f4293&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000940 10.0.0.41 - - [2025-09-18 04:03:11] "GET /project/e11b83f9-4aef-44a9-8c05-15c9a42f4293?fields=security_groups HTTP/1.1" 200 1381 0.074003 10.0.0.41 - - [2025-09-18 04:03:11] "GET /project/62dae40d-e0e3-460b-b127-019b3ae6f49b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.176668 10.0.0.41 - - [2025-09-18 04:03:11] "GET /projects?obj_uuids=62dae40d-e0e3-460b-b127-019b3ae6f49b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000850 10.0.0.41 - - [2025-09-18 04:03:11] "GET /project/62dae40d-e0e3-460b-b127-019b3ae6f49b?fields=security_groups HTTP/1.1" 200 1362 0.053067 10.0.0.41 - - [2025-09-18 04:03:11] "DELETE /security-group/66423ea6-c5a0-41d8-9828-c370092aad68 HTTP/1.1" 200 115 0.072880 10.0.0.41 - - [2025-09-18 04:03:11] "GET /projects?obj_uuids=e11b83f9-4aef-44a9-8c05-15c9a42f4293&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001143 10.0.0.41 - - [2025-09-18 04:03:12] "GET /project/e11b83f9-4aef-44a9-8c05-15c9a42f4293?fields=application_policy_sets HTTP/1.1" 200 1420 0.058045 10.0.0.41 - - [2025-09-18 04:03:12] "DELETE /access-control-list/db6753c8-ef74-43fc-b2d4-ebd3dc72fad8 HTTP/1.1" 200 115 0.101433 10.0.0.41 - - [2025-09-18 04:03:12] "DELETE /security-group/980e74a6-cb33-49d4-8f36-44a022dd51f1 HTTP/1.1" 200 115 0.105110 10.0.0.41 - - [2025-09-18 04:03:12] "GET /projects?obj_uuids=62dae40d-e0e3-460b-b127-019b3ae6f49b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001346 10.0.0.41 - - [2025-09-18 04:03:12] "GET /project/62dae40d-e0e3-460b-b127-019b3ae6f49b?fields=application_policy_sets HTTP/1.1" 200 1401 0.039871 10.0.0.41 - - [2025-09-18 04:03:12] "DELETE /project/e11b83f9-4aef-44a9-8c05-15c9a42f4293 HTTP/1.1" 200 115 0.622385 10.0.0.41 - - [2025-09-18 04:03:12] "DELETE /access-control-list/67ed4088-bcb6-48bf-ab1b-fdb169a294b7 HTTP/1.1" 200 115 0.061242 10.0.0.41 - - [2025-09-18 04:03:12] "DELETE /project/62dae40d-e0e3-460b-b127-019b3ae6f49b HTTP/1.1" 200 115 0.707070 10.0.0.56 - - [2025-09-18 04:03:13] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004781 10.0.0.56 - - [2025-09-18 04:03:13] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.006867 10.0.0.56 - - [2025-09-18 04:03:13] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.006309 10.0.0.56 - - [2025-09-18 04:03:13] "PUT /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def HTTP/1.1" 200 254 0.033850 10.0.0.56 - - [2025-09-18 04:03:13] "PUT /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def HTTP/1.1" 200 254 0.050982 10.0.0.56 - - [2025-09-18 04:03:13] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.007655 10.0.0.56 - - [2025-09-18 04:03:13] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.008193 10.0.0.56 - - [2025-09-18 04:03:13] "PUT /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558 HTTP/1.1" 200 254 0.059163 10.0.0.56 - - [2025-09-18 04:03:13] "PUT /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558 HTTP/1.1" 200 254 0.050551 10.0.0.56 - - [2025-09-18 04:03:14] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.019674 10.0.0.56 - - [2025-09-18 04:03:14] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006864 10.0.0.56 - - [2025-09-18 04:03:14] "PUT /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13 HTTP/1.1" 200 254 0.045460 10.0.0.56 - - [2025-09-18 04:03:14] "PUT /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13 HTTP/1.1" 200 254 0.055966 10.0.0.56 - - [2025-09-18 04:03:14] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.006671 10.0.0.56 - - [2025-09-18 04:03:14] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.010177 10.0.0.56 - - [2025-09-18 04:03:14] "PUT /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def HTTP/1.1" 200 254 0.037817 10.0.0.56 - - [2025-09-18 04:03:14] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.007029 10.0.0.56 - - [2025-09-18 04:03:14] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.006616 10.0.0.56 - - [2025-09-18 04:03:14] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005637 10.0.0.56 - - [2025-09-18 04:03:14] "PUT /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def HTTP/1.1" 200 254 0.033420 10.0.0.56 - - [2025-09-18 04:03:14] "PUT /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def HTTP/1.1" 200 254 0.050851 10.0.0.56 - - [2025-09-18 04:03:14] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009485 10.0.0.56 - - [2025-09-18 04:03:14] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.015100 10.0.0.56 - - [2025-09-18 04:03:14] "PUT /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558 HTTP/1.1" 200 254 0.042709 10.0.0.56 - - [2025-09-18 04:03:14] "PUT /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558 HTTP/1.1" 200 254 0.048877 10.0.0.56 - - [2025-09-18 04:03:14] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.010387 10.0.0.56 - - [2025-09-18 04:03:14] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007294 10.0.0.56 - - [2025-09-18 04:03:14] "PUT /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13 HTTP/1.1" 200 254 0.044031 10.0.0.56 - - [2025-09-18 04:03:15] "PUT /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13 HTTP/1.1" 200 254 0.048251 10.0.0.56 - - [2025-09-18 04:03:15] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008187 10.0.0.56 - - [2025-09-18 04:03:15] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008174 10.0.0.56 - - [2025-09-18 04:03:15] "PUT /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558 HTTP/1.1" 200 254 0.027622 10.0.0.56 - - [2025-09-18 04:03:15] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004117 10.0.0.56 - - [2025-09-18 04:03:15] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.010720 10.0.0.56 - - [2025-09-18 04:03:15] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005387 10.0.0.56 - - [2025-09-18 04:03:15] "PUT /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def HTTP/1.1" 200 254 0.037245 10.0.0.56 - - [2025-09-18 04:03:15] "PUT /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def HTTP/1.1" 200 254 0.034642 10.0.0.56 - - [2025-09-18 04:03:15] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009377 10.0.0.56 - - [2025-09-18 04:03:15] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004285 10.0.0.56 - - [2025-09-18 04:03:15] "PUT /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558 HTTP/1.1" 200 254 0.054364 10.0.0.56 - - [2025-09-18 04:03:15] "PUT /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558 HTTP/1.1" 200 254 0.045509 10.0.0.56 - - [2025-09-18 04:03:15] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.011662 10.0.0.56 - - [2025-09-18 04:03:15] "POST /neutron/network HTTP/1.1" 200 1071 0.019468 10.0.0.56 - - [2025-09-18 04:03:15] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.010375 10.0.0.56 - - [2025-09-18 04:03:15] "PUT /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13 HTTP/1.1" 200 254 0.068874 10.0.0.56 - - [2025-09-18 04:03:15] "POST /neutron/subnet HTTP/1.1" 200 1272 0.059570 10.0.0.56 - - [2025-09-18 04:03:15] "PUT /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13 HTTP/1.1" 200 254 0.050838 10.0.0.56 - - [2025-09-18 04:03:15] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.014427 10.0.0.56 - - [2025-09-18 04:03:15] "POST /neutron/network HTTP/1.1" 200 1061 0.029569 10.0.0.56 - - [2025-09-18 04:03:15] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.012309 10.0.0.56 - - [2025-09-18 04:03:15] "PUT /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13 HTTP/1.1" 200 254 0.028607 10.0.0.56 - - [2025-09-18 04:03:16] "POST /ref-update HTTP/1.1" 200 156 0.078382 10.0.0.56 - - [2025-09-18 04:03:16] "GET /virtual-network/0c1f2e64-d9a1-497d-b027-f7e89e072a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1997 0.028746 10.0.0.56 - - [2025-09-18 04:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005398 10.0.0.56 - - [2025-09-18 04:03:16] "GET /network-policy/405ab6eb-27f1-4541-95c3-ef066029d78b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.008454 10.0.0.56 - - [2025-09-18 04:03:16] "POST /ref-update HTTP/1.1" 200 156 0.064205 10.0.0.41 - - [2025-09-18 04:03:16] "DELETE /access-control-list/bee0338f-dce4-4f57-a7cf-576264ac8efd HTTP/1.1" 200 115 0.049994 10.0.0.56 - - [2025-09-18 04:03:16] "GET /virtual-network/ab804656-86b5-46ac-9cad-6a96db2b1a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.024438 10.0.0.56 - - [2025-09-18 04:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.009685 10.0.0.56 - - [2025-09-18 04:03:16] "GET /network-policy/405ab6eb-27f1-4541-95c3-ef066029d78b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.005082 10.0.0.56 - - [2025-09-18 04:03:16] "DELETE /network-policy/405ab6eb-27f1-4541-95c3-ef066029d78b HTTP/1.1" 200 115 0.039404 10.0.0.56 - - [2025-09-18 04:03:16] "POST /neutron/network HTTP/1.1" 200 799 0.019579 10.0.0.56 - - [2025-09-18 04:03:16] "POST /neutron/port HTTP/1.1" 200 1091 0.017427 10.0.0.56 - - [2025-09-18 04:03:17] "POST /neutron/port HTTP/1.1" 200 151 0.314874 10.0.0.41 - - [2025-09-18 04:03:18] "POST /useragent-kv HTTP/1.1" 200 115 0.009356 10.0.0.41 - - [2025-09-18 04:03:18] "POST /useragent-kv HTTP/1.1" 200 115 0.008249 10.0.0.56 - - [2025-09-18 04:03:18] "POST /neutron/network HTTP/1.1" 200 151 0.164431 10.0.0.41 - - [2025-09-18 04:03:18] "DELETE /route-target/e7e0347f-cdc0-4db7-a200-4ee2e9fe7951 HTTP/1.1" 200 115 0.033506 10.0.0.41 - - [2025-09-18 04:03:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.005050 10.0.0.56 - - [2025-09-18 04:03:19] "POST /ref-update HTTP/1.1" 200 156 0.087505 10.0.0.41 - - [2025-09-18 04:03:19] "DELETE /access-control-list/90674348-ccc4-4b62-a0a2-68cee9e555e1 HTTP/1.1" 200 115 0.067691 10.0.0.56 - - [2025-09-18 04:03:19] "POST /neutron/network HTTP/1.1" 200 975 0.030606 10.0.0.56 - - [2025-09-18 04:03:19] "GET /virtual-network/bd7c0cba-63ff-498d-928c-53b0894af074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.011240 10.0.0.56 - - [2025-09-18 04:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.014367 10.0.0.56 - - [2025-09-18 04:03:19] "GET /network-policy/1446a6bb-c920-474b-9fda-94afede22510?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.007005 10.0.0.56 - - [2025-09-18 04:03:19] "POST /ref-update HTTP/1.1" 200 156 0.071404 10.0.0.41 - - [2025-09-18 04:03:19] "POST /ref-update HTTP/1.1" 200 156 0.037540 10.0.0.56 - - [2025-09-18 04:03:19] "GET /virtual-network/df29666f-3d3c-429a-bd28-71377f5f08ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.010543 10.0.0.56 - - [2025-09-18 04:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.007457 10.0.0.56 - - [2025-09-18 04:03:19] "GET /network-policy/1446a6bb-c920-474b-9fda-94afede22510?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005108 10.0.0.56 - - [2025-09-18 04:03:19] "DELETE /network-policy/1446a6bb-c920-474b-9fda-94afede22510 HTTP/1.1" 200 115 0.056693 10.0.0.56 - - [2025-09-18 04:03:19] "POST /neutron/network HTTP/1.1" 400 204 0.018936 10.0.0.56 - - [2025-09-18 04:03:20] "POST /neutron/port HTTP/1.1" 200 151 0.421388 10.0.0.56 - - [2025-09-18 04:03:20] "POST /neutron/port HTTP/1.1" 200 151 0.415711 10.0.0.56 - - [2025-09-18 04:03:22] "POST /neutron/network HTTP/1.1" 200 974 0.022205 10.0.0.41 - - [2025-09-18 04:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005069 10.0.0.56 - - [2025-09-18 04:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004676 10.0.0.41 - - [2025-09-18 04:03:23] "GET /projects?obj_uuids=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001278 10.0.0.56 - - [2025-09-18 04:03:23] "GET /project/81bda800-4e16-4e62-882a-e9474c7cdbca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.049931 10.0.0.41 - - [2025-09-18 04:03:23] "GET /projects?obj_uuids=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001232 10.0.0.56 - - [2025-09-18 04:03:24] "POST /neutron/network HTTP/1.1" 200 601 0.158092 10.0.0.41 - - [2025-09-18 04:03:24] "POST /ref-update HTTP/1.1" 200 156 0.028809 10.0.0.41 - - [2025-09-18 04:03:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.008090 10.0.0.56 - - [2025-09-18 04:03:24] "POST /neutron/network HTTP/1.1" 200 975 0.013333 10.0.0.56 - - [2025-09-18 04:03:24] "POST /id-to-fqname HTTP/1.1" 200 222 0.001960 10.0.0.56 - - [2025-09-18 04:03:24] "GET /virtual-network/2937ab04-2a06-4383-8bb7-0989f8cb62d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.007187 10.0.0.56 - - [2025-09-18 04:03:24] "GET /virtual-network/2937ab04-2a06-4383-8bb7-0989f8cb62d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.007467 10.0.0.56 - - [2025-09-18 04:03:24] "POST /neutron/subnet HTTP/1.1" 200 716 0.011859 10.0.0.56 - - [2025-09-18 04:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004257 10.0.0.41 - - [2025-09-18 04:03:24] "GET /projects?obj_uuids=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001277 10.0.0.56 - - [2025-09-18 04:03:24] "GET /project/81bda800-4e16-4e62-882a-e9474c7cdbca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.052195 10.0.0.41 - - [2025-09-18 04:03:24] "GET /projects?obj_uuids=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001752 10.0.0.56 - - [2025-09-18 04:03:25] "POST /neutron/network HTTP/1.1" 200 601 0.172598 10.0.0.56 - - [2025-09-18 04:03:25] "POST /neutron/network HTTP/1.1" 200 976 0.014534 10.0.0.56 - - [2025-09-18 04:03:25] "POST /id-to-fqname HTTP/1.1" 200 222 0.001690 10.0.0.56 - - [2025-09-18 04:03:25] "GET /virtual-network/5413844d-89b0-46ed-8360-398dd53978d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.008319 10.0.0.56 - - [2025-09-18 04:03:25] "GET /virtual-network/5413844d-89b0-46ed-8360-398dd53978d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.007813 10.0.0.56 - - [2025-09-18 04:03:25] "POST /neutron/subnet HTTP/1.1" 200 716 0.020293 10.0.0.56 - - [2025-09-18 04:03:25] "POST /id-to-fqname HTTP/1.1" 200 222 0.001578 10.0.0.41 - - [2025-09-18 04:03:26] "GET /projects?obj_uuids=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001273 10.0.0.56 - - [2025-09-18 04:03:26] "GET /project/81bda800-4e16-4e62-882a-e9474c7cdbca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.112759 10.0.0.56 - - [2025-09-18 04:03:26] "POST /neutron/network HTTP/1.1" 200 975 0.016181 10.0.0.56 - - [2025-09-18 04:03:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.001663 10.0.0.56 - - [2025-09-18 04:03:27] "POST /neutron/port HTTP/1.1" 200 117 0.009290 10.0.0.41 - - [2025-09-18 04:03:27] "GET /projects?obj_uuids=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001243 10.0.0.56 - - [2025-09-18 04:03:27] "POST /neutron/port HTTP/1.1" 200 1153 0.410149 10.0.0.56 - - [2025-09-18 04:03:28] "POST /neutron/port HTTP/1.1" 200 1207 0.170388 10.0.0.56 - - [2025-09-18 04:03:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004853 10.0.0.56 - - [2025-09-18 04:03:28] "POST /neutron/port HTTP/1.1" 200 117 0.001547 10.0.0.41 - - [2025-09-18 04:03:28] "GET /projects?obj_uuids=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001624 10.0.0.56 - - [2025-09-18 04:03:28] "GET /project/81bda800-4e16-4e62-882a-e9474c7cdbca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.108683 10.0.0.56 - - [2025-09-18 04:03:28] "POST /neutron/port HTTP/1.1" 200 1181 0.025205 10.0.0.56 - - [2025-09-18 04:03:28] "POST /neutron/port HTTP/1.1" 200 1181 0.017641 10.0.0.41 - - [2025-09-18 04:03:29] "GET /projects?obj_uuids=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001424 10.0.0.56 - - [2025-09-18 04:03:29] "POST /neutron/port HTTP/1.1" 200 1154 0.430790 10.0.0.56 - - [2025-09-18 04:03:30] "POST /neutron/port HTTP/1.1" 200 1208 0.183806 10.0.0.56 - - [2025-09-18 04:03:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004691 10.0.0.56 - - [2025-09-18 04:03:30] "POST /neutron/port HTTP/1.1" 200 117 0.001553 10.0.0.56 - - [2025-09-18 04:03:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008462 10.0.0.56 - - [2025-09-18 04:03:34] "POST /neutron/port HTTP/1.1" 200 1181 0.016554 10.0.0.56 - - [2025-09-18 04:03:34] "GET /virtual-machine/47bce22e-fc50-4032-b241-70ec3066fa5a HTTP/1.1" 200 1300 0.007846 10.0.0.56 - - [2025-09-18 04:03:34] "GET /virtual-machine-interface/4bdd0ba2-ecfe-47fe-ac90-8bbe49683c46 HTTP/1.1" 200 3156 0.007450 10.0.0.56 - - [2025-09-18 04:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004319 10.0.0.56 - - [2025-09-18 04:03:34] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005533 10.0.0.56 - - [2025-09-18 04:03:34] "GET /virtual-networks?parent_id=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004375 10.0.0.56 - - [2025-09-18 04:03:34] "GET /virtual-network/2937ab04-2a06-4383-8bb7-0989f8cb62d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.007463 10.0.0.56 - - [2025-09-18 04:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.56 - - [2025-09-18 04:03:37] "GET /virtual-network/2937ab04-2a06-4383-8bb7-0989f8cb62d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.007294 10.0.0.56 - - [2025-09-18 04:03:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.034080 10.0.0.56 - - [2025-09-18 04:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004547 10.0.0.56 - - [2025-09-18 04:03:39] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005058 10.0.0.56 - - [2025-09-18 04:03:39] "GET /virtual-networks?parent_id=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003973 10.0.0.56 - - [2025-09-18 04:03:39] "GET /virtual-network/2937ab04-2a06-4383-8bb7-0989f8cb62d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.008767 10.0.0.56 - - [2025-09-18 04:03:40] "POST /neutron/port HTTP/1.1" 200 1182 0.023358 10.0.0.56 - - [2025-09-18 04:03:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008506 10.0.0.56 - - [2025-09-18 04:03:40] "GET /virtual-machine/671b15ec-a131-43a5-85ac-5cda4cd6ff0d HTTP/1.1" 200 1299 0.007229 10.0.0.56 - - [2025-09-18 04:03:40] "GET /virtual-machine-interface/dcee15ef-4964-469c-99aa-c1e6a09193cd HTTP/1.1" 200 3157 0.005902 10.0.0.56 - - [2025-09-18 04:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005342 10.0.0.56 - - [2025-09-18 04:03:40] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005869 10.0.0.56 - - [2025-09-18 04:03:40] "GET /virtual-networks?parent_id=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004546 10.0.0.56 - - [2025-09-18 04:03:40] "GET /virtual-network/5413844d-89b0-46ed-8360-398dd53978d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.009469 10.0.0.56 - - [2025-09-18 04:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004454 10.0.0.56 - - [2025-09-18 04:03:43] "GET /virtual-network/5413844d-89b0-46ed-8360-398dd53978d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006850 10.0.0.56 - - [2025-09-18 04:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.56 - - [2025-09-18 04:03:47] "GET /virtual-network/5413844d-89b0-46ed-8360-398dd53978d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005062 10.0.0.56 - - [2025-09-18 04:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.56 - - [2025-09-18 04:03:49] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004310 10.0.0.56 - - [2025-09-18 04:03:49] "GET /virtual-networks?parent_id=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003952 10.0.0.56 - - [2025-09-18 04:03:49] "GET /virtual-network/5413844d-89b0-46ed-8360-398dd53978d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.007001 10.0.0.56 - - [2025-09-18 04:03:49] "POST /neutron/port HTTP/1.1" 200 1182 0.018757 10.0.0.56 - - [2025-09-18 04:03:54] "POST /fqname-to-id HTTP/1.1" 404 209 0.004601 10.0.0.56 - - [2025-09-18 04:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.41 - - [2025-09-18 04:03:55] "GET /projects?obj_uuids=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001370 10.0.0.56 - - [2025-09-18 04:03:55] "GET /project/81bda800-4e16-4e62-882a-e9474c7cdbca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.061299 10.0.0.56 - - [2025-09-18 04:03:55] "POST /network-policys HTTP/1.1" 200 533 0.032081 10.0.0.56 - - [2025-09-18 04:03:55] "GET /network-policy/c13388de-d991-4d74-8941-68e77b53e7cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006645 10.0.0.56 - - [2025-09-18 04:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.56 - - [2025-09-18 04:03:55] "GET /virtual-network/2937ab04-2a06-4383-8bb7-0989f8cb62d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006561 10.0.0.56 - - [2025-09-18 04:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.56 - - [2025-09-18 04:03:55] "GET /network-policy/c13388de-d991-4d74-8941-68e77b53e7cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004788 10.0.0.41 - - [2025-09-18 04:03:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.008247 10.0.0.41 - - [2025-09-18 04:03:55] "POST /fqname-to-id HTTP/1.1" 404 230 0.015053 10.0.0.56 - - [2025-09-18 04:03:55] "POST /ref-update HTTP/1.1" 200 156 0.061561 10.0.0.56 - - [2025-09-18 04:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.011890 10.0.0.56 - - [2025-09-18 04:03:55] "GET /network-policy/c13388de-d991-4d74-8941-68e77b53e7cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005508 10.0.0.56 - - [2025-09-18 04:03:55] "GET /virtual-network/2937ab04-2a06-4383-8bb7-0989f8cb62d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2865 0.010395 10.0.0.56 - - [2025-09-18 04:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.56 - - [2025-09-18 04:03:55] "GET /network-policy/c13388de-d991-4d74-8941-68e77b53e7cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006203 10.0.0.56 - - [2025-09-18 04:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.56 - - [2025-09-18 04:03:55] "GET /virtual-network/5413844d-89b0-46ed-8360-398dd53978d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006489 10.0.0.56 - - [2025-09-18 04:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.56 - - [2025-09-18 04:03:55] "GET /network-policy/c13388de-d991-4d74-8941-68e77b53e7cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006706 10.0.0.56 - - [2025-09-18 04:03:55] "POST /ref-update HTTP/1.1" 200 156 0.083523 10.0.0.56 - - [2025-09-18 04:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004879 10.0.0.41 - - [2025-09-18 04:03:55] "POST /access-control-lists HTTP/1.1" 200 578 0.109526 10.0.0.56 - - [2025-09-18 04:03:55] "GET /network-policy/c13388de-d991-4d74-8941-68e77b53e7cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.009710 10.0.0.56 - - [2025-09-18 04:03:55] "POST /neutron/network HTTP/1.1" 200 1062 0.028780 10.0.0.56 - - [2025-09-18 04:03:55] "GET /virtual-network/5413844d-89b0-46ed-8360-398dd53978d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2867 0.016387 10.0.0.56 - - [2025-09-18 04:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005670 10.0.0.56 - - [2025-09-18 04:03:56] "GET /network-policy/c13388de-d991-4d74-8941-68e77b53e7cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005679 10.0.0.56 - - [2025-09-18 04:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.41 - - [2025-09-18 04:03:56] "GET /projects?obj_uuids=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001602 10.0.0.56 - - [2025-09-18 04:03:56] "GET /project/81bda800-4e16-4e62-882a-e9474c7cdbca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.058508 10.0.0.41 - - [2025-09-18 04:03:56] "POST /route-targets HTTP/1.1" 200 327 0.018450 10.0.0.41 - - [2025-09-18 04:03:56] "POST /useragent-kv HTTP/1.1" 200 115 0.008063 10.0.0.56 - - [2025-09-18 04:03:56] "POST /neutron/subnet HTTP/1.1" 200 701 0.226417 10.0.0.56 - - [2025-09-18 04:03:56] "POST /id-to-fqname HTTP/1.1" 200 214 0.001804 10.0.0.56 - - [2025-09-18 04:03:56] "GET /virtual-network/0f3852f2-757c-46c9-b458-29065bf1126d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.007105 10.0.0.56 - - [2025-09-18 04:03:56] "GET /virtual-network/0f3852f2-757c-46c9-b458-29065bf1126d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.006852 10.0.0.56 - - [2025-09-18 04:03:56] "POST /neutron/network HTTP/1.1" 200 799 0.007788 10.0.0.56 - - [2025-09-18 04:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.41 - - [2025-09-18 04:03:56] "GET /projects?obj_uuids=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001307 10.0.0.56 - - [2025-09-18 04:03:56] "GET /project/81bda800-4e16-4e62-882a-e9474c7cdbca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.054418 10.0.0.41 - - [2025-09-18 04:03:56] "GET /projects?obj_uuids=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001298 10.0.0.56 - - [2025-09-18 04:03:57] "POST /neutron/network HTTP/1.1" 200 585 0.138624 10.0.0.41 - - [2025-09-18 04:03:57] "POST /ref-update HTTP/1.1" 200 156 0.026680 10.0.0.56 - - [2025-09-18 04:03:57] "POST /id-to-fqname HTTP/1.1" 200 214 0.004711 10.0.0.56 - - [2025-09-18 04:03:57] "GET /virtual-network/2523dbf6-fb49-4df1-a498-aaae436dd865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.007805 10.0.0.56 - - [2025-09-18 04:03:57] "POST /neutron/network HTTP/1.1" 200 799 0.008729 10.0.0.56 - - [2025-09-18 04:03:57] "GET /virtual-network/2523dbf6-fb49-4df1-a498-aaae436dd865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.006507 10.0.0.56 - - [2025-09-18 04:03:57] "POST /fqname-to-id HTTP/1.1" 404 239 0.004531 10.0.0.56 - - [2025-09-18 04:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005139 10.0.0.41 - - [2025-09-18 04:03:57] "GET /projects?obj_uuids=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001683 10.0.0.56 - - [2025-09-18 04:03:57] "GET /project/81bda800-4e16-4e62-882a-e9474c7cdbca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.068610 10.0.0.56 - - [2025-09-18 04:03:57] "POST /network-policys HTTP/1.1" 200 587 0.034547 10.0.0.56 - - [2025-09-18 04:03:57] "GET /network-policy/56fd8b2c-8c95-493c-ac2d-9ae9280efc0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.007300 10.0.0.56 - - [2025-09-18 04:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.56 - - [2025-09-18 04:03:57] "GET /virtual-network/0f3852f2-757c-46c9-b458-29065bf1126d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.014549 10.0.0.56 - - [2025-09-18 04:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.56 - - [2025-09-18 04:03:57] "GET /network-policy/56fd8b2c-8c95-493c-ac2d-9ae9280efc0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004618 10.0.0.56 - - [2025-09-18 04:03:57] "POST /ref-update HTTP/1.1" 200 156 0.065887 10.0.0.56 - - [2025-09-18 04:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.56 - - [2025-09-18 04:03:58] "GET /network-policy/56fd8b2c-8c95-493c-ac2d-9ae9280efc0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004448 10.0.0.56 - - [2025-09-18 04:03:58] "POST /neutron/network HTTP/1.1" 200 912 0.016261 10.0.0.56 - - [2025-09-18 04:03:58] "GET /virtual-network/0f3852f2-757c-46c9-b458-29065bf1126d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.005836 10.0.0.56 - - [2025-09-18 04:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.56 - - [2025-09-18 04:03:58] "GET /network-policy/56fd8b2c-8c95-493c-ac2d-9ae9280efc0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.005732 10.0.0.56 - - [2025-09-18 04:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004550 10.0.0.56 - - [2025-09-18 04:03:58] "GET /virtual-network/2523dbf6-fb49-4df1-a498-aaae436dd865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.006920 10.0.0.56 - - [2025-09-18 04:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.56 - - [2025-09-18 04:03:58] "GET /network-policy/56fd8b2c-8c95-493c-ac2d-9ae9280efc0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004777 10.0.0.41 - - [2025-09-18 04:03:58] "PUT /access-control-list/bfb951ec-60f6-48a5-93cd-7c63ef299714 HTTP/1.1" 200 272 0.022800 10.0.0.56 - - [2025-09-18 04:03:58] "POST /ref-update HTTP/1.1" 200 156 0.054470 10.0.0.56 - - [2025-09-18 04:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006443 10.0.0.56 - - [2025-09-18 04:03:58] "GET /network-policy/56fd8b2c-8c95-493c-ac2d-9ae9280efc0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.005602 10.0.0.41 - - [2025-09-18 04:03:58] "POST /ref-update HTTP/1.1" 200 156 0.031138 10.0.0.56 - - [2025-09-18 04:03:58] "GET /virtual-network/2523dbf6-fb49-4df1-a498-aaae436dd865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2331 0.015554 10.0.0.56 - - [2025-09-18 04:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004464 10.0.0.56 - - [2025-09-18 04:03:58] "GET /network-policy/56fd8b2c-8c95-493c-ac2d-9ae9280efc0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.005653 10.0.0.56 - - [2025-09-18 04:03:58] "POST /id-to-fqname HTTP/1.1" 200 214 0.002060 10.0.0.56 - - [2025-09-18 04:03:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010027 10.0.0.41 - - [2025-09-18 04:03:59] "GET /projects?obj_uuids=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001462 10.0.0.56 - - [2025-09-18 04:03:59] "GET /project/81bda800-4e16-4e62-882a-e9474c7cdbca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.081779 10.0.0.56 - - [2025-09-18 04:03:59] "POST /neutron/port HTTP/1.1" 200 2245 0.027649 10.0.0.56 - - [2025-09-18 04:03:59] "POST /id-to-fqname HTTP/1.1" 200 214 0.003835 10.0.0.56 - - [2025-09-18 04:04:00] "POST /neutron/port HTTP/1.1" 200 2245 0.031245 10.0.0.56 - - [2025-09-18 04:04:00] "POST /neutron/port HTTP/1.1" 200 1181 0.059616 10.0.0.56 - - [2025-09-18 04:04:00] "POST /neutron/network HTTP/1.1" 200 1071 0.012706 10.0.0.56 - - [2025-09-18 04:04:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008112 10.0.0.56 - - [2025-09-18 04:04:00] "POST /neutron/port HTTP/1.1" 200 117 0.001870 10.0.0.56 - - [2025-09-18 04:04:00] "POST /neutron/port HTTP/1.1" 200 1063 0.022000 10.0.0.56 - - [2025-09-18 04:04:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004889 10.0.0.56 - - [2025-09-18 04:04:01] "POST /neutron/network HTTP/1.1" 200 912 0.010260 10.0.0.41 - - [2025-09-18 04:04:01] "GET /projects?obj_uuids=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001957 10.0.0.56 - - [2025-09-18 04:04:01] "GET /project/81bda800-4e16-4e62-882a-e9474c7cdbca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.100779 10.0.0.56 - - [2025-09-18 04:04:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010613 10.0.0.56 - - [2025-09-18 04:04:01] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.007952 10.0.0.56 - - [2025-09-18 04:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004515 10.0.0.56 - - [2025-09-18 04:04:01] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.006956 10.0.0.41 - - [2025-09-18 04:04:02] "GET /projects?obj_uuids=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001347 10.0.0.56 - - [2025-09-18 04:04:02] "POST /neutron/port HTTP/1.1" 200 1063 0.363981 10.0.0.56 - - [2025-09-18 04:04:02] "POST /neutron/port HTTP/1.1" 200 1117 0.148205 10.0.0.56 - - [2025-09-18 04:04:02] "POST /neutron/subnet HTTP/1.1" 200 675 0.010348 10.0.0.56 - - [2025-09-18 04:04:03] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004465 10.0.0.56 - - [2025-09-18 04:04:03] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005007 10.0.0.56 - - [2025-09-18 04:04:03] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005097 10.0.0.56 - - [2025-09-18 04:04:03] "PUT /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def HTTP/1.1" 200 254 0.034506 10.0.0.56 - - [2025-09-18 04:04:03] "PUT /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def HTTP/1.1" 200 254 0.055964 10.0.0.56 - - [2025-09-18 04:04:03] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009985 10.0.0.56 - - [2025-09-18 04:04:03] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005646 10.0.0.56 - - [2025-09-18 04:04:03] "PUT /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558 HTTP/1.1" 200 254 0.041332 10.0.0.56 - - [2025-09-18 04:04:03] "PUT /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558 HTTP/1.1" 200 254 0.052336 10.0.0.56 - - [2025-09-18 04:04:03] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.010512 10.0.0.56 - - [2025-09-18 04:04:03] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007220 10.0.0.56 - - [2025-09-18 04:04:03] "PUT /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13 HTTP/1.1" 200 254 0.060471 10.0.0.56 - - [2025-09-18 04:04:03] "PUT /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13 HTTP/1.1" 200 254 0.036829 10.0.0.56 - - [2025-09-18 04:04:03] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.006428 10.0.0.56 - - [2025-09-18 04:04:03] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005533 10.0.0.56 - - [2025-09-18 04:04:03] "PUT /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def HTTP/1.1" 200 254 0.037803 10.0.0.56 - - [2025-09-18 04:04:04] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004218 10.0.0.56 - - [2025-09-18 04:04:04] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.006360 10.0.0.56 - - [2025-09-18 04:04:04] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.014122 10.0.0.56 - - [2025-09-18 04:04:04] "PUT /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def HTTP/1.1" 200 254 0.043439 10.0.0.56 - - [2025-09-18 04:04:04] "PUT /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def HTTP/1.1" 200 254 0.049582 10.0.0.56 - - [2025-09-18 04:04:04] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009533 10.0.0.56 - - [2025-09-18 04:04:04] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006057 10.0.0.56 - - [2025-09-18 04:04:04] "PUT /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558 HTTP/1.1" 200 254 0.041556 10.0.0.56 - - [2025-09-18 04:04:04] "PUT /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558 HTTP/1.1" 200 254 0.052604 10.0.0.56 - - [2025-09-18 04:04:04] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006551 10.0.0.56 - - [2025-09-18 04:04:04] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009729 10.0.0.56 - - [2025-09-18 04:04:04] "PUT /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13 HTTP/1.1" 200 254 0.048921 10.0.0.56 - - [2025-09-18 04:04:04] "PUT /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13 HTTP/1.1" 200 254 0.047996 10.0.0.56 - - [2025-09-18 04:04:04] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008588 10.0.0.56 - - [2025-09-18 04:04:04] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004762 10.0.0.56 - - [2025-09-18 04:04:04] "PUT /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558 HTTP/1.1" 200 254 0.025840 10.0.0.56 - - [2025-09-18 04:04:04] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003811 10.0.0.56 - - [2025-09-18 04:04:04] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.006005 10.0.0.56 - - [2025-09-18 04:04:04] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.008377 10.0.0.56 - - [2025-09-18 04:04:04] "PUT /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def HTTP/1.1" 200 254 0.035709 10.0.0.56 - - [2025-09-18 04:04:05] "PUT /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def HTTP/1.1" 200 254 0.046901 10.0.0.56 - - [2025-09-18 04:04:05] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008154 10.0.0.56 - - [2025-09-18 04:04:05] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006479 10.0.0.56 - - [2025-09-18 04:04:05] "PUT /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558 HTTP/1.1" 200 254 0.041676 10.0.0.56 - - [2025-09-18 04:04:05] "PUT /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558 HTTP/1.1" 200 254 0.042872 10.0.0.56 - - [2025-09-18 04:04:05] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007528 10.0.0.56 - - [2025-09-18 04:04:05] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.012016 10.0.0.56 - - [2025-09-18 04:04:05] "PUT /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13 HTTP/1.1" 200 254 0.039758 10.0.0.56 - - [2025-09-18 04:04:05] "PUT /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13 HTTP/1.1" 200 254 0.055925 10.0.0.56 - - [2025-09-18 04:04:05] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.010713 10.0.0.56 - - [2025-09-18 04:04:05] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008800 10.0.0.56 - - [2025-09-18 04:04:05] "PUT /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13 HTTP/1.1" 200 254 0.030384 10.0.0.56 - - [2025-09-18 04:04:05] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005677 10.0.0.56 - - [2025-09-18 04:04:05] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004907 10.0.0.56 - - [2025-09-18 04:04:05] "PUT /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def HTTP/1.1" 200 254 0.018660 10.0.0.56 - - [2025-09-18 04:04:05] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007082 10.0.0.56 - - [2025-09-18 04:04:05] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005262 10.0.0.56 - - [2025-09-18 04:04:05] "PUT /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558 HTTP/1.1" 200 254 0.018656 10.0.0.56 - - [2025-09-18 04:04:05] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005436 10.0.0.56 - - [2025-09-18 04:04:05] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005280 10.0.0.56 - - [2025-09-18 04:04:05] "PUT /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13 HTTP/1.1" 200 254 0.019458 10.0.0.56 - - [2025-09-18 04:04:11] "POST /neutron/port HTTP/1.1" 200 1091 0.017982 10.0.0.56 - - [2025-09-18 04:04:15] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005313 10.0.0.56 - - [2025-09-18 04:04:15] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.005808 10.0.0.56 - - [2025-09-18 04:04:15] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.005083 10.0.0.56 - - [2025-09-18 04:04:15] "PUT /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def HTTP/1.1" 200 254 0.041120 10.0.0.56 - - [2025-09-18 04:04:15] "PUT /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def HTTP/1.1" 200 254 0.044223 10.0.0.56 - - [2025-09-18 04:04:16] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.005039 10.0.0.56 - - [2025-09-18 04:04:16] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.005654 10.0.0.56 - - [2025-09-18 04:04:16] "PUT /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558 HTTP/1.1" 200 254 0.038770 10.0.0.56 - - [2025-09-18 04:04:16] "PUT /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558 HTTP/1.1" 200 254 0.059489 10.0.0.56 - - [2025-09-18 04:04:16] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.009044 10.0.0.56 - - [2025-09-18 04:04:16] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.006017 10.0.0.56 - - [2025-09-18 04:04:16] "PUT /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13 HTTP/1.1" 200 254 0.044259 10.0.0.56 - - [2025-09-18 04:04:16] "PUT /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13 HTTP/1.1" 200 254 0.045277 10.0.0.56 - - [2025-09-18 04:04:16] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.018636 10.0.0.56 - - [2025-09-18 04:04:16] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.012260 10.0.0.56 - - [2025-09-18 04:04:16] "PUT /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def HTTP/1.1" 200 254 0.032719 10.0.0.56 - - [2025-09-18 04:04:16] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.008030 10.0.0.56 - - [2025-09-18 04:04:16] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.006242 10.0.0.56 - - [2025-09-18 04:04:16] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.007371 10.0.0.56 - - [2025-09-18 04:04:16] "PUT /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def HTTP/1.1" 200 254 0.039067 10.0.0.56 - - [2025-09-18 04:04:16] "PUT /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def HTTP/1.1" 200 254 0.043331 10.0.0.56 - - [2025-09-18 04:04:16] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.027048 10.0.0.56 - - [2025-09-18 04:04:16] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.008462 10.0.0.56 - - [2025-09-18 04:04:16] "PUT /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558 HTTP/1.1" 200 254 0.039448 10.0.0.56 - - [2025-09-18 04:04:16] "PUT /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558 HTTP/1.1" 200 254 0.053480 10.0.0.56 - - [2025-09-18 04:04:17] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.013853 10.0.0.56 - - [2025-09-18 04:04:17] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.012760 10.0.0.56 - - [2025-09-18 04:04:17] "PUT /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13 HTTP/1.1" 200 254 0.050387 10.0.0.56 - - [2025-09-18 04:04:17] "PUT /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13 HTTP/1.1" 200 254 0.067367 10.0.0.56 - - [2025-09-18 04:04:17] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.015198 10.0.0.56 - - [2025-09-18 04:04:17] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.012979 10.0.0.56 - - [2025-09-18 04:04:17] "PUT /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558 HTTP/1.1" 200 254 0.024228 10.0.0.56 - - [2025-09-18 04:04:17] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005156 10.0.0.56 - - [2025-09-18 04:04:17] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005759 10.0.0.56 - - [2025-09-18 04:04:17] "GET /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.011603 10.0.0.56 - - [2025-09-18 04:04:17] "PUT /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def HTTP/1.1" 200 254 0.061574 10.0.0.56 - - [2025-09-18 04:04:17] "PUT /bgp-router/29dcfcd9-ef54-4f60-b938-57da3a368def HTTP/1.1" 200 254 0.059165 10.0.0.56 - - [2025-09-18 04:04:17] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.011407 10.0.0.56 - - [2025-09-18 04:04:17] "GET /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009595 10.0.0.56 - - [2025-09-18 04:04:17] "PUT /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558 HTTP/1.1" 200 254 0.047631 10.0.0.56 - - [2025-09-18 04:04:17] "PUT /bgp-router/bbf402c9-31fc-442e-b05a-102dbdcd1558 HTTP/1.1" 200 254 0.053695 10.0.0.56 - - [2025-09-18 04:04:17] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.015232 10.0.0.56 - - [2025-09-18 04:04:17] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.006849 10.0.0.56 - - [2025-09-18 04:04:18] "PUT /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13 HTTP/1.1" 200 254 0.076853 10.0.0.56 - - [2025-09-18 04:04:18] "PUT /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13 HTTP/1.1" 200 254 0.039673 10.0.0.56 - - [2025-09-18 04:04:18] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.005388 10.0.0.56 - - [2025-09-18 04:04:18] "GET /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.006856 10.0.0.56 - - [2025-09-18 04:04:18] "PUT /bgp-router/b2e8c693-8133-4d11-9bd1-7dcb61239c13 HTTP/1.1" 200 254 0.036882 10.0.0.56 - - [2025-09-18 04:04:18] "POST /ref-update HTTP/1.1" 200 156 0.088903 10.0.0.41 - - [2025-09-18 04:04:18] "POST /ref-update HTTP/1.1" 200 156 0.035752 10.0.0.56 - - [2025-09-18 04:04:18] "GET /virtual-network/2523dbf6-fb49-4df1-a498-aaae436dd865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.014562 10.0.0.56 - - [2025-09-18 04:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.011941 10.0.0.56 - - [2025-09-18 04:04:18] "GET /network-policy/56fd8b2c-8c95-493c-ac2d-9ae9280efc0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.006163 10.0.0.56 - - [2025-09-18 04:04:18] "POST /ref-update HTTP/1.1" 200 156 0.078060 10.0.0.56 - - [2025-09-18 04:04:18] "POST /neutron/network HTTP/1.1" 200 799 0.026220 10.0.0.56 - - [2025-09-18 04:04:18] "GET /virtual-network/0f3852f2-757c-46c9-b458-29065bf1126d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.013345 10.0.0.56 - - [2025-09-18 04:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005203 10.0.0.56 - - [2025-09-18 04:04:19] "GET /network-policy/56fd8b2c-8c95-493c-ac2d-9ae9280efc0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.006871 10.0.0.56 - - [2025-09-18 04:04:19] "DELETE /network-policy/56fd8b2c-8c95-493c-ac2d-9ae9280efc0d HTTP/1.1" 200 115 0.058290 10.0.0.56 - - [2025-09-18 04:04:19] "POST /neutron/network HTTP/1.1" 200 799 0.013539 10.0.0.56 - - [2025-09-18 04:04:19] "POST /neutron/network HTTP/1.1" 400 204 0.033093 10.0.0.56 - - [2025-09-18 04:04:21] "POST /neutron/network HTTP/1.1" 200 799 0.008752 10.0.0.41 - - [2025-09-18 04:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006001 10.0.0.41 - - [2025-09-18 04:04:21] "POST /useragent-kv HTTP/1.1" 200 115 0.005062 10.0.0.41 - - [2025-09-18 04:04:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004082 10.0.0.56 - - [2025-09-18 04:04:21] "POST /neutron/network HTTP/1.1" 200 151 0.184348 10.0.0.41 - - [2025-09-18 04:04:21] "DELETE /route-target/ba26b227-7303-4c46-8858-5039d4368315 HTTP/1.1" 200 115 0.049563 10.0.0.56 - - [2025-09-18 04:04:21] "POST /ref-update HTTP/1.1" 200 156 0.081614 10.0.0.56 - - [2025-09-18 04:04:21] "GET /virtual-network/5413844d-89b0-46ed-8360-398dd53978d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.008886 10.0.0.56 - - [2025-09-18 04:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006931 10.0.0.56 - - [2025-09-18 04:04:21] "GET /network-policy/c13388de-d991-4d74-8941-68e77b53e7cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.007549 10.0.0.41 - - [2025-09-18 04:04:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.020288 10.0.0.56 - - [2025-09-18 04:04:21] "POST /ref-update HTTP/1.1" 200 156 0.083314 10.0.0.41 - - [2025-09-18 04:04:22] "DELETE /access-control-list/2a6d0746-a2d3-43e2-948d-cd8f3cb5f007 HTTP/1.1" 200 115 0.084994 10.0.0.56 - - [2025-09-18 04:04:22] "GET /virtual-network/2937ab04-2a06-4383-8bb7-0989f8cb62d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.019126 10.0.0.56 - - [2025-09-18 04:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.007435 10.0.0.56 - - [2025-09-18 04:04:22] "GET /network-policy/c13388de-d991-4d74-8941-68e77b53e7cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006063 10.0.0.56 - - [2025-09-18 04:04:22] "DELETE /network-policy/c13388de-d991-4d74-8941-68e77b53e7cc HTTP/1.1" 200 115 0.056548 10.0.0.56 - - [2025-09-18 04:04:22] "POST /neutron/network HTTP/1.1" 200 976 0.011944 10.0.0.56 - - [2025-09-18 04:04:22] "POST /neutron/port HTTP/1.1" 200 1208 0.020205 10.0.0.56 - - [2025-09-18 04:04:23] "POST /neutron/port HTTP/1.1" 200 1207 0.016931 10.0.0.41 - - [2025-09-18 04:04:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004423 10.0.0.41 - - [2025-09-18 04:04:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002572 10.0.0.41 - - [2025-09-18 04:04:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002691 10.0.0.41 - - [2025-09-18 04:04:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002985 10.0.0.56 - - [2025-09-18 04:04:24] "POST /neutron/network HTTP/1.1" 200 151 0.186606 10.0.0.41 - - [2025-09-18 04:04:24] "DELETE /route-target/b6d67959-81a1-4f1b-84e7-1954e3780909 HTTP/1.1" 200 115 0.057279 10.0.0.41 - - [2025-09-18 04:04:26] "GET /projects?obj_uuids=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004664 10.0.0.56 - - [2025-09-18 04:04:26] "GET /project/81bda800-4e16-4e62-882a-e9474c7cdbca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.078177 10.0.0.41 - - [2025-09-18 04:04:26] "GET /projects?obj_uuids=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002416 10.0.0.56 - - [2025-09-18 04:04:26] "GET /project/81bda800-4e16-4e62-882a-e9474c7cdbca?fields=virtual_networks HTTP/1.1" 200 1046 0.086736 10.0.0.41 - - [2025-09-18 04:04:26] "GET /projects?obj_uuids=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001364 10.0.0.56 - - [2025-09-18 04:04:26] "GET /project/81bda800-4e16-4e62-882a-e9474c7cdbca?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.079931 10.0.0.41 - - [2025-09-18 04:04:26] "GET /projects?obj_uuids=81bda800-4e16-4e62-882a-e9474c7cdbca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001151 10.0.0.56 - - [2025-09-18 04:04:26] "GET /project/81bda800-4e16-4e62-882a-e9474c7cdbca?fields=security_groups HTTP/1.1" 200 1280 0.071406 10.0.0.56 - - [2025-09-18 04:04:27] "POST /fqname-to-id HTTP/1.1" 404 183 0.074752 10.0.0.41 - - [2025-09-18 04:04:27] "GET /projects?obj_uuids=b7c94de9-a5c5-4f5c-b82f-20ef12f616ce&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.009892 10.0.0.41 - - [2025-09-18 04:04:27] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001866 10.0.0.41 - - [2025-09-18 04:04:27] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011012 10.0.0.41 - - [2025-09-18 04:04:28] "POST /id-to-fqname HTTP/1.1" 200 185 0.004568 10.0.0.41 - - [2025-09-18 04:04:28] "POST /fqname-to-id HTTP/1.1" 404 194 0.013969 10.0.0.41 - - [2025-09-18 04:04:28] "POST /security-groups HTTP/1.1" 200 586 0.050746 10.0.0.41 - - [2025-09-18 04:04:28] "POST /fqname-to-id HTTP/1.1" 404 229 0.004245 10.0.0.41 - - [2025-09-18 04:04:28] "POST /projects HTTP/1.1" 200 575 0.295135 10.0.0.41 - - [2025-09-18 04:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.339504 10.0.0.56 - - [2025-09-18 04:04:28] "GET /project/b7c94de9-a5c5-4f5c-b82f-20ef12f616ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.524303 10.0.0.41 - - [2025-09-18 04:04:28] "POST /access-control-lists HTTP/1.1" 200 589 0.050511 10.0.0.56 - - [2025-09-18 04:04:29] "GET / HTTP/1.1" 200 35931 0.002122 10.0.0.56 - - [2025-09-18 04:04:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000621 10.0.0.56 - - [2025-09-18 04:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.036453 10.0.0.56 - - [2025-09-18 04:04:32] "GET /api-access-list/e34e1ac8-c521-40b7-8676-569ad7f1e04f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.006444 10.0.0.56 - - [2025-09-18 04:04:32] "GET /api-access-list/e34e1ac8-c521-40b7-8676-569ad7f1e04f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003925 10.0.0.56 - - [2025-09-18 04:04:32] "GET /api-access-list/e34e1ac8-c521-40b7-8676-569ad7f1e04f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004253 10.0.0.56 - - [2025-09-18 04:04:32] "PUT /api-access-list/e34e1ac8-c521-40b7-8676-569ad7f1e04f HTTP/1.1" 200 264 0.014241 10.0.0.56 - - [2025-09-18 04:04:34] "POST /fqname-to-id HTTP/1.1" 404 183 0.032120 10.0.0.41 - - [2025-09-18 04:04:34] "GET /projects?obj_uuids=287bb3cb-c62a-4d74-9bd8-77699d0b10b6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003735 10.0.0.41 - - [2025-09-18 04:04:34] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001080 10.0.0.41 - - [2025-09-18 04:04:34] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007691 10.0.0.41 - - [2025-09-18 04:04:35] "POST /id-to-fqname HTTP/1.1" 200 185 0.001491 10.0.0.41 - - [2025-09-18 04:04:35] "POST /fqname-to-id HTTP/1.1" 404 194 0.003432 10.0.0.41 - - [2025-09-18 04:04:35] "POST /security-groups HTTP/1.1" 200 586 0.033552 10.0.0.41 - - [2025-09-18 04:04:35] "POST /projects HTTP/1.1" 200 575 0.264925 10.0.0.41 - - [2025-09-18 04:04:35] "POST /fqname-to-id HTTP/1.1" 404 228 0.008798 10.0.0.41 - - [2025-09-18 04:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.340328 10.0.0.56 - - [2025-09-18 04:04:35] "GET /project/287bb3cb-c62a-4d74-9bd8-77699d0b10b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.492637 10.0.0.56 - - [2025-09-18 04:04:35] "POST /fqname-to-id HTTP/1.1" 404 183 0.039722 10.0.0.41 - - [2025-09-18 04:04:35] "GET /projects?obj_uuids=a18b8eab-6d39-43d4-91b0-ac574ae8561e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004429 10.0.0.41 - - [2025-09-18 04:04:36] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001276 10.0.0.41 - - [2025-09-18 04:04:36] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008730 10.0.0.41 - - [2025-09-18 04:04:36] "DELETE /access-control-list/6668fda2-0119-48e4-a010-620b08481829 HTTP/1.1" 200 115 0.062335 10.0.0.41 - - [2025-09-18 04:04:36] "POST /id-to-fqname HTTP/1.1" 200 185 0.001761 10.0.0.41 - - [2025-09-18 04:04:36] "POST /fqname-to-id HTTP/1.1" 404 194 0.006980 10.0.0.41 - - [2025-09-18 04:04:36] "POST /security-groups HTTP/1.1" 200 586 0.077703 10.0.0.41 - - [2025-09-18 04:04:36] "POST /projects HTTP/1.1" 200 575 0.381095 10.0.0.41 - - [2025-09-18 04:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.444645 10.0.0.41 - - [2025-09-18 04:04:36] "POST /fqname-to-id HTTP/1.1" 404 228 0.015591 10.0.0.56 - - [2025-09-18 04:04:36] "GET /project/a18b8eab-6d39-43d4-91b0-ac574ae8561e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.658108 10.0.0.56 - - [2025-09-18 04:04:37] "GET / HTTP/1.1" 200 35931 0.003290 10.0.0.56 - - [2025-09-18 04:04:38] "GET / HTTP/1.1" 200 35931 0.001717 10.0.0.56 - - [2025-09-18 04:04:38] "POST /fqname-to-id HTTP/1.1" 404 183 0.003932 10.0.0.56 - - [2025-09-18 04:04:38] "POST /api-access-lists HTTP/1.1" 200 521 0.024190 10.0.0.56 - - [2025-09-18 04:04:38] "GET /api-access-list/983939dd-bef7-405e-aa6e-196a7b0ae447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.006887 10.0.0.56 - - [2025-09-18 04:04:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000462 10.0.0.56 - - [2025-09-18 04:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.119517 10.0.0.41 - - [2025-09-18 04:04:39] "GET /projects?obj_uuids=287bb3cb-c62a-4d74-9bd8-77699d0b10b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001372 10.0.0.56 - - [2025-09-18 04:04:39] "GET /project/287bb3cb-c62a-4d74-9bd8-77699d0b10b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.072570 10.0.0.56 - - [2025-09-18 04:04:39] "GET /virtual-networks?parent_id=287bb3cb-c62a-4d74-9bd8-77699d0b10b6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020923 10.0.0.56 - - [2025-09-18 04:04:39] "POST /virtual-networks HTTP/1.1" 200 568 0.102727 10.0.0.56 - - [2025-09-18 04:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.038360 10.0.0.41 - - [2025-09-18 04:04:40] "POST /ref-update HTTP/1.1" 200 156 0.028353 10.0.0.56 - - [2025-09-18 04:04:40] "GET /network-ipam/0741acfa-857b-4889-a912-3bc844cf5d3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1042 0.018026 10.0.0.41 - - [2025-09-18 04:04:40] "POST /useragent-kv HTTP/1.1" 200 115 0.006672 10.0.0.56 - - [2025-09-18 04:04:40] "POST /ref-update HTTP/1.1" 200 156 0.095482 10.0.0.56 - - [2025-09-18 04:04:40] "POST /neutron/network HTTP/1.1" 200 832 0.059189 10.0.0.56 - - [2025-09-18 04:04:40] "GET /virtual-network/4d85d9f0-e6bc-49e6-8f5e-2600adcde10c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.021797 10.0.0.56 - - [2025-09-18 04:04:40] "POST /neutron/subnet HTTP/1.1" 200 675 0.069494 10.0.0.56 - - [2025-09-18 04:04:41] "POST /id-to-fqname HTTP/1.1" 401 292 0.000540 10.0.0.56 - - [2025-09-18 04:04:41] "POST /id-to-fqname HTTP/1.1" 200 230 0.045879 10.0.0.41 - - [2025-09-18 04:04:43] "GET /projects?obj_uuids=a18b8eab-6d39-43d4-91b0-ac574ae8561e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001128 10.0.0.56 - - [2025-09-18 04:04:43] "GET /project/a18b8eab-6d39-43d4-91b0-ac574ae8561e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.072089 10.0.0.56 - - [2025-09-18 04:04:43] "POST /neutron/port HTTP/1.1" 200 117 0.038307 10.0.0.56 - - [2025-09-18 04:04:44] "POST /neutron/network HTTP/1.1" 200 842 0.090427 10.0.0.56 - - [2025-09-18 04:04:45] "POST /neutron/port HTTP/1.1" 200 1055 0.017326 10.0.0.56 - - [2025-09-18 04:04:45] "POST /neutron/port HTTP/1.1" 200 1083 0.020590 10.0.0.56 - - [2025-09-18 04:04:45] "POST /neutron/port HTTP/1.1" 200 117 0.001325 10.0.0.41 - - [2025-09-18 04:04:48] "GET /obj-perms HTTP/1.1" 200 5056 0.066444 10.0.0.56 - - [2025-09-18 04:04:49] "POST /neutron/security_group HTTP/1.1" 200 2053 0.008559 10.0.0.56 - - [2025-09-18 04:04:49] "POST /neutron/port HTTP/1.1" 200 1083 0.015838 10.0.0.56 - - [2025-09-18 04:04:49] "POST /neutron/security_group HTTP/1.1" 200 2053 0.009661 10.0.0.56 - - [2025-09-18 04:04:49] "GET /virtual-machine/dbb362fc-7510-4421-a31a-7907fd54a66f HTTP/1.1" 401 292 0.000441 10.0.0.56 - - [2025-09-18 04:04:49] "GET /virtual-machine/dbb362fc-7510-4421-a31a-7907fd54a66f HTTP/1.1" 200 1288 0.058444 10.0.0.56 - - [2025-09-18 04:04:49] "GET /virtual-machine/dbb362fc-7510-4421-a31a-7907fd54a66f HTTP/1.1" 200 1288 0.020075 10.0.0.56 - - [2025-09-18 04:04:49] "GET /virtual-machine-interface/4913699b-0140-4ec5-a813-f3f22da0bcd2 HTTP/1.1" 200 2530 0.023568 10.0.0.56 - - [2025-09-18 04:04:49] "GET /virtual-machine/dbb362fc-7510-4421-a31a-7907fd54a66f HTTP/1.1" 200 1288 0.026762 10.0.0.56 - - [2025-09-18 04:04:49] "GET /virtual-machine-interface/4913699b-0140-4ec5-a813-f3f22da0bcd2 HTTP/1.1" 200 2530 0.026420 10.0.0.56 - - [2025-09-18 04:04:50] "GET /instance-ip/34535499-d769-4456-8b45-96439950381c HTTP/1.1" 200 1625 0.025428 10.0.0.56 - - [2025-09-18 04:04:50] "GET /virtual-machine/dbb362fc-7510-4421-a31a-7907fd54a66f HTTP/1.1" 200 1288 0.017707 10.0.0.56 - - [2025-09-18 04:04:50] "GET /virtual-machine-interface/4913699b-0140-4ec5-a813-f3f22da0bcd2 HTTP/1.1" 200 2530 0.026251 10.0.0.56 - - [2025-09-18 04:04:50] "GET /instance-ip/34535499-d769-4456-8b45-96439950381c HTTP/1.1" 200 1625 0.026992 10.0.0.56 - - [2025-09-18 04:04:50] "POST /fqname-to-id HTTP/1.1" 403 339 0.017110 10.0.0.56 - - [2025-09-18 04:04:50] "GET / HTTP/1.1" 200 35931 0.001991 10.0.0.56 - - [2025-09-18 04:04:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000420 10.0.0.56 - - [2025-09-18 04:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.027631 10.0.0.56 - - [2025-09-18 04:04:50] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004095 10.0.0.56 - - [2025-09-18 04:04:50] "GET /virtual-networks?parent_id=a18b8eab-6d39-43d4-91b0-ac574ae8561e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016887 10.0.0.56 - - [2025-09-18 04:04:51] "POST /fqname-to-id HTTP/1.1" 403 339 0.022659 10.0.0.56 - - [2025-09-18 04:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.56 - - [2025-09-18 04:04:51] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004058 10.0.0.56 - - [2025-09-18 04:04:51] "GET /virtual-networks?parent_id=a18b8eab-6d39-43d4-91b0-ac574ae8561e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018963 10.0.0.56 - - [2025-09-18 04:04:51] "POST /fqname-to-id HTTP/1.1" 403 339 0.019646 10.0.0.56 - - [2025-09-18 04:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.56 - - [2025-09-18 04:04:51] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004622 10.0.0.56 - - [2025-09-18 04:04:51] "GET /virtual-networks?parent_id=a18b8eab-6d39-43d4-91b0-ac574ae8561e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017274 10.0.0.56 - - [2025-09-18 04:04:51] "POST /fqname-to-id HTTP/1.1" 403 339 0.018793 10.0.0.56 - - [2025-09-18 04:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.56 - - [2025-09-18 04:04:51] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004000 10.0.0.56 - - [2025-09-18 04:04:51] "GET /virtual-networks?parent_id=a18b8eab-6d39-43d4-91b0-ac574ae8561e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017043 10.0.0.56 - - [2025-09-18 04:04:51] "POST /fqname-to-id HTTP/1.1" 403 339 0.018187 10.0.0.56 - - [2025-09-18 04:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004310 10.0.0.56 - - [2025-09-18 04:04:51] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004610 10.0.0.56 - - [2025-09-18 04:04:51] "GET /virtual-networks?parent_id=a18b8eab-6d39-43d4-91b0-ac574ae8561e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018343 10.0.0.56 - - [2025-09-18 04:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.018072 10.0.0.56 - - [2025-09-18 04:04:54] "GET /virtual-network/4d85d9f0-e6bc-49e6-8f5e-2600adcde10c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.021499 10.0.0.56 - - [2025-09-18 04:04:56] "POST /fqname-to-id HTTP/1.1" 403 339 0.022010 10.0.0.56 - - [2025-09-18 04:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.009920 10.0.0.56 - - [2025-09-18 04:04:56] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006954 10.0.0.56 - - [2025-09-18 04:04:56] "GET /virtual-networks?parent_id=a18b8eab-6d39-43d4-91b0-ac574ae8561e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019405 10.0.0.56 - - [2025-09-18 04:04:57] "POST /fqname-to-id HTTP/1.1" 403 339 0.019283 10.0.0.56 - - [2025-09-18 04:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004924 10.0.0.56 - - [2025-09-18 04:04:57] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003834 10.0.0.56 - - [2025-09-18 04:04:57] "GET /virtual-networks?parent_id=a18b8eab-6d39-43d4-91b0-ac574ae8561e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018436 10.0.0.56 - - [2025-09-18 04:04:57] "POST /fqname-to-id HTTP/1.1" 403 361 0.017955 10.0.0.56 - - [2025-09-18 04:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004391 10.0.0.56 - - [2025-09-18 04:04:57] "GET /routing-instance/6efbdd7a-6137-41a1-bc38-3b54dc9cb0e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.005175 10.0.0.56 - - [2025-09-18 04:04:57] "GET /route-target/dd8c1a67-0113-4f35-918f-f93550d64991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.017316 10.0.0.56 - - [2025-09-18 04:04:57] "GET /route-target/dd8c1a67-0113-4f35-918f-f93550d64991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004294 10.0.0.56 - - [2025-09-18 04:04:57] "POST /fqname-to-id HTTP/1.1" 403 339 0.018368 10.0.0.56 - - [2025-09-18 04:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.56 - - [2025-09-18 04:04:57] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004505 10.0.0.56 - - [2025-09-18 04:04:57] "GET /virtual-networks?parent_id=a18b8eab-6d39-43d4-91b0-ac574ae8561e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017603 10.0.0.56 - - [2025-09-18 04:04:57] "POST /fqname-to-id HTTP/1.1" 403 361 0.017137 10.0.0.56 - - [2025-09-18 04:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.56 - - [2025-09-18 04:04:57] "GET /routing-instance/6efbdd7a-6137-41a1-bc38-3b54dc9cb0e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.004763 10.0.0.56 - - [2025-09-18 04:04:57] "GET /route-target/dd8c1a67-0113-4f35-918f-f93550d64991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.016568 10.0.0.56 - - [2025-09-18 04:04:57] "GET /route-target/dd8c1a67-0113-4f35-918f-f93550d64991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004035 10.0.0.56 - - [2025-09-18 04:04:57] "POST /fqname-to-id HTTP/1.1" 403 339 0.017289 10.0.0.56 - - [2025-09-18 04:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.56 - - [2025-09-18 04:04:57] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003759 10.0.0.56 - - [2025-09-18 04:04:57] "GET /virtual-networks?parent_id=a18b8eab-6d39-43d4-91b0-ac574ae8561e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018354 10.0.0.56 - - [2025-09-18 04:04:57] "POST /fqname-to-id HTTP/1.1" 403 339 0.017319 10.0.0.56 - - [2025-09-18 04:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.56 - - [2025-09-18 04:04:57] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004035 10.0.0.56 - - [2025-09-18 04:04:57] "GET /virtual-networks?parent_id=a18b8eab-6d39-43d4-91b0-ac574ae8561e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018696 10.0.0.56 - - [2025-09-18 04:05:00] "POST /neutron/port HTTP/1.1" 200 1083 0.025947 10.0.0.56 - - [2025-09-18 04:05:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004722 10.0.0.56 - - [2025-09-18 04:05:00] "POST /neutron/network HTTP/1.1" 200 832 0.009441 10.0.0.41 - - [2025-09-18 04:05:00] "GET /obj-perms HTTP/1.1" 200 4915 0.082211 10.0.0.41 - - [2025-09-18 04:05:02] "GET /virtual-machine/dbb362fc-7510-4421-a31a-7907fd54a66f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.022499 10.0.0.56 - - [2025-09-18 04:05:05] "GET /obj-perms HTTP/1.1" 200 4915 0.070330 10.0.0.56 - - [2025-09-18 04:05:05] "GET /virtual-machine-interface/4913699b-0140-4ec5-a813-f3f22da0bcd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.026706 10.0.0.56 - - [2025-09-18 04:05:05] "GET /virtual-machine-interface/4913699b-0140-4ec5-a813-f3f22da0bcd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.026292 10.0.0.41 - - [2025-09-18 04:05:05] "GET /obj-perms HTTP/1.1" 200 4915 0.016258 10.0.0.56 - - [2025-09-18 04:05:05] "GET /virtual-machine-interface/4913699b-0140-4ec5-a813-f3f22da0bcd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.026151 10.0.0.56 - - [2025-09-18 04:05:05] "GET /virtual-network/4d85d9f0-e6bc-49e6-8f5e-2600adcde10c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.025465 10.0.0.41 - - [2025-09-18 04:05:05] "GET /virtual-machine/dbb362fc-7510-4421-a31a-7907fd54a66f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.021243 10.0.0.56 - - [2025-09-18 04:05:06] "GET /obj-perms HTTP/1.1" 200 4915 0.076953 10.0.0.56 - - [2025-09-18 04:05:07] "GET /obj-perms HTTP/1.1" 200 5020 0.063225 10.0.0.56 - - [2025-09-18 04:05:07] "GET /obj-perms HTTP/1.1" 200 4915 0.075724 10.0.0.56 - - [2025-09-18 04:05:07] "GET /obj-perms HTTP/1.1" 200 5020 0.004474 10.0.0.22 - - [2025-09-18 04:05:08] "GET /obj-perms HTTP/1.1" 200 4915 0.074060 10.0.0.56 - - [2025-09-18 04:05:08] "GET /virtual-machine/dbb362fc-7510-4421-a31a-7907fd54a66f HTTP/1.1" 200 1288 0.019639 10.0.0.56 - - [2025-09-18 04:05:09] "POST /neutron/port HTTP/1.1" 200 151 0.212734 10.0.0.56 - - [2025-09-18 04:05:10] "GET /virtual-machine/dbb362fc-7510-4421-a31a-7907fd54a66f HTTP/1.1" 404 171 0.017235 10.0.0.56 - - [2025-09-18 04:05:10] "GET /virtual-machine/dbb362fc-7510-4421-a31a-7907fd54a66f HTTP/1.1" 404 171 0.013038 10.0.0.56 - - [2025-09-18 04:05:10] "GET /virtual-machine/dbb362fc-7510-4421-a31a-7907fd54a66f HTTP/1.1" 404 171 0.015074 10.0.0.56 - - [2025-09-18 04:05:10] "POST /fqname-to-id HTTP/1.1" 403 339 0.022549 10.0.0.56 - - [2025-09-18 04:05:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.56 - - [2025-09-18 04:05:10] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004837 10.0.0.56 - - [2025-09-18 04:05:10] "GET /virtual-networks?parent_id=a18b8eab-6d39-43d4-91b0-ac574ae8561e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019156 10.0.0.56 - - [2025-09-18 04:05:11] "POST /fqname-to-id HTTP/1.1" 403 361 0.020842 10.0.0.56 - - [2025-09-18 04:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.56 - - [2025-09-18 04:05:11] "GET /routing-instance/6efbdd7a-6137-41a1-bc38-3b54dc9cb0e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.004990 10.0.0.56 - - [2025-09-18 04:05:11] "GET /route-target/dd8c1a67-0113-4f35-918f-f93550d64991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.019194 10.0.0.56 - - [2025-09-18 04:05:11] "GET /route-target/dd8c1a67-0113-4f35-918f-f93550d64991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004251 10.0.0.56 - - [2025-09-18 04:05:11] "GET /obj-perms HTTP/1.1" 200 4915 0.016533 10.0.0.56 - - [2025-09-18 04:05:11] "GET /obj-perms HTTP/1.1" 200 4915 0.071696 10.0.0.41 - - [2025-09-18 04:05:12] "DELETE /project/81bda800-4e16-4e62-882a-e9474c7cdbca HTTP/1.1" 404 177 0.005311 10.0.0.41 - - [2025-09-18 04:05:12] "DELETE /project/a18b8eab6d3943d491b0ac574ae8561e HTTP/1.1" 404 173 0.005499 10.0.0.41 - - [2025-09-18 04:05:12] "DELETE /project/287bb3cbc62a4d749bd877699d0b10b6 HTTP/1.1" 404 173 0.008617 10.0.0.41 - - [2025-09-18 04:05:12] "DELETE /project/b7c94de9a5c54f5cb82f20ef12f616ce HTTP/1.1" 404 173 0.005149 10.0.0.56 - - [2025-09-18 04:05:14] "GET /obj-perms HTTP/1.1" 200 5020 0.003952 10.0.0.56 - - [2025-09-18 04:05:18] "GET /obj-perms HTTP/1.1" 200 5020 0.005264 10.0.0.56 - - [2025-09-18 04:05:24] "GET /obj-perms HTTP/1.1" 200 5020 0.004106 10.0.0.56 - - [2025-09-18 04:05:27] "GET /obj-perms HTTP/1.1" 200 5020 0.003646 10.0.0.56 - - [2025-09-18 04:05:33] "GET /obj-perms HTTP/1.1" 200 5020 0.006117 10.0.0.56 - - [2025-09-18 04:05:33] "GET /obj-perms HTTP/1.1" 200 5020 0.004055 10.0.0.41 - - [2025-09-18 04:05:34] "GET /obj-perms HTTP/1.1" 200 5020 0.057532 10.0.0.41 - - [2025-09-18 04:05:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002958 10.0.0.41 - - [2025-09-18 04:05:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002819 10.0.0.56 - - [2025-09-18 04:05:34] "DELETE /virtual-network/4d85d9f0-e6bc-49e6-8f5e-2600adcde10c HTTP/1.1" 200 115 0.148996 10.0.0.56 - - [2025-09-18 04:05:34] "DELETE /api-access-list/983939dd-bef7-405e-aa6e-196a7b0ae447 HTTP/1.1" 200 115 0.039183 10.0.0.41 - - [2025-09-18 04:05:34] "GET /projects?obj_uuids=a18b8eab-6d39-43d4-91b0-ac574ae8561e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001113 10.0.0.56 - - [2025-09-18 04:05:35] "GET /project/a18b8eab-6d39-43d4-91b0-ac574ae8561e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.056723 10.0.0.41 - - [2025-09-18 04:05:35] "GET /projects?obj_uuids=a18b8eab-6d39-43d4-91b0-ac574ae8561e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001751 10.0.0.56 - - [2025-09-18 04:05:35] "GET /project/a18b8eab-6d39-43d4-91b0-ac574ae8561e?fields=virtual_networks HTTP/1.1" 200 1022 0.055902 10.0.0.41 - - [2025-09-18 04:05:35] "GET /projects?obj_uuids=a18b8eab-6d39-43d4-91b0-ac574ae8561e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001192 10.0.0.56 - - [2025-09-18 04:05:35] "GET /project/a18b8eab-6d39-43d4-91b0-ac574ae8561e?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.039144 10.0.0.41 - - [2025-09-18 04:05:35] "GET /projects?obj_uuids=a18b8eab-6d39-43d4-91b0-ac574ae8561e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001044 10.0.0.56 - - [2025-09-18 04:05:35] "GET /project/a18b8eab-6d39-43d4-91b0-ac574ae8561e?fields=security_groups HTTP/1.1" 200 1243 0.039825 10.0.0.41 - - [2025-09-18 04:05:35] "GET /projects?obj_uuids=287bb3cb-c62a-4d74-9bd8-77699d0b10b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001392 10.0.0.56 - - [2025-09-18 04:05:35] "GET /project/287bb3cb-c62a-4d74-9bd8-77699d0b10b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.046125 10.0.0.41 - - [2025-09-18 04:05:35] "GET /projects?obj_uuids=287bb3cb-c62a-4d74-9bd8-77699d0b10b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000951 10.0.0.56 - - [2025-09-18 04:05:35] "GET /project/287bb3cb-c62a-4d74-9bd8-77699d0b10b6?fields=virtual_networks HTTP/1.1" 200 1021 0.035784 10.0.0.41 - - [2025-09-18 04:05:35] "GET /projects?obj_uuids=287bb3cb-c62a-4d74-9bd8-77699d0b10b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001094 10.0.0.56 - - [2025-09-18 04:05:35] "GET /project/287bb3cb-c62a-4d74-9bd8-77699d0b10b6?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.044401 10.0.0.41 - - [2025-09-18 04:05:36] "GET /projects?obj_uuids=287bb3cb-c62a-4d74-9bd8-77699d0b10b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001349 10.0.0.56 - - [2025-09-18 04:05:36] "GET /project/287bb3cb-c62a-4d74-9bd8-77699d0b10b6?fields=security_groups HTTP/1.1" 200 1242 0.045950 10.0.0.56 - - [2025-09-18 04:05:38] "GET /api-access-list/e34e1ac8-c521-40b7-8676-569ad7f1e04f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004161 10.0.0.56 - - [2025-09-18 04:05:38] "PUT /api-access-list/e34e1ac8-c521-40b7-8676-569ad7f1e04f HTTP/1.1" 200 264 0.013401 10.0.0.41 - - [2025-09-18 04:05:38] "GET /projects?obj_uuids=b7c94de9-a5c5-4f5c-b82f-20ef12f616ce&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001206 10.0.0.56 - - [2025-09-18 04:05:38] "GET /project/b7c94de9-a5c5-4f5c-b82f-20ef12f616ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.045403 10.0.0.41 - - [2025-09-18 04:05:38] "GET /projects?obj_uuids=b7c94de9-a5c5-4f5c-b82f-20ef12f616ce&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000966 10.0.0.56 - - [2025-09-18 04:05:38] "GET /project/b7c94de9-a5c5-4f5c-b82f-20ef12f616ce?fields=virtual_networks HTTP/1.1" 200 1022 0.044841 10.0.0.41 - - [2025-09-18 04:05:38] "GET /projects?obj_uuids=b7c94de9-a5c5-4f5c-b82f-20ef12f616ce&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001194 10.0.0.56 - - [2025-09-18 04:05:38] "GET /project/b7c94de9-a5c5-4f5c-b82f-20ef12f616ce?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.039188 10.0.0.41 - - [2025-09-18 04:05:38] "GET /projects?obj_uuids=b7c94de9-a5c5-4f5c-b82f-20ef12f616ce&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001342 10.0.0.56 - - [2025-09-18 04:05:38] "GET /project/b7c94de9-a5c5-4f5c-b82f-20ef12f616ce?fields=security_groups HTTP/1.1" 200 1243 0.048923 10.0.0.56 - - [2025-09-18 04:05:39] "POST /fqname-to-id HTTP/1.1" 404 188 0.030404 10.0.0.41 - - [2025-09-18 04:05:40] "GET /projects?obj_uuids=d62fc56f-92ab-46d0-a312-a1b8400b5807&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003584 10.0.0.41 - - [2025-09-18 04:05:40] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001626 10.0.0.41 - - [2025-09-18 04:05:40] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008408 10.0.0.41 - - [2025-09-18 04:05:40] "POST /id-to-fqname HTTP/1.1" 200 190 0.001237 10.0.0.41 - - [2025-09-18 04:05:40] "POST /fqname-to-id HTTP/1.1" 404 199 0.010909 10.0.0.41 - - [2025-09-18 04:05:40] "POST /security-groups HTTP/1.1" 200 591 0.073175 10.0.0.41 - - [2025-09-18 04:05:40] "POST /fqname-to-id HTTP/1.1" 404 234 0.003412 10.0.0.41 - - [2025-09-18 04:05:40] "POST /projects HTTP/1.1" 200 585 0.280253 10.0.0.41 - - [2025-09-18 04:05:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.357239 10.0.0.41 - - [2025-09-18 04:05:40] "POST /access-control-lists HTTP/1.1" 200 594 0.028445 10.0.0.56 - - [2025-09-18 04:05:40] "GET /project/d62fc56f-92ab-46d0-a312-a1b8400b5807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.512505 10.0.0.56 - - [2025-09-18 04:05:41] "GET / HTTP/1.1" 200 35931 0.002633 10.0.0.56 - - [2025-09-18 04:05:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000504 10.0.0.56 - - [2025-09-18 04:05:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.036150 10.0.0.56 - - [2025-09-18 04:05:44] "GET /api-access-list/e34e1ac8-c521-40b7-8676-569ad7f1e04f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004409 10.0.0.56 - - [2025-09-18 04:05:44] "GET /api-access-list/e34e1ac8-c521-40b7-8676-569ad7f1e04f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004960 10.0.0.56 - - [2025-09-18 04:05:44] "GET /api-access-list/e34e1ac8-c521-40b7-8676-569ad7f1e04f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.005131 10.0.0.56 - - [2025-09-18 04:05:44] "PUT /api-access-list/e34e1ac8-c521-40b7-8676-569ad7f1e04f HTTP/1.1" 200 264 0.013798 10.0.0.56 - - [2025-09-18 04:05:46] "POST /fqname-to-id HTTP/1.1" 404 188 0.026316 10.0.0.41 - - [2025-09-18 04:05:46] "GET /projects?obj_uuids=ab62b38b-8fbb-4888-afe3-ca603a053f03&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003068 10.0.0.41 - - [2025-09-18 04:05:46] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001172 10.0.0.41 - - [2025-09-18 04:05:46] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007817 10.0.0.41 - - [2025-09-18 04:05:46] "POST /id-to-fqname HTTP/1.1" 200 190 0.001546 10.0.0.41 - - [2025-09-18 04:05:46] "POST /fqname-to-id HTTP/1.1" 404 199 0.010700 10.0.0.41 - - [2025-09-18 04:05:46] "POST /security-groups HTTP/1.1" 200 591 0.032987 10.0.0.41 - - [2025-09-18 04:05:46] "POST /projects HTTP/1.1" 200 585 0.254033 10.0.0.41 - - [2025-09-18 04:05:46] "POST /fqname-to-id HTTP/1.1" 404 233 0.004472 10.0.0.41 - - [2025-09-18 04:05:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.337179 10.0.0.56 - - [2025-09-18 04:05:46] "GET /project/ab62b38b-8fbb-4888-afe3-ca603a053f03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.514524 10.0.0.56 - - [2025-09-18 04:05:47] "POST /fqname-to-id HTTP/1.1" 404 188 0.026313 10.0.0.41 - - [2025-09-18 04:05:47] "GET /projects?obj_uuids=bbe542c4-079b-4b13-8317-958e6b7f00fa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003107 10.0.0.41 - - [2025-09-18 04:05:47] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001344 10.0.0.41 - - [2025-09-18 04:05:47] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008282 10.0.0.41 - - [2025-09-18 04:05:47] "POST /id-to-fqname HTTP/1.1" 200 190 0.004385 10.0.0.41 - - [2025-09-18 04:05:47] "POST /fqname-to-id HTTP/1.1" 404 199 0.007316 10.0.0.41 - - [2025-09-18 04:05:47] "POST /security-groups HTTP/1.1" 200 591 0.034558 10.0.0.41 - - [2025-09-18 04:05:47] "POST /projects HTTP/1.1" 200 585 0.251604 10.0.0.41 - - [2025-09-18 04:05:47] "POST /access-control-lists HTTP/1.1" 200 596 0.043497 10.0.0.41 - - [2025-09-18 04:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.333642 10.0.0.56 - - [2025-09-18 04:05:47] "GET /project/bbe542c4-079b-4b13-8317-958e6b7f00fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.501744 10.0.0.56 - - [2025-09-18 04:05:48] "GET / HTTP/1.1" 200 35931 0.001460 10.0.0.56 - - [2025-09-18 04:05:49] "GET / HTTP/1.1" 200 35931 0.002131 10.0.0.22 - - [2025-09-18 04:05:50] "GET /obj-perms HTTP/1.1" 200 5056 0.090586 10.0.0.56 - - [2025-09-18 04:05:50] "POST /fqname-to-id HTTP/1.1" 404 183 0.003213 10.0.0.56 - - [2025-09-18 04:05:50] "POST /api-access-lists HTTP/1.1" 200 521 0.028331 10.0.0.56 - - [2025-09-18 04:05:50] "GET /api-access-list/e5851ff4-cc93-4e94-a2b9-3f98d65a4cea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.006145 10.0.0.56 - - [2025-09-18 04:05:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000639 10.0.0.56 - - [2025-09-18 04:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.049610 10.0.0.41 - - [2025-09-18 04:05:51] "GET /projects?obj_uuids=ab62b38b-8fbb-4888-afe3-ca603a053f03&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001142 10.0.0.56 - - [2025-09-18 04:05:51] "GET /project/ab62b38b-8fbb-4888-afe3-ca603a053f03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.068620 10.0.0.56 - - [2025-09-18 04:05:51] "GET /virtual-networks?parent_id=ab62b38b-8fbb-4888-afe3-ca603a053f03&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019236 10.0.0.56 - - [2025-09-18 04:05:51] "POST /virtual-networks HTTP/1.1" 200 583 0.100140 10.0.0.41 - - [2025-09-18 04:05:51] "POST /route-targets HTTP/1.1" 200 327 0.015432 10.0.0.56 - - [2025-09-18 04:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.043890 10.0.0.56 - - [2025-09-18 04:05:52] "GET /network-ipam/0741acfa-857b-4889-a912-3bc844cf5d3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1042 0.022989 10.0.0.41 - - [2025-09-18 04:05:52] "POST /useragent-kv HTTP/1.1" 200 115 0.008485 10.0.0.56 - - [2025-09-18 04:05:52] "POST /ref-update HTTP/1.1" 200 156 0.093367 10.0.0.56 - - [2025-09-18 04:05:52] "GET /virtual-network/99b3176c-5bfa-4cf9-aa2a-91aa61673894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.023063 10.0.0.56 - - [2025-09-18 04:05:52] "POST /neutron/network HTTP/1.1" 200 848 0.057794 10.0.0.56 - - [2025-09-18 04:05:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000435 10.0.0.56 - - [2025-09-18 04:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.044161 10.0.0.41 - - [2025-09-18 04:05:52] "GET /projects?obj_uuids=bbe542c4-079b-4b13-8317-958e6b7f00fa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001525 10.0.0.56 - - [2025-09-18 04:05:53] "GET /project/bbe542c4-079b-4b13-8317-958e6b7f00fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.071269 10.0.0.56 - - [2025-09-18 04:05:53] "GET /virtual-networks?parent_id=bbe542c4-079b-4b13-8317-958e6b7f00fa&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019102 10.0.0.56 - - [2025-09-18 04:05:53] "POST /virtual-networks HTTP/1.1" 200 583 0.103127 10.0.0.56 - - [2025-09-18 04:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.037282 10.0.0.41 - - [2025-09-18 04:05:53] "POST /ref-update HTTP/1.1" 200 156 0.030226 10.0.0.56 - - [2025-09-18 04:05:53] "GET /network-ipam/0741acfa-857b-4889-a912-3bc844cf5d3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1042 0.016464 10.0.0.41 - - [2025-09-18 04:05:53] "POST /useragent-kv HTTP/1.1" 200 115 0.006710 10.0.0.56 - - [2025-09-18 04:05:53] "POST /ref-update HTTP/1.1" 200 156 0.082777 10.0.0.56 - - [2025-09-18 04:05:53] "POST /neutron/network HTTP/1.1" 200 850 0.058070 10.0.0.56 - - [2025-09-18 04:05:53] "GET /virtual-network/8ccd35b0-fee7-4749-ade5-9a727613faa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.017908 10.0.0.56 - - [2025-09-18 04:05:54] "PUT /virtual-network/99b3176c-5bfa-4cf9-aa2a-91aa61673894 HTTP/1.1" 200 264 0.065581 10.0.0.56 - - [2025-09-18 04:05:55] "PUT /virtual-network/99b3176c-5bfa-4cf9-aa2a-91aa61673894 HTTP/1.1" 200 264 0.068489 10.0.0.41 - - [2025-09-18 04:05:55] "POST /useragent-kv HTTP/1.1" 200 115 0.005476 10.0.0.41 - - [2025-09-18 04:05:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002824 10.0.0.56 - - [2025-09-18 04:05:55] "DELETE /virtual-network/8ccd35b0-fee7-4749-ade5-9a727613faa8 HTTP/1.1" 200 115 0.155453 10.0.0.41 - - [2025-09-18 04:05:55] "POST /useragent-kv HTTP/1.1" 200 115 0.077685 10.0.0.41 - - [2025-09-18 04:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.078808 10.0.0.41 - - [2025-09-18 04:05:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002544 10.0.0.56 - - [2025-09-18 04:05:55] "DELETE /virtual-network/99b3176c-5bfa-4cf9-aa2a-91aa61673894 HTTP/1.1" 200 115 0.201813 10.0.0.56 - - [2025-09-18 04:05:55] "DELETE /api-access-list/e5851ff4-cc93-4e94-a2b9-3f98d65a4cea HTTP/1.1" 200 115 0.037052 10.0.0.41 - - [2025-09-18 04:05:55] "GET /projects?obj_uuids=bbe542c4-079b-4b13-8317-958e6b7f00fa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001010 10.0.0.56 - - [2025-09-18 04:05:55] "GET /project/bbe542c4-079b-4b13-8317-958e6b7f00fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.041063 10.0.0.41 - - [2025-09-18 04:05:55] "GET /projects?obj_uuids=bbe542c4-079b-4b13-8317-958e6b7f00fa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001455 10.0.0.56 - - [2025-09-18 04:05:55] "GET /project/bbe542c4-079b-4b13-8317-958e6b7f00fa?fields=virtual_networks HTTP/1.1" 200 1031 0.040287 10.0.0.41 - - [2025-09-18 04:05:55] "GET /projects?obj_uuids=bbe542c4-079b-4b13-8317-958e6b7f00fa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001077 10.0.0.56 - - [2025-09-18 04:05:55] "GET /project/bbe542c4-079b-4b13-8317-958e6b7f00fa?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.046072 10.0.0.41 - - [2025-09-18 04:05:55] "GET /projects?obj_uuids=bbe542c4-079b-4b13-8317-958e6b7f00fa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001280 10.0.0.56 - - [2025-09-18 04:05:56] "GET /project/bbe542c4-079b-4b13-8317-958e6b7f00fa?fields=security_groups HTTP/1.1" 200 1257 0.054700 10.0.0.41 - - [2025-09-18 04:05:56] "GET /projects?obj_uuids=ab62b38b-8fbb-4888-afe3-ca603a053f03&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000978 10.0.0.56 - - [2025-09-18 04:05:56] "GET /project/ab62b38b-8fbb-4888-afe3-ca603a053f03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.052157 10.0.0.41 - - [2025-09-18 04:05:56] "GET /projects?obj_uuids=ab62b38b-8fbb-4888-afe3-ca603a053f03&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001522 10.0.0.56 - - [2025-09-18 04:05:56] "GET /project/ab62b38b-8fbb-4888-afe3-ca603a053f03?fields=virtual_networks HTTP/1.1" 200 1032 0.047387 10.0.0.41 - - [2025-09-18 04:05:56] "GET /projects?obj_uuids=ab62b38b-8fbb-4888-afe3-ca603a053f03&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001213 10.0.0.56 - - [2025-09-18 04:05:56] "GET /project/ab62b38b-8fbb-4888-afe3-ca603a053f03?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.041421 10.0.0.41 - - [2025-09-18 04:05:56] "GET /projects?obj_uuids=ab62b38b-8fbb-4888-afe3-ca603a053f03&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001100 10.0.0.56 - - [2025-09-18 04:05:56] "GET /project/ab62b38b-8fbb-4888-afe3-ca603a053f03?fields=security_groups HTTP/1.1" 200 1258 0.039455 10.0.0.41 - - [2025-09-18 04:06:00] "DELETE /access-control-list/54c7dc00-2d72-4031-a91f-462fd2dbf27c HTTP/1.1" 200 115 0.050916 10.0.0.41 - - [2025-09-18 04:06:00] "DELETE /access-control-list/6ba4cf6c-edd2-4663-8ebe-9b04dde9c8ff HTTP/1.1" 200 115 0.035004 10.0.0.56 - - [2025-09-18 04:06:01] "GET / HTTP/1.1" 200 35931 0.001896 10.0.0.56 - - [2025-09-18 04:06:02] "GET / HTTP/1.1" 200 35931 0.001937 10.0.0.56 - - [2025-09-18 04:06:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000508 10.0.0.56 - - [2025-09-18 04:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.103484 10.0.0.41 - - [2025-09-18 04:06:03] "GET /projects?obj_uuids=d62fc56f-92ab-46d0-a312-a1b8400b5807&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001150 10.0.0.56 - - [2025-09-18 04:06:03] "GET /project/d62fc56f-92ab-46d0-a312-a1b8400b5807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.056220 10.0.0.56 - - [2025-09-18 04:06:03] "GET /virtual-networks?parent_id=d62fc56f-92ab-46d0-a312-a1b8400b5807&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.015123 10.0.0.56 - - [2025-09-18 04:06:03] "POST /fqname-to-id HTTP/1.1" 404 197 0.012568 10.0.0.56 - - [2025-09-18 04:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.016191 10.0.0.41 - - [2025-09-18 04:06:03] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001275 10.0.0.56 - - [2025-09-18 04:06:03] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.020607 10.0.0.56 - - [2025-09-18 04:06:03] "POST /service-templates HTTP/1.1" 403 264 0.012457 10.0.0.56 - - [2025-09-18 04:06:03] "POST /fqname-to-id HTTP/1.1" 404 215 0.004402 10.0.0.56 - - [2025-09-18 04:06:03] "POST /api-access-lists HTTP/1.1" 200 555 0.027290 10.0.0.56 - - [2025-09-18 04:06:03] "GET /api-access-list/740e54f6-a8c8-4894-9808-c7f2d0736628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.006574 10.0.0.56 - - [2025-09-18 04:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.019912 10.0.0.41 - - [2025-09-18 04:06:04] "GET /projects?obj_uuids=d62fc56f-92ab-46d0-a312-a1b8400b5807&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001715 10.0.0.56 - - [2025-09-18 04:06:04] "GET /project/d62fc56f-92ab-46d0-a312-a1b8400b5807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.062977 10.0.0.56 - - [2025-09-18 04:06:04] "GET /virtual-networks?parent_id=d62fc56f-92ab-46d0-a312-a1b8400b5807&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.031402 10.0.0.56 - - [2025-09-18 04:06:04] "POST /virtual-networks HTTP/1.1" 200 583 0.114968 10.0.0.56 - - [2025-09-18 04:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.044061 10.0.0.41 - - [2025-09-18 04:06:04] "POST /ref-update HTTP/1.1" 200 156 0.038857 10.0.0.56 - - [2025-09-18 04:06:04] "GET /network-ipam/0741acfa-857b-4889-a912-3bc844cf5d3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1042 0.021618 10.0.0.41 - - [2025-09-18 04:06:04] "POST /useragent-kv HTTP/1.1" 200 115 0.008865 10.0.0.56 - - [2025-09-18 04:06:04] "POST /ref-update HTTP/1.1" 200 156 0.097977 10.0.0.56 - - [2025-09-18 04:06:04] "POST /neutron/network HTTP/1.1" 200 847 0.065128 10.0.0.56 - - [2025-09-18 04:06:04] "GET /virtual-network/c9bcb64b-1824-4168-a339-54f414a3773c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.022488 10.0.0.56 - - [2025-09-18 04:06:05] "POST /neutron/subnet HTTP/1.1" 200 674 0.055956 10.0.0.56 - - [2025-09-18 04:06:05] "GET /virtual-network/c9bcb64b-1824-4168-a339-54f414a3773c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006352 10.0.0.56 - - [2025-09-18 04:06:05] "GET /network-ipam/0741acfa-857b-4889-a912-3bc844cf5d3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1042 0.004343 10.0.0.56 - - [2025-09-18 04:06:05] "GET /virtual-network/c9bcb64b-1824-4168-a339-54f414a3773c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006017 10.0.0.56 - - [2025-09-18 04:06:06] "POST /fqname-to-id HTTP/1.1" 404 197 0.034590 10.0.0.56 - - [2025-09-18 04:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.028347 10.0.0.41 - - [2025-09-18 04:06:07] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001121 10.0.0.56 - - [2025-09-18 04:06:07] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.021924 10.0.0.56 - - [2025-09-18 04:06:07] "POST /service-templates HTTP/1.1" 403 264 0.013954 10.0.0.56 - - [2025-09-18 04:06:07] "POST /fqname-to-id HTTP/1.1" 404 183 0.004228 10.0.0.56 - - [2025-09-18 04:06:07] "POST /api-access-lists HTTP/1.1" 200 521 0.024317 10.0.0.56 - - [2025-09-18 04:06:07] "GET /api-access-list/f558e815-90e4-48a6-92a7-b4124adb6bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.014480 10.0.0.56 - - [2025-09-18 04:06:07] "POST /fqname-to-id HTTP/1.1" 404 197 0.020455 10.0.0.56 - - [2025-09-18 04:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.020537 10.0.0.41 - - [2025-09-18 04:06:07] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003069 10.0.0.56 - - [2025-09-18 04:06:07] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.027117 10.0.0.56 - - [2025-09-18 04:06:07] "POST /service-templates HTTP/1.1" 200 551 0.052607 10.0.0.56 - - [2025-09-18 04:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.026106 10.0.0.56 - - [2025-09-18 04:06:07] "GET /service-template/3ec6a60a-68c2-4c98-8fc7-816e77fd2084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.018967 10.0.0.56 - - [2025-09-18 04:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.018453 10.0.0.56 - - [2025-09-18 04:06:07] "GET /service-template/3ec6a60a-68c2-4c98-8fc7-816e77fd2084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.018449 10.0.0.56 - - [2025-09-18 04:06:08] "GET /api-access-list/740e54f6-a8c8-4894-9808-c7f2d0736628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.003706 10.0.0.56 - - [2025-09-18 04:06:08] "PUT /api-access-list/740e54f6-a8c8-4894-9808-c7f2d0736628 HTTP/1.1" 200 264 0.011484 10.0.0.56 - - [2025-09-18 04:06:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000579 10.0.0.56 - - [2025-09-18 04:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.048020 10.0.0.41 - - [2025-09-18 04:06:09] "GET /projects?obj_uuids=d62fc56f-92ab-46d0-a312-a1b8400b5807&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001294 10.0.0.56 - - [2025-09-18 04:06:09] "GET /project/d62fc56f-92ab-46d0-a312-a1b8400b5807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.078697 10.0.0.56 - - [2025-09-18 04:06:09] "GET /virtual-networks?parent_id=d62fc56f-92ab-46d0-a312-a1b8400b5807&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.043242 10.0.0.56 - - [2025-09-18 04:06:09] "POST /virtual-networks HTTP/1.1" 403 263 0.017442 10.0.0.56 - - [2025-09-18 04:06:09] "GET /api-access-list/f558e815-90e4-48a6-92a7-b4124adb6bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.004353 10.0.0.56 - - [2025-09-18 04:06:09] "PUT /api-access-list/f558e815-90e4-48a6-92a7-b4124adb6bdf HTTP/1.1" 200 264 0.013240 10.0.0.56 - - [2025-09-18 04:06:09] "POST /fqname-to-id HTTP/1.1" 404 197 0.017325 10.0.0.56 - - [2025-09-18 04:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.017793 10.0.0.41 - - [2025-09-18 04:06:09] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001126 10.0.0.56 - - [2025-09-18 04:06:09] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.023241 10.0.0.56 - - [2025-09-18 04:06:10] "POST /service-templates HTTP/1.1" 403 264 0.018372 10.0.0.56 - - [2025-09-18 04:06:10] "GET /api-access-list/740e54f6-a8c8-4894-9808-c7f2d0736628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.005077 10.0.0.56 - - [2025-09-18 04:06:10] "PUT /api-access-list/740e54f6-a8c8-4894-9808-c7f2d0736628 HTTP/1.1" 200 264 0.013129 10.0.0.56 - - [2025-09-18 04:06:10] "GET /api-access-list/f558e815-90e4-48a6-92a7-b4124adb6bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004801 10.0.0.56 - - [2025-09-18 04:06:10] "PUT /api-access-list/f558e815-90e4-48a6-92a7-b4124adb6bdf HTTP/1.1" 200 264 0.014258 10.0.0.56 - - [2025-09-18 04:06:11] "GET /api-access-list/e34e1ac8-c521-40b7-8676-569ad7f1e04f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.005386 10.0.0.56 - - [2025-09-18 04:06:11] "PUT /api-access-list/e34e1ac8-c521-40b7-8676-569ad7f1e04f HTTP/1.1" 200 264 0.015884 10.0.0.56 - - [2025-09-18 04:06:11] "DELETE /api-access-list/740e54f6-a8c8-4894-9808-c7f2d0736628 HTTP/1.1" 200 115 0.046136 10.0.0.56 - - [2025-09-18 04:06:11] "DELETE /api-access-list/f558e815-90e4-48a6-92a7-b4124adb6bdf HTTP/1.1" 200 115 0.033829 10.0.0.56 - - [2025-09-18 04:06:12] "GET /api-access-list/e34e1ac8-c521-40b7-8676-569ad7f1e04f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.005156 10.0.0.56 - - [2025-09-18 04:06:12] "PUT /api-access-list/e34e1ac8-c521-40b7-8676-569ad7f1e04f HTTP/1.1" 200 264 0.012885 10.0.0.56 - - [2025-09-18 04:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.019337 10.0.0.56 - - [2025-09-18 04:06:12] "DELETE /service-template/3ec6a60a-68c2-4c98-8fc7-816e77fd2084 HTTP/1.1" 200 115 0.037516 10.0.0.56 - - [2025-09-18 04:06:12] "POST /fqname-to-id HTTP/1.1" 404 197 0.024827 10.0.0.41 - - [2025-09-18 04:06:12] "POST /useragent-kv HTTP/1.1" 200 115 0.005414 10.0.0.41 - - [2025-09-18 04:06:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003271 10.0.0.56 - - [2025-09-18 04:06:12] "DELETE /virtual-network/c9bcb64b-1824-4168-a339-54f414a3773c HTTP/1.1" 200 115 0.132078 10.0.0.41 - - [2025-09-18 04:06:12] "DELETE /project/ab62b38b8fbb4888afe3ca603a053f03 HTTP/1.1" 404 173 0.008669 10.0.0.41 - - [2025-09-18 04:06:12] "DELETE /project/bbe542c4079b4b138317958e6b7f00fa HTTP/1.1" 404 173 0.013554 10.0.0.41 - - [2025-09-18 04:06:12] "DELETE /project/287bb3cb-c62a-4d74-9bd8-77699d0b10b6 HTTP/1.1" 404 177 0.015544 10.0.0.41 - - [2025-09-18 04:06:12] "DELETE /project/a18b8eab-6d39-43d4-91b0-ac574ae8561e HTTP/1.1" 404 177 0.006908 10.0.0.41 - - [2025-09-18 04:06:12] "DELETE /project/b7c94de9-a5c5-4f5c-b82f-20ef12f616ce HTTP/1.1" 404 177 0.008035 10.0.0.41 - - [2025-09-18 04:06:12] "DELETE /project/d62fc56f92ab46d0a312a1b8400b5807 HTTP/1.1" 404 173 0.009258 10.0.0.41 - - [2025-09-18 04:06:12] "GET /projects?obj_uuids=bbe542c4-079b-4b13-8317-958e6b7f00fa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000901 10.0.0.41 - - [2025-09-18 04:06:12] "GET /projects?obj_uuids=ab62b38b-8fbb-4888-afe3-ca603a053f03&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000747 10.0.0.41 - - [2025-09-18 04:06:12] "GET /project/ab62b38b-8fbb-4888-afe3-ca603a053f03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.047043 10.0.0.41 - - [2025-09-18 04:06:12] "GET /projects?obj_uuids=ab62b38b-8fbb-4888-afe3-ca603a053f03&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001094 10.0.0.41 - - [2025-09-18 04:06:12] "GET /project/bbe542c4-079b-4b13-8317-958e6b7f00fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.062954 10.0.0.41 - - [2025-09-18 04:06:12] "GET /projects?obj_uuids=bbe542c4-079b-4b13-8317-958e6b7f00fa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001255 10.0.0.41 - - [2025-09-18 04:06:12] "GET /project/ab62b38b-8fbb-4888-afe3-ca603a053f03?fields=security_groups HTTP/1.1" 200 1363 0.059618 10.0.0.41 - - [2025-09-18 04:06:12] "GET /project/bbe542c4-079b-4b13-8317-958e6b7f00fa?fields=security_groups HTTP/1.1" 200 1362 0.103921 10.0.0.41 - - [2025-09-18 04:06:12] "DELETE /security-group/44286aff-c12e-40a3-83dd-e479fc0aea6b HTTP/1.1" 200 115 0.090978 10.0.0.41 - - [2025-09-18 04:06:12] "GET /projects?obj_uuids=ab62b38b-8fbb-4888-afe3-ca603a053f03&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001574 10.0.0.41 - - [2025-09-18 04:06:12] "DELETE /access-control-list/1558ac4e-1370-4d50-94c9-685440a66bc6 HTTP/1.1" 200 115 0.060755 10.0.0.41 - - [2025-09-18 04:06:12] "GET /project/ab62b38b-8fbb-4888-afe3-ca603a053f03?fields=application_policy_sets HTTP/1.1" 200 1402 0.060631 10.0.0.41 - - [2025-09-18 04:06:12] "DELETE /security-group/ecabfbda-64dd-4283-ac24-a3613b33f862 HTTP/1.1" 200 115 0.086624 10.0.0.41 - - [2025-09-18 04:06:12] "GET /projects?obj_uuids=bbe542c4-079b-4b13-8317-958e6b7f00fa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001138 10.0.0.41 - - [2025-09-18 04:06:12] "GET /project/bbe542c4-079b-4b13-8317-958e6b7f00fa?fields=application_policy_sets HTTP/1.1" 200 1401 0.055396 10.0.0.56 - - [2025-09-18 04:06:13] "GET /api-access-list/e34e1ac8-c521-40b7-8676-569ad7f1e04f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004431 10.0.0.56 - - [2025-09-18 04:06:13] "PUT /api-access-list/e34e1ac8-c521-40b7-8676-569ad7f1e04f HTTP/1.1" 200 264 0.014793 10.0.0.41 - - [2025-09-18 04:06:13] "DELETE /access-control-list/f8477626-b076-4996-966b-39b6ae734ee7 HTTP/1.1" 200 115 0.096379 10.0.0.56 - - [2025-09-18 04:06:13] "GET /api-access-list/e34e1ac8-c521-40b7-8676-569ad7f1e04f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.005993 10.0.0.56 - - [2025-09-18 04:06:13] "PUT /api-access-list/e34e1ac8-c521-40b7-8676-569ad7f1e04f HTTP/1.1" 200 264 0.031972 10.0.0.41 - - [2025-09-18 04:06:13] "DELETE /project/ab62b38b-8fbb-4888-afe3-ca603a053f03 HTTP/1.1" 200 115 0.593828 10.0.0.41 - - [2025-09-18 04:06:13] "DELETE /project/bbe542c4-079b-4b13-8317-958e6b7f00fa HTTP/1.1" 200 115 0.658637 10.0.0.56 - - [2025-09-18 04:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.41 - - [2025-09-18 04:06:15] "GET /projects?obj_uuids=d62fc56f-92ab-46d0-a312-a1b8400b5807&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001121 10.0.0.56 - - [2025-09-18 04:06:15] "GET /project/d62fc56f-92ab-46d0-a312-a1b8400b5807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.052303 10.0.0.41 - - [2025-09-18 04:06:16] "GET /projects?obj_uuids=d62fc56f-92ab-46d0-a312-a1b8400b5807&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002203 10.0.0.56 - - [2025-09-18 04:06:16] "POST /neutron/network HTTP/1.1" 200 643 0.214342 10.0.0.56 - - [2025-09-18 04:06:16] "POST /id-to-fqname HTTP/1.1" 200 240 0.003808 10.0.0.56 - - [2025-09-18 04:06:16] "GET /virtual-network/7d1cc327-26e8-4c3d-befd-f0be724db1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.007700 10.0.0.56 - - [2025-09-18 04:06:16] "POST /neutron/network HTTP/1.1" 200 864 0.008228 10.0.0.56 - - [2025-09-18 04:06:16] "GET /virtual-network/7d1cc327-26e8-4c3d-befd-f0be724db1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005882 10.0.0.56 - - [2025-09-18 04:06:16] "POST /neutron/network HTTP/1.1" 200 864 0.007373 10.0.0.56 - - [2025-09-18 04:06:16] "GET /virtual-network/7d1cc327-26e8-4c3d-befd-f0be724db1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.006563 10.0.0.56 - - [2025-09-18 04:06:16] "GET /network-ipam/0741acfa-857b-4889-a912-3bc844cf5d3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1042 0.004098 10.0.0.56 - - [2025-09-18 04:06:16] "GET /virtual-network/7d1cc327-26e8-4c3d-befd-f0be724db1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.011304 10.0.0.56 - - [2025-09-18 04:06:17] "GET /obj-perms HTTP/1.1" 200 5030 0.061170 10.0.0.56 - - [2025-09-18 04:06:17] "POST /fqname-to-id HTTP/1.1" 404 215 0.004268 10.0.0.56 - - [2025-09-18 04:06:17] "POST /api-access-lists HTTP/1.1" 200 555 0.038535 10.0.0.56 - - [2025-09-18 04:06:17] "GET /api-access-list/e1876ce9-d05f-4eb9-9db9-8f3181a9372a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2442 0.006945 10.0.0.56 - - [2025-09-18 04:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.028373 10.0.0.41 - - [2025-09-18 04:06:17] "GET /projects?obj_uuids=d62fc56f-92ab-46d0-a312-a1b8400b5807&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001480 10.0.0.56 - - [2025-09-18 04:06:17] "GET /project/d62fc56f-92ab-46d0-a312-a1b8400b5807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.075313 10.0.0.41 - - [2025-09-18 04:06:18] "POST /route-targets HTTP/1.1" 200 327 0.016341 10.0.0.56 - - [2025-09-18 04:06:18] "POST /neutron/network HTTP/1.1" 200 693 0.032764 10.0.0.56 - - [2025-09-18 04:06:18] "POST /neutron/network HTTP/1.1" 200 865 0.042505 10.0.0.56 - - [2025-09-18 04:06:18] "POST /id-to-fqname HTTP/1.1" 200 240 0.017869 10.0.0.56 - - [2025-09-18 04:06:18] "GET /virtual-network/50e1bfed-38ed-489c-ba15-39065f75444e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.025035 10.0.0.56 - - [2025-09-18 04:06:18] "GET /virtual-network/50e1bfed-38ed-489c-ba15-39065f75444e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.025219 10.0.0.56 - - [2025-09-18 04:06:18] "POST /neutron/subnet HTTP/1.1" 200 730 0.049344 10.0.0.56 - - [2025-09-18 04:06:18] "GET /virtual-network/50e1bfed-38ed-489c-ba15-39065f75444e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.006136 10.0.0.56 - - [2025-09-18 04:06:18] "GET /network-ipam/0741acfa-857b-4889-a912-3bc844cf5d3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1042 0.004064 10.0.0.56 - - [2025-09-18 04:06:19] "GET /virtual-network/50e1bfed-38ed-489c-ba15-39065f75444e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.006471 10.0.0.22 - - [2025-09-18 04:06:19] "GET /obj-perms HTTP/1.1" 200 5030 0.057013 10.0.0.41 - - [2025-09-18 04:06:19] "GET /obj-perms HTTP/1.1" 200 5030 0.052447 10.0.0.56 - - [2025-09-18 04:06:19] "POST /fqname-to-id HTTP/1.1" 404 232 0.021896 10.0.0.41 - - [2025-09-18 04:06:19] "POST /access-control-lists HTTP/1.1" 200 626 0.032112 10.0.0.41 - - [2025-09-18 04:06:20] "PUT /access-control-list/aa1d11f6-a594-47fb-adcc-0c50ded6a6a1 HTTP/1.1" 200 272 0.018834 10.0.0.41 - - [2025-09-18 04:06:20] "GET /projects?obj_uuids=d62fc56f-92ab-46d0-a312-a1b8400b5807&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001084 10.0.0.56 - - [2025-09-18 04:06:20] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.105821 10.0.0.41 - - [2025-09-18 04:06:20] "GET /projects?obj_uuids=d62fc56f-92ab-46d0-a312-a1b8400b5807&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001130 10.0.0.56 - - [2025-09-18 04:06:20] "POST /neutron/security_group_rule HTTP/1.1" 200 575 0.107533 10.0.0.41 - - [2025-09-18 04:06:20] "PUT /access-control-list/1afd2b94-8f8b-4c7f-b181-2cd2f947f31e HTTP/1.1" 200 272 0.026408 10.0.0.41 - - [2025-09-18 04:06:21] "GET /projects?obj_uuids=d62fc56f-92ab-46d0-a312-a1b8400b5807&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001091 10.0.0.56 - - [2025-09-18 04:06:21] "POST /neutron/security_group_rule HTTP/1.1" 200 151 0.258566 10.0.0.56 - - [2025-09-18 04:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.031023 10.0.0.56 - - [2025-09-18 04:06:21] "GET /security-group/5c9dd612-8c20-4aa0-9d93-099540e74095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.016646 10.0.0.56 - - [2025-09-18 04:06:22] "POST /id-to-fqname HTTP/1.1" 200 240 0.018833 10.0.0.41 - - [2025-09-18 04:06:23] "GET /projects?obj_uuids=d62fc56f-92ab-46d0-a312-a1b8400b5807&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000995 10.0.0.56 - - [2025-09-18 04:06:23] "GET /project/d62fc56f-92ab-46d0-a312-a1b8400b5807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.081189 10.0.0.56 - - [2025-09-18 04:06:23] "POST /neutron/network HTTP/1.1" 200 865 0.006748 10.0.0.56 - - [2025-09-18 04:06:24] "POST /neutron/port HTTP/1.1" 200 117 0.048554 10.0.0.41 - - [2025-09-18 04:06:24] "GET /projects?obj_uuids=d62fc56f-92ab-46d0-a312-a1b8400b5807&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001370 10.0.0.56 - - [2025-09-18 04:06:25] "POST /neutron/port HTTP/1.1" 200 1061 0.535889 10.0.0.56 - - [2025-09-18 04:06:25] "POST /neutron/port HTTP/1.1" 200 1115 0.153005 10.0.0.56 - - [2025-09-18 04:06:25] "POST /neutron/subnet HTTP/1.1" 200 704 0.010675 10.0.0.56 - - [2025-09-18 04:06:29] "POST /neutron/port HTTP/1.1" 200 1089 0.017153 10.0.0.56 - - [2025-09-18 04:06:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008487 10.0.0.56 - - [2025-09-18 04:06:29] "POST /neutron/port HTTP/1.1" 200 1089 0.016919 10.0.0.56 - - [2025-09-18 04:06:29] "GET /virtual-machine/f6931a23-f861-4308-b861-6cc115d54292 HTTP/1.1" 401 292 0.000523 10.0.0.56 - - [2025-09-18 04:06:30] "GET /virtual-machine/f6931a23-f861-4308-b861-6cc115d54292 HTTP/1.1" 200 1293 0.050313 10.0.0.56 - - [2025-09-18 04:06:30] "GET /virtual-machine/f6931a23-f861-4308-b861-6cc115d54292 HTTP/1.1" 200 1293 0.021330 10.0.0.56 - - [2025-09-18 04:06:30] "GET /virtual-machine-interface/5871215f-123c-458f-a915-a296a278880d HTTP/1.1" 200 3023 0.038388 10.0.0.56 - - [2025-09-18 04:06:30] "GET /virtual-machine/f6931a23-f861-4308-b861-6cc115d54292 HTTP/1.1" 200 1293 0.017750 10.0.0.56 - - [2025-09-18 04:06:30] "GET /virtual-machine-interface/5871215f-123c-458f-a915-a296a278880d HTTP/1.1" 200 3023 0.022811 10.0.0.56 - - [2025-09-18 04:06:30] "GET /instance-ip/f597a96f-4c86-412e-8d25-a9a2faff91d2 HTTP/1.1" 200 1642 0.020303 10.0.0.56 - - [2025-09-18 04:06:30] "GET /virtual-machine/f6931a23-f861-4308-b861-6cc115d54292 HTTP/1.1" 200 1293 0.017231 10.0.0.56 - - [2025-09-18 04:06:30] "GET /virtual-machine-interface/5871215f-123c-458f-a915-a296a278880d HTTP/1.1" 200 3023 0.036544 10.0.0.56 - - [2025-09-18 04:06:30] "GET /instance-ip/f597a96f-4c86-412e-8d25-a9a2faff91d2 HTTP/1.1" 200 1642 0.031330 10.0.0.56 - - [2025-09-18 04:06:30] "POST /fqname-to-id HTTP/1.1" 403 354 0.018366 10.0.0.56 - - [2025-09-18 04:06:30] "GET / HTTP/1.1" 200 35931 0.001815 10.0.0.56 - - [2025-09-18 04:06:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000552 10.0.0.56 - - [2025-09-18 04:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.026323 10.0.0.56 - - [2025-09-18 04:06:31] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004296 10.0.0.56 - - [2025-09-18 04:06:31] "GET /virtual-networks?parent_id=d62fc56f-92ab-46d0-a312-a1b8400b5807&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021766 10.0.0.56 - - [2025-09-18 04:06:31] "GET /virtual-network/50e1bfed-38ed-489c-ba15-39065f75444e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.020083 10.0.0.56 - - [2025-09-18 04:06:31] "POST /fqname-to-id HTTP/1.1" 403 354 0.016716 10.0.0.56 - - [2025-09-18 04:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.56 - - [2025-09-18 04:06:31] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005752 10.0.0.56 - - [2025-09-18 04:06:31] "GET /virtual-networks?parent_id=d62fc56f-92ab-46d0-a312-a1b8400b5807&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.032485 10.0.0.56 - - [2025-09-18 04:06:31] "GET /virtual-network/50e1bfed-38ed-489c-ba15-39065f75444e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.023292 10.0.0.56 - - [2025-09-18 04:06:31] "POST /fqname-to-id HTTP/1.1" 403 354 0.018059 10.0.0.56 - - [2025-09-18 04:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004165 10.0.0.56 - - [2025-09-18 04:06:31] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004025 10.0.0.56 - - [2025-09-18 04:06:31] "GET /virtual-networks?parent_id=d62fc56f-92ab-46d0-a312-a1b8400b5807&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023216 10.0.0.56 - - [2025-09-18 04:06:31] "GET /virtual-network/50e1bfed-38ed-489c-ba15-39065f75444e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.027426 10.0.0.56 - - [2025-09-18 04:06:31] "POST /fqname-to-id HTTP/1.1" 403 354 0.019044 10.0.0.56 - - [2025-09-18 04:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.56 - - [2025-09-18 04:06:31] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004441 10.0.0.56 - - [2025-09-18 04:06:31] "GET /virtual-networks?parent_id=d62fc56f-92ab-46d0-a312-a1b8400b5807&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021086 10.0.0.56 - - [2025-09-18 04:06:31] "GET /virtual-network/50e1bfed-38ed-489c-ba15-39065f75444e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.020679 10.0.0.56 - - [2025-09-18 04:06:31] "POST /fqname-to-id HTTP/1.1" 403 354 0.016145 10.0.0.56 - - [2025-09-18 04:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.56 - - [2025-09-18 04:06:31] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004641 10.0.0.56 - - [2025-09-18 04:06:31] "GET /virtual-networks?parent_id=d62fc56f-92ab-46d0-a312-a1b8400b5807&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.032913 10.0.0.56 - - [2025-09-18 04:06:32] "GET /virtual-network/50e1bfed-38ed-489c-ba15-39065f75444e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.023871 10.0.0.56 - - [2025-09-18 04:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.017949 10.0.0.56 - - [2025-09-18 04:06:35] "GET /virtual-network/50e1bfed-38ed-489c-ba15-39065f75444e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.021637 10.0.0.56 - - [2025-09-18 04:06:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007455 10.0.0.56 - - [2025-09-18 04:06:37] "POST /fqname-to-id HTTP/1.1" 403 354 0.016347 10.0.0.56 - - [2025-09-18 04:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.56 - - [2025-09-18 04:06:37] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004730 10.0.0.56 - - [2025-09-18 04:06:37] "GET /virtual-networks?parent_id=d62fc56f-92ab-46d0-a312-a1b8400b5807&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.020162 10.0.0.56 - - [2025-09-18 04:06:37] "GET /virtual-network/50e1bfed-38ed-489c-ba15-39065f75444e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.023495 10.0.0.56 - - [2025-09-18 04:06:37] "POST /fqname-to-id HTTP/1.1" 403 354 0.018959 10.0.0.56 - - [2025-09-18 04:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.56 - - [2025-09-18 04:06:37] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004680 10.0.0.56 - - [2025-09-18 04:06:37] "GET /virtual-networks?parent_id=d62fc56f-92ab-46d0-a312-a1b8400b5807&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.022462 10.0.0.56 - - [2025-09-18 04:06:37] "GET /virtual-network/50e1bfed-38ed-489c-ba15-39065f75444e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.029361 10.0.0.56 - - [2025-09-18 04:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.017121 10.0.0.56 - - [2025-09-18 04:06:37] "GET /routing-instance/a5b10202-9ea3-4834-86a2-9dfbc629cc6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.021640 10.0.0.56 - - [2025-09-18 04:06:37] "POST /fqname-to-id HTTP/1.1" 403 354 0.015723 10.0.0.56 - - [2025-09-18 04:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.56 - - [2025-09-18 04:06:37] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004088 10.0.0.56 - - [2025-09-18 04:06:37] "GET /virtual-networks?parent_id=d62fc56f-92ab-46d0-a312-a1b8400b5807&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.027107 10.0.0.56 - - [2025-09-18 04:06:37] "GET /virtual-network/50e1bfed-38ed-489c-ba15-39065f75444e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.026623 10.0.0.56 - - [2025-09-18 04:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.015978 10.0.0.56 - - [2025-09-18 04:06:38] "GET /routing-instance/a5b10202-9ea3-4834-86a2-9dfbc629cc6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.020095 10.0.0.56 - - [2025-09-18 04:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.031265 10.0.0.56 - - [2025-09-18 04:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.41 - - [2025-09-18 04:06:39] "GET /obj-perms HTTP/1.1" 403 257 0.055050 10.0.0.56 - - [2025-09-18 04:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004275 10.0.0.56 - - [2025-09-18 04:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.41 - - [2025-09-18 04:06:39] "GET /virtual-machine/f6931a23-f861-4308-b861-6cc115d54292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.029528 10.0.0.56 - - [2025-09-18 04:06:39] "GET /obj-perms HTTP/1.1" 403 257 0.042559 10.0.0.56 - - [2025-09-18 04:06:40] "GET /obj-perms HTTP/1.1" 200 5030 0.004313 10.0.0.56 - - [2025-09-18 04:06:40] "GET /obj-perms HTTP/1.1" 403 257 0.049089 10.0.0.56 - - [2025-09-18 04:06:40] "GET /obj-perms HTTP/1.1" 200 5030 0.006661 10.0.0.56 - - [2025-09-18 04:06:40] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.050564 10.0.0.56 - - [2025-09-18 04:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.034091 10.0.0.41 - - [2025-09-18 04:06:41] "GET /projects?obj_uuids=d62fc56f-92ab-46d0-a312-a1b8400b5807&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001302 10.0.0.56 - - [2025-09-18 04:06:41] "GET /project/d62fc56f-92ab-46d0-a312-a1b8400b5807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.083744 10.0.0.56 - - [2025-09-18 04:06:41] "GET /virtual-network/7d1cc327-26e8-4c3d-befd-f0be724db1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.024032 10.0.0.56 - - [2025-09-18 04:06:41] "GET /floating-ip-pools?parent_id=7d1cc327-26e8-4c3d-befd-f0be724db1e1&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.020133 10.0.0.56 - - [2025-09-18 04:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.017641 10.0.0.56 - - [2025-09-18 04:06:41] "GET /floating-ip-pool/a4b1b42b-783e-4c1f-98a3-c5c36df22937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1181 0.018750 10.0.0.41 - - [2025-09-18 04:06:41] "GET /projects?obj_uuids=d62fc56f-92ab-46d0-a312-a1b8400b5807&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001132 10.0.0.56 - - [2025-09-18 04:06:41] "GET /project/d62fc56f-92ab-46d0-a312-a1b8400b5807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.084532 10.0.0.56 - - [2025-09-18 04:06:42] "POST /floating-ips HTTP/1.1" 200 616 0.085801 10.0.0.56 - - [2025-09-18 04:06:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.027374 10.0.0.56 - - [2025-09-18 04:06:42] "GET /floating-ip/c976ebd4-1a62-4316-9912-d99fb21f7869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.021658 10.0.0.56 - - [2025-09-18 04:06:42] "GET /floating-ip/c976ebd4-1a62-4316-9912-d99fb21f7869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.019082 10.0.0.56 - - [2025-09-18 04:06:42] "GET /virtual-machine/f6931a23-f861-4308-b861-6cc115d54292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.017709 10.0.0.56 - - [2025-09-18 04:06:42] "GET /virtual-machine/f6931a23-f861-4308-b861-6cc115d54292?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1204 0.020578 10.0.0.56 - - [2025-09-18 04:06:42] "GET /virtual-machine-interface/5871215f-123c-458f-a915-a296a278880d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.022870 10.0.0.56 - - [2025-09-18 04:06:42] "POST /ref-update HTTP/1.1" 200 156 0.036644 10.0.0.56 - - [2025-09-18 04:06:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.016994 10.0.0.56 - - [2025-09-18 04:06:42] "GET /routing-instance/ca8f69f7-196f-48e9-ac8d-47b47ff264b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.034673 10.0.0.56 - - [2025-09-18 04:06:43] "POST /neutron/port HTTP/1.1" 200 1089 0.084208 10.0.0.56 - - [2025-09-18 04:06:43] "POST /neutron/port HTTP/1.1" 200 1156 0.268396 10.0.0.56 - - [2025-09-18 04:06:43] "GET /virtual-machine/f6931a23-f861-4308-b861-6cc115d54292 HTTP/1.1" 200 1293 0.039662 10.0.0.56 - - [2025-09-18 04:06:43] "GET /virtual-machine-interface/5871215f-123c-458f-a915-a296a278880d HTTP/1.1" 200 3585 0.032768 10.0.0.56 - - [2025-09-18 04:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.020810 10.0.0.56 - - [2025-09-18 04:06:43] "GET /security-group/5c9dd612-8c20-4aa0-9d93-099540e74095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.017388 10.0.0.56 - - [2025-09-18 04:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.021275 10.0.0.56 - - [2025-09-18 04:06:43] "GET /security-group/5c9dd612-8c20-4aa0-9d93-099540e74095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.017130 10.0.0.56 - - [2025-09-18 04:06:44] "DELETE /floating-ip/c976ebd4-1a62-4316-9912-d99fb21f7869 HTTP/1.1" 200 115 0.085794 10.0.0.56 - - [2025-09-18 04:06:44] "GET /virtual-machine/f6931a23-f861-4308-b861-6cc115d54292 HTTP/1.1" 200 1293 0.022435 10.0.0.56 - - [2025-09-18 04:06:44] "POST /neutron/port HTTP/1.1" 200 1156 0.015103 10.0.0.56 - - [2025-09-18 04:06:46] "GET /virtual-machine/f6931a23-f861-4308-b861-6cc115d54292 HTTP/1.1" 404 171 0.018467 10.0.0.56 - - [2025-09-18 04:06:46] "GET /virtual-machine/f6931a23-f861-4308-b861-6cc115d54292 HTTP/1.1" 404 171 0.027122 10.0.0.56 - - [2025-09-18 04:06:46] "GET /virtual-machine/f6931a23-f861-4308-b861-6cc115d54292 HTTP/1.1" 404 171 0.023904 10.0.0.56 - - [2025-09-18 04:06:46] "POST /fqname-to-id HTTP/1.1" 403 354 0.017853 10.0.0.56 - - [2025-09-18 04:06:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.56 - - [2025-09-18 04:06:46] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004762 10.0.0.56 - - [2025-09-18 04:06:46] "GET /virtual-networks?parent_id=d62fc56f-92ab-46d0-a312-a1b8400b5807&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.033363 10.0.0.56 - - [2025-09-18 04:06:46] "GET /virtual-network/50e1bfed-38ed-489c-ba15-39065f75444e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.023448 10.0.0.56 - - [2025-09-18 04:06:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.018531 10.0.0.56 - - [2025-09-18 04:06:46] "GET /routing-instance/a5b10202-9ea3-4834-86a2-9dfbc629cc6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.042846 10.0.0.56 - - [2025-09-18 04:06:47] "GET /obj-perms HTTP/1.1" 403 257 0.042982 10.0.0.56 - - [2025-09-18 04:06:47] "GET /obj-perms HTTP/1.1" 200 5030 0.003769 10.0.0.41 - - [2025-09-18 04:06:51] "GET /obj-perms HTTP/1.1" 200 5056 0.053616 10.0.0.56 - - [2025-09-18 04:06:51] "GET /obj-perms HTTP/1.1" 200 5056 0.059081 10.0.0.56 - - [2025-09-18 04:06:56] "GET /obj-perms HTTP/1.1" 200 5030 0.003884 10.0.0.22 - - [2025-09-18 04:06:58] "GET /global-system-configs HTTP/1.1" 200 322 0.059722 10.0.0.22 - - [2025-09-18 04:06:58] "GET /obj-perms HTTP/1.1" 200 5056 0.095865 10.0.0.41 - - [2025-09-18 04:06:59] "GET /global-system-configs HTTP/1.1" 200 322 0.083882 10.0.0.56 - - [2025-09-18 04:06:59] "GET /obj-perms HTTP/1.1" 200 5056 0.157724 10.0.0.22 - - [2025-09-18 04:06:59] "GET /global-system-configs HTTP/1.1" 200 322 0.008933 10.0.0.41 - - [2025-09-18 04:06:59] "GET /obj-perms HTTP/1.1" 200 5056 0.009838 10.0.0.56 - - [2025-09-18 04:06:59] "GET /obj-perms HTTP/1.1" 200 5056 0.006675 10.0.0.41 - - [2025-09-18 04:06:59] "GET /global-system-configs HTTP/1.1" 200 322 0.008769 10.0.0.22 - - [2025-09-18 04:06:59] "GET /obj-perms HTTP/1.1" 200 5056 0.007596 10.0.0.56 - - [2025-09-18 04:07:01] "GET /global-system-configs HTTP/1.1" 200 322 0.046976 10.0.0.56 - - [2025-09-18 04:07:02] "GET /global-system-configs HTTP/1.1" 200 322 0.111284 10.0.0.41 - - [2025-09-18 04:07:02] "GET /obj-perms HTTP/1.1" 200 5056 0.200907 10.0.0.56 - - [2025-09-18 04:07:02] "GET /obj-perms HTTP/1.1" 200 5056 0.219521 10.0.0.56 - - [2025-09-18 04:07:02] "GET /obj-perms HTTP/1.1" 200 5030 0.004277 10.0.0.22 - - [2025-09-18 04:07:02] "GET /obj-perms HTTP/1.1" 200 5030 0.003660 10.0.0.56 - - [2025-09-18 04:07:03] "POST /neutron/security_group HTTP/1.1" 200 151 0.077847 10.0.0.56 - - [2025-09-18 04:07:03] "POST /fqname-to-id HTTP/1.1" 404 232 0.033988 10.0.0.41 - - [2025-09-18 04:07:03] "DELETE /access-control-list/1afd2b94-8f8b-4c7f-b181-2cd2f947f31e HTTP/1.1" 200 115 0.043627 10.0.0.56 - - [2025-09-18 04:07:03] "DELETE /api-access-list/e1876ce9-d05f-4eb9-9db9-8f3181a9372a HTTP/1.1" 200 115 0.048651 10.0.0.56 - - [2025-09-18 04:07:04] "POST /neutron/network HTTP/1.1" 200 864 0.008699 10.0.0.41 - - [2025-09-18 04:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005613 10.0.0.56 - - [2025-09-18 04:07:06] "GET /api-access-list/e34e1ac8-c521-40b7-8676-569ad7f1e04f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004327 10.0.0.56 - - [2025-09-18 04:07:06] "PUT /api-access-list/e34e1ac8-c521-40b7-8676-569ad7f1e04f HTTP/1.1" 200 264 0.013176 10.0.0.41 - - [2025-09-18 04:07:06] "GET /projects?obj_uuids=d62fc56f-92ab-46d0-a312-a1b8400b5807&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001146 10.0.0.56 - - [2025-09-18 04:07:06] "GET /project/d62fc56f-92ab-46d0-a312-a1b8400b5807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.042871 10.0.0.41 - - [2025-09-18 04:07:06] "GET /projects?obj_uuids=d62fc56f-92ab-46d0-a312-a1b8400b5807&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001236 10.0.0.56 - - [2025-09-18 04:07:06] "GET /project/d62fc56f-92ab-46d0-a312-a1b8400b5807?fields=virtual_networks HTTP/1.1" 200 1032 0.051003 10.0.0.41 - - [2025-09-18 04:07:06] "GET /projects?obj_uuids=d62fc56f-92ab-46d0-a312-a1b8400b5807&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001533 10.0.0.56 - - [2025-09-18 04:07:06] "GET /project/d62fc56f-92ab-46d0-a312-a1b8400b5807?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.046164 10.0.0.41 - - [2025-09-18 04:07:06] "GET /projects?obj_uuids=d62fc56f-92ab-46d0-a312-a1b8400b5807&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001009 10.0.0.56 - - [2025-09-18 04:07:06] "GET /project/d62fc56f-92ab-46d0-a312-a1b8400b5807?fields=security_groups HTTP/1.1" 200 1258 0.047954 10.0.0.41 - - [2025-09-18 04:07:07] "GET /projects?obj_uuids=7b49a019-273e-4679-94ea-a639b42c1658&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001160 10.0.0.56 - - [2025-09-18 04:07:07] "GET /project/7b49a019-273e-4679-94ea-a639b42c1658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.110710 [Introspect:8084]10.0.0.56 - - [2025-09-18 04:07:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001305 10.0.0.56 - - [2025-09-18 04:07:11] "POST /fqname-to-id HTTP/1.1" 404 189 0.030412 10.0.0.41 - - [2025-09-18 04:07:11] "GET /projects?obj_uuids=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003394 10.0.0.41 - - [2025-09-18 04:07:11] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001524 10.0.0.41 - - [2025-09-18 04:07:11] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.043218 10.0.0.41 - - [2025-09-18 04:07:11] "POST /id-to-fqname HTTP/1.1" 200 191 0.002301 10.0.0.41 - - [2025-09-18 04:07:11] "POST /fqname-to-id HTTP/1.1" 404 200 0.009322 10.0.0.41 - - [2025-09-18 04:07:11] "POST /security-groups HTTP/1.1" 200 592 0.035752 10.0.0.41 - - [2025-09-18 04:07:11] "POST /projects HTTP/1.1" 200 587 0.260817 10.0.0.41 - - [2025-09-18 04:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.338612 10.0.0.41 - - [2025-09-18 04:07:11] "POST /access-control-lists HTTP/1.1" 200 597 0.032601 10.0.0.56 - - [2025-09-18 04:07:11] "GET /project/0a1e7454-93bc-4746-b98c-6e3a6282a39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.542178 10.0.0.56 - - [2025-09-18 04:07:13] "GET / HTTP/1.1" 200 35931 0.002157 10.0.0.41 - - [2025-09-18 04:07:13] "DELETE /project/0a1e745493bc4746b98c6e3a6282a39d HTTP/1.1" 404 173 0.004260 10.0.0.41 - - [2025-09-18 04:07:13] "GET /projects?obj_uuids=d62fc56f-92ab-46d0-a312-a1b8400b5807&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001181 10.0.0.41 - - [2025-09-18 04:07:13] "GET /project/d62fc56f-92ab-46d0-a312-a1b8400b5807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.054971 10.0.0.41 - - [2025-09-18 04:07:13] "GET /projects?obj_uuids=d62fc56f-92ab-46d0-a312-a1b8400b5807&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000998 10.0.0.41 - - [2025-09-18 04:07:13] "GET /project/d62fc56f-92ab-46d0-a312-a1b8400b5807?fields=security_groups HTTP/1.1" 200 1363 0.047053 10.0.0.41 - - [2025-09-18 04:07:13] "DELETE /security-group/f4e9694e-23b8-4c41-86ff-d9ba66c7e8ba HTTP/1.1" 200 115 0.074572 10.0.0.41 - - [2025-09-18 04:07:13] "GET /projects?obj_uuids=d62fc56f-92ab-46d0-a312-a1b8400b5807&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001168 10.0.0.41 - - [2025-09-18 04:07:13] "DELETE /access-control-list/4c7ee242-b13b-4bee-8017-9164d5f09a70 HTTP/1.1" 200 115 0.056913 10.0.0.41 - - [2025-09-18 04:07:13] "GET /project/d62fc56f-92ab-46d0-a312-a1b8400b5807?fields=application_policy_sets HTTP/1.1" 200 1402 0.059906 10.0.0.41 - - [2025-09-18 04:07:14] "DELETE /project/d62fc56f-92ab-46d0-a312-a1b8400b5807 HTTP/1.1" 200 115 0.458991 10.0.0.56 - - [2025-09-18 04:07:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000458 10.0.0.56 - - [2025-09-18 04:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.032019 10.0.0.41 - - [2025-09-18 04:07:15] "GET /projects?obj_uuids=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001042 10.0.0.56 - - [2025-09-18 04:07:15] "GET /project/0a1e7454-93bc-4746-b98c-6e3a6282a39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.048815 10.0.0.41 - - [2025-09-18 04:07:15] "GET /projects?obj_uuids=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001010 10.0.0.56 - - [2025-09-18 04:07:15] "POST /neutron/network HTTP/1.1" 200 608 0.155114 10.0.0.41 - - [2025-09-18 04:07:16] "POST /ref-update HTTP/1.1" 200 156 0.027795 10.0.0.56 - - [2025-09-18 04:07:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.004867 10.0.0.56 - - [2025-09-18 04:07:16] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006330 10.0.0.56 - - [2025-09-18 04:07:16] "POST /neutron/network HTTP/1.1" 200 825 0.007663 10.0.0.56 - - [2025-09-18 04:07:16] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005682 10.0.0.56 - - [2025-09-18 04:07:17] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006710 10.0.0.56 - - [2025-09-18 04:07:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.001408 10.0.0.56 - - [2025-09-18 04:07:18] "POST /neutron/network HTTP/1.1" 200 835 0.007600 10.0.0.41 - - [2025-09-18 04:07:19] "GET /projects?obj_uuids=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001143 10.0.0.56 - - [2025-09-18 04:07:19] "GET /project/0a1e7454-93bc-4746-b98c-6e3a6282a39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.063044 10.0.0.56 - - [2025-09-18 04:07:19] "POST /neutron/port HTTP/1.1" 200 117 0.007549 10.0.0.56 - - [2025-09-18 04:07:19] "POST /id-to-fqname HTTP/1.1" 200 222 0.001583 10.0.0.56 - - [2025-09-18 04:07:20] "POST /neutron/network HTTP/1.1" 200 835 0.008308 10.0.0.56 - - [2025-09-18 04:07:20] "POST /neutron/port HTTP/1.1" 200 1059 0.020169 10.0.0.41 - - [2025-09-18 04:07:21] "GET /projects?obj_uuids=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001122 10.0.0.56 - - [2025-09-18 04:07:21] "GET /project/0a1e7454-93bc-4746-b98c-6e3a6282a39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.077554 10.0.0.56 - - [2025-09-18 04:07:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.012065 10.0.0.56 - - [2025-09-18 04:07:21] "POST /neutron/port HTTP/1.1" 200 117 0.001096 10.0.0.56 - - [2025-09-18 04:07:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007764 10.0.0.56 - - [2025-09-18 04:07:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007464 10.0.0.56 - - [2025-09-18 04:07:22] "POST /neutron/port HTTP/1.1" 200 1059 0.042521 10.0.0.56 - - [2025-09-18 04:07:22] "POST /neutron/port HTTP/1.1" 200 1087 0.021102 10.0.0.56 - - [2025-09-18 04:07:22] "POST /neutron/port HTTP/1.1" 200 117 0.001154 10.0.0.56 - - [2025-09-18 04:07:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007064 10.0.0.56 - - [2025-09-18 04:07:26] "POST /neutron/port HTTP/1.1" 200 1087 0.037066 10.0.0.56 - - [2025-09-18 04:07:26] "GET /virtual-machine/4969978e-36f9-4abc-8e76-93e225439316 HTTP/1.1" 401 292 0.000379 10.0.0.56 - - [2025-09-18 04:07:27] "GET /virtual-machine/4969978e-36f9-4abc-8e76-93e225439316 HTTP/1.1" 200 1293 0.036789 10.0.0.56 - - [2025-09-18 04:07:27] "GET /virtual-machine-interface/13ec27ea-d68b-4749-b915-ea3e6c732c59 HTTP/1.1" 200 2948 0.005785 10.0.0.56 - - [2025-09-18 04:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.56 - - [2025-09-18 04:07:27] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003399 10.0.0.56 - - [2025-09-18 04:07:27] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003147 10.0.0.56 - - [2025-09-18 04:07:27] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006857 10.0.0.56 - - [2025-09-18 04:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.56 - - [2025-09-18 04:07:30] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006128 10.0.0.56 - - [2025-09-18 04:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.56 - - [2025-09-18 04:07:34] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005935 10.0.0.56 - - [2025-09-18 04:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403 10.0.0.56 - - [2025-09-18 04:07:38] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006021 10.0.0.56 - - [2025-09-18 04:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.56 - - [2025-09-18 04:07:42] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006402 10.0.0.56 - - [2025-09-18 04:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.56 - - [2025-09-18 04:07:46] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006158 10.0.0.56 - - [2025-09-18 04:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.56 - - [2025-09-18 04:07:51] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006313 10.0.0.41 - - [2025-09-18 04:07:52] "GET /obj-perms HTTP/1.1" 200 5056 0.056422 10.0.0.56 - - [2025-09-18 04:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.56 - - [2025-09-18 04:07:55] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005990 10.0.0.56 - - [2025-09-18 04:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.56 - - [2025-09-18 04:07:59] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005862 10.0.0.56 - - [2025-09-18 04:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.56 - - [2025-09-18 04:08:03] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005705 10.0.0.56 - - [2025-09-18 04:08:05] "POST /neutron/port HTTP/1.1" 200 1087 0.018875 10.0.0.56 - - [2025-09-18 04:08:05] "POST /neutron/subnet HTTP/1.1" 200 690 0.009722 10.0.0.56 - - [2025-09-18 04:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.56 - - [2025-09-18 04:08:05] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004407 10.0.0.56 - - [2025-09-18 04:08:05] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003172 10.0.0.56 - - [2025-09-18 04:08:05] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006421 10.0.0.56 - - [2025-09-18 04:08:05] "POST /neutron/port HTTP/1.1" 200 1087 0.017022 10.0.0.56 - - [2025-09-18 04:08:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008210 10.0.0.56 - - [2025-09-18 04:08:15] "POST /neutron/port HTTP/1.1" 200 1087 0.015590 10.0.0.56 - - [2025-09-18 04:08:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008343 10.0.0.56 - - [2025-09-18 04:08:22] "POST /neutron/port HTTP/1.1" 200 1087 0.015384 10.0.0.56 - - [2025-09-18 04:08:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005321 10.0.0.56 - - [2025-09-18 04:08:23] "POST /neutron/network HTTP/1.1" 200 825 0.007516 10.0.0.56 - - [2025-09-18 04:08:26] "POST /neutron/port HTTP/1.1" 200 1087 0.020083 10.0.0.56 - - [2025-09-18 04:08:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007842 10.0.0.56 - - [2025-09-18 04:08:26] "GET /virtual-machine/7394bd4a-d6be-49f9-b845-c47c148de115 HTTP/1.1" 200 1293 0.009393 10.0.0.56 - - [2025-09-18 04:08:26] "GET /virtual-machine-interface/eacdf482-1a52-439d-b69d-7164b3ca6e53 HTTP/1.1" 200 2949 0.020589 10.0.0.56 - - [2025-09-18 04:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006953 10.0.0.56 - - [2025-09-18 04:08:26] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003888 10.0.0.56 - - [2025-09-18 04:08:26] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003999 10.0.0.56 - - [2025-09-18 04:08:26] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007969 10.0.0.56 - - [2025-09-18 04:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.56 - - [2025-09-18 04:08:27] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004321 10.0.0.56 - - [2025-09-18 04:08:27] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003485 10.0.0.56 - - [2025-09-18 04:08:27] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005816 10.0.0.56 - - [2025-09-18 04:08:52] "GET /obj-perms HTTP/1.1" 200 5056 0.051819 10.0.0.22 - - [2025-09-18 04:08:53] "GET /obj-perms HTTP/1.1" 200 5056 0.057138 10.0.0.56 - - [2025-09-18 04:09:06] "POST /neutron/port HTTP/1.1" 200 1087 0.042322 10.0.0.56 - - [2025-09-18 04:09:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003815 10.0.0.56 - - [2025-09-18 04:09:06] "POST /neutron/network HTTP/1.1" 200 825 0.007255 10.0.0.56 - - [2025-09-18 04:09:23] "POST /neutron/network HTTP/1.1" 200 835 0.006995 10.0.0.56 - - [2025-09-18 04:09:23] "POST /neutron/port HTTP/1.1" 200 117 0.001508 10.0.0.56 - - [2025-09-18 04:09:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010127 10.0.0.56 - - [2025-09-18 04:09:47] "GET /virtual-machine/4969978e-36f9-4abc-8e76-93e225439316 HTTP/1.1" 200 1293 0.004662 10.0.0.56 - - [2025-09-18 04:09:47] "GET /virtual-machine-interface/13ec27ea-d68b-4749-b915-ea3e6c732c59 HTTP/1.1" 200 2948 0.005906 10.0.0.56 - - [2025-09-18 04:09:47] "GET /virtual-machine/4969978e-36f9-4abc-8e76-93e225439316 HTTP/1.1" 200 1293 0.003885 10.0.0.56 - - [2025-09-18 04:09:47] "GET /virtual-machine-interface/13ec27ea-d68b-4749-b915-ea3e6c732c59 HTTP/1.1" 200 2948 0.005849 10.0.0.56 - - [2025-09-18 04:09:47] "GET /instance-ip/2cd35f94-a58e-40c7-b2e1-c6a7da4ae3e2 HTTP/1.1" 200 1621 0.006432 10.0.0.56 - - [2025-09-18 04:09:47] "GET /virtual-machine/4969978e-36f9-4abc-8e76-93e225439316 HTTP/1.1" 200 1293 0.004090 10.0.0.56 - - [2025-09-18 04:09:47] "GET /virtual-machine-interface/13ec27ea-d68b-4749-b915-ea3e6c732c59 HTTP/1.1" 200 2948 0.006030 10.0.0.56 - - [2025-09-18 04:09:47] "GET /instance-ip/2cd35f94-a58e-40c7-b2e1-c6a7da4ae3e2 HTTP/1.1" 200 1621 0.010296 10.0.0.56 - - [2025-09-18 04:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.56 - - [2025-09-18 04:09:47] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004077 10.0.0.56 - - [2025-09-18 04:09:47] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002921 10.0.0.56 - - [2025-09-18 04:09:47] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007151 10.0.0.56 - - [2025-09-18 04:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.56 - - [2025-09-18 04:09:47] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004090 10.0.0.56 - - [2025-09-18 04:09:47] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003686 10.0.0.56 - - [2025-09-18 04:09:47] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005878 10.0.0.56 - - [2025-09-18 04:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006381 10.0.0.56 - - [2025-09-18 04:09:48] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005572 10.0.0.56 - - [2025-09-18 04:09:48] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003831 10.0.0.56 - - [2025-09-18 04:09:48] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006383 10.0.0.56 - - [2025-09-18 04:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.56 - - [2025-09-18 04:09:48] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004162 10.0.0.56 - - [2025-09-18 04:09:48] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003336 10.0.0.56 - - [2025-09-18 04:09:48] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006221 10.0.0.56 - - [2025-09-18 04:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.56 - - [2025-09-18 04:09:48] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004234 10.0.0.56 - - [2025-09-18 04:09:48] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003616 10.0.0.56 - - [2025-09-18 04:09:48] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006320 10.0.0.56 - - [2025-09-18 04:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.56 - - [2025-09-18 04:09:48] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004583 10.0.0.56 - - [2025-09-18 04:09:48] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003445 10.0.0.56 - - [2025-09-18 04:09:48] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005841 10.0.0.56 - - [2025-09-18 04:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.56 - - [2025-09-18 04:09:48] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004594 10.0.0.56 - - [2025-09-18 04:09:48] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003639 10.0.0.56 - - [2025-09-18 04:09:48] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006313 10.0.0.56 - - [2025-09-18 04:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.56 - - [2025-09-18 04:09:48] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003727 10.0.0.56 - - [2025-09-18 04:09:48] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003430 10.0.0.56 - - [2025-09-18 04:09:48] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006308 10.0.0.56 - - [2025-09-18 04:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.56 - - [2025-09-18 04:09:48] "GET /routing-instance/652b3292-3160-49c9-8985-481dd28e8beb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.005454 10.0.0.56 - - [2025-09-18 04:09:49] "GET /route-target/9aa0ecda-8421-49b4-a1f5-a8cefa1b7c48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005959 10.0.0.56 - - [2025-09-18 04:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.56 - - [2025-09-18 04:09:49] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004886 10.0.0.56 - - [2025-09-18 04:09:49] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003433 10.0.0.56 - - [2025-09-18 04:09:49] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008022 10.0.0.56 - - [2025-09-18 04:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175 10.0.0.56 - - [2025-09-18 04:09:49] "GET /routing-instance/652b3292-3160-49c9-8985-481dd28e8beb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.005441 10.0.0.56 - - [2025-09-18 04:09:49] "GET /route-target/9aa0ecda-8421-49b4-a1f5-a8cefa1b7c48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004866 10.0.0.56 - - [2025-09-18 04:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.56 - - [2025-09-18 04:09:49] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004698 10.0.0.56 - - [2025-09-18 04:09:49] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003988 10.0.0.56 - - [2025-09-18 04:09:49] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006897 10.0.0.56 - - [2025-09-18 04:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.56 - - [2025-09-18 04:09:49] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004196 10.0.0.56 - - [2025-09-18 04:09:49] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003604 10.0.0.56 - - [2025-09-18 04:09:49] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006162 10.0.0.56 - - [2025-09-18 04:09:49] "GET /obj-perms HTTP/1.1" 200 5032 0.054960 10.0.0.41 - - [2025-09-18 04:09:50] "GET /obj-perms HTTP/1.1" 200 5032 0.053277 10.0.0.56 - - [2025-09-18 04:09:50] "GET /obj-perms HTTP/1.1" 200 5032 0.003908 10.0.0.56 - - [2025-09-18 04:09:50] "GET /obj-perms HTTP/1.1" 200 5032 0.003592 10.0.0.56 - - [2025-09-18 04:09:50] "GET /virtual-machine/7394bd4a-d6be-49f9-b845-c47c148de115 HTTP/1.1" 200 1293 0.004149 10.0.0.56 - - [2025-09-18 04:09:50] "GET /virtual-machine-interface/eacdf482-1a52-439d-b69d-7164b3ca6e53 HTTP/1.1" 200 2949 0.005332 10.0.0.56 - - [2025-09-18 04:09:50] "GET /virtual-machine/7394bd4a-d6be-49f9-b845-c47c148de115 HTTP/1.1" 200 1293 0.003805 10.0.0.56 - - [2025-09-18 04:09:50] "GET /virtual-machine-interface/eacdf482-1a52-439d-b69d-7164b3ca6e53 HTTP/1.1" 200 2949 0.005802 10.0.0.56 - - [2025-09-18 04:09:50] "GET /instance-ip/cd81416d-0673-41de-b175-d24780d87d72 HTTP/1.1" 200 1622 0.006093 10.0.0.56 - - [2025-09-18 04:09:50] "GET /virtual-machine/7394bd4a-d6be-49f9-b845-c47c148de115 HTTP/1.1" 200 1293 0.003945 10.0.0.56 - - [2025-09-18 04:09:50] "GET /virtual-machine-interface/eacdf482-1a52-439d-b69d-7164b3ca6e53 HTTP/1.1" 200 2949 0.005406 10.0.0.56 - - [2025-09-18 04:09:50] "GET /instance-ip/cd81416d-0673-41de-b175-d24780d87d72 HTTP/1.1" 200 1622 0.004005 10.0.0.56 - - [2025-09-18 04:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.56 - - [2025-09-18 04:09:50] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004090 10.0.0.56 - - [2025-09-18 04:09:50] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003115 10.0.0.56 - - [2025-09-18 04:09:50] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006286 10.0.0.56 - - [2025-09-18 04:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004788 10.0.0.56 - - [2025-09-18 04:09:50] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004468 10.0.0.56 - - [2025-09-18 04:09:50] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003462 10.0.0.56 - - [2025-09-18 04:09:50] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006715 10.0.0.56 - - [2025-09-18 04:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.56 - - [2025-09-18 04:09:50] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004280 10.0.0.56 - - [2025-09-18 04:09:50] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003457 10.0.0.56 - - [2025-09-18 04:09:50] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006316 10.0.0.56 - - [2025-09-18 04:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.56 - - [2025-09-18 04:09:50] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005256 10.0.0.56 - - [2025-09-18 04:09:50] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003326 10.0.0.56 - - [2025-09-18 04:09:50] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005702 10.0.0.56 - - [2025-09-18 04:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.56 - - [2025-09-18 04:09:50] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003780 10.0.0.56 - - [2025-09-18 04:09:51] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003177 10.0.0.56 - - [2025-09-18 04:09:51] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006276 10.0.0.56 - - [2025-09-18 04:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.56 - - [2025-09-18 04:09:51] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004371 10.0.0.56 - - [2025-09-18 04:09:51] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004177 10.0.0.56 - - [2025-09-18 04:09:51] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006793 10.0.0.56 - - [2025-09-18 04:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.56 - - [2025-09-18 04:09:51] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004369 10.0.0.56 - - [2025-09-18 04:09:51] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003170 10.0.0.56 - - [2025-09-18 04:09:51] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005819 10.0.0.56 - - [2025-09-18 04:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.56 - - [2025-09-18 04:09:51] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004415 10.0.0.56 - - [2025-09-18 04:09:51] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003467 10.0.0.56 - - [2025-09-18 04:09:51] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006596 10.0.0.56 - - [2025-09-18 04:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.56 - - [2025-09-18 04:09:51] "GET /routing-instance/652b3292-3160-49c9-8985-481dd28e8beb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004988 10.0.0.56 - - [2025-09-18 04:09:51] "GET /route-target/9aa0ecda-8421-49b4-a1f5-a8cefa1b7c48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004625 10.0.0.56 - - [2025-09-18 04:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.56 - - [2025-09-18 04:09:51] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003729 10.0.0.56 - - [2025-09-18 04:09:51] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003066 10.0.0.56 - - [2025-09-18 04:09:51] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006558 10.0.0.56 - - [2025-09-18 04:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.56 - - [2025-09-18 04:09:51] "GET /routing-instance/652b3292-3160-49c9-8985-481dd28e8beb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.006618 10.0.0.56 - - [2025-09-18 04:09:52] "GET /route-target/9aa0ecda-8421-49b4-a1f5-a8cefa1b7c48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004684 10.0.0.56 - - [2025-09-18 04:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.56 - - [2025-09-18 04:09:52] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004509 10.0.0.56 - - [2025-09-18 04:09:52] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003538 10.0.0.56 - - [2025-09-18 04:09:52] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007238 10.0.0.56 - - [2025-09-18 04:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105 10.0.0.56 - - [2025-09-18 04:09:52] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003941 10.0.0.56 - - [2025-09-18 04:09:52] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004548 10.0.0.56 - - [2025-09-18 04:09:52] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006408 10.0.0.41 - - [2025-09-18 04:09:52] "GET /obj-perms HTTP/1.1" 200 5032 0.003729 10.0.0.56 - - [2025-09-18 04:09:52] "GET /obj-perms HTTP/1.1" 200 5032 0.003998 10.0.0.56 - - [2025-09-18 04:09:52] "GET /obj-perms HTTP/1.1" 200 5032 0.003723 10.0.0.56 - - [2025-09-18 04:09:52] "GET /obj-perms HTTP/1.1" 200 5032 0.003724 10.0.0.41 - - [2025-09-18 04:09:53] "GET /obj-perms HTTP/1.1" 200 5056 0.053660 10.0.0.56 - - [2025-09-18 04:09:57] "GET /virtual-machine/7394bd4a-d6be-49f9-b845-c47c148de115 HTTP/1.1" 200 1293 0.004387 10.0.0.56 - - [2025-09-18 04:09:58] "POST /neutron/port HTTP/1.1" 200 1087 0.015833 10.0.0.56 - - [2025-09-18 04:09:59] "GET /virtual-machine/7394bd4a-d6be-49f9-b845-c47c148de115 HTTP/1.1" 404 171 0.003533 10.0.0.56 - - [2025-09-18 04:09:59] "GET /virtual-machine/7394bd4a-d6be-49f9-b845-c47c148de115 HTTP/1.1" 404 171 0.002864 10.0.0.56 - - [2025-09-18 04:09:59] "GET /virtual-machine/7394bd4a-d6be-49f9-b845-c47c148de115 HTTP/1.1" 404 171 0.003545 10.0.0.56 - - [2025-09-18 04:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005120 10.0.0.56 - - [2025-09-18 04:10:00] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004995 10.0.0.56 - - [2025-09-18 04:10:00] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003626 10.0.0.56 - - [2025-09-18 04:10:00] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007180 10.0.0.56 - - [2025-09-18 04:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.56 - - [2025-09-18 04:10:00] "GET /routing-instance/652b3292-3160-49c9-8985-481dd28e8beb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.007459 10.0.0.56 - - [2025-09-18 04:10:00] "GET /route-target/9aa0ecda-8421-49b4-a1f5-a8cefa1b7c48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004925 10.0.0.56 - - [2025-09-18 04:10:00] "GET /obj-perms HTTP/1.1" 200 5032 0.005396 10.0.0.56 - - [2025-09-18 04:10:06] "GET /obj-perms HTTP/1.1" 200 5032 0.004718 10.0.0.56 - - [2025-09-18 04:10:08] "POST /neutron/port HTTP/1.1" 200 1087 0.021044 10.0.0.56 - - [2025-09-18 04:10:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004340 10.0.0.56 - - [2025-09-18 04:10:08] "POST /neutron/network HTTP/1.1" 200 825 0.007055 10.0.0.56 - - [2025-09-18 04:10:10] "GET /obj-perms HTTP/1.1" 200 5032 0.004586 10.0.0.56 - - [2025-09-18 04:10:13] "GET /obj-perms HTTP/1.1" 200 5032 0.004094 10.0.0.22 - - [2025-09-18 04:10:13] "GET /obj-perms HTTP/1.1" 200 5032 0.064077 10.0.0.56 - - [2025-09-18 04:10:13] "GET /virtual-machine/4969978e-36f9-4abc-8e76-93e225439316 HTTP/1.1" 200 1293 0.005405 10.0.0.56 - - [2025-09-18 04:10:14] "POST /neutron/port HTTP/1.1" 200 151 0.200772 10.0.0.56 - - [2025-09-18 04:10:15] "GET /virtual-machine/4969978e-36f9-4abc-8e76-93e225439316 HTTP/1.1" 404 171 0.003582 10.0.0.56 - - [2025-09-18 04:10:15] "GET /virtual-machine/4969978e-36f9-4abc-8e76-93e225439316 HTTP/1.1" 404 171 0.003795 10.0.0.56 - - [2025-09-18 04:10:15] "GET /virtual-machine/4969978e-36f9-4abc-8e76-93e225439316 HTTP/1.1" 404 171 0.002969 10.0.0.56 - - [2025-09-18 04:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.56 - - [2025-09-18 04:10:15] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003888 10.0.0.56 - - [2025-09-18 04:10:15] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003684 10.0.0.56 - - [2025-09-18 04:10:15] "GET /virtual-network/3a2178fe-5c50-4c6e-8b9a-d91af4303325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005966 10.0.0.56 - - [2025-09-18 04:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.56 - - [2025-09-18 04:10:15] "GET /routing-instance/652b3292-3160-49c9-8985-481dd28e8beb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.005106 10.0.0.56 - - [2025-09-18 04:10:15] "GET /route-target/9aa0ecda-8421-49b4-a1f5-a8cefa1b7c48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004708 10.0.0.56 - - [2025-09-18 04:10:15] "GET /obj-perms HTTP/1.1" 200 5032 0.005636 10.0.0.56 - - [2025-09-18 04:10:22] "GET /obj-perms HTTP/1.1" 200 5032 0.006551 10.0.0.56 - - [2025-09-18 04:10:25] "GET /obj-perms HTTP/1.1" 200 5032 0.004197 10.0.0.56 - - [2025-09-18 04:10:31] "GET /obj-perms HTTP/1.1" 200 5032 0.004131 10.0.0.56 - - [2025-09-18 04:10:34] "GET /obj-perms HTTP/1.1" 200 5032 0.004346 10.0.0.56 - - [2025-09-18 04:10:37] "POST /fqname-to-id HTTP/1.1" 404 200 0.003714 10.0.0.56 - - [2025-09-18 04:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.41 - - [2025-09-18 04:10:37] "GET /projects?obj_uuids=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.037870 10.0.0.56 - - [2025-09-18 04:10:37] "GET /project/0a1e7454-93bc-4746-b98c-6e3a6282a39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.085191 10.0.0.56 - - [2025-09-18 04:10:37] "POST /network-policys HTTP/1.1" 200 522 0.034143 10.0.0.56 - - [2025-09-18 04:10:37] "GET /network-policy/f320a57c-7186-4479-a6d1-ce9597c4cf0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007266 10.0.0.56 - - [2025-09-18 04:10:37] "POST /fqname-to-id HTTP/1.1" 404 200 0.004682 10.0.0.56 - - [2025-09-18 04:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.41 - - [2025-09-18 04:10:38] "GET /projects?obj_uuids=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001071 10.0.0.56 - - [2025-09-18 04:10:38] "GET /project/0a1e7454-93bc-4746-b98c-6e3a6282a39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.057065 10.0.0.56 - - [2025-09-18 04:10:38] "POST /network-policys HTTP/1.1" 200 522 0.033297 10.0.0.56 - - [2025-09-18 04:10:38] "GET /network-policy/744f5d4c-2c8a-4edd-86a2-099395977ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.010073 10.0.0.56 - - [2025-09-18 04:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.41 - - [2025-09-18 04:10:38] "GET /projects?obj_uuids=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001006 10.0.0.56 - - [2025-09-18 04:10:38] "GET /project/0a1e7454-93bc-4746-b98c-6e3a6282a39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.069379 10.0.0.56 - - [2025-09-18 04:10:38] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.004064 10.0.0.56 - - [2025-09-18 04:10:38] "POST /virtual-networks HTTP/1.1" 200 546 0.092159 10.0.0.56 - - [2025-09-18 04:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.41 - - [2025-09-18 04:10:38] "POST /route-targets HTTP/1.1" 200 327 0.047544 10.0.0.56 - - [2025-09-18 04:10:38] "GET /network-ipam/0741acfa-857b-4889-a912-3bc844cf5d3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1042 0.005718 10.0.0.41 - - [2025-09-18 04:10:38] "POST /useragent-kv HTTP/1.1" 200 115 0.009093 10.0.0.56 - - [2025-09-18 04:10:38] "POST /ref-update HTTP/1.1" 200 156 0.078044 10.0.0.56 - - [2025-09-18 04:10:38] "POST /neutron/network HTTP/1.1" 200 809 0.008189 10.0.0.56 - - [2025-09-18 04:10:38] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1930 0.006394 10.0.0.56 - - [2025-09-18 04:10:38] "POST /neutron/subnet HTTP/1.1" 200 672 0.010524 10.0.0.56 - - [2025-09-18 04:10:39] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1930 0.006557 10.0.0.56 - - [2025-09-18 04:10:39] "GET /obj-perms HTTP/1.1" 200 5032 0.004427 10.0.0.41 - - [2025-09-18 04:10:39] "GET /obj-perms HTTP/1.1" 200 5032 0.004520 10.0.0.56 - - [2025-09-18 04:10:39] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1930 0.007472 10.0.0.56 - - [2025-09-18 04:10:39] "PUT /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106 HTTP/1.1" 200 264 0.050351 10.0.0.56 - - [2025-09-18 04:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.56 - - [2025-09-18 04:10:39] "GET /network-policy/f320a57c-7186-4479-a6d1-ce9597c4cf0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004063 10.0.0.56 - - [2025-09-18 04:10:39] "POST /ref-update HTTP/1.1" 200 156 0.052945 10.0.0.56 - - [2025-09-18 04:10:39] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.006791 10.0.0.41 - - [2025-09-18 04:10:39] "POST /access-control-lists HTTP/1.1" 200 592 0.094847 10.0.0.56 - - [2025-09-18 04:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.024569 10.0.0.56 - - [2025-09-18 04:10:39] "GET /network-policy/f320a57c-7186-4479-a6d1-ce9597c4cf0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004950 10.0.0.56 - - [2025-09-18 04:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.41 - - [2025-09-18 04:10:39] "GET /projects?obj_uuids=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001582 10.0.0.56 - - [2025-09-18 04:10:39] "GET /project/0a1e7454-93bc-4746-b98c-6e3a6282a39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.042513 10.0.0.56 - - [2025-09-18 04:10:40] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.007442 10.0.0.56 - - [2025-09-18 04:10:40] "POST /virtual-networks HTTP/1.1" 200 546 0.087409 10.0.0.56 - - [2025-09-18 04:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.56 - - [2025-09-18 04:10:40] "GET /network-ipam/0741acfa-857b-4889-a912-3bc844cf5d3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1042 0.004822 10.0.0.41 - - [2025-09-18 04:10:40] "POST /useragent-kv HTTP/1.1" 200 115 0.008795 10.0.0.56 - - [2025-09-18 04:10:40] "POST /ref-update HTTP/1.1" 200 156 0.071319 10.0.0.56 - - [2025-09-18 04:10:40] "POST /neutron/network HTTP/1.1" 200 809 0.007674 10.0.0.56 - - [2025-09-18 04:10:40] "GET /virtual-network/81b38e96-1391-45f9-9c28-5b67dd101541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.005363 10.0.0.56 - - [2025-09-18 04:10:40] "GET /virtual-network/81b38e96-1391-45f9-9c28-5b67dd101541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.005844 10.0.0.22 - - [2025-09-18 04:10:41] "GET /obj-perms HTTP/1.1" 200 5032 0.003826 10.0.0.56 - - [2025-09-18 04:10:41] "GET /virtual-network/81b38e96-1391-45f9-9c28-5b67dd101541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.005923 10.0.0.56 - - [2025-09-18 04:10:41] "PUT /virtual-network/81b38e96-1391-45f9-9c28-5b67dd101541 HTTP/1.1" 200 264 0.049035 10.0.0.56 - - [2025-09-18 04:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.56 - - [2025-09-18 04:10:41] "GET /network-policy/744f5d4c-2c8a-4edd-86a2-099395977ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.004357 10.0.0.41 - - [2025-09-18 04:10:41] "POST /fqname-to-id HTTP/1.1" 404 237 0.008348 10.0.0.56 - - [2025-09-18 04:10:41] "POST /ref-update HTTP/1.1" 200 156 0.059237 10.0.0.56 - - [2025-09-18 04:10:41] "POST /neutron/network HTTP/1.1" 200 886 0.007040 10.0.0.56 - - [2025-09-18 04:10:41] "GET /virtual-network/81b38e96-1391-45f9-9c28-5b67dd101541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.017126 10.0.0.56 - - [2025-09-18 04:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.56 - - [2025-09-18 04:10:41] "GET /network-policy/744f5d4c-2c8a-4edd-86a2-099395977ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006221 10.0.0.56 - - [2025-09-18 04:10:41] "POST /id-to-fqname HTTP/1.1" 200 222 0.001147 10.0.0.41 - - [2025-09-18 04:10:42] "GET /projects?obj_uuids=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001771 10.0.0.56 - - [2025-09-18 04:10:42] "GET /project/0a1e7454-93bc-4746-b98c-6e3a6282a39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.067926 10.0.0.56 - - [2025-09-18 04:10:42] "POST /neutron/port HTTP/1.1" 200 117 0.007198 10.0.0.56 - - [2025-09-18 04:10:42] "POST /id-to-fqname HTTP/1.1" 200 222 0.001284 10.0.0.56 - - [2025-09-18 04:10:43] "POST /neutron/network HTTP/1.1" 200 896 0.006876 10.0.0.41 - - [2025-09-18 04:10:43] "PUT /access-control-list/9d9cc786-6ed3-40de-9586-ecbc4ec16f3e HTTP/1.1" 200 272 0.015846 10.0.0.56 - - [2025-09-18 04:10:43] "POST /neutron/port HTTP/1.1" 200 1061 0.016448 10.0.0.41 - - [2025-09-18 04:10:44] "GET /projects?obj_uuids=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001020 10.0.0.56 - - [2025-09-18 04:10:44] "POST /neutron/port HTTP/1.1" 200 1089 0.020591 10.0.0.56 - - [2025-09-18 04:10:44] "GET /project/0a1e7454-93bc-4746-b98c-6e3a6282a39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.089847 10.0.0.56 - - [2025-09-18 04:10:44] "POST /neutron/subnet HTTP/1.1" 200 646 0.009491 10.0.0.56 - - [2025-09-18 04:10:44] "POST /neutron/port HTTP/1.1" 200 1089 0.018059 10.0.0.56 - - [2025-09-18 04:10:44] "POST /neutron/port HTTP/1.1" 200 1089 0.020007 10.0.0.41 - - [2025-09-18 04:10:44] "GET /projects?obj_uuids=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001543 10.0.0.56 - - [2025-09-18 04:10:45] "POST /neutron/port HTTP/1.1" 200 1061 0.317665 10.0.0.56 - - [2025-09-18 04:10:45] "POST /neutron/port HTTP/1.1" 200 1115 0.119499 10.0.0.56 - - [2025-09-18 04:10:45] "POST /neutron/subnet HTTP/1.1" 200 646 0.010843 10.0.0.56 - - [2025-09-18 04:10:49] "POST /neutron/port HTTP/1.1" 200 1089 0.015363 10.0.0.56 - - [2025-09-18 04:10:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009245 10.0.0.56 - - [2025-09-18 04:10:49] "GET /virtual-machine/0400f5cd-9875-4e49-9c86-315a521d84cd HTTP/1.1" 200 1292 0.007219 10.0.0.56 - - [2025-09-18 04:10:49] "GET /virtual-machine-interface/59e92646-74f2-439f-9960-0e03b81bfbe6 HTTP/1.1" 200 2948 0.006106 10.0.0.56 - - [2025-09-18 04:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.56 - - [2025-09-18 04:10:49] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004413 10.0.0.56 - - [2025-09-18 04:10:49] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003828 10.0.0.56 - - [2025-09-18 04:10:49] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.006593 10.0.0.56 - - [2025-09-18 04:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.56 - - [2025-09-18 04:10:53] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.005851 10.0.0.56 - - [2025-09-18 04:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.56 - - [2025-09-18 04:10:57] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.005417 10.0.0.56 - - [2025-09-18 04:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004583 10.0.0.56 - - [2025-09-18 04:11:01] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.007019 10.0.0.56 - - [2025-09-18 04:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.56 - - [2025-09-18 04:11:05] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.006300 10.0.0.56 - - [2025-09-18 04:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004632 10.0.0.56 - - [2025-09-18 04:11:09] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.006185 10.0.0.56 - - [2025-09-18 04:11:10] "POST /neutron/port HTTP/1.1" 200 1089 0.015407 10.0.0.56 - - [2025-09-18 04:11:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003843 10.0.0.56 - - [2025-09-18 04:11:10] "POST /neutron/network HTTP/1.1" 200 886 0.007694 10.0.0.56 - - [2025-09-18 04:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.56 - - [2025-09-18 04:11:13] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.006901 10.0.0.56 - - [2025-09-18 04:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.56 - - [2025-09-18 04:11:17] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.005859 10.0.0.56 - - [2025-09-18 04:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.56 - - [2025-09-18 04:11:21] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.006191 10.0.0.56 - - [2025-09-18 04:11:25] "POST /neutron/network HTTP/1.1" 200 896 0.008559 10.0.0.56 - - [2025-09-18 04:11:25] "POST /neutron/port HTTP/1.1" 200 117 0.001193 10.0.0.56 - - [2025-09-18 04:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.56 - - [2025-09-18 04:11:25] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.005517 10.0.0.56 - - [2025-09-18 04:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.56 - - [2025-09-18 04:11:27] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004314 10.0.0.56 - - [2025-09-18 04:11:27] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004559 10.0.0.56 - - [2025-09-18 04:11:27] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.005640 10.0.0.56 - - [2025-09-18 04:11:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007782 10.0.0.56 - - [2025-09-18 04:11:38] "POST /neutron/port HTTP/1.1" 200 1089 0.045433 10.0.0.56 - - [2025-09-18 04:11:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008730 10.0.0.56 - - [2025-09-18 04:11:49] "POST /neutron/port HTTP/1.1" 200 1089 0.017970 10.0.0.56 - - [2025-09-18 04:11:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007586 10.0.0.56 - - [2025-09-18 04:11:49] "GET /virtual-machine/a04c5bb1-ccf0-4f7a-affc-6d17f4a5102b HTTP/1.1" 200 1294 0.008017 10.0.0.56 - - [2025-09-18 04:11:49] "GET /virtual-machine-interface/b06272d7-0045-449a-b851-153226aebfc9 HTTP/1.1" 200 2949 0.006490 10.0.0.56 - - [2025-09-18 04:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.56 - - [2025-09-18 04:11:49] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003726 10.0.0.56 - - [2025-09-18 04:11:49] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003496 10.0.0.56 - - [2025-09-18 04:11:49] "GET /virtual-network/81b38e96-1391-45f9-9c28-5b67dd101541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005827 10.0.0.56 - - [2025-09-18 04:11:49] "POST /neutron/port HTTP/1.1" 200 1089 0.015337 10.0.0.56 - - [2025-09-18 04:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.56 - - [2025-09-18 04:11:50] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004413 10.0.0.56 - - [2025-09-18 04:11:50] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005033 10.0.0.56 - - [2025-09-18 04:11:50] "GET /virtual-network/81b38e96-1391-45f9-9c28-5b67dd101541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006045 10.0.0.56 - - [2025-09-18 04:11:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007794 10.0.0.22 - - [2025-09-18 04:11:59] "GET /global-system-configs HTTP/1.1" 200 322 0.108839 10.0.0.41 - - [2025-09-18 04:11:59] "GET /global-system-configs HTTP/1.1" 200 322 0.067959 10.0.0.22 - - [2025-09-18 04:11:59] "GET /obj-perms HTTP/1.1" 200 5056 0.213889 10.0.0.56 - - [2025-09-18 04:11:59] "GET /obj-perms HTTP/1.1" 200 5056 0.341048 10.0.0.41 - - [2025-09-18 04:11:59] "GET /obj-perms HTTP/1.1" 200 5056 0.358903 10.0.0.22 - - [2025-09-18 04:12:00] "GET /global-system-configs HTTP/1.1" 200 322 0.104915 10.0.0.41 - - [2025-09-18 04:12:00] "GET /global-system-configs HTTP/1.1" 200 322 0.160118 10.0.0.56 - - [2025-09-18 04:12:00] "GET /obj-perms HTTP/1.1" 200 5056 0.267014 10.0.0.22 - - [2025-09-18 04:12:00] "GET /obj-perms HTTP/1.1" 200 5056 0.291656 10.0.0.41 - - [2025-09-18 04:12:00] "GET /obj-perms HTTP/1.1" 200 5056 0.312464 10.0.0.56 - - [2025-09-18 04:12:01] "GET /global-system-configs HTTP/1.1" 200 322 0.069191 10.0.0.56 - - [2025-09-18 04:12:02] "GET /global-system-configs HTTP/1.1" 200 322 0.039498 10.0.0.56 - - [2025-09-18 04:12:12] "POST /neutron/port HTTP/1.1" 200 1089 0.018124 10.0.0.56 - - [2025-09-18 04:12:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004267 10.0.0.56 - - [2025-09-18 04:12:12] "POST /neutron/network HTTP/1.1" 200 886 0.007677 10.0.0.56 - - [2025-09-18 04:12:27] "POST /neutron/network HTTP/1.1" 200 896 0.035277 10.0.0.56 - - [2025-09-18 04:12:27] "POST /neutron/port HTTP/1.1" 200 117 0.001147 10.0.0.41 - - [2025-09-18 04:12:56] "GET /obj-perms HTTP/1.1" 200 5056 0.055938 10.0.0.56 - - [2025-09-18 04:12:56] "GET /obj-perms HTTP/1.1" 200 5056 0.059643 10.0.0.22 - - [2025-09-18 04:12:56] "GET /virtual-router/f8fee5e7-ebc2-4e03-9f07-1a9bb43781dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.005681 10.0.0.56 - - [2025-09-18 04:13:13] "POST /neutron/port HTTP/1.1" 200 1089 0.016868 10.0.0.56 - - [2025-09-18 04:13:13] "POST /neutron/subnet HTTP/1.1" 200 646 0.010131 10.0.0.56 - - [2025-09-18 04:13:29] "POST /neutron/port HTTP/1.1" 200 1089 0.017121 10.0.0.56 - - [2025-09-18 04:13:29] "POST /neutron/port HTTP/1.1" 200 1089 0.017773 10.0.0.56 - - [2025-09-18 04:13:29] "POST /neutron/network HTTP/1.1" 200 896 0.007125 10.0.0.56 - - [2025-09-18 04:13:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004814 10.0.0.56 - - [2025-09-18 04:13:29] "POST /neutron/subnet HTTP/1.1" 200 646 0.010568 10.0.0.56 - - [2025-09-18 04:13:29] "POST /neutron/port HTTP/1.1" 200 117 0.001156 10.0.0.56 - - [2025-09-18 04:13:29] "POST /neutron/network HTTP/1.1" 200 886 0.008814 10.0.0.22 - - [2025-09-18 04:13:57] "GET /obj-perms HTTP/1.1" 200 5056 0.059428 ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Sep 18 04:13:59 AM UTC 2025 ===================' INFO: =================== Thu Sep 18 04:13:59 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 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ 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.22,10.0.0.41 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.56,10.0.0.22,10.0.0.41 ++ ANALYTICSDB_NODES=10.0.0.56,10.0.0.22,10.0.0.41 ++ ANALYTICS_SNMP_NODES=10.0.0.56,10.0.0.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:8081 10.0.0.41:8081 ' ']' +++ echo '10.0.0.56:8081 10.0.0.22:8081 10.0.0.41:8081' ++ ANALYTICS_SERVERS='10.0.0.56:8081 10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:9042 10.0.0.41:9042 ' ']' +++ echo '10.0.0.56:9042 10.0.0.22:9042 10.0.0.41:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.56:9042 10.0.0.22:9042 10.0.0.41:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.56,10.0.0.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:8086 10.0.0.41:8086 ' ']' +++ echo '10.0.0.56:8086 10.0.0.22:8086 10.0.0.41:8086' ++ COLLECTOR_SERVERS='10.0.0.56:8086 10.0.0.22: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.22,10.0.0.41 ++ CONFIGDB_NODES=10.0.0.56,10.0.0.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:8082 10.0.0.41:8082 ' ']' +++ echo '10.0.0.56:8082 10.0.0.22:8082 10.0.0.41:8082' ++ CONFIG_SERVERS='10.0.0.56:8082 10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:9161 10.0.0.41:9161 ' ']' +++ echo '10.0.0.56:9161 10.0.0.22:9161 10.0.0.41:9161' ++ CONFIGDB_SERVERS='10.0.0.56:9161 10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:9041 10.0.0.41:9041 ' ']' +++ echo '10.0.0.56:9041 10.0.0.22:9041 10.0.0.41:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.56:9041 10.0.0.22: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.17,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.17,10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.56,10.0.0.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:2181,10.0.0.41:2181, ']' +++ echo 10.0.0.56:2181,10.0.0.22:2181,10.0.0.41:2181 ++ ZOOKEEPER_SERVERS=10.0.0.56:2181,10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:2181 10.0.0.41:2181 ' ']' +++ echo '10.0.0.56:2181 10.0.0.22:2181 10.0.0.41:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.56:2181 10.0.0.22:2181 10.0.0.41:2181' ++ RABBITMQ_NODES=10.0.0.56,10.0.0.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:5673,10.0.0.41:5673, ']' +++ echo 10.0.0.56:5673,10.0.0.22:5673,10.0.0.41:5673 ++ RABBITMQ_SERVERS=10.0.0.56:5673,10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:6379 10.0.0.41:6379 ' ']' +++ echo '10.0.0.56:6379 10.0.0.22:6379 10.0.0.41:6379' ++ REDIS_SERVERS='10.0.0.56:6379 10.0.0.22: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.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.22:9092 10.0.0.41:9092 ' ']' +++ echo '10.0.0.56:9092 10.0.0.22:9092 10.0.0.41:9092' ++ KAFKA_SERVERS='10.0.0.56:9092 10.0.0.22: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.22,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.22,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.22,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 +++ find_my_ip_and_order_for_node_list 10.0.0.56,10.0.0.22,10.0.0.41 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.56,10.0.0.22,10.0.0.41 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ cat /proc/net/fib_trie ++++ sort ++++ uniq ++++ grep -vi host +++ local local_ips=,10.0.0.41,10.20.0.14,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.56'\''))' +++ local server_ip=10.0.0.56 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.56 ]] +++ [[ ,10.0.0.41,10.20.0.14,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.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.41,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.41'\''))' +++ local server_ip=10.0.0.41 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.41 ]] +++ [[ ,10.0.0.41,10.20.0.14,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.22:9041 10.0.0.41:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.56:9041 10.0.0.22: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: 09/18/2025 04:14:08.397 7fd86bdfc300 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 09/18/2025 04:14:08.549 7fd86bdfc300 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 09/18/2025 04:14:08.562 7fd86bdfc300 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 09/18/2025 04:14:08.562 7fd86bdfc300 [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-09-18 04:14:09] "GET / HTTP/1.1" 503 181 0.000431 10.0.0.41 - - [2025-09-18 04:14:09] "GET / HTTP/1.1" 503 181 0.000198 [Introspect:8084]10.0.0.56 - - [2025-09-18 04:14:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3219 0.001465 10.0.0.41 - - [2025-09-18 04:14:10] "GET / HTTP/1.1" 200 45871 0.001516 10.0.0.41 - - [2025-09-18 04:14:10] "GET / HTTP/1.1" 200 45871 0.001253 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-09-18 04:14:10] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000575 10.0.0.41 - - [2025-09-18 04:14:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000299 10.0.0.41 - - [2025-09-18 04:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.727821 10.0.0.41 - - [2025-09-18 04:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.41 - - [2025-09-18 04:14:11] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.401422 10.0.0.41 - - [2025-09-18 04:14:11] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 985 0.003787 /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-09-18 04:14:11] "GET /projects?obj_uuids=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001057 10.0.0.41 - - [2025-09-18 04:14:11] "GET /project/c0127038-3074-4acb-be43-4bcabdb7cb35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.048317 10.0.0.41 - - [2025-09-18 04:14:11] "GET /projects?obj_uuids=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000958 10.0.0.41 - - [2025-09-18 04:14:11] "GET /project/c0127038-3074-4acb-be43-4bcabdb7cb35?fields=security_groups HTTP/1.1" 200 1088 0.043908 10.0.0.41 - - [2025-09-18 04:14:11] "GET /projects?obj_uuids=c0127038-3074-4acb-be43-4bcabdb7cb35&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001038 10.0.0.41 - - [2025-09-18 04:14:12] "GET /project/c0127038-3074-4acb-be43-4bcabdb7cb35?fields=application_policy_sets HTTP/1.1" 200 1381 0.041309 10.0.0.41 - - [2025-09-18 04:14:12] "DELETE /project/c0127038-3074-4acb-be43-4bcabdb7cb35 HTTP/1.1" 409 278 0.232315 [Introspect:8084]10.0.0.56 - - [2025-09-18 04:14:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001171 10.0.0.56 - - [2025-09-18 04:14:15] "POST /neutron/network HTTP/1.1" 200 896 0.038406 10.0.0.56 - - [2025-09-18 04:14:15] "POST /neutron/port HTTP/1.1" 200 117 0.001285 [Introspect:8084]10.0.0.56 - - [2025-09-18 04:14:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001336 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-09-18 04:14:16] "GET /obj-perms HTTP/1.1" 200 5032 0.411856 10.0.0.56 - - [2025-09-18 04:14:17] "GET /obj-perms HTTP/1.1" 200 5032 0.003769 10.0.0.56 - - [2025-09-18 04:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.030852 10.0.0.41 - - [2025-09-18 04:14:17] "GET /projects?obj_uuids=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000998 10.0.0.56 - - [2025-09-18 04:14:17] "GET /project/0a1e7454-93bc-4746-b98c-6e3a6282a39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.055373 10.0.0.56 - - [2025-09-18 04:14:17] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004349 10.0.0.56 - - [2025-09-18 04:14:17] "POST /virtual-networks HTTP/1.1" 200 546 0.084116 10.0.0.56 - - [2025-09-18 04:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.56 - - [2025-09-18 04:14:17] "GET /network-ipam/0741acfa-857b-4889-a912-3bc844cf5d3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1042 0.004639 10.0.0.41 - - [2025-09-18 04:14:17] "POST /useragent-kv HTTP/1.1" 200 115 0.015607 10.0.0.56 - - [2025-09-18 04:14:17] "POST /ref-update HTTP/1.1" 200 156 0.090664 10.0.0.56 - - [2025-09-18 04:14:17] "POST /neutron/network HTTP/1.1" 200 809 0.036617 10.0.0.56 - - [2025-09-18 04:14:17] "GET /virtual-network/e446a1e5-b124-4d01-bd2d-e18fbf6f570c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.006197 10.0.0.41 - - [2025-09-18 04:14:18] "POST /ref-update HTTP/1.1" 200 156 0.087456 10.0.0.56 - - [2025-09-18 04:14:18] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.005653 10.0.0.56 - - [2025-09-18 04:14:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.001435 10.0.0.56 - - [2025-09-18 04:14:18] "POST /neutron/port HTTP/1.1" 200 2062 0.019185 10.0.0.41 - - [2025-09-18 04:14:19] "GET /projects?obj_uuids=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001081 10.0.0.56 - - [2025-09-18 04:14:19] "GET /project/0a1e7454-93bc-4746-b98c-6e3a6282a39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.066188 10.0.0.56 - - [2025-09-18 04:14:19] "POST /neutron/network HTTP/1.1" 200 886 0.037955 10.0.0.56 - - [2025-09-18 04:14:20] "POST /neutron/port HTTP/1.1" 200 117 0.007440 10.0.0.41 - - [2025-09-18 04:14:20] "GET /projects?obj_uuids=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001034 10.0.0.56 - - [2025-09-18 04:14:20] "POST /neutron/port HTTP/1.1" 200 1061 0.378034 10.0.0.56 - - [2025-09-18 04:14:21] "POST /neutron/port HTTP/1.1" 200 1115 0.123130 10.0.0.56 - - [2025-09-18 04:14:21] "POST /neutron/subnet HTTP/1.1" 200 646 0.011493 10.0.0.56 - - [2025-09-18 04:14:25] "POST /neutron/port HTTP/1.1" 200 1089 0.015336 10.0.0.56 - - [2025-09-18 04:14:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008340 10.0.0.56 - - [2025-09-18 04:14:25] "POST /neutron/port HTTP/1.1" 200 1089 0.017079 10.0.0.56 - - [2025-09-18 04:14:25] "GET /virtual-machine/efa300aa-9dfd-4fef-8ce9-996faabf9f65 HTTP/1.1" 200 1294 0.031499 10.0.0.56 - - [2025-09-18 04:14:25] "GET /virtual-machine/efa300aa-9dfd-4fef-8ce9-996faabf9f65 HTTP/1.1" 200 1294 0.004065 10.0.0.56 - - [2025-09-18 04:14:25] "GET /virtual-machine-interface/20405166-5e1b-4ebf-8642-8166a1e97b4b HTTP/1.1" 200 2947 0.005819 10.0.0.56 - - [2025-09-18 04:14:25] "GET /virtual-machine/efa300aa-9dfd-4fef-8ce9-996faabf9f65 HTTP/1.1" 200 1294 0.004077 10.0.0.56 - - [2025-09-18 04:14:25] "GET /virtual-machine-interface/20405166-5e1b-4ebf-8642-8166a1e97b4b HTTP/1.1" 200 2947 0.005810 10.0.0.56 - - [2025-09-18 04:14:25] "GET /instance-ip/7f09830a-1128-41e3-9924-0d078ebfebdb HTTP/1.1" 200 1623 0.006782 10.0.0.56 - - [2025-09-18 04:14:25] "GET /virtual-machine/efa300aa-9dfd-4fef-8ce9-996faabf9f65 HTTP/1.1" 200 1294 0.009343 10.0.0.56 - - [2025-09-18 04:14:25] "GET /virtual-machine-interface/20405166-5e1b-4ebf-8642-8166a1e97b4b HTTP/1.1" 200 2947 0.005968 10.0.0.56 - - [2025-09-18 04:14:25] "GET /instance-ip/7f09830a-1128-41e3-9924-0d078ebfebdb HTTP/1.1" 200 1623 0.005631 10.0.0.56 - - [2025-09-18 04:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.56 - - [2025-09-18 04:14:25] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003963 10.0.0.56 - - [2025-09-18 04:14:25] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003336 10.0.0.56 - - [2025-09-18 04:14:25] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.006438 10.0.0.56 - - [2025-09-18 04:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.56 - - [2025-09-18 04:14:25] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004335 10.0.0.56 - - [2025-09-18 04:14:25] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005409 10.0.0.56 - - [2025-09-18 04:14:25] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.006364 10.0.0.56 - - [2025-09-18 04:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.56 - - [2025-09-18 04:14:26] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004678 10.0.0.56 - - [2025-09-18 04:14:26] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004095 10.0.0.56 - - [2025-09-18 04:14:26] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.006354 10.0.0.56 - - [2025-09-18 04:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005012 10.0.0.56 - - [2025-09-18 04:14:26] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.011278 10.0.0.56 - - [2025-09-18 04:14:26] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003844 10.0.0.56 - - [2025-09-18 04:14:26] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.008777 10.0.0.56 - - [2025-09-18 04:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004751 10.0.0.56 - - [2025-09-18 04:14:26] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005793 10.0.0.56 - - [2025-09-18 04:14:26] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.006215 10.0.0.56 - - [2025-09-18 04:14:26] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.007208 10.0.0.56 - - [2025-09-18 04:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.56 - - [2025-09-18 04:14:29] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.005760 10.0.0.56 - - [2025-09-18 04:14:31] "POST /neutron/port HTTP/1.1" 200 1089 0.046383 10.0.0.56 - - [2025-09-18 04:14:31] "POST /neutron/subnet HTTP/1.1" 200 646 0.009225 10.0.0.56 - - [2025-09-18 04:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004663 10.0.0.56 - - [2025-09-18 04:14:33] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.006708 10.0.0.56 - - [2025-09-18 04:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.56 - - [2025-09-18 04:14:37] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.005201 10.0.0.56 - - [2025-09-18 04:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.56 - - [2025-09-18 04:14:41] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.005805 10.0.0.56 - - [2025-09-18 04:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.56 - - [2025-09-18 04:14:45] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.005939 10.0.0.56 - - [2025-09-18 04:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.56 - - [2025-09-18 04:14:49] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.005639 10.0.0.56 - - [2025-09-18 04:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.56 - - [2025-09-18 04:14:54] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.005748 10.0.0.56 - - [2025-09-18 04:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.56 - - [2025-09-18 04:14:58] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.005733 10.0.0.56 - - [2025-09-18 04:14:58] "GET /obj-perms HTTP/1.1" 200 5056 0.059220 10.0.0.56 - - [2025-09-18 04:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.56 - - [2025-09-18 04:15:02] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.006284 10.0.0.56 - - [2025-09-18 04:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004515 10.0.0.56 - - [2025-09-18 04:15:04] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004164 10.0.0.56 - - [2025-09-18 04:15:04] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004225 10.0.0.56 - - [2025-09-18 04:15:04] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.006809 10.0.0.56 - - [2025-09-18 04:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.56 - - [2025-09-18 04:15:04] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.010801 10.0.0.56 - - [2025-09-18 04:15:04] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004331 10.0.0.56 - - [2025-09-18 04:15:04] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.007060 10.0.0.56 - - [2025-09-18 04:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.56 - - [2025-09-18 04:15:04] "GET /routing-instance/47ac12e7-92e7-45d0-8989-7225debe3778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005139 10.0.0.56 - - [2025-09-18 04:15:04] "GET /route-target/d6c09707-87e8-4b59-8e2c-ceeb28f61504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003946 10.0.0.56 - - [2025-09-18 04:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.56 - - [2025-09-18 04:15:04] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003963 10.0.0.56 - - [2025-09-18 04:15:04] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003115 10.0.0.56 - - [2025-09-18 04:15:04] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.006548 10.0.0.56 - - [2025-09-18 04:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.56 - - [2025-09-18 04:15:04] "GET /routing-instance/47ac12e7-92e7-45d0-8989-7225debe3778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004772 10.0.0.56 - - [2025-09-18 04:15:04] "GET /route-target/d6c09707-87e8-4b59-8e2c-ceeb28f61504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004499 10.0.0.56 - - [2025-09-18 04:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.56 - - [2025-09-18 04:15:05] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005050 10.0.0.56 - - [2025-09-18 04:15:05] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004015 10.0.0.56 - - [2025-09-18 04:15:05] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.006858 10.0.0.56 - - [2025-09-18 04:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.56 - - [2025-09-18 04:15:05] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004744 10.0.0.56 - - [2025-09-18 04:15:05] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004611 10.0.0.56 - - [2025-09-18 04:15:05] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.005563 10.0.0.56 - - [2025-09-18 04:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.56 - - [2025-09-18 04:15:05] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005245 10.0.0.56 - - [2025-09-18 04:15:05] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004056 10.0.0.56 - - [2025-09-18 04:15:05] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.007173 10.0.0.41 - - [2025-09-18 04:15:05] "GET /obj-perms HTTP/1.1" 200 5032 0.057230 10.0.0.56 - - [2025-09-18 04:15:05] "GET /obj-perms HTTP/1.1" 200 5032 0.005743 10.0.0.22 - - [2025-09-18 04:15:05] "GET /obj-perms HTTP/1.1" 200 5032 0.060930 10.0.0.56 - - [2025-09-18 04:15:05] "GET /obj-perms HTTP/1.1" 200 5032 0.005039 10.0.0.41 - - [2025-09-18 04:15:06] "GET /obj-perms HTTP/1.1" 200 5032 0.003841 10.0.0.56 - - [2025-09-18 04:15:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.001232 10.0.0.56 - - [2025-09-18 04:15:06] "POST /neutron/port HTTP/1.1" 200 3034 0.017699 10.0.0.41 - - [2025-09-18 04:15:07] "GET /projects?obj_uuids=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000928 10.0.0.56 - - [2025-09-18 04:15:07] "GET /project/0a1e7454-93bc-4746-b98c-6e3a6282a39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.080291 10.0.0.56 - - [2025-09-18 04:15:07] "POST /neutron/network HTTP/1.1" 200 886 0.007704 10.0.0.56 - - [2025-09-18 04:15:07] "POST /neutron/port HTTP/1.1" 200 117 0.007749 10.0.0.41 - - [2025-09-18 04:15:07] "GET /projects?obj_uuids=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001141 10.0.0.56 - - [2025-09-18 04:15:08] "POST /neutron/port HTTP/1.1" 200 1061 0.339008 10.0.0.56 - - [2025-09-18 04:15:08] "POST /neutron/port HTTP/1.1" 200 1115 0.121680 10.0.0.56 - - [2025-09-18 04:15:08] "POST /neutron/subnet HTTP/1.1" 200 646 0.010544 10.0.0.56 - - [2025-09-18 04:15:12] "POST /neutron/port HTTP/1.1" 200 1089 0.016333 10.0.0.56 - - [2025-09-18 04:15:15] "POST /neutron/port HTTP/1.1" 200 1089 0.017348 10.0.0.56 - - [2025-09-18 04:15:15] "POST /neutron/subnet HTTP/1.1" 200 646 0.010961 10.0.0.56 - - [2025-09-18 04:15:15] "POST /neutron/port HTTP/1.1" 200 1089 0.042964 10.0.0.56 - - [2025-09-18 04:15:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008351 10.0.0.56 - - [2025-09-18 04:15:22] "POST /neutron/port HTTP/1.1" 200 1089 0.025165 10.0.0.56 - - [2025-09-18 04:15:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008210 10.0.0.56 - - [2025-09-18 04:15:23] "GET /virtual-machine/aa0589b4-e453-4ba8-b9a8-c4e93ec92bda HTTP/1.1" 200 1294 0.006695 10.0.0.56 - - [2025-09-18 04:15:23] "GET /virtual-machine/aa0589b4-e453-4ba8-b9a8-c4e93ec92bda HTTP/1.1" 200 1294 0.004310 10.0.0.56 - - [2025-09-18 04:15:23] "GET /virtual-machine-interface/0aba7ca4-11ce-4dae-836a-d3f9a35d1c43 HTTP/1.1" 200 2946 0.006902 10.0.0.56 - - [2025-09-18 04:15:23] "GET /virtual-machine/aa0589b4-e453-4ba8-b9a8-c4e93ec92bda HTTP/1.1" 200 1294 0.003646 10.0.0.56 - - [2025-09-18 04:15:23] "GET /virtual-machine-interface/0aba7ca4-11ce-4dae-836a-d3f9a35d1c43 HTTP/1.1" 200 2946 0.005602 10.0.0.56 - - [2025-09-18 04:15:23] "GET /instance-ip/906a53f7-c4ff-4aeb-9a78-ca818184f27a HTTP/1.1" 200 1624 0.006791 10.0.0.56 - - [2025-09-18 04:15:23] "GET /virtual-machine/aa0589b4-e453-4ba8-b9a8-c4e93ec92bda HTTP/1.1" 200 1294 0.004500 10.0.0.56 - - [2025-09-18 04:15:23] "GET /virtual-machine-interface/0aba7ca4-11ce-4dae-836a-d3f9a35d1c43 HTTP/1.1" 200 2946 0.006492 10.0.0.56 - - [2025-09-18 04:15:23] "GET /instance-ip/906a53f7-c4ff-4aeb-9a78-ca818184f27a HTTP/1.1" 200 1624 0.004340 10.0.0.56 - - [2025-09-18 04:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.56 - - [2025-09-18 04:15:23] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005279 10.0.0.56 - - [2025-09-18 04:15:23] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003729 10.0.0.56 - - [2025-09-18 04:15:23] "GET /virtual-network/81b38e96-1391-45f9-9c28-5b67dd101541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006553 10.0.0.56 - - [2025-09-18 04:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006412 10.0.0.56 - - [2025-09-18 04:15:23] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004009 10.0.0.56 - - [2025-09-18 04:15:23] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004150 10.0.0.56 - - [2025-09-18 04:15:23] "GET /virtual-network/81b38e96-1391-45f9-9c28-5b67dd101541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007340 10.0.0.56 - - [2025-09-18 04:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294 10.0.0.56 - - [2025-09-18 04:15:23] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004705 10.0.0.56 - - [2025-09-18 04:15:23] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003948 10.0.0.56 - - [2025-09-18 04:15:23] "GET /virtual-network/81b38e96-1391-45f9-9c28-5b67dd101541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005636 10.0.0.56 - - [2025-09-18 04:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.56 - - [2025-09-18 04:15:23] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005238 10.0.0.56 - - [2025-09-18 04:15:23] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003435 10.0.0.56 - - [2025-09-18 04:15:23] "GET /virtual-network/81b38e96-1391-45f9-9c28-5b67dd101541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.008460 10.0.0.56 - - [2025-09-18 04:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004325 10.0.0.56 - - [2025-09-18 04:15:23] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004613 10.0.0.56 - - [2025-09-18 04:15:23] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003468 10.0.0.56 - - [2025-09-18 04:15:24] "GET /virtual-network/81b38e96-1391-45f9-9c28-5b67dd101541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006843 10.0.0.56 - - [2025-09-18 04:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.56 - - [2025-09-18 04:15:27] "GET /virtual-network/81b38e96-1391-45f9-9c28-5b67dd101541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005752 10.0.0.56 - - [2025-09-18 04:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.56 - - [2025-09-18 04:15:31] "GET /virtual-network/81b38e96-1391-45f9-9c28-5b67dd101541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006042 10.0.0.56 - - [2025-09-18 04:15:32] "POST /neutron/port HTTP/1.1" 200 1089 0.016961 10.0.0.56 - - [2025-09-18 04:15:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004979 10.0.0.56 - - [2025-09-18 04:15:32] "POST /neutron/network HTTP/1.1" 200 886 0.007896 10.0.0.56 - - [2025-09-18 04:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.56 - - [2025-09-18 04:15:35] "GET /virtual-network/81b38e96-1391-45f9-9c28-5b67dd101541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005943 10.0.0.56 - - [2025-09-18 04:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.56 - - [2025-09-18 04:15:39] "GET /virtual-network/81b38e96-1391-45f9-9c28-5b67dd101541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005638 10.0.0.56 - - [2025-09-18 04:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.56 - - [2025-09-18 04:15:43] "GET /virtual-network/81b38e96-1391-45f9-9c28-5b67dd101541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005553 10.0.0.56 - - [2025-09-18 04:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.56 - - [2025-09-18 04:15:47] "GET /virtual-network/81b38e96-1391-45f9-9c28-5b67dd101541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007475 10.0.0.56 - - [2025-09-18 04:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.56 - - [2025-09-18 04:15:51] "GET /virtual-network/81b38e96-1391-45f9-9c28-5b67dd101541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006231 10.0.0.56 - - [2025-09-18 04:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.56 - - [2025-09-18 04:15:55] "GET /virtual-network/81b38e96-1391-45f9-9c28-5b67dd101541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005426 10.0.0.56 - - [2025-09-18 04:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.56 - - [2025-09-18 04:15:59] "GET /virtual-network/81b38e96-1391-45f9-9c28-5b67dd101541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006338 10.0.0.56 - - [2025-09-18 04:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.56 - - [2025-09-18 04:16:03] "GET /virtual-network/81b38e96-1391-45f9-9c28-5b67dd101541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007116 10.0.0.56 - - [2025-09-18 04:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005392 10.0.0.56 - - [2025-09-18 04:16:06] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004060 10.0.0.56 - - [2025-09-18 04:16:06] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003330 10.0.0.56 - - [2025-09-18 04:16:06] "GET /virtual-network/81b38e96-1391-45f9-9c28-5b67dd101541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006097 10.0.0.56 - - [2025-09-18 04:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.56 - - [2025-09-18 04:16:06] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004132 10.0.0.56 - - [2025-09-18 04:16:06] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003404 10.0.0.56 - - [2025-09-18 04:16:06] "GET /virtual-network/81b38e96-1391-45f9-9c28-5b67dd101541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006814 10.0.0.56 - - [2025-09-18 04:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286 10.0.0.56 - - [2025-09-18 04:16:06] "GET /routing-instance/ebaa7738-37be-48f5-920d-e73acd625479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.005496 10.0.0.56 - - [2025-09-18 04:16:06] "GET /route-target/05c128c4-f787-4a1f-b81d-481c4b83cea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004155 10.0.0.56 - - [2025-09-18 04:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.56 - - [2025-09-18 04:16:06] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003697 10.0.0.56 - - [2025-09-18 04:16:06] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002708 10.0.0.56 - - [2025-09-18 04:16:06] "GET /virtual-network/81b38e96-1391-45f9-9c28-5b67dd101541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006044 10.0.0.56 - - [2025-09-18 04:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.56 - - [2025-09-18 04:16:06] "GET /routing-instance/ebaa7738-37be-48f5-920d-e73acd625479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.003977 10.0.0.56 - - [2025-09-18 04:16:06] "GET /route-target/05c128c4-f787-4a1f-b81d-481c4b83cea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003899 10.0.0.56 - - [2025-09-18 04:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004974 10.0.0.56 - - [2025-09-18 04:16:06] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004717 10.0.0.56 - - [2025-09-18 04:16:06] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005054 10.0.0.56 - - [2025-09-18 04:16:06] "GET /virtual-network/81b38e96-1391-45f9-9c28-5b67dd101541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005838 10.0.0.56 - - [2025-09-18 04:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.56 - - [2025-09-18 04:16:06] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004348 10.0.0.56 - - [2025-09-18 04:16:06] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003328 10.0.0.56 - - [2025-09-18 04:16:06] "GET /virtual-network/81b38e96-1391-45f9-9c28-5b67dd101541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005769 10.0.0.56 - - [2025-09-18 04:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.56 - - [2025-09-18 04:16:07] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004513 10.0.0.56 - - [2025-09-18 04:16:07] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003004 10.0.0.56 - - [2025-09-18 04:16:07] "GET /virtual-network/81b38e96-1391-45f9-9c28-5b67dd101541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006275 10.0.0.56 - - [2025-09-18 04:16:07] "GET /obj-perms HTTP/1.1" 200 5032 0.003939 10.0.0.41 - - [2025-09-18 04:16:07] "GET /obj-perms HTTP/1.1" 200 5032 0.003341 10.0.0.56 - - [2025-09-18 04:16:07] "GET /obj-perms HTTP/1.1" 200 5032 0.004098 10.0.0.22 - - [2025-09-18 04:16:07] "GET /obj-perms HTTP/1.1" 200 5032 0.004148 10.0.0.56 - - [2025-09-18 04:16:07] "GET /obj-perms HTTP/1.1" 200 5032 0.004055 10.0.0.56 - - [2025-09-18 04:16:07] "GET /virtual-machine/efa300aa-9dfd-4fef-8ce9-996faabf9f65 HTTP/1.1" 200 1294 0.004829 10.0.0.56 - - [2025-09-18 04:16:07] "GET /virtual-machine-interface/20405166-5e1b-4ebf-8642-8166a1e97b4b HTTP/1.1" 200 2947 0.005663 10.0.0.56 - - [2025-09-18 04:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.56 - - [2025-09-18 04:16:07] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004280 10.0.0.56 - - [2025-09-18 04:16:07] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003571 10.0.0.56 - - [2025-09-18 04:16:07] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.005932 10.0.0.56 - - [2025-09-18 04:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.56 - - [2025-09-18 04:16:08] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003903 10.0.0.56 - - [2025-09-18 04:16:08] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002970 10.0.0.56 - - [2025-09-18 04:16:08] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.006482 10.0.0.56 - - [2025-09-18 04:16:08] "GET /virtual-machine/aa0589b4-e453-4ba8-b9a8-c4e93ec92bda HTTP/1.1" 200 1294 0.004567 10.0.0.56 - - [2025-09-18 04:16:08] "GET /virtual-machine-interface/0aba7ca4-11ce-4dae-836a-d3f9a35d1c43 HTTP/1.1" 200 2946 0.005443 10.0.0.56 - - [2025-09-18 04:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.56 - - [2025-09-18 04:16:09] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005543 10.0.0.56 - - [2025-09-18 04:16:09] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003199 10.0.0.56 - - [2025-09-18 04:16:09] "GET /virtual-network/81b38e96-1391-45f9-9c28-5b67dd101541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006080 10.0.0.56 - - [2025-09-18 04:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.56 - - [2025-09-18 04:16:10] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004165 10.0.0.56 - - [2025-09-18 04:16:10] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003411 10.0.0.56 - - [2025-09-18 04:16:10] "GET /virtual-network/81b38e96-1391-45f9-9c28-5b67dd101541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.010685 10.0.0.56 - - [2025-09-18 04:16:14] "POST /neutron/port HTTP/1.1" 200 1089 0.029015 10.0.0.56 - - [2025-09-18 04:16:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007821 10.0.0.56 - - [2025-09-18 04:16:16] "POST /neutron/network HTTP/1.1" 200 896 0.006590 10.0.0.56 - - [2025-09-18 04:16:16] "POST /neutron/port HTTP/1.1" 200 117 0.001046 10.0.0.56 - - [2025-09-18 04:16:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009645 10.0.0.56 - - [2025-09-18 04:16:33] "POST /neutron/network HTTP/1.1" 200 896 0.007709 10.0.0.56 - - [2025-09-18 04:16:33] "POST /neutron/port HTTP/1.1" 200 117 0.001102 10.0.0.22 - - [2025-09-18 04:16:59] "GET /global-system-configs HTTP/1.1" 200 322 0.140790 10.0.0.41 - - [2025-09-18 04:16:59] "GET /obj-perms HTTP/1.1" 200 5056 0.178622 10.0.0.22 - - [2025-09-18 04:16:59] "GET /obj-perms HTTP/1.1" 200 5056 0.204493 10.0.0.41 - - [2025-09-18 04:16:59] "GET /global-system-configs HTTP/1.1" 200 322 0.101854 10.0.0.41 - - [2025-09-18 04:17:00] "GET /global-system-configs HTTP/1.1" 200 322 0.133269 10.0.0.22 - - [2025-09-18 04:17:00] "GET /global-system-configs HTTP/1.1" 200 322 0.276225 10.0.0.56 - - [2025-09-18 04:17:00] "GET /obj-perms HTTP/1.1" 200 5056 0.306348 10.0.0.41 - - [2025-09-18 04:17:00] "GET /obj-perms HTTP/1.1" 200 5056 0.353079 10.0.0.22 - - [2025-09-18 04:17:00] "GET /obj-perms HTTP/1.1" 200 5056 0.450377 10.0.0.56 - - [2025-09-18 04:17:01] "GET /global-system-configs HTTP/1.1" 200 322 0.035167 10.0.0.56 - - [2025-09-18 04:17:02] "GET /global-system-configs HTTP/1.1" 200 322 0.089570 10.0.0.56 - - [2025-09-18 04:17:02] "GET /obj-perms HTTP/1.1" 200 5056 0.186374 10.0.0.22 - - [2025-09-18 04:17:02] "GET /obj-perms HTTP/1.1" 200 5056 0.212266 10.0.0.41 - - [2025-09-18 04:17:02] "GET /obj-perms HTTP/1.1" 200 5056 0.235423 10.0.0.56 - - [2025-09-18 04:17:08] "GET /virtual-machine/aa0589b4-e453-4ba8-b9a8-c4e93ec92bda HTTP/1.1" 200 1294 0.005412 10.0.0.56 - - [2025-09-18 04:17:09] "POST /neutron/port HTTP/1.1" 200 1115 0.013176 10.0.0.56 - - [2025-09-18 04:17:10] "GET /virtual-machine/aa0589b4-e453-4ba8-b9a8-c4e93ec92bda HTTP/1.1" 404 171 0.003960 10.0.0.56 - - [2025-09-18 04:17:10] "GET /virtual-machine/aa0589b4-e453-4ba8-b9a8-c4e93ec92bda HTTP/1.1" 404 171 0.055984 10.0.0.56 - - [2025-09-18 04:17:10] "GET /virtual-machine/aa0589b4-e453-4ba8-b9a8-c4e93ec92bda HTTP/1.1" 404 171 0.003356 10.0.0.56 - - [2025-09-18 04:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.56 - - [2025-09-18 04:17:11] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004539 10.0.0.56 - - [2025-09-18 04:17:11] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003995 10.0.0.56 - - [2025-09-18 04:17:11] "GET /virtual-network/81b38e96-1391-45f9-9c28-5b67dd101541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007661 10.0.0.56 - - [2025-09-18 04:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.56 - - [2025-09-18 04:17:11] "GET /routing-instance/ebaa7738-37be-48f5-920d-e73acd625479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.005370 10.0.0.56 - - [2025-09-18 04:17:11] "GET /route-target/05c128c4-f787-4a1f-b81d-481c4b83cea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004316 10.0.0.56 - - [2025-09-18 04:17:17] "GET /obj-perms HTTP/1.1" 200 5032 0.003758 10.0.0.22 - - [2025-09-18 04:17:17] "GET /obj-perms HTTP/1.1" 200 5032 0.004271 10.0.0.56 - - [2025-09-18 04:17:18] "POST /neutron/port HTTP/1.1" 200 1089 0.015723 10.0.0.56 - - [2025-09-18 04:17:18] "POST /neutron/subnet HTTP/1.1" 200 646 0.009150 10.0.0.56 - - [2025-09-18 04:17:27] "GET /obj-perms HTTP/1.1" 200 5032 0.004900 10.0.0.22 - - [2025-09-18 04:17:27] "GET /obj-perms HTTP/1.1" 200 5032 0.004501 10.0.0.56 - - [2025-09-18 04:17:33] "POST /neutron/port HTTP/1.1" 200 1089 0.017654 10.0.0.56 - - [2025-09-18 04:17:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004392 10.0.0.56 - - [2025-09-18 04:17:33] "POST /neutron/network HTTP/1.1" 200 886 0.006908 10.0.0.56 - - [2025-09-18 04:17:36] "GET /obj-perms HTTP/1.1" 200 5032 0.004012 10.0.0.22 - - [2025-09-18 04:17:36] "GET /obj-perms HTTP/1.1" 200 5032 0.004214 10.0.0.56 - - [2025-09-18 04:17:36] "GET /virtual-machine/efa300aa-9dfd-4fef-8ce9-996faabf9f65 HTTP/1.1" 200 1294 0.004669 10.0.0.56 - - [2025-09-18 04:17:37] "POST /neutron/port HTTP/1.1" 200 151 0.185915 10.0.0.56 - - [2025-09-18 04:17:38] "GET /virtual-machine/efa300aa-9dfd-4fef-8ce9-996faabf9f65 HTTP/1.1" 404 171 0.003673 10.0.0.56 - - [2025-09-18 04:17:38] "GET /virtual-machine/efa300aa-9dfd-4fef-8ce9-996faabf9f65 HTTP/1.1" 404 171 0.003408 10.0.0.56 - - [2025-09-18 04:17:38] "GET /virtual-machine/efa300aa-9dfd-4fef-8ce9-996faabf9f65 HTTP/1.1" 404 171 0.003278 10.0.0.56 - - [2025-09-18 04:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.56 - - [2025-09-18 04:17:39] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004593 10.0.0.56 - - [2025-09-18 04:17:39] "GET /virtual-networks?parent_id=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003978 10.0.0.56 - - [2025-09-18 04:17:39] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.006059 10.0.0.56 - - [2025-09-18 04:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.56 - - [2025-09-18 04:17:39] "GET /routing-instance/47ac12e7-92e7-45d0-8989-7225debe3778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005383 10.0.0.56 - - [2025-09-18 04:17:39] "GET /route-target/d6c09707-87e8-4b59-8e2c-ceeb28f61504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004213 10.0.0.56 - - [2025-09-18 04:17:39] "GET /obj-perms HTTP/1.1" 200 5032 0.004115 10.0.0.22 - - [2025-09-18 04:17:42] "GET /obj-perms HTTP/1.1" 200 5032 0.005438 10.0.0.56 - - [2025-09-18 04:17:48] "GET /obj-perms HTTP/1.1" 200 5032 0.003966 10.0.0.22 - - [2025-09-18 04:17:51] "GET /obj-perms HTTP/1.1" 200 5032 0.004369 10.0.0.56 - - [2025-09-18 04:17:57] "GET /obj-perms HTTP/1.1" 200 5032 0.004543 10.0.0.22 - - [2025-09-18 04:17:58] "GET /obj-perms HTTP/1.1" 200 5032 0.003610 10.0.0.41 - - [2025-09-18 04:17:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004083 10.0.0.41 - - [2025-09-18 04:17:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004568 10.0.0.56 - - [2025-09-18 04:17:58] "DELETE /virtual-network/e446a1e5-b124-4d01-bd2d-e18fbf6f570c HTTP/1.1" 200 115 0.148453 10.0.0.56 - - [2025-09-18 04:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004405 10.0.0.56 - - [2025-09-18 04:17:58] "GET /network-policy/744f5d4c-2c8a-4edd-86a2-099395977ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.004619 10.0.0.56 - - [2025-09-18 04:17:58] "POST /ref-update HTTP/1.1" 200 156 0.058388 10.0.0.41 - - [2025-09-18 04:17:58] "DELETE /access-control-list/59966d81-54ea-4e69-8ef3-d7cbe476ecdb HTTP/1.1" 200 115 0.053482 10.0.0.56 - - [2025-09-18 04:17:58] "GET /virtual-network/81b38e96-1391-45f9-9c28-5b67dd101541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.008294 10.0.0.56 - - [2025-09-18 04:17:58] "DELETE /virtual-network/81b38e96-1391-45f9-9c28-5b67dd101541 HTTP/1.1" 409 248 0.015141 10.0.0.56 - - [2025-09-18 04:17:58] "POST /neutron/port HTTP/1.1" 200 1115 0.013773 10.0.0.56 - - [2025-09-18 04:17:59] "POST /neutron/port HTTP/1.1" 200 1115 0.024456 10.0.0.41 - - [2025-09-18 04:18:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003677 10.0.0.41 - - [2025-09-18 04:18:00] "POST /useragent-kv HTTP/1.1" 200 115 0.004156 10.0.0.56 - - [2025-09-18 04:18:00] "DELETE /virtual-network/81b38e96-1391-45f9-9c28-5b67dd101541 HTTP/1.1" 200 115 0.153287 10.0.0.41 - - [2025-09-18 04:18:00] "DELETE /route-target/05c128c4-f787-4a1f-b81d-481c4b83cea1 HTTP/1.1" 200 115 0.029013 10.0.0.56 - - [2025-09-18 04:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004320 10.0.0.56 - - [2025-09-18 04:18:01] "GET /network-policy/f320a57c-7186-4479-a6d1-ce9597c4cf0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005564 10.0.0.56 - - [2025-09-18 04:18:01] "POST /ref-update HTTP/1.1" 200 156 0.078531 10.0.0.56 - - [2025-09-18 04:18:01] "GET /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1930 0.009846 10.0.0.41 - - [2025-09-18 04:18:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003202 10.0.0.41 - - [2025-09-18 04:18:01] "POST /useragent-kv HTTP/1.1" 200 115 0.009589 10.0.0.56 - - [2025-09-18 04:18:01] "DELETE /virtual-network/6c7b9b58-48e3-40ad-806a-5420ca267106 HTTP/1.1" 200 115 0.151136 10.0.0.56 - - [2025-09-18 04:18:01] "GET /obj-perms HTTP/1.1" 200 5056 0.125527 10.0.0.41 - - [2025-09-18 04:18:01] "DELETE /route-target/d6c09707-87e8-4b59-8e2c-ceeb28f61504 HTTP/1.1" 200 115 0.035461 10.0.0.56 - - [2025-09-18 04:18:01] "DELETE /network-policy/744f5d4c-2c8a-4edd-86a2-099395977ceb HTTP/1.1" 200 115 0.041598 10.0.0.56 - - [2025-09-18 04:18:01] "DELETE /network-policy/f320a57c-7186-4479-a6d1-ce9597c4cf0f HTTP/1.1" 200 115 0.034101 10.0.0.41 - - [2025-09-18 04:18:40] "GET /projects?obj_uuids=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001294 10.0.0.56 - - [2025-09-18 04:18:40] "GET /project/0a1e7454-93bc-4746-b98c-6e3a6282a39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.092528 10.0.0.41 - - [2025-09-18 04:18:40] "GET /projects?obj_uuids=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000924 10.0.0.56 - - [2025-09-18 04:18:40] "GET /project/0a1e7454-93bc-4746-b98c-6e3a6282a39d?fields=virtual_networks HTTP/1.1" 200 1032 0.041951 10.0.0.41 - - [2025-09-18 04:18:40] "GET /projects?obj_uuids=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001068 10.0.0.56 - - [2025-09-18 04:18:40] "GET /project/0a1e7454-93bc-4746-b98c-6e3a6282a39d?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.042265 10.0.0.41 - - [2025-09-18 04:18:40] "GET /projects?obj_uuids=0a1e7454-93bc-4746-b98c-6e3a6282a39d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001102 10.0.0.56 - - [2025-09-18 04:18:40] "GET /project/0a1e7454-93bc-4746-b98c-6e3a6282a39d?fields=security_groups HTTP/1.1" 200 1259 0.056123 10.0.0.56 - - [2025-09-18 04:18:41] "POST /fqname-to-id HTTP/1.1" 404 188 0.027972 10.0.0.41 - - [2025-09-18 04:18:41] "GET /projects?obj_uuids=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003416 10.0.0.41 - - [2025-09-18 04:18:41] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001066 10.0.0.41 - - [2025-09-18 04:18:41] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010598 10.0.0.41 - - [2025-09-18 04:18:41] "POST /id-to-fqname HTTP/1.1" 200 190 0.001600 10.0.0.41 - - [2025-09-18 04:18:41] "POST /fqname-to-id HTTP/1.1" 404 199 0.004931 10.0.0.41 - - [2025-09-18 04:18:41] "POST /security-groups HTTP/1.1" 200 591 0.078564 10.0.0.41 - - [2025-09-18 04:18:41] "POST /projects HTTP/1.1" 200 585 0.286002 10.0.0.41 - - [2025-09-18 04:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.320178 10.0.0.41 - - [2025-09-18 04:18:41] "POST /fqname-to-id HTTP/1.1" 404 233 0.006239 10.0.0.56 - - [2025-09-18 04:18:41] "GET /project/932652e1-1139-4efd-8a54-4cb5dc16c5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.471358 10.0.0.56 - - [2025-09-18 04:18:43] "GET / HTTP/1.1" 200 35931 0.001327 10.0.0.56 - - [2025-09-18 04:18:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000510 10.0.0.56 - - [2025-09-18 04:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.062181 10.0.0.41 - - [2025-09-18 04:18:45] "GET /projects?obj_uuids=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000998 10.0.0.56 - - [2025-09-18 04:18:45] "GET /project/932652e1-1139-4efd-8a54-4cb5dc16c5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.048513 10.0.0.56 - - [2025-09-18 04:18:45] "POST /neutron/network HTTP/1.1" 200 117 0.035734 10.0.0.41 - - [2025-09-18 04:18:45] "POST /ref-update HTTP/1.1" 200 156 0.034408 10.0.0.56 - - [2025-09-18 04:18:46] "POST /neutron/network HTTP/1.1" 200 826 0.009026 10.0.0.56 - - [2025-09-18 04:18:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001225 10.0.0.56 - - [2025-09-18 04:18:46] "GET /virtual-network/c9debe03-fc20-467a-b3cf-c018536e5f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006342 10.0.0.56 - - [2025-09-18 04:18:46] "GET /virtual-network/c9debe03-fc20-467a-b3cf-c018536e5f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005949 10.0.0.56 - - [2025-09-18 04:18:46] "POST /neutron/subnet HTTP/1.1" 200 734 0.009594 10.0.0.56 - - [2025-09-18 04:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.41 - - [2025-09-18 04:18:46] "GET /projects?obj_uuids=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001490 10.0.0.56 - - [2025-09-18 04:18:46] "GET /project/932652e1-1139-4efd-8a54-4cb5dc16c5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.053242 10.0.0.41 - - [2025-09-18 04:18:46] "POST /useragent-kv HTTP/1.1" 200 115 0.009292 10.0.0.56 - - [2025-09-18 04:18:46] "POST /neutron/subnet HTTP/1.1" 200 724 0.223807 10.0.0.56 - - [2025-09-18 04:18:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001192 10.0.0.56 - - [2025-09-18 04:18:46] "GET /virtual-network/85739699-fee3-4dee-8581-d179c4bc7354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005795 10.0.0.56 - - [2025-09-18 04:18:46] "GET /virtual-network/85739699-fee3-4dee-8581-d179c4bc7354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006097 10.0.0.56 - - [2025-09-18 04:18:46] "POST /neutron/network HTTP/1.1" 200 824 0.006923 10.0.0.56 - - [2025-09-18 04:18:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001248 10.0.0.41 - - [2025-09-18 04:18:48] "GET /projects?obj_uuids=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002384 10.0.0.56 - - [2025-09-18 04:18:48] "GET /project/932652e1-1139-4efd-8a54-4cb5dc16c5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.070326 10.0.0.56 - - [2025-09-18 04:18:48] "POST /neutron/network HTTP/1.1" 200 826 0.007366 10.0.0.56 - - [2025-09-18 04:18:48] "POST /id-to-fqname HTTP/1.1" 200 220 0.001353 10.0.0.56 - - [2025-09-18 04:18:48] "POST /neutron/port HTTP/1.1" 200 117 0.006693 10.0.0.41 - - [2025-09-18 04:18:48] "GET /projects?obj_uuids=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001262 10.0.0.56 - - [2025-09-18 04:18:49] "POST /neutron/port HTTP/1.1" 200 1062 0.305876 10.0.0.56 - - [2025-09-18 04:18:49] "POST /neutron/port HTTP/1.1" 200 1116 0.125852 10.0.0.41 - - [2025-09-18 04:18:49] "GET /projects?obj_uuids=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001087 10.0.0.56 - - [2025-09-18 04:18:49] "POST /neutron/subnet HTTP/1.1" 200 708 0.010567 10.0.0.56 - - [2025-09-18 04:18:49] "GET /project/932652e1-1139-4efd-8a54-4cb5dc16c5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.080386 10.0.0.56 - - [2025-09-18 04:18:49] "POST /neutron/network HTTP/1.1" 200 826 0.007931 10.0.0.56 - - [2025-09-18 04:18:49] "POST /neutron/port HTTP/1.1" 200 117 0.006541 10.0.0.56 - - [2025-09-18 04:18:50] "POST /neutron/network HTTP/1.1" 200 834 0.007044 10.0.0.56 - - [2025-09-18 04:18:50] "POST /neutron/port HTTP/1.1" 200 1060 0.014120 10.0.0.56 - - [2025-09-18 04:18:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005527 10.0.0.56 - - [2025-09-18 04:18:50] "POST /neutron/network HTTP/1.1" 200 824 0.007111 10.0.0.56 - - [2025-09-18 04:18:55] "POST /neutron/port HTTP/1.1" 200 1090 0.016389 10.0.0.56 - - [2025-09-18 04:18:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009778 10.0.0.56 - - [2025-09-18 04:18:55] "GET /virtual-machine/c292c206-d1bf-4ee3-a251-c236abe5c33b HTTP/1.1" 401 292 0.000547 10.0.0.56 - - [2025-09-18 04:18:55] "GET /virtual-machine/c292c206-d1bf-4ee3-a251-c236abe5c33b HTTP/1.1" 200 1293 0.035470 10.0.0.56 - - [2025-09-18 04:18:55] "GET /virtual-machine-interface/d31c3d30-d4a8-4e87-be7a-55d8993aa076 HTTP/1.1" 200 2941 0.006627 10.0.0.56 - - [2025-09-18 04:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.56 - - [2025-09-18 04:18:55] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004010 10.0.0.56 - - [2025-09-18 04:18:55] "GET /virtual-networks?parent_id=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003278 10.0.0.56 - - [2025-09-18 04:18:55] "GET /virtual-network/c9debe03-fc20-467a-b3cf-c018536e5f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006620 10.0.0.41 - - [2025-09-18 04:18:56] "DELETE /access-control-list/79bf49c4-5a40-4037-a134-d4ee5664a61c HTTP/1.1" 200 115 0.033334 10.0.0.56 - - [2025-09-18 04:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.56 - - [2025-09-18 04:18:58] "GET /virtual-network/c9debe03-fc20-467a-b3cf-c018536e5f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005711 10.0.0.56 - - [2025-09-18 04:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004377 10.0.0.56 - - [2025-09-18 04:19:00] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005028 10.0.0.56 - - [2025-09-18 04:19:00] "GET /virtual-networks?parent_id=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004093 10.0.0.56 - - [2025-09-18 04:19:00] "GET /virtual-network/c9debe03-fc20-467a-b3cf-c018536e5f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008049 10.0.0.56 - - [2025-09-18 04:19:01] "POST /neutron/port HTTP/1.1" 200 1090 0.019461 10.0.0.41 - - [2025-09-18 04:19:02] "GET /obj-perms HTTP/1.1" 200 5056 0.052381 10.0.0.56 - - [2025-09-18 04:19:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007420 10.0.0.56 - - [2025-09-18 04:19:06] "POST /neutron/port HTTP/1.1" 200 1088 0.019501 10.0.0.56 - - [2025-09-18 04:19:06] "GET /virtual-machine/0593549c-d928-4873-80b7-6d8aa5db5121 HTTP/1.1" 200 1290 0.006678 10.0.0.56 - - [2025-09-18 04:19:06] "GET /virtual-machine-interface/9e7f2fd2-cceb-4df0-8bbc-6fce1c1abf5f HTTP/1.1" 200 2941 0.005938 10.0.0.56 - - [2025-09-18 04:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.010468 10.0.0.56 - - [2025-09-18 04:19:06] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004154 10.0.0.56 - - [2025-09-18 04:19:06] "GET /virtual-networks?parent_id=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003864 10.0.0.56 - - [2025-09-18 04:19:06] "GET /virtual-network/85739699-fee3-4dee-8581-d179c4bc7354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005886 10.0.0.56 - - [2025-09-18 04:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.56 - - [2025-09-18 04:19:09] "GET /virtual-network/85739699-fee3-4dee-8581-d179c4bc7354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005907 10.0.0.56 - - [2025-09-18 04:19:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007264 10.0.0.56 - - [2025-09-18 04:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.56 - - [2025-09-18 04:19:11] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003847 10.0.0.56 - - [2025-09-18 04:19:11] "GET /virtual-networks?parent_id=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003381 10.0.0.56 - - [2025-09-18 04:19:12] "GET /virtual-network/85739699-fee3-4dee-8581-d179c4bc7354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006741 10.0.0.56 - - [2025-09-18 04:19:12] "GET /virtual-machine/c292c206-d1bf-4ee3-a251-c236abe5c33b HTTP/1.1" 200 1293 0.004441 10.0.0.56 - - [2025-09-18 04:19:12] "GET /virtual-machine-interface/d31c3d30-d4a8-4e87-be7a-55d8993aa076 HTTP/1.1" 200 2941 0.005963 10.0.0.56 - - [2025-09-18 04:19:12] "GET /virtual-machine/c292c206-d1bf-4ee3-a251-c236abe5c33b HTTP/1.1" 200 1293 0.004333 10.0.0.56 - - [2025-09-18 04:19:12] "GET /virtual-machine-interface/d31c3d30-d4a8-4e87-be7a-55d8993aa076 HTTP/1.1" 200 2941 0.005148 10.0.0.56 - - [2025-09-18 04:19:12] "GET /instance-ip/3b20759b-4988-4959-b32b-4b4c23ccc532 HTTP/1.1" 200 1622 0.012103 10.0.0.56 - - [2025-09-18 04:19:12] "GET /virtual-machine/c292c206-d1bf-4ee3-a251-c236abe5c33b HTTP/1.1" 200 1293 0.006280 10.0.0.56 - - [2025-09-18 04:19:12] "GET /virtual-machine-interface/d31c3d30-d4a8-4e87-be7a-55d8993aa076 HTTP/1.1" 200 2941 0.007225 10.0.0.56 - - [2025-09-18 04:19:12] "GET /instance-ip/3b20759b-4988-4959-b32b-4b4c23ccc532 HTTP/1.1" 200 1622 0.005149 10.0.0.41 - - [2025-09-18 04:19:12] "DELETE /project/0a1e7454-93bc-4746-b98c-6e3a6282a39d HTTP/1.1" 404 177 0.031516 10.0.0.56 - - [2025-09-18 04:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.56 - - [2025-09-18 04:19:12] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003880 10.0.0.56 - - [2025-09-18 04:19:12] "GET /virtual-networks?parent_id=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003466 10.0.0.41 - - [2025-09-18 04:19:12] "DELETE /project/932652e111394efd8a544cb5dc16c5b2 HTTP/1.1" 404 173 0.056859 10.0.0.56 - - [2025-09-18 04:19:12] "GET /virtual-network/c9debe03-fc20-467a-b3cf-c018536e5f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007345 10.0.0.56 - - [2025-09-18 04:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.56 - - [2025-09-18 04:19:12] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003940 10.0.0.56 - - [2025-09-18 04:19:12] "GET /virtual-networks?parent_id=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004459 10.0.0.56 - - [2025-09-18 04:19:12] "GET /virtual-network/c9debe03-fc20-467a-b3cf-c018536e5f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005372 10.0.0.56 - - [2025-09-18 04:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.56 - - [2025-09-18 04:19:12] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004504 10.0.0.56 - - [2025-09-18 04:19:12] "GET /virtual-networks?parent_id=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003257 10.0.0.56 - - [2025-09-18 04:19:12] "GET /virtual-network/c9debe03-fc20-467a-b3cf-c018536e5f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006218 10.0.0.56 - - [2025-09-18 04:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.56 - - [2025-09-18 04:19:12] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003901 10.0.0.56 - - [2025-09-18 04:19:12] "GET /virtual-networks?parent_id=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003433 10.0.0.56 - - [2025-09-18 04:19:12] "GET /virtual-network/c9debe03-fc20-467a-b3cf-c018536e5f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006311 10.0.0.56 - - [2025-09-18 04:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.56 - - [2025-09-18 04:19:12] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004417 10.0.0.56 - - [2025-09-18 04:19:12] "GET /virtual-networks?parent_id=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003899 10.0.0.56 - - [2025-09-18 04:19:13] "GET /virtual-network/c9debe03-fc20-467a-b3cf-c018536e5f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005925 10.0.0.56 - - [2025-09-18 04:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.56 - - [2025-09-18 04:19:13] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004755 10.0.0.56 - - [2025-09-18 04:19:13] "GET /virtual-networks?parent_id=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003294 10.0.0.56 - - [2025-09-18 04:19:13] "GET /virtual-network/c9debe03-fc20-467a-b3cf-c018536e5f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006270 10.0.0.56 - - [2025-09-18 04:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.56 - - [2025-09-18 04:19:13] "GET /routing-instance/08001eff-020f-4684-903f-69c466492fd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.004554 10.0.0.56 - - [2025-09-18 04:19:13] "GET /route-target/7317acff-8737-4955-a035-fe51f2a66211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004229 10.0.0.56 - - [2025-09-18 04:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.56 - - [2025-09-18 04:19:13] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004009 10.0.0.56 - - [2025-09-18 04:19:13] "GET /virtual-networks?parent_id=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003496 10.0.0.56 - - [2025-09-18 04:19:13] "GET /virtual-network/c9debe03-fc20-467a-b3cf-c018536e5f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006495 10.0.0.56 - - [2025-09-18 04:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.56 - - [2025-09-18 04:19:13] "GET /routing-instance/08001eff-020f-4684-903f-69c466492fd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.004454 10.0.0.56 - - [2025-09-18 04:19:13] "GET /route-target/7317acff-8737-4955-a035-fe51f2a66211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005278 10.0.0.56 - - [2025-09-18 04:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.56 - - [2025-09-18 04:19:13] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004350 10.0.0.56 - - [2025-09-18 04:19:13] "GET /virtual-networks?parent_id=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003737 10.0.0.56 - - [2025-09-18 04:19:13] "GET /virtual-network/c9debe03-fc20-467a-b3cf-c018536e5f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007620 10.0.0.56 - - [2025-09-18 04:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004448 10.0.0.56 - - [2025-09-18 04:19:13] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004708 10.0.0.56 - - [2025-09-18 04:19:13] "GET /virtual-networks?parent_id=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005643 10.0.0.56 - - [2025-09-18 04:19:13] "GET /virtual-network/c9debe03-fc20-467a-b3cf-c018536e5f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006668 10.0.0.56 - - [2025-09-18 04:19:14] "GET /obj-perms HTTP/1.1" 200 5030 0.052605 10.0.0.41 - - [2025-09-18 04:19:15] "GET /obj-perms HTTP/1.1" 200 5030 0.078739 10.0.0.56 - - [2025-09-18 04:19:15] "GET /obj-perms HTTP/1.1" 200 5030 0.003988 10.0.0.22 - - [2025-09-18 04:19:15] "GET /obj-perms HTTP/1.1" 200 5030 0.054219 10.0.0.56 - - [2025-09-18 04:19:15] "POST /neutron/port HTTP/1.1" 200 1088 0.018417 10.0.0.56 - - [2025-09-18 04:19:15] "GET /virtual-machine/0593549c-d928-4873-80b7-6d8aa5db5121 HTTP/1.1" 200 1290 0.003877 10.0.0.56 - - [2025-09-18 04:19:15] "GET /virtual-machine-interface/9e7f2fd2-cceb-4df0-8bbc-6fce1c1abf5f HTTP/1.1" 200 2941 0.005829 10.0.0.56 - - [2025-09-18 04:19:15] "GET /virtual-machine/0593549c-d928-4873-80b7-6d8aa5db5121 HTTP/1.1" 200 1290 0.003945 10.0.0.56 - - [2025-09-18 04:19:15] "GET /virtual-machine-interface/9e7f2fd2-cceb-4df0-8bbc-6fce1c1abf5f HTTP/1.1" 200 2941 0.005925 10.0.0.56 - - [2025-09-18 04:19:16] "GET /instance-ip/b5b5cba8-fcf5-4282-a4ab-d7633d469572 HTTP/1.1" 200 1621 0.007417 10.0.0.56 - - [2025-09-18 04:19:16] "GET /virtual-machine/0593549c-d928-4873-80b7-6d8aa5db5121 HTTP/1.1" 200 1290 0.010444 10.0.0.56 - - [2025-09-18 04:19:16] "GET /virtual-machine-interface/9e7f2fd2-cceb-4df0-8bbc-6fce1c1abf5f HTTP/1.1" 200 2941 0.005992 10.0.0.56 - - [2025-09-18 04:19:16] "GET /instance-ip/b5b5cba8-fcf5-4282-a4ab-d7633d469572 HTTP/1.1" 200 1621 0.004088 10.0.0.56 - - [2025-09-18 04:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.56 - - [2025-09-18 04:19:16] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004158 10.0.0.56 - - [2025-09-18 04:19:16] "GET /virtual-networks?parent_id=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003254 10.0.0.56 - - [2025-09-18 04:19:16] "GET /virtual-network/85739699-fee3-4dee-8581-d179c4bc7354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006013 10.0.0.56 - - [2025-09-18 04:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.56 - - [2025-09-18 04:19:16] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004558 10.0.0.56 - - [2025-09-18 04:19:16] "GET /virtual-networks?parent_id=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003228 10.0.0.56 - - [2025-09-18 04:19:16] "GET /virtual-network/85739699-fee3-4dee-8581-d179c4bc7354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006067 10.0.0.56 - - [2025-09-18 04:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.56 - - [2025-09-18 04:19:16] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005154 10.0.0.56 - - [2025-09-18 04:19:16] "GET /virtual-networks?parent_id=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003983 10.0.0.56 - - [2025-09-18 04:19:16] "GET /virtual-network/85739699-fee3-4dee-8581-d179c4bc7354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006314 10.0.0.56 - - [2025-09-18 04:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.56 - - [2025-09-18 04:19:16] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004296 10.0.0.56 - - [2025-09-18 04:19:16] "GET /virtual-networks?parent_id=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003972 10.0.0.56 - - [2025-09-18 04:19:16] "GET /virtual-network/85739699-fee3-4dee-8581-d179c4bc7354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005887 10.0.0.56 - - [2025-09-18 04:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.56 - - [2025-09-18 04:19:16] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004876 10.0.0.56 - - [2025-09-18 04:19:16] "GET /virtual-networks?parent_id=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003497 10.0.0.56 - - [2025-09-18 04:19:16] "GET /virtual-network/85739699-fee3-4dee-8581-d179c4bc7354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006057 10.0.0.56 - - [2025-09-18 04:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.56 - - [2025-09-18 04:19:16] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004401 10.0.0.56 - - [2025-09-18 04:19:16] "GET /virtual-networks?parent_id=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003910 10.0.0.56 - - [2025-09-18 04:19:16] "GET /virtual-network/85739699-fee3-4dee-8581-d179c4bc7354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006683 10.0.0.56 - - [2025-09-18 04:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.56 - - [2025-09-18 04:19:16] "GET /routing-instance/70ad9342-48ed-4056-bd7d-bce670c8dc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.005292 10.0.0.56 - - [2025-09-18 04:19:17] "GET /route-target/2778a24d-7cb9-4b59-9b12-9fd834fd60ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004518 10.0.0.56 - - [2025-09-18 04:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.56 - - [2025-09-18 04:19:17] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004311 10.0.0.56 - - [2025-09-18 04:19:17] "GET /virtual-networks?parent_id=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003272 10.0.0.56 - - [2025-09-18 04:19:17] "GET /virtual-network/85739699-fee3-4dee-8581-d179c4bc7354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005858 10.0.0.56 - - [2025-09-18 04:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.56 - - [2025-09-18 04:19:17] "GET /routing-instance/70ad9342-48ed-4056-bd7d-bce670c8dc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.005005 10.0.0.56 - - [2025-09-18 04:19:17] "GET /route-target/2778a24d-7cb9-4b59-9b12-9fd834fd60ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004194 10.0.0.56 - - [2025-09-18 04:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.56 - - [2025-09-18 04:19:17] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004959 10.0.0.56 - - [2025-09-18 04:19:17] "GET /virtual-networks?parent_id=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003103 10.0.0.56 - - [2025-09-18 04:19:17] "GET /virtual-network/85739699-fee3-4dee-8581-d179c4bc7354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006416 10.0.0.56 - - [2025-09-18 04:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.56 - - [2025-09-18 04:19:17] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004035 10.0.0.56 - - [2025-09-18 04:19:17] "GET /virtual-networks?parent_id=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003555 10.0.0.56 - - [2025-09-18 04:19:17] "GET /virtual-network/85739699-fee3-4dee-8581-d179c4bc7354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006475 10.0.0.56 - - [2025-09-18 04:19:17] "GET /obj-perms HTTP/1.1" 200 5030 0.012475 10.0.0.41 - - [2025-09-18 04:19:17] "GET /obj-perms HTTP/1.1" 200 5030 0.003826 10.0.0.56 - - [2025-09-18 04:19:17] "GET /obj-perms HTTP/1.1" 200 5030 0.003901 10.0.0.22 - - [2025-09-18 04:19:18] "GET /obj-perms HTTP/1.1" 200 5030 0.004059 10.0.0.56 - - [2025-09-18 04:19:18] "GET /obj-perms HTTP/1.1" 200 5030 0.006001 10.0.0.56 - - [2025-09-18 04:19:20] "POST /neutron/port HTTP/1.1" 200 1090 0.047566 10.0.0.56 - - [2025-09-18 04:19:20] "POST /neutron/subnet HTTP/1.1" 200 708 0.014059 10.0.0.56 - - [2025-09-18 04:19:28] "GET /virtual-machine/0593549c-d928-4873-80b7-6d8aa5db5121 HTTP/1.1" 200 1290 0.004742 10.0.0.56 - - [2025-09-18 04:19:28] "POST /neutron/port HTTP/1.1" 200 1088 0.017481 10.0.0.56 - - [2025-09-18 04:19:30] "GET /virtual-machine/0593549c-d928-4873-80b7-6d8aa5db5121 HTTP/1.1" 404 171 0.003730 10.0.0.56 - - [2025-09-18 04:19:30] "GET /virtual-machine/0593549c-d928-4873-80b7-6d8aa5db5121 HTTP/1.1" 404 171 0.003223 10.0.0.56 - - [2025-09-18 04:19:30] "GET /virtual-machine/0593549c-d928-4873-80b7-6d8aa5db5121 HTTP/1.1" 404 171 0.003269 10.0.0.56 - - [2025-09-18 04:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.56 - - [2025-09-18 04:19:30] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003806 10.0.0.56 - - [2025-09-18 04:19:30] "GET /virtual-networks?parent_id=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003300 10.0.0.56 - - [2025-09-18 04:19:30] "GET /virtual-network/85739699-fee3-4dee-8581-d179c4bc7354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006076 10.0.0.56 - - [2025-09-18 04:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.56 - - [2025-09-18 04:19:30] "GET /routing-instance/70ad9342-48ed-4056-bd7d-bce670c8dc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004664 10.0.0.56 - - [2025-09-18 04:19:30] "GET /route-target/2778a24d-7cb9-4b59-9b12-9fd834fd60ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004579 10.0.0.22 - - [2025-09-18 04:19:34] "GET /obj-perms HTTP/1.1" 200 5030 0.003744 10.0.0.56 - - [2025-09-18 04:19:37] "GET /obj-perms HTTP/1.1" 200 5030 0.004074 10.0.0.41 - - [2025-09-18 04:19:37] "GET /obj-perms HTTP/1.1" 200 5030 0.003891 10.0.0.56 - - [2025-09-18 04:19:37] "GET /virtual-machine/c292c206-d1bf-4ee3-a251-c236abe5c33b HTTP/1.1" 200 1293 0.004483 10.0.0.56 - - [2025-09-18 04:19:37] "POST /neutron/port HTTP/1.1" 200 1090 0.017877 10.0.0.56 - - [2025-09-18 04:19:39] "GET /virtual-machine/c292c206-d1bf-4ee3-a251-c236abe5c33b HTTP/1.1" 404 171 0.003398 10.0.0.56 - - [2025-09-18 04:19:39] "GET /virtual-machine/c292c206-d1bf-4ee3-a251-c236abe5c33b HTTP/1.1" 404 171 0.003306 10.0.0.56 - - [2025-09-18 04:19:39] "GET /virtual-machine/c292c206-d1bf-4ee3-a251-c236abe5c33b HTTP/1.1" 404 171 0.003275 10.0.0.56 - - [2025-09-18 04:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.56 - - [2025-09-18 04:19:39] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005106 10.0.0.56 - - [2025-09-18 04:19:39] "GET /virtual-networks?parent_id=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003605 10.0.0.56 - - [2025-09-18 04:19:39] "GET /virtual-network/c9debe03-fc20-467a-b3cf-c018536e5f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005734 10.0.0.56 - - [2025-09-18 04:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.56 - - [2025-09-18 04:19:39] "GET /routing-instance/08001eff-020f-4684-903f-69c466492fd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.004308 10.0.0.56 - - [2025-09-18 04:19:39] "GET /route-target/7317acff-8737-4955-a035-fe51f2a66211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004568 10.0.0.56 - - [2025-09-18 04:19:39] "GET /obj-perms HTTP/1.1" 200 5030 0.004233 10.0.0.22 - - [2025-09-18 04:19:39] "GET /obj-perms HTTP/1.1" 200 5030 0.004648 10.0.0.56 - - [2025-09-18 04:19:49] "GET /obj-perms HTTP/1.1" 200 5030 0.004205 10.0.0.22 - - [2025-09-18 04:19:49] "GET /obj-perms HTTP/1.1" 200 5030 0.004126 10.0.0.56 - - [2025-09-18 04:19:58] "GET /obj-perms HTTP/1.1" 200 5030 0.004216 10.0.0.22 - - [2025-09-18 04:19:58] "GET /obj-perms HTTP/1.1" 200 5030 0.004401 10.0.0.56 - - [2025-09-18 04:19:58] "POST /neutron/network HTTP/1.1" 200 824 0.007568 10.0.0.41 - - [2025-09-18 04:19:58] "DELETE /route-target/2778a24d-7cb9-4b59-9b12-9fd834fd60ee HTTP/1.1" 200 115 0.063558 10.0.0.41 - - [2025-09-18 04:19:59] "POST /useragent-kv HTTP/1.1" 200 115 0.052773 10.0.0.41 - - [2025-09-18 04:19:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002905 10.0.0.56 - - [2025-09-18 04:19:59] "POST /neutron/network HTTP/1.1" 200 151 0.225759 10.0.0.41 - - [2025-09-18 04:20:00] "GET /projects?obj_uuids=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001368 10.0.0.56 - - [2025-09-18 04:20:00] "GET /project/932652e1-1139-4efd-8a54-4cb5dc16c5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.051142 10.0.0.41 - - [2025-09-18 04:20:00] "GET /projects?obj_uuids=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001504 10.0.0.56 - - [2025-09-18 04:20:00] "GET /project/932652e1-1139-4efd-8a54-4cb5dc16c5b2?fields=virtual_networks HTTP/1.1" 200 1031 0.069277 10.0.0.41 - - [2025-09-18 04:20:00] "GET /projects?obj_uuids=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001440 10.0.0.56 - - [2025-09-18 04:20:00] "GET /project/932652e1-1139-4efd-8a54-4cb5dc16c5b2?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.061988 10.0.0.41 - - [2025-09-18 04:20:00] "GET /projects?obj_uuids=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001545 10.0.0.56 - - [2025-09-18 04:20:00] "GET /project/932652e1-1139-4efd-8a54-4cb5dc16c5b2?fields=security_groups HTTP/1.1" 200 1257 0.052109 10.0.0.56 - - [2025-09-18 04:20:01] "POST /fqname-to-id HTTP/1.1" 404 196 0.034370 10.0.0.41 - - [2025-09-18 04:20:01] "GET /projects?obj_uuids=4163e1bb-6527-4d2d-9268-5caefa9a74b0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003302 10.0.0.41 - - [2025-09-18 04:20:01] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000959 10.0.0.41 - - [2025-09-18 04:20:01] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007388 10.0.0.41 - - [2025-09-18 04:20:02] "POST /id-to-fqname HTTP/1.1" 200 198 0.002628 10.0.0.41 - - [2025-09-18 04:20:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.009665 10.0.0.41 - - [2025-09-18 04:20:02] "POST /security-groups HTTP/1.1" 200 599 0.032387 10.0.0.41 - - [2025-09-18 04:20:02] "POST /fqname-to-id HTTP/1.1" 404 242 0.003957 10.0.0.41 - - [2025-09-18 04:20:02] "POST /projects HTTP/1.1" 200 601 0.243985 10.0.0.41 - - [2025-09-18 04:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.317470 10.0.0.41 - - [2025-09-18 04:20:02] "POST /access-control-lists HTTP/1.1" 200 602 0.026579 10.0.0.56 - - [2025-09-18 04:20:02] "GET /project/4163e1bb-6527-4d2d-9268-5caefa9a74b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.465393 10.0.0.56 - - [2025-09-18 04:20:04] "GET / HTTP/1.1" 200 35931 0.003674 10.0.0.56 - - [2025-09-18 04:20:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000556 10.0.0.56 - - [2025-09-18 04:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.035167 10.0.0.41 - - [2025-09-18 04:20:07] "GET /projects?obj_uuids=4163e1bb-6527-4d2d-9268-5caefa9a74b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001009 10.0.0.56 - - [2025-09-18 04:20:07] "GET /project/4163e1bb-6527-4d2d-9268-5caefa9a74b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.034361 10.0.0.41 - - [2025-09-18 04:20:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003073 10.0.0.56 - - [2025-09-18 04:20:08] "POST /neutron/subnet HTTP/1.1" 200 725 0.291800 10.0.0.56 - - [2025-09-18 04:20:08] "POST /id-to-fqname HTTP/1.1" 200 228 0.001574 10.0.0.56 - - [2025-09-18 04:20:08] "GET /virtual-network/e9073a66-c8fe-4cc3-bf36-e62372bd1be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.009129 10.0.0.56 - - [2025-09-18 04:20:08] "POST /neutron/network HTTP/1.1" 200 1006 0.009769 10.0.0.56 - - [2025-09-18 04:20:08] "GET /virtual-network/e9073a66-c8fe-4cc3-bf36-e62372bd1be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005779 10.0.0.56 - - [2025-09-18 04:20:08] "POST /neutron/subnet HTTP/1.1" 200 828 0.012127 10.0.0.56 - - [2025-09-18 04:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.41 - - [2025-09-18 04:20:08] "GET /projects?obj_uuids=4163e1bb-6527-4d2d-9268-5caefa9a74b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000990 10.0.0.56 - - [2025-09-18 04:20:08] "GET /project/4163e1bb-6527-4d2d-9268-5caefa9a74b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.051003 10.0.0.41 - - [2025-09-18 04:20:09] "POST /route-targets HTTP/1.1" 200 327 0.018167 10.0.0.41 - - [2025-09-18 04:20:09] "POST /useragent-kv HTTP/1.1" 200 115 0.007747 10.0.0.56 - - [2025-09-18 04:20:09] "POST /neutron/subnet HTTP/1.1" 200 725 0.234643 10.0.0.56 - - [2025-09-18 04:20:09] "POST /id-to-fqname HTTP/1.1" 200 228 0.001390 10.0.0.56 - - [2025-09-18 04:20:09] "GET /virtual-network/52b9264c-fa09-4984-b0bc-b2895639f8c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007914 10.0.0.56 - - [2025-09-18 04:20:09] "POST /neutron/network HTTP/1.1" 200 1005 0.010624 10.0.0.56 - - [2025-09-18 04:20:09] "GET /virtual-network/52b9264c-fa09-4984-b0bc-b2895639f8c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006176 10.0.0.56 - - [2025-09-18 04:20:09] "POST /neutron/subnet HTTP/1.1" 200 823 0.010231 10.0.0.56 - - [2025-09-18 04:20:10] "GET /virtual-network/e9073a66-c8fe-4cc3-bf36-e62372bd1be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006521 10.0.0.56 - - [2025-09-18 04:20:11] "GET /obj-perms HTTP/1.1" 200 5046 0.059411 10.0.0.22 - - [2025-09-18 04:20:11] "GET /obj-perms HTTP/1.1" 200 5046 0.056226 10.0.0.41 - - [2025-09-18 04:20:11] "GET /obj-perms HTTP/1.1" 200 5046 0.055851 10.0.0.56 - - [2025-09-18 04:20:12] "GET /virtual-network/52b9264c-fa09-4984-b0bc-b2895639f8c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006494 10.0.0.41 - - [2025-09-18 04:20:12] "DELETE /project/4163e1bb65274d2d92685caefa9a74b0 HTTP/1.1" 404 173 0.003839 10.0.0.41 - - [2025-09-18 04:20:12] "GET /projects?obj_uuids=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000826 10.0.0.41 - - [2025-09-18 04:20:12] "GET /project/932652e1-1139-4efd-8a54-4cb5dc16c5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.055457 10.0.0.41 - - [2025-09-18 04:20:12] "GET /projects?obj_uuids=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001650 10.0.0.41 - - [2025-09-18 04:20:12] "GET /project/932652e1-1139-4efd-8a54-4cb5dc16c5b2?fields=security_groups HTTP/1.1" 200 1362 0.041523 10.0.0.41 - - [2025-09-18 04:20:12] "DELETE /security-group/35a5b8e9-768e-4225-bec0-2923c0d4cad9 HTTP/1.1" 200 115 0.048589 10.0.0.41 - - [2025-09-18 04:20:12] "GET /projects?obj_uuids=932652e1-1139-4efd-8a54-4cb5dc16c5b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001081 10.0.0.41 - - [2025-09-18 04:20:12] "GET /project/932652e1-1139-4efd-8a54-4cb5dc16c5b2?fields=application_policy_sets HTTP/1.1" 200 1401 0.048900 10.0.0.41 - - [2025-09-18 04:20:12] "DELETE /access-control-list/4a8b615b-cd30-4f3f-925d-22ea7f7e7078 HTTP/1.1" 200 115 0.058025 10.0.0.56 - - [2025-09-18 04:20:12] "POST /neutron/subnet HTTP/1.1" 200 828 0.010897 10.0.0.56 - - [2025-09-18 04:20:12] "POST /id-to-fqname HTTP/1.1" 200 228 0.001395 10.0.0.41 - - [2025-09-18 04:20:12] "DELETE /project/932652e1-1139-4efd-8a54-4cb5dc16c5b2 HTTP/1.1" 200 115 0.422655 10.0.0.41 - - [2025-09-18 04:20:13] "GET /projects?obj_uuids=4163e1bb-6527-4d2d-9268-5caefa9a74b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001162 10.0.0.56 - - [2025-09-18 04:20:14] "GET /project/4163e1bb-6527-4d2d-9268-5caefa9a74b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.090650 10.0.0.56 - - [2025-09-18 04:20:14] "POST /neutron/port HTTP/1.1" 200 117 0.006189 10.0.0.56 - - [2025-09-18 04:20:14] "POST /neutron/network HTTP/1.1" 200 1016 0.011829 10.0.0.56 - - [2025-09-18 04:20:15] "POST /neutron/port HTTP/1.1" 200 1175 0.019302 10.0.0.56 - - [2025-09-18 04:20:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004789 10.0.0.56 - - [2025-09-18 04:20:15] "POST /neutron/port HTTP/1.1" 200 117 0.001485 10.0.0.56 - - [2025-09-18 04:20:19] "POST /neutron/port HTTP/1.1" 200 1203 0.021851 10.0.0.56 - - [2025-09-18 04:20:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008575 10.0.0.56 - - [2025-09-18 04:20:19] "GET /virtual-machine/b95a629c-b8b5-47f1-a975-9075c53ecafb HTTP/1.1" 401 292 0.000428 10.0.0.56 - - [2025-09-18 04:20:20] "POST /neutron/port HTTP/1.1" 200 1203 0.026709 10.0.0.56 - - [2025-09-18 04:20:20] "GET /virtual-machine/b95a629c-b8b5-47f1-a975-9075c53ecafb HTTP/1.1" 200 1301 0.051396 10.0.0.56 - - [2025-09-18 04:20:20] "GET /virtual-machine-interface/2fe79a6c-c6b9-42ec-b9e4-97507a7f056b HTTP/1.1" 200 3174 0.005612 10.0.0.56 - - [2025-09-18 04:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.56 - - [2025-09-18 04:20:20] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004596 10.0.0.56 - - [2025-09-18 04:20:20] "GET /virtual-networks?parent_id=4163e1bb-6527-4d2d-9268-5caefa9a74b0&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003698 10.0.0.56 - - [2025-09-18 04:20:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004422 10.0.0.56 - - [2025-09-18 04:20:20] "GET /virtual-network/e9073a66-c8fe-4cc3-bf36-e62372bd1be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006054 10.0.0.56 - - [2025-09-18 04:20:20] "POST /neutron/port HTTP/1.1" 200 117 0.001052 10.0.0.56 - - [2025-09-18 04:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.56 - - [2025-09-18 04:20:23] "GET /virtual-network/e9073a66-c8fe-4cc3-bf36-e62372bd1be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005755 10.0.0.56 - - [2025-09-18 04:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.56 - - [2025-09-18 04:20:27] "GET /virtual-network/e9073a66-c8fe-4cc3-bf36-e62372bd1be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005186 10.0.0.56 - - [2025-09-18 04:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004629 10.0.0.56 - - [2025-09-18 04:20:31] "GET /virtual-network/e9073a66-c8fe-4cc3-bf36-e62372bd1be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005550 10.0.0.56 - - [2025-09-18 04:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.56 - - [2025-09-18 04:20:35] "GET /virtual-network/e9073a66-c8fe-4cc3-bf36-e62372bd1be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006480 10.0.0.56 - - [2025-09-18 04:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.56 - - [2025-09-18 04:20:39] "GET /virtual-network/e9073a66-c8fe-4cc3-bf36-e62372bd1be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005949 10.0.0.56 - - [2025-09-18 04:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.56 - - [2025-09-18 04:20:43] "GET /virtual-network/e9073a66-c8fe-4cc3-bf36-e62372bd1be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006101 10.0.0.56 - - [2025-09-18 04:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.56 - - [2025-09-18 04:20:47] "GET /virtual-network/e9073a66-c8fe-4cc3-bf36-e62372bd1be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005695 10.0.0.56 - - [2025-09-18 04:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.56 - - [2025-09-18 04:20:52] "GET /virtual-network/e9073a66-c8fe-4cc3-bf36-e62372bd1be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005875 10.0.0.56 - - [2025-09-18 04:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.56 - - [2025-09-18 04:20:56] "GET /virtual-network/e9073a66-c8fe-4cc3-bf36-e62372bd1be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006262 10.0.0.56 - - [2025-09-18 04:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.56 - - [2025-09-18 04:20:58] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004142 10.0.0.56 - - [2025-09-18 04:20:58] "GET /virtual-networks?parent_id=4163e1bb-6527-4d2d-9268-5caefa9a74b0&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003588 10.0.0.56 - - [2025-09-18 04:20:58] "GET /virtual-network/e9073a66-c8fe-4cc3-bf36-e62372bd1be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005981 10.0.0.56 - - [2025-09-18 04:20:58] "POST /neutron/port HTTP/1.1" 200 1203 0.017190 10.0.0.56 - - [2025-09-18 04:21:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008800 10.0.0.56 - - [2025-09-18 04:21:10] "POST /neutron/port HTTP/1.1" 200 1203 0.047522 10.0.0.56 - - [2025-09-18 04:21:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007194 10.0.0.56 - - [2025-09-18 04:21:22] "POST /neutron/port HTTP/1.1" 200 1203 0.026946 10.0.0.56 - - [2025-09-18 04:21:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003829 10.0.0.56 - - [2025-09-18 04:21:22] "POST /neutron/port HTTP/1.1" 200 117 0.001118 10.0.0.56 - - [2025-09-18 04:21:24] "POST /neutron/port HTTP/1.1" 200 1203 0.022581 10.0.0.56 - - [2025-09-18 04:21:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008214 10.0.0.56 - - [2025-09-18 04:21:24] "POST /neutron/port HTTP/1.1" 200 1203 0.016119 10.0.0.56 - - [2025-09-18 04:21:24] "POST /neutron/network HTTP/1.1" 200 1006 0.008990 10.0.0.56 - - [2025-09-18 04:21:24] "POST /id-to-fqname HTTP/1.1" 200 228 0.001073 10.0.0.56 - - [2025-09-18 04:21:24] "GET /virtual-machine/b95a629c-b8b5-47f1-a975-9075c53ecafb HTTP/1.1" 200 1301 0.004011 10.0.0.56 - - [2025-09-18 04:21:24] "GET /virtual-machine-interface/2fe79a6c-c6b9-42ec-b9e4-97507a7f056b HTTP/1.1" 200 3174 0.005352 10.0.0.56 - - [2025-09-18 04:21:24] "GET /instance-ip/52795ce1-c194-4292-994c-104761baa30a HTTP/1.1" 200 1636 0.006195 10.0.0.56 - - [2025-09-18 04:21:24] "GET /instance-ip/cab813b7-540b-4697-a740-6a4b552487d7 HTTP/1.1" 200 1657 0.006709 10.0.0.56 - - [2025-09-18 04:21:24] "POST /fqname-to-id HTTP/1.1" 404 218 0.005324 10.0.0.56 - - [2025-09-18 04:21:24] "GET /virtual-network/e9073a66-c8fe-4cc3-bf36-e62372bd1be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006266 10.0.0.41 - - [2025-09-18 04:21:24] "GET /projects?obj_uuids=4163e1bb-6527-4d2d-9268-5caefa9a74b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001077 10.0.0.56 - - [2025-09-18 04:21:24] "GET /project/4163e1bb-6527-4d2d-9268-5caefa9a74b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.057941 10.0.0.56 - - [2025-09-18 04:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.56 - - [2025-09-18 04:21:24] "GET /security-group/597b3522-f9b8-4db0-85b2-527b6ffeae62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3776 0.004255 10.0.0.56 - - [2025-09-18 04:21:25] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.072422 10.0.0.56 - - [2025-09-18 04:21:25] "POST /instance-ips HTTP/1.1" 200 357 0.040302 10.0.0.56 - - [2025-09-18 04:21:25] "GET /instance-ip/daa974e4-0e49-4195-a9ad-cfc9bdeb2863?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1591 0.008403 10.0.0.56 - - [2025-09-18 04:21:25] "POST /instance-ips HTTP/1.1" 200 357 0.053949 10.0.0.56 - - [2025-09-18 04:21:25] "GET /instance-ip/38c4b6b6-91dd-4e55-bc27-f40972c838ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.006468 10.0.0.56 - - [2025-09-18 04:21:25] "GET /virtual-machine-interface/82cfe17e-a295-4d94-941e-13518b05fb9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.005524 10.0.0.56 - - [2025-09-18 04:21:25] "GET /virtual-machine-interface/82cfe17e-a295-4d94-941e-13518b05fb9d?fields=instance_ip_back_refs HTTP/1.1" 200 1536 0.007169 10.0.0.56 - - [2025-09-18 04:21:25] "GET /instance-ip/38c4b6b6-91dd-4e55-bc27-f40972c838ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.004645 10.0.0.56 - - [2025-09-18 04:21:25] "GET /instance-ip/daa974e4-0e49-4195-a9ad-cfc9bdeb2863?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1591 0.004676 10.0.0.56 - - [2025-09-18 04:21:25] "POST /id-to-fqname HTTP/1.1" 200 228 0.001366 10.0.0.56 - - [2025-09-18 04:21:25] "POST /neutron/port HTTP/1.1" 200 1081 0.013147 10.0.0.56 - - [2025-09-18 04:21:25] "POST /neutron/port HTTP/1.1" 200 1081 0.018117 10.0.0.56 - - [2025-09-18 04:21:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008010 10.0.0.56 - - [2025-09-18 04:21:26] "POST /neutron/port HTTP/1.1" 200 1081 0.012069 10.0.0.56 - - [2025-09-18 04:21:26] "POST /neutron/port HTTP/1.1" 200 1081 0.012625 10.0.0.56 - - [2025-09-18 04:21:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004096 10.0.0.56 - - [2025-09-18 04:21:27] "POST /neutron/port HTTP/1.1" 200 117 0.001012 10.0.0.56 - - [2025-09-18 04:21:31] "POST /neutron/port HTTP/1.1" 200 1148 0.026760 10.0.0.56 - - [2025-09-18 04:21:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008146 10.0.0.56 - - [2025-09-18 04:21:31] "GET /virtual-machine/c956d26c-2297-4363-ac78-d3b56b3f2c65 HTTP/1.1" 200 1279 0.006170 10.0.0.56 - - [2025-09-18 04:21:31] "GET /virtual-machine-interface/82cfe17e-a295-4d94-941e-13518b05fb9d HTTP/1.1" 200 3224 0.005749 10.0.0.56 - - [2025-09-18 04:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.56 - - [2025-09-18 04:21:31] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004306 10.0.0.56 - - [2025-09-18 04:21:31] "GET /virtual-networks?parent_id=4163e1bb-6527-4d2d-9268-5caefa9a74b0&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003005 10.0.0.56 - - [2025-09-18 04:21:31] "GET /virtual-network/e9073a66-c8fe-4cc3-bf36-e62372bd1be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005804 10.0.0.56 - - [2025-09-18 04:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.56 - - [2025-09-18 04:21:34] "GET /virtual-network/e9073a66-c8fe-4cc3-bf36-e62372bd1be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005399 10.0.0.56 - - [2025-09-18 04:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004161 10.0.0.56 - - [2025-09-18 04:21:38] "GET /virtual-network/e9073a66-c8fe-4cc3-bf36-e62372bd1be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005965 10.0.0.56 - - [2025-09-18 04:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.56 - - [2025-09-18 04:21:43] "GET /virtual-network/e9073a66-c8fe-4cc3-bf36-e62372bd1be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007601 10.0.0.56 - - [2025-09-18 04:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.56 - - [2025-09-18 04:21:47] "GET /virtual-network/e9073a66-c8fe-4cc3-bf36-e62372bd1be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005843 10.0.0.56 - - [2025-09-18 04:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.56 - - [2025-09-18 04:21:51] "GET /virtual-network/e9073a66-c8fe-4cc3-bf36-e62372bd1be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005991 10.0.0.56 - - [2025-09-18 04:21:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.56 - - [2025-09-18 04:21:55] "GET /virtual-network/e9073a66-c8fe-4cc3-bf36-e62372bd1be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006158 10.0.0.22 - - [2025-09-18 04:21:58] "GET /global-system-configs HTTP/1.1" 200 322 0.005601 10.0.0.22 - - [2025-09-18 04:21:58] "GET /obj-perms HTTP/1.1" 200 5056 0.004867 10.0.0.56 - - [2025-09-18 04:21:58] "GET /obj-perms HTTP/1.1" 200 5056 0.004505 10.0.0.41 - - [2025-09-18 04:21:59] "GET /global-system-configs HTTP/1.1" 200 322 0.065311 10.0.0.41 - - [2025-09-18 04:21:59] "GET /obj-perms HTTP/1.1" 200 5056 0.176144 10.0.0.56 - - [2025-09-18 04:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004620 10.0.0.56 - - [2025-09-18 04:21:59] "GET /virtual-network/e9073a66-c8fe-4cc3-bf36-e62372bd1be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006085 10.0.0.22 - - [2025-09-18 04:21:59] "GET /global-system-configs HTTP/1.1" 200 322 0.003873 10.0.0.22 - - [2025-09-18 04:21:59] "GET /obj-perms HTTP/1.1" 200 5056 0.004210 10.0.0.41 - - [2025-09-18 04:21:59] "GET /global-system-configs HTTP/1.1" 200 322 0.009152 10.0.0.56 - - [2025-09-18 04:21:59] "GET /obj-perms HTTP/1.1" 200 5056 0.010064 10.0.0.56 - - [2025-09-18 04:22:01] "GET /global-system-configs HTTP/1.1" 200 322 0.066717 10.0.0.41 - - [2025-09-18 04:22:01] "GET /obj-perms HTTP/1.1" 200 5056 0.217772 10.0.0.56 - - [2025-09-18 04:22:02] "GET /global-system-configs HTTP/1.1" 200 322 0.037911 10.0.0.56 - - [2025-09-18 04:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.56 - - [2025-09-18 04:22:03] "GET /virtual-network/e9073a66-c8fe-4cc3-bf36-e62372bd1be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006434 10.0.0.56 - - [2025-09-18 04:22:06] "GET /obj-perms HTTP/1.1" 200 5056 0.053570 10.0.0.56 - - [2025-09-18 04:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.56 - - [2025-09-18 04:22:07] "GET /virtual-network/e9073a66-c8fe-4cc3-bf36-e62372bd1be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006080 10.0.0.56 - - [2025-09-18 04:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.56 - - [2025-09-18 04:22:11] "GET /virtual-network/e9073a66-c8fe-4cc3-bf36-e62372bd1be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005848 10.0.0.56 - - [2025-09-18 04:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.56 - - [2025-09-18 04:22:13] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003919 10.0.0.56 - - [2025-09-18 04:22:13] "GET /virtual-networks?parent_id=4163e1bb-6527-4d2d-9268-5caefa9a74b0&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003868 10.0.0.56 - - [2025-09-18 04:22:13] "GET /virtual-network/e9073a66-c8fe-4cc3-bf36-e62372bd1be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006479 10.0.0.56 - - [2025-09-18 04:22:13] "POST /neutron/port HTTP/1.1" 200 1148 0.016784 10.0.0.56 - - [2025-09-18 04:22:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008656 10.0.0.56 - - [2025-09-18 04:22:23] "POST /neutron/network HTTP/1.1" 200 1016 0.010707 10.0.0.56 - - [2025-09-18 04:22:23] "POST /neutron/subnet HTTP/1.1" 200 1385 0.014482 10.0.0.56 - - [2025-09-18 04:22:23] "POST /neutron/network HTTP/1.1" 200 1006 0.009441 10.0.0.56 - - [2025-09-18 04:22:26] "POST /neutron/port HTTP/1.1" 200 1148 0.027203 10.0.0.56 - - [2025-09-18 04:22:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007666 10.0.0.56 - - [2025-09-18 04:22:39] "POST /id-to-fqname HTTP/1.1" 200 228 0.001276 10.0.0.56 - - [2025-09-18 04:22:40] "POST /neutron/port HTTP/1.1" 200 2233 0.018323 10.0.0.41 - - [2025-09-18 04:22:40] "GET /projects?obj_uuids=4163e1bb-6527-4d2d-9268-5caefa9a74b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001015 10.0.0.56 - - [2025-09-18 04:22:40] "GET /project/4163e1bb-6527-4d2d-9268-5caefa9a74b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.063021 10.0.0.56 - - [2025-09-18 04:22:41] "POST /neutron/network HTTP/1.1" 200 1005 0.038177 10.0.0.56 - - [2025-09-18 04:22:41] "POST /neutron/port HTTP/1.1" 200 117 0.006540 10.0.0.41 - - [2025-09-18 04:22:41] "GET /projects?obj_uuids=4163e1bb-6527-4d2d-9268-5caefa9a74b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001169 10.0.0.56 - - [2025-09-18 04:22:42] "POST /neutron/port HTTP/1.1" 200 1174 0.361179 10.0.0.56 - - [2025-09-18 04:22:42] "POST /neutron/port HTTP/1.1" 200 1228 0.170212 10.0.0.56 - - [2025-09-18 04:22:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006840 10.0.0.56 - - [2025-09-18 04:22:42] "POST /neutron/port HTTP/1.1" 200 117 0.001072 10.0.0.56 - - [2025-09-18 04:22:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007312 10.0.0.56 - - [2025-09-18 04:22:56] "POST /neutron/port HTTP/1.1" 200 1202 0.015999 10.0.0.56 - - [2025-09-18 04:22:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007729 10.0.0.56 - - [2025-09-18 04:22:56] "GET /virtual-machine/0dee22b0-a8d3-4310-add3-2d6ae875ad89 HTTP/1.1" 200 1300 0.006595 10.0.0.56 - - [2025-09-18 04:22:56] "GET /virtual-machine-interface/4facfb32-6b70-4e98-81cb-2646936ba642 HTTP/1.1" 200 3173 0.005978 10.0.0.56 - - [2025-09-18 04:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.56 - - [2025-09-18 04:22:56] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003847 10.0.0.56 - - [2025-09-18 04:22:56] "GET /virtual-networks?parent_id=4163e1bb-6527-4d2d-9268-5caefa9a74b0&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003308 10.0.0.56 - - [2025-09-18 04:22:56] "GET /virtual-network/52b9264c-fa09-4984-b0bc-b2895639f8c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006468 10.0.0.56 - - [2025-09-18 04:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004306 10.0.0.56 - - [2025-09-18 04:23:00] "GET /virtual-network/52b9264c-fa09-4984-b0bc-b2895639f8c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006088 10.0.0.56 - - [2025-09-18 04:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.56 - - [2025-09-18 04:23:04] "GET /virtual-network/52b9264c-fa09-4984-b0bc-b2895639f8c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007365 10.0.0.22 - - [2025-09-18 04:23:06] "GET /obj-perms HTTP/1.1" 200 5056 0.054254 10.0.0.41 - - [2025-09-18 04:23:06] "GET /obj-perms HTTP/1.1" 200 5056 0.052663 10.0.0.56 - - [2025-09-18 04:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.56 - - [2025-09-18 04:23:08] "GET /virtual-network/52b9264c-fa09-4984-b0bc-b2895639f8c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005321 10.0.0.56 - - [2025-09-18 04:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005153 10.0.0.56 - - [2025-09-18 04:23:12] "GET /virtual-network/52b9264c-fa09-4984-b0bc-b2895639f8c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006562 10.0.0.56 - - [2025-09-18 04:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.56 - - [2025-09-18 04:23:16] "GET /virtual-network/52b9264c-fa09-4984-b0bc-b2895639f8c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006211 10.0.0.56 - - [2025-09-18 04:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105 10.0.0.56 - - [2025-09-18 04:23:20] "GET /virtual-network/52b9264c-fa09-4984-b0bc-b2895639f8c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005770 10.0.0.56 - - [2025-09-18 04:23:24] "POST /neutron/port HTTP/1.1" 200 1148 0.015313 10.0.0.56 - - [2025-09-18 04:23:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004463 10.0.0.56 - - [2025-09-18 04:23:24] "POST /neutron/port HTTP/1.1" 200 117 0.001170 10.0.0.56 - - [2025-09-18 04:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.56 - - [2025-09-18 04:23:24] "GET /virtual-network/52b9264c-fa09-4984-b0bc-b2895639f8c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005532 10.0.0.56 - - [2025-09-18 04:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.56 - - [2025-09-18 04:23:28] "GET /virtual-network/52b9264c-fa09-4984-b0bc-b2895639f8c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005167 10.0.0.56 - - [2025-09-18 04:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.56 - - [2025-09-18 04:23:32] "GET /virtual-network/52b9264c-fa09-4984-b0bc-b2895639f8c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005760 10.0.0.56 - - [2025-09-18 04:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.56 - - [2025-09-18 04:23:36] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003692 10.0.0.56 - - [2025-09-18 04:23:36] "GET /virtual-networks?parent_id=4163e1bb-6527-4d2d-9268-5caefa9a74b0&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003480 10.0.0.56 - - [2025-09-18 04:23:37] "GET /virtual-network/52b9264c-fa09-4984-b0bc-b2895639f8c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005612 10.0.0.56 - - [2025-09-18 04:23:37] "POST /neutron/port HTTP/1.1" 200 1202 0.016384 10.0.0.56 - - [2025-09-18 04:23:38] "POST /neutron/port HTTP/1.1" 200 1202 0.015983 10.0.0.56 - - [2025-09-18 04:23:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003621 10.0.0.56 - - [2025-09-18 04:23:39] "POST /neutron/port HTTP/1.1" 200 117 0.001138 10.0.0.56 - - [2025-09-18 04:23:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007622 10.0.0.56 - - [2025-09-18 04:23:47] "POST /neutron/port HTTP/1.1" 200 1202 0.020534 10.0.0.56 - - [2025-09-18 04:23:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007609 10.0.0.56 - - [2025-09-18 04:23:58] "POST /neutron/port HTTP/1.1" 200 1202 0.017405 10.0.0.56 - - [2025-09-18 04:23:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007343 10.0.0.56 - - [2025-09-18 04:23:58] "POST /neutron/network HTTP/1.1" 200 979 0.016493 10.0.0.56 - - [2025-09-18 04:23:58] "POST /id-to-fqname HTTP/1.1" 200 228 0.001240 10.0.0.56 - - [2025-09-18 04:23:58] "GET /virtual-machine/0dee22b0-a8d3-4310-add3-2d6ae875ad89 HTTP/1.1" 200 1300 0.003772 10.0.0.56 - - [2025-09-18 04:23:58] "GET /virtual-machine-interface/4facfb32-6b70-4e98-81cb-2646936ba642 HTTP/1.1" 200 3173 0.006281 10.0.0.56 - - [2025-09-18 04:23:58] "GET /instance-ip/9b885045-8eed-47ce-912f-d5f3811b9669 HTTP/1.1" 200 1637 0.006650 10.0.0.56 - - [2025-09-18 04:23:58] "GET /instance-ip/fdb51e49-d631-4fd0-a493-eb2ffc938408 HTTP/1.1" 200 1656 0.006393 10.0.0.56 - - [2025-09-18 04:23:58] "POST /fqname-to-id HTTP/1.1" 404 230 0.003207 10.0.0.56 - - [2025-09-18 04:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.41 - - [2025-09-18 04:23:58] "GET /projects?obj_uuids=4163e1bb-6527-4d2d-9268-5caefa9a74b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001095 10.0.0.56 - - [2025-09-18 04:23:58] "GET /project/4163e1bb-6527-4d2d-9268-5caefa9a74b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.050206 10.0.0.56 - - [2025-09-18 04:23:58] "POST /network-policys HTTP/1.1" 200 569 0.039337 10.0.0.56 - - [2025-09-18 04:23:58] "GET /network-policy/6247fbf4-3efb-4a0b-a29f-388570c19fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.006204 10.0.0.56 - - [2025-09-18 04:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005196 10.0.0.56 - - [2025-09-18 04:23:58] "GET /virtual-network/e9073a66-c8fe-4cc3-bf36-e62372bd1be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006211 10.0.0.56 - - [2025-09-18 04:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.56 - - [2025-09-18 04:23:58] "GET /network-policy/6247fbf4-3efb-4a0b-a29f-388570c19fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.004271 10.0.0.56 - - [2025-09-18 04:23:58] "POST /ref-update HTTP/1.1" 200 156 0.059720 10.0.0.41 - - [2025-09-18 04:23:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.054423 10.0.0.56 - - [2025-09-18 04:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.56 - - [2025-09-18 04:23:58] "GET /network-policy/6247fbf4-3efb-4a0b-a29f-388570c19fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.004164 10.0.0.56 - - [2025-09-18 04:23:58] "GET /virtual-network/e9073a66-c8fe-4cc3-bf36-e62372bd1be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.007549 10.0.0.56 - - [2025-09-18 04:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.56 - - [2025-09-18 04:23:58] "GET /network-policy/6247fbf4-3efb-4a0b-a29f-388570c19fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.004251 10.0.0.56 - - [2025-09-18 04:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.56 - - [2025-09-18 04:23:59] "GET /virtual-network/52b9264c-fa09-4984-b0bc-b2895639f8c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006962 10.0.0.56 - - [2025-09-18 04:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.56 - - [2025-09-18 04:23:59] "GET /network-policy/6247fbf4-3efb-4a0b-a29f-388570c19fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.004306 10.0.0.56 - - [2025-09-18 04:23:59] "POST /ref-update HTTP/1.1" 200 156 0.060799 10.0.0.56 - - [2025-09-18 04:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.56 - - [2025-09-18 04:23:59] "GET /network-policy/6247fbf4-3efb-4a0b-a29f-388570c19fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.010284 10.0.0.41 - - [2025-09-18 04:23:59] "POST /fqname-to-id HTTP/1.1" 404 242 0.008876 10.0.0.56 - - [2025-09-18 04:23:59] "POST /neutron/network HTTP/1.1" 200 1109 0.012186 10.0.0.56 - - [2025-09-18 04:23:59] "GET /virtual-network/52b9264c-fa09-4984-b0bc-b2895639f8c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.006342 10.0.0.56 - - [2025-09-18 04:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.56 - - [2025-09-18 04:23:59] "GET /network-policy/6247fbf4-3efb-4a0b-a29f-388570c19fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.003858 10.0.0.56 - - [2025-09-18 04:23:59] "GET /virtual-machine-interface/4facfb32-6b70-4e98-81cb-2646936ba642?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2758 0.019726 10.0.0.56 - - [2025-09-18 04:23:59] "PUT /virtual-machine-interface/4facfb32-6b70-4e98-81cb-2646936ba642 HTTP/1.1" 200 284 0.034712 10.0.0.56 - - [2025-09-18 04:23:59] "GET /virtual-machine-interface/4facfb32-6b70-4e98-81cb-2646936ba642?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3069 0.006036 10.0.0.41 - - [2025-09-18 04:23:59] "PUT /access-control-list/0b026ba7-5a07-4b79-9d10-0dc050d7325d HTTP/1.1" 200 272 0.078047 10.0.0.56 - - [2025-09-18 04:23:59] "PUT /virtual-machine-interface/4facfb32-6b70-4e98-81cb-2646936ba642 HTTP/1.1" 200 284 0.039108 10.0.0.56 - - [2025-09-18 04:24:24] "POST /neutron/network HTTP/1.1" 200 1120 0.033724 10.0.0.56 - - [2025-09-18 04:24:24] "POST /neutron/subnet HTTP/1.1" 200 1385 0.013947 10.0.0.56 - - [2025-09-18 04:24:24] "POST /neutron/network HTTP/1.1" 200 1110 0.009606 10.0.0.56 - - [2025-09-18 04:24:37] "POST /neutron/network HTTP/1.1" 200 1119 0.009549 10.0.0.56 - - [2025-09-18 04:24:37] "POST /neutron/subnet HTTP/1.1" 200 1380 0.015382 10.0.0.56 - - [2025-09-18 04:24:37] "POST /neutron/network HTTP/1.1" 200 1109 0.009339 10.0.0.56 - - [2025-09-18 04:25:26] "POST /neutron/network HTTP/1.1" 200 1120 0.009143 10.0.0.56 - - [2025-09-18 04:25:26] "POST /neutron/subnet HTTP/1.1" 200 1385 0.014982 10.0.0.56 - - [2025-09-18 04:25:26] "POST /neutron/network HTTP/1.1" 200 1110 0.009267 10.0.0.56 - - [2025-09-18 04:25:37] "POST /neutron/network HTTP/1.1" 200 1119 0.009064 10.0.0.56 - - [2025-09-18 04:25:37] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013578 10.0.0.56 - - [2025-09-18 04:25:37] "POST /neutron/network HTTP/1.1" 200 1109 0.008954 10.0.0.56 - - [2025-09-18 04:26:06] "POST /ref-update HTTP/1.1" 200 156 0.096713 10.0.0.56 - - [2025-09-18 04:26:06] "GET /virtual-network/52b9264c-fa09-4984-b0bc-b2895639f8c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.009120 10.0.0.56 - - [2025-09-18 04:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005023 10.0.0.56 - - [2025-09-18 04:26:06] "GET /network-policy/6247fbf4-3efb-4a0b-a29f-388570c19fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.003930 10.0.0.41 - - [2025-09-18 04:26:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.003970 10.0.0.56 - - [2025-09-18 04:26:06] "POST /ref-update HTTP/1.1" 200 156 0.049596 10.0.0.56 - - [2025-09-18 04:26:06] "GET /virtual-network/e9073a66-c8fe-4cc3-bf36-e62372bd1be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.009442 10.0.0.56 - - [2025-09-18 04:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006543 10.0.0.56 - - [2025-09-18 04:26:06] "GET /network-policy/6247fbf4-3efb-4a0b-a29f-388570c19fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.005008 10.0.0.56 - - [2025-09-18 04:26:06] "DELETE /network-policy/6247fbf4-3efb-4a0b-a29f-388570c19fbd HTTP/1.1" 200 115 0.039156 10.0.0.41 - - [2025-09-18 04:26:07] "DELETE /access-control-list/0b026ba7-5a07-4b79-9d10-0dc050d7325d HTTP/1.1" 200 115 0.076742 10.0.0.56 - - [2025-09-18 04:26:07] "DELETE /instance-ip/38c4b6b6-91dd-4e55-bc27-f40972c838ad HTTP/1.1" 200 115 0.074299 10.0.0.56 - - [2025-09-18 04:26:07] "DELETE /instance-ip/daa974e4-0e49-4195-a9ad-cfc9bdeb2863 HTTP/1.1" 200 115 0.057976 10.0.0.56 - - [2025-09-18 04:26:07] "DELETE /virtual-machine-interface/82cfe17e-a295-4d94-941e-13518b05fb9d HTTP/1.1" 200 115 0.107975 10.0.0.56 - - [2025-09-18 04:26:07] "POST /neutron/port HTTP/1.1" 200 1202 0.049491 10.0.0.56 - - [2025-09-18 04:26:07] "POST /neutron/port HTTP/1.1" 200 1228 0.013937 10.0.0.56 - - [2025-09-18 04:26:08] "POST /neutron/port HTTP/1.1" 200 1229 0.015183 10.0.0.41 - - [2025-09-18 04:26:09] "DELETE /route-target/8d6b4cbe-191c-4525-8e76-ac889ceeb3fb HTTP/1.1" 200 115 0.022598 10.0.0.41 - - [2025-09-18 04:26:09] "POST /useragent-kv HTTP/1.1" 200 115 0.033293 10.0.0.41 - - [2025-09-18 04:26:09] "POST /useragent-kv HTTP/1.1" 200 115 0.005898 10.0.0.41 - - [2025-09-18 04:26:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003788 10.0.0.41 - - [2025-09-18 04:26:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004077 10.0.0.56 - - [2025-09-18 04:26:09] "POST /neutron/network HTTP/1.1" 200 151 0.182891 10.0.0.56 - - [2025-09-18 04:26:12] "POST /neutron/port HTTP/1.1" 200 117 0.004935 10.0.0.41 - - [2025-09-18 04:26:13] "GET /projects?obj_uuids=4163e1bb-6527-4d2d-9268-5caefa9a74b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001829 10.0.0.56 - - [2025-09-18 04:26:13] "GET /project/4163e1bb-6527-4d2d-9268-5caefa9a74b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.090582 10.0.0.41 - - [2025-09-18 04:26:13] "GET /projects?obj_uuids=4163e1bb-6527-4d2d-9268-5caefa9a74b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001077 10.0.0.56 - - [2025-09-18 04:26:13] "GET /project/4163e1bb-6527-4d2d-9268-5caefa9a74b0?fields=virtual_networks HTTP/1.1" 200 1047 0.056375 10.0.0.41 - - [2025-09-18 04:26:13] "GET /projects?obj_uuids=4163e1bb-6527-4d2d-9268-5caefa9a74b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001077 10.0.0.56 - - [2025-09-18 04:26:13] "GET /project/4163e1bb-6527-4d2d-9268-5caefa9a74b0?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.042211 10.0.0.41 - - [2025-09-18 04:26:13] "GET /projects?obj_uuids=4163e1bb-6527-4d2d-9268-5caefa9a74b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000932 10.0.0.56 - - [2025-09-18 04:26:13] "GET /project/4163e1bb-6527-4d2d-9268-5caefa9a74b0?fields=security_groups HTTP/1.1" 200 1281 0.039701 10.0.0.56 - - [2025-09-18 04:26:14] "POST /fqname-to-id HTTP/1.1" 404 192 0.030394 10.0.0.41 - - [2025-09-18 04:26:14] "GET /projects?obj_uuids=88c316c8-a2e6-4cfe-8c41-207cc298d6ff&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003337 10.0.0.41 - - [2025-09-18 04:26:14] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001078 10.0.0.41 - - [2025-09-18 04:26:14] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.040185 10.0.0.41 - - [2025-09-18 04:26:14] "POST /id-to-fqname HTTP/1.1" 200 194 0.004542 10.0.0.41 - - [2025-09-18 04:26:14] "POST /fqname-to-id HTTP/1.1" 404 203 0.008928 10.0.0.41 - - [2025-09-18 04:26:14] "POST /security-groups HTTP/1.1" 200 595 0.089567 10.0.0.41 - - [2025-09-18 04:26:14] "POST /fqname-to-id HTTP/1.1" 404 238 0.004064 10.0.0.41 - - [2025-09-18 04:26:14] "POST /projects HTTP/1.1" 200 593 0.335244 10.0.0.41 - - [2025-09-18 04:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.411213 10.0.0.41 - - [2025-09-18 04:26:14] "POST /access-control-lists HTTP/1.1" 200 598 0.031954 10.0.0.56 - - [2025-09-18 04:26:15] "GET /project/88c316c8-a2e6-4cfe-8c41-207cc298d6ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.594145 10.0.0.56 - - [2025-09-18 04:26:16] "GET / HTTP/1.1" 200 35931 0.001595 10.0.0.56 - - [2025-09-18 04:26:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000471 10.0.0.56 - - [2025-09-18 04:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.060798 10.0.0.41 - - [2025-09-18 04:26:18] "GET /projects?obj_uuids=88c316c8-a2e6-4cfe-8c41-207cc298d6ff&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000979 10.0.0.56 - - [2025-09-18 04:26:18] "GET /project/88c316c8-a2e6-4cfe-8c41-207cc298d6ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.044840 10.0.0.41 - - [2025-09-18 04:26:18] "GET /projects?obj_uuids=88c316c8-a2e6-4cfe-8c41-207cc298d6ff&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001069 10.0.0.56 - - [2025-09-18 04:26:18] "POST /neutron/network HTTP/1.1" 200 609 0.156581 10.0.0.56 - - [2025-09-18 04:26:19] "POST /neutron/network HTTP/1.1" 200 1001 0.011579 10.0.0.56 - - [2025-09-18 04:26:19] "POST /id-to-fqname HTTP/1.1" 200 224 0.001714 10.0.0.56 - - [2025-09-18 04:26:19] "GET /virtual-network/5ebba8c9-9662-4f84-aba1-f765fc73f409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.007809 10.0.0.56 - - [2025-09-18 04:26:19] "GET /virtual-network/5ebba8c9-9662-4f84-aba1-f765fc73f409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006654 10.0.0.56 - - [2025-09-18 04:26:19] "POST /neutron/subnet HTTP/1.1" 200 720 0.009749 10.0.0.56 - - [2025-09-18 04:26:20] "GET /virtual-network/5ebba8c9-9662-4f84-aba1-f765fc73f409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005584 10.0.0.56 - - [2025-09-18 04:26:20] "GET /obj-perms HTTP/1.1" 200 5038 0.063665 10.0.0.22 - - [2025-09-18 04:26:21] "GET /obj-perms HTTP/1.1" 200 5038 0.057348 10.0.0.41 - - [2025-09-18 04:26:21] "GET /obj-perms HTTP/1.1" 200 5038 0.054779 10.0.0.56 - - [2025-09-18 04:26:21] "POST /id-to-fqname HTTP/1.1" 200 224 0.001267 10.0.0.41 - - [2025-09-18 04:26:22] "GET /projects?obj_uuids=88c316c8-a2e6-4cfe-8c41-207cc298d6ff&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001419 10.0.0.56 - - [2025-09-18 04:26:22] "GET /project/88c316c8-a2e6-4cfe-8c41-207cc298d6ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.081969 10.0.0.56 - - [2025-09-18 04:26:22] "POST /neutron/network HTTP/1.1" 200 1001 0.009648 10.0.0.56 - - [2025-09-18 04:26:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.001601 10.0.0.56 - - [2025-09-18 04:26:23] "POST /neutron/port HTTP/1.1" 200 117 0.006357 10.0.0.41 - - [2025-09-18 04:26:23] "GET /projects?obj_uuids=88c316c8-a2e6-4cfe-8c41-207cc298d6ff&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001052 10.0.0.56 - - [2025-09-18 04:26:24] "POST /neutron/port HTTP/1.1" 200 1170 0.329370 10.0.0.56 - - [2025-09-18 04:26:24] "POST /neutron/port HTTP/1.1" 200 1224 0.119750 10.0.0.41 - - [2025-09-18 04:26:24] "GET /projects?obj_uuids=88c316c8-a2e6-4cfe-8c41-207cc298d6ff&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001144 10.0.0.56 - - [2025-09-18 04:26:24] "GET /project/88c316c8-a2e6-4cfe-8c41-207cc298d6ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.111049 10.0.0.56 - - [2025-09-18 04:26:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005341 10.0.0.56 - - [2025-09-18 04:26:24] "POST /neutron/port HTTP/1.1" 200 117 0.001149 10.0.0.56 - - [2025-09-18 04:26:24] "POST /neutron/port HTTP/1.1" 200 1198 0.020246 10.0.0.56 - - [2025-09-18 04:26:24] "POST /id-to-fqname HTTP/1.1" 200 224 0.001273 10.0.0.56 - - [2025-09-18 04:26:25] "POST /neutron/port HTTP/1.1" 200 1198 0.018126 10.0.0.56 - - [2025-09-18 04:26:25] "POST /neutron/network HTTP/1.1" 200 1011 0.009379 10.0.0.56 - - [2025-09-18 04:26:25] "POST /neutron/port HTTP/1.1" 200 1170 0.020808 10.0.0.56 - - [2025-09-18 04:26:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003493 10.0.0.41 - - [2025-09-18 04:26:26] "GET /projects?obj_uuids=88c316c8-a2e6-4cfe-8c41-207cc298d6ff&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001049 10.0.0.56 - - [2025-09-18 04:26:26] "GET /project/88c316c8-a2e6-4cfe-8c41-207cc298d6ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.092858 10.0.0.56 - - [2025-09-18 04:26:26] "POST /neutron/network HTTP/1.1" 200 1001 0.011283 10.0.0.56 - - [2025-09-18 04:26:26] "POST /neutron/network HTTP/1.1" 200 1001 0.010533 10.0.0.56 - - [2025-09-18 04:26:26] "POST /neutron/port HTTP/1.1" 200 117 0.006603 10.0.0.56 - - [2025-09-18 04:26:26] "POST /neutron/port HTTP/1.1" 200 1198 0.024845 10.0.0.56 - - [2025-09-18 04:26:27] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008537 10.0.0.56 - - [2025-09-18 04:26:27] "GET /virtual-machine/e21cedbf-6565-4a08-855d-00201177f8c3 HTTP/1.1" 401 292 0.000383 10.0.0.56 - - [2025-09-18 04:26:27] "POST /neutron/port HTTP/1.1" 200 1170 0.022285 10.0.0.56 - - [2025-09-18 04:26:27] "GET /virtual-machine/e21cedbf-6565-4a08-855d-00201177f8c3 HTTP/1.1" 200 1296 0.097457 10.0.0.56 - - [2025-09-18 04:26:27] "GET /virtual-machine-interface/2ba75049-4175-4ef6-89c3-28b938b48d7c HTTP/1.1" 200 3153 0.007822 10.0.0.56 - - [2025-09-18 04:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004929 10.0.0.56 - - [2025-09-18 04:26:27] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.007300 10.0.0.56 - - [2025-09-18 04:26:27] "GET /virtual-networks?parent_id=88c316c8-a2e6-4cfe-8c41-207cc298d6ff&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.005749 10.0.0.56 - - [2025-09-18 04:26:27] "POST /neutron/port HTTP/1.1" 200 1198 0.034074 10.0.0.56 - - [2025-09-18 04:26:27] "GET /virtual-network/5ebba8c9-9662-4f84-aba1-f765fc73f409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.007005 10.0.0.56 - - [2025-09-18 04:26:27] "POST /neutron/subnet HTTP/1.1" 200 1380 0.016237 10.0.0.56 - - [2025-09-18 04:26:27] "POST /neutron/network HTTP/1.1" 200 1001 0.010680 10.0.0.56 - - [2025-09-18 04:26:28] "POST /neutron/network HTTP/1.1" 200 1011 0.009343 10.0.0.56 - - [2025-09-18 04:26:28] "POST /neutron/subnet HTTP/1.1" 200 1380 0.021195 10.0.0.56 - - [2025-09-18 04:26:28] "POST /neutron/network HTTP/1.1" 200 1001 0.009179 10.0.0.56 - - [2025-09-18 04:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.56 - - [2025-09-18 04:26:30] "GET /virtual-network/5ebba8c9-9662-4f84-aba1-f765fc73f409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005955 10.0.0.56 - - [2025-09-18 04:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.56 - - [2025-09-18 04:26:35] "GET /virtual-network/5ebba8c9-9662-4f84-aba1-f765fc73f409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006608 10.0.0.56 - - [2025-09-18 04:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.56 - - [2025-09-18 04:26:39] "GET /virtual-network/5ebba8c9-9662-4f84-aba1-f765fc73f409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005773 10.0.0.41 - - [2025-09-18 04:26:41] "DELETE /access-control-list/9f4e441b-5c10-4620-980c-c9e613629f65 HTTP/1.1" 200 115 0.038036 10.0.0.56 - - [2025-09-18 04:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.56 - - [2025-09-18 04:26:43] "GET /virtual-network/5ebba8c9-9662-4f84-aba1-f765fc73f409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005657 10.0.0.56 - - [2025-09-18 04:26:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.56 - - [2025-09-18 04:26:47] "GET /virtual-network/5ebba8c9-9662-4f84-aba1-f765fc73f409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005637 10.0.0.56 - - [2025-09-18 04:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004550 10.0.0.56 - - [2025-09-18 04:26:51] "GET /virtual-network/5ebba8c9-9662-4f84-aba1-f765fc73f409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006342 10.0.0.56 - - [2025-09-18 04:26:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.56 - - [2025-09-18 04:26:55] "GET /virtual-network/5ebba8c9-9662-4f84-aba1-f765fc73f409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006425 10.0.0.22 - - [2025-09-18 04:26:58] "GET /global-system-configs HTTP/1.1" 200 322 0.052032 10.0.0.41 - - [2025-09-18 04:26:59] "GET /global-system-configs HTTP/1.1" 200 322 0.065786 10.0.0.56 - - [2025-09-18 04:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.56 - - [2025-09-18 04:26:59] "GET /virtual-network/5ebba8c9-9662-4f84-aba1-f765fc73f409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005814 10.0.0.22 - - [2025-09-18 04:27:00] "GET /global-system-configs HTTP/1.1" 200 322 0.057852 10.0.0.41 - - [2025-09-18 04:27:00] "GET /global-system-configs HTTP/1.1" 200 322 0.150274 10.0.0.56 - - [2025-09-18 04:27:00] "GET /obj-perms HTTP/1.1" 200 5056 0.303739 10.0.0.41 - - [2025-09-18 04:27:00] "GET /obj-perms HTTP/1.1" 200 5056 0.334094 10.0.0.22 - - [2025-09-18 04:27:00] "GET /obj-perms HTTP/1.1" 200 5056 0.355439 10.0.0.56 - - [2025-09-18 04:27:01] "GET /global-system-configs HTTP/1.1" 200 322 0.072407 10.0.0.56 - - [2025-09-18 04:27:02] "GET /global-system-configs HTTP/1.1" 200 322 0.084197 10.0.0.56 - - [2025-09-18 04:27:02] "GET /obj-perms HTTP/1.1" 200 5056 0.180332 10.0.0.22 - - [2025-09-18 04:27:02] "GET /obj-perms HTTP/1.1" 200 5056 0.197508 10.0.0.41 - - [2025-09-18 04:27:02] "GET /obj-perms HTTP/1.1" 200 5056 0.220836 10.0.0.56 - - [2025-09-18 04:27:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004678 10.0.0.56 - - [2025-09-18 04:27:03] "GET /virtual-network/5ebba8c9-9662-4f84-aba1-f765fc73f409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006284 10.0.0.56 - - [2025-09-18 04:27:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.56 - - [2025-09-18 04:27:07] "GET /virtual-network/5ebba8c9-9662-4f84-aba1-f765fc73f409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005699 10.0.0.56 - - [2025-09-18 04:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.56 - - [2025-09-18 04:27:11] "GET /virtual-network/5ebba8c9-9662-4f84-aba1-f765fc73f409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005735 10.0.0.41 - - [2025-09-18 04:27:13] "DELETE /project/88c316c8a2e64cfe8c41207cc298d6ff HTTP/1.1" 404 173 0.005143 10.0.0.41 - - [2025-09-18 04:27:13] "DELETE /project/4163e1bb-6527-4d2d-9268-5caefa9a74b0 HTTP/1.1" 404 177 0.004389 10.0.0.56 - - [2025-09-18 04:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.56 - - [2025-09-18 04:27:15] "GET /virtual-network/5ebba8c9-9662-4f84-aba1-f765fc73f409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005744 10.0.0.56 - - [2025-09-18 04:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.56 - - [2025-09-18 04:27:20] "GET /virtual-network/5ebba8c9-9662-4f84-aba1-f765fc73f409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005890 10.0.0.56 - - [2025-09-18 04:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.56 - - [2025-09-18 04:27:24] "GET /virtual-network/5ebba8c9-9662-4f84-aba1-f765fc73f409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005952 10.0.0.56 - - [2025-09-18 04:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.56 - - [2025-09-18 04:27:26] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003943 10.0.0.56 - - [2025-09-18 04:27:26] "GET /virtual-networks?parent_id=88c316c8-a2e6-4cfe-8c41-207cc298d6ff&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003746 10.0.0.56 - - [2025-09-18 04:27:26] "GET /virtual-network/5ebba8c9-9662-4f84-aba1-f765fc73f409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006799 10.0.0.56 - - [2025-09-18 04:27:30] "POST /neutron/port HTTP/1.1" 200 1198 0.016215 10.0.0.56 - - [2025-09-18 04:27:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004104 10.0.0.56 - - [2025-09-18 04:27:30] "POST /neutron/port HTTP/1.1" 200 117 0.001079 10.0.0.56 - - [2025-09-18 04:27:31] "POST /neutron/port HTTP/1.1" 200 1198 0.045546 10.0.0.56 - - [2025-09-18 04:27:31] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008799 10.0.0.56 - - [2025-09-18 04:27:37] "POST /neutron/port HTTP/1.1" 200 1198 0.017792 10.0.0.56 - - [2025-09-18 04:27:37] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007245 10.0.0.56 - - [2025-09-18 04:27:42] "POST /neutron/port HTTP/1.1" 200 1198 0.051186 10.0.0.56 - - [2025-09-18 04:27:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008340 10.0.0.56 - - [2025-09-18 04:27:42] "POST /neutron/port HTTP/1.1" 200 117 0.001163 10.0.0.56 - - [2025-09-18 04:27:47] "POST /neutron/port HTTP/1.1" 200 1198 0.020268 10.0.0.56 - - [2025-09-18 04:27:52] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008901 10.0.0.56 - - [2025-09-18 04:27:52] "POST /neutron/port HTTP/1.1" 200 1198 0.018825 10.0.0.56 - - [2025-09-18 04:27:52] "GET /virtual-machine/8b313633-ad7b-4a03-8bb7-4654ce011889 HTTP/1.1" 200 1297 0.008078 10.0.0.56 - - [2025-09-18 04:27:52] "GET /virtual-machine-interface/8f158d1f-4226-46aa-8f4c-18fd9456c2c3 HTTP/1.1" 200 3155 0.005412 10.0.0.56 - - [2025-09-18 04:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.56 - - [2025-09-18 04:27:52] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003661 10.0.0.56 - - [2025-09-18 04:27:52] "GET /virtual-networks?parent_id=88c316c8-a2e6-4cfe-8c41-207cc298d6ff&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004332 10.0.0.56 - - [2025-09-18 04:27:52] "GET /virtual-network/5ebba8c9-9662-4f84-aba1-f765fc73f409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005910 10.0.0.56 - - [2025-09-18 04:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.56 - - [2025-09-18 04:27:53] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003814 10.0.0.56 - - [2025-09-18 04:27:53] "GET /virtual-networks?parent_id=88c316c8-a2e6-4cfe-8c41-207cc298d6ff&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003220 10.0.0.56 - - [2025-09-18 04:27:53] "GET /virtual-network/5ebba8c9-9662-4f84-aba1-f765fc73f409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006114 10.0.0.56 - - [2025-09-18 04:27:54] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007630 10.0.0.56 - - [2025-09-18 04:27:54] "POST /neutron/port HTTP/1.1" 200 1198 0.018016 10.0.0.56 - - [2025-09-18 04:27:54] "GET /virtual-machine/017d2e1b-f444-4a48-91cd-81c6aedc9216 HTTP/1.1" 200 1295 0.006621 10.0.0.56 - - [2025-09-18 04:27:54] "GET /virtual-machine-interface/88810823-1e20-4840-b8c6-77263a1a0330 HTTP/1.1" 200 3154 0.005461 10.0.0.56 - - [2025-09-18 04:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.56 - - [2025-09-18 04:27:54] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003593 10.0.0.56 - - [2025-09-18 04:27:54] "GET /virtual-networks?parent_id=88c316c8-a2e6-4cfe-8c41-207cc298d6ff&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003686 10.0.0.56 - - [2025-09-18 04:27:54] "GET /virtual-network/5ebba8c9-9662-4f84-aba1-f765fc73f409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006404 10.0.0.56 - - [2025-09-18 04:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.56 - - [2025-09-18 04:27:55] "GET /global-vrouter-config/031df2a0-aa58-4add-bb51-24930e32a056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004213 10.0.0.56 - - [2025-09-18 04:27:55] "GET /virtual-networks?parent_id=88c316c8-a2e6-4cfe-8c41-207cc298d6ff&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003411 10.0.0.56 - - [2025-09-18 04:27:55] "GET /virtual-network/5ebba8c9-9662-4f84-aba1-f765fc73f409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005889 10.0.0.56 - - [2025-09-18 04:27:55] "GET /virtual-machine-interface/88810823-1e20-4840-b8c6-77263a1a0330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.006710 10.0.0.56 - - [2025-09-18 04:27:55] "PUT /virtual-machine-interface/88810823-1e20-4840-b8c6-77263a1a0330 HTTP/1.1" 200 284 0.017724 10.0.0.56 - - [2025-09-18 04:28:31] "POST /neutron/port HTTP/1.1" 200 1198 0.017941 10.0.0.56 - - [2025-09-18 04:28:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004482 10.0.0.56 - - [2025-09-18 04:28:31] "POST /neutron/port HTTP/1.1" 200 117 0.001144 10.0.0.56 - - [2025-09-18 04:28:43] "POST /neutron/port HTTP/1.1" 200 1198 0.016496 10.0.0.56 - - [2025-09-18 04:28:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004571 10.0.0.56 - - [2025-09-18 04:28:43] "POST /neutron/port HTTP/1.1" 200 117 0.001285 10.0.0.56 - - [2025-09-18 04:29:27] "POST /neutron/network HTTP/1.1" 400 204 0.017751 10.0.0.56 - - [2025-09-18 04:29:28] "POST /neutron/port HTTP/1.1" 200 1198 0.043051 10.0.0.56 - - [2025-09-18 04:29:28] "POST /neutron/port HTTP/1.1" 200 151 0.307173 10.0.0.56 - - [2025-09-18 04:29:28] "POST /neutron/port HTTP/1.1" 200 151 0.344563 10.0.0.41 - - [2025-09-18 04:29:29] "DELETE /route-target/60696742-a94b-4d34-8195-03a275c90913 HTTP/1.1" 200 115 0.027796 10.0.0.41 - - [2025-09-18 04:29:31] "GET /projects?obj_uuids=88c316c8-a2e6-4cfe-8c41-207cc298d6ff&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001311 10.0.0.56 - - [2025-09-18 04:29:31] "GET /project/88c316c8-a2e6-4cfe-8c41-207cc298d6ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.040200 10.0.0.41 - - [2025-09-18 04:29:31] "GET /projects?obj_uuids=88c316c8-a2e6-4cfe-8c41-207cc298d6ff&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001001 10.0.0.56 - - [2025-09-18 04:29:31] "GET /project/88c316c8-a2e6-4cfe-8c41-207cc298d6ff?fields=virtual_networks HTTP/1.1" 200 1039 0.043414 10.0.0.41 - - [2025-09-18 04:29:31] "GET /projects?obj_uuids=88c316c8-a2e6-4cfe-8c41-207cc298d6ff&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001334 10.0.0.56 - - [2025-09-18 04:29:31] "GET /project/88c316c8-a2e6-4cfe-8c41-207cc298d6ff?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.061554 10.0.0.41 - - [2025-09-18 04:29:31] "GET /projects?obj_uuids=88c316c8-a2e6-4cfe-8c41-207cc298d6ff&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001214 10.0.0.56 - - [2025-09-18 04:29:31] "GET /project/88c316c8-a2e6-4cfe-8c41-207cc298d6ff?fields=security_groups HTTP/1.1" 200 1269 0.039205 10.0.0.56 - - [2025-09-18 04:29:32] "POST /fqname-to-id HTTP/1.1" 404 188 0.028006 10.0.0.41 - - [2025-09-18 04:29:32] "GET /projects?obj_uuids=9945fb9d-8fd3-4987-9295-d2d38f142fef&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003310 10.0.0.41 - - [2025-09-18 04:29:32] "GET /domains?obj_uuids=245899c5-19ba-4930-be6a-859f116860e1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001028 10.0.0.41 - - [2025-09-18 04:29:32] "GET /domain/245899c5-19ba-4930-be6a-859f116860e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007191 10.0.0.41 - - [2025-09-18 04:29:33] "POST /id-to-fqname HTTP/1.1" 200 190 0.001086 10.0.0.41 - - [2025-09-18 04:29:33] "POST /fqname-to-id HTTP/1.1" 404 199 0.011321 10.0.0.41 - - [2025-09-18 04:29:33] "POST /security-groups HTTP/1.1" 200 591 0.036416 10.0.0.41 - - [2025-09-18 04:29:33] "POST /projects HTTP/1.1" 200 585 0.264188 10.0.0.41 - - [2025-09-18 04:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.345054 10.0.0.41 - - [2025-09-18 04:29:33] "POST /fqname-to-id HTTP/1.1" 404 233 0.014140 10.0.0.56 - - [2025-09-18 04:29:33] "GET /project/9945fb9d-8fd3-4987-9295-d2d38f142fef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.518922 10.0.0.56 - - [2025-09-18 04:29:34] "GET / HTTP/1.1" 200 35931 0.001920 10.0.0.41 - - [2025-09-18 04:29:40] "GET /projects?obj_uuids=9945fb9d-8fd3-4987-9295-d2d38f142fef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001028 10.0.0.56 - - [2025-09-18 04:29:40] "GET /project/9945fb9d-8fd3-4987-9295-d2d38f142fef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.054451 10.0.0.41 - - [2025-09-18 04:29:40] "GET /projects?obj_uuids=9945fb9d-8fd3-4987-9295-d2d38f142fef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001232 10.0.0.56 - - [2025-09-18 04:29:40] "GET /project/9945fb9d-8fd3-4987-9295-d2d38f142fef?fields=virtual_networks HTTP/1.1" 200 1032 0.044836 10.0.0.41 - - [2025-09-18 04:29:40] "GET /projects?obj_uuids=9945fb9d-8fd3-4987-9295-d2d38f142fef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001298 10.0.0.56 - - [2025-09-18 04:29:40] "GET /project/9945fb9d-8fd3-4987-9295-d2d38f142fef?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.050437 10.0.0.41 - - [2025-09-18 04:29:40] "GET /projects?obj_uuids=9945fb9d-8fd3-4987-9295-d2d38f142fef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001001 10.0.0.56 - - [2025-09-18 04:29:40] "GET /project/9945fb9d-8fd3-4987-9295-d2d38f142fef?fields=security_groups HTTP/1.1" 200 1258 0.062300 10.0.0.41 - - [2025-09-18 04:29:41] "DELETE /access-control-list/69db9707-c117-4e79-9c46-9cac3a5845bb HTTP/1.1" 200 115 0.047592 10.0.0.56 - - [2025-09-18 04:30:12] "GET /obj-perms HTTP/1.1" 200 5056 0.073655 10.0.0.22 - - [2025-09-18 04:30:12] "GET /obj-perms HTTP/1.1" 200 5056 0.059580 10.0.0.41 - - [2025-09-18 04:30:14] "DELETE /project/9945fb9d8fd349879295d2d38f142fef HTTP/1.1" 404 173 0.007383 10.0.0.41 - - [2025-09-18 04:30:14] "DELETE /project/88c316c8-a2e6-4cfe-8c41-207cc298d6ff HTTP/1.1" 404 177 0.006228 10.0.0.41 - - [2025-09-18 04:30:14] "GET /projects?obj_uuids=9945fb9d-8fd3-4987-9295-d2d38f142fef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000877 10.0.0.41 - - [2025-09-18 04:30:14] "GET /project/9945fb9d-8fd3-4987-9295-d2d38f142fef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.075754 10.0.0.41 - - [2025-09-18 04:30:14] "GET /projects?obj_uuids=9945fb9d-8fd3-4987-9295-d2d38f142fef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001788 10.0.0.41 - - [2025-09-18 04:30:14] "GET /project/9945fb9d-8fd3-4987-9295-d2d38f142fef?fields=security_groups HTTP/1.1" 200 1363 0.051457 10.0.0.41 - - [2025-09-18 04:30:14] "DELETE /security-group/2cc0c67b-dead-4943-8096-740dc53f3507 HTTP/1.1" 200 115 0.051625 10.0.0.41 - - [2025-09-18 04:30:14] "GET /projects?obj_uuids=9945fb9d-8fd3-4987-9295-d2d38f142fef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001173 10.0.0.41 - - [2025-09-18 04:30:14] "GET /project/9945fb9d-8fd3-4987-9295-d2d38f142fef?fields=application_policy_sets HTTP/1.1" 200 1402 0.061954 10.0.0.41 - - [2025-09-18 04:30:14] "DELETE /project/9945fb9d-8fd3-4987-9295-d2d38f142fef HTTP/1.1" 200 115 0.466041 10.0.0.41 - - [2025-09-18 04:31:13] "GET /obj-perms HTTP/1.1" 200 5056 0.056700 10.0.0.22 - - [2025-09-18 04:31:58] "GET /global-system-configs HTTP/1.1" 200 322 0.032744 10.0.0.41 - - [2025-09-18 04:31:59] "GET /global-system-configs HTTP/1.1" 200 322 0.052536 10.0.0.56 - - [2025-09-18 04:31:59] "GET /obj-perms HTTP/1.1" 200 5056 0.185031 10.0.0.22 - - [2025-09-18 04:31:59] "GET /global-system-configs HTTP/1.1" 200 322 0.005963 10.0.0.41 - - [2025-09-18 04:31:59] "GET /obj-perms HTTP/1.1" 200 5056 0.005235 10.0.0.41 - - [2025-09-18 04:31:59] "GET /global-system-configs HTTP/1.1" 200 322 0.002999 10.0.0.22 - - [2025-09-18 04:31:59] "GET /obj-perms HTTP/1.1" 200 5056 0.009602 10.0.0.56 - - [2025-09-18 04:32:01] "GET /global-system-configs HTTP/1.1" 200 322 0.068874 10.0.0.56 - - [2025-09-18 04:32:01] "GET /obj-perms HTTP/1.1" 200 5056 0.211371 10.0.0.56 - - [2025-09-18 04:32:02] "GET /global-system-configs HTTP/1.1" 200 322 0.086293 10.0.0.41 - - [2025-09-18 04:32:02] "GET /obj-perms HTTP/1.1" 200 5056 0.165930 10.0.0.22 - - [2025-09-18 04:32:02] "GET /obj-perms HTTP/1.1" 200 5056 0.193320 10.0.0.56 - - [2025-09-18 04:34:16] "GET /obj-perms HTTP/1.1" 200 5056 0.055659 10.0.0.22 - - [2025-09-18 04:35:16] "GET /obj-perms HTTP/1.1" 200 5056 0.051030 10.0.0.41 - - [2025-09-18 04:35:17] "GET /obj-perms HTTP/1.1" 200 5056 0.052506 [Introspect:8084]10.0.0.41 - - [2025-09-18 04:36:46] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000945 [Introspect:8084]10.0.0.41 - - [2025-09-18 04:36:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000874