++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Dec 11 02:10:39 AM UTC 2025 ===================' INFO: =================== Thu Dec 11 02:10:39 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}' +++++ ip route get 1 +++++ grep -o 'dev.*' ++++ 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 +++ awk '{print $2}' +++ head -n 1 +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.27 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.61,10.0.0.33,10.0.0.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.61,10.0.0.33,10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.61,10.0.0.33,10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.61,10.0.0.33,10.0.0.27 ++ 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.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ '[' -n '10.0.0.61:8081 10.0.0.33:8081 10.0.0.27:8081 ' ']' +++ echo '10.0.0.61:8081 10.0.0.33:8081 10.0.0.27:8081' ++ ANALYTICS_SERVERS='10.0.0.61:8081 10.0.0.33:8081 10.0.0.27: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.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ '[' -n '10.0.0.61:9042 10.0.0.33:9042 10.0.0.27:9042 ' ']' +++ echo '10.0.0.61:9042 10.0.0.33:9042 10.0.0.27:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.61:9042 10.0.0.33:9042 10.0.0.27:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.61,10.0.0.33,10.0.0.27 ++ 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.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ '[' -n '10.0.0.61:8086 10.0.0.33:8086 10.0.0.27:8086 ' ']' +++ echo '10.0.0.61:8086 10.0.0.33:8086 10.0.0.27:8086' ++ COLLECTOR_SERVERS='10.0.0.61:8086 10.0.0.33:8086 10.0.0.27: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.61,10.0.0.33,10.0.0.27 ++ CONFIGDB_NODES=10.0.0.61,10.0.0.33,10.0.0.27 ++ 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.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ '[' -n '10.0.0.61:8082 10.0.0.33:8082 10.0.0.27:8082 ' ']' +++ echo '10.0.0.61:8082 10.0.0.33:8082 10.0.0.27:8082' ++ CONFIG_SERVERS='10.0.0.61:8082 10.0.0.33:8082 10.0.0.27: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.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ '[' -n '10.0.0.61:9161 10.0.0.33:9161 10.0.0.27:9161 ' ']' +++ echo '10.0.0.61:9161 10.0.0.33:9161 10.0.0.27:9161' ++ CONFIGDB_SERVERS='10.0.0.61:9161 10.0.0.33:9161 10.0.0.27: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.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ '[' -n '10.0.0.61:9041 10.0.0.33:9041 10.0.0.27:9041 ' ']' +++ echo '10.0.0.61:9041 10.0.0.33:9041 10.0.0.27:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.61:9041 10.0.0.33:9041 10.0.0.27: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.14,10.20.0.18,10.20.0.252 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.14,10.20.0.18,10.20.0.252 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.61,10.0.0.33,10.0.0.27 ++ 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.61 +++ local server_address=10.0.0.61 +++ extended_server_list+=10.0.0.61:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ '[' -n 10.0.0.61:2181,10.0.0.33:2181,10.0.0.27:2181, ']' +++ echo 10.0.0.61:2181,10.0.0.33:2181,10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.61:2181,10.0.0.33:2181,10.0.0.27: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.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ '[' -n '10.0.0.61:2181 10.0.0.33:2181 10.0.0.27:2181 ' ']' +++ echo '10.0.0.61:2181 10.0.0.33:2181 10.0.0.27:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.61:2181 10.0.0.33:2181 10.0.0.27:2181' ++ RABBITMQ_NODES=10.0.0.61,10.0.0.33,10.0.0.27 ++ 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.61 +++ local server_address=10.0.0.61 +++ extended_server_list+=10.0.0.61:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ '[' -n 10.0.0.61:5673,10.0.0.33:5673,10.0.0.27:5673, ']' +++ echo 10.0.0.61:5673,10.0.0.33:5673,10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.61:5673,10.0.0.33:5673,10.0.0.27: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.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ '[' -n '10.0.0.61:6379 10.0.0.33:6379 10.0.0.27:6379 ' ']' +++ echo '10.0.0.61:6379 10.0.0.33:6379 10.0.0.27:6379' ++ REDIS_SERVERS='10.0.0.61:6379 10.0.0.33:6379 10.0.0.27: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.61,10.0.0.33,10.0.0.27 ++ 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.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ '[' -n '10.0.0.61:9092 10.0.0.33:9092 10.0.0.27:9092 ' ']' +++ echo '10.0.0.61:9092 10.0.0.33:9092 10.0.0.27:9092' ++ KAFKA_SERVERS='10.0.0.61:9092 10.0.0.33:9092 10.0.0.27: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.61 ++ 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.61,10.0.0.33,10.0.0.27 ++ 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.61,10.0.0.33,10.0.0.27 ++ 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.61,10.0.0.33,10.0.0.27 + local cassandra=10.0.0.61 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.61 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.61,10.0.0.33,10.0.0.27 +++ local servers=10.0.0.61,10.0.0.33,10.0.0.27 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ tr '\n' , ++++ sort ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' +++ local local_ips=,10.0.0.27,10.20.0.252,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.61'\''))' +++ local server_ip=10.0.0.61 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.61 ]] +++ [[ ,10.0.0.27,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.61, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.27,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.27,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ echo 10.0.0.27 3 +++ return ++ local ip=10.0.0.27 ++ [[ -z 10.0.0.27 ]] ++ echo 10.0.0.27 + host_ip=10.0.0.27 + [[ cql == \c\q\l ]] ++ echo 10.0.0.61:9041 10.0.0.33:9041 10.0.0.27:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.61:9041 10.0.0.33:9041 10.0.0.27:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.27: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=__ ++ sed 's/^API__//g' ++ sort ++ set -o posix ++ set ++ cut -d = -f 1 ++ grep '^API__.*__.*=.*$' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 12/11/2025 02:10:48.058 7f7596737b80 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 12/11/2025 02:10:48.284 7f7596737b80 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 12/11/2025 02:10:48.299 7f7596737b80 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 12/11/2025 02:10:48.299 7f7596737b80 [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.27:8082/ Hit Ctrl-C to quit. 10.0.0.27 - - [2025-12-11 02:11:04] "GET / HTTP/1.1" 503 181 0.000292 10.0.0.27 - - [2025-12-11 02:11:04] "GET / HTTP/1.1" 503 181 0.000190 10.0.0.33 - - [2025-12-11 02:11:05] "GET / HTTP/1.1" 200 35931 0.001424 10.0.0.27 - - [2025-12-11 02:11:05] "GET / HTTP/1.1" 200 45871 0.001173 10.0.0.27 - - [2025-12-11 02:11:05] "GET / HTTP/1.1" 200 45871 0.000926 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.27 - - [2025-12-11 02:11:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000460 10.0.0.27 - - [2025-12-11 02:11:05] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000246 10.0.0.27 - - [2025-12-11 02:11:06] "GET / HTTP/1.1" 200 35931 0.001467 10.0.0.27 - - [2025-12-11 02:11:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000466 10.0.0.27 - - [2025-12-11 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.920362 10.0.0.61 - - [2025-12-11 02:11:07] "GET / HTTP/1.1" 200 35931 0.001377 10.0.0.27 - - [2025-12-11 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004447 10.0.0.27 - - [2025-12-11 02:11:07] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.638964 10.0.0.27 - - [2025-12-11 02:11:07] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003767 10.0.0.27 - - [2025-12-11 02:11:07] "POST /fqname-to-id HTTP/1.1" 404 186 0.062019 10.0.0.27 - - [2025-12-11 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007231 10.0.0.27 - - [2025-12-11 02:11:07] "GET /global-system-config/557068e1-0e3a-446d-ac40-1db86d8ca1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007595 10.0.0.27 - - [2025-12-11 02:11:07] "POST /service-appliance-sets HTTP/1.1" 200 553 0.056028 10.0.0.27 - - [2025-12-11 02:11:07] "POST /fqname-to-id HTTP/1.1" 404 180 0.004191 10.0.0.27 - - [2025-12-11 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004620 10.0.0.27 - - [2025-12-11 02:11:07] "GET /global-system-config/557068e1-0e3a-446d-ac40-1db86d8ca1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008923 /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.27 - - [2025-12-11 02:11:07] "POST /service-appliance-sets HTTP/1.1" 200 541 0.041304 10.0.0.27 - - [2025-12-11 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.008238 10.0.0.27 - - [2025-12-11 02:11:07] "GET /network-ipam/fcded74e-6b16-4867-838c-0cb346c93871?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.007328 10.0.0.27 - - [2025-12-11 02:11:08] "POST /service-templates HTTP/1.1" 200 511 0.049867 10.0.0.27 - - [2025-12-11 02:11:08] "POST /service-templates HTTP/1.1" 200 501 0.034810 10.0.0.27 - - [2025-12-11 02:11:08] "POST /service-templates HTTP/1.1" 200 515 0.042098 10.0.0.27 - - [2025-12-11 02:11:08] "POST /service-templates HTTP/1.1" 200 535 0.034358 10.0.0.27 - - [2025-12-11 02:11:08] "POST /service-templates HTTP/1.1" 200 507 0.037128 10.0.0.27 - - [2025-12-11 02:11:08] "GET / HTTP/1.1" 200 35931 0.002221 10.0.0.27 - - [2025-12-11 02:11:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000342 10.0.0.33 - - [2025-12-11 02:11:08] "GET / HTTP/1.1" 200 35931 0.001234 10.0.0.33 - - [2025-12-11 02:11:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000437 10.0.0.27 - - [2025-12-11 02:11:09] "GET / HTTP/1.1" 200 35931 0.001319 10.0.0.27 - - [2025-12-11 02:11:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000365 10.0.0.33 - - [2025-12-11 02:11:09] "GET / HTTP/1.1" 200 35931 0.001389 10.0.0.33 - - [2025-12-11 02:11:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000342 10.0.0.61 - - [2025-12-11 02:11:09] "GET / HTTP/1.1" 200 35931 0.001949 10.0.0.61 - - [2025-12-11 02:11:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000441 10.0.0.27 - - [2025-12-11 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.652851 10.0.0.27 - - [2025-12-11 02:11:09] "GET /global-system-config/557068e1-0e3a-446d-ac40-1db86d8ca1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007022 10.0.0.27 - - [2025-12-11 02:11:09] "POST /fqname-to-id HTTP/1.1" 404 220 0.008655 10.0.0.27 - - [2025-12-11 02:11:09] "POST /config-database-nodes HTTP/1.1" 200 617 0.050659 10.0.0.33 - - [2025-12-11 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.662991 10.0.0.33 - - [2025-12-11 02:11:10] "GET /global-system-config/557068e1-0e3a-446d-ac40-1db86d8ca1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007605 10.0.0.33 - - [2025-12-11 02:11:10] "POST /fqname-to-id HTTP/1.1" 404 220 0.011070 10.0.0.33 - - [2025-12-11 02:11:10] "POST /config-database-nodes HTTP/1.1" 200 617 0.092648 10.0.0.27 - - [2025-12-11 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.734602 10.0.0.27 - - [2025-12-11 02:11:10] "GET /global-system-config/557068e1-0e3a-446d-ac40-1db86d8ca1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007041 10.0.0.33 - - [2025-12-11 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.416375 10.0.0.33 - - [2025-12-11 02:11:10] "GET /global-system-config/557068e1-0e3a-446d-ac40-1db86d8ca1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008615 10.0.0.61 - - [2025-12-11 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.070679 10.0.0.61 - - [2025-12-11 02:11:10] "GET /global-system-config/557068e1-0e3a-446d-ac40-1db86d8ca1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008830 10.0.0.27 - - [2025-12-11 02:11:10] "POST /fqname-to-id HTTP/1.1" 404 220 0.005151 10.0.0.33 - - [2025-12-11 02:11:10] "POST /fqname-to-id HTTP/1.1" 404 220 0.005548 10.0.0.61 - - [2025-12-11 02:11:10] "POST /fqname-to-id HTTP/1.1" 404 220 0.012142 10.0.0.27 - - [2025-12-11 02:11:10] "POST /config-nodes HTTP/1.1" 200 599 0.096756 10.0.0.33 - - [2025-12-11 02:11:10] "POST /config-nodes HTTP/1.1" 200 599 0.087046 10.0.0.61 - - [2025-12-11 02:11:10] "POST /config-nodes HTTP/1.1" 200 599 0.195633 10.0.0.27 - - [2025-12-11 02:11:11] "GET / HTTP/1.1" 200 35931 0.001569 10.0.0.27 - - [2025-12-11 02:11:11] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000339 10.0.0.61 - - [2025-12-11 02:11:11] "GET / HTTP/1.1" 200 35931 0.001229 10.0.0.61 - - [2025-12-11 02:11:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000386 10.0.0.33 - - [2025-12-11 02:11:11] "GET / HTTP/1.1" 200 35931 0.001480 10.0.0.33 - - [2025-12-11 02:11:11] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000352 10.0.0.61 - - [2025-12-11 02:11:11] "GET / HTTP/1.1" 200 35931 0.001999 10.0.0.61 - - [2025-12-11 02:11:11] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000428 10.0.0.27 - - [2025-12-11 02:11:12] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.800319 10.0.0.61 - - [2025-12-11 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.739217 10.0.0.61 - - [2025-12-11 02:11:12] "GET /global-system-config/557068e1-0e3a-446d-ac40-1db86d8ca1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007795 10.0.0.33 - - [2025-12-11 02:11:12] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.404717 10.0.0.61 - - [2025-12-11 02:11:13] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.087127 10.0.0.61 - - [2025-12-11 02:11:13] "POST /fqname-to-id HTTP/1.1" 404 220 0.007876 10.0.0.61 - - [2025-12-11 02:11:13] "POST /config-database-nodes HTTP/1.1" 200 617 0.045751 10.0.0.27 - - [2025-12-11 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004571 10.0.0.27 - - [2025-12-11 02:11:17] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1213 0.005061 10.0.0.27 - - [2025-12-11 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387 10.0.0.27 - - [2025-12-11 02:11:17] "PUT /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1 HTTP/1.1" 200 276 0.019325 10.0.0.33 - - [2025-12-11 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.33 - - [2025-12-11 02:11:17] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.006105 10.0.0.61 - - [2025-12-11 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.61 - - [2025-12-11 02:11:18] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.004219 10.0.0.33 - - [2025-12-11 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005790 10.0.0.61 - - [2025-12-11 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004982 10.0.0.33 - - [2025-12-11 02:11:18] "PUT /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1 HTTP/1.1" 200 276 0.021242 10.0.0.61 - - [2025-12-11 02:11:18] "PUT /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1 HTTP/1.1" 200 276 0.018162 10.0.0.27 - - [2025-12-11 02:11:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.27 - - [2025-12-11 02:11:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.27 - - [2025-12-11 02:11:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.33 - - [2025-12-11 02:11:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.27 - - [2025-12-11 02:11:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.33 - - [2025-12-11 02:11:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000533 10.0.0.33 - - [2025-12-11 02:11:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.33 - - [2025-12-11 02:11:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.61 - - [2025-12-11 02:11:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.61 - - [2025-12-11 02:11:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.33 - - [2025-12-11 02:11:25] "GET /network-ipam/fcded74e-6b16-4867-838c-0cb346c93871?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.118662 10.0.0.61 - - [2025-12-11 02:11:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.61 - - [2025-12-11 02:11:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.33 - - [2025-12-11 02:11:26] "POST /fqname-to-id HTTP/1.1" 404 224 0.003233 10.0.0.33 - - [2025-12-11 02:11:26] "POST /ref-update HTTP/1.1" 200 156 0.023350 10.0.0.33 - - [2025-12-11 02:11:26] "POST /route-targets HTTP/1.1" 200 327 0.027088 10.0.0.33 - - [2025-12-11 02:11:26] "POST /ref-update HTTP/1.1" 200 156 0.019165 10.0.0.33 - - [2025-12-11 02:11:26] "PUT /access-control-list/705b924a-8071-4caa-9101-b1a55a0b7d83 HTTP/1.1" 200 272 0.015862 10.0.0.33 - - [2025-12-11 02:12:01] "POST /ref-update HTTP/1.1" 200 156 0.030586 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.27 - - [2025-12-11 02:14:11] "GET /obj-perms HTTP/1.1" 200 5056 0.386544 10.0.0.61 - - [2025-12-11 02:15:11] "GET /obj-perms HTTP/1.1" 200 5056 0.046888 10.0.0.33 - - [2025-12-11 02:15:12] "GET /obj-perms HTTP/1.1" 200 5056 0.046621 10.0.0.27 - - [2025-12-11 02:16:21] "GET /global-system-configs HTTP/1.1" 401 292 0.001757 10.0.0.27 - - [2025-12-11 02:16:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.27 - - [2025-12-11 02:16:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.27 - - [2025-12-11 02:16:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.33 - - [2025-12-11 02:16:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.33 - - [2025-12-11 02:16:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.33 - - [2025-12-11 02:16:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.33 - - [2025-12-11 02:16:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.61 - - [2025-12-11 02:16:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000851 10.0.0.61 - - [2025-12-11 02:16:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.61 - - [2025-12-11 02:16:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.61 - - [2025-12-11 02:16:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 [Introspect:8084]10.0.0.27 - - [2025-12-11 02:16:43] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000989 [Introspect:8084]10.0.0.27 - - [2025-12-11 02:16:43] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000754 [Introspect:8084]10.0.0.27 - - [2025-12-11 02:16:59] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001009 [Introspect:8084]10.0.0.27 - - [2025-12-11 02:16:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000777 10.0.0.61 - - [2025-12-11 02:18:02] "GET / HTTP/1.1" 200 35931 0.002892 10.0.0.61 - - [2025-12-11 02:18:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000520 10.0.0.61 - - [2025-12-11 02:18:03] "POST /fqname-to-id HTTP/1.1" 404 186 0.047264 10.0.0.27 - - [2025-12-11 02:18:03] "GET /projects?obj_uuids=969dddc2-07c0-4b28-bd0e-387210de2af1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.054368 10.0.0.27 - - [2025-12-11 02:18:03] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000807 10.0.0.27 - - [2025-12-11 02:18:03] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035488 10.0.0.27 - - [2025-12-11 02:18:03] "POST /id-to-fqname HTTP/1.1" 200 188 0.003402 10.0.0.27 - - [2025-12-11 02:18:03] "POST /fqname-to-id HTTP/1.1" 404 197 0.004429 10.0.0.27 - - [2025-12-11 02:18:03] "POST /security-groups HTTP/1.1" 200 589 0.042154 10.0.0.27 - - [2025-12-11 02:18:03] "POST /projects HTTP/1.1" 200 581 0.324182 10.0.0.33 - - [2025-12-11 02:18:03] "POST /fqname-to-id HTTP/1.1" 404 232 0.024739 10.0.0.27 - - [2025-12-11 02:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.408813 10.0.0.61 - - [2025-12-11 02:18:04] "GET /project/969dddc2-07c0-4b28-bd0e-387210de2af1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.626631 10.0.0.33 - - [2025-12-11 02:18:04] "POST /access-control-lists HTTP/1.1" 200 592 0.068019 10.0.0.61 - - [2025-12-11 02:18:05] "GET / HTTP/1.1" 200 35931 0.001580 10.0.0.27 - - [2025-12-11 02:18:08] "GET /projects?obj_uuids=969dddc2-07c0-4b28-bd0e-387210de2af1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000883 10.0.0.61 - - [2025-12-11 02:18:08] "GET /project/969dddc2-07c0-4b28-bd0e-387210de2af1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.056434 10.0.0.27 - - [2025-12-11 02:18:08] "GET /projects?obj_uuids=969dddc2-07c0-4b28-bd0e-387210de2af1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000817 10.0.0.61 - - [2025-12-11 02:18:08] "GET /project/969dddc2-07c0-4b28-bd0e-387210de2af1?fields=virtual_networks HTTP/1.1" 200 1039 0.057579 10.0.0.27 - - [2025-12-11 02:18:08] "GET /projects?obj_uuids=969dddc2-07c0-4b28-bd0e-387210de2af1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000899 10.0.0.27 - - [2025-12-11 02:18:08] "DELETE /project/969dddc207c04b28bd0e387210de2af1 HTTP/1.1" 404 173 0.010871 10.0.0.61 - - [2025-12-11 02:18:08] "GET /project/969dddc2-07c0-4b28-bd0e-387210de2af1?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.057536 10.0.0.27 - - [2025-12-11 02:18:08] "GET /projects?obj_uuids=969dddc2-07c0-4b28-bd0e-387210de2af1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001504 10.0.0.61 - - [2025-12-11 02:18:08] "GET /project/969dddc2-07c0-4b28-bd0e-387210de2af1?fields=security_groups HTTP/1.1" 200 1263 0.053634 10.0.0.27 - - [2025-12-11 02:18:09] "GET /projects?obj_uuids=277346ea-9726-46eb-9343-31fae992fe5f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003470 10.0.0.27 - - [2025-12-11 02:18:09] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000763 10.0.0.27 - - [2025-12-11 02:18:09] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006817 10.0.0.27 - - [2025-12-11 02:18:09] "POST /id-to-fqname HTTP/1.1" 200 167 0.005180 10.0.0.27 - - [2025-12-11 02:18:09] "POST /fqname-to-id HTTP/1.1" 404 176 0.005974 10.0.0.27 - - [2025-12-11 02:18:09] "POST /security-groups HTTP/1.1" 200 568 0.036931 10.0.0.27 - - [2025-12-11 02:18:09] "POST /projects HTTP/1.1" 200 539 0.269556 10.0.0.33 - - [2025-12-11 02:18:09] "POST /fqname-to-id HTTP/1.1" 404 206 0.007363 10.0.0.27 - - [2025-12-11 02:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.347679 10.0.0.61 - - [2025-12-11 02:18:09] "GET /project/277346ea-9726-46eb-9343-31fae992fe5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.504330 [Introspect:8084]10.0.0.61 - - [2025-12-11 02:18:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001068 10.0.0.27 - - [2025-12-11 02:18:11] "GET /projects?obj_uuids=277346ea-9726-46eb-9343-31fae992fe5f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001337 10.0.0.61 - - [2025-12-11 02:18:11] "GET /project/277346ea-9726-46eb-9343-31fae992fe5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.081110 10.0.0.27 - - [2025-12-11 02:18:12] "GET /obj-perms HTTP/1.1" 200 5056 0.056688 [Introspect:8084]10.0.0.61 - - [2025-12-11 02:18:13] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000638 10.0.0.61 - - [2025-12-11 02:18:14] "GET /obj-perms HTTP/1.1" 200 5056 0.084535 10.0.0.61 - - [2025-12-11 02:18:14] "GET /obj-perms HTTP/1.1" 200 5056 0.004378 10.0.0.61 - - [2025-12-11 02:18:15] "GET /obj-perms HTTP/1.1" 200 5056 0.004039 10.0.0.61 - - [2025-12-11 02:18:15] "GET /obj-perms HTTP/1.1" 200 5056 0.003843 10.0.0.61 - - [2025-12-11 02:18:15] "GET /obj-perms HTTP/1.1" 200 5056 0.004101 10.0.0.61 - - [2025-12-11 02:18:15] "GET /obj-perms HTTP/1.1" 200 5056 0.005344 10.0.0.61 - - [2025-12-11 02:18:15] "GET /obj-perms HTTP/1.1" 200 5056 0.004161 10.0.0.61 - - [2025-12-11 02:18:15] "GET /obj-perms HTTP/1.1" 200 5056 0.003858 10.0.0.61 - - [2025-12-11 02:18:15] "GET /obj-perms HTTP/1.1" 200 5056 0.005036 10.0.0.61 - - [2025-12-11 02:18:15] "GET /obj-perms HTTP/1.1" 200 5056 0.003932 10.0.0.61 - - [2025-12-11 02:18:15] "GET /obj-perms HTTP/1.1" 200 5056 0.053524 10.0.0.27 - - [2025-12-11 02:18:15] "GET /obj-perms HTTP/1.1" 200 5056 0.004215 10.0.0.61 - - [2025-12-11 02:18:15] "GET /obj-perms HTTP/1.1" 200 5056 0.003971 10.0.0.27 - - [2025-12-11 02:18:15] "GET /obj-perms HTTP/1.1" 200 5056 0.004305 10.0.0.27 - - [2025-12-11 02:18:16] "GET /obj-perms HTTP/1.1" 200 5056 0.005128 10.0.0.27 - - [2025-12-11 02:18:16] "GET /obj-perms HTTP/1.1" 200 5056 0.003733 10.0.0.61 - - [2025-12-11 02:18:17] "GET /obj-perms HTTP/1.1" 200 5056 0.004551 10.0.0.61 - - [2025-12-11 02:18:17] "GET /obj-perms HTTP/1.1" 200 5056 0.007011 10.0.0.61 - - [2025-12-11 02:18:17] "GET /obj-perms HTTP/1.1" 200 5056 0.003976 10.0.0.61 - - [2025-12-11 02:18:17] "GET /obj-perms HTTP/1.1" 200 5056 0.004136 10.0.0.61 - - [2025-12-11 02:18:17] "GET /obj-perms HTTP/1.1" 200 5056 0.003886 10.0.0.61 - - [2025-12-11 02:18:17] "GET /obj-perms HTTP/1.1" 200 5056 0.004982 10.0.0.61 - - [2025-12-11 02:18:17] "GET /obj-perms HTTP/1.1" 200 5056 0.004102 10.0.0.61 - - [2025-12-11 02:18:17] "GET /obj-perms HTTP/1.1" 200 5056 0.007866 10.0.0.61 - - [2025-12-11 02:18:18] "GET /obj-perms HTTP/1.1" 200 5056 0.004069 10.0.0.61 - - [2025-12-11 02:18:18] "GET /obj-perms HTTP/1.1" 200 5056 0.003796 10.0.0.61 - - [2025-12-11 02:18:20] "GET /obj-perms HTTP/1.1" 200 5056 0.004413 10.0.0.61 - - [2025-12-11 02:18:20] "GET /obj-perms HTTP/1.1" 200 5056 0.004154 10.0.0.61 - - [2025-12-11 02:18:20] "GET /obj-perms HTTP/1.1" 200 5056 0.004736 10.0.0.61 - - [2025-12-11 02:18:21] "GET /obj-perms HTTP/1.1" 200 5056 0.004694 10.0.0.61 - - [2025-12-11 02:18:22] "GET /obj-perms HTTP/1.1" 200 5056 0.004530 10.0.0.61 - - [2025-12-11 02:18:23] "POST /fqname-to-id HTTP/1.1" 404 199 0.025519 10.0.0.27 - - [2025-12-11 02:18:23] "GET /projects?obj_uuids=23272afe-9ed2-4917-9ac4-e9523ed02d0e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003613 10.0.0.27 - - [2025-12-11 02:18:23] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001045 10.0.0.27 - - [2025-12-11 02:18:23] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008532 10.0.0.27 - - [2025-12-11 02:18:23] "POST /id-to-fqname HTTP/1.1" 200 201 0.001049 10.0.0.27 - - [2025-12-11 02:18:23] "POST /fqname-to-id HTTP/1.1" 404 210 0.007338 10.0.0.27 - - [2025-12-11 02:18:23] "POST /security-groups HTTP/1.1" 200 602 0.040322 10.0.0.27 - - [2025-12-11 02:18:23] "POST /projects HTTP/1.1" 200 607 0.283502 10.0.0.33 - - [2025-12-11 02:18:23] "POST /access-control-lists HTTP/1.1" 200 607 0.037005 10.0.0.27 - - [2025-12-11 02:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.364242 10.0.0.61 - - [2025-12-11 02:18:23] "GET /project/23272afe-9ed2-4917-9ac4-e9523ed02d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.525696 10.0.0.61 - - [2025-12-11 02:18:24] "GET / HTTP/1.1" 200 35931 0.001565 10.0.0.61 - - [2025-12-11 02:18:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000445 10.0.0.61 - - [2025-12-11 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.058557 10.0.0.27 - - [2025-12-11 02:18:26] "GET /projects?obj_uuids=23272afe-9ed2-4917-9ac4-e9523ed02d0e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000761 10.0.0.61 - - [2025-12-11 02:18:26] "GET /project/23272afe-9ed2-4917-9ac4-e9523ed02d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.059939 10.0.0.33 - - [2025-12-11 02:18:26] "POST /route-targets HTTP/1.1" 200 327 0.017071 10.0.0.27 - - [2025-12-11 02:18:27] "POST /useragent-kv HTTP/1.1" 200 115 0.011162 10.0.0.61 - - [2025-12-11 02:18:27] "POST /neutron/subnet HTTP/1.1" 200 730 0.270819 10.0.0.61 - - [2025-12-11 02:18:27] "POST /id-to-fqname HTTP/1.1" 200 233 0.001264 10.0.0.61 - - [2025-12-11 02:18:27] "GET /virtual-network/3f7bef48-5a50-4b47-a985-bc56820f85b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004798 10.0.0.61 - - [2025-12-11 02:18:27] "GET /virtual-network/3f7bef48-5a50-4b47-a985-bc56820f85b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005234 10.0.0.61 - - [2025-12-11 02:18:27] "POST /neutron/network HTTP/1.1" 200 840 0.006547 10.0.0.61 - - [2025-12-11 02:18:27] "GET /virtual-network/3f7bef48-5a50-4b47-a985-bc56820f85b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005121 10.0.0.61 - - [2025-12-11 02:18:28] "GET /obj-perms HTTP/1.1" 200 5052 0.052069 10.0.0.33 - - [2025-12-11 02:18:28] "GET /obj-perms HTTP/1.1" 200 5052 0.071446 10.0.0.61 - - [2025-12-11 02:18:29] "POST /id-to-fqname HTTP/1.1" 200 233 0.001555 10.0.0.27 - - [2025-12-11 02:18:31] "GET /projects?obj_uuids=23272afe-9ed2-4917-9ac4-e9523ed02d0e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000878 10.0.0.61 - - [2025-12-11 02:18:31] "GET /project/23272afe-9ed2-4917-9ac4-e9523ed02d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.075941 10.0.0.61 - - [2025-12-11 02:18:32] "POST /neutron/network HTTP/1.1" 200 840 0.040655 10.0.0.61 - - [2025-12-11 02:18:32] "POST /neutron/port HTTP/1.1" 200 117 0.007246 10.0.0.61 - - [2025-12-11 02:18:34] "POST /neutron/port HTTP/1.1" 200 1072 0.043152 10.0.0.61 - - [2025-12-11 02:18:34] "POST /neutron/port HTTP/1.1" 200 1100 0.022182 10.0.0.61 - - [2025-12-11 02:18:34] "POST /neutron/port HTTP/1.1" 200 117 0.001223 10.0.0.61 - - [2025-12-11 02:18:37] "POST /neutron/security_group HTTP/1.1" 200 2069 0.012136 10.0.0.61 - - [2025-12-11 02:18:45] "GET /obj-perms HTTP/1.1" 200 5052 0.004278 10.0.0.61 - - [2025-12-11 02:18:48] "POST /neutron/network HTTP/1.1" 200 840 0.007412 10.0.0.61 - - [2025-12-11 02:18:48] "POST /neutron/security_group HTTP/1.1" 200 2069 0.032960 10.0.0.61 - - [2025-12-11 02:18:49] "POST /neutron/port HTTP/1.1" 200 151 0.202119 10.0.0.33 - - [2025-12-11 02:18:50] "DELETE /route-target/611adf48-7830-4bf9-ae96-0c6f524caea9 HTTP/1.1" 200 115 0.028620 10.0.0.27 - - [2025-12-11 02:18:51] "GET /projects?obj_uuids=23272afe-9ed2-4917-9ac4-e9523ed02d0e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000943 10.0.0.61 - - [2025-12-11 02:18:51] "GET /project/23272afe-9ed2-4917-9ac4-e9523ed02d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.051772 10.0.0.27 - - [2025-12-11 02:18:51] "GET /projects?obj_uuids=23272afe-9ed2-4917-9ac4-e9523ed02d0e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001535 10.0.0.61 - - [2025-12-11 02:18:51] "GET /project/23272afe-9ed2-4917-9ac4-e9523ed02d0e?fields=virtual_networks HTTP/1.1" 200 1064 0.072692 10.0.0.27 - - [2025-12-11 02:18:51] "GET /projects?obj_uuids=23272afe-9ed2-4917-9ac4-e9523ed02d0e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001447 10.0.0.61 - - [2025-12-11 02:18:51] "GET /project/23272afe-9ed2-4917-9ac4-e9523ed02d0e?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.059737 10.0.0.27 - - [2025-12-11 02:18:51] "GET /projects?obj_uuids=23272afe-9ed2-4917-9ac4-e9523ed02d0e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001138 10.0.0.61 - - [2025-12-11 02:18:51] "GET /project/23272afe-9ed2-4917-9ac4-e9523ed02d0e?fields=security_groups HTTP/1.1" 200 1301 0.050874 10.0.0.27 - - [2025-12-11 02:18:52] "GET /projects?obj_uuids=277346ea-9726-46eb-9343-31fae992fe5f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001017 10.0.0.61 - - [2025-12-11 02:18:52] "GET /project/277346ea-9726-46eb-9343-31fae992fe5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.044698 10.0.0.27 - - [2025-12-11 02:18:57] "GET /projects?obj_uuids=277346ea-9726-46eb-9343-31fae992fe5f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001139 10.0.0.61 - - [2025-12-11 02:18:57] "GET /project/277346ea-9726-46eb-9343-31fae992fe5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.041375 10.0.0.61 - - [2025-12-11 02:19:00] "POST /fqname-to-id HTTP/1.1" 404 200 0.028477 10.0.0.27 - - [2025-12-11 02:19:00] "GET /projects?obj_uuids=ce261820-a70e-403e-9a26-7799b3c5294f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003619 10.0.0.27 - - [2025-12-11 02:19:00] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000912 10.0.0.27 - - [2025-12-11 02:19:00] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009376 10.0.0.27 - - [2025-12-11 02:19:01] "POST /id-to-fqname HTTP/1.1" 200 202 0.001022 10.0.0.27 - - [2025-12-11 02:19:01] "POST /fqname-to-id HTTP/1.1" 404 211 0.011949 10.0.0.27 - - [2025-12-11 02:19:01] "POST /security-groups HTTP/1.1" 200 603 0.042227 10.0.0.27 - - [2025-12-11 02:19:01] "POST /projects HTTP/1.1" 200 609 0.327295 10.0.0.27 - - [2025-12-11 02:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.396401 10.0.0.33 - - [2025-12-11 02:19:01] "POST /fqname-to-id HTTP/1.1" 404 245 0.022733 10.0.0.61 - - [2025-12-11 02:19:01] "GET /project/ce261820-a70e-403e-9a26-7799b3c5294f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.595476 10.0.0.61 - - [2025-12-11 02:19:02] "GET / HTTP/1.1" 200 35931 0.001677 10.0.0.61 - - [2025-12-11 02:19:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000466 10.0.0.61 - - [2025-12-11 02:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.067539 10.0.0.27 - - [2025-12-11 02:19:03] "GET /projects?obj_uuids=ce261820-a70e-403e-9a26-7799b3c5294f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000833 10.0.0.61 - - [2025-12-11 02:19:03] "GET /project/ce261820-a70e-403e-9a26-7799b3c5294f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.053530 10.0.0.61 - - [2025-12-11 02:19:03] "POST /neutron/network HTTP/1.1" 200 117 0.035714 10.0.0.33 - - [2025-12-11 02:19:03] "POST /ref-update HTTP/1.1" 200 156 0.027072 10.0.0.61 - - [2025-12-11 02:19:04] "POST /neutron/network HTTP/1.1" 200 921 0.016263 10.0.0.61 - - [2025-12-11 02:19:04] "POST /id-to-fqname HTTP/1.1" 200 275 0.001326 10.0.0.61 - - [2025-12-11 02:19:04] "GET /virtual-network/4c4a005e-91c0-4984-874c-12aec0dac01f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2188 0.006420 10.0.0.61 - - [2025-12-11 02:19:04] "GET /virtual-network/4c4a005e-91c0-4984-874c-12aec0dac01f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2188 0.012865 10.0.0.61 - - [2025-12-11 02:19:04] "POST /neutron/subnet HTTP/1.1" 200 720 0.020165 10.0.0.61 - - [2025-12-11 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.27 - - [2025-12-11 02:19:04] "GET /projects?obj_uuids=ce261820-a70e-403e-9a26-7799b3c5294f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000803 10.0.0.61 - - [2025-12-11 02:19:04] "GET /project/ce261820-a70e-403e-9a26-7799b3c5294f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.080426 10.0.0.27 - - [2025-12-11 02:19:04] "POST /useragent-kv HTTP/1.1" 200 115 0.016301 10.0.0.61 - - [2025-12-11 02:19:04] "POST /neutron/subnet HTTP/1.1" 200 715 0.213287 10.0.0.61 - - [2025-12-11 02:19:04] "POST /id-to-fqname HTTP/1.1" 200 275 0.001137 10.0.0.61 - - [2025-12-11 02:19:04] "GET /virtual-network/245834c1-31cd-40c6-866a-b7a29d3d719b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2185 0.005272 10.0.0.61 - - [2025-12-11 02:19:04] "GET /virtual-network/245834c1-31cd-40c6-866a-b7a29d3d719b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2185 0.005504 10.0.0.61 - - [2025-12-11 02:19:04] "POST /neutron/network HTTP/1.1" 200 920 0.006638 10.0.0.61 - - [2025-12-11 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002599 10.0.0.27 - - [2025-12-11 02:19:04] "GET /projects?obj_uuids=ce261820-a70e-403e-9a26-7799b3c5294f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001122 10.0.0.61 - - [2025-12-11 02:19:05] "GET /project/ce261820-a70e-403e-9a26-7799b3c5294f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.048711 10.0.0.27 - - [2025-12-11 02:19:05] "GET /projects?obj_uuids=ce261820-a70e-403e-9a26-7799b3c5294f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000840 10.0.0.61 - - [2025-12-11 02:19:05] "POST /neutron/network HTTP/1.1" 200 705 0.163621 10.0.0.33 - - [2025-12-11 02:19:05] "POST /route-targets HTTP/1.1" 200 327 0.014102 10.0.0.61 - - [2025-12-11 02:19:05] "POST /id-to-fqname HTTP/1.1" 200 276 0.004646 10.0.0.61 - - [2025-12-11 02:19:05] "GET /virtual-network/d79a6614-98c1-4b52-983a-15380016b464?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2190 0.005898 10.0.0.61 - - [2025-12-11 02:19:05] "POST /neutron/network HTTP/1.1" 200 922 0.008021 10.0.0.61 - - [2025-12-11 02:19:05] "GET /virtual-network/d79a6614-98c1-4b52-983a-15380016b464?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2190 0.005605 10.0.0.61 - - [2025-12-11 02:19:05] "POST /id-to-fqname HTTP/1.1" 200 275 0.001138 10.0.0.61 - - [2025-12-11 02:19:06] "POST /neutron/network HTTP/1.1" 200 930 0.006668 10.0.0.27 - - [2025-12-11 02:19:06] "GET /projects?obj_uuids=ce261820-a70e-403e-9a26-7799b3c5294f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000950 10.0.0.61 - - [2025-12-11 02:19:06] "GET /project/ce261820-a70e-403e-9a26-7799b3c5294f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.069614 10.0.0.61 - - [2025-12-11 02:19:07] "POST /neutron/port HTTP/1.1" 200 117 0.008499 10.0.0.61 - - [2025-12-11 02:19:07] "POST /id-to-fqname HTTP/1.1" 200 276 0.001414 10.0.0.61 - - [2025-12-11 02:19:07] "POST /neutron/network HTTP/1.1" 200 930 0.009186 10.0.0.61 - - [2025-12-11 02:19:07] "POST /neutron/port HTTP/1.1" 200 1070 0.014834 10.0.0.61 - - [2025-12-11 02:19:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004879 10.0.0.27 - - [2025-12-11 02:19:08] "GET /projects?obj_uuids=ce261820-a70e-403e-9a26-7799b3c5294f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000878 10.0.0.61 - - [2025-12-11 02:19:08] "POST /neutron/network HTTP/1.1" 200 920 0.005078 10.0.0.61 - - [2025-12-11 02:19:08] "GET /project/ce261820-a70e-403e-9a26-7799b3c5294f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.087915 10.0.0.61 - - [2025-12-11 02:19:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009454 10.0.0.27 - - [2025-12-11 02:19:08] "DELETE /project/23272afe9ed249179ac4e9523ed02d0e HTTP/1.1" 404 173 0.008995 10.0.0.27 - - [2025-12-11 02:19:08] "DELETE /project/ce261820a70e403e9a267799b3c5294f HTTP/1.1" 404 173 0.006740 10.0.0.27 - - [2025-12-11 02:19:08] "DELETE /project/277346ea972646eb934331fae992fe5f HTTP/1.1" 404 173 0.010589 10.0.0.27 - - [2025-12-11 02:19:08] "GET /projects?obj_uuids=23272afe-9ed2-4917-9ac4-e9523ed02d0e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001019 10.0.0.27 - - [2025-12-11 02:19:08] "GET /projects?obj_uuids=969dddc2-07c0-4b28-bd0e-387210de2af1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001012 10.0.0.27 - - [2025-12-11 02:19:08] "GET /project/969dddc2-07c0-4b28-bd0e-387210de2af1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.045648 10.0.0.27 - - [2025-12-11 02:19:08] "GET /projects?obj_uuids=969dddc2-07c0-4b28-bd0e-387210de2af1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002115 10.0.0.27 - - [2025-12-11 02:19:08] "GET /project/23272afe-9ed2-4917-9ac4-e9523ed02d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1522 0.085480 10.0.0.27 - - [2025-12-11 02:19:08] "GET /projects?obj_uuids=23272afe-9ed2-4917-9ac4-e9523ed02d0e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000944 10.0.0.27 - - [2025-12-11 02:19:08] "GET /project/969dddc2-07c0-4b28-bd0e-387210de2af1?fields=security_groups HTTP/1.1" 200 1368 0.079867 10.0.0.27 - - [2025-12-11 02:19:08] "GET /project/23272afe-9ed2-4917-9ac4-e9523ed02d0e?fields=security_groups HTTP/1.1" 200 1406 0.119795 10.0.0.27 - - [2025-12-11 02:19:08] "DELETE /security-group/2a4e82ba-e3a7-4d77-82e3-60f1c2ec4bcf HTTP/1.1" 200 115 0.111427 10.0.0.27 - - [2025-12-11 02:19:08] "GET /projects?obj_uuids=969dddc2-07c0-4b28-bd0e-387210de2af1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000849 10.0.0.27 - - [2025-12-11 02:19:08] "DELETE /security-group/f2e24f84-083d-4f3a-9d61-8ff0c4025f15 HTTP/1.1" 200 115 0.106870 10.0.0.27 - - [2025-12-11 02:19:08] "GET /project/969dddc2-07c0-4b28-bd0e-387210de2af1?fields=application_policy_sets HTTP/1.1" 200 1407 0.120929 10.0.0.27 - - [2025-12-11 02:19:08] "GET /projects?obj_uuids=23272afe-9ed2-4917-9ac4-e9523ed02d0e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002044 10.0.0.33 - - [2025-12-11 02:19:09] "DELETE /access-control-list/51539039-4e85-4ab9-b7d7-9abd3e1b0487 HTTP/1.1" 200 115 0.109750 10.0.0.27 - - [2025-12-11 02:19:09] "GET /project/23272afe-9ed2-4917-9ac4-e9523ed02d0e?fields=application_policy_sets HTTP/1.1" 200 1445 0.119313 10.0.0.27 - - [2025-12-11 02:19:09] "DELETE /project/969dddc2-07c0-4b28-bd0e-387210de2af1 HTTP/1.1" 200 115 0.701432 10.0.0.27 - - [2025-12-11 02:19:09] "DELETE /project/23272afe-9ed2-4917-9ac4-e9523ed02d0e HTTP/1.1" 200 115 0.763645 10.0.0.27 - - [2025-12-11 02:19:09] "GET /projects?obj_uuids=ce261820-a70e-403e-9a26-7799b3c5294f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001347 10.0.0.61 - - [2025-12-11 02:19:09] "POST /neutron/port HTTP/1.1" 200 1070 0.349976 10.0.0.61 - - [2025-12-11 02:19:10] "POST /neutron/port HTTP/1.1" 200 1070 0.042111 10.0.0.61 - - [2025-12-11 02:19:10] "POST /neutron/port HTTP/1.1" 200 1098 0.020843 10.0.0.61 - - [2025-12-11 02:19:10] "POST /neutron/subnet HTTP/1.1" 200 689 0.008332 10.0.0.61 - - [2025-12-11 02:19:10] "POST /neutron/port HTTP/1.1" 200 151 0.209553 10.0.0.27 - - [2025-12-11 02:19:12] "POST /useragent-kv HTTP/1.1" 200 115 0.005424 10.0.0.27 - - [2025-12-11 02:19:12] "POST /useragent-kv HTTP/1.1" 200 115 0.006992 10.0.0.33 - - [2025-12-11 02:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004538 10.0.0.61 - - [2025-12-11 02:19:12] "POST /neutron/network HTTP/1.1" 200 151 0.139264 10.0.0.61 - - [2025-12-11 02:19:14] "POST /neutron/network HTTP/1.1" 200 922 0.007013 10.0.0.61 - - [2025-12-11 02:19:14] "POST /neutron/port HTTP/1.1" 200 1124 0.011991 10.0.0.61 - - [2025-12-11 02:19:14] "POST /neutron/network HTTP/1.1" 200 1675 0.008996 10.0.0.61 - - [2025-12-11 02:19:15] "GET /obj-perms HTTP/1.1" 200 5056 0.060390 10.0.0.61 - - [2025-12-11 02:19:16] "POST /neutron/network HTTP/1.1" 200 922 0.006788 10.0.0.33 - - [2025-12-11 02:19:16] "DELETE /route-target/50c5219d-fbe4-42e2-bf08-a9cbd3622787 HTTP/1.1" 200 115 0.040983 10.0.0.27 - - [2025-12-11 02:19:16] "POST /useragent-kv HTTP/1.1" 200 115 0.013425 10.0.0.27 - - [2025-12-11 02:19:16] "POST /useragent-kv HTTP/1.1" 200 115 0.005808 10.0.0.61 - - [2025-12-11 02:19:16] "POST /neutron/network HTTP/1.1" 200 151 0.152916 10.0.0.27 - - [2025-12-11 02:19:16] "GET /projects?obj_uuids=ce261820-a70e-403e-9a26-7799b3c5294f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001256 10.0.0.61 - - [2025-12-11 02:19:16] "GET /project/ce261820-a70e-403e-9a26-7799b3c5294f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.095556 10.0.0.27 - - [2025-12-11 02:19:16] "GET /projects?obj_uuids=ce261820-a70e-403e-9a26-7799b3c5294f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000799 10.0.0.61 - - [2025-12-11 02:19:16] "GET /project/ce261820-a70e-403e-9a26-7799b3c5294f?fields=virtual_networks HTTP/1.1" 200 1067 0.066507 10.0.0.27 - - [2025-12-11 02:19:16] "GET /projects?obj_uuids=ce261820-a70e-403e-9a26-7799b3c5294f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000831 10.0.0.61 - - [2025-12-11 02:19:16] "GET /project/ce261820-a70e-403e-9a26-7799b3c5294f?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.047421 10.0.0.27 - - [2025-12-11 02:19:17] "GET /projects?obj_uuids=ce261820-a70e-403e-9a26-7799b3c5294f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000878 10.0.0.61 - - [2025-12-11 02:19:17] "GET /project/ce261820-a70e-403e-9a26-7799b3c5294f?fields=security_groups HTTP/1.1" 200 1305 0.051148 10.0.0.61 - - [2025-12-11 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 190 0.031625 10.0.0.27 - - [2025-12-11 02:19:18] "GET /projects?obj_uuids=cebfb294-e233-4dee-afbf-447c698916a0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003279 10.0.0.27 - - [2025-12-11 02:19:18] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000866 10.0.0.27 - - [2025-12-11 02:19:18] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006889 10.0.0.27 - - [2025-12-11 02:19:18] "POST /id-to-fqname HTTP/1.1" 200 192 0.005325 10.0.0.27 - - [2025-12-11 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 201 0.019487 10.0.0.27 - - [2025-12-11 02:19:18] "POST /security-groups HTTP/1.1" 200 593 0.073757 10.0.0.33 - - [2025-12-11 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 236 0.004386 10.0.0.27 - - [2025-12-11 02:19:18] "POST /projects HTTP/1.1" 200 589 0.314430 10.0.0.27 - - [2025-12-11 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.398411 10.0.0.33 - - [2025-12-11 02:19:18] "POST /access-control-lists HTTP/1.1" 200 596 0.062656 10.0.0.61 - - [2025-12-11 02:19:18] "GET /project/cebfb294-e233-4dee-afbf-447c698916a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.617831 10.0.0.61 - - [2025-12-11 02:19:19] "GET / HTTP/1.1" 200 35931 0.002585 10.0.0.61 - - [2025-12-11 02:19:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000437 10.0.0.61 - - [2025-12-11 02:19:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.052180 10.0.0.27 - - [2025-12-11 02:19:20] "GET /projects?obj_uuids=cebfb294-e233-4dee-afbf-447c698916a0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000866 10.0.0.61 - - [2025-12-11 02:19:20] "GET /project/cebfb294-e233-4dee-afbf-447c698916a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.039664 10.0.0.27 - - [2025-12-11 02:19:21] "POST /useragent-kv HTTP/1.1" 200 115 0.013401 10.0.0.61 - - [2025-12-11 02:19:21] "POST /neutron/subnet HTTP/1.1" 200 724 0.329488 10.0.0.61 - - [2025-12-11 02:19:21] "POST /id-to-fqname HTTP/1.1" 200 255 0.001220 10.0.0.61 - - [2025-12-11 02:19:21] "GET /virtual-network/0ced9af4-cc65-4242-b234-d97f1a93bca7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.005293 10.0.0.61 - - [2025-12-11 02:19:21] "GET /virtual-network/0ced9af4-cc65-4242-b234-d97f1a93bca7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.011749 10.0.0.61 - - [2025-12-11 02:19:21] "POST /neutron/network HTTP/1.1" 200 892 0.006433 10.0.0.61 - - [2025-12-11 02:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.27 - - [2025-12-11 02:19:21] "GET /projects?obj_uuids=cebfb294-e233-4dee-afbf-447c698916a0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000905 10.0.0.61 - - [2025-12-11 02:19:21] "GET /project/cebfb294-e233-4dee-afbf-447c698916a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.040292 10.0.0.27 - - [2025-12-11 02:19:21] "GET /projects?obj_uuids=cebfb294-e233-4dee-afbf-447c698916a0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000893 10.0.0.61 - - [2025-12-11 02:19:21] "POST /neutron/network HTTP/1.1" 200 673 0.162768 10.0.0.33 - - [2025-12-11 02:19:21] "POST /route-targets HTTP/1.1" 200 327 0.013868 10.0.0.61 - - [2025-12-11 02:19:22] "POST /id-to-fqname HTTP/1.1" 200 255 0.003799 10.0.0.61 - - [2025-12-11 02:19:22] "GET /virtual-network/022fea43-7d33-46ea-a7ac-807a670c040a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.004930 10.0.0.61 - - [2025-12-11 02:19:22] "POST /neutron/network HTTP/1.1" 200 893 0.005619 10.0.0.61 - - [2025-12-11 02:19:22] "GET /virtual-network/022fea43-7d33-46ea-a7ac-807a670c040a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.004638 10.0.0.61 - - [2025-12-11 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.27 - - [2025-12-11 02:19:22] "GET /projects?obj_uuids=cebfb294-e233-4dee-afbf-447c698916a0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000861 10.0.0.61 - - [2025-12-11 02:19:22] "GET /project/cebfb294-e233-4dee-afbf-447c698916a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.046108 10.0.0.61 - - [2025-12-11 02:19:22] "POST /neutron/network HTTP/1.1" 200 117 0.016270 10.0.0.33 - - [2025-12-11 02:19:22] "POST /ref-update HTTP/1.1" 200 156 0.025079 10.0.0.61 - - [2025-12-11 02:19:22] "POST /neutron/network HTTP/1.1" 200 895 0.010210 10.0.0.61 - - [2025-12-11 02:19:22] "POST /id-to-fqname HTTP/1.1" 200 256 0.001258 10.0.0.61 - - [2025-12-11 02:19:22] "GET /virtual-network/924bfae9-5599-4ef0-87f5-7604b660c36c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.006650 10.0.0.61 - - [2025-12-11 02:19:22] "GET /virtual-network/924bfae9-5599-4ef0-87f5-7604b660c36c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.006285 10.0.0.61 - - [2025-12-11 02:19:22] "POST /neutron/subnet HTTP/1.1" 200 730 0.009326 10.0.0.61 - - [2025-12-11 02:19:22] "POST /id-to-fqname HTTP/1.1" 200 255 0.000988 10.0.0.27 - - [2025-12-11 02:19:23] "GET /projects?obj_uuids=cebfb294-e233-4dee-afbf-447c698916a0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001087 10.0.0.61 - - [2025-12-11 02:19:23] "GET /project/cebfb294-e233-4dee-afbf-447c698916a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.064422 10.0.0.61 - - [2025-12-11 02:19:24] "POST /neutron/port HTTP/1.1" 200 117 0.009884 10.0.0.61 - - [2025-12-11 02:19:24] "POST /id-to-fqname HTTP/1.1" 200 256 0.001308 10.0.0.61 - - [2025-12-11 02:19:24] "POST /neutron/network HTTP/1.1" 200 905 0.006744 10.0.0.61 - - [2025-12-11 02:19:24] "POST /neutron/port HTTP/1.1" 200 1063 0.013900 10.0.0.61 - - [2025-12-11 02:19:25] "POST /neutron/port HTTP/1.1" 200 1091 0.019337 10.0.0.27 - - [2025-12-11 02:19:25] "GET /projects?obj_uuids=cebfb294-e233-4dee-afbf-447c698916a0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001131 10.0.0.61 - - [2025-12-11 02:19:25] "POST /neutron/port HTTP/1.1" 200 117 0.001246 10.0.0.61 - - [2025-12-11 02:19:25] "GET /project/cebfb294-e233-4dee-afbf-447c698916a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.115315 10.0.0.61 - - [2025-12-11 02:19:25] "POST /neutron/port HTTP/1.1" 200 1091 0.022499 10.0.0.61 - - [2025-12-11 02:19:25] "POST /neutron/network HTTP/1.1" 200 905 0.010767 10.0.0.61 - - [2025-12-11 02:19:26] "POST /neutron/port HTTP/1.1" 200 1063 0.014195 10.0.0.61 - - [2025-12-11 02:19:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004411 10.0.0.61 - - [2025-12-11 02:19:26] "POST /neutron/network HTTP/1.1" 200 895 0.007328 10.0.0.61 - - [2025-12-11 02:19:27] "POST /neutron/port HTTP/1.1" 200 1091 0.013994 10.0.0.61 - - [2025-12-11 02:19:27] "POST /neutron/port HTTP/1.1" 200 1091 0.030313 10.0.0.61 - - [2025-12-11 02:19:28] "POST /neutron/port HTTP/1.1" 200 117 0.007807 10.0.0.61 - - [2025-12-11 02:19:29] "POST /neutron/network HTTP/1.1" 200 895 0.008604 10.0.0.33 - - [2025-12-11 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.27 - - [2025-12-11 02:19:29] "POST /useragent-kv HTTP/1.1" 200 115 0.005246 10.0.0.27 - - [2025-12-11 02:19:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003787 10.0.0.61 - - [2025-12-11 02:19:29] "POST /neutron/network HTTP/1.1" 200 151 0.140622 10.0.0.27 - - [2025-12-11 02:19:29] "GET /projects?obj_uuids=cebfb294-e233-4dee-afbf-447c698916a0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001116 10.0.0.33 - - [2025-12-11 02:19:29] "DELETE /route-target/7cc68a9e-d628-4d84-9278-d70b1598856e HTTP/1.1" 200 115 0.034147 10.0.0.61 - - [2025-12-11 02:19:29] "GET /project/cebfb294-e233-4dee-afbf-447c698916a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.091359 10.0.0.27 - - [2025-12-11 02:19:29] "GET /projects?obj_uuids=cebfb294-e233-4dee-afbf-447c698916a0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001073 10.0.0.61 - - [2025-12-11 02:19:29] "GET /project/cebfb294-e233-4dee-afbf-447c698916a0?fields=virtual_networks HTTP/1.1" 200 1047 0.047753 10.0.0.27 - - [2025-12-11 02:19:29] "GET /projects?obj_uuids=cebfb294-e233-4dee-afbf-447c698916a0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001434 10.0.0.61 - - [2025-12-11 02:19:29] "GET /project/cebfb294-e233-4dee-afbf-447c698916a0?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.038142 10.0.0.27 - - [2025-12-11 02:19:29] "GET /projects?obj_uuids=cebfb294-e233-4dee-afbf-447c698916a0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001117 10.0.0.61 - - [2025-12-11 02:19:29] "GET /project/cebfb294-e233-4dee-afbf-447c698916a0?fields=security_groups HTTP/1.1" 200 1275 0.044127 10.0.0.61 - - [2025-12-11 02:19:30] "POST /fqname-to-id HTTP/1.1" 404 196 0.031665 10.0.0.27 - - [2025-12-11 02:19:31] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005851 10.0.0.27 - - [2025-12-11 02:19:31] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001107 10.0.0.27 - - [2025-12-11 02:19:31] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007596 10.0.0.27 - - [2025-12-11 02:19:31] "POST /id-to-fqname HTTP/1.1" 200 198 0.006114 10.0.0.27 - - [2025-12-11 02:19:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.004339 10.0.0.27 - - [2025-12-11 02:19:31] "POST /security-groups HTTP/1.1" 200 599 0.034531 10.0.0.27 - - [2025-12-11 02:19:31] "POST /projects HTTP/1.1" 200 601 0.267486 10.0.0.27 - - [2025-12-11 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.321430 10.0.0.33 - - [2025-12-11 02:19:31] "POST /fqname-to-id HTTP/1.1" 404 241 0.009785 10.0.0.61 - - [2025-12-11 02:19:31] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.489269 10.0.0.61 - - [2025-12-11 02:19:32] "GET / HTTP/1.1" 200 35931 0.001762 10.0.0.61 - - [2025-12-11 02:19:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000456 10.0.0.61 - - [2025-12-11 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.065531 10.0.0.27 - - [2025-12-11 02:19:33] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000782 10.0.0.61 - - [2025-12-11 02:19:33] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.040384 10.0.0.33 - - [2025-12-11 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.022808 10.0.0.27 - - [2025-12-11 02:19:34] "POST /useragent-kv HTTP/1.1" 200 115 0.005649 10.0.0.61 - - [2025-12-11 02:19:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.271651 10.0.0.61 - - [2025-12-11 02:19:34] "POST /id-to-fqname HTTP/1.1" 200 267 0.001203 10.0.0.61 - - [2025-12-11 02:19:34] "GET /virtual-network/415ecb64-2d7a-45e0-960d-0a88a8420a98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.004714 10.0.0.61 - - [2025-12-11 02:19:34] "GET /virtual-network/415ecb64-2d7a-45e0-960d-0a88a8420a98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.004627 10.0.0.61 - - [2025-12-11 02:19:34] "POST /neutron/network HTTP/1.1" 200 910 0.006088 10.0.0.61 - - [2025-12-11 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.27 - - [2025-12-11 02:19:34] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000959 10.0.0.61 - - [2025-12-11 02:19:34] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.050527 10.0.0.27 - - [2025-12-11 02:19:34] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001740 10.0.0.61 - - [2025-12-11 02:19:34] "POST /neutron/network HTTP/1.1" 200 691 0.161023 10.0.0.61 - - [2025-12-11 02:19:34] "POST /id-to-fqname HTTP/1.1" 200 267 0.003427 10.0.0.61 - - [2025-12-11 02:19:34] "GET /virtual-network/d320a875-8035-405c-aec1-422173b62b7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.005333 10.0.0.61 - - [2025-12-11 02:19:34] "POST /neutron/network HTTP/1.1" 200 910 0.006955 10.0.0.61 - - [2025-12-11 02:19:34] "GET /virtual-network/d320a875-8035-405c-aec1-422173b62b7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.004759 10.0.0.61 - - [2025-12-11 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004351 10.0.0.27 - - [2025-12-11 02:19:34] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001183 10.0.0.61 - - [2025-12-11 02:19:34] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.053014 10.0.0.61 - - [2025-12-11 02:19:35] "POST /neutron/network HTTP/1.1" 200 117 0.014788 10.0.0.33 - - [2025-12-11 02:19:35] "POST /route-targets HTTP/1.1" 200 327 0.013003 10.0.0.61 - - [2025-12-11 02:19:35] "POST /neutron/network HTTP/1.1" 200 914 0.008503 10.0.0.61 - - [2025-12-11 02:19:35] "POST /id-to-fqname HTTP/1.1" 200 268 0.001053 10.0.0.61 - - [2025-12-11 02:19:35] "GET /virtual-network/9f80e1b9-79e4-4beb-831b-f48c19cbf998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004456 10.0.0.61 - - [2025-12-11 02:19:35] "GET /virtual-network/9f80e1b9-79e4-4beb-831b-f48c19cbf998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004712 10.0.0.61 - - [2025-12-11 02:19:35] "POST /neutron/subnet HTTP/1.1" 200 734 0.009489 10.0.0.61 - - [2025-12-11 02:19:35] "POST /id-to-fqname HTTP/1.1" 200 267 0.000824 10.0.0.27 - - [2025-12-11 02:20:09] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000860 10.0.0.61 - - [2025-12-11 02:20:09] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.082221 10.0.0.27 - - [2025-12-11 02:20:09] "DELETE /project/96326183591e420a9b242c967263235e HTTP/1.1" 404 173 0.006081 10.0.0.27 - - [2025-12-11 02:20:09] "DELETE /project/cebfb294e2334deeafbf447c698916a0 HTTP/1.1" 404 173 0.011113 10.0.0.27 - - [2025-12-11 02:20:09] "GET /projects?obj_uuids=ce261820-a70e-403e-9a26-7799b3c5294f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000726 10.0.0.27 - - [2025-12-11 02:20:09] "GET /projects?obj_uuids=cebfb294-e233-4dee-afbf-447c698916a0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000638 10.0.0.27 - - [2025-12-11 02:20:09] "GET /project/cebfb294-e233-4dee-afbf-447c698916a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.047214 10.0.0.27 - - [2025-12-11 02:20:09] "GET /projects?obj_uuids=cebfb294-e233-4dee-afbf-447c698916a0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001216 10.0.0.27 - - [2025-12-11 02:20:09] "GET /project/ce261820-a70e-403e-9a26-7799b3c5294f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1527 0.077965 10.0.0.27 - - [2025-12-11 02:20:09] "GET /projects?obj_uuids=ce261820-a70e-403e-9a26-7799b3c5294f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000980 10.0.0.27 - - [2025-12-11 02:20:09] "GET /project/cebfb294-e233-4dee-afbf-447c698916a0?fields=security_groups HTTP/1.1" 200 1380 0.088286 10.0.0.61 - - [2025-12-11 02:20:09] "POST /neutron/port HTTP/1.1" 200 117 0.020875 10.0.0.27 - - [2025-12-11 02:20:09] "GET /project/ce261820-a70e-403e-9a26-7799b3c5294f?fields=security_groups HTTP/1.1" 200 1410 0.125255 10.0.0.61 - - [2025-12-11 02:20:09] "POST /id-to-fqname HTTP/1.1" 200 268 0.001077 10.0.0.27 - - [2025-12-11 02:20:09] "DELETE /security-group/12db3408-2043-421b-90c8-a8262ecde7b6 HTTP/1.1" 200 115 0.095077 10.0.0.27 - - [2025-12-11 02:20:09] "GET /projects?obj_uuids=cebfb294-e233-4dee-afbf-447c698916a0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002087 10.0.0.27 - - [2025-12-11 02:20:09] "DELETE /security-group/14126adc-f808-4834-8c61-2f07d4de4692 HTTP/1.1" 200 115 0.112552 10.0.0.27 - - [2025-12-11 02:20:09] "GET /project/cebfb294-e233-4dee-afbf-447c698916a0?fields=application_policy_sets HTTP/1.1" 200 1419 0.101694 10.0.0.27 - - [2025-12-11 02:20:09] "GET /projects?obj_uuids=ce261820-a70e-403e-9a26-7799b3c5294f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001807 10.0.0.33 - - [2025-12-11 02:20:09] "DELETE /access-control-list/30cf796b-f050-40a1-81ac-ac59a0111da3 HTTP/1.1" 200 115 0.073777 10.0.0.27 - - [2025-12-11 02:20:09] "GET /project/ce261820-a70e-403e-9a26-7799b3c5294f?fields=application_policy_sets HTTP/1.1" 200 1449 0.085793 10.0.0.61 - - [2025-12-11 02:20:09] "POST /neutron/network HTTP/1.1" 200 924 0.011088 10.0.0.27 - - [2025-12-11 02:20:10] "DELETE /project/cebfb294-e233-4dee-afbf-447c698916a0 HTTP/1.1" 200 115 0.654235 10.0.0.27 - - [2025-12-11 02:20:10] "DELETE /project/ce261820-a70e-403e-9a26-7799b3c5294f HTTP/1.1" 200 115 0.694691 10.0.0.61 - - [2025-12-11 02:20:10] "POST /neutron/port HTTP/1.1" 200 1068 0.034357 10.0.0.61 - - [2025-12-11 02:20:10] "POST /neutron/port HTTP/1.1" 200 1096 0.032544 10.0.0.27 - - [2025-12-11 02:20:10] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001020 10.0.0.61 - - [2025-12-11 02:20:10] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.097872 10.0.0.61 - - [2025-12-11 02:20:11] "POST /neutron/port HTTP/1.1" 200 117 0.001974 10.0.0.61 - - [2025-12-11 02:20:11] "POST /neutron/port HTTP/1.1" 200 1096 0.036842 10.0.0.27 - - [2025-12-11 02:20:11] "GET /projects?obj_uuids=277346ea-9726-46eb-9343-31fae992fe5f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001077 10.0.0.61 - - [2025-12-11 02:20:11] "GET /project/277346ea-9726-46eb-9343-31fae992fe5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.076870 10.0.0.61 - - [2025-12-11 02:20:11] "POST /neutron/network HTTP/1.1" 200 924 0.006769 10.0.0.61 - - [2025-12-11 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005446 10.0.0.61 - - [2025-12-11 02:20:12] "GET /security-group/d9a75d78-035b-4237-8aab-6d556e3553d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3695 0.013753 10.0.0.61 - - [2025-12-11 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006452 10.0.0.61 - - [2025-12-11 02:20:12] "POST /neutron/port HTTP/1.1" 200 1070 0.034953 10.0.0.27 - - [2025-12-11 02:20:12] "GET /projects?obj_uuids=277346ea-9726-46eb-9343-31fae992fe5f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001382 10.0.0.61 - - [2025-12-11 02:20:12] "GET /project/277346ea-9726-46eb-9343-31fae992fe5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.085382 10.0.0.61 - - [2025-12-11 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.007272 10.0.0.61 - - [2025-12-11 02:20:12] "GET /security-group/d9a75d78-035b-4237-8aab-6d556e3553d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3695 0.003805 10.0.0.61 - - [2025-12-11 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.61 - - [2025-12-11 02:20:12] "PUT /security-group/d9a75d78-035b-4237-8aab-6d556e3553d6 HTTP/1.1" 200 262 0.042437 10.0.0.61 - - [2025-12-11 02:20:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006185 10.0.0.33 - - [2025-12-11 02:20:12] "PUT /access-control-list/d3f783d2-cb27-4c5e-b7ef-5a6cffab743e HTTP/1.1" 200 272 0.026550 10.0.0.61 - - [2025-12-11 02:20:12] "POST /neutron/network HTTP/1.1" 200 914 0.011980 10.0.0.61 - - [2025-12-11 02:20:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.012361 10.0.0.61 - - [2025-12-11 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005418 10.0.0.27 - - [2025-12-11 02:20:13] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.61 - - [2025-12-11 02:20:13] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009391 10.0.0.61 - - [2025-12-11 02:20:13] "POST /service-templates HTTP/1.1" 200 543 0.052769 10.0.0.61 - - [2025-12-11 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005332 10.0.0.61 - - [2025-12-11 02:20:13] "GET /service-template/12635ac6-813b-4287-ac0a-81b35114b3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.015851 10.0.0.61 - - [2025-12-11 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006070 10.0.0.61 - - [2025-12-11 02:20:13] "GET /service-template/12635ac6-813b-4287-ac0a-81b35114b3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.012937 10.0.0.61 - - [2025-12-11 02:20:13] "POST /id-to-fqname HTTP/1.1" 200 267 0.004537 10.0.0.61 - - [2025-12-11 02:20:13] "POST /id-to-fqname HTTP/1.1" 200 267 0.004732 10.0.0.61 - - [2025-12-11 02:20:14] "POST /id-to-fqname HTTP/1.1" 200 268 0.003160 10.0.0.61 - - [2025-12-11 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004769 10.0.0.61 - - [2025-12-11 02:20:14] "DELETE /service-template/12635ac6-813b-4287-ac0a-81b35114b3b6 HTTP/1.1" 200 115 0.079182 10.0.0.61 - - [2025-12-11 02:20:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.011014 10.0.0.27 - - [2025-12-11 02:20:16] "GET /obj-perms HTTP/1.1" 200 5056 0.069297 10.0.0.61 - - [2025-12-11 02:20:17] "POST /neutron/network HTTP/1.1" 200 910 0.008431 10.0.0.61 - - [2025-12-11 02:20:19] "POST /neutron/network HTTP/1.1" 400 204 0.029067 10.0.0.61 - - [2025-12-11 02:20:23] "POST /neutron/network HTTP/1.1" 200 910 0.019564 10.0.0.61 - - [2025-12-11 02:20:25] "POST /neutron/network HTTP/1.1" 400 204 0.025437 10.0.0.61 - - [2025-12-11 02:20:29] "POST /neutron/network HTTP/1.1" 200 910 0.015696 10.0.0.61 - - [2025-12-11 02:20:31] "POST /neutron/network HTTP/1.1" 400 204 0.021369 10.0.0.61 - - [2025-12-11 02:20:35] "POST /neutron/network HTTP/1.1" 200 910 0.007780 10.0.0.61 - - [2025-12-11 02:20:37] "POST /neutron/network HTTP/1.1" 400 204 0.012545 10.0.0.61 - - [2025-12-11 02:20:41] "POST /neutron/network HTTP/1.1" 200 910 0.006841 10.0.0.61 - - [2025-12-11 02:20:44] "POST /neutron/network HTTP/1.1" 400 204 0.011875 10.0.0.61 - - [2025-12-11 02:20:48] "POST /neutron/network HTTP/1.1" 200 910 0.009870 10.0.0.61 - - [2025-12-11 02:20:50] "POST /neutron/network HTTP/1.1" 400 204 0.015817 10.0.0.61 - - [2025-12-11 02:20:54] "POST /neutron/network HTTP/1.1" 200 910 0.007210 10.0.0.61 - - [2025-12-11 02:20:56] "POST /neutron/network HTTP/1.1" 400 204 0.016180 10.0.0.61 - - [2025-12-11 02:21:00] "POST /neutron/network HTTP/1.1" 200 910 0.009356 10.0.0.61 - - [2025-12-11 02:21:02] "POST /neutron/network HTTP/1.1" 400 204 0.024411 10.0.0.61 - - [2025-12-11 02:21:06] "POST /neutron/network HTTP/1.1" 200 910 0.008071 10.0.0.61 - - [2025-12-11 02:21:08] "POST /neutron/network HTTP/1.1" 400 204 0.016465 10.0.0.61 - - [2025-12-11 02:21:10] "POST /neutron/port HTTP/1.1" 200 1096 0.014140 10.0.0.61 - - [2025-12-11 02:21:10] "POST /neutron/network HTTP/1.1" 200 914 0.015983 10.0.0.61 - - [2025-12-11 02:21:12] "POST /neutron/network HTTP/1.1" 200 914 0.007050 10.0.0.61 - - [2025-12-11 02:21:14] "POST /neutron/network HTTP/1.1" 400 204 0.012466 10.0.0.61 - - [2025-12-11 02:21:15] "POST /neutron/port HTTP/1.1" 200 151 0.160301 10.0.0.27 - - [2025-12-11 02:21:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003116 10.0.0.27 - - [2025-12-11 02:21:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002854 10.0.0.61 - - [2025-12-11 02:21:16] "POST /neutron/network HTTP/1.1" 200 151 0.134472 10.0.0.33 - - [2025-12-11 02:21:16] "DELETE /route-target/6f25ae63-d3a1-4160-9928-da2564349c59 HTTP/1.1" 200 115 0.033703 10.0.0.27 - - [2025-12-11 02:21:17] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001224 10.0.0.61 - - [2025-12-11 02:21:17] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.064135 10.0.0.27 - - [2025-12-11 02:21:17] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000828 10.0.0.61 - - [2025-12-11 02:21:17] "GET /project/96326183-591e-420a-9b24-2c967263235e?fields=virtual_networks HTTP/1.1" 200 1344 0.044351 10.0.0.27 - - [2025-12-11 02:21:19] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001292 10.0.0.61 - - [2025-12-11 02:21:19] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.050311 10.0.0.27 - - [2025-12-11 02:21:19] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001327 10.0.0.61 - - [2025-12-11 02:21:19] "GET /project/96326183-591e-420a-9b24-2c967263235e?fields=virtual_networks HTTP/1.1" 200 1344 0.064131 10.0.0.27 - - [2025-12-11 02:21:21] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000984 10.0.0.61 - - [2025-12-11 02:21:21] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.041402 10.0.0.27 - - [2025-12-11 02:21:21] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001130 10.0.0.61 - - [2025-12-11 02:21:21] "GET /project/96326183-591e-420a-9b24-2c967263235e?fields=virtual_networks HTTP/1.1" 200 1344 0.034565 10.0.0.27 - - [2025-12-11 02:21:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.27 - - [2025-12-11 02:21:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.27 - - [2025-12-11 02:21:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.27 - - [2025-12-11 02:21:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000462 10.0.0.33 - - [2025-12-11 02:21:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.33 - - [2025-12-11 02:21:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.33 - - [2025-12-11 02:21:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.33 - - [2025-12-11 02:21:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.27 - - [2025-12-11 02:21:23] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000854 10.0.0.61 - - [2025-12-11 02:21:23] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.051054 10.0.0.27 - - [2025-12-11 02:21:23] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000884 10.0.0.61 - - [2025-12-11 02:21:23] "GET /project/96326183-591e-420a-9b24-2c967263235e?fields=virtual_networks HTTP/1.1" 200 1344 0.034845 10.0.0.61 - - [2025-12-11 02:21:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.61 - - [2025-12-11 02:21:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.61 - - [2025-12-11 02:21:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.61 - - [2025-12-11 02:21:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000579 10.0.0.27 - - [2025-12-11 02:21:25] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001304 10.0.0.61 - - [2025-12-11 02:21:25] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.039440 10.0.0.27 - - [2025-12-11 02:21:25] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002010 10.0.0.61 - - [2025-12-11 02:21:25] "GET /project/96326183-591e-420a-9b24-2c967263235e?fields=virtual_networks HTTP/1.1" 200 1344 0.038290 10.0.0.27 - - [2025-12-11 02:21:27] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001004 10.0.0.61 - - [2025-12-11 02:21:27] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.050567 10.0.0.27 - - [2025-12-11 02:21:27] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000987 10.0.0.61 - - [2025-12-11 02:21:27] "GET /project/96326183-591e-420a-9b24-2c967263235e?fields=virtual_networks HTTP/1.1" 200 1344 0.050998 10.0.0.27 - - [2025-12-11 02:21:29] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000856 10.0.0.61 - - [2025-12-11 02:21:30] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.040539 10.0.0.27 - - [2025-12-11 02:21:30] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002310 10.0.0.61 - - [2025-12-11 02:21:30] "GET /project/96326183-591e-420a-9b24-2c967263235e?fields=virtual_networks HTTP/1.1" 200 1344 0.044864 10.0.0.27 - - [2025-12-11 02:21:32] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000934 10.0.0.61 - - [2025-12-11 02:21:32] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.061342 10.0.0.27 - - [2025-12-11 02:21:32] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000821 10.0.0.61 - - [2025-12-11 02:21:32] "GET /project/96326183-591e-420a-9b24-2c967263235e?fields=virtual_networks HTTP/1.1" 200 1344 0.041803 10.0.0.27 - - [2025-12-11 02:21:34] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001318 10.0.0.61 - - [2025-12-11 02:21:34] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.049891 10.0.0.27 - - [2025-12-11 02:21:34] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001505 10.0.0.61 - - [2025-12-11 02:21:34] "GET /project/96326183-591e-420a-9b24-2c967263235e?fields=virtual_networks HTTP/1.1" 200 1344 0.048581 10.0.0.27 - - [2025-12-11 02:21:36] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001169 10.0.0.61 - - [2025-12-11 02:21:36] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.045608 10.0.0.27 - - [2025-12-11 02:21:36] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000823 10.0.0.61 - - [2025-12-11 02:21:36] "GET /project/96326183-591e-420a-9b24-2c967263235e?fields=virtual_networks HTTP/1.1" 200 1344 0.034902 10.0.0.27 - - [2025-12-11 02:21:38] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000859 10.0.0.61 - - [2025-12-11 02:21:38] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.039348 10.0.0.27 - - [2025-12-11 02:21:38] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000864 10.0.0.61 - - [2025-12-11 02:21:38] "GET /project/96326183-591e-420a-9b24-2c967263235e?fields=virtual_networks HTTP/1.1" 200 1344 0.052041 10.0.0.27 - - [2025-12-11 02:21:40] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001931 10.0.0.61 - - [2025-12-11 02:21:40] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.052569 10.0.0.27 - - [2025-12-11 02:21:40] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001115 10.0.0.61 - - [2025-12-11 02:21:40] "GET /project/96326183-591e-420a-9b24-2c967263235e?fields=virtual_networks HTTP/1.1" 200 1344 0.041008 10.0.0.27 - - [2025-12-11 02:21:42] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000945 10.0.0.61 - - [2025-12-11 02:21:42] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.061228 10.0.0.27 - - [2025-12-11 02:21:42] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001256 10.0.0.61 - - [2025-12-11 02:21:42] "GET /project/96326183-591e-420a-9b24-2c967263235e?fields=virtual_networks HTTP/1.1" 200 1344 0.057729 10.0.0.27 - - [2025-12-11 02:21:45] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001002 10.0.0.61 - - [2025-12-11 02:21:45] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.041163 10.0.0.27 - - [2025-12-11 02:21:45] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000909 10.0.0.61 - - [2025-12-11 02:21:45] "GET /project/96326183-591e-420a-9b24-2c967263235e?fields=virtual_networks HTTP/1.1" 200 1344 0.041473 10.0.0.27 - - [2025-12-11 02:21:47] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001314 10.0.0.61 - - [2025-12-11 02:21:47] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.043818 10.0.0.27 - - [2025-12-11 02:21:47] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000866 10.0.0.61 - - [2025-12-11 02:21:47] "GET /project/96326183-591e-420a-9b24-2c967263235e?fields=virtual_networks HTTP/1.1" 200 1344 0.036083 10.0.0.27 - - [2025-12-11 02:21:49] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001393 10.0.0.61 - - [2025-12-11 02:21:49] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.043789 10.0.0.27 - - [2025-12-11 02:21:49] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001086 10.0.0.61 - - [2025-12-11 02:21:49] "GET /project/96326183-591e-420a-9b24-2c967263235e?fields=virtual_networks HTTP/1.1" 200 1344 0.044104 10.0.0.27 - - [2025-12-11 02:21:51] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001008 10.0.0.61 - - [2025-12-11 02:21:51] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.042940 10.0.0.27 - - [2025-12-11 02:21:51] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000870 10.0.0.61 - - [2025-12-11 02:21:51] "GET /project/96326183-591e-420a-9b24-2c967263235e?fields=virtual_networks HTTP/1.1" 200 1344 0.044516 10.0.0.27 - - [2025-12-11 02:21:53] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001012 10.0.0.61 - - [2025-12-11 02:21:53] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.034688 10.0.0.27 - - [2025-12-11 02:21:53] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000998 10.0.0.61 - - [2025-12-11 02:21:53] "GET /project/96326183-591e-420a-9b24-2c967263235e?fields=virtual_networks HTTP/1.1" 200 1344 0.080986 10.0.0.27 - - [2025-12-11 02:21:55] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000831 10.0.0.61 - - [2025-12-11 02:21:55] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.052994 10.0.0.27 - - [2025-12-11 02:21:55] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000767 10.0.0.61 - - [2025-12-11 02:21:55] "GET /project/96326183-591e-420a-9b24-2c967263235e?fields=virtual_networks HTTP/1.1" 200 1344 0.041951 10.0.0.27 - - [2025-12-11 02:21:57] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000898 10.0.0.61 - - [2025-12-11 02:21:57] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.040848 10.0.0.27 - - [2025-12-11 02:21:57] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000739 10.0.0.61 - - [2025-12-11 02:21:57] "GET /project/96326183-591e-420a-9b24-2c967263235e?fields=virtual_networks HTTP/1.1" 200 1344 0.048305 10.0.0.27 - - [2025-12-11 02:21:59] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001225 10.0.0.61 - - [2025-12-11 02:22:00] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.041615 10.0.0.27 - - [2025-12-11 02:22:00] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001091 10.0.0.61 - - [2025-12-11 02:22:00] "GET /project/96326183-591e-420a-9b24-2c967263235e?fields=virtual_networks HTTP/1.1" 200 1344 0.052652 10.0.0.27 - - [2025-12-11 02:22:02] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001597 10.0.0.61 - - [2025-12-11 02:22:02] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.065255 10.0.0.27 - - [2025-12-11 02:22:02] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001348 10.0.0.61 - - [2025-12-11 02:22:02] "GET /project/96326183-591e-420a-9b24-2c967263235e?fields=virtual_networks HTTP/1.1" 200 1344 0.058030 10.0.0.27 - - [2025-12-11 02:22:04] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000983 10.0.0.61 - - [2025-12-11 02:22:04] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.054154 10.0.0.27 - - [2025-12-11 02:22:04] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001461 10.0.0.61 - - [2025-12-11 02:22:04] "GET /project/96326183-591e-420a-9b24-2c967263235e?fields=virtual_networks HTTP/1.1" 200 1344 0.056368 10.0.0.27 - - [2025-12-11 02:22:06] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001342 10.0.0.61 - - [2025-12-11 02:22:06] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.047925 10.0.0.27 - - [2025-12-11 02:22:06] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000858 10.0.0.61 - - [2025-12-11 02:22:06] "GET /project/96326183-591e-420a-9b24-2c967263235e?fields=virtual_networks HTTP/1.1" 200 1344 0.042474 10.0.0.27 - - [2025-12-11 02:22:08] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001514 10.0.0.61 - - [2025-12-11 02:22:08] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.056083 10.0.0.27 - - [2025-12-11 02:22:08] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001289 10.0.0.61 - - [2025-12-11 02:22:08] "GET /project/96326183-591e-420a-9b24-2c967263235e?fields=virtual_networks HTTP/1.1" 200 1344 0.059561 10.0.0.27 - - [2025-12-11 02:22:10] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001264 10.0.0.61 - - [2025-12-11 02:22:10] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.039326 10.0.0.27 - - [2025-12-11 02:22:10] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000854 10.0.0.61 - - [2025-12-11 02:22:10] "GET /project/96326183-591e-420a-9b24-2c967263235e?fields=virtual_networks HTTP/1.1" 200 1344 0.048935 10.0.0.27 - - [2025-12-11 02:22:12] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000891 10.0.0.61 - - [2025-12-11 02:22:12] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.034887 10.0.0.27 - - [2025-12-11 02:22:12] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004748 10.0.0.61 - - [2025-12-11 02:22:13] "GET /project/96326183-591e-420a-9b24-2c967263235e?fields=virtual_networks HTTP/1.1" 200 1344 0.095822 10.0.0.27 - - [2025-12-11 02:22:15] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000974 10.0.0.61 - - [2025-12-11 02:22:15] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.037956 10.0.0.27 - - [2025-12-11 02:22:15] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001055 10.0.0.61 - - [2025-12-11 02:22:15] "GET /project/96326183-591e-420a-9b24-2c967263235e?fields=virtual_networks HTTP/1.1" 200 1344 0.041408 10.0.0.27 - - [2025-12-11 02:22:17] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001143 10.0.0.61 - - [2025-12-11 02:22:17] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.043265 10.0.0.27 - - [2025-12-11 02:22:17] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001088 10.0.0.61 - - [2025-12-11 02:22:17] "GET /project/96326183-591e-420a-9b24-2c967263235e?fields=virtual_networks HTTP/1.1" 200 1344 0.057500 10.0.0.27 - - [2025-12-11 02:22:19] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001355 10.0.0.61 - - [2025-12-11 02:22:19] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.040187 10.0.0.27 - - [2025-12-11 02:22:19] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001078 10.0.0.61 - - [2025-12-11 02:22:19] "GET /project/96326183-591e-420a-9b24-2c967263235e?fields=virtual_networks HTTP/1.1" 200 1344 0.041650 10.0.0.27 - - [2025-12-11 02:22:21] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001127 10.0.0.61 - - [2025-12-11 02:22:21] "GET /project/96326183-591e-420a-9b24-2c967263235e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.039852 10.0.0.27 - - [2025-12-11 02:22:21] "GET /projects?obj_uuids=96326183-591e-420a-9b24-2c967263235e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000936 10.0.0.61 - - [2025-12-11 02:22:21] "GET /project/96326183-591e-420a-9b24-2c967263235e?fields=virtual_networks HTTP/1.1" 200 1344 0.047600 10.0.0.61 - - [2025-12-11 02:22:21] "POST /fqname-to-id HTTP/1.1" 404 189 0.027946 10.0.0.27 - - [2025-12-11 02:22:21] "GET /projects?obj_uuids=df0f8985-d6cb-4e0c-9ccf-62c26675a316&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003222 10.0.0.27 - - [2025-12-11 02:22:22] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000889 10.0.0.27 - - [2025-12-11 02:22:22] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006570 10.0.0.27 - - [2025-12-11 02:22:22] "POST /id-to-fqname HTTP/1.1" 200 191 0.010714 10.0.0.27 - - [2025-12-11 02:22:22] "POST /fqname-to-id HTTP/1.1" 404 200 0.005465 10.0.0.27 - - [2025-12-11 02:22:22] "POST /security-groups HTTP/1.1" 200 592 0.027725 10.0.0.33 - - [2025-12-11 02:22:22] "POST /fqname-to-id HTTP/1.1" 404 235 0.002887 10.0.0.27 - - [2025-12-11 02:22:22] "POST /projects HTTP/1.1" 200 587 0.246710 10.0.0.27 - - [2025-12-11 02:22:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.315282 10.0.0.61 - - [2025-12-11 02:22:22] "GET /project/df0f8985-d6cb-4e0c-9ccf-62c26675a316?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.448506 10.0.0.33 - - [2025-12-11 02:22:22] "POST /access-control-lists HTTP/1.1" 200 595 0.046406 10.0.0.61 - - [2025-12-11 02:22:23] "GET / HTTP/1.1" 200 35931 0.001908 10.0.0.61 - - [2025-12-11 02:22:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000470 10.0.0.61 - - [2025-12-11 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.060252 10.0.0.27 - - [2025-12-11 02:22:24] "GET /projects?obj_uuids=df0f8985-d6cb-4e0c-9ccf-62c26675a316&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000812 10.0.0.61 - - [2025-12-11 02:22:24] "GET /project/df0f8985-d6cb-4e0c-9ccf-62c26675a316?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.042711 10.0.0.61 - - [2025-12-11 02:22:24] "POST /neutron/network HTTP/1.1" 200 117 0.033460 10.0.0.61 - - [2025-12-11 02:22:24] "POST /neutron/network HTTP/1.1" 200 888 0.008675 10.0.0.61 - - [2025-12-11 02:22:24] "POST /id-to-fqname HTTP/1.1" 200 253 0.001280 10.0.0.61 - - [2025-12-11 02:22:24] "GET /virtual-network/c6cf9251-b1bc-4dd3-aada-2da811f47c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.004427 10.0.0.61 - - [2025-12-11 02:22:24] "GET /virtual-network/c6cf9251-b1bc-4dd3-aada-2da811f47c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.004910 10.0.0.61 - - [2025-12-11 02:22:25] "POST /neutron/subnet HTTP/1.1" 200 719 0.009962 10.0.0.61 - - [2025-12-11 02:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.27 - - [2025-12-11 02:22:25] "GET /projects?obj_uuids=df0f8985-d6cb-4e0c-9ccf-62c26675a316&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001134 10.0.0.61 - - [2025-12-11 02:22:25] "GET /project/df0f8985-d6cb-4e0c-9ccf-62c26675a316?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.045152 10.0.0.33 - - [2025-12-11 02:22:25] "POST /route-targets HTTP/1.1" 200 327 0.011611 10.0.0.27 - - [2025-12-11 02:22:25] "POST /useragent-kv HTTP/1.1" 200 115 0.006495 10.0.0.61 - - [2025-12-11 02:22:25] "POST /neutron/subnet HTTP/1.1" 200 720 0.182339 10.0.0.61 - - [2025-12-11 02:22:25] "POST /id-to-fqname HTTP/1.1" 200 253 0.001290 10.0.0.61 - - [2025-12-11 02:22:25] "GET /virtual-network/73a40f73-3d66-441e-9002-b5e5fdee6d30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.004336 10.0.0.61 - - [2025-12-11 02:22:25] "GET /virtual-network/73a40f73-3d66-441e-9002-b5e5fdee6d30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.005056 10.0.0.61 - - [2025-12-11 02:22:25] "POST /neutron/network HTTP/1.1" 200 888 0.005538 10.0.0.61 - - [2025-12-11 02:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.27 - - [2025-12-11 02:22:25] "GET /projects?obj_uuids=df0f8985-d6cb-4e0c-9ccf-62c26675a316&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000859 10.0.0.61 - - [2025-12-11 02:22:25] "GET /project/df0f8985-d6cb-4e0c-9ccf-62c26675a316?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.056756 10.0.0.27 - - [2025-12-11 02:22:25] "GET /projects?obj_uuids=df0f8985-d6cb-4e0c-9ccf-62c26675a316&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001079 10.0.0.61 - - [2025-12-11 02:22:25] "POST /neutron/network HTTP/1.1" 200 672 0.107060 10.0.0.33 - - [2025-12-11 02:22:25] "POST /ref-update HTTP/1.1" 200 156 0.021940 10.0.0.61 - - [2025-12-11 02:22:26] "POST /id-to-fqname HTTP/1.1" 200 254 0.003993 10.0.0.61 - - [2025-12-11 02:22:26] "GET /virtual-network/88c56238-969c-4641-8e8d-77aa8e6a8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.005726 10.0.0.61 - - [2025-12-11 02:22:26] "POST /neutron/network HTTP/1.1" 200 890 0.006494 10.0.0.61 - - [2025-12-11 02:22:26] "GET /virtual-network/88c56238-969c-4641-8e8d-77aa8e6a8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.005655 10.0.0.61 - - [2025-12-11 02:22:26] "POST /id-to-fqname HTTP/1.1" 200 253 0.001663 10.0.0.61 - - [2025-12-11 02:22:26] "POST /neutron/network HTTP/1.1" 200 898 0.006656 10.0.0.27 - - [2025-12-11 02:22:27] "GET /projects?obj_uuids=df0f8985-d6cb-4e0c-9ccf-62c26675a316&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001615 10.0.0.61 - - [2025-12-11 02:22:27] "GET /project/df0f8985-d6cb-4e0c-9ccf-62c26675a316?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.079183 10.0.0.61 - - [2025-12-11 02:22:27] "POST /neutron/port HTTP/1.1" 200 117 0.005876 10.0.0.61 - - [2025-12-11 02:22:27] "POST /id-to-fqname HTTP/1.1" 200 254 0.001096 10.0.0.61 - - [2025-12-11 02:22:27] "POST /neutron/network HTTP/1.1" 200 898 0.007801 10.0.0.61 - - [2025-12-11 02:22:28] "POST /neutron/port HTTP/1.1" 200 1060 0.012913 10.0.0.27 - - [2025-12-11 02:22:28] "GET /projects?obj_uuids=df0f8985-d6cb-4e0c-9ccf-62c26675a316&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000894 10.0.0.61 - - [2025-12-11 02:22:28] "GET /project/df0f8985-d6cb-4e0c-9ccf-62c26675a316?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.136925 10.0.0.61 - - [2025-12-11 02:22:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003383 10.0.0.61 - - [2025-12-11 02:22:28] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.61 - - [2025-12-11 02:22:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009466 10.0.0.27 - - [2025-12-11 02:22:29] "GET /projects?obj_uuids=df0f8985-d6cb-4e0c-9ccf-62c26675a316&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000898 10.0.0.61 - - [2025-12-11 02:22:29] "POST /neutron/port HTTP/1.1" 200 1060 0.325803 10.0.0.61 - - [2025-12-11 02:22:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.003478 10.0.0.61 - - [2025-12-11 02:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.27 - - [2025-12-11 02:22:29] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001212 10.0.0.61 - - [2025-12-11 02:22:29] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010862 10.0.0.61 - - [2025-12-11 02:22:29] "POST /service-templates HTTP/1.1" 200 543 0.062626 10.0.0.61 - - [2025-12-11 02:22:29] "POST /neutron/port HTTP/1.1" 200 1114 0.150681 10.0.0.61 - - [2025-12-11 02:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.61 - - [2025-12-11 02:22:29] "GET /service-template/3e8a0182-cb82-4955-b299-b99e869d6462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.005999 10.0.0.61 - - [2025-12-11 02:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002593 10.0.0.61 - - [2025-12-11 02:22:29] "GET /service-template/3e8a0182-cb82-4955-b299-b99e869d6462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.003884 10.0.0.61 - - [2025-12-11 02:22:29] "POST /neutron/subnet HTTP/1.1" 200 693 0.011216 10.0.0.61 - - [2025-12-11 02:22:29] "POST /id-to-fqname HTTP/1.1" 200 253 0.001231 10.0.0.61 - - [2025-12-11 02:22:29] "POST /id-to-fqname HTTP/1.1" 200 253 0.000869 10.0.0.61 - - [2025-12-11 02:22:29] "POST /id-to-fqname HTTP/1.1" 200 254 0.001264 10.0.0.61 - - [2025-12-11 02:22:30] "POST /neutron/port HTTP/1.1" 200 2060 0.025309 10.0.0.61 - - [2025-12-11 02:22:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.61 - - [2025-12-11 02:22:30] "DELETE /service-template/3e8a0182-cb82-4955-b299-b99e869d6462 HTTP/1.1" 200 115 0.028757 10.0.0.61 - - [2025-12-11 02:22:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.008728 10.0.0.61 - - [2025-12-11 02:22:32] "POST /neutron/network HTTP/1.1" 400 204 0.012227 10.0.0.61 - - [2025-12-11 02:22:32] "POST /neutron/port HTTP/1.1" 200 151 0.176050 10.0.0.61 - - [2025-12-11 02:22:33] "POST /neutron/port HTTP/1.1" 200 151 0.178899 10.0.0.61 - - [2025-12-11 02:22:34] "POST /neutron/network HTTP/1.1" 200 890 0.007829 10.0.0.33 - - [2025-12-11 02:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.27 - - [2025-12-11 02:22:34] "POST /useragent-kv HTTP/1.1" 200 115 0.005451 10.0.0.27 - - [2025-12-11 02:22:34] "POST /useragent-kv HTTP/1.1" 200 115 0.006541 10.0.0.61 - - [2025-12-11 02:22:34] "POST /neutron/network HTTP/1.1" 200 151 0.131393 10.0.0.27 - - [2025-12-11 02:22:34] "GET /projects?obj_uuids=df0f8985-d6cb-4e0c-9ccf-62c26675a316&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001948 10.0.0.33 - - [2025-12-11 02:22:34] "DELETE /route-target/376baa89-dbf3-459e-a32b-1275a49904f0 HTTP/1.1" 200 115 0.034684 10.0.0.61 - - [2025-12-11 02:22:35] "GET /project/df0f8985-d6cb-4e0c-9ccf-62c26675a316?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.081065 10.0.0.27 - - [2025-12-11 02:22:35] "GET /projects?obj_uuids=df0f8985-d6cb-4e0c-9ccf-62c26675a316&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000931 10.0.0.61 - - [2025-12-11 02:22:35] "GET /project/df0f8985-d6cb-4e0c-9ccf-62c26675a316?fields=virtual_networks HTTP/1.1" 200 1045 0.075605 10.0.0.27 - - [2025-12-11 02:22:35] "GET /projects?obj_uuids=df0f8985-d6cb-4e0c-9ccf-62c26675a316&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000932 10.0.0.61 - - [2025-12-11 02:22:35] "GET /project/df0f8985-d6cb-4e0c-9ccf-62c26675a316?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.034761 10.0.0.27 - - [2025-12-11 02:22:35] "GET /projects?obj_uuids=df0f8985-d6cb-4e0c-9ccf-62c26675a316&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000869 10.0.0.61 - - [2025-12-11 02:22:35] "GET /project/df0f8985-d6cb-4e0c-9ccf-62c26675a316?fields=security_groups HTTP/1.1" 200 1272 0.033411 10.0.0.61 - - [2025-12-11 02:22:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.024226 10.0.0.27 - - [2025-12-11 02:22:36] "GET /projects?obj_uuids=7439fc29-a68a-4a54-a022-bc6d6d8c567b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003045 10.0.0.27 - - [2025-12-11 02:22:36] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000819 10.0.0.27 - - [2025-12-11 02:22:36] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006711 10.0.0.27 - - [2025-12-11 02:22:36] "POST /id-to-fqname HTTP/1.1" 200 195 0.001075 10.0.0.27 - - [2025-12-11 02:22:36] "POST /fqname-to-id HTTP/1.1" 404 204 0.011461 10.0.0.27 - - [2025-12-11 02:22:36] "POST /security-groups HTTP/1.1" 200 596 0.040566 10.0.0.27 - - [2025-12-11 02:22:36] "POST /projects HTTP/1.1" 200 595 0.235203 10.0.0.33 - - [2025-12-11 02:22:36] "POST /fqname-to-id HTTP/1.1" 404 238 0.004675 10.0.0.27 - - [2025-12-11 02:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.310237 10.0.0.61 - - [2025-12-11 02:22:36] "GET /project/7439fc29-a68a-4a54-a022-bc6d6d8c567b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.438686 10.0.0.61 - - [2025-12-11 02:22:37] "GET / HTTP/1.1" 200 35931 0.001408 10.0.0.61 - - [2025-12-11 02:22:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000610 10.0.0.61 - - [2025-12-11 02:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.063104 10.0.0.27 - - [2025-12-11 02:22:38] "GET /projects?obj_uuids=7439fc29-a68a-4a54-a022-bc6d6d8c567b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001117 10.0.0.61 - - [2025-12-11 02:22:38] "GET /project/7439fc29-a68a-4a54-a022-bc6d6d8c567b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.047632 10.0.0.33 - - [2025-12-11 02:22:38] "POST /ref-update HTTP/1.1" 200 156 0.028531 10.0.0.27 - - [2025-12-11 02:22:38] "POST /useragent-kv HTTP/1.1" 200 115 0.008327 10.0.0.61 - - [2025-12-11 02:22:38] "POST /neutron/subnet HTTP/1.1" 200 828 0.233797 10.0.0.61 - - [2025-12-11 02:22:39] "POST /id-to-fqname HTTP/1.1" 200 261 0.001596 10.0.0.61 - - [2025-12-11 02:22:39] "GET /virtual-network/24d9f1a9-3f80-49f6-a8c0-105d3eee1894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.006581 10.0.0.61 - - [2025-12-11 02:22:39] "POST /neutron/network HTTP/1.1" 200 1074 0.008415 10.0.0.61 - - [2025-12-11 02:22:39] "GET /virtual-network/24d9f1a9-3f80-49f6-a8c0-105d3eee1894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.005647 10.0.0.61 - - [2025-12-11 02:22:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.028423 10.0.0.61 - - [2025-12-11 02:22:39] "POST /neutron/subnet HTTP/1.1" 200 719 0.008007 10.0.0.61 - - [2025-12-11 02:22:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002512 10.0.0.27 - - [2025-12-11 02:22:39] "GET /projects?obj_uuids=7439fc29-a68a-4a54-a022-bc6d6d8c567b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000794 10.0.0.61 - - [2025-12-11 02:22:39] "GET /project/7439fc29-a68a-4a54-a022-bc6d6d8c567b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.035253 10.0.0.27 - - [2025-12-11 02:22:39] "POST /useragent-kv HTTP/1.1" 200 115 0.010083 10.0.0.61 - - [2025-12-11 02:22:39] "POST /neutron/subnet HTTP/1.1" 200 828 0.204128 10.0.0.61 - - [2025-12-11 02:22:40] "POST /id-to-fqname HTTP/1.1" 200 261 0.001285 10.0.0.61 - - [2025-12-11 02:22:40] "GET /virtual-network/a530ab45-22dd-41c1-a2b8-f514c6202891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.006178 10.0.0.61 - - [2025-12-11 02:22:40] "POST /neutron/network HTTP/1.1" 200 1075 0.007560 10.0.0.61 - - [2025-12-11 02:22:40] "GET /virtual-network/a530ab45-22dd-41c1-a2b8-f514c6202891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.004911 10.0.0.61 - - [2025-12-11 02:22:40] "POST /neutron/subnet HTTP/1.1" 200 724 0.011508 10.0.0.61 - - [2025-12-11 02:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.27 - - [2025-12-11 02:22:40] "GET /projects?obj_uuids=7439fc29-a68a-4a54-a022-bc6d6d8c567b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000815 10.0.0.61 - - [2025-12-11 02:22:40] "GET /project/7439fc29-a68a-4a54-a022-bc6d6d8c567b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.058219 10.0.0.33 - - [2025-12-11 02:22:40] "POST /route-targets HTTP/1.1" 200 327 0.015349 10.0.0.61 - - [2025-12-11 02:22:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.007432 10.0.0.27 - - [2025-12-11 02:22:40] "POST /useragent-kv HTTP/1.1" 200 115 0.006027 10.0.0.61 - - [2025-12-11 02:22:40] "POST /neutron/subnet HTTP/1.1" 200 828 0.198911 10.0.0.61 - - [2025-12-11 02:22:40] "POST /id-to-fqname HTTP/1.1" 200 262 0.001253 10.0.0.61 - - [2025-12-11 02:22:40] "GET /virtual-network/d2ed9595-6a14-4e18-aa97-1d1a306921bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.010464 10.0.0.61 - - [2025-12-11 02:22:40] "POST /neutron/network HTTP/1.1" 200 1074 0.007057 10.0.0.61 - - [2025-12-11 02:22:41] "GET /virtual-network/d2ed9595-6a14-4e18-aa97-1d1a306921bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.004386 10.0.0.61 - - [2025-12-11 02:22:41] "POST /neutron/subnet HTTP/1.1" 200 710 0.008571 10.0.0.61 - - [2025-12-11 02:22:41] "POST /id-to-fqname HTTP/1.1" 200 261 0.000924 10.0.0.27 - - [2025-12-11 02:22:41] "GET /projects?obj_uuids=7439fc29-a68a-4a54-a022-bc6d6d8c567b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000838 10.0.0.61 - - [2025-12-11 02:22:41] "GET /project/7439fc29-a68a-4a54-a022-bc6d6d8c567b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.064232 10.0.0.61 - - [2025-12-11 02:22:42] "POST /neutron/port HTTP/1.1" 200 117 0.006933 10.0.0.61 - - [2025-12-11 02:22:42] "POST /id-to-fqname HTTP/1.1" 200 262 0.001364 10.0.0.61 - - [2025-12-11 02:22:42] "POST /neutron/network HTTP/1.1" 200 1084 0.007728 10.0.0.61 - - [2025-12-11 02:22:42] "POST /neutron/port HTTP/1.1" 200 1172 0.025337 10.0.0.61 - - [2025-12-11 02:22:43] "POST /neutron/port HTTP/1.1" 200 1200 0.016004 10.0.0.27 - - [2025-12-11 02:22:43] "GET /projects?obj_uuids=7439fc29-a68a-4a54-a022-bc6d6d8c567b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000873 10.0.0.61 - - [2025-12-11 02:22:43] "GET /project/7439fc29-a68a-4a54-a022-bc6d6d8c567b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.078654 10.0.0.61 - - [2025-12-11 02:22:43] "POST /neutron/subnet HTTP/1.1" 200 1384 0.039211 10.0.0.61 - - [2025-12-11 02:22:43] "POST /neutron/port HTTP/1.1" 200 117 0.001110 10.0.0.61 - - [2025-12-11 02:22:43] "POST /neutron/security_group HTTP/1.1" 200 2063 0.007111 10.0.0.27 - - [2025-12-11 02:22:44] "GET /projects?obj_uuids=7439fc29-a68a-4a54-a022-bc6d6d8c567b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001575 10.0.0.61 - - [2025-12-11 02:22:44] "POST /neutron/port HTTP/1.1" 200 1169 0.382299 10.0.0.61 - - [2025-12-11 02:22:44] "POST /neutron/port HTTP/1.1" 200 1223 0.109747 10.0.0.61 - - [2025-12-11 02:22:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003735 10.0.0.61 - - [2025-12-11 02:22:44] "POST /neutron/port HTTP/1.1" 200 117 0.001073 10.0.0.61 - - [2025-12-11 02:22:45] "POST /neutron/network HTTP/1.1" 400 204 0.013971 10.0.0.61 - - [2025-12-11 02:22:45] "POST /neutron/port HTTP/1.1" 200 151 0.213884 10.0.0.61 - - [2025-12-11 02:22:46] "POST /neutron/port HTTP/1.1" 200 151 0.225663 10.0.0.27 - - [2025-12-11 02:22:47] "POST /useragent-kv HTTP/1.1" 200 115 0.007351 10.0.0.27 - - [2025-12-11 02:22:47] "POST /useragent-kv HTTP/1.1" 200 115 0.006177 10.0.0.27 - - [2025-12-11 02:22:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004455 10.0.0.27 - - [2025-12-11 02:22:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004177 10.0.0.61 - - [2025-12-11 02:22:47] "POST /neutron/network HTTP/1.1" 200 151 0.160651 10.0.0.33 - - [2025-12-11 02:22:47] "DELETE /route-target/e88e651f-9344-4a89-b0a8-5a76946286c2 HTTP/1.1" 200 115 0.036505 10.0.0.61 - - [2025-12-11 02:22:47] "POST /neutron/network HTTP/1.1" 200 1074 0.012562 10.0.0.33 - - [2025-12-11 02:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.011873 10.0.0.27 - - [2025-12-11 02:22:47] "GET /projects?obj_uuids=7439fc29-a68a-4a54-a022-bc6d6d8c567b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002308 10.0.0.61 - - [2025-12-11 02:22:47] "GET /project/7439fc29-a68a-4a54-a022-bc6d6d8c567b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.048436 10.0.0.27 - - [2025-12-11 02:22:47] "GET /projects?obj_uuids=7439fc29-a68a-4a54-a022-bc6d6d8c567b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.005751 10.0.0.61 - - [2025-12-11 02:22:47] "GET /project/7439fc29-a68a-4a54-a022-bc6d6d8c567b?fields=virtual_networks HTTP/1.1" 200 1052 0.041723 10.0.0.27 - - [2025-12-11 02:22:47] "GET /projects?obj_uuids=7439fc29-a68a-4a54-a022-bc6d6d8c567b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000929 10.0.0.61 - - [2025-12-11 02:22:47] "GET /project/7439fc29-a68a-4a54-a022-bc6d6d8c567b?fields=virtual_machine_interfaces HTTP/1.1" 200 1052 0.056515 10.0.0.27 - - [2025-12-11 02:22:47] "GET /projects?obj_uuids=7439fc29-a68a-4a54-a022-bc6d6d8c567b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001738 10.0.0.61 - - [2025-12-11 02:22:47] "GET /project/7439fc29-a68a-4a54-a022-bc6d6d8c567b?fields=security_groups HTTP/1.1" 200 1283 0.053568 10.0.0.61 - - [2025-12-11 02:22:48] "POST /fqname-to-id HTTP/1.1" 404 196 0.027403 10.0.0.27 - - [2025-12-11 02:22:48] "GET /projects?obj_uuids=896e1700-f769-44e0-a8a9-d59bd15e435f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002713 10.0.0.27 - - [2025-12-11 02:22:48] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001216 10.0.0.27 - - [2025-12-11 02:22:48] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006924 10.0.0.27 - - [2025-12-11 02:22:48] "POST /id-to-fqname HTTP/1.1" 200 198 0.003846 10.0.0.27 - - [2025-12-11 02:22:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.006120 10.0.0.27 - - [2025-12-11 02:22:49] "POST /security-groups HTTP/1.1" 200 599 0.073991 10.0.0.27 - - [2025-12-11 02:22:49] "POST /projects HTTP/1.1" 200 601 0.283090 10.0.0.33 - - [2025-12-11 02:22:49] "POST /access-control-lists HTTP/1.1" 200 604 0.024814 10.0.0.27 - - [2025-12-11 02:22:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.351887 10.0.0.61 - - [2025-12-11 02:22:49] "GET /project/896e1700-f769-44e0-a8a9-d59bd15e435f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.499277 10.0.0.61 - - [2025-12-11 02:22:50] "GET / HTTP/1.1" 200 35931 0.001503 10.0.0.61 - - [2025-12-11 02:22:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.001242 10.0.0.61 - - [2025-12-11 02:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.052108 10.0.0.27 - - [2025-12-11 02:22:51] "GET /projects?obj_uuids=896e1700-f769-44e0-a8a9-d59bd15e435f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000866 10.0.0.61 - - [2025-12-11 02:22:51] "GET /project/896e1700-f769-44e0-a8a9-d59bd15e435f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.040789 10.0.0.27 - - [2025-12-11 02:22:51] "GET /projects?obj_uuids=896e1700-f769-44e0-a8a9-d59bd15e435f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000840 10.0.0.61 - - [2025-12-11 02:22:51] "POST /neutron/network HTTP/1.1" 200 691 0.173913 10.0.0.33 - - [2025-12-11 02:22:51] "POST /route-targets HTTP/1.1" 200 327 0.013370 10.0.0.61 - - [2025-12-11 02:22:51] "POST /id-to-fqname HTTP/1.1" 200 267 0.004678 10.0.0.61 - - [2025-12-11 02:22:51] "GET /virtual-network/d0fccd67-2c61-4027-9b0e-187c7b122b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.004911 10.0.0.61 - - [2025-12-11 02:22:51] "POST /neutron/network HTTP/1.1" 200 912 0.006211 10.0.0.61 - - [2025-12-11 02:22:51] "GET /virtual-network/d0fccd67-2c61-4027-9b0e-187c7b122b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.004475 10.0.0.61 - - [2025-12-11 02:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.27 - - [2025-12-11 02:22:51] "GET /projects?obj_uuids=896e1700-f769-44e0-a8a9-d59bd15e435f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001126 10.0.0.61 - - [2025-12-11 02:22:51] "GET /project/896e1700-f769-44e0-a8a9-d59bd15e435f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.051975 10.0.0.61 - - [2025-12-11 02:22:51] "POST /neutron/network HTTP/1.1" 200 117 0.017229 10.0.0.33 - - [2025-12-11 02:22:52] "POST /ref-update HTTP/1.1" 200 156 0.022841 10.0.0.61 - - [2025-12-11 02:22:52] "POST /neutron/network HTTP/1.1" 200 910 0.009394 10.0.0.61 - - [2025-12-11 02:22:52] "POST /id-to-fqname HTTP/1.1" 200 267 0.001040 10.0.0.61 - - [2025-12-11 02:22:52] "GET /virtual-network/be6e7850-1a74-4364-9d2e-38cf612efba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.006376 10.0.0.61 - - [2025-12-11 02:22:52] "GET /virtual-network/be6e7850-1a74-4364-9d2e-38cf612efba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.005648 10.0.0.61 - - [2025-12-11 02:22:52] "POST /neutron/subnet HTTP/1.1" 200 724 0.008679 10.0.0.61 - - [2025-12-11 02:22:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002342 10.0.0.27 - - [2025-12-11 02:22:52] "GET /projects?obj_uuids=896e1700-f769-44e0-a8a9-d59bd15e435f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000712 10.0.0.61 - - [2025-12-11 02:22:52] "GET /project/896e1700-f769-44e0-a8a9-d59bd15e435f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.048831 10.0.0.27 - - [2025-12-11 02:22:53] "POST /useragent-kv HTTP/1.1" 200 115 0.006659 10.0.0.61 - - [2025-12-11 02:22:53] "POST /neutron/subnet HTTP/1.1" 200 729 0.227215 10.0.0.61 - - [2025-12-11 02:22:53] "POST /id-to-fqname HTTP/1.1" 200 268 0.001263 10.0.0.61 - - [2025-12-11 02:22:53] "GET /virtual-network/d4b29dce-8d52-4136-be6c-ef24575760db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004635 10.0.0.61 - - [2025-12-11 02:22:53] "GET /virtual-network/d4b29dce-8d52-4136-be6c-ef24575760db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.008134 10.0.0.61 - - [2025-12-11 02:22:53] "POST /neutron/network HTTP/1.1" 200 913 0.005666 10.0.0.61 - - [2025-12-11 02:22:53] "POST /id-to-fqname HTTP/1.1" 200 267 0.001148 10.0.0.27 - - [2025-12-11 02:22:54] "GET /projects?obj_uuids=896e1700-f769-44e0-a8a9-d59bd15e435f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001111 10.0.0.61 - - [2025-12-11 02:22:54] "GET /project/896e1700-f769-44e0-a8a9-d59bd15e435f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.060865 10.0.0.61 - - [2025-12-11 02:22:54] "POST /neutron/network HTTP/1.1" 200 910 0.005751 10.0.0.61 - - [2025-12-11 02:22:54] "POST /id-to-fqname HTTP/1.1" 200 268 0.001235 10.0.0.61 - - [2025-12-11 02:22:54] "POST /neutron/port HTTP/1.1" 200 117 0.008322 10.0.0.27 - - [2025-12-11 02:22:54] "GET /projects?obj_uuids=896e1700-f769-44e0-a8a9-d59bd15e435f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002397 10.0.0.61 - - [2025-12-11 02:22:54] "POST /neutron/port HTTP/1.1" 200 1068 0.310154 10.0.0.61 - - [2025-12-11 02:22:55] "POST /neutron/port HTTP/1.1" 200 1122 0.091306 10.0.0.61 - - [2025-12-11 02:22:55] "POST /neutron/subnet HTTP/1.1" 200 698 0.009572 10.0.0.27 - - [2025-12-11 02:22:55] "GET /projects?obj_uuids=896e1700-f769-44e0-a8a9-d59bd15e435f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000753 10.0.0.61 - - [2025-12-11 02:22:55] "GET /project/896e1700-f769-44e0-a8a9-d59bd15e435f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.082426 10.0.0.61 - - [2025-12-11 02:22:55] "POST /neutron/network HTTP/1.1" 200 913 0.006315 10.0.0.61 - - [2025-12-11 02:22:55] "POST /neutron/port HTTP/1.1" 200 117 0.006523 10.0.0.61 - - [2025-12-11 02:22:56] "POST /neutron/port HTTP/1.1" 200 1069 0.012521 10.0.0.61 - - [2025-12-11 02:22:56] "POST /neutron/port HTTP/1.1" 200 1097 0.015880 10.0.0.61 - - [2025-12-11 02:22:56] "POST /neutron/port HTTP/1.1" 200 117 0.001091 10.0.0.61 - - [2025-12-11 02:22:57] "POST /neutron/network HTTP/1.1" 400 204 0.013859 10.0.0.61 - - [2025-12-11 02:22:57] "POST /neutron/port HTTP/1.1" 200 151 0.180193 10.0.0.61 - - [2025-12-11 02:22:57] "POST /neutron/port HTTP/1.1" 200 151 0.186567 10.0.0.27 - - [2025-12-11 02:22:59] "POST /useragent-kv HTTP/1.1" 200 115 0.005203 10.0.0.33 - - [2025-12-11 02:22:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005018 10.0.0.27 - - [2025-12-11 02:22:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002094 10.0.0.61 - - [2025-12-11 02:22:59] "POST /neutron/network HTTP/1.1" 200 151 0.114217 10.0.0.61 - - [2025-12-11 02:22:59] "POST /neutron/network HTTP/1.1" 200 912 0.012788 10.0.0.33 - - [2025-12-11 02:22:59] "DELETE /route-target/b7a65849-fb03-4c15-983a-bcb4f096e6e0 HTTP/1.1" 200 115 0.037301 10.0.0.27 - - [2025-12-11 02:22:59] "GET /projects?obj_uuids=896e1700-f769-44e0-a8a9-d59bd15e435f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000915 10.0.0.61 - - [2025-12-11 02:22:59] "GET /project/896e1700-f769-44e0-a8a9-d59bd15e435f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.051366 10.0.0.27 - - [2025-12-11 02:22:59] "GET /projects?obj_uuids=896e1700-f769-44e0-a8a9-d59bd15e435f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000899 10.0.0.61 - - [2025-12-11 02:22:59] "GET /project/896e1700-f769-44e0-a8a9-d59bd15e435f?fields=virtual_networks HTTP/1.1" 200 1058 0.087660 10.0.0.27 - - [2025-12-11 02:22:59] "GET /projects?obj_uuids=896e1700-f769-44e0-a8a9-d59bd15e435f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001079 10.0.0.61 - - [2025-12-11 02:22:59] "GET /project/896e1700-f769-44e0-a8a9-d59bd15e435f?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.075709 10.0.0.27 - - [2025-12-11 02:22:59] "GET /projects?obj_uuids=896e1700-f769-44e0-a8a9-d59bd15e435f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000924 10.0.0.61 - - [2025-12-11 02:22:59] "GET /project/896e1700-f769-44e0-a8a9-d59bd15e435f?fields=security_groups HTTP/1.1" 200 1292 0.065794 10.0.0.61 - - [2025-12-11 02:23:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.026410 10.0.0.27 - - [2025-12-11 02:23:00] "GET /projects?obj_uuids=4b400547-54b6-4f9b-afb9-da573dd5b872&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006184 10.0.0.27 - - [2025-12-11 02:23:00] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001331 10.0.0.27 - - [2025-12-11 02:23:00] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008673 10.0.0.27 - - [2025-12-11 02:23:01] "POST /id-to-fqname HTTP/1.1" 200 195 0.002781 10.0.0.27 - - [2025-12-11 02:23:01] "POST /fqname-to-id HTTP/1.1" 404 204 0.007848 10.0.0.27 - - [2025-12-11 02:23:01] "POST /security-groups HTTP/1.1" 200 596 0.036358 10.0.0.27 - - [2025-12-11 02:23:01] "POST /projects HTTP/1.1" 200 595 0.276393 10.0.0.33 - - [2025-12-11 02:23:01] "POST /fqname-to-id HTTP/1.1" 404 239 0.004192 10.0.0.27 - - [2025-12-11 02:23:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.356117 10.0.0.33 - - [2025-12-11 02:23:01] "POST /access-control-lists HTTP/1.1" 200 599 0.033410 10.0.0.61 - - [2025-12-11 02:23:01] "GET /project/4b400547-54b6-4f9b-afb9-da573dd5b872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.512265 10.0.0.61 - - [2025-12-11 02:23:02] "GET / HTTP/1.1" 200 35931 0.001741 10.0.0.61 - - [2025-12-11 02:23:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000473 10.0.0.61 - - [2025-12-11 02:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.055292 10.0.0.27 - - [2025-12-11 02:23:03] "GET /projects?obj_uuids=4b400547-54b6-4f9b-afb9-da573dd5b872&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.027774 10.0.0.61 - - [2025-12-11 02:23:03] "GET /project/4b400547-54b6-4f9b-afb9-da573dd5b872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.102784 10.0.0.27 - - [2025-12-11 02:23:03] "GET /projects?obj_uuids=4b400547-54b6-4f9b-afb9-da573dd5b872&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001234 10.0.0.61 - - [2025-12-11 02:23:03] "POST /neutron/network HTTP/1.1" 200 682 0.178631 10.0.0.61 - - [2025-12-11 02:23:03] "POST /id-to-fqname HTTP/1.1" 200 261 0.003335 10.0.0.61 - - [2025-12-11 02:23:03] "GET /virtual-network/4f0ce4b6-12da-487c-b8bf-dad1e91cd37d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004965 10.0.0.61 - - [2025-12-11 02:23:03] "POST /neutron/network HTTP/1.1" 200 902 0.006086 10.0.0.61 - - [2025-12-11 02:23:03] "GET /virtual-network/4f0ce4b6-12da-487c-b8bf-dad1e91cd37d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006087 10.0.0.61 - - [2025-12-11 02:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.27 - - [2025-12-11 02:23:04] "GET /projects?obj_uuids=4b400547-54b6-4f9b-afb9-da573dd5b872&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000958 10.0.0.61 - - [2025-12-11 02:23:04] "GET /project/4b400547-54b6-4f9b-afb9-da573dd5b872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.045275 10.0.0.61 - - [2025-12-11 02:23:04] "POST /neutron/network HTTP/1.1" 200 117 0.012837 10.0.0.33 - - [2025-12-11 02:23:04] "POST /route-targets HTTP/1.1" 200 327 0.037716 10.0.0.61 - - [2025-12-11 02:23:04] "POST /neutron/network HTTP/1.1" 200 901 0.011531 10.0.0.61 - - [2025-12-11 02:23:04] "POST /id-to-fqname HTTP/1.1" 200 261 0.001693 10.0.0.61 - - [2025-12-11 02:23:04] "GET /virtual-network/bb422752-e7f1-425c-861a-f337970bf9f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.005520 10.0.0.61 - - [2025-12-11 02:23:04] "GET /virtual-network/bb422752-e7f1-425c-861a-f337970bf9f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.005112 10.0.0.61 - - [2025-12-11 02:23:04] "POST /neutron/subnet HTTP/1.1" 200 725 0.008294 10.0.0.61 - - [2025-12-11 02:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002666 10.0.0.27 - - [2025-12-11 02:23:04] "GET /projects?obj_uuids=4b400547-54b6-4f9b-afb9-da573dd5b872&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000823 10.0.0.61 - - [2025-12-11 02:23:04] "GET /project/4b400547-54b6-4f9b-afb9-da573dd5b872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.036801 10.0.0.33 - - [2025-12-11 02:23:04] "POST /ref-update HTTP/1.1" 200 156 0.025533 10.0.0.27 - - [2025-12-11 02:23:05] "POST /useragent-kv HTTP/1.1" 200 115 0.007293 10.0.0.61 - - [2025-12-11 02:23:05] "POST /neutron/subnet HTTP/1.1" 200 719 0.204101 10.0.0.61 - - [2025-12-11 02:23:05] "POST /id-to-fqname HTTP/1.1" 200 262 0.001658 10.0.0.61 - - [2025-12-11 02:23:05] "GET /virtual-network/875bf2a5-914f-4100-8384-0b2e11d1c84f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.006201 10.0.0.61 - - [2025-12-11 02:23:05] "GET /virtual-network/875bf2a5-914f-4100-8384-0b2e11d1c84f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.008752 10.0.0.61 - - [2025-12-11 02:23:05] "POST /neutron/network HTTP/1.1" 200 902 0.006413 10.0.0.61 - - [2025-12-11 02:23:05] "POST /id-to-fqname HTTP/1.1" 200 261 0.001364 10.0.0.27 - - [2025-12-11 02:23:06] "GET /projects?obj_uuids=4b400547-54b6-4f9b-afb9-da573dd5b872&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000866 10.0.0.61 - - [2025-12-11 02:23:06] "GET /project/4b400547-54b6-4f9b-afb9-da573dd5b872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.069174 10.0.0.61 - - [2025-12-11 02:23:06] "POST /neutron/network HTTP/1.1" 200 901 0.006850 10.0.0.61 - - [2025-12-11 02:23:06] "POST /id-to-fqname HTTP/1.1" 200 262 0.001620 10.0.0.61 - - [2025-12-11 02:23:06] "POST /neutron/port HTTP/1.1" 200 117 0.006168 10.0.0.27 - - [2025-12-11 02:23:06] "GET /projects?obj_uuids=4b400547-54b6-4f9b-afb9-da573dd5b872&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000912 10.0.0.61 - - [2025-12-11 02:23:07] "POST /neutron/port HTTP/1.1" 200 1065 0.269010 10.0.0.61 - - [2025-12-11 02:23:07] "POST /neutron/port HTTP/1.1" 200 1119 0.102352 10.0.0.61 - - [2025-12-11 02:23:07] "POST /neutron/subnet HTTP/1.1" 200 699 0.008352 10.0.0.27 - - [2025-12-11 02:23:07] "GET /projects?obj_uuids=4b400547-54b6-4f9b-afb9-da573dd5b872&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000787 10.0.0.61 - - [2025-12-11 02:23:07] "GET /project/4b400547-54b6-4f9b-afb9-da573dd5b872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.076243 10.0.0.61 - - [2025-12-11 02:23:07] "POST /neutron/network HTTP/1.1" 200 902 0.018457 10.0.0.61 - - [2025-12-11 02:23:07] "POST /neutron/port HTTP/1.1" 200 117 0.005739 10.0.0.61 - - [2025-12-11 02:23:08] "POST /neutron/port HTTP/1.1" 200 1064 0.013081 10.0.0.61 - - [2025-12-11 02:23:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.002234 10.0.0.61 - - [2025-12-11 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002347 10.0.0.27 - - [2025-12-11 02:23:08] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.004100 10.0.0.61 - - [2025-12-11 02:23:08] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.020380 10.0.0.61 - - [2025-12-11 02:23:08] "POST /service-templates HTTP/1.1" 200 543 0.028730 10.0.0.61 - - [2025-12-11 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.61 - - [2025-12-11 02:23:08] "POST /neutron/port HTTP/1.1" 200 1092 0.018208 10.0.0.61 - - [2025-12-11 02:23:08] "GET /service-template/10152590-c207-4902-8999-1976ee324f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.005733 10.0.0.61 - - [2025-12-11 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002505 10.0.0.61 - - [2025-12-11 02:23:08] "POST /neutron/port HTTP/1.1" 200 117 0.001157 10.0.0.61 - - [2025-12-11 02:23:08] "GET /service-template/10152590-c207-4902-8999-1976ee324f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.004493 10.0.0.61 - - [2025-12-11 02:23:08] "POST /id-to-fqname HTTP/1.1" 200 261 0.001296 10.0.0.61 - - [2025-12-11 02:23:08] "POST /id-to-fqname HTTP/1.1" 200 261 0.001337 10.0.0.61 - - [2025-12-11 02:23:08] "POST /id-to-fqname HTTP/1.1" 200 262 0.001273 10.0.0.61 - - [2025-12-11 02:23:08] "POST /neutron/security_group HTTP/1.1" 200 2063 0.007700 10.0.0.61 - - [2025-12-11 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.61 - - [2025-12-11 02:23:08] "DELETE /service-template/10152590-c207-4902-8999-1976ee324f8e HTTP/1.1" 200 115 0.030324 10.0.0.61 - - [2025-12-11 02:23:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.005651 10.0.0.27 - - [2025-12-11 02:23:10] "DELETE /project/896e1700f76944e0a8a9d59bd15e435f HTTP/1.1" 404 173 0.040375 10.0.0.27 - - [2025-12-11 02:23:10] "DELETE /project/4b40054754b64f9bafb9da573dd5b872 HTTP/1.1" 404 173 0.055448 10.0.0.27 - - [2025-12-11 02:23:10] "GET /projects?obj_uuids=896e1700-f769-44e0-a8a9-d59bd15e435f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001044 10.0.0.27 - - [2025-12-11 02:23:10] "GET /projects?obj_uuids=7439fc29-a68a-4a54-a022-bc6d6d8c567b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000713 10.0.0.27 - - [2025-12-11 02:23:10] "GET /project/896e1700-f769-44e0-a8a9-d59bd15e435f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.050679 10.0.0.27 - - [2025-12-11 02:23:10] "GET /projects?obj_uuids=896e1700-f769-44e0-a8a9-d59bd15e435f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000871 10.0.0.27 - - [2025-12-11 02:23:10] "DELETE /project/df0f8985d6cb4e0c9ccf62c26675a316 HTTP/1.1" 404 173 0.137655 10.0.0.27 - - [2025-12-11 02:23:10] "GET /project/7439fc29-a68a-4a54-a022-bc6d6d8c567b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.076260 10.0.0.27 - - [2025-12-11 02:23:10] "DELETE /project/7439fc29a68a4a54a022bc6d6d8c567b HTTP/1.1" 404 173 0.193433 10.0.0.27 - - [2025-12-11 02:23:10] "GET /projects?obj_uuids=7439fc29-a68a-4a54-a022-bc6d6d8c567b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001155 10.0.0.27 - - [2025-12-11 02:23:10] "GET /project/896e1700-f769-44e0-a8a9-d59bd15e435f?fields=security_groups HTTP/1.1" 200 1397 0.111087 10.0.0.27 - - [2025-12-11 02:23:10] "GET /projects?obj_uuids=df0f8985-d6cb-4e0c-9ccf-62c26675a316&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001189 10.0.0.27 - - [2025-12-11 02:23:10] "GET /project/7439fc29-a68a-4a54-a022-bc6d6d8c567b?fields=security_groups HTTP/1.1" 200 1388 0.098979 10.0.0.27 - - [2025-12-11 02:23:10] "GET /project/df0f8985-d6cb-4e0c-9ccf-62c26675a316?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.088547 10.0.0.27 - - [2025-12-11 02:23:10] "GET /projects?obj_uuids=df0f8985-d6cb-4e0c-9ccf-62c26675a316&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001091 10.0.0.27 - - [2025-12-11 02:23:10] "GET /project/df0f8985-d6cb-4e0c-9ccf-62c26675a316?fields=security_groups HTTP/1.1" 200 1377 0.046897 10.0.0.27 - - [2025-12-11 02:23:10] "DELETE /security-group/1c9dbca8-0bea-4065-b349-c012e6a78874 HTTP/1.1" 200 115 0.118330 10.0.0.27 - - [2025-12-11 02:23:10] "GET /projects?obj_uuids=896e1700-f769-44e0-a8a9-d59bd15e435f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001473 10.0.0.27 - - [2025-12-11 02:23:10] "GET /project/896e1700-f769-44e0-a8a9-d59bd15e435f?fields=application_policy_sets HTTP/1.1" 200 1436 0.069882 10.0.0.27 - - [2025-12-11 02:23:10] "DELETE /security-group/0073e553-c152-4d00-9c4d-57b3014e0efb HTTP/1.1" 200 115 0.121705 10.0.0.27 - - [2025-12-11 02:23:10] "GET /projects?obj_uuids=7439fc29-a68a-4a54-a022-bc6d6d8c567b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001124 10.0.0.27 - - [2025-12-11 02:23:10] "DELETE /security-group/eb2682f9-cc60-4a30-8479-05a27dce604c HTTP/1.1" 200 115 0.136543 10.0.0.27 - - [2025-12-11 02:23:10] "GET /projects?obj_uuids=df0f8985-d6cb-4e0c-9ccf-62c26675a316&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001175 10.0.0.27 - - [2025-12-11 02:23:10] "GET /project/7439fc29-a68a-4a54-a022-bc6d6d8c567b?fields=application_policy_sets HTTP/1.1" 200 1427 0.101342 10.0.0.33 - - [2025-12-11 02:23:10] "DELETE /access-control-list/193eb27a-d604-4208-b3cb-faf1bd29cc2a HTTP/1.1" 200 115 0.091372 10.0.0.27 - - [2025-12-11 02:23:10] "GET /project/df0f8985-d6cb-4e0c-9ccf-62c26675a316?fields=application_policy_sets HTTP/1.1" 200 1416 0.105561 10.0.0.27 - - [2025-12-11 02:23:11] "DELETE /project/896e1700-f769-44e0-a8a9-d59bd15e435f HTTP/1.1" 200 115 0.800271 10.0.0.33 - - [2025-12-11 02:23:11] "DELETE /access-control-list/ad0ba2e3-6906-423d-b5ac-d59e03ede7d2 HTTP/1.1" 200 115 0.070923 10.0.0.27 - - [2025-12-11 02:23:11] "DELETE /project/7439fc29-a68a-4a54-a022-bc6d6d8c567b HTTP/1.1" 200 115 0.876205 10.0.0.27 - - [2025-12-11 02:23:11] "DELETE /project/df0f8985-d6cb-4e0c-9ccf-62c26675a316 HTTP/1.1" 200 115 0.927235 10.0.0.61 - - [2025-12-11 02:23:11] "POST /neutron/port HTTP/1.1" 200 1092 0.014390 10.0.0.61 - - [2025-12-11 02:23:11] "POST /neutron/port HTTP/1.1" 200 1093 0.012163 10.0.0.61 - - [2025-12-11 02:23:13] "POST /neutron/network HTTP/1.1" 200 901 0.007595 10.0.0.27 - - [2025-12-11 02:23:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003880 10.0.0.33 - - [2025-12-11 02:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004910 10.0.0.27 - - [2025-12-11 02:23:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002241 10.0.0.61 - - [2025-12-11 02:23:13] "POST /neutron/network HTTP/1.1" 200 151 0.104402 10.0.0.33 - - [2025-12-11 02:23:13] "DELETE /route-target/4dce252b-9c9a-47a3-8417-544d24db2112 HTTP/1.1" 200 115 0.016652 10.0.0.27 - - [2025-12-11 02:23:13] "GET /projects?obj_uuids=4b400547-54b6-4f9b-afb9-da573dd5b872&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000880 10.0.0.61 - - [2025-12-11 02:23:13] "GET /project/4b400547-54b6-4f9b-afb9-da573dd5b872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.062480 10.0.0.27 - - [2025-12-11 02:23:13] "GET /projects?obj_uuids=4b400547-54b6-4f9b-afb9-da573dd5b872&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000808 10.0.0.61 - - [2025-12-11 02:23:13] "GET /project/4b400547-54b6-4f9b-afb9-da573dd5b872?fields=virtual_networks HTTP/1.1" 200 1052 0.033240 10.0.0.27 - - [2025-12-11 02:23:13] "GET /projects?obj_uuids=4b400547-54b6-4f9b-afb9-da573dd5b872&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000867 10.0.0.61 - - [2025-12-11 02:23:14] "GET /project/4b400547-54b6-4f9b-afb9-da573dd5b872?fields=virtual_machine_interfaces HTTP/1.1" 200 1052 0.033038 10.0.0.27 - - [2025-12-11 02:23:14] "GET /projects?obj_uuids=4b400547-54b6-4f9b-afb9-da573dd5b872&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000823 10.0.0.61 - - [2025-12-11 02:23:14] "GET /project/4b400547-54b6-4f9b-afb9-da573dd5b872?fields=security_groups HTTP/1.1" 200 1283 0.037380 10.0.0.61 - - [2025-12-11 02:23:14] "POST /fqname-to-id HTTP/1.1" 404 197 0.032439 10.0.0.27 - - [2025-12-11 02:23:15] "GET /projects?obj_uuids=d6cce00a-25e6-4f45-92d3-46b5a69e42f4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002772 10.0.0.27 - - [2025-12-11 02:23:15] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001197 10.0.0.27 - - [2025-12-11 02:23:15] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006728 10.0.0.27 - - [2025-12-11 02:23:15] "POST /id-to-fqname HTTP/1.1" 200 199 0.002282 10.0.0.27 - - [2025-12-11 02:23:15] "POST /fqname-to-id HTTP/1.1" 404 208 0.004385 10.0.0.27 - - [2025-12-11 02:23:15] "POST /security-groups HTTP/1.1" 200 600 0.031228 10.0.0.27 - - [2025-12-11 02:23:15] "POST /projects HTTP/1.1" 200 603 0.232269 10.0.0.33 - - [2025-12-11 02:23:15] "POST /fqname-to-id HTTP/1.1" 404 242 0.008116 10.0.0.27 - - [2025-12-11 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.309570 10.0.0.61 - - [2025-12-11 02:23:15] "GET /project/d6cce00a-25e6-4f45-92d3-46b5a69e42f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.443360 10.0.0.61 - - [2025-12-11 02:23:16] "GET / HTTP/1.1" 200 35931 0.001301 10.0.0.61 - - [2025-12-11 02:23:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000451 10.0.0.61 - - [2025-12-11 02:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.053185 10.0.0.27 - - [2025-12-11 02:23:17] "GET /projects?obj_uuids=d6cce00a-25e6-4f45-92d3-46b5a69e42f4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000947 10.0.0.61 - - [2025-12-11 02:23:17] "GET /project/d6cce00a-25e6-4f45-92d3-46b5a69e42f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.044467 10.0.0.61 - - [2025-12-11 02:23:17] "POST /neutron/network HTTP/1.1" 200 117 0.050534 10.0.0.33 - - [2025-12-11 02:23:17] "POST /ref-update HTTP/1.1" 200 156 0.026341 10.0.0.61 - - [2025-12-11 02:23:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.010309 10.0.0.27 - - [2025-12-11 02:23:18] "POST /useragent-kv HTTP/1.1" 200 115 0.012708 10.0.0.61 - - [2025-12-11 02:23:18] "POST /neutron/subnet HTTP/1.1" 200 724 0.208231 10.0.0.61 - - [2025-12-11 02:23:18] "POST /id-to-fqname HTTP/1.1" 200 269 0.001620 10.0.0.61 - - [2025-12-11 02:23:18] "GET /virtual-network/2c332566-b377-443a-94cb-b9766577db76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.006979 10.0.0.61 - - [2025-12-11 02:23:18] "GET /virtual-network/2c332566-b377-443a-94cb-b9766577db76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.006782 10.0.0.61 - - [2025-12-11 02:23:18] "POST /neutron/network HTTP/1.1" 200 1087 0.010750 10.0.0.61 - - [2025-12-11 02:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.27 - - [2025-12-11 02:23:18] "GET /projects?obj_uuids=d6cce00a-25e6-4f45-92d3-46b5a69e42f4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001270 10.0.0.61 - - [2025-12-11 02:23:18] "GET /project/d6cce00a-25e6-4f45-92d3-46b5a69e42f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.054342 10.0.0.61 - - [2025-12-11 02:23:18] "POST /neutron/network HTTP/1.1" 200 117 0.015022 10.0.0.33 - - [2025-12-11 02:23:18] "GET /obj-perms HTTP/1.1" 200 5056 0.091421 10.0.0.27 - - [2025-12-11 02:23:19] "POST /useragent-kv HTTP/1.1" 200 115 0.006892 10.0.0.61 - - [2025-12-11 02:23:19] "POST /neutron/subnet HTTP/1.1" 200 720 0.216902 10.0.0.61 - - [2025-12-11 02:23:19] "POST /id-to-fqname HTTP/1.1" 200 269 0.001184 10.0.0.61 - - [2025-12-11 02:23:19] "GET /virtual-network/3bdc02d1-d0b3-457b-8775-fd721fcc4109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2755 0.004283 10.0.0.61 - - [2025-12-11 02:23:19] "GET /virtual-network/3bdc02d1-d0b3-457b-8775-fd721fcc4109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2755 0.004380 10.0.0.61 - - [2025-12-11 02:23:19] "POST /neutron/network HTTP/1.1" 200 1085 0.007118 10.0.0.61 - - [2025-12-11 02:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.27 - - [2025-12-11 02:23:19] "GET /projects?obj_uuids=d6cce00a-25e6-4f45-92d3-46b5a69e42f4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000748 10.0.0.61 - - [2025-12-11 02:23:19] "GET /project/d6cce00a-25e6-4f45-92d3-46b5a69e42f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.049110 10.0.0.61 - - [2025-12-11 02:23:19] "POST /neutron/network HTTP/1.1" 200 117 0.014122 10.0.0.33 - - [2025-12-11 02:23:19] "POST /route-targets HTTP/1.1" 200 327 0.013264 10.0.0.61 - - [2025-12-11 02:23:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.005136 10.0.0.27 - - [2025-12-11 02:23:20] "POST /useragent-kv HTTP/1.1" 200 115 0.006879 10.0.0.61 - - [2025-12-11 02:23:20] "POST /neutron/subnet HTTP/1.1" 200 724 0.239051 10.0.0.61 - - [2025-12-11 02:23:20] "POST /id-to-fqname HTTP/1.1" 200 270 0.001678 10.0.0.61 - - [2025-12-11 02:23:20] "GET /virtual-network/7c785161-2713-48e1-9fb0-0c512db2e7bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.005715 10.0.0.61 - - [2025-12-11 02:23:20] "GET /virtual-network/7c785161-2713-48e1-9fb0-0c512db2e7bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.006773 10.0.0.61 - - [2025-12-11 02:23:20] "POST /neutron/network HTTP/1.1" 200 1088 0.010289 10.0.0.61 - - [2025-12-11 02:23:20] "POST /id-to-fqname HTTP/1.1" 200 269 0.001696 10.0.0.61 - - [2025-12-11 02:23:20] "POST /neutron/network HTTP/1.1" 200 1095 0.006802 10.0.0.27 - - [2025-12-11 02:23:21] "GET /projects?obj_uuids=d6cce00a-25e6-4f45-92d3-46b5a69e42f4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000903 10.0.0.61 - - [2025-12-11 02:23:21] "GET /project/d6cce00a-25e6-4f45-92d3-46b5a69e42f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.053995 10.0.0.61 - - [2025-12-11 02:23:21] "POST /neutron/port HTTP/1.1" 200 117 0.005975 10.0.0.61 - - [2025-12-11 02:23:21] "POST /id-to-fqname HTTP/1.1" 200 270 0.001171 10.0.0.61 - - [2025-12-11 02:23:21] "POST /neutron/network HTTP/1.1" 200 1095 0.006951 10.0.0.61 - - [2025-12-11 02:23:22] "POST /neutron/port HTTP/1.1" 200 1174 0.015936 10.0.0.27 - - [2025-12-11 02:23:22] "GET /projects?obj_uuids=d6cce00a-25e6-4f45-92d3-46b5a69e42f4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000947 10.0.0.61 - - [2025-12-11 02:23:22] "GET /project/d6cce00a-25e6-4f45-92d3-46b5a69e42f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.074850 10.0.0.61 - - [2025-12-11 02:23:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003601 10.0.0.61 - - [2025-12-11 02:23:22] "POST /neutron/subnet HTTP/1.1" 200 1375 0.013452 10.0.0.61 - - [2025-12-11 02:23:22] "POST /neutron/network HTTP/1.1" 200 1085 0.010433 10.0.0.61 - - [2025-12-11 02:23:22] "POST /neutron/port HTTP/1.1" 200 117 0.007056 10.0.0.61 - - [2025-12-11 02:23:23] "POST /neutron/port HTTP/1.1" 200 1175 0.014952 10.0.0.61 - - [2025-12-11 02:23:23] "POST /neutron/port HTTP/1.1" 200 1203 0.014892 10.0.0.61 - - [2025-12-11 02:23:23] "POST /neutron/subnet HTTP/1.1" 200 1379 0.011986 10.0.0.61 - - [2025-12-11 02:23:23] "POST /neutron/network HTTP/1.1" 200 1088 0.008863 10.0.0.61 - - [2025-12-11 02:23:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.004091 10.0.0.61 - - [2025-12-11 02:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002698 10.0.0.27 - - [2025-12-11 02:23:23] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001254 10.0.0.61 - - [2025-12-11 02:23:23] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007357 10.0.0.61 - - [2025-12-11 02:23:24] "POST /service-templates HTTP/1.1" 200 543 0.022494 10.0.0.61 - - [2025-12-11 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.61 - - [2025-12-11 02:23:24] "GET /service-template/39402047-436a-4ba0-9c86-0e44b3326433?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.005474 10.0.0.61 - - [2025-12-11 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.61 - - [2025-12-11 02:23:24] "GET /service-template/39402047-436a-4ba0-9c86-0e44b3326433?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.004577 10.0.0.61 - - [2025-12-11 02:23:24] "POST /id-to-fqname HTTP/1.1" 200 269 0.001206 10.0.0.61 - - [2025-12-11 02:23:24] "POST /id-to-fqname HTTP/1.1" 200 269 0.001333 10.0.0.61 - - [2025-12-11 02:23:24] "POST /id-to-fqname HTTP/1.1" 200 270 0.001481 10.0.0.61 - - [2025-12-11 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.61 - - [2025-12-11 02:23:24] "DELETE /service-template/39402047-436a-4ba0-9c86-0e44b3326433 HTTP/1.1" 200 115 0.025305 10.0.0.61 - - [2025-12-11 02:23:24] "POST /fqname-to-id HTTP/1.1" 404 193 0.002835 10.0.0.61 - - [2025-12-11 02:23:26] "POST /neutron/network HTTP/1.1" 200 1085 0.008632 10.0.0.61 - - [2025-12-11 02:23:26] "POST /neutron/port HTTP/1.1" 200 1229 0.015252 10.0.0.61 - - [2025-12-11 02:23:26] "POST /neutron/port HTTP/1.1" 200 1228 0.014813 10.0.0.27 - - [2025-12-11 02:23:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004176 10.0.0.27 - - [2025-12-11 02:23:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002782 10.0.0.27 - - [2025-12-11 02:23:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002951 10.0.0.27 - - [2025-12-11 02:23:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002252 10.0.0.61 - - [2025-12-11 02:23:28] "POST /neutron/network HTTP/1.1" 200 151 0.142582 10.0.0.33 - - [2025-12-11 02:23:28] "DELETE /route-target/22cc09fa-8cda-49f1-ba3e-7a32ae17edd7 HTTP/1.1" 200 115 0.023888 10.0.0.61 - - [2025-12-11 02:23:28] "POST /neutron/network HTTP/1.1" 200 1087 0.010901 10.0.0.33 - - [2025-12-11 02:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.27 - - [2025-12-11 02:23:28] "GET /projects?obj_uuids=d6cce00a-25e6-4f45-92d3-46b5a69e42f4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001145 10.0.0.61 - - [2025-12-11 02:23:28] "GET /project/d6cce00a-25e6-4f45-92d3-46b5a69e42f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.053598 10.0.0.27 - - [2025-12-11 02:23:28] "GET /projects?obj_uuids=d6cce00a-25e6-4f45-92d3-46b5a69e42f4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003906 10.0.0.61 - - [2025-12-11 02:23:28] "GET /project/d6cce00a-25e6-4f45-92d3-46b5a69e42f4?fields=virtual_networks HTTP/1.1" 200 1061 0.086873 10.0.0.27 - - [2025-12-11 02:23:28] "GET /projects?obj_uuids=d6cce00a-25e6-4f45-92d3-46b5a69e42f4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000979 10.0.0.61 - - [2025-12-11 02:23:28] "GET /project/d6cce00a-25e6-4f45-92d3-46b5a69e42f4?fields=virtual_machine_interfaces HTTP/1.1" 200 1061 0.065071 10.0.0.27 - - [2025-12-11 02:23:29] "GET /projects?obj_uuids=d6cce00a-25e6-4f45-92d3-46b5a69e42f4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001239 10.0.0.61 - - [2025-12-11 02:23:29] "GET /project/d6cce00a-25e6-4f45-92d3-46b5a69e42f4?fields=security_groups HTTP/1.1" 200 1296 0.051156 10.0.0.61 - - [2025-12-11 02:23:29] "POST /fqname-to-id HTTP/1.1" 404 200 0.031710 10.0.0.27 - - [2025-12-11 02:23:30] "GET /projects?obj_uuids=9117ee2c-3bd4-4552-a282-2eea259a1031&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002846 10.0.0.27 - - [2025-12-11 02:23:30] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000851 10.0.0.27 - - [2025-12-11 02:23:30] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007832 10.0.0.27 - - [2025-12-11 02:23:30] "POST /id-to-fqname HTTP/1.1" 200 202 0.001241 10.0.0.27 - - [2025-12-11 02:23:30] "POST /fqname-to-id HTTP/1.1" 404 211 0.006409 10.0.0.27 - - [2025-12-11 02:23:30] "POST /security-groups HTTP/1.1" 200 603 0.025377 10.0.0.27 - - [2025-12-11 02:23:30] "POST /projects HTTP/1.1" 200 609 0.209989 10.0.0.33 - - [2025-12-11 02:23:30] "POST /access-control-lists HTTP/1.1" 200 608 0.023213 10.0.0.27 - - [2025-12-11 02:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.279438 10.0.0.61 - - [2025-12-11 02:23:30] "GET /project/9117ee2c-3bd4-4552-a282-2eea259a1031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.419565 10.0.0.61 - - [2025-12-11 02:23:31] "GET / HTTP/1.1" 200 35931 0.001455 10.0.0.61 - - [2025-12-11 02:23:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000564 10.0.0.61 - - [2025-12-11 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.053381 10.0.0.27 - - [2025-12-11 02:23:33] "GET /projects?obj_uuids=9117ee2c-3bd4-4552-a282-2eea259a1031&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000820 10.0.0.61 - - [2025-12-11 02:23:33] "GET /project/9117ee2c-3bd4-4552-a282-2eea259a1031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.033553 10.0.0.27 - - [2025-12-11 02:23:33] "GET /projects?obj_uuids=9117ee2c-3bd4-4552-a282-2eea259a1031&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000907 10.0.0.61 - - [2025-12-11 02:23:33] "POST /neutron/network HTTP/1.1" 200 619 0.144682 10.0.0.33 - - [2025-12-11 02:23:33] "POST /route-targets HTTP/1.1" 200 327 0.012696 10.0.0.61 - - [2025-12-11 02:23:33] "POST /id-to-fqname HTTP/1.1" 200 233 0.003151 10.0.0.61 - - [2025-12-11 02:23:33] "GET /virtual-network/f742ce6c-b43f-4a17-9026-71a868dbc53f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004518 10.0.0.61 - - [2025-12-11 02:23:33] "POST /neutron/network HTTP/1.1" 200 839 0.004937 10.0.0.61 - - [2025-12-11 02:23:33] "GET /virtual-network/f742ce6c-b43f-4a17-9026-71a868dbc53f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004886 10.0.0.61 - - [2025-12-11 02:23:34] "GET /virtual-network/f742ce6c-b43f-4a17-9026-71a868dbc53f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005332 10.0.0.61 - - [2025-12-11 02:23:34] "GET /obj-perms HTTP/1.1" 200 5054 0.055466 10.0.0.27 - - [2025-12-11 02:23:35] "GET /obj-perms HTTP/1.1" 200 5054 0.057419 10.0.0.61 - - [2025-12-11 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.27 - - [2025-12-11 02:23:35] "GET /projects?obj_uuids=9117ee2c-3bd4-4552-a282-2eea259a1031&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000813 10.0.0.61 - - [2025-12-11 02:23:35] "GET /project/9117ee2c-3bd4-4552-a282-2eea259a1031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.034662 10.0.0.61 - - [2025-12-11 02:23:35] "POST /neutron/network HTTP/1.1" 200 117 0.015781 10.0.0.33 - - [2025-12-11 02:23:35] "POST /ref-update HTTP/1.1" 200 156 0.036427 10.0.0.61 - - [2025-12-11 02:23:36] "POST /neutron/network HTTP/1.1" 200 839 0.007596 10.0.0.61 - - [2025-12-11 02:23:36] "POST /id-to-fqname HTTP/1.1" 200 233 0.000989 10.0.0.61 - - [2025-12-11 02:23:36] "GET /virtual-network/a3b4ae20-8760-4d21-995e-781364677f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.004443 10.0.0.61 - - [2025-12-11 02:23:36] "GET /virtual-network/a3b4ae20-8760-4d21-995e-781364677f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005111 10.0.0.61 - - [2025-12-11 02:23:36] "POST /neutron/subnet HTTP/1.1" 200 729 0.010331 10.0.0.61 - - [2025-12-11 02:23:36] "GET /virtual-network/a3b4ae20-8760-4d21-995e-781364677f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005426 10.0.0.61 - - [2025-12-11 02:23:36] "POST /id-to-fqname HTTP/1.1" 200 233 0.001389 10.0.0.27 - - [2025-12-11 02:24:08] "GET /projects?obj_uuids=9117ee2c-3bd4-4552-a282-2eea259a1031&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000943 10.0.0.61 - - [2025-12-11 02:24:08] "GET /project/9117ee2c-3bd4-4552-a282-2eea259a1031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.066586 10.0.0.61 - - [2025-12-11 02:24:09] "POST /neutron/port HTTP/1.1" 200 117 0.008805 10.0.0.61 - - [2025-12-11 02:24:09] "POST /id-to-fqname HTTP/1.1" 200 233 0.001719 10.0.0.61 - - [2025-12-11 02:24:09] "POST /neutron/network HTTP/1.1" 200 849 0.006216 10.0.0.27 - - [2025-12-11 02:24:10] "GET /projects?obj_uuids=9117ee2c-3bd4-4552-a282-2eea259a1031&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000910 10.0.0.61 - - [2025-12-11 02:24:10] "GET /project/9117ee2c-3bd4-4552-a282-2eea259a1031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.122526 10.0.0.61 - - [2025-12-11 02:24:10] "POST /neutron/network HTTP/1.1" 200 839 0.061671 10.0.0.61 - - [2025-12-11 02:24:10] "POST /neutron/port HTTP/1.1" 200 1047 0.049984 10.0.0.61 - - [2025-12-11 02:24:10] "POST /neutron/port HTTP/1.1" 200 117 0.018298 10.0.0.61 - - [2025-12-11 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.27 - - [2025-12-11 02:24:10] "GET /projects?obj_uuids=9117ee2c-3bd4-4552-a282-2eea259a1031&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001187 10.0.0.61 - - [2025-12-11 02:24:10] "GET /project/9117ee2c-3bd4-4552-a282-2eea259a1031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.084030 10.0.0.61 - - [2025-12-11 02:24:10] "GET /virtual-network/f742ce6c-b43f-4a17-9026-71a868dbc53f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.012323 10.0.0.61 - - [2025-12-11 02:24:10] "GET /floating-ip-pools?parent_id=f742ce6c-b43f-4a17-9026-71a868dbc53f&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002922 10.0.0.61 - - [2025-12-11 02:24:10] "GET /virtual-network/f742ce6c-b43f-4a17-9026-71a868dbc53f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006996 10.0.0.61 - - [2025-12-11 02:24:10] "POST /neutron/subnet HTTP/1.1" 200 703 0.045033 10.0.0.61 - - [2025-12-11 02:24:10] "POST /floating-ip-pools HTTP/1.1" 200 609 0.075409 10.0.0.61 - - [2025-12-11 02:24:11] "POST /ref-update HTTP/1.1" 200 156 0.035764 10.0.0.61 - - [2025-12-11 02:24:11] "GET /virtual-network/f742ce6c-b43f-4a17-9026-71a868dbc53f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004989 10.0.0.61 - - [2025-12-11 02:24:11] "POST /neutron/network HTTP/1.1" 200 849 0.018592 10.0.0.27 - - [2025-12-11 02:24:11] "GET /projects?obj_uuids=d6cce00a-25e6-4f45-92d3-46b5a69e42f4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000896 10.0.0.27 - - [2025-12-11 02:24:11] "GET /projects?obj_uuids=4b400547-54b6-4f9b-afb9-da573dd5b872&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000664 10.0.0.27 - - [2025-12-11 02:24:11] "DELETE /project/9117ee2c3bd44552a2822eea259a1031 HTTP/1.1" 404 173 0.010077 10.0.0.27 - - [2025-12-11 02:24:11] "DELETE /project/d6cce00a25e64f4592d346b5a69e42f4 HTTP/1.1" 404 173 0.009782 10.0.0.27 - - [2025-12-11 02:24:11] "GET /project/4b400547-54b6-4f9b-afb9-da573dd5b872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.096628 10.0.0.27 - - [2025-12-11 02:24:11] "GET /projects?obj_uuids=4b400547-54b6-4f9b-afb9-da573dd5b872&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000777 10.0.0.27 - - [2025-12-11 02:24:11] "GET /project/d6cce00a-25e6-4f45-92d3-46b5a69e42f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.112482 10.0.0.27 - - [2025-12-11 02:24:11] "GET /projects?obj_uuids=d6cce00a-25e6-4f45-92d3-46b5a69e42f4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000788 10.0.0.27 - - [2025-12-11 02:24:11] "GET /project/4b400547-54b6-4f9b-afb9-da573dd5b872?fields=security_groups HTTP/1.1" 200 1388 0.115652 10.0.0.27 - - [2025-12-11 02:24:11] "GET /project/d6cce00a-25e6-4f45-92d3-46b5a69e42f4?fields=security_groups HTTP/1.1" 200 1401 0.134784 10.0.0.61 - - [2025-12-11 02:24:11] "GET /virtual-network/f742ce6c-b43f-4a17-9026-71a868dbc53f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006058 10.0.0.27 - - [2025-12-11 02:24:11] "DELETE /security-group/382a2ffa-e488-4509-9cb3-09d290a84b49 HTTP/1.1" 200 115 0.138957 10.0.0.27 - - [2025-12-11 02:24:11] "GET /projects?obj_uuids=4b400547-54b6-4f9b-afb9-da573dd5b872&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000894 10.0.0.27 - - [2025-12-11 02:24:11] "DELETE /security-group/42f5427e-3bca-4a77-a908-05c16aa4a851 HTTP/1.1" 200 115 0.155517 10.0.0.27 - - [2025-12-11 02:24:11] "GET /projects?obj_uuids=d6cce00a-25e6-4f45-92d3-46b5a69e42f4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000799 10.0.0.27 - - [2025-12-11 02:24:11] "GET /project/4b400547-54b6-4f9b-afb9-da573dd5b872?fields=application_policy_sets HTTP/1.1" 200 1427 0.087747 10.0.0.27 - - [2025-12-11 02:24:11] "GET /project/d6cce00a-25e6-4f45-92d3-46b5a69e42f4?fields=application_policy_sets HTTP/1.1" 200 1440 0.119478 10.0.0.61 - - [2025-12-11 02:24:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.022340 10.0.0.33 - - [2025-12-11 02:24:11] "DELETE /access-control-list/37763f87-5cb7-4d5c-aaab-7aa0adb98e77 HTTP/1.1" 200 115 0.091847 10.0.0.27 - - [2025-12-11 02:24:12] "DELETE /project/4b400547-54b6-4f9b-afb9-da573dd5b872 HTTP/1.1" 200 115 0.818582 10.0.0.27 - - [2025-12-11 02:24:12] "DELETE /project/d6cce00a-25e6-4f45-92d3-46b5a69e42f4 HTTP/1.1" 200 115 0.888340 10.0.0.61 - - [2025-12-11 02:24:12] "POST /neutron/port HTTP/1.1" 200 1127 0.209760 10.0.0.61 - - [2025-12-11 02:24:12] "POST /neutron/subnet HTTP/1.1" 200 703 0.021067 10.0.0.61 - - [2025-12-11 02:24:16] "POST /neutron/port HTTP/1.1" 200 1101 0.037799 10.0.0.33 - - [2025-12-11 02:24:19] "GET /obj-perms HTTP/1.1" 200 5056 0.055603 10.0.0.61 - - [2025-12-11 02:24:22] "POST /neutron/security_group HTTP/1.1" 200 2070 0.015831 10.0.0.61 - - [2025-12-11 02:24:32] "POST /neutron/port HTTP/1.1" 200 1101 0.026207 10.0.0.61 - - [2025-12-11 02:24:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006678 10.0.0.61 - - [2025-12-11 02:24:47] "POST /neutron/port HTTP/1.1" 200 1101 0.076410 10.0.0.61 - - [2025-12-11 02:24:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009028 10.0.0.61 - - [2025-12-11 02:25:02] "POST /neutron/port HTTP/1.1" 200 1101 0.014015 10.0.0.61 - - [2025-12-11 02:25:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007742 10.0.0.61 - - [2025-12-11 02:25:13] "POST /neutron/port HTTP/1.1" 200 1101 0.016455 10.0.0.61 - - [2025-12-11 02:25:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006594 10.0.0.61 - - [2025-12-11 02:25:13] "GET /virtual-machine/23a1c9e2-7b4d-457f-b834-7ab18ec53995 HTTP/1.1" 401 292 0.000368 10.0.0.61 - - [2025-12-11 02:25:13] "GET /virtual-machine/23a1c9e2-7b4d-457f-b834-7ab18ec53995 HTTP/1.1" 200 1304 0.035605 10.0.0.61 - - [2025-12-11 02:25:13] "GET /virtual-machine-interface/e36cbc6a-e5af-4592-9c50-f7b65ca6e558 HTTP/1.1" 200 3005 0.004645 10.0.0.61 - - [2025-12-11 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.61 - - [2025-12-11 02:25:13] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003251 10.0.0.61 - - [2025-12-11 02:25:13] "GET /virtual-networks?parent_id=9117ee2c-3bd4-4552-a282-2eea259a1031&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002707 10.0.0.61 - - [2025-12-11 02:25:13] "GET /virtual-network/a3b4ae20-8760-4d21-995e-781364677f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005366 10.0.0.61 - - [2025-12-11 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.61 - - [2025-12-11 02:25:16] "GET /virtual-network/a3b4ae20-8760-4d21-995e-781364677f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.004681 10.0.0.61 - - [2025-12-11 02:25:20] "GET /obj-perms HTTP/1.1" 200 5056 0.055011 10.0.0.61 - - [2025-12-11 02:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004337 10.0.0.61 - - [2025-12-11 02:25:20] "GET /virtual-network/a3b4ae20-8760-4d21-995e-781364677f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006922 10.0.0.61 - - [2025-12-11 02:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.61 - - [2025-12-11 02:25:24] "GET /virtual-network/a3b4ae20-8760-4d21-995e-781364677f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005910 10.0.0.61 - - [2025-12-11 02:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.61 - - [2025-12-11 02:25:29] "GET /virtual-network/a3b4ae20-8760-4d21-995e-781364677f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005011 10.0.0.61 - - [2025-12-11 02:25:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.61 - - [2025-12-11 02:25:33] "GET /virtual-network/a3b4ae20-8760-4d21-995e-781364677f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005013 10.0.0.61 - - [2025-12-11 02:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004428 10.0.0.61 - - [2025-12-11 02:25:37] "GET /virtual-network/a3b4ae20-8760-4d21-995e-781364677f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.004514 10.0.0.61 - - [2025-12-11 02:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.61 - - [2025-12-11 02:25:41] "GET /virtual-network/a3b4ae20-8760-4d21-995e-781364677f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.004977 10.0.0.61 - - [2025-12-11 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.61 - - [2025-12-11 02:25:45] "GET /virtual-network/a3b4ae20-8760-4d21-995e-781364677f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005053 10.0.0.61 - - [2025-12-11 02:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.61 - - [2025-12-11 02:25:49] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004044 10.0.0.61 - - [2025-12-11 02:25:49] "GET /virtual-networks?parent_id=9117ee2c-3bd4-4552-a282-2eea259a1031&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003660 10.0.0.61 - - [2025-12-11 02:25:49] "GET /virtual-network/a3b4ae20-8760-4d21-995e-781364677f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.007372 10.0.0.61 - - [2025-12-11 02:25:54] "POST /neutron/port HTTP/1.1" 200 1101 0.015077 10.0.0.61 - - [2025-12-11 02:25:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.035372 10.0.0.61 - - [2025-12-11 02:26:02] "POST /neutron/port HTTP/1.1" 200 1101 0.018692 10.0.0.61 - - [2025-12-11 02:26:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006240 10.0.0.61 - - [2025-12-11 02:26:08] "POST /neutron/network HTTP/1.1" 200 849 0.007999 10.0.0.61 - - [2025-12-11 02:26:08] "POST /neutron/port HTTP/1.1" 200 117 0.001615 10.0.0.61 - - [2025-12-11 02:26:09] "POST /neutron/port HTTP/1.1" 200 1101 0.012286 10.0.0.61 - - [2025-12-11 02:26:10] "POST /neutron/port HTTP/1.1" 200 1101 0.013526 10.0.0.61 - - [2025-12-11 02:26:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008495 10.0.0.61 - - [2025-12-11 02:26:10] "GET /virtual-machine/4e20295e-2385-4a9b-8c74-739367d0738d HTTP/1.1" 200 1304 0.005913 10.0.0.61 - - [2025-12-11 02:26:10] "GET /virtual-machine-interface/198e21f4-db0d-4b47-9e4c-2c119c9378a3 HTTP/1.1" 200 3004 0.005547 10.0.0.61 - - [2025-12-11 02:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.61 - - [2025-12-11 02:26:10] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003460 10.0.0.61 - - [2025-12-11 02:26:10] "GET /virtual-networks?parent_id=9117ee2c-3bd4-4552-a282-2eea259a1031&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002732 10.0.0.61 - - [2025-12-11 02:26:10] "GET /virtual-network/f742ce6c-b43f-4a17-9026-71a868dbc53f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005172 10.0.0.61 - - [2025-12-11 02:26:10] "POST /neutron/port HTTP/1.1" 200 1101 0.015018 10.0.0.61 - - [2025-12-11 02:26:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004670 10.0.0.61 - - [2025-12-11 02:26:11] "POST /neutron/network HTTP/1.1" 200 839 0.009020 10.0.0.61 - - [2025-12-11 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.61 - - [2025-12-11 02:26:11] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003359 10.0.0.61 - - [2025-12-11 02:26:11] "GET /virtual-networks?parent_id=9117ee2c-3bd4-4552-a282-2eea259a1031&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002980 10.0.0.61 - - [2025-12-11 02:26:11] "GET /virtual-network/f742ce6c-b43f-4a17-9026-71a868dbc53f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006033 10.0.0.61 - - [2025-12-11 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.61 - - [2025-12-11 02:26:11] "GET /routing-instance/e3a8f2d0-e68a-4cad-a644-fa7b86d808f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.005945 10.0.0.61 - - [2025-12-11 02:26:11] "GET /route-target/104345b0-d77a-45b1-bcf8-7d7c03472cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005132 10.0.0.27 - - [2025-12-11 02:26:21] "GET /obj-perms HTTP/1.1" 200 5056 0.052030 10.0.0.27 - - [2025-12-11 02:26:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000546 10.0.0.27 - - [2025-12-11 02:26:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000520 10.0.0.27 - - [2025-12-11 02:26:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000557 10.0.0.27 - - [2025-12-11 02:26:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000835 10.0.0.33 - - [2025-12-11 02:26:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000566 10.0.0.33 - - [2025-12-11 02:26:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.33 - - [2025-12-11 02:26:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000487 10.0.0.33 - - [2025-12-11 02:26:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000498 10.0.0.61 - - [2025-12-11 02:26:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000526 10.0.0.61 - - [2025-12-11 02:26:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.61 - - [2025-12-11 02:26:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.61 - - [2025-12-11 02:26:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.61 - - [2025-12-11 02:26:31] "POST /neutron/floatingip HTTP/1.1" 200 531 0.025060 10.0.0.61 - - [2025-12-11 02:26:32] "GET /floating-ip-pool/ce196995-b192-4d42-ba05-d0e18e035558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.003659 10.0.0.61 - - [2025-12-11 02:26:32] "POST /ref-update HTTP/1.1" 200 156 0.013274 10.0.0.61 - - [2025-12-11 02:26:32] "DELETE /floating-ip-pool/ce196995-b192-4d42-ba05-d0e18e035558 HTTP/1.1" 200 115 0.029729 10.0.0.61 - - [2025-12-11 02:26:32] "POST /neutron/network HTTP/1.1" 200 839 0.006356 10.0.0.61 - - [2025-12-11 02:26:32] "POST /neutron/port HTTP/1.1" 200 1127 0.017279 10.0.0.61 - - [2025-12-11 02:26:32] "POST /neutron/port HTTP/1.1" 200 1127 0.027424 10.0.0.27 - - [2025-12-11 02:26:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003124 10.0.0.27 - - [2025-12-11 02:26:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003837 10.0.0.61 - - [2025-12-11 02:26:34] "POST /neutron/network HTTP/1.1" 200 151 0.131639 10.0.0.33 - - [2025-12-11 02:26:34] "DELETE /route-target/866fd8f2-40dc-41f9-bcb4-3210a2f77893 HTTP/1.1" 200 115 0.033754 10.0.0.27 - - [2025-12-11 02:26:36] "GET /projects?obj_uuids=9117ee2c-3bd4-4552-a282-2eea259a1031&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001278 10.0.0.61 - - [2025-12-11 02:26:36] "GET /project/9117ee2c-3bd4-4552-a282-2eea259a1031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.041890 10.0.0.27 - - [2025-12-11 02:26:36] "GET /projects?obj_uuids=9117ee2c-3bd4-4552-a282-2eea259a1031&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000838 10.0.0.61 - - [2025-12-11 02:26:36] "GET /project/9117ee2c-3bd4-4552-a282-2eea259a1031?fields=virtual_networks HTTP/1.1" 200 1067 0.026740 10.0.0.27 - - [2025-12-11 02:26:36] "GET /projects?obj_uuids=9117ee2c-3bd4-4552-a282-2eea259a1031&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001011 10.0.0.61 - - [2025-12-11 02:26:36] "GET /project/9117ee2c-3bd4-4552-a282-2eea259a1031?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.045753 10.0.0.27 - - [2025-12-11 02:26:36] "GET /projects?obj_uuids=9117ee2c-3bd4-4552-a282-2eea259a1031&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001201 10.0.0.61 - - [2025-12-11 02:26:36] "GET /project/9117ee2c-3bd4-4552-a282-2eea259a1031?fields=security_groups HTTP/1.1" 200 1305 0.043373 10.0.0.61 - - [2025-12-11 02:26:37] "POST /fqname-to-id HTTP/1.1" 404 188 0.025625 10.0.0.27 - - [2025-12-11 02:26:37] "GET /projects?obj_uuids=2e12d60d-4e23-406c-8a75-1ee49700c11e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003056 10.0.0.27 - - [2025-12-11 02:26:37] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000858 10.0.0.27 - - [2025-12-11 02:26:37] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006328 10.0.0.27 - - [2025-12-11 02:26:37] "POST /id-to-fqname HTTP/1.1" 200 190 0.003193 10.0.0.27 - - [2025-12-11 02:26:37] "POST /fqname-to-id HTTP/1.1" 404 199 0.012943 10.0.0.27 - - [2025-12-11 02:26:37] "POST /security-groups HTTP/1.1" 200 591 0.025773 10.0.0.33 - - [2025-12-11 02:26:37] "POST /fqname-to-id HTTP/1.1" 404 234 0.002632 10.0.0.27 - - [2025-12-11 02:26:37] "POST /projects HTTP/1.1" 200 585 0.236434 10.0.0.27 - - [2025-12-11 02:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.302991 10.0.0.33 - - [2025-12-11 02:26:37] "POST /access-control-lists HTTP/1.1" 200 594 0.027461 10.0.0.61 - - [2025-12-11 02:26:37] "GET /project/2e12d60d-4e23-406c-8a75-1ee49700c11e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.432593 10.0.0.61 - - [2025-12-11 02:26:38] "GET / HTTP/1.1" 200 35931 0.001975 10.0.0.27 - - [2025-12-11 02:26:41] "GET /projects?obj_uuids=2e12d60d-4e23-406c-8a75-1ee49700c11e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001097 10.0.0.61 - - [2025-12-11 02:26:41] "GET /project/2e12d60d-4e23-406c-8a75-1ee49700c11e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.044076 10.0.0.27 - - [2025-12-11 02:26:41] "GET /projects?obj_uuids=2e12d60d-4e23-406c-8a75-1ee49700c11e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000805 10.0.0.61 - - [2025-12-11 02:26:41] "GET /project/2e12d60d-4e23-406c-8a75-1ee49700c11e?fields=virtual_networks HTTP/1.1" 200 1041 0.035711 10.0.0.27 - - [2025-12-11 02:26:42] "GET /projects?obj_uuids=2e12d60d-4e23-406c-8a75-1ee49700c11e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001109 10.0.0.61 - - [2025-12-11 02:26:42] "GET /project/2e12d60d-4e23-406c-8a75-1ee49700c11e?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.039039 10.0.0.27 - - [2025-12-11 02:26:42] "GET /projects?obj_uuids=2e12d60d-4e23-406c-8a75-1ee49700c11e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001104 10.0.0.61 - - [2025-12-11 02:26:42] "GET /project/2e12d60d-4e23-406c-8a75-1ee49700c11e?fields=security_groups HTTP/1.1" 200 1267 0.038753 10.0.0.61 - - [2025-12-11 02:26:42] "POST /fqname-to-id HTTP/1.1" 404 183 0.024782 10.0.0.27 - - [2025-12-11 02:26:43] "GET /projects?obj_uuids=64eccc17-5ed7-45d0-ad44-0c1bc6368ac4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002731 10.0.0.27 - - [2025-12-11 02:26:43] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001090 10.0.0.27 - - [2025-12-11 02:26:43] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006263 10.0.0.27 - - [2025-12-11 02:26:43] "POST /id-to-fqname HTTP/1.1" 200 185 0.002878 10.0.0.27 - - [2025-12-11 02:26:43] "POST /fqname-to-id HTTP/1.1" 404 194 0.005497 10.0.0.27 - - [2025-12-11 02:26:43] "POST /security-groups HTTP/1.1" 200 586 0.030478 10.0.0.27 - - [2025-12-11 02:26:43] "POST /projects HTTP/1.1" 200 575 0.217795 10.0.0.33 - - [2025-12-11 02:26:43] "POST /fqname-to-id HTTP/1.1" 404 228 0.004303 10.0.0.27 - - [2025-12-11 02:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.287423 10.0.0.61 - - [2025-12-11 02:26:43] "GET /project/64eccc17-5ed7-45d0-ad44-0c1bc6368ac4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.414659 10.0.0.61 - - [2025-12-11 02:26:44] "GET / HTTP/1.1" 200 35931 0.001683 10.0.0.27 - - [2025-12-11 02:26:50] "GET /projects?obj_uuids=64eccc17-5ed7-45d0-ad44-0c1bc6368ac4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001170 10.0.0.61 - - [2025-12-11 02:26:50] "GET /project/64eccc17-5ed7-45d0-ad44-0c1bc6368ac4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.054283 10.0.0.27 - - [2025-12-11 02:26:50] "GET /projects?obj_uuids=64eccc17-5ed7-45d0-ad44-0c1bc6368ac4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000773 10.0.0.61 - - [2025-12-11 02:26:50] "GET /project/64eccc17-5ed7-45d0-ad44-0c1bc6368ac4?fields=virtual_networks HTTP/1.1" 200 1032 0.054380 10.0.0.27 - - [2025-12-11 02:26:50] "GET /projects?obj_uuids=64eccc17-5ed7-45d0-ad44-0c1bc6368ac4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000873 10.0.0.61 - - [2025-12-11 02:26:50] "GET /project/64eccc17-5ed7-45d0-ad44-0c1bc6368ac4?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.036830 10.0.0.27 - - [2025-12-11 02:26:50] "GET /projects?obj_uuids=64eccc17-5ed7-45d0-ad44-0c1bc6368ac4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001126 10.0.0.61 - - [2025-12-11 02:26:50] "GET /project/64eccc17-5ed7-45d0-ad44-0c1bc6368ac4?fields=security_groups HTTP/1.1" 200 1253 0.052409 10.0.0.61 - - [2025-12-11 02:26:51] "POST /fqname-to-id HTTP/1.1" 404 187 0.024415 10.0.0.27 - - [2025-12-11 02:26:51] "GET /projects?obj_uuids=7101d1f9-5364-486c-a959-3290e42fc6fd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003237 10.0.0.27 - - [2025-12-11 02:26:51] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001344 10.0.0.27 - - [2025-12-11 02:26:51] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008578 10.0.0.27 - - [2025-12-11 02:26:51] "POST /id-to-fqname HTTP/1.1" 200 189 0.007159 10.0.0.27 - - [2025-12-11 02:26:51] "POST /fqname-to-id HTTP/1.1" 404 198 0.003548 10.0.0.27 - - [2025-12-11 02:26:51] "POST /security-groups HTTP/1.1" 200 590 0.074256 10.0.0.27 - - [2025-12-11 02:26:51] "POST /projects HTTP/1.1" 200 583 0.291455 10.0.0.33 - - [2025-12-11 02:26:51] "POST /access-control-lists HTTP/1.1" 200 595 0.034783 10.0.0.27 - - [2025-12-11 02:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.369486 10.0.0.61 - - [2025-12-11 02:26:51] "GET /project/7101d1f9-5364-486c-a959-3290e42fc6fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.525452 10.0.0.61 - - [2025-12-11 02:26:52] "GET / HTTP/1.1" 200 35931 0.002127 10.0.0.27 - - [2025-12-11 02:26:55] "GET /projects?obj_uuids=7101d1f9-5364-486c-a959-3290e42fc6fd&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000908 10.0.0.61 - - [2025-12-11 02:26:56] "GET /project/7101d1f9-5364-486c-a959-3290e42fc6fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.036484 10.0.0.27 - - [2025-12-11 02:26:56] "GET /projects?obj_uuids=7101d1f9-5364-486c-a959-3290e42fc6fd&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001123 10.0.0.61 - - [2025-12-11 02:26:56] "GET /project/7101d1f9-5364-486c-a959-3290e42fc6fd?fields=virtual_networks HTTP/1.1" 200 1040 0.088226 10.0.0.27 - - [2025-12-11 02:26:56] "GET /projects?obj_uuids=7101d1f9-5364-486c-a959-3290e42fc6fd&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000884 10.0.0.61 - - [2025-12-11 02:26:56] "GET /project/7101d1f9-5364-486c-a959-3290e42fc6fd?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.037462 10.0.0.27 - - [2025-12-11 02:26:56] "GET /projects?obj_uuids=7101d1f9-5364-486c-a959-3290e42fc6fd&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001078 10.0.0.61 - - [2025-12-11 02:26:56] "GET /project/7101d1f9-5364-486c-a959-3290e42fc6fd?fields=security_groups HTTP/1.1" 200 1265 0.046949 10.0.0.61 - - [2025-12-11 02:26:57] "POST /fqname-to-id HTTP/1.1" 404 188 0.026335 10.0.0.27 - - [2025-12-11 02:26:57] "GET /projects?obj_uuids=1e4514c0-342c-4b6d-b1b6-7086b3021a37&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003250 10.0.0.27 - - [2025-12-11 02:26:57] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000843 10.0.0.27 - - [2025-12-11 02:26:57] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006146 10.0.0.27 - - [2025-12-11 02:26:57] "POST /id-to-fqname HTTP/1.1" 200 190 0.002507 10.0.0.27 - - [2025-12-11 02:26:57] "POST /fqname-to-id HTTP/1.1" 404 199 0.004174 10.0.0.27 - - [2025-12-11 02:26:57] "POST /security-groups HTTP/1.1" 200 591 0.028909 10.0.0.33 - - [2025-12-11 02:26:57] "POST /fqname-to-id HTTP/1.1" 404 234 0.004102 10.0.0.27 - - [2025-12-11 02:26:57] "POST /projects HTTP/1.1" 200 585 0.222099 10.0.0.27 - - [2025-12-11 02:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.295103 10.0.0.33 - - [2025-12-11 02:26:57] "POST /access-control-lists HTTP/1.1" 200 594 0.029652 10.0.0.61 - - [2025-12-11 02:26:57] "GET /project/1e4514c0-342c-4b6d-b1b6-7086b3021a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.435938 10.0.0.61 - - [2025-12-11 02:26:58] "GET / HTTP/1.1" 200 35931 0.001811 10.0.0.27 - - [2025-12-11 02:27:01] "GET /projects?obj_uuids=1e4514c0-342c-4b6d-b1b6-7086b3021a37&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000921 10.0.0.61 - - [2025-12-11 02:27:01] "GET /project/1e4514c0-342c-4b6d-b1b6-7086b3021a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.049195 10.0.0.27 - - [2025-12-11 02:27:01] "GET /projects?obj_uuids=1e4514c0-342c-4b6d-b1b6-7086b3021a37&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001253 10.0.0.61 - - [2025-12-11 02:27:01] "GET /project/1e4514c0-342c-4b6d-b1b6-7086b3021a37?fields=virtual_networks HTTP/1.1" 200 1042 0.041209 10.0.0.27 - - [2025-12-11 02:27:02] "GET /projects?obj_uuids=1e4514c0-342c-4b6d-b1b6-7086b3021a37&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001286 10.0.0.61 - - [2025-12-11 02:27:02] "GET /project/1e4514c0-342c-4b6d-b1b6-7086b3021a37?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.048591 10.0.0.27 - - [2025-12-11 02:27:02] "GET /projects?obj_uuids=1e4514c0-342c-4b6d-b1b6-7086b3021a37&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000891 10.0.0.61 - - [2025-12-11 02:27:02] "GET /project/1e4514c0-342c-4b6d-b1b6-7086b3021a37?fields=security_groups HTTP/1.1" 200 1268 0.035804 10.0.0.61 - - [2025-12-11 02:27:02] "POST /fqname-to-id HTTP/1.1" 404 192 0.031631 10.0.0.27 - - [2025-12-11 02:27:03] "GET /projects?obj_uuids=68c28fb4-7b30-4af7-b087-d35b8efd39c3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003672 10.0.0.27 - - [2025-12-11 02:27:03] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000872 10.0.0.27 - - [2025-12-11 02:27:03] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011663 10.0.0.27 - - [2025-12-11 02:27:03] "POST /id-to-fqname HTTP/1.1" 200 194 0.002348 10.0.0.27 - - [2025-12-11 02:27:03] "POST /fqname-to-id HTTP/1.1" 404 203 0.016982 10.0.0.27 - - [2025-12-11 02:27:03] "POST /security-groups HTTP/1.1" 200 595 0.074014 10.0.0.27 - - [2025-12-11 02:27:03] "POST /projects HTTP/1.1" 200 593 0.307402 10.0.0.33 - - [2025-12-11 02:27:03] "POST /fqname-to-id HTTP/1.1" 404 237 0.004539 10.0.0.27 - - [2025-12-11 02:27:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.380312 10.0.0.61 - - [2025-12-11 02:27:03] "GET /project/68c28fb4-7b30-4af7-b087-d35b8efd39c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.513816 10.0.0.61 - - [2025-12-11 02:27:04] "GET / HTTP/1.1" 200 35931 0.002356 10.0.0.27 - - [2025-12-11 02:27:07] "GET /projects?obj_uuids=68c28fb4-7b30-4af7-b087-d35b8efd39c3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000853 10.0.0.61 - - [2025-12-11 02:27:07] "GET /project/68c28fb4-7b30-4af7-b087-d35b8efd39c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.038693 10.0.0.27 - - [2025-12-11 02:27:07] "GET /projects?obj_uuids=68c28fb4-7b30-4af7-b087-d35b8efd39c3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000765 10.0.0.61 - - [2025-12-11 02:27:07] "GET /project/68c28fb4-7b30-4af7-b087-d35b8efd39c3?fields=virtual_networks HTTP/1.1" 200 1050 0.050924 10.0.0.27 - - [2025-12-11 02:27:07] "GET /projects?obj_uuids=68c28fb4-7b30-4af7-b087-d35b8efd39c3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000860 10.0.0.61 - - [2025-12-11 02:27:07] "GET /project/68c28fb4-7b30-4af7-b087-d35b8efd39c3?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.049423 10.0.0.27 - - [2025-12-11 02:27:07] "GET /projects?obj_uuids=68c28fb4-7b30-4af7-b087-d35b8efd39c3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001344 10.0.0.61 - - [2025-12-11 02:27:08] "GET /project/68c28fb4-7b30-4af7-b087-d35b8efd39c3?fields=security_groups HTTP/1.1" 200 1280 0.047524 10.0.0.61 - - [2025-12-11 02:27:08] "POST /fqname-to-id HTTP/1.1" 404 183 0.034814 10.0.0.27 - - [2025-12-11 02:27:08] "GET /projects?obj_uuids=974452c4-e09d-49b6-8c4a-a092f4cbcdf6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003661 10.0.0.27 - - [2025-12-11 02:27:09] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000799 10.0.0.27 - - [2025-12-11 02:27:09] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006431 10.0.0.27 - - [2025-12-11 02:27:09] "POST /id-to-fqname HTTP/1.1" 200 185 0.004057 10.0.0.27 - - [2025-12-11 02:27:09] "POST /fqname-to-id HTTP/1.1" 404 194 0.002826 10.0.0.27 - - [2025-12-11 02:27:09] "POST /security-groups HTTP/1.1" 200 586 0.026003 10.0.0.27 - - [2025-12-11 02:27:09] "POST /projects HTTP/1.1" 200 575 0.254194 10.0.0.33 - - [2025-12-11 02:27:09] "POST /access-control-lists HTTP/1.1" 200 591 0.025019 10.0.0.27 - - [2025-12-11 02:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.330836 10.0.0.61 - - [2025-12-11 02:27:09] "GET /project/974452c4-e09d-49b6-8c4a-a092f4cbcdf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.472803 10.0.0.61 - - [2025-12-11 02:27:10] "GET / HTTP/1.1" 200 35931 0.001598 10.0.0.61 - - [2025-12-11 02:27:10] "POST /fqname-to-id HTTP/1.1" 404 193 0.002971 10.0.0.27 - - [2025-12-11 02:27:11] "GET /projects?obj_uuids=277346ea-9726-46eb-9343-31fae992fe5f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000901 10.0.0.33 - - [2025-12-11 02:27:11] "POST /fqname-to-id HTTP/1.1" 404 228 0.004147 10.0.0.33 - - [2025-12-11 02:27:11] "POST /access-control-lists HTTP/1.1" 200 588 0.028692 10.0.0.61 - - [2025-12-11 02:27:11] "POST /neutron/security_group HTTP/1.1" 200 1364 0.366738 10.0.0.61 - - [2025-12-11 02:27:11] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.121537 10.0.0.61 - - [2025-12-11 02:27:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.005575 10.0.0.33 - - [2025-12-11 02:27:11] "PUT /access-control-list/a341a749-0973-433b-a311-9688787da15c HTTP/1.1" 200 272 0.015158 10.0.0.27 - - [2025-12-11 02:27:11] "GET /projects?obj_uuids=277346ea-9726-46eb-9343-31fae992fe5f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.006800 10.0.0.33 - - [2025-12-11 02:27:12] "POST /fqname-to-id HTTP/1.1" 404 227 0.003832 10.0.0.33 - - [2025-12-11 02:27:12] "PUT /access-control-list/e0e5d6f5-40ed-4f4a-b913-bc3f7815eae1 HTTP/1.1" 200 272 0.017114 10.0.0.27 - - [2025-12-11 02:27:12] "DELETE /project/68c28fb47b304af7b087d35b8efd39c3 HTTP/1.1" 404 173 0.018287 10.0.0.27 - - [2025-12-11 02:27:12] "DELETE /project/2e12d60d4e23406c8a751ee49700c11e HTTP/1.1" 404 173 0.022816 10.0.0.27 - - [2025-12-11 02:27:12] "DELETE /project/64eccc175ed745d0ad440c1bc6368ac4 HTTP/1.1" 404 173 0.014568 10.0.0.27 - - [2025-12-11 02:27:12] "DELETE /project/7101d1f95364486ca9593290e42fc6fd HTTP/1.1" 404 173 0.019206 10.0.0.27 - - [2025-12-11 02:27:12] "GET /projects?obj_uuids=64eccc17-5ed7-45d0-ad44-0c1bc6368ac4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001517 10.0.0.27 - - [2025-12-11 02:27:12] "GET /projects?obj_uuids=1e4514c0-342c-4b6d-b1b6-7086b3021a37&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000663 10.0.0.27 - - [2025-12-11 02:27:12] "GET /projects?obj_uuids=2e12d60d-4e23-406c-8a75-1ee49700c11e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000666 10.0.0.27 - - [2025-12-11 02:27:12] "GET /projects?obj_uuids=68c28fb4-7b30-4af7-b087-d35b8efd39c3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000632 10.0.0.27 - - [2025-12-11 02:27:12] "GET /projects?obj_uuids=9117ee2c-3bd4-4552-a282-2eea259a1031&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000673 10.0.0.27 - - [2025-12-11 02:27:12] "GET /projects?obj_uuids=7101d1f9-5364-486c-a959-3290e42fc6fd&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000721 10.0.0.27 - - [2025-12-11 02:27:12] "DELETE /project/1e4514c0342c4b6db1b67086b3021a37 HTTP/1.1" 404 173 0.006607 10.0.0.27 - - [2025-12-11 02:27:12] "DELETE /project/974452c4e09d49b68c4aa092f4cbcdf6 HTTP/1.1" 404 173 0.008406 10.0.0.27 - - [2025-12-11 02:27:12] "GET /project/2e12d60d-4e23-406c-8a75-1ee49700c11e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.088232 10.0.0.27 - - [2025-12-11 02:27:12] "GET /project/1e4514c0-342c-4b6d-b1b6-7086b3021a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.118480 10.0.0.27 - - [2025-12-11 02:27:12] "GET /projects?obj_uuids=2e12d60d-4e23-406c-8a75-1ee49700c11e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001530 10.0.0.27 - - [2025-12-11 02:27:12] "GET /project/9117ee2c-3bd4-4552-a282-2eea259a1031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1527 0.131716 10.0.0.27 - - [2025-12-11 02:27:12] "GET /project/7101d1f9-5364-486c-a959-3290e42fc6fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.145083 10.0.0.27 - - [2025-12-11 02:27:12] "GET /project/68c28fb4-7b30-4af7-b087-d35b8efd39c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.181569 10.0.0.61 - - [2025-12-11 02:27:12] "POST /neutron/security_group HTTP/1.1" 200 1364 0.595844 10.0.0.27 - - [2025-12-11 02:27:12] "GET /project/64eccc17-5ed7-45d0-ad44-0c1bc6368ac4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.209420 10.0.0.27 - - [2025-12-11 02:27:12] "GET /projects?obj_uuids=1e4514c0-342c-4b6d-b1b6-7086b3021a37&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001418 10.0.0.27 - - [2025-12-11 02:27:12] "GET /projects?obj_uuids=9117ee2c-3bd4-4552-a282-2eea259a1031&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002070 10.0.0.27 - - [2025-12-11 02:27:12] "GET /projects?obj_uuids=7101d1f9-5364-486c-a959-3290e42fc6fd&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004747 10.0.0.27 - - [2025-12-11 02:27:12] "GET /projects?obj_uuids=68c28fb4-7b30-4af7-b087-d35b8efd39c3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001327 10.0.0.27 - - [2025-12-11 02:27:12] "GET /projects?obj_uuids=64eccc17-5ed7-45d0-ad44-0c1bc6368ac4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001297 10.0.0.27 - - [2025-12-11 02:27:12] "GET /project/2e12d60d-4e23-406c-8a75-1ee49700c11e?fields=security_groups HTTP/1.1" 200 1372 0.206182 10.0.0.27 - - [2025-12-11 02:27:12] "GET /project/9117ee2c-3bd4-4552-a282-2eea259a1031?fields=security_groups HTTP/1.1" 200 1410 0.139787 10.0.0.27 - - [2025-12-11 02:27:12] "GET /project/1e4514c0-342c-4b6d-b1b6-7086b3021a37?fields=security_groups HTTP/1.1" 200 1373 0.183117 10.0.0.27 - - [2025-12-11 02:27:12] "GET /project/7101d1f9-5364-486c-a959-3290e42fc6fd?fields=security_groups HTTP/1.1" 200 1370 0.155160 10.0.0.27 - - [2025-12-11 02:27:12] "GET /project/68c28fb4-7b30-4af7-b087-d35b8efd39c3?fields=security_groups HTTP/1.1" 200 1385 0.154404 10.0.0.27 - - [2025-12-11 02:27:12] "GET /project/64eccc17-5ed7-45d0-ad44-0c1bc6368ac4?fields=security_groups HTTP/1.1" 200 1358 0.222198 10.0.0.27 - - [2025-12-11 02:27:12] "DELETE /security-group/40e2d7e1-92c2-4225-bb6c-a56520ace51e HTTP/1.1" 200 115 0.163530 10.0.0.27 - - [2025-12-11 02:27:12] "DELETE /security-group/ab136cde-042a-4545-928c-e978f2fbd334 HTTP/1.1" 200 115 0.165539 10.0.0.27 - - [2025-12-11 02:27:12] "GET /projects?obj_uuids=2e12d60d-4e23-406c-8a75-1ee49700c11e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000984 10.0.0.27 - - [2025-12-11 02:27:12] "DELETE /security-group/406b437f-d08b-4ad9-ba41-36025d22dad5 HTTP/1.1" 200 115 0.179513 10.0.0.27 - - [2025-12-11 02:27:12] "GET /projects?obj_uuids=7101d1f9-5364-486c-a959-3290e42fc6fd&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001088 10.0.0.27 - - [2025-12-11 02:27:12] "DELETE /security-group/acf380d0-f57a-4a4f-8a80-9f0c06f1db21 HTTP/1.1" 200 115 0.169816 10.0.0.27 - - [2025-12-11 02:27:12] "GET /projects?obj_uuids=1e4514c0-342c-4b6d-b1b6-7086b3021a37&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000910 10.0.0.27 - - [2025-12-11 02:27:12] "DELETE /security-group/156b84ec-f6ee-4730-855a-26f62d3ca9c5 HTTP/1.1" 200 115 0.222110 10.0.0.27 - - [2025-12-11 02:27:12] "GET /projects?obj_uuids=68c28fb4-7b30-4af7-b087-d35b8efd39c3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000877 10.0.0.27 - - [2025-12-11 02:27:12] "GET /projects?obj_uuids=9117ee2c-3bd4-4552-a282-2eea259a1031&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001045 10.0.0.27 - - [2025-12-11 02:27:13] "GET /project/2e12d60d-4e23-406c-8a75-1ee49700c11e?fields=application_policy_sets HTTP/1.1" 200 1411 0.122211 10.0.0.33 - - [2025-12-11 02:27:13] "DELETE /access-control-list/b9cd0a31-d35a-4417-962a-ed4f1622940a HTTP/1.1" 200 115 0.107171 10.0.0.27 - - [2025-12-11 02:27:13] "DELETE /security-group/aaa33c1e-6fa1-4a4e-ae6b-23ad4d18946e HTTP/1.1" 200 115 0.198037 10.0.0.27 - - [2025-12-11 02:27:13] "GET /project/1e4514c0-342c-4b6d-b1b6-7086b3021a37?fields=application_policy_sets HTTP/1.1" 200 1412 0.125581 10.0.0.27 - - [2025-12-11 02:27:13] "GET /projects?obj_uuids=64eccc17-5ed7-45d0-ad44-0c1bc6368ac4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001190 10.0.0.61 - - [2025-12-11 02:27:13] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.433749 10.0.0.27 - - [2025-12-11 02:27:13] "GET /project/9117ee2c-3bd4-4552-a282-2eea259a1031?fields=application_policy_sets HTTP/1.1" 200 1449 0.140443 10.0.0.27 - - [2025-12-11 02:27:13] "GET /project/7101d1f9-5364-486c-a959-3290e42fc6fd?fields=application_policy_sets HTTP/1.1" 200 1409 0.186143 10.0.0.27 - - [2025-12-11 02:27:13] "GET /project/68c28fb4-7b30-4af7-b087-d35b8efd39c3?fields=application_policy_sets HTTP/1.1" 200 1424 0.159133 10.0.0.27 - - [2025-12-11 02:27:13] "GET /project/64eccc17-5ed7-45d0-ad44-0c1bc6368ac4?fields=application_policy_sets HTTP/1.1" 200 1397 0.158103 10.0.0.33 - - [2025-12-11 02:27:13] "DELETE /access-control-list/31a70bd4-dd30-46e4-b1b4-30aeb7441231 HTTP/1.1" 200 115 0.121889 10.0.0.61 - - [2025-12-11 02:27:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000480 10.0.0.27 - - [2025-12-11 02:27:13] "DELETE /project/2e12d60d-4e23-406c-8a75-1ee49700c11e HTTP/1.1" 200 115 1.077545 10.0.0.27 - - [2025-12-11 02:27:13] "DELETE /project/7101d1f9-5364-486c-a959-3290e42fc6fd HTTP/1.1" 200 115 1.163366 10.0.0.27 - - [2025-12-11 02:27:13] "DELETE /project/1e4514c0-342c-4b6d-b1b6-7086b3021a37 HTTP/1.1" 200 115 1.177601 10.0.0.27 - - [2025-12-11 02:27:13] "DELETE /project/9117ee2c-3bd4-4552-a282-2eea259a1031 HTTP/1.1" 200 115 1.185945 10.0.0.33 - - [2025-12-11 02:27:13] "DELETE /access-control-list/1be75ccd-8a26-40f9-85fc-5e1994a43f8b HTTP/1.1" 200 115 0.102826 10.0.0.27 - - [2025-12-11 02:27:13] "DELETE /project/68c28fb4-7b30-4af7-b087-d35b8efd39c3 HTTP/1.1" 200 115 1.221564 10.0.0.27 - - [2025-12-11 02:27:13] "DELETE /project/64eccc17-5ed7-45d0-ad44-0c1bc6368ac4 HTTP/1.1" 200 115 1.220711 10.0.0.33 - - [2025-12-11 02:27:13] "DELETE /access-control-list/f384e27e-5bdc-4767-b2f9-abc332b0ad20 HTTP/1.1" 200 115 0.030906 10.0.0.61 - - [2025-12-11 02:27:14] "POST /fqname-to-id HTTP/1.1" 404 210 0.034514 10.0.0.27 - - [2025-12-11 02:27:14] "GET /projects?obj_uuids=974452c4-e09d-49b6-8c4a-a092f4cbcdf6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000940 10.0.0.33 - - [2025-12-11 02:27:14] "POST /fqname-to-id HTTP/1.1" 404 245 0.003772 10.0.0.33 - - [2025-12-11 02:27:14] "POST /access-control-lists HTTP/1.1" 200 605 0.045857 10.0.0.61 - - [2025-12-11 02:27:14] "POST /neutron/security_group HTTP/1.1" 200 1379 0.414745 10.0.0.33 - - [2025-12-11 02:27:14] "PUT /access-control-list/2d928be4-52c0-4e5c-a32e-03f25bee9db4 HTTP/1.1" 200 272 0.011241 10.0.0.61 - - [2025-12-11 02:27:14] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.169523 10.0.0.61 - - [2025-12-11 02:27:14] "POST /fqname-to-id HTTP/1.1" 404 210 0.004500 10.0.0.27 - - [2025-12-11 02:27:14] "GET /projects?obj_uuids=974452c4-e09d-49b6-8c4a-a092f4cbcdf6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002946 10.0.0.33 - - [2025-12-11 02:27:15] "POST /fqname-to-id HTTP/1.1" 404 245 0.002960 10.0.0.33 - - [2025-12-11 02:27:15] "POST /access-control-lists HTTP/1.1" 200 605 0.028323 10.0.0.61 - - [2025-12-11 02:27:15] "POST /neutron/security_group HTTP/1.1" 200 1379 0.353974 10.0.0.33 - - [2025-12-11 02:27:15] "PUT /access-control-list/cb1390fa-8ca9-46b5-b044-d4dd603469b9 HTTP/1.1" 200 272 0.016551 10.0.0.61 - - [2025-12-11 02:27:15] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.189469 10.0.0.27 - - [2025-12-11 02:27:17] "GET /projects?obj_uuids=277346ea-9726-46eb-9343-31fae992fe5f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000822 10.0.0.61 - - [2025-12-11 02:27:17] "POST /neutron/router HTTP/1.1" 200 541 0.067959 10.0.0.33 - - [2025-12-11 02:27:17] "POST /route-targets HTTP/1.1" 200 327 0.010952 10.0.0.61 - - [2025-12-11 02:27:17] "POST /neutron/router HTTP/1.1" 200 541 0.008589 10.0.0.61 - - [2025-12-11 02:27:17] "POST /neutron/router HTTP/1.1" 200 541 0.003715 10.0.0.61 - - [2025-12-11 02:27:17] "POST /neutron/router HTTP/1.1" 200 541 0.003845 10.0.0.61 - - [2025-12-11 02:27:17] "POST /neutron/router HTTP/1.1" 200 541 0.003795 10.0.0.61 - - [2025-12-11 02:27:17] "POST /neutron/router HTTP/1.1" 200 541 0.003840 10.0.0.61 - - [2025-12-11 02:27:17] "POST /neutron/router HTTP/1.1" 200 541 0.014727 10.0.0.61 - - [2025-12-11 02:27:17] "POST /neutron/router HTTP/1.1" 200 541 0.003476 10.0.0.61 - - [2025-12-11 02:27:17] "POST /neutron/router HTTP/1.1" 200 541 0.003600 10.0.0.61 - - [2025-12-11 02:27:17] "POST /neutron/router HTTP/1.1" 200 541 0.004155 10.0.0.61 - - [2025-12-11 02:27:17] "POST /neutron/router HTTP/1.1" 200 541 0.003778 10.0.0.61 - - [2025-12-11 02:27:17] "POST /neutron/router HTTP/1.1" 200 541 0.019499 10.0.0.61 - - [2025-12-11 02:27:17] "POST /neutron/router HTTP/1.1" 200 542 0.003760 10.0.0.33 - - [2025-12-11 02:27:17] "DELETE /route-target/903726c5-f6fe-4a46-ae00-6bec45dbf180 HTTP/1.1" 200 115 0.020151 10.0.0.61 - - [2025-12-11 02:27:17] "POST /neutron/router HTTP/1.1" 200 559 0.006155 10.0.0.61 - - [2025-12-11 02:27:18] "POST /neutron/router HTTP/1.1" 200 559 0.006662 10.0.0.61 - - [2025-12-11 02:27:18] "POST /neutron/router HTTP/1.1" 200 559 0.003257 10.0.0.61 - - [2025-12-11 02:27:18] "POST /neutron/router HTTP/1.1" 200 559 0.003796 10.0.0.61 - - [2025-12-11 02:27:18] "POST /neutron/router HTTP/1.1" 200 559 0.003715 10.0.0.61 - - [2025-12-11 02:27:18] "POST /neutron/router HTTP/1.1" 200 559 0.003845 10.0.0.61 - - [2025-12-11 02:27:18] "POST /neutron/router HTTP/1.1" 200 559 0.003447 10.0.0.61 - - [2025-12-11 02:27:18] "POST /neutron/router HTTP/1.1" 200 559 0.003494 10.0.0.61 - - [2025-12-11 02:27:18] "POST /neutron/router HTTP/1.1" 200 559 0.003613 10.0.0.61 - - [2025-12-11 02:27:18] "POST /neutron/router HTTP/1.1" 200 559 0.003338 10.0.0.61 - - [2025-12-11 02:27:18] "POST /neutron/router HTTP/1.1" 200 559 0.004215 10.0.0.61 - - [2025-12-11 02:27:18] "POST /neutron/router HTTP/1.1" 200 559 0.005389 10.0.0.33 - - [2025-12-11 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.61 - - [2025-12-11 02:27:18] "POST /neutron/router HTTP/1.1" 200 151 0.067777 10.0.0.61 - - [2025-12-11 02:27:18] "POST /neutron/router HTTP/1.1" 200 541 0.011213 10.0.0.33 - - [2025-12-11 02:27:18] "PUT /logical-router/b72ec81c-ba6c-4a9e-a147-29422670b8f6 HTTP/1.1" 200 262 0.032574 10.0.0.61 - - [2025-12-11 02:27:18] "POST /neutron/router HTTP/1.1" 200 541 0.005782 10.0.0.61 - - [2025-12-11 02:27:18] "POST /neutron/router HTTP/1.1" 200 541 0.004295 10.0.0.61 - - [2025-12-11 02:27:18] "POST /neutron/router HTTP/1.1" 200 541 0.004499 10.0.0.61 - - [2025-12-11 02:27:19] "POST /neutron/router HTTP/1.1" 200 541 0.004457 10.0.0.61 - - [2025-12-11 02:27:19] "POST /neutron/router HTTP/1.1" 200 541 0.005467 10.0.0.61 - - [2025-12-11 02:27:19] "POST /neutron/router HTTP/1.1" 200 541 0.003690 10.0.0.61 - - [2025-12-11 02:27:19] "POST /neutron/router HTTP/1.1" 200 541 0.003620 10.0.0.61 - - [2025-12-11 02:27:19] "POST /neutron/router HTTP/1.1" 200 541 0.003605 10.0.0.61 - - [2025-12-11 02:27:19] "POST /neutron/router HTTP/1.1" 200 541 0.004095 10.0.0.61 - - [2025-12-11 02:27:19] "POST /neutron/router HTTP/1.1" 200 541 0.003927 10.0.0.61 - - [2025-12-11 02:27:19] "POST /neutron/router HTTP/1.1" 200 542 0.038781 10.0.0.27 - - [2025-12-11 02:27:19] "GET /logical-router/b72ec81c-ba6c-4a9e-a147-29422670b8f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.010529 10.0.0.61 - - [2025-12-11 02:27:19] "POST /neutron/security_group HTTP/1.1" 200 521 0.008073 10.0.0.33 - - [2025-12-11 02:27:19] "DELETE /access-control-list/23e43e64-1b9e-4462-a0dc-bcdf521dc09d HTTP/1.1" 200 115 0.051868 10.0.0.61 - - [2025-12-11 02:27:19] "POST /neutron/security_group HTTP/1.1" 200 151 0.076922 10.0.0.33 - - [2025-12-11 02:27:19] "DELETE /access-control-list/2d928be4-52c0-4e5c-a32e-03f25bee9db4 HTTP/1.1" 200 115 0.034097 10.0.0.61 - - [2025-12-11 02:27:19] "POST /neutron/security_group HTTP/1.1" 200 506 0.005213 10.0.0.33 - - [2025-12-11 02:27:19] "DELETE /access-control-list/0c76df77-5bd9-4d3f-8280-d175c98437d7 HTTP/1.1" 200 115 0.050930 10.0.0.27 - - [2025-12-11 02:27:21] "GET /projects?obj_uuids=974452c4-e09d-49b6-8c4a-a092f4cbcdf6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001149 10.0.0.61 - - [2025-12-11 02:27:21] "GET /project/974452c4-e09d-49b6-8c4a-a092f4cbcdf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.050885 10.0.0.27 - - [2025-12-11 02:27:21] "GET /projects?obj_uuids=974452c4-e09d-49b6-8c4a-a092f4cbcdf6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001169 10.0.0.61 - - [2025-12-11 02:27:21] "GET /project/974452c4-e09d-49b6-8c4a-a092f4cbcdf6?fields=virtual_networks HTTP/1.1" 200 1033 0.052327 10.0.0.27 - - [2025-12-11 02:27:21] "GET /projects?obj_uuids=974452c4-e09d-49b6-8c4a-a092f4cbcdf6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000846 10.0.0.61 - - [2025-12-11 02:27:21] "GET /project/974452c4-e09d-49b6-8c4a-a092f4cbcdf6?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.035157 10.0.0.27 - - [2025-12-11 02:27:21] "GET /projects?obj_uuids=974452c4-e09d-49b6-8c4a-a092f4cbcdf6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001360 10.0.0.61 - - [2025-12-11 02:27:21] "GET /project/974452c4-e09d-49b6-8c4a-a092f4cbcdf6?fields=security_groups HTTP/1.1" 200 1254 0.038716 10.0.0.61 - - [2025-12-11 02:27:22] "POST /fqname-to-id HTTP/1.1" 404 184 0.024114 10.0.0.27 - - [2025-12-11 02:27:22] "GET /projects?obj_uuids=5ad07c80-d36c-498f-aa69-0ec15dc9b8c2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002560 10.0.0.27 - - [2025-12-11 02:27:23] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001180 10.0.0.27 - - [2025-12-11 02:27:23] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008012 10.0.0.27 - - [2025-12-11 02:27:23] "POST /id-to-fqname HTTP/1.1" 200 186 0.004216 10.0.0.27 - - [2025-12-11 02:27:23] "POST /fqname-to-id HTTP/1.1" 404 195 0.002603 10.0.0.27 - - [2025-12-11 02:27:23] "POST /security-groups HTTP/1.1" 200 587 0.070274 10.0.0.27 - - [2025-12-11 02:27:23] "POST /projects HTTP/1.1" 200 577 0.270060 10.0.0.33 - - [2025-12-11 02:27:23] "POST /access-control-lists HTTP/1.1" 200 592 0.028369 10.0.0.27 - - [2025-12-11 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.349074 10.0.0.61 - - [2025-12-11 02:27:23] "GET /project/5ad07c80-d36c-498f-aa69-0ec15dc9b8c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.488287 10.0.0.61 - - [2025-12-11 02:27:24] "GET / HTTP/1.1" 200 35931 0.001441 10.0.0.61 - - [2025-12-11 02:27:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000442 10.0.0.61 - - [2025-12-11 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.055115 10.0.0.27 - - [2025-12-11 02:27:26] "GET /projects?obj_uuids=5ad07c80-d36c-498f-aa69-0ec15dc9b8c2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000807 10.0.0.61 - - [2025-12-11 02:27:26] "GET /project/5ad07c80-d36c-498f-aa69-0ec15dc9b8c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.036143 10.0.0.27 - - [2025-12-11 02:27:26] "GET /projects?obj_uuids=5ad07c80-d36c-498f-aa69-0ec15dc9b8c2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001084 10.0.0.61 - - [2025-12-11 02:27:26] "POST /neutron/network HTTP/1.1" 200 601 0.130018 10.0.0.33 - - [2025-12-11 02:27:26] "POST /route-targets HTTP/1.1" 200 327 0.013691 10.0.0.61 - - [2025-12-11 02:27:27] "POST /id-to-fqname HTTP/1.1" 200 216 0.003346 10.0.0.61 - - [2025-12-11 02:27:27] "GET /virtual-network/5b8479aa-ad67-46b0-8918-85496981635f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006238 10.0.0.61 - - [2025-12-11 02:27:27] "POST /neutron/network HTTP/1.1" 200 821 0.006131 10.0.0.61 - - [2025-12-11 02:27:27] "GET /virtual-network/5b8479aa-ad67-46b0-8918-85496981635f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005087 10.0.0.61 - - [2025-12-11 02:27:27] "POST /fqname-to-id HTTP/1.1" 404 206 0.003378 10.0.0.61 - - [2025-12-11 02:27:27] "GET /virtual-network/5b8479aa-ad67-46b0-8918-85496981635f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004791 10.0.0.27 - - [2025-12-11 02:27:27] "GET /projects?obj_uuids=5ad07c80-d36c-498f-aa69-0ec15dc9b8c2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001059 10.0.0.61 - - [2025-12-11 02:27:27] "POST /neutron/port HTTP/1.1" 200 1018 0.207642 10.0.0.61 - - [2025-12-11 02:27:27] "GET /virtual-machine-interface/65930ed9-efbf-4a11-be53-049c7573e899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.004455 10.0.0.61 - - [2025-12-11 02:27:27] "GET /virtual-machine-interface/65930ed9-efbf-4a11-be53-049c7573e899?fields=instance_ip_back_refs HTTP/1.1" 200 1317 0.004316 10.0.0.61 - - [2025-12-11 02:27:27] "GET /instance-ip/aef8b015-399b-427e-873a-1c8c14085fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1595 0.004229 10.0.0.61 - - [2025-12-11 02:27:27] "POST /neutron/network HTTP/1.1" 200 821 0.008519 10.0.0.33 - - [2025-12-11 02:27:28] "DELETE /route-target/e4597fbf-d819-4e3c-9b69-b55bbcd2d248 HTTP/1.1" 200 115 0.030555 10.0.0.61 - - [2025-12-11 02:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.27 - - [2025-12-11 02:27:30] "GET /projects?obj_uuids=5ad07c80-d36c-498f-aa69-0ec15dc9b8c2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000873 10.0.0.61 - - [2025-12-11 02:27:30] "GET /project/5ad07c80-d36c-498f-aa69-0ec15dc9b8c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.044427 10.0.0.27 - - [2025-12-11 02:27:30] "GET /projects?obj_uuids=5ad07c80-d36c-498f-aa69-0ec15dc9b8c2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000952 10.0.0.61 - - [2025-12-11 02:27:30] "POST /neutron/network HTTP/1.1" 200 603 0.098882 10.0.0.61 - - [2025-12-11 02:27:31] "POST /neutron/network HTTP/1.1" 200 979 0.009235 10.0.0.61 - - [2025-12-11 02:27:31] "POST /id-to-fqname HTTP/1.1" 200 217 0.000937 10.0.0.61 - - [2025-12-11 02:27:31] "GET /virtual-network/4f1529bc-2811-4340-9a47-c29593c766f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.004345 10.0.0.61 - - [2025-12-11 02:27:31] "GET /virtual-network/4f1529bc-2811-4340-9a47-c29593c766f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.004721 10.0.0.61 - - [2025-12-11 02:27:31] "POST /neutron/subnet HTTP/1.1" 200 734 0.009685 10.0.0.27 - - [2025-12-11 02:27:31] "GET /projects?obj_uuids=5ad07c80-d36c-498f-aa69-0ec15dc9b8c2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000842 10.0.0.61 - - [2025-12-11 02:27:31] "POST /neutron/port HTTP/1.1" 200 1017 0.215381 10.0.0.61 - - [2025-12-11 02:27:31] "POST /id-to-fqname HTTP/1.1" 200 217 0.001040 10.0.0.61 - - [2025-12-11 02:27:32] "POST /neutron/network HTTP/1.1" 200 979 0.008756 10.0.0.61 - - [2025-12-11 02:27:32] "POST /neutron/port HTTP/1.1" 200 117 0.006821 10.0.0.61 - - [2025-12-11 02:27:32] "POST /id-to-fqname HTTP/1.1" 200 217 0.001352 10.0.0.61 - - [2025-12-11 02:27:32] "POST /neutron/port HTTP/1.1" 200 1017 0.008932 10.0.0.61 - - [2025-12-11 02:27:32] "POST /neutron/port HTTP/1.1" 200 1020 0.010769 10.0.0.61 - - [2025-12-11 02:27:32] "POST /neutron/port HTTP/1.1" 200 117 0.007012 10.0.0.61 - - [2025-12-11 02:27:33] "POST /neutron/network HTTP/1.1" 200 989 0.007022 10.0.0.61 - - [2025-12-11 02:27:33] "POST /neutron/port HTTP/1.1" 200 1112 0.136429 10.0.0.61 - - [2025-12-11 02:27:33] "POST /neutron/port HTTP/1.1" 200 1017 0.019931 10.0.0.61 - - [2025-12-11 02:27:33] "POST /neutron/port HTTP/1.1" 200 1086 0.037735 10.0.0.61 - - [2025-12-11 02:27:33] "POST /neutron/port HTTP/1.1" 200 117 0.000989 10.0.0.61 - - [2025-12-11 02:27:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003905 10.0.0.61 - - [2025-12-11 02:27:33] "POST /neutron/network HTTP/1.1" 200 979 0.008470 10.0.0.61 - - [2025-12-11 02:27:38] "POST /neutron/port HTTP/1.1" 200 1086 0.012732 10.0.0.61 - - [2025-12-11 02:27:38] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007437 10.0.0.61 - - [2025-12-11 02:27:38] "GET /virtual-machine/78160b06-9d3d-4818-a4d7-fe10590dd2fa HTTP/1.1" 401 292 0.000433 10.0.0.61 - - [2025-12-11 02:27:38] "GET /virtual-machine/78160b06-9d3d-4818-a4d7-fe10590dd2fa HTTP/1.1" 200 1284 0.029220 10.0.0.61 - - [2025-12-11 02:27:38] "GET /virtual-machine-interface/36a507e5-5cc2-443e-8a3a-f8806b7e498a HTTP/1.1" 200 2923 0.004176 10.0.0.61 - - [2025-12-11 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.61 - - [2025-12-11 02:27:38] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.002950 10.0.0.61 - - [2025-12-11 02:27:38] "GET /virtual-networks?parent_id=5ad07c80-d36c-498f-aa69-0ec15dc9b8c2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002308 10.0.0.61 - - [2025-12-11 02:27:38] "GET /virtual-network/4f1529bc-2811-4340-9a47-c29593c766f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.007362 10.0.0.61 - - [2025-12-11 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.61 - - [2025-12-11 02:27:41] "GET /virtual-network/4f1529bc-2811-4340-9a47-c29593c766f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.004378 10.0.0.61 - - [2025-12-11 02:27:42] "POST /neutron/port HTTP/1.1" 200 1083 0.013686 10.0.0.61 - - [2025-12-11 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.61 - - [2025-12-11 02:27:43] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004102 10.0.0.61 - - [2025-12-11 02:27:43] "GET /virtual-networks?parent_id=5ad07c80-d36c-498f-aa69-0ec15dc9b8c2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002492 10.0.0.61 - - [2025-12-11 02:27:43] "GET /virtual-network/4f1529bc-2811-4340-9a47-c29593c766f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.004966 10.0.0.61 - - [2025-12-11 02:27:43] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008453 10.0.0.61 - - [2025-12-11 02:27:49] "POST /neutron/port HTTP/1.1" 200 1083 0.013621 10.0.0.61 - - [2025-12-11 02:27:49] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007303 10.0.0.61 - - [2025-12-11 02:27:49] "GET /virtual-machine/bc6f1b63-c216-4f24-b1a0-2c0fa738e7f4 HTTP/1.1" 200 1285 0.004969 10.0.0.61 - - [2025-12-11 02:27:49] "GET /virtual-machine-interface/0f920735-57b9-45af-bc84-b8d9e2a5a89f HTTP/1.1" 200 2924 0.004443 10.0.0.61 - - [2025-12-11 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.61 - - [2025-12-11 02:27:49] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.002920 10.0.0.61 - - [2025-12-11 02:27:49] "GET /virtual-networks?parent_id=5ad07c80-d36c-498f-aa69-0ec15dc9b8c2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002204 10.0.0.61 - - [2025-12-11 02:27:49] "GET /virtual-network/4f1529bc-2811-4340-9a47-c29593c766f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005693 10.0.0.61 - - [2025-12-11 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.61 - - [2025-12-11 02:27:50] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.002992 10.0.0.61 - - [2025-12-11 02:27:50] "GET /virtual-networks?parent_id=5ad07c80-d36c-498f-aa69-0ec15dc9b8c2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002748 10.0.0.61 - - [2025-12-11 02:27:50] "GET /virtual-network/4f1529bc-2811-4340-9a47-c29593c766f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005298 10.0.0.61 - - [2025-12-11 02:27:54] "POST /neutron/port HTTP/1.1" 200 151 0.144668 10.0.0.61 - - [2025-12-11 02:27:54] "POST /neutron/port HTTP/1.1" 200 151 0.169221 10.0.0.33 - - [2025-12-11 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.27 - - [2025-12-11 02:27:55] "GET /projects?obj_uuids=5ad07c80-d36c-498f-aa69-0ec15dc9b8c2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000880 10.0.0.61 - - [2025-12-11 02:27:55] "GET /project/5ad07c80-d36c-498f-aa69-0ec15dc9b8c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.039236 10.0.0.27 - - [2025-12-11 02:27:55] "GET /projects?obj_uuids=5ad07c80-d36c-498f-aa69-0ec15dc9b8c2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000786 10.0.0.61 - - [2025-12-11 02:27:55] "GET /project/5ad07c80-d36c-498f-aa69-0ec15dc9b8c2?fields=virtual_networks HTTP/1.1" 200 1034 0.043114 10.0.0.27 - - [2025-12-11 02:27:55] "GET /projects?obj_uuids=5ad07c80-d36c-498f-aa69-0ec15dc9b8c2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001202 10.0.0.61 - - [2025-12-11 02:27:55] "GET /project/5ad07c80-d36c-498f-aa69-0ec15dc9b8c2?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.038911 10.0.0.27 - - [2025-12-11 02:27:55] "GET /projects?obj_uuids=5ad07c80-d36c-498f-aa69-0ec15dc9b8c2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001206 10.0.0.61 - - [2025-12-11 02:27:55] "GET /project/5ad07c80-d36c-498f-aa69-0ec15dc9b8c2?fields=security_groups HTTP/1.1" 200 1256 0.042903 10.0.0.61 - - [2025-12-11 02:27:56] "POST /fqname-to-id HTTP/1.1" 404 186 0.029867 10.0.0.27 - - [2025-12-11 02:27:56] "GET /projects?obj_uuids=3939154f-922a-4b32-a436-f47b94581e3f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003110 10.0.0.27 - - [2025-12-11 02:27:56] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001190 10.0.0.27 - - [2025-12-11 02:27:56] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006996 10.0.0.27 - - [2025-12-11 02:27:56] "POST /id-to-fqname HTTP/1.1" 200 188 0.004023 10.0.0.27 - - [2025-12-11 02:27:57] "POST /fqname-to-id HTTP/1.1" 404 197 0.004712 10.0.0.27 - - [2025-12-11 02:27:57] "POST /security-groups HTTP/1.1" 200 589 0.027388 10.0.0.27 - - [2025-12-11 02:27:57] "POST /projects HTTP/1.1" 200 581 0.228053 10.0.0.33 - - [2025-12-11 02:27:57] "POST /access-control-lists HTTP/1.1" 200 594 0.025477 10.0.0.27 - - [2025-12-11 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.296571 10.0.0.61 - - [2025-12-11 02:27:57] "GET /project/3939154f-922a-4b32-a436-f47b94581e3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.422025 10.0.0.61 - - [2025-12-11 02:27:58] "GET / HTTP/1.1" 200 35931 0.001787 10.0.0.61 - - [2025-12-11 02:27:59] "POST /neutron/port HTTP/1.1" 200 117 0.007644 10.0.0.61 - - [2025-12-11 02:27:59] "POST /neutron/port HTTP/1.1" 400 205 0.005607 10.0.0.61 - - [2025-12-11 02:27:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.61 - - [2025-12-11 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.057780 10.0.0.27 - - [2025-12-11 02:28:00] "GET /projects?obj_uuids=3939154f-922a-4b32-a436-f47b94581e3f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001524 10.0.0.61 - - [2025-12-11 02:28:00] "GET /project/3939154f-922a-4b32-a436-f47b94581e3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.044758 10.0.0.33 - - [2025-12-11 02:28:00] "POST /route-targets HTTP/1.1" 200 327 0.014669 10.0.0.27 - - [2025-12-11 02:28:00] "POST /useragent-kv HTTP/1.1" 200 115 0.010704 10.0.0.61 - - [2025-12-11 02:28:00] "POST /neutron/subnet HTTP/1.1" 200 719 0.234070 10.0.0.61 - - [2025-12-11 02:28:00] "POST /id-to-fqname HTTP/1.1" 200 219 0.001371 10.0.0.61 - - [2025-12-11 02:28:00] "GET /virtual-network/16bc5d10-76c4-4a4b-bd4f-ac86ca752b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005054 10.0.0.61 - - [2025-12-11 02:28:00] "GET /virtual-network/16bc5d10-76c4-4a4b-bd4f-ac86ca752b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005223 10.0.0.61 - - [2025-12-11 02:28:01] "POST /neutron/network HTTP/1.1" 200 823 0.006639 10.0.0.61 - - [2025-12-11 02:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.27 - - [2025-12-11 02:28:01] "GET /projects?obj_uuids=3939154f-922a-4b32-a436-f47b94581e3f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000960 10.0.0.61 - - [2025-12-11 02:28:01] "GET /project/3939154f-922a-4b32-a436-f47b94581e3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.055507 10.0.0.27 - - [2025-12-11 02:28:01] "GET /projects?obj_uuids=3939154f-922a-4b32-a436-f47b94581e3f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000934 10.0.0.61 - - [2025-12-11 02:28:01] "POST /neutron/network HTTP/1.1" 200 605 0.134896 10.0.0.33 - - [2025-12-11 02:28:01] "POST /ref-update HTTP/1.1" 200 156 0.023560 10.0.0.61 - - [2025-12-11 02:28:01] "POST /id-to-fqname HTTP/1.1" 200 219 0.003416 10.0.0.61 - - [2025-12-11 02:28:01] "GET /virtual-network/459bdc45-633f-46ae-8bee-935febd92335?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005167 10.0.0.61 - - [2025-12-11 02:28:01] "POST /neutron/network HTTP/1.1" 200 822 0.006202 10.0.0.61 - - [2025-12-11 02:28:01] "GET /virtual-network/459bdc45-633f-46ae-8bee-935febd92335?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.004860 10.0.0.61 - - [2025-12-11 02:28:01] "POST /id-to-fqname HTTP/1.1" 200 219 0.001337 10.0.0.61 - - [2025-12-11 02:28:01] "POST /neutron/network HTTP/1.1" 200 833 0.007549 10.0.0.27 - - [2025-12-11 02:28:02] "GET /projects?obj_uuids=3939154f-922a-4b32-a436-f47b94581e3f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001175 10.0.0.61 - - [2025-12-11 02:28:02] "GET /project/3939154f-922a-4b32-a436-f47b94581e3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.058033 10.0.0.61 - - [2025-12-11 02:28:02] "POST /neutron/port HTTP/1.1" 200 117 0.013133 10.0.0.61 - - [2025-12-11 02:28:02] "POST /id-to-fqname HTTP/1.1" 200 219 0.001243 10.0.0.61 - - [2025-12-11 02:28:03] "POST /neutron/network HTTP/1.1" 200 833 0.016173 10.0.0.61 - - [2025-12-11 02:28:03] "POST /neutron/port HTTP/1.1" 200 1057 0.014298 10.0.0.27 - - [2025-12-11 02:28:03] "GET /projects?obj_uuids=3939154f-922a-4b32-a436-f47b94581e3f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.051579 10.0.0.61 - - [2025-12-11 02:28:03] "GET /project/3939154f-922a-4b32-a436-f47b94581e3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.168100 10.0.0.61 - - [2025-12-11 02:28:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.013890 10.0.0.61 - - [2025-12-11 02:28:04] "POST /neutron/port HTTP/1.1" 200 117 0.001123 10.0.0.61 - - [2025-12-11 02:28:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008754 10.0.0.61 - - [2025-12-11 02:28:04] "POST /neutron/router HTTP/1.1" 200 580 0.007297 10.0.0.27 - - [2025-12-11 02:28:04] "GET /projects?obj_uuids=3939154f-922a-4b32-a436-f47b94581e3f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002517 10.0.0.33 - - [2025-12-11 02:28:04] "POST /ref-update HTTP/1.1" 200 156 0.072508 10.0.0.61 - - [2025-12-11 02:28:05] "POST /neutron/port HTTP/1.1" 200 1056 0.364928 10.0.0.61 - - [2025-12-11 02:28:05] "POST /neutron/port HTTP/1.1" 200 1056 0.009632 10.0.0.61 - - [2025-12-11 02:28:05] "POST /neutron/port HTTP/1.1" 200 1084 0.014427 10.0.0.61 - - [2025-12-11 02:28:05] "POST /neutron/port HTTP/1.1" 200 117 0.001192 10.0.0.61 - - [2025-12-11 02:28:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009154 10.0.0.61 - - [2025-12-11 02:28:10] "POST /neutron/port HTTP/1.1" 200 1085 0.018038 10.0.0.61 - - [2025-12-11 02:28:10] "GET /virtual-machine/afba22d7-3d4f-409b-a261-ecdda2518dd2 HTTP/1.1" 401 292 0.000513 10.0.0.61 - - [2025-12-11 02:28:10] "GET /virtual-machine/afba22d7-3d4f-409b-a261-ecdda2518dd2 HTTP/1.1" 200 1291 0.030313 10.0.0.61 - - [2025-12-11 02:28:10] "GET /virtual-machine-interface/4d99a7d8-1c65-4f58-9073-f4186a191161 HTTP/1.1" 200 2934 0.006123 10.0.0.61 - - [2025-12-11 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.61 - - [2025-12-11 02:28:10] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004265 10.0.0.61 - - [2025-12-11 02:28:10] "GET /virtual-networks?parent_id=3939154f-922a-4b32-a436-f47b94581e3f&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003591 10.0.0.61 - - [2025-12-11 02:28:10] "GET /virtual-network/16bc5d10-76c4-4a4b-bd4f-ac86ca752b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006569 10.0.0.61 - - [2025-12-11 02:28:11] "POST /neutron/port HTTP/1.1" 200 1085 0.016522 10.0.0.61 - - [2025-12-11 02:28:11] "POST /neutron/subnet HTTP/1.1" 200 693 0.010078 10.0.0.61 - - [2025-12-11 02:28:12] "POST /neutron/port HTTP/1.1" 200 1084 0.016002 10.0.0.61 - - [2025-12-11 02:28:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010784 10.0.0.61 - - [2025-12-11 02:28:13] "POST /neutron/network HTTP/1.1" 200 822 0.008488 10.0.0.27 - - [2025-12-11 02:28:13] "DELETE /project/3939154f922a4b32a436f47b94581e3f HTTP/1.1" 404 173 0.035414 10.0.0.27 - - [2025-12-11 02:28:13] "DELETE /project/5ad07c80d36c498faa690ec15dc9b8c2 HTTP/1.1" 404 173 0.048068 10.0.0.27 - - [2025-12-11 02:28:13] "GET /projects?obj_uuids=974452c4-e09d-49b6-8c4a-a092f4cbcdf6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002213 10.0.0.27 - - [2025-12-11 02:28:13] "GET /projects?obj_uuids=5ad07c80-d36c-498f-aa69-0ec15dc9b8c2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000746 10.0.0.27 - - [2025-12-11 02:28:13] "GET /project/974452c4-e09d-49b6-8c4a-a092f4cbcdf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.054344 10.0.0.27 - - [2025-12-11 02:28:13] "GET /projects?obj_uuids=974452c4-e09d-49b6-8c4a-a092f4cbcdf6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002024 10.0.0.61 - - [2025-12-11 02:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.61 - - [2025-12-11 02:28:13] "GET /virtual-network/16bc5d10-76c4-4a4b-bd4f-ac86ca752b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006341 10.0.0.27 - - [2025-12-11 02:28:13] "GET /project/5ad07c80-d36c-498f-aa69-0ec15dc9b8c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.076035 10.0.0.27 - - [2025-12-11 02:28:13] "GET /project/974452c4-e09d-49b6-8c4a-a092f4cbcdf6?fields=security_groups HTTP/1.1" 200 1359 0.064279 10.0.0.27 - - [2025-12-11 02:28:13] "GET /projects?obj_uuids=5ad07c80-d36c-498f-aa69-0ec15dc9b8c2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000813 10.0.0.27 - - [2025-12-11 02:28:13] "GET /project/5ad07c80-d36c-498f-aa69-0ec15dc9b8c2?fields=security_groups HTTP/1.1" 200 1361 0.041592 10.0.0.27 - - [2025-12-11 02:28:13] "DELETE /security-group/22f9e916-2ded-4238-a6fc-c4241b4c6270 HTTP/1.1" 200 115 0.062286 10.0.0.27 - - [2025-12-11 02:28:13] "GET /projects?obj_uuids=974452c4-e09d-49b6-8c4a-a092f4cbcdf6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000814 10.0.0.27 - - [2025-12-11 02:28:13] "GET /project/974452c4-e09d-49b6-8c4a-a092f4cbcdf6?fields=application_policy_sets HTTP/1.1" 200 1398 0.068981 10.0.0.27 - - [2025-12-11 02:28:14] "DELETE /security-group/576b290f-734d-47e9-8dd3-94f249b78aac HTTP/1.1" 200 115 0.101141 10.0.0.27 - - [2025-12-11 02:28:14] "GET /projects?obj_uuids=5ad07c80-d36c-498f-aa69-0ec15dc9b8c2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001604 10.0.0.33 - - [2025-12-11 02:28:14] "DELETE /access-control-list/cc57be7c-5a36-42ae-a554-a8160fb3bedf HTTP/1.1" 200 115 0.051229 10.0.0.27 - - [2025-12-11 02:28:14] "GET /project/5ad07c80-d36c-498f-aa69-0ec15dc9b8c2?fields=application_policy_sets HTTP/1.1" 200 1400 0.056859 10.0.0.27 - - [2025-12-11 02:28:14] "DELETE /project/974452c4-e09d-49b6-8c4a-a092f4cbcdf6 HTTP/1.1" 200 115 0.550275 10.0.0.27 - - [2025-12-11 02:28:14] "DELETE /project/5ad07c80-d36c-498f-aa69-0ec15dc9b8c2 HTTP/1.1" 200 115 0.629260 10.0.0.61 - - [2025-12-11 02:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.61 - - [2025-12-11 02:28:15] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003986 10.0.0.61 - - [2025-12-11 02:28:15] "GET /virtual-networks?parent_id=3939154f-922a-4b32-a436-f47b94581e3f&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.006643 10.0.0.61 - - [2025-12-11 02:28:15] "GET /virtual-network/16bc5d10-76c4-4a4b-bd4f-ac86ca752b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006113 10.0.0.61 - - [2025-12-11 02:28:16] "POST /neutron/port HTTP/1.1" 200 1084 0.014030 10.0.0.61 - - [2025-12-11 02:28:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006337 10.0.0.61 - - [2025-12-11 02:28:16] "POST /neutron/port HTTP/1.1" 200 1084 0.013420 10.0.0.61 - - [2025-12-11 02:28:16] "GET /virtual-machine/efebb738-793b-4f50-95bb-2c5c6b2287aa HTTP/1.1" 200 1291 0.005417 10.0.0.61 - - [2025-12-11 02:28:16] "GET /virtual-machine-interface/d354da75-81b4-4622-8a07-97450d0b753a HTTP/1.1" 200 2934 0.004526 10.0.0.61 - - [2025-12-11 02:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.61 - - [2025-12-11 02:28:16] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003483 10.0.0.61 - - [2025-12-11 02:28:16] "GET /virtual-networks?parent_id=3939154f-922a-4b32-a436-f47b94581e3f&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002486 10.0.0.61 - - [2025-12-11 02:28:16] "GET /virtual-network/459bdc45-633f-46ae-8bee-935febd92335?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005916 10.0.0.61 - - [2025-12-11 02:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004753 10.0.0.61 - - [2025-12-11 02:28:17] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.008333 10.0.0.61 - - [2025-12-11 02:28:17] "GET /virtual-networks?parent_id=3939154f-922a-4b32-a436-f47b94581e3f&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003180 10.0.0.61 - - [2025-12-11 02:28:17] "GET /virtual-network/459bdc45-633f-46ae-8bee-935febd92335?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006445 10.0.0.27 - - [2025-12-11 02:28:21] "GET /projects?obj_uuids=3939154f-922a-4b32-a436-f47b94581e3f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000921 10.0.0.61 - - [2025-12-11 02:28:22] "POST /neutron/router HTTP/1.1" 200 344 0.287473 10.0.0.33 - - [2025-12-11 02:28:28] "POST /ref-update HTTP/1.1" 200 156 0.022041 10.0.0.61 - - [2025-12-11 02:28:28] "POST /neutron/router HTTP/1.1" 200 344 0.167377 10.0.0.61 - - [2025-12-11 02:28:34] "POST /neutron/router HTTP/1.1" 200 580 0.008451 10.0.0.33 - - [2025-12-11 02:28:34] "POST /ref-update HTTP/1.1" 200 156 0.013642 10.0.0.61 - - [2025-12-11 02:28:34] "POST /neutron/router HTTP/1.1" 200 344 0.145147 10.0.0.61 - - [2025-12-11 02:28:35] "POST /neutron/network HTTP/1.1" 200 822 0.006068 10.0.0.61 - - [2025-12-11 02:28:35] "POST /neutron/port HTTP/1.1" 200 1110 0.011522 10.0.0.61 - - [2025-12-11 02:28:35] "POST /neutron/port HTTP/1.1" 200 1111 0.014575 10.0.0.27 - - [2025-12-11 02:28:37] "POST /useragent-kv HTTP/1.1" 200 115 0.005017 10.0.0.33 - - [2025-12-11 02:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.27 - - [2025-12-11 02:28:37] "POST /useragent-kv HTTP/1.1" 200 115 0.005555 10.0.0.61 - - [2025-12-11 02:28:37] "POST /neutron/network HTTP/1.1" 200 151 0.110647 10.0.0.33 - - [2025-12-11 02:28:37] "DELETE /route-target/6c953e1e-04b0-4f83-a9cc-f51f0f5da9c3 HTTP/1.1" 200 115 0.020071 10.0.0.27 - - [2025-12-11 02:28:38] "GET /projects?obj_uuids=3939154f-922a-4b32-a436-f47b94581e3f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001054 10.0.0.61 - - [2025-12-11 02:28:38] "GET /project/3939154f-922a-4b32-a436-f47b94581e3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.065796 10.0.0.27 - - [2025-12-11 02:28:38] "GET /projects?obj_uuids=3939154f-922a-4b32-a436-f47b94581e3f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001020 10.0.0.61 - - [2025-12-11 02:28:38] "GET /project/3939154f-922a-4b32-a436-f47b94581e3f?fields=virtual_networks HTTP/1.1" 200 1038 0.046068 10.0.0.27 - - [2025-12-11 02:28:38] "GET /projects?obj_uuids=3939154f-922a-4b32-a436-f47b94581e3f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000840 10.0.0.61 - - [2025-12-11 02:28:38] "GET /project/3939154f-922a-4b32-a436-f47b94581e3f?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.064100 10.0.0.27 - - [2025-12-11 02:28:39] "GET /projects?obj_uuids=3939154f-922a-4b32-a436-f47b94581e3f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000881 10.0.0.61 - - [2025-12-11 02:28:39] "GET /project/3939154f-922a-4b32-a436-f47b94581e3f?fields=security_groups HTTP/1.1" 200 1262 0.045724 10.0.0.61 - - [2025-12-11 02:28:39] "POST /fqname-to-id HTTP/1.1" 404 191 0.025524 10.0.0.27 - - [2025-12-11 02:28:39] "GET /projects?obj_uuids=28b70a36-dcb7-4aeb-91a6-dc004f76e16f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003838 10.0.0.27 - - [2025-12-11 02:28:39] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001043 10.0.0.27 - - [2025-12-11 02:28:39] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007638 10.0.0.27 - - [2025-12-11 02:28:40] "POST /id-to-fqname HTTP/1.1" 200 193 0.001110 10.0.0.27 - - [2025-12-11 02:28:40] "POST /fqname-to-id HTTP/1.1" 404 202 0.002673 10.0.0.27 - - [2025-12-11 02:28:40] "POST /security-groups HTTP/1.1" 200 594 0.073880 10.0.0.27 - - [2025-12-11 02:28:40] "POST /projects HTTP/1.1" 200 591 0.258323 10.0.0.33 - - [2025-12-11 02:28:40] "POST /fqname-to-id HTTP/1.1" 404 236 0.011446 10.0.0.27 - - [2025-12-11 02:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.330815 10.0.0.61 - - [2025-12-11 02:28:40] "GET /project/28b70a36-dcb7-4aeb-91a6-dc004f76e16f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.471897 10.0.0.61 - - [2025-12-11 02:28:41] "GET / HTTP/1.1" 200 35931 0.001833 10.0.0.61 - - [2025-12-11 02:28:43] "GET /project/28b70a36-dcb7-4aeb-91a6-dc004f76e16f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000432 10.0.0.27 - - [2025-12-11 02:28:43] "GET /projects?obj_uuids=28b70a36-dcb7-4aeb-91a6-dc004f76e16f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001050 10.0.0.61 - - [2025-12-11 02:28:43] "GET /project/28b70a36-dcb7-4aeb-91a6-dc004f76e16f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.067523 10.0.0.61 - - [2025-12-11 02:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002511 10.0.0.61 - - [2025-12-11 02:28:43] "GET /security-group/26f868d3-a2ee-4ea8-887d-636457946c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3772 0.005626 10.0.0.61 - - [2025-12-11 02:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002472 10.0.0.27 - - [2025-12-11 02:28:43] "GET /projects?obj_uuids=28b70a36-dcb7-4aeb-91a6-dc004f76e16f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000881 10.0.0.61 - - [2025-12-11 02:28:44] "GET /project/28b70a36-dcb7-4aeb-91a6-dc004f76e16f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.037347 10.0.0.61 - - [2025-12-11 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.61 - - [2025-12-11 02:28:44] "GET /security-group/26f868d3-a2ee-4ea8-887d-636457946c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3772 0.004207 10.0.0.61 - - [2025-12-11 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002383 10.0.0.61 - - [2025-12-11 02:28:44] "PUT /security-group/26f868d3-a2ee-4ea8-887d-636457946c01 HTTP/1.1" 200 262 0.017687 10.0.0.61 - - [2025-12-11 02:28:44] "POST /fqname-to-id HTTP/1.1" 404 202 0.003566 10.0.0.33 - - [2025-12-11 02:28:44] "PUT /access-control-list/7828cc05-7caa-48ce-b391-ced52043f4c0 HTTP/1.1" 200 272 0.017691 10.0.0.61 - - [2025-12-11 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.27 - - [2025-12-11 02:28:44] "GET /projects?obj_uuids=28b70a36-dcb7-4aeb-91a6-dc004f76e16f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001563 10.0.0.61 - - [2025-12-11 02:28:44] "GET /project/28b70a36-dcb7-4aeb-91a6-dc004f76e16f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.037851 10.0.0.61 - - [2025-12-11 02:28:44] "POST /neutron/network HTTP/1.1" 200 117 0.037939 10.0.0.61 - - [2025-12-11 02:28:44] "POST /neutron/network HTTP/1.1" 200 827 0.006498 10.0.0.61 - - [2025-12-11 02:28:44] "POST /id-to-fqname HTTP/1.1" 200 223 0.000734 10.0.0.61 - - [2025-12-11 02:28:44] "GET /virtual-network/d458b36c-be13-4c34-946d-c2ce4ada6238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003757 10.0.0.61 - - [2025-12-11 02:28:44] "GET /virtual-network/d458b36c-be13-4c34-946d-c2ce4ada6238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004235 10.0.0.61 - - [2025-12-11 02:28:45] "POST /neutron/subnet HTTP/1.1" 200 724 0.007636 10.0.0.61 - - [2025-12-11 02:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002347 10.0.0.27 - - [2025-12-11 02:28:45] "GET /projects?obj_uuids=28b70a36-dcb7-4aeb-91a6-dc004f76e16f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000827 10.0.0.61 - - [2025-12-11 02:28:45] "GET /project/28b70a36-dcb7-4aeb-91a6-dc004f76e16f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.032923 10.0.0.33 - - [2025-12-11 02:28:45] "POST /route-targets HTTP/1.1" 200 327 0.011065 10.0.0.27 - - [2025-12-11 02:28:45] "POST /useragent-kv HTTP/1.1" 200 115 0.017519 10.0.0.61 - - [2025-12-11 02:28:45] "POST /neutron/subnet HTTP/1.1" 200 720 0.177712 10.0.0.61 - - [2025-12-11 02:28:45] "POST /id-to-fqname HTTP/1.1" 200 227 0.001733 10.0.0.61 - - [2025-12-11 02:28:45] "GET /virtual-network/7287722c-85cd-44d6-80ff-962087b2f7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006052 10.0.0.61 - - [2025-12-11 02:28:45] "GET /virtual-network/7287722c-85cd-44d6-80ff-962087b2f7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006000 10.0.0.61 - - [2025-12-11 02:28:45] "POST /neutron/network HTTP/1.1" 200 833 0.006372 10.0.0.61 - - [2025-12-11 02:28:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.001224 10.0.0.27 - - [2025-12-11 02:28:46] "GET /projects?obj_uuids=28b70a36-dcb7-4aeb-91a6-dc004f76e16f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000855 10.0.0.61 - - [2025-12-11 02:28:46] "GET /project/28b70a36-dcb7-4aeb-91a6-dc004f76e16f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.062320 10.0.0.61 - - [2025-12-11 02:28:46] "POST /neutron/network HTTP/1.1" 200 827 0.006845 10.0.0.61 - - [2025-12-11 02:28:46] "POST /id-to-fqname HTTP/1.1" 200 227 0.001929 10.0.0.61 - - [2025-12-11 02:28:46] "POST /neutron/port HTTP/1.1" 200 117 0.006133 10.0.0.27 - - [2025-12-11 02:28:47] "GET /projects?obj_uuids=28b70a36-dcb7-4aeb-91a6-dc004f76e16f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001144 10.0.0.61 - - [2025-12-11 02:28:47] "POST /neutron/port HTTP/1.1" 200 1063 0.271424 10.0.0.61 - - [2025-12-11 02:28:47] "POST /neutron/port HTTP/1.1" 200 1117 0.122725 10.0.0.61 - - [2025-12-11 02:28:47] "POST /neutron/subnet HTTP/1.1" 200 698 0.008208 10.0.0.27 - - [2025-12-11 02:28:47] "GET /projects?obj_uuids=28b70a36-dcb7-4aeb-91a6-dc004f76e16f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000907 10.0.0.61 - - [2025-12-11 02:28:47] "GET /project/28b70a36-dcb7-4aeb-91a6-dc004f76e16f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.094683 10.0.0.61 - - [2025-12-11 02:28:47] "POST /neutron/network HTTP/1.1" 200 833 0.005961 10.0.0.61 - - [2025-12-11 02:28:48] "POST /neutron/port HTTP/1.1" 200 117 0.006793 10.0.0.33 - - [2025-12-11 02:28:48] "PUT /logical-router/c191c635-90d1-4f03-82f1-08e6735d1be0 HTTP/1.1" 200 262 0.032333 10.0.0.61 - - [2025-12-11 02:28:48] "POST /neutron/router HTTP/1.1" 200 656 0.044928 10.0.0.27 - - [2025-12-11 02:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.050461 10.0.0.61 - - [2025-12-11 02:28:48] "POST /neutron/network HTTP/1.1" 200 843 0.017936 10.0.0.27 - - [2025-12-11 02:28:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003961 10.0.0.27 - - [2025-12-11 02:28:48] "POST /virtual-networks HTTP/1.1" 200 694 0.161228 10.0.0.33 - - [2025-12-11 02:28:48] "POST /ref-update HTTP/1.1" 200 156 0.031135 10.0.0.27 - - [2025-12-11 02:28:48] "PUT /logical-router/c191c635-90d1-4f03-82f1-08e6735d1be0 HTTP/1.1" 200 262 0.050574 10.0.0.61 - - [2025-12-11 02:28:48] "POST /neutron/security_group HTTP/1.1" 200 2002 0.019978 10.0.0.27 - - [2025-12-11 02:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.61 - - [2025-12-11 02:28:49] "POST /neutron/port HTTP/1.1" 200 1116 0.120433 10.0.0.27 - - [2025-12-11 02:28:49] "POST /chown HTTP/1.1" 200 109 0.032442 10.0.0.61 - - [2025-12-11 02:28:49] "POST /neutron/subnet HTTP/1.1" 200 694 0.017915 10.0.0.27 - - [2025-12-11 02:28:49] "POST /chown HTTP/1.1" 200 109 0.019875 10.0.0.27 - - [2025-12-11 02:28:49] "POST /ref-update HTTP/1.1" 200 156 0.018969 10.0.0.27 - - [2025-12-11 02:28:49] "POST /instance-ips HTTP/1.1" 200 549 0.035677 10.0.0.27 - - [2025-12-11 02:28:49] "PUT /virtual-machine-interface/73d710f8-657e-4e8c-80a0-7b8c0193d9d4 HTTP/1.1" 200 284 0.022570 10.0.0.27 - - [2025-12-11 02:28:49] "POST /ref-update HTTP/1.1" 200 156 0.027997 10.0.0.27 - - [2025-12-11 02:28:49] "POST /chown HTTP/1.1" 200 109 0.026803 10.0.0.27 - - [2025-12-11 02:28:49] "PUT /virtual-machine-interface/c6a47816-6f9c-436d-887f-056d3bebe432 HTTP/1.1" 200 284 0.026127 10.0.0.27 - - [2025-12-11 02:28:50] "POST /ref-update HTTP/1.1" 200 156 0.029493 10.0.0.33 - - [2025-12-11 02:28:50] "POST /ref-update HTTP/1.1" 200 156 0.042901 10.0.0.27 - - [2025-12-11 02:28:50] "POST /instance-ips HTTP/1.1" 400 316 0.045107 10.0.0.27 - - [2025-12-11 02:28:50] "PUT /instance-ip/95beef36-d74a-45f2-98b5-076c77a9da16 HTTP/1.1" 200 256 0.031245 10.0.0.27 - - [2025-12-11 02:28:50] "POST /ref-update HTTP/1.1" 200 156 0.022629 10.0.0.33 - - [2025-12-11 02:28:50] "PUT /routing-instance/acfcc6cf-509f-4c12-9fa1-2d8e5f6ff1e2 HTTP/1.1" 200 266 0.036848 10.0.0.61 - - [2025-12-11 02:28:53] "POST /neutron/port HTTP/1.1" 200 1091 0.019827 10.0.0.61 - - [2025-12-11 02:28:53] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006765 10.0.0.61 - - [2025-12-11 02:28:54] "GET /virtual-machine/7e0036da-1041-4b8b-9494-77c3222da8d7 HTTP/1.1" 401 292 0.000407 10.0.0.61 - - [2025-12-11 02:28:54] "GET /virtual-machine/7e0036da-1041-4b8b-9494-77c3222da8d7 HTTP/1.1" 200 1295 0.031432 10.0.0.61 - - [2025-12-11 02:28:54] "GET /virtual-machine-interface/1a6b1b5e-e4a0-4d85-96f0-f91078185ec6 HTTP/1.1" 200 2956 0.006480 10.0.0.61 - - [2025-12-11 02:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.61 - - [2025-12-11 02:28:54] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003722 10.0.0.61 - - [2025-12-11 02:28:54] "GET /virtual-networks?parent_id=28b70a36-dcb7-4aeb-91a6-dc004f76e16f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003031 10.0.0.61 - - [2025-12-11 02:28:54] "GET /virtual-network/d458b36c-be13-4c34-946d-c2ce4ada6238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005580 10.0.0.61 - - [2025-12-11 02:28:56] "POST /neutron/port HTTP/1.1" 200 1091 0.015866 10.0.0.61 - - [2025-12-11 02:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.61 - - [2025-12-11 02:28:57] "GET /virtual-network/d458b36c-be13-4c34-946d-c2ce4ada6238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004618 10.0.0.61 - - [2025-12-11 02:28:59] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005870 10.0.0.61 - - [2025-12-11 02:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.61 - - [2025-12-11 02:28:59] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003670 10.0.0.61 - - [2025-12-11 02:28:59] "GET /virtual-networks?parent_id=28b70a36-dcb7-4aeb-91a6-dc004f76e16f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.005823 10.0.0.61 - - [2025-12-11 02:28:59] "GET /virtual-network/d458b36c-be13-4c34-946d-c2ce4ada6238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005464 10.0.0.61 - - [2025-12-11 02:29:00] "POST /neutron/port HTTP/1.1" 200 1090 0.016556 10.0.0.61 - - [2025-12-11 02:29:00] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009200 10.0.0.61 - - [2025-12-11 02:29:00] "GET /virtual-machine/b775a01d-cf0c-49cc-9c01-0d107fd78804 HTTP/1.1" 200 1296 0.006043 10.0.0.61 - - [2025-12-11 02:29:00] "GET /virtual-machine-interface/2b34254a-8919-4c2e-8013-92c7414deb69 HTTP/1.1" 200 2967 0.004469 10.0.0.61 - - [2025-12-11 02:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.61 - - [2025-12-11 02:29:00] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003111 10.0.0.61 - - [2025-12-11 02:29:00] "GET /virtual-networks?parent_id=28b70a36-dcb7-4aeb-91a6-dc004f76e16f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002731 10.0.0.61 - - [2025-12-11 02:29:00] "GET /virtual-network/7287722c-85cd-44d6-80ff-962087b2f7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005400 10.0.0.61 - - [2025-12-11 02:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.61 - - [2025-12-11 02:29:01] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004382 10.0.0.61 - - [2025-12-11 02:29:01] "GET /virtual-networks?parent_id=28b70a36-dcb7-4aeb-91a6-dc004f76e16f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004640 10.0.0.61 - - [2025-12-11 02:29:01] "GET /virtual-network/7287722c-85cd-44d6-80ff-962087b2f7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005651 10.0.0.61 - - [2025-12-11 02:29:05] "POST /neutron/router HTTP/1.1" 200 656 0.011155 10.0.0.27 - - [2025-12-11 02:29:05] "PUT /logical-router/c191c635-90d1-4f03-82f1-08e6735d1be0 HTTP/1.1" 500 213 0.028104 10.0.0.33 - - [2025-12-11 02:29:05] "DELETE /route-target/f9a96906-5ecc-4acf-b3af-ff1d43b6f68a HTTP/1.1" 409 239 0.012465 10.0.0.27 - - [2025-12-11 02:29:05] "DELETE /route-table/ad1722c3-ae37-4f13-8349-50ad4f50abef HTTP/1.1" 200 115 0.032116 10.0.0.27 - - [2025-12-11 02:29:05] "POST /ref-update HTTP/1.1" 200 156 0.013628 10.0.0.61 - - [2025-12-11 02:29:05] "POST /neutron/network HTTP/1.1" 400 204 0.070738 10.0.0.33 - - [2025-12-11 02:29:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006164 10.0.0.27 - - [2025-12-11 02:29:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002698 10.0.0.27 - - [2025-12-11 02:29:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002597 10.0.0.27 - - [2025-12-11 02:29:06] "DELETE /virtual-network/f5f6673a-9214-4f44-b03a-0e4d09d35eeb HTTP/1.1" 200 115 0.193979 10.0.0.27 - - [2025-12-11 02:29:06] "POST /ref-update HTTP/1.1" 200 156 0.016795 10.0.0.27 - - [2025-12-11 02:29:06] "GET /virtual-machine-interface/9025e654-bdc5-4e34-a8e7-916d259ca686?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1344 0.005620 10.0.0.27 - - [2025-12-11 02:29:06] "DELETE /virtual-machine/478b105e-9fec-4707-816c-5240a0bb9dfd HTTP/1.1" 200 115 0.072156 10.0.0.61 - - [2025-12-11 02:29:06] "POST /neutron/port HTTP/1.1" 200 151 0.236114 10.0.0.27 - - [2025-12-11 02:29:06] "GET /instance-ip/25631649-cf2b-4b14-b905-c06f0bd29cba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1694 0.007663 10.0.0.61 - - [2025-12-11 02:29:06] "POST /neutron/port HTTP/1.1" 200 151 0.217708 10.0.0.27 - - [2025-12-11 02:29:06] "GET /virtual-machine-interface/73d710f8-657e-4e8c-80a0-7b8c0193d9d4?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1342 0.014172 10.0.0.27 - - [2025-12-11 02:29:06] "DELETE /virtual-machine/b43fecfd-9a23-4023-abd2-8f795207beef HTTP/1.1" 200 115 0.036905 10.0.0.33 - - [2025-12-11 02:29:08] "DELETE /route-target/e01b0e73-8695-4c35-9e42-2a350bc8517d HTTP/1.1" 200 115 0.017549 10.0.0.61 - - [2025-12-11 02:29:08] "POST /neutron/network HTTP/1.1" 200 827 0.008174 10.0.0.27 - - [2025-12-11 02:29:09] "GET /projects?obj_uuids=28b70a36-dcb7-4aeb-91a6-dc004f76e16f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001096 10.0.0.61 - - [2025-12-11 02:29:09] "GET /project/28b70a36-dcb7-4aeb-91a6-dc004f76e16f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.043183 10.0.0.27 - - [2025-12-11 02:29:09] "GET /projects?obj_uuids=28b70a36-dcb7-4aeb-91a6-dc004f76e16f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001256 10.0.0.61 - - [2025-12-11 02:29:09] "GET /project/28b70a36-dcb7-4aeb-91a6-dc004f76e16f?fields=virtual_networks HTTP/1.1" 200 1048 0.051852 10.0.0.27 - - [2025-12-11 02:29:09] "GET /projects?obj_uuids=28b70a36-dcb7-4aeb-91a6-dc004f76e16f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001225 10.0.0.61 - - [2025-12-11 02:29:09] "GET /project/28b70a36-dcb7-4aeb-91a6-dc004f76e16f?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.034671 10.0.0.27 - - [2025-12-11 02:29:09] "GET /projects?obj_uuids=28b70a36-dcb7-4aeb-91a6-dc004f76e16f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000919 10.0.0.61 - - [2025-12-11 02:29:09] "GET /project/28b70a36-dcb7-4aeb-91a6-dc004f76e16f?fields=security_groups HTTP/1.1" 200 1277 0.034355 10.0.0.61 - - [2025-12-11 02:29:10] "POST /fqname-to-id HTTP/1.1" 404 196 0.031396 10.0.0.27 - - [2025-12-11 02:29:10] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005774 10.0.0.27 - - [2025-12-11 02:29:10] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001924 10.0.0.27 - - [2025-12-11 02:29:10] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009820 10.0.0.27 - - [2025-12-11 02:29:10] "POST /id-to-fqname HTTP/1.1" 200 198 0.003520 10.0.0.27 - - [2025-12-11 02:29:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.004057 10.0.0.27 - - [2025-12-11 02:29:11] "POST /security-groups HTTP/1.1" 200 599 0.027864 10.0.0.33 - - [2025-12-11 02:29:11] "POST /fqname-to-id HTTP/1.1" 404 242 0.005038 10.0.0.27 - - [2025-12-11 02:29:11] "POST /projects HTTP/1.1" 200 601 0.237633 10.0.0.27 - - [2025-12-11 02:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.314156 10.0.0.33 - - [2025-12-11 02:29:11] "POST /access-control-lists HTTP/1.1" 200 602 0.025630 10.0.0.61 - - [2025-12-11 02:29:11] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.466165 10.0.0.61 - - [2025-12-11 02:29:12] "GET / HTTP/1.1" 200 35931 0.002321 10.0.0.61 - - [2025-12-11 02:29:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000676 10.0.0.61 - - [2025-12-11 02:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.063898 10.0.0.27 - - [2025-12-11 02:29:14] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000858 10.0.0.61 - - [2025-12-11 02:29:14] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.050489 10.0.0.27 - - [2025-12-11 02:29:14] "DELETE /project/28b70a36dcb74aeb91a6dc004f76e16f HTTP/1.1" 404 173 0.006279 10.0.0.27 - - [2025-12-11 02:29:14] "DELETE /project/22a6f8f28ccf4b17ba442d2726d75b15 HTTP/1.1" 404 173 0.007491 10.0.0.27 - - [2025-12-11 02:29:14] "GET /projects?obj_uuids=3939154f-922a-4b32-a436-f47b94581e3f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000698 10.0.0.27 - - [2025-12-11 02:29:14] "GET /projects?obj_uuids=28b70a36-dcb7-4aeb-91a6-dc004f76e16f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000652 10.0.0.27 - - [2025-12-11 02:29:14] "GET /project/28b70a36-dcb7-4aeb-91a6-dc004f76e16f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.042323 10.0.0.27 - - [2025-12-11 02:29:14] "GET /projects?obj_uuids=28b70a36-dcb7-4aeb-91a6-dc004f76e16f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000818 10.0.0.27 - - [2025-12-11 02:29:14] "GET /project/3939154f-922a-4b32-a436-f47b94581e3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.064066 10.0.0.27 - - [2025-12-11 02:29:14] "GET /projects?obj_uuids=3939154f-922a-4b32-a436-f47b94581e3f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000820 10.0.0.27 - - [2025-12-11 02:29:14] "GET /project/28b70a36-dcb7-4aeb-91a6-dc004f76e16f?fields=security_groups HTTP/1.1" 200 1382 0.064801 10.0.0.27 - - [2025-12-11 02:29:14] "GET /project/3939154f-922a-4b32-a436-f47b94581e3f?fields=security_groups HTTP/1.1" 200 1367 0.093760 10.0.0.27 - - [2025-12-11 02:29:14] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000688 10.0.0.27 - - [2025-12-11 02:29:14] "DELETE /security-group/26f868d3-a2ee-4ea8-887d-636457946c01 HTTP/1.1" 200 115 0.073200 10.0.0.27 - - [2025-12-11 02:29:14] "GET /projects?obj_uuids=28b70a36-dcb7-4aeb-91a6-dc004f76e16f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002179 10.0.0.27 - - [2025-12-11 02:29:14] "DELETE /security-group/c5072b72-e506-42fc-9c6b-ddd380bddf22 HTTP/1.1" 200 115 0.131413 10.0.0.27 - - [2025-12-11 02:29:14] "GET /project/28b70a36-dcb7-4aeb-91a6-dc004f76e16f?fields=application_policy_sets HTTP/1.1" 200 1421 0.105102 10.0.0.27 - - [2025-12-11 02:29:14] "GET /projects?obj_uuids=3939154f-922a-4b32-a436-f47b94581e3f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000753 10.0.0.61 - - [2025-12-11 02:29:14] "POST /neutron/network HTTP/1.1" 200 613 0.257033 10.0.0.33 - - [2025-12-11 02:29:14] "DELETE /access-control-list/df4cb6d6-c343-4a96-99db-413293468a7c HTTP/1.1" 200 115 0.075923 10.0.0.27 - - [2025-12-11 02:29:14] "GET /project/3939154f-922a-4b32-a436-f47b94581e3f?fields=application_policy_sets HTTP/1.1" 200 1406 0.065130 10.0.0.33 - - [2025-12-11 02:29:14] "POST /ref-update HTTP/1.1" 200 156 0.046864 10.0.0.27 - - [2025-12-11 02:29:14] "DELETE /project/28b70a36-dcb7-4aeb-91a6-dc004f76e16f HTTP/1.1" 200 115 0.609147 10.0.0.27 - - [2025-12-11 02:29:14] "DELETE /project/3939154f-922a-4b32-a436-f47b94581e3f HTTP/1.1" 200 115 0.650965 10.0.0.61 - - [2025-12-11 02:29:15] "POST /neutron/network HTTP/1.1" 200 1008 0.013111 10.0.0.61 - - [2025-12-11 02:29:15] "POST /id-to-fqname HTTP/1.1" 200 228 0.000808 10.0.0.61 - - [2025-12-11 02:29:15] "GET /virtual-network/25110530-ddb6-4c3a-834b-8a4408e5f91a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.003950 10.0.0.61 - - [2025-12-11 02:29:15] "GET /virtual-network/25110530-ddb6-4c3a-834b-8a4408e5f91a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.004761 10.0.0.61 - - [2025-12-11 02:29:15] "POST /neutron/subnet HTTP/1.1" 200 734 0.007726 10.0.0.61 - - [2025-12-11 02:29:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.27 - - [2025-12-11 02:29:15] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001123 10.0.0.61 - - [2025-12-11 02:29:15] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.050186 10.0.0.27 - - [2025-12-11 02:29:15] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000833 10.0.0.61 - - [2025-12-11 02:29:15] "POST /neutron/network HTTP/1.1" 200 613 0.115327 10.0.0.61 - - [2025-12-11 02:29:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.040220 10.0.0.61 - - [2025-12-11 02:29:16] "POST /neutron/network HTTP/1.1" 200 1003 0.009661 10.0.0.61 - - [2025-12-11 02:29:16] "POST /id-to-fqname HTTP/1.1" 200 228 0.000889 10.0.0.61 - - [2025-12-11 02:29:16] "GET /virtual-network/b46a13bd-4d36-40c2-8403-c5da6de938de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.003951 10.0.0.61 - - [2025-12-11 02:29:16] "GET /virtual-network/b46a13bd-4d36-40c2-8403-c5da6de938de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.004723 10.0.0.61 - - [2025-12-11 02:29:16] "POST /neutron/subnet HTTP/1.1" 200 710 0.008139 10.0.0.61 - - [2025-12-11 02:29:16] "POST /fqname-to-id HTTP/1.1" 404 234 0.002978 10.0.0.61 - - [2025-12-11 02:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002313 10.0.0.27 - - [2025-12-11 02:29:16] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001132 10.0.0.61 - - [2025-12-11 02:29:16] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.039452 10.0.0.61 - - [2025-12-11 02:29:16] "POST /network-policys HTTP/1.1" 200 577 0.024034 10.0.0.61 - - [2025-12-11 02:29:16] "GET /network-policy/eb0e5bd2-3069-42af-ac29-9f89d935edb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.005867 10.0.0.33 - - [2025-12-11 02:29:16] "POST /fqname-to-id HTTP/1.1" 404 242 0.004084 10.0.0.61 - - [2025-12-11 02:29:16] "POST /neutron/network HTTP/1.1" 200 1116 0.068188 10.0.0.61 - - [2025-12-11 02:29:16] "GET /virtual-network/25110530-ddb6-4c3a-834b-8a4408e5f91a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.005371 10.0.0.61 - - [2025-12-11 02:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.61 - - [2025-12-11 02:29:16] "GET /network-policy/eb0e5bd2-3069-42af-ac29-9f89d935edb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.003617 10.0.0.61 - - [2025-12-11 02:29:16] "POST /neutron/network HTTP/1.1" 200 1111 0.074805 10.0.0.33 - - [2025-12-11 02:29:16] "POST /access-control-lists HTTP/1.1" 200 596 0.035553 10.0.0.61 - - [2025-12-11 02:29:16] "GET /virtual-network/b46a13bd-4d36-40c2-8403-c5da6de938de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.008048 10.0.0.61 - - [2025-12-11 02:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.010264 10.0.0.61 - - [2025-12-11 02:29:16] "GET /network-policy/eb0e5bd2-3069-42af-ac29-9f89d935edb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.003730 10.0.0.61 - - [2025-12-11 02:29:17] "GET /virtual-network/25110530-ddb6-4c3a-834b-8a4408e5f91a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.007950 10.0.0.61 - - [2025-12-11 02:29:18] "GET /obj-perms HTTP/1.1" 200 5046 0.056708 10.0.0.33 - - [2025-12-11 02:29:18] "GET /obj-perms HTTP/1.1" 200 5046 0.069606 10.0.0.61 - - [2025-12-11 02:29:19] "GET /virtual-network/b46a13bd-4d36-40c2-8403-c5da6de938de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.004754 10.0.0.27 - - [2025-12-11 02:29:19] "GET /obj-perms HTTP/1.1" 200 5046 0.056559 10.0.0.61 - - [2025-12-11 02:29:19] "POST /id-to-fqname HTTP/1.1" 200 228 0.001223 10.0.0.27 - - [2025-12-11 02:29:20] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000905 10.0.0.61 - - [2025-12-11 02:29:20] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.067088 10.0.0.61 - - [2025-12-11 02:29:20] "POST /neutron/network HTTP/1.1" 200 1116 0.030238 10.0.0.61 - - [2025-12-11 02:29:20] "POST /id-to-fqname HTTP/1.1" 200 228 0.001204 10.0.0.61 - - [2025-12-11 02:29:20] "POST /neutron/port HTTP/1.1" 200 117 0.005705 10.0.0.27 - - [2025-12-11 02:29:21] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001326 10.0.0.61 - - [2025-12-11 02:29:21] "POST /neutron/port HTTP/1.1" 200 1177 0.354594 10.0.0.27 - - [2025-12-11 02:29:21] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000973 10.0.0.61 - - [2025-12-11 02:29:21] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.088124 10.0.0.61 - - [2025-12-11 02:29:21] "POST /neutron/port HTTP/1.1" 200 1231 0.166370 10.0.0.61 - - [2025-12-11 02:29:21] "POST /neutron/port HTTP/1.1" 200 1205 0.013957 10.0.0.61 - - [2025-12-11 02:29:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003504 10.0.0.61 - - [2025-12-11 02:29:21] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.61 - - [2025-12-11 02:29:22] "POST /neutron/port HTTP/1.1" 200 1205 0.014001 10.0.0.27 - - [2025-12-11 02:29:22] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000926 10.0.0.61 - - [2025-12-11 02:29:22] "POST /neutron/port HTTP/1.1" 200 1172 0.279836 10.0.0.61 - - [2025-12-11 02:29:22] "POST /neutron/port HTTP/1.1" 200 1226 0.123146 10.0.0.33 - - [2025-12-11 02:29:23] "PUT /access-control-list/78fdceca-9e7e-4a44-a6c6-6ee4c4e1273a HTTP/1.1" 200 272 0.015994 10.0.0.61 - - [2025-12-11 02:29:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003337 10.0.0.61 - - [2025-12-11 02:29:23] "POST /neutron/port HTTP/1.1" 200 117 0.001050 10.0.0.61 - - [2025-12-11 02:29:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007123 10.0.0.61 - - [2025-12-11 02:29:27] "POST /neutron/port HTTP/1.1" 200 1205 0.015737 10.0.0.61 - - [2025-12-11 02:29:27] "GET /virtual-machine/773b58a7-953b-4c20-9012-41383af89ca4 HTTP/1.1" 401 292 0.000519 10.0.0.61 - - [2025-12-11 02:29:27] "GET /virtual-machine/773b58a7-953b-4c20-9012-41383af89ca4 HTTP/1.1" 200 1300 0.029144 10.0.0.61 - - [2025-12-11 02:29:27] "GET /virtual-machine-interface/c84ffd7b-721f-4b89-a708-e7ce0696529c HTTP/1.1" 200 3176 0.005512 10.0.0.61 - - [2025-12-11 02:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.61 - - [2025-12-11 02:29:27] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003772 10.0.0.61 - - [2025-12-11 02:29:27] "GET /virtual-networks?parent_id=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003015 10.0.0.61 - - [2025-12-11 02:29:27] "GET /virtual-network/25110530-ddb6-4c3a-834b-8a4408e5f91a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.005594 10.0.0.61 - - [2025-12-11 02:29:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.61 - - [2025-12-11 02:29:30] "GET /virtual-network/25110530-ddb6-4c3a-834b-8a4408e5f91a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.006799 10.0.0.61 - - [2025-12-11 02:29:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.61 - - [2025-12-11 02:29:34] "GET /virtual-network/25110530-ddb6-4c3a-834b-8a4408e5f91a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.004825 10.0.0.61 - - [2025-12-11 02:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.61 - - [2025-12-11 02:29:39] "GET /virtual-network/25110530-ddb6-4c3a-834b-8a4408e5f91a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.005405 10.0.0.61 - - [2025-12-11 02:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.61 - - [2025-12-11 02:29:43] "GET /virtual-network/25110530-ddb6-4c3a-834b-8a4408e5f91a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.005033 10.0.0.61 - - [2025-12-11 02:29:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.61 - - [2025-12-11 02:29:47] "GET /virtual-network/25110530-ddb6-4c3a-834b-8a4408e5f91a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.004454 10.0.0.61 - - [2025-12-11 02:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004574 10.0.0.61 - - [2025-12-11 02:29:51] "GET /virtual-network/25110530-ddb6-4c3a-834b-8a4408e5f91a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.005829 10.0.0.61 - - [2025-12-11 02:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.61 - - [2025-12-11 02:29:55] "GET /virtual-network/25110530-ddb6-4c3a-834b-8a4408e5f91a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.004800 10.0.0.61 - - [2025-12-11 02:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005286 10.0.0.61 - - [2025-12-11 02:29:59] "GET /virtual-network/25110530-ddb6-4c3a-834b-8a4408e5f91a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.004847 10.0.0.61 - - [2025-12-11 02:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004395 10.0.0.61 - - [2025-12-11 02:30:01] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004497 10.0.0.61 - - [2025-12-11 02:30:01] "GET /virtual-networks?parent_id=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003435 10.0.0.61 - - [2025-12-11 02:30:01] "GET /virtual-network/25110530-ddb6-4c3a-834b-8a4408e5f91a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.007908 10.0.0.61 - - [2025-12-11 02:30:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008548 10.0.0.61 - - [2025-12-11 02:30:11] "POST /neutron/port HTTP/1.1" 200 1205 0.016329 10.0.0.61 - - [2025-12-11 02:30:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007761 10.0.0.61 - - [2025-12-11 02:30:12] "POST /neutron/network HTTP/1.1" 200 1126 0.005863 10.0.0.61 - - [2025-12-11 02:30:12] "POST /neutron/subnet HTTP/1.1" 200 1394 0.017287 10.0.0.61 - - [2025-12-11 02:30:12] "POST /neutron/network HTTP/1.1" 200 1116 0.009021 10.0.0.61 - - [2025-12-11 02:30:16] "POST /neutron/port HTTP/1.1" 200 1200 0.015891 10.0.0.61 - - [2025-12-11 02:30:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004403 10.0.0.61 - - [2025-12-11 02:30:17] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.61 - - [2025-12-11 02:30:17] "POST /neutron/port HTTP/1.1" 200 1205 0.013438 10.0.0.61 - - [2025-12-11 02:30:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006401 10.0.0.61 - - [2025-12-11 02:30:22] "POST /neutron/port HTTP/1.1" 200 1200 0.014821 10.0.0.61 - - [2025-12-11 02:30:22] "GET /virtual-machine/ff063290-7e92-41b4-a6d3-350f7b75e0e8 HTTP/1.1" 200 1301 0.005417 10.0.0.61 - - [2025-12-11 02:30:22] "GET /virtual-machine-interface/c9170f3a-9e2f-4971-bc3f-3bbf8b34bac0 HTTP/1.1" 200 3176 0.004893 10.0.0.61 - - [2025-12-11 02:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.61 - - [2025-12-11 02:30:22] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.002905 10.0.0.61 - - [2025-12-11 02:30:22] "GET /virtual-networks?parent_id=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002311 10.0.0.61 - - [2025-12-11 02:30:22] "GET /virtual-network/b46a13bd-4d36-40c2-8403-c5da6de938de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007427 10.0.0.61 - - [2025-12-11 02:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.61 - - [2025-12-11 02:30:23] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003386 10.0.0.61 - - [2025-12-11 02:30:23] "GET /virtual-networks?parent_id=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003263 10.0.0.61 - - [2025-12-11 02:30:23] "GET /virtual-network/b46a13bd-4d36-40c2-8403-c5da6de938de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005255 10.0.0.33 - - [2025-12-11 02:30:24] "GET /obj-perms HTTP/1.1" 200 5056 0.049141 10.0.0.61 - - [2025-12-11 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.27 - - [2025-12-11 02:30:46] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000892 10.0.0.61 - - [2025-12-11 02:30:46] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.038943 10.0.0.61 - - [2025-12-11 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.61 - - [2025-12-11 02:30:46] "PUT /network-policy/eb0e5bd2-3069-42af-ac29-9f89d935edb5 HTTP/1.1" 200 262 0.012561 10.0.0.61 - - [2025-12-11 02:30:50] "GET /virtual-network/b46a13bd-4d36-40c2-8403-c5da6de938de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005660 10.0.0.61 - - [2025-12-11 02:30:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.007856 10.0.0.61 - - [2025-12-11 02:30:50] "POST /neutron/network HTTP/1.1" 200 1003 0.072406 10.0.0.33 - - [2025-12-11 02:30:50] "DELETE /access-control-list/78fdceca-9e7e-4a44-a6c6-6ee4c4e1273a HTTP/1.1" 200 115 0.037797 10.0.0.61 - - [2025-12-11 02:30:50] "GET /virtual-network/b46a13bd-4d36-40c2-8403-c5da6de938de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006420 10.0.0.61 - - [2025-12-11 02:30:50] "GET /virtual-network/25110530-ddb6-4c3a-834b-8a4408e5f91a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.005028 10.0.0.61 - - [2025-12-11 02:30:50] "POST /neutron/network HTTP/1.1" 200 1008 0.087337 10.0.0.61 - - [2025-12-11 02:30:50] "GET /virtual-network/25110530-ddb6-4c3a-834b-8a4408e5f91a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006219 10.0.0.33 - - [2025-12-11 02:30:50] "POST /ref-update HTTP/1.1" 200 156 0.035578 10.0.0.61 - - [2025-12-11 02:30:50] "DELETE /network-policy/eb0e5bd2-3069-42af-ac29-9f89d935edb5 HTTP/1.1" 200 115 0.051859 10.0.0.61 - - [2025-12-11 02:30:50] "POST /neutron/network HTTP/1.1" 400 204 0.014404 10.0.0.61 - - [2025-12-11 02:30:50] "POST /neutron/port HTTP/1.1" 200 151 0.294958 10.0.0.61 - - [2025-12-11 02:30:50] "POST /neutron/port HTTP/1.1" 200 151 0.301812 10.0.0.61 - - [2025-12-11 02:30:52] "POST /neutron/network HTTP/1.1" 200 1008 0.009754 10.0.0.33 - - [2025-12-11 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004968 10.0.0.27 - - [2025-12-11 02:30:57] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000993 10.0.0.61 - - [2025-12-11 02:30:57] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.039349 10.0.0.61 - - [2025-12-11 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.27 - - [2025-12-11 02:30:57] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000785 10.0.0.61 - - [2025-12-11 02:30:57] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.005886 10.0.0.61 - - [2025-12-11 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.27 - - [2025-12-11 02:30:57] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000828 10.0.0.61 - - [2025-12-11 02:30:57] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.039348 10.0.0.61 - - [2025-12-11 02:30:58] "GET /domains HTTP/1.1" 200 280 0.002975 10.0.0.27 - - [2025-12-11 02:30:58] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000794 10.0.0.61 - - [2025-12-11 02:30:58] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e HTTP/1.1" 200 2775 0.014799 10.0.0.27 - - [2025-12-11 02:30:58] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000816 10.0.0.61 - - [2025-12-11 02:30:58] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15 HTTP/1.1" 200 1910 0.084566 10.0.0.61 - - [2025-12-11 02:30:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003159 10.0.0.61 - - [2025-12-11 02:30:58] "POST /network-ipams HTTP/1.1" 200 609 0.021874 10.0.0.61 - - [2025-12-11 02:30:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.002996 10.0.0.61 - - [2025-12-11 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.61 - - [2025-12-11 02:30:58] "GET /network-ipam/a5531464-f923-4d08-823d-c33e62721e5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.005724 10.0.0.61 - - [2025-12-11 02:30:58] "PUT /network-ipam/a5531464-f923-4d08-823d-c33e62721e5a HTTP/1.1" 200 258 0.019287 10.0.0.61 - - [2025-12-11 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.27 - - [2025-12-11 02:30:58] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000779 10.0.0.61 - - [2025-12-11 02:30:58] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.035120 10.0.0.27 - - [2025-12-11 02:30:59] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000962 10.0.0.61 - - [2025-12-11 02:30:59] "POST /neutron/network HTTP/1.1" 200 619 0.102640 10.0.0.33 - - [2025-12-11 02:30:59] "POST /ref-update HTTP/1.1" 200 156 0.023002 10.0.0.27 - - [2025-12-11 02:30:59] "POST /useragent-kv HTTP/1.1" 200 115 0.008446 10.0.0.61 - - [2025-12-11 02:30:59] "POST /neutron/subnet HTTP/1.1" 200 828 0.195833 10.0.0.61 - - [2025-12-11 02:30:59] "POST /id-to-fqname HTTP/1.1" 200 231 0.001282 10.0.0.61 - - [2025-12-11 02:30:59] "GET /virtual-network/eeb30cfb-1342-4212-8cce-cb873cc1ada7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005426 10.0.0.61 - - [2025-12-11 02:30:59] "GET /virtual-network/eeb30cfb-1342-4212-8cce-cb873cc1ada7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006761 10.0.0.61 - - [2025-12-11 02:30:59] "POST /neutron/network HTTP/1.1" 200 1309 0.016755 10.0.0.61 - - [2025-12-11 02:31:00] "POST /neutron/subnet HTTP/1.1" 200 828 0.011360 10.0.0.61 - - [2025-12-11 02:31:00] "GET /virtual-network/eeb30cfb-1342-4212-8cce-cb873cc1ada7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005331 10.0.0.61 - - [2025-12-11 02:31:00] "GET /obj-perms HTTP/1.1" 200 5046 0.004130 10.0.0.61 - - [2025-12-11 02:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.27 - - [2025-12-11 02:31:00] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000779 10.0.0.61 - - [2025-12-11 02:31:00] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.046626 10.0.0.27 - - [2025-12-11 02:31:01] "POST /useragent-kv HTTP/1.1" 200 115 0.006896 10.0.0.61 - - [2025-12-11 02:31:01] "POST /neutron/subnet HTTP/1.1" 200 701 0.245467 10.0.0.61 - - [2025-12-11 02:31:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.002765 10.0.0.61 - - [2025-12-11 02:31:01] "POST /neutron/network HTTP/1.1" 200 1308 0.023721 10.0.0.61 - - [2025-12-11 02:31:01] "POST /id-to-fqname HTTP/1.1" 200 231 0.001014 10.0.0.61 - - [2025-12-11 02:31:01] "GET /virtual-network/8de83019-a954-4c05-bf39-e4f080258170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.004795 10.0.0.61 - - [2025-12-11 02:31:01] "GET /virtual-network/8de83019-a954-4c05-bf39-e4f080258170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.007666 10.0.0.61 - - [2025-12-11 02:31:01] "POST /neutron/subnet HTTP/1.1" 200 701 0.008199 10.0.0.61 - - [2025-12-11 02:31:01] "GET /virtual-network/8de83019-a954-4c05-bf39-e4f080258170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.005410 10.0.0.27 - - [2025-12-11 02:31:02] "GET /obj-perms HTTP/1.1" 200 5046 0.006570 10.0.0.61 - - [2025-12-11 02:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.27 - - [2025-12-11 02:31:02] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001158 10.0.0.61 - - [2025-12-11 02:31:02] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.052890 10.0.0.61 - - [2025-12-11 02:31:02] "POST /neutron/network HTTP/1.1" 200 117 0.015458 10.0.0.33 - - [2025-12-11 02:31:02] "POST /ref-update HTTP/1.1" 200 156 0.019276 10.0.0.27 - - [2025-12-11 02:31:03] "POST /useragent-kv HTTP/1.1" 200 115 0.008240 10.0.0.61 - - [2025-12-11 02:31:03] "POST /neutron/subnet HTTP/1.1" 200 701 0.227156 10.0.0.61 - - [2025-12-11 02:31:03] "POST /id-to-fqname HTTP/1.1" 200 231 0.001641 10.0.0.61 - - [2025-12-11 02:31:03] "GET /virtual-network/0dfe0523-87aa-43c4-bf13-0c74aac48dca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.008560 10.0.0.61 - - [2025-12-11 02:31:03] "POST /neutron/network HTTP/1.1" 200 1309 0.010245 10.0.0.61 - - [2025-12-11 02:31:03] "GET /virtual-network/0dfe0523-87aa-43c4-bf13-0c74aac48dca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.004888 10.0.0.61 - - [2025-12-11 02:31:03] "POST /neutron/subnet HTTP/1.1" 200 701 0.008356 10.0.0.61 - - [2025-12-11 02:31:03] "GET /virtual-network/0dfe0523-87aa-43c4-bf13-0c74aac48dca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.008208 10.0.0.33 - - [2025-12-11 02:31:03] "GET /obj-perms HTTP/1.1" 200 5046 0.003648 10.0.0.61 - - [2025-12-11 02:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.27 - - [2025-12-11 02:31:04] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000915 10.0.0.61 - - [2025-12-11 02:31:04] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.041098 10.0.0.27 - - [2025-12-11 02:31:04] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000884 10.0.0.61 - - [2025-12-11 02:31:04] "POST /neutron/network HTTP/1.1" 200 619 0.127911 10.0.0.27 - - [2025-12-11 02:31:05] "POST /useragent-kv HTTP/1.1" 200 115 0.018096 10.0.0.61 - - [2025-12-11 02:31:05] "POST /neutron/subnet HTTP/1.1" 200 823 0.252688 10.0.0.61 - - [2025-12-11 02:31:05] "POST /id-to-fqname HTTP/1.1" 200 231 0.001277 10.0.0.61 - - [2025-12-11 02:31:05] "GET /virtual-network/574ef647-9e71-4fd5-8d8a-176835451a7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.004418 10.0.0.61 - - [2025-12-11 02:31:05] "GET /virtual-network/574ef647-9e71-4fd5-8d8a-176835451a7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.005410 10.0.0.61 - - [2025-12-11 02:31:05] "POST /neutron/network HTTP/1.1" 200 1308 0.010043 10.0.0.61 - - [2025-12-11 02:31:05] "POST /neutron/subnet HTTP/1.1" 200 823 0.009528 10.0.0.61 - - [2025-12-11 02:31:05] "GET /virtual-network/574ef647-9e71-4fd5-8d8a-176835451a7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.012094 10.0.0.61 - - [2025-12-11 02:31:05] "GET /obj-perms HTTP/1.1" 200 5046 0.003492 10.0.0.61 - - [2025-12-11 02:31:05] "POST /fqname-to-id HTTP/1.1" 404 225 0.002882 10.0.0.61 - - [2025-12-11 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002381 10.0.0.27 - - [2025-12-11 02:31:05] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001185 10.0.0.61 - - [2025-12-11 02:31:05] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.040838 10.0.0.61 - - [2025-12-11 02:31:05] "POST /network-policys HTTP/1.1" 200 559 0.076984 10.0.0.61 - - [2025-12-11 02:31:05] "GET /network-policy/0e2253db-150a-4004-9066-b4573c86ac1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.006024 10.0.0.61 - - [2025-12-11 02:31:06] "POST /fqname-to-id HTTP/1.1" 404 225 0.003206 10.0.0.61 - - [2025-12-11 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.27 - - [2025-12-11 02:31:06] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000842 10.0.0.61 - - [2025-12-11 02:31:06] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.041973 10.0.0.61 - - [2025-12-11 02:31:06] "POST /network-policys HTTP/1.1" 200 559 0.069731 10.0.0.61 - - [2025-12-11 02:31:06] "GET /network-policy/1cc79df6-796a-4e55-81aa-bfd4ad537404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.005971 10.0.0.61 - - [2025-12-11 02:31:06] "POST /fqname-to-id HTTP/1.1" 404 225 0.002875 10.0.0.61 - - [2025-12-11 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002663 10.0.0.27 - - [2025-12-11 02:31:06] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000919 10.0.0.61 - - [2025-12-11 02:31:06] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.051543 10.0.0.61 - - [2025-12-11 02:31:06] "POST /network-policys HTTP/1.1" 200 559 0.073195 10.0.0.61 - - [2025-12-11 02:31:06] "GET /network-policy/9de8b925-3eca-4489-b923-550f8c78de4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.005872 10.0.0.61 - - [2025-12-11 02:31:06] "POST /fqname-to-id HTTP/1.1" 404 225 0.002809 10.0.0.61 - - [2025-12-11 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002544 10.0.0.27 - - [2025-12-11 02:31:06] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000883 10.0.0.61 - - [2025-12-11 02:31:06] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.034179 10.0.0.61 - - [2025-12-11 02:31:07] "POST /network-policys HTTP/1.1" 200 559 0.073145 10.0.0.61 - - [2025-12-11 02:31:07] "GET /network-policy/95d7591b-70da-4461-87ad-810cb884b7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.010547 10.0.0.61 - - [2025-12-11 02:31:07] "POST /fqname-to-id HTTP/1.1" 404 225 0.002677 10.0.0.61 - - [2025-12-11 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.27 - - [2025-12-11 02:31:07] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000829 10.0.0.61 - - [2025-12-11 02:31:07] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.034368 10.0.0.61 - - [2025-12-11 02:31:07] "POST /network-policys HTTP/1.1" 200 559 0.068575 10.0.0.61 - - [2025-12-11 02:31:07] "GET /network-policy/53413f69-5590-4e41-ac2f-bf8835939bc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.005867 10.0.0.61 - - [2025-12-11 02:31:07] "POST /fqname-to-id HTTP/1.1" 404 225 0.007204 10.0.0.61 - - [2025-12-11 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.27 - - [2025-12-11 02:31:07] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000821 10.0.0.61 - - [2025-12-11 02:31:07] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.041897 10.0.0.61 - - [2025-12-11 02:31:07] "POST /network-policys HTTP/1.1" 200 559 0.068923 10.0.0.61 - - [2025-12-11 02:31:07] "GET /network-policy/61fb56df-c1df-4d20-9f1c-1249ad46d818?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.005751 10.0.0.61 - - [2025-12-11 02:31:08] "POST /fqname-to-id HTTP/1.1" 404 225 0.003654 10.0.0.61 - - [2025-12-11 02:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.27 - - [2025-12-11 02:31:08] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000866 10.0.0.61 - - [2025-12-11 02:31:08] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.040468 10.0.0.61 - - [2025-12-11 02:31:08] "POST /network-policys HTTP/1.1" 200 559 0.069157 10.0.0.61 - - [2025-12-11 02:31:08] "GET /network-policy/b3220dc4-5478-46f9-9e49-309601479e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.005987 10.0.0.61 - - [2025-12-11 02:31:08] "POST /fqname-to-id HTTP/1.1" 404 225 0.002880 10.0.0.61 - - [2025-12-11 02:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002591 10.0.0.27 - - [2025-12-11 02:31:08] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000896 10.0.0.61 - - [2025-12-11 02:31:08] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.036418 10.0.0.61 - - [2025-12-11 02:31:08] "POST /network-policys HTTP/1.1" 200 559 0.068727 10.0.0.61 - - [2025-12-11 02:31:08] "GET /network-policy/d18f0810-0af5-4c21-964e-e0f7b0ff575f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.005865 10.0.0.33 - - [2025-12-11 02:31:09] "POST /fqname-to-id HTTP/1.1" 404 248 0.004439 10.0.0.61 - - [2025-12-11 02:31:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.004085 10.0.0.61 - - [2025-12-11 02:31:09] "POST /neutron/network HTTP/1.1" 200 1494 0.032199 10.0.0.61 - - [2025-12-11 02:31:09] "GET /virtual-network/eeb30cfb-1342-4212-8cce-cb873cc1ada7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006724 10.0.0.61 - - [2025-12-11 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.61 - - [2025-12-11 02:31:09] "GET /network-policy/0e2253db-150a-4004-9066-b4573c86ac1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004502 10.0.0.61 - - [2025-12-11 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.61 - - [2025-12-11 02:31:09] "GET /network-policy/1cc79df6-796a-4e55-81aa-bfd4ad537404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.004035 10.0.0.61 - - [2025-12-11 02:31:09] "POST /neutron/network HTTP/1.1" 200 1493 0.011816 10.0.0.33 - - [2025-12-11 02:31:09] "POST /access-control-lists HTTP/1.1" 200 605 0.055010 10.0.0.61 - - [2025-12-11 02:31:09] "GET /virtual-network/8de83019-a954-4c05-bf39-e4f080258170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.007589 10.0.0.61 - - [2025-12-11 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006024 10.0.0.61 - - [2025-12-11 02:31:09] "GET /network-policy/95d7591b-70da-4461-87ad-810cb884b7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.006777 10.0.0.61 - - [2025-12-11 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004674 10.0.0.61 - - [2025-12-11 02:31:09] "GET /network-policy/9de8b925-3eca-4489-b923-550f8c78de4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.004526 10.0.0.33 - - [2025-12-11 02:31:09] "POST /access-control-lists HTTP/1.1" 200 605 0.039509 10.0.0.61 - - [2025-12-11 02:31:10] "POST /neutron/network HTTP/1.1" 200 1494 0.034593 10.0.0.61 - - [2025-12-11 02:31:10] "GET /virtual-network/0dfe0523-87aa-43c4-bf13-0c74aac48dca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.004543 10.0.0.61 - - [2025-12-11 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002556 10.0.0.61 - - [2025-12-11 02:31:10] "GET /network-policy/53413f69-5590-4e41-ac2f-bf8835939bc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004809 10.0.0.61 - - [2025-12-11 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.61 - - [2025-12-11 02:31:10] "GET /network-policy/61fb56df-c1df-4d20-9f1c-1249ad46d818?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.005133 10.0.0.61 - - [2025-12-11 02:31:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.006127 10.0.0.61 - - [2025-12-11 02:31:10] "POST /neutron/network HTTP/1.1" 200 1493 0.012247 10.0.0.61 - - [2025-12-11 02:31:10] "GET /virtual-network/574ef647-9e71-4fd5-8d8a-176835451a7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.010113 10.0.0.61 - - [2025-12-11 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.61 - - [2025-12-11 02:31:10] "GET /network-policy/b3220dc4-5478-46f9-9e49-309601479e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.004268 10.0.0.61 - - [2025-12-11 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.61 - - [2025-12-11 02:31:10] "GET /network-policy/d18f0810-0af5-4c21-964e-e0f7b0ff575f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004149 10.0.0.61 - - [2025-12-11 02:31:10] "POST /id-to-fqname HTTP/1.1" 200 231 0.001179 10.0.0.27 - - [2025-12-11 02:31:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.27 - - [2025-12-11 02:31:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000480 10.0.0.27 - - [2025-12-11 02:31:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.27 - - [2025-12-11 02:31:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.33 - - [2025-12-11 02:31:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.33 - - [2025-12-11 02:31:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.33 - - [2025-12-11 02:31:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000566 10.0.0.33 - - [2025-12-11 02:31:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.61 - - [2025-12-11 02:31:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.61 - - [2025-12-11 02:31:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000486 10.0.0.27 - - [2025-12-11 02:31:25] "GET /obj-perms HTTP/1.1" 200 5056 0.064270 10.0.0.61 - - [2025-12-11 02:31:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.61 - - [2025-12-11 02:31:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.27 - - [2025-12-11 02:31:44] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000933 10.0.0.61 - - [2025-12-11 02:31:44] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.074570 10.0.0.61 - - [2025-12-11 02:31:44] "POST /neutron/port HTTP/1.1" 200 117 0.005886 10.0.0.61 - - [2025-12-11 02:31:44] "POST /id-to-fqname HTTP/1.1" 200 231 0.001252 10.0.0.61 - - [2025-12-11 02:31:44] "POST /neutron/network HTTP/1.1" 200 1503 0.006627 10.0.0.33 - - [2025-12-11 02:31:45] "PUT /access-control-list/40855965-3010-44b1-985e-d08c0e1df969 HTTP/1.1" 200 272 0.032687 10.0.0.61 - - [2025-12-11 02:31:45] "POST /neutron/port HTTP/1.1" 200 1170 0.032200 10.0.0.27 - - [2025-12-11 02:31:45] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000848 10.0.0.61 - - [2025-12-11 02:31:45] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.100739 10.0.0.61 - - [2025-12-11 02:31:45] "POST /neutron/network HTTP/1.1" 200 1493 0.018070 10.0.0.61 - - [2025-12-11 02:31:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.014875 10.0.0.61 - - [2025-12-11 02:31:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003672 10.0.0.61 - - [2025-12-11 02:31:46] "POST /neutron/port HTTP/1.1" 200 117 0.002851 10.0.0.61 - - [2025-12-11 02:31:46] "POST /neutron/network HTTP/1.1" 200 1494 0.019746 10.0.0.61 - - [2025-12-11 02:31:46] "POST /neutron/port HTTP/1.1" 200 1169 0.033609 10.0.0.61 - - [2025-12-11 02:31:47] "POST /neutron/port HTTP/1.1" 200 1197 0.040615 10.0.0.61 - - [2025-12-11 02:31:47] "POST /neutron/subnet HTTP/1.1" 200 1356 0.031385 10.0.0.61 - - [2025-12-11 02:31:47] "POST /neutron/network HTTP/1.1" 200 1493 0.018141 10.0.0.61 - - [2025-12-11 02:31:56] "POST /neutron/port HTTP/1.1" 200 1198 0.041425 10.0.0.61 - - [2025-12-11 02:32:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010563 10.0.0.61 - - [2025-12-11 02:32:11] "POST /neutron/port HTTP/1.1" 200 1198 0.018379 10.0.0.61 - - [2025-12-11 02:32:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006259 10.0.0.61 - - [2025-12-11 02:32:27] "POST /neutron/port HTTP/1.1" 200 1198 0.019353 10.0.0.61 - - [2025-12-11 02:32:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007460 10.0.0.61 - - [2025-12-11 02:32:42] "POST /neutron/port HTTP/1.1" 200 1198 0.014474 10.0.0.61 - - [2025-12-11 02:32:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006939 10.0.0.61 - - [2025-12-11 02:32:47] "POST /neutron/port HTTP/1.1" 200 1198 0.015733 10.0.0.61 - - [2025-12-11 02:32:47] "GET /virtual-machine/192cdaf9-5440-4aca-ac38-66334a70a3f4 HTTP/1.1" 200 1300 0.005216 10.0.0.61 - - [2025-12-11 02:32:47] "GET /virtual-machine-interface/ed247aa8-c863-4f98-ae1f-478f90bae6e0 HTTP/1.1" 200 3185 0.004417 10.0.0.61 - - [2025-12-11 02:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.61 - - [2025-12-11 02:32:47] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.002923 10.0.0.61 - - [2025-12-11 02:32:47] "GET /virtual-networks?parent_id=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002479 10.0.0.61 - - [2025-12-11 02:32:47] "GET /virtual-network/eeb30cfb-1342-4212-8cce-cb873cc1ada7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005462 10.0.0.61 - - [2025-12-11 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.61 - - [2025-12-11 02:32:50] "GET /virtual-network/eeb30cfb-1342-4212-8cce-cb873cc1ada7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005109 10.0.0.61 - - [2025-12-11 02:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.61 - - [2025-12-11 02:32:54] "GET /virtual-network/eeb30cfb-1342-4212-8cce-cb873cc1ada7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005296 10.0.0.61 - - [2025-12-11 02:32:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005023 10.0.0.61 - - [2025-12-11 02:32:58] "GET /virtual-network/eeb30cfb-1342-4212-8cce-cb873cc1ada7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006833 10.0.0.61 - - [2025-12-11 02:33:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.61 - - [2025-12-11 02:33:03] "GET /virtual-network/eeb30cfb-1342-4212-8cce-cb873cc1ada7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.008184 10.0.0.61 - - [2025-12-11 02:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.61 - - [2025-12-11 02:33:07] "GET /virtual-network/eeb30cfb-1342-4212-8cce-cb873cc1ada7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.004779 10.0.0.61 - - [2025-12-11 02:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005630 10.0.0.61 - - [2025-12-11 02:33:11] "GET /virtual-network/eeb30cfb-1342-4212-8cce-cb873cc1ada7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005141 10.0.0.61 - - [2025-12-11 02:33:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.61 - - [2025-12-11 02:33:15] "GET /virtual-network/eeb30cfb-1342-4212-8cce-cb873cc1ada7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.004876 10.0.0.61 - - [2025-12-11 02:33:15] "POST /neutron/port HTTP/1.1" 200 1198 0.014428 10.0.0.61 - - [2025-12-11 02:33:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003617 10.0.0.61 - - [2025-12-11 02:33:15] "POST /neutron/port HTTP/1.1" 200 117 0.001089 10.0.0.61 - - [2025-12-11 02:33:18] "POST /neutron/port HTTP/1.1" 200 1197 0.016042 10.0.0.61 - - [2025-12-11 02:33:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004599 10.0.0.61 - - [2025-12-11 02:33:19] "POST /neutron/port HTTP/1.1" 200 117 0.001117 10.0.0.61 - - [2025-12-11 02:33:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.61 - - [2025-12-11 02:33:19] "GET /virtual-network/eeb30cfb-1342-4212-8cce-cb873cc1ada7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.004853 10.0.0.61 - - [2025-12-11 02:33:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.61 - - [2025-12-11 02:33:23] "GET /virtual-network/eeb30cfb-1342-4212-8cce-cb873cc1ada7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005468 10.0.0.61 - - [2025-12-11 02:33:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.61 - - [2025-12-11 02:33:25] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004284 10.0.0.61 - - [2025-12-11 02:33:25] "GET /virtual-networks?parent_id=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004063 10.0.0.61 - - [2025-12-11 02:33:25] "GET /virtual-network/eeb30cfb-1342-4212-8cce-cb873cc1ada7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007017 10.0.0.61 - - [2025-12-11 02:33:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010595 10.0.0.33 - - [2025-12-11 02:33:27] "GET /obj-perms HTTP/1.1" 200 5056 0.050375 10.0.0.61 - - [2025-12-11 02:33:34] "POST /neutron/port HTTP/1.1" 200 1198 0.045338 10.0.0.61 - - [2025-12-11 02:33:36] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007293 10.0.0.61 - - [2025-12-11 02:33:41] "POST /neutron/port HTTP/1.1" 200 1198 0.017448 10.0.0.61 - - [2025-12-11 02:33:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006364 10.0.0.61 - - [2025-12-11 02:33:46] "POST /neutron/port HTTP/1.1" 200 1197 0.013508 10.0.0.61 - - [2025-12-11 02:33:46] "GET /virtual-machine/456b3c7f-3391-4a0d-9311-e9384d1533ee HTTP/1.1" 200 1300 0.005803 10.0.0.61 - - [2025-12-11 02:33:46] "GET /virtual-machine-interface/30e5d845-2811-474d-b9d7-8a83e3095a49 HTTP/1.1" 200 3184 0.004585 10.0.0.61 - - [2025-12-11 02:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.61 - - [2025-12-11 02:33:46] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003161 10.0.0.61 - - [2025-12-11 02:33:46] "GET /virtual-networks?parent_id=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002589 10.0.0.61 - - [2025-12-11 02:33:46] "GET /virtual-network/8de83019-a954-4c05-bf39-e4f080258170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.005503 10.0.0.61 - - [2025-12-11 02:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.61 - - [2025-12-11 02:33:47] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003314 10.0.0.61 - - [2025-12-11 02:33:47] "GET /virtual-networks?parent_id=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002915 10.0.0.61 - - [2025-12-11 02:33:47] "GET /virtual-network/8de83019-a954-4c05-bf39-e4f080258170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.005553 10.0.0.61 - - [2025-12-11 02:33:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007178 10.0.0.61 - - [2025-12-11 02:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.61 - - [2025-12-11 02:33:48] "GET /network-policy/9de8b925-3eca-4489-b923-550f8c78de4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.004425 10.0.0.61 - - [2025-12-11 02:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.61 - - [2025-12-11 02:33:48] "GET /network-policy/95d7591b-70da-4461-87ad-810cb884b7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.004160 10.0.0.61 - - [2025-12-11 02:33:48] "POST /neutron/port HTTP/1.1" 200 1198 0.014408 10.0.0.61 - - [2025-12-11 02:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.61 - - [2025-12-11 02:33:48] "GET /network-policy/0e2253db-150a-4004-9066-b4573c86ac1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.003259 10.0.0.61 - - [2025-12-11 02:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002087 10.0.0.61 - - [2025-12-11 02:33:48] "GET /network-policy/1cc79df6-796a-4e55-81aa-bfd4ad537404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.004084 10.0.0.61 - - [2025-12-11 02:34:11] "GET /virtual-machine/456b3c7f-3391-4a0d-9311-e9384d1533ee HTTP/1.1" 200 1300 0.004695 10.0.0.61 - - [2025-12-11 02:34:12] "POST /neutron/port HTTP/1.1" 200 1223 0.014049 10.0.0.61 - - [2025-12-11 02:34:13] "GET /virtual-machine/456b3c7f-3391-4a0d-9311-e9384d1533ee HTTP/1.1" 404 171 0.003720 10.0.0.61 - - [2025-12-11 02:34:13] "GET /virtual-machine/456b3c7f-3391-4a0d-9311-e9384d1533ee HTTP/1.1" 404 171 0.002500 10.0.0.61 - - [2025-12-11 02:34:13] "GET /virtual-machine/456b3c7f-3391-4a0d-9311-e9384d1533ee HTTP/1.1" 404 171 0.002328 10.0.0.61 - - [2025-12-11 02:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.61 - - [2025-12-11 02:34:13] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003251 10.0.0.61 - - [2025-12-11 02:34:13] "GET /virtual-networks?parent_id=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002747 10.0.0.61 - - [2025-12-11 02:34:13] "GET /virtual-network/8de83019-a954-4c05-bf39-e4f080258170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.006640 10.0.0.61 - - [2025-12-11 02:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002530 10.0.0.61 - - [2025-12-11 02:34:13] "GET /routing-instance/22a02abe-11ba-49f7-8be4-5844dd1c79f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004166 10.0.0.61 - - [2025-12-11 02:34:13] "GET /route-target/6e995083-e54e-4a99-a6cc-3c658219f1d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003439 10.0.0.61 - - [2025-12-11 02:34:14] "GET /virtual-machine/456b3c7f-3391-4a0d-9311-e9384d1533ee HTTP/1.1" 404 171 0.003292 10.0.0.61 - - [2025-12-11 02:34:15] "GET /virtual-machine/456b3c7f-3391-4a0d-9311-e9384d1533ee HTTP/1.1" 404 171 0.003165 10.0.0.61 - - [2025-12-11 02:34:16] "GET /virtual-machine/456b3c7f-3391-4a0d-9311-e9384d1533ee HTTP/1.1" 404 171 0.003418 10.0.0.61 - - [2025-12-11 02:34:16] "POST /neutron/port HTTP/1.1" 200 1198 0.016332 10.0.0.61 - - [2025-12-11 02:34:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003756 10.0.0.61 - - [2025-12-11 02:34:16] "POST /neutron/port HTTP/1.1" 200 117 0.001137 10.0.0.61 - - [2025-12-11 02:34:17] "GET /virtual-machine/456b3c7f-3391-4a0d-9311-e9384d1533ee HTTP/1.1" 404 171 0.003295 10.0.0.61 - - [2025-12-11 02:34:18] "GET /virtual-machine/456b3c7f-3391-4a0d-9311-e9384d1533ee HTTP/1.1" 404 171 0.002894 10.0.0.61 - - [2025-12-11 02:34:19] "GET /virtual-machine/456b3c7f-3391-4a0d-9311-e9384d1533ee HTTP/1.1" 404 171 0.003303 10.0.0.61 - - [2025-12-11 02:34:19] "GET /obj-perms HTTP/1.1" 200 5046 0.063755 10.0.0.27 - - [2025-12-11 02:34:22] "GET /obj-perms HTTP/1.1" 200 5046 0.048502 10.0.0.61 - - [2025-12-11 02:34:22] "GET /obj-perms HTTP/1.1" 200 5046 0.003567 10.0.0.61 - - [2025-12-11 02:34:22] "GET /virtual-machine/192cdaf9-5440-4aca-ac38-66334a70a3f4 HTTP/1.1" 200 1300 0.004646 10.0.0.61 - - [2025-12-11 02:34:23] "POST /neutron/port HTTP/1.1" 200 1224 0.033816 10.0.0.61 - - [2025-12-11 02:34:24] "GET /virtual-machine/192cdaf9-5440-4aca-ac38-66334a70a3f4 HTTP/1.1" 404 171 0.003277 10.0.0.61 - - [2025-12-11 02:34:24] "GET /virtual-machine/192cdaf9-5440-4aca-ac38-66334a70a3f4 HTTP/1.1" 404 171 0.002216 10.0.0.61 - - [2025-12-11 02:34:24] "GET /virtual-machine/192cdaf9-5440-4aca-ac38-66334a70a3f4 HTTP/1.1" 404 171 0.002302 10.0.0.61 - - [2025-12-11 02:34:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.025518 10.0.0.61 - - [2025-12-11 02:34:24] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004428 10.0.0.61 - - [2025-12-11 02:34:24] "GET /virtual-networks?parent_id=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003189 10.0.0.61 - - [2025-12-11 02:34:24] "GET /virtual-network/eeb30cfb-1342-4212-8cce-cb873cc1ada7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005471 10.0.0.61 - - [2025-12-11 02:34:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.61 - - [2025-12-11 02:34:24] "GET /routing-instance/8a2fe004-f395-4a12-81b5-d5e103e5efb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.004397 10.0.0.61 - - [2025-12-11 02:34:24] "GET /route-target/fe8cb563-2cf7-49d2-8b19-06baa4bf22fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003110 10.0.0.27 - - [2025-12-11 02:34:27] "GET /obj-perms HTTP/1.1" 200 5056 0.056545 10.0.0.61 - - [2025-12-11 02:34:28] "GET /obj-perms HTTP/1.1" 200 5046 0.003653 10.0.0.27 - - [2025-12-11 02:34:34] "GET /obj-perms HTTP/1.1" 200 5046 0.004081 10.0.0.61 - - [2025-12-11 02:34:37] "GET /obj-perms HTTP/1.1" 200 5046 0.004249 10.0.0.27 - - [2025-12-11 02:34:43] "GET /obj-perms HTTP/1.1" 200 5046 0.005235 10.0.0.61 - - [2025-12-11 02:34:46] "GET /obj-perms HTTP/1.1" 200 5046 0.004289 10.0.0.27 - - [2025-12-11 02:34:52] "GET /obj-perms HTTP/1.1" 200 5046 0.003245 10.0.0.61 - - [2025-12-11 02:34:52] "GET /obj-perms HTTP/1.1" 200 5046 0.003947 10.0.0.61 - - [2025-12-11 02:34:52] "GET /virtual-network/574ef647-9e71-4fd5-8d8a-176835451a7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.005616 10.0.0.61 - - [2025-12-11 02:34:52] "POST /neutron/network HTTP/1.1" 200 1308 0.086920 10.0.0.61 - - [2025-12-11 02:34:52] "GET /virtual-network/574ef647-9e71-4fd5-8d8a-176835451a7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.005213 10.0.0.61 - - [2025-12-11 02:34:53] "GET /virtual-network/0dfe0523-87aa-43c4-bf13-0c74aac48dca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005027 10.0.0.61 - - [2025-12-11 02:34:53] "POST /neutron/network HTTP/1.1" 200 1309 0.077890 10.0.0.61 - - [2025-12-11 02:34:53] "GET /virtual-network/0dfe0523-87aa-43c4-bf13-0c74aac48dca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.004364 10.0.0.33 - - [2025-12-11 02:34:53] "DELETE /access-control-list/9336c3da-ea3d-4d9d-a34c-fffb1f46e52f HTTP/1.1" 200 115 0.079230 10.0.0.61 - - [2025-12-11 02:34:53] "GET /virtual-network/8de83019-a954-4c05-bf39-e4f080258170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.005669 10.0.0.61 - - [2025-12-11 02:34:53] "POST /neutron/network HTTP/1.1" 200 1308 0.077253 10.0.0.61 - - [2025-12-11 02:34:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.054384 10.0.0.61 - - [2025-12-11 02:34:53] "GET /virtual-network/8de83019-a954-4c05-bf39-e4f080258170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.005343 10.0.0.61 - - [2025-12-11 02:34:53] "GET /virtual-network/eeb30cfb-1342-4212-8cce-cb873cc1ada7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007233 10.0.0.61 - - [2025-12-11 02:34:53] "POST /neutron/network HTTP/1.1" 200 1309 0.072312 10.0.0.33 - - [2025-12-11 02:34:53] "DELETE /access-control-list/40855965-3010-44b1-985e-d08c0e1df969 HTTP/1.1" 200 115 0.039681 10.0.0.61 - - [2025-12-11 02:34:53] "GET /virtual-network/eeb30cfb-1342-4212-8cce-cb873cc1ada7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.013760 10.0.0.61 - - [2025-12-11 02:34:53] "DELETE /network-policy/d18f0810-0af5-4c21-964e-e0f7b0ff575f HTTP/1.1" 200 115 0.046676 10.0.0.61 - - [2025-12-11 02:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006403 10.0.0.27 - - [2025-12-11 02:34:53] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.032567 10.0.0.61 - - [2025-12-11 02:34:54] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.070604 10.0.0.61 - - [2025-12-11 02:34:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-26946947&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.006192 10.0.0.61 - - [2025-12-11 02:34:54] "DELETE /network-policy/b3220dc4-5478-46f9-9e49-309601479e5e HTTP/1.1" 200 115 0.044296 10.0.0.61 - - [2025-12-11 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005985 10.0.0.27 - - [2025-12-11 02:34:54] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001188 10.0.0.61 - - [2025-12-11 02:34:54] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.035891 10.0.0.61 - - [2025-12-11 02:34:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-26946947&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.006878 10.0.0.61 - - [2025-12-11 02:34:54] "DELETE /network-policy/61fb56df-c1df-4d20-9f1c-1249ad46d818 HTTP/1.1" 200 115 0.040154 10.0.0.61 - - [2025-12-11 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.27 - - [2025-12-11 02:34:54] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000830 10.0.0.61 - - [2025-12-11 02:34:54] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.036882 10.0.0.61 - - [2025-12-11 02:34:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-26946947&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.006566 10.0.0.61 - - [2025-12-11 02:34:54] "DELETE /network-policy/53413f69-5590-4e41-ac2f-bf8835939bc7 HTTP/1.1" 200 115 0.035660 10.0.0.61 - - [2025-12-11 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002683 10.0.0.27 - - [2025-12-11 02:34:54] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000883 10.0.0.61 - - [2025-12-11 02:34:54] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.106302 10.0.0.61 - - [2025-12-11 02:34:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-26946947&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.005423 10.0.0.61 - - [2025-12-11 02:34:54] "DELETE /network-policy/95d7591b-70da-4461-87ad-810cb884b7f7 HTTP/1.1" 200 115 0.053887 10.0.0.61 - - [2025-12-11 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.27 - - [2025-12-11 02:34:54] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000851 10.0.0.61 - - [2025-12-11 02:34:54] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.031673 10.0.0.61 - - [2025-12-11 02:34:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-26946947&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.004938 10.0.0.61 - - [2025-12-11 02:34:55] "DELETE /network-policy/9de8b925-3eca-4489-b923-550f8c78de4e HTTP/1.1" 200 115 0.046141 10.0.0.61 - - [2025-12-11 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004659 10.0.0.27 - - [2025-12-11 02:34:55] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001013 10.0.0.61 - - [2025-12-11 02:34:55] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.035695 10.0.0.61 - - [2025-12-11 02:34:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-26946947&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.005054 10.0.0.61 - - [2025-12-11 02:34:55] "DELETE /network-policy/1cc79df6-796a-4e55-81aa-bfd4ad537404 HTTP/1.1" 200 115 0.036513 10.0.0.61 - - [2025-12-11 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.27 - - [2025-12-11 02:34:55] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000797 10.0.0.61 - - [2025-12-11 02:34:55] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.032053 10.0.0.61 - - [2025-12-11 02:34:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-26946947&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004669 10.0.0.61 - - [2025-12-11 02:34:55] "DELETE /network-policy/0e2253db-150a-4004-9066-b4573c86ac1b HTTP/1.1" 200 115 0.034477 10.0.0.61 - - [2025-12-11 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.27 - - [2025-12-11 02:34:55] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000849 10.0.0.61 - - [2025-12-11 02:34:55] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.029576 10.0.0.61 - - [2025-12-11 02:34:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-26946947&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005268 10.0.0.27 - - [2025-12-11 02:34:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002784 10.0.0.27 - - [2025-12-11 02:34:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002418 10.0.0.27 - - [2025-12-11 02:34:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002420 10.0.0.27 - - [2025-12-11 02:34:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002285 10.0.0.27 - - [2025-12-11 02:34:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002004 10.0.0.27 - - [2025-12-11 02:34:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001663 10.0.0.61 - - [2025-12-11 02:34:55] "POST /neutron/network HTTP/1.1" 200 151 0.131079 10.0.0.33 - - [2025-12-11 02:34:55] "DELETE /route-target/27e2c3c7-d406-44d1-a1d2-5ad82deca442 HTTP/1.1" 200 115 0.022850 10.0.0.61 - - [2025-12-11 02:34:56] "POST /neutron/network HTTP/1.1" 200 1308 0.009526 10.0.0.33 - - [2025-12-11 02:34:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.27 - - [2025-12-11 02:34:56] "POST /useragent-kv HTTP/1.1" 200 115 0.006475 10.0.0.27 - - [2025-12-11 02:34:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002439 10.0.0.27 - - [2025-12-11 02:34:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001872 10.0.0.27 - - [2025-12-11 02:34:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001974 10.0.0.27 - - [2025-12-11 02:34:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002472 10.0.0.33 - - [2025-12-11 02:34:56] "DELETE /route-target/fe8cb563-2cf7-49d2-8b19-06baa4bf22fa HTTP/1.1" 200 115 0.031773 10.0.0.27 - - [2025-12-11 02:34:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004130 10.0.0.61 - - [2025-12-11 02:34:56] "POST /neutron/network HTTP/1.1" 200 151 0.157984 10.0.0.61 - - [2025-12-11 02:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.61 - - [2025-12-11 02:34:57] "DELETE /network-ipam/a5531464-f923-4d08-823d-c33e62721e5a HTTP/1.1" 200 115 0.027606 10.0.0.61 - - [2025-12-11 02:34:57] "POST /fqname-to-id HTTP/1.1" 404 252 0.002691 10.0.0.27 - - [2025-12-11 02:34:57] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000729 10.0.0.27 - - [2025-12-11 02:34:57] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.034193 10.0.0.27 - - [2025-12-11 02:34:57] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000746 10.0.0.27 - - [2025-12-11 02:34:57] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?fields=security_groups HTTP/1.1" 200 1397 0.075548 10.0.0.27 - - [2025-12-11 02:34:57] "DELETE /security-group/5969486a-42bf-4e4e-bb4c-9e74342a714d HTTP/1.1" 200 115 0.045283 10.0.0.27 - - [2025-12-11 02:34:57] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000811 10.0.0.27 - - [2025-12-11 02:34:57] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?fields=application_policy_sets HTTP/1.1" 200 1436 0.045772 10.0.0.61 - - [2025-12-11 02:34:57] "DELETE /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15 HTTP/1.1" 200 115 0.380910 10.0.0.27 - - [2025-12-11 02:34:57] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001184 10.0.0.61 - - [2025-12-11 02:34:57] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?fields=projects HTTP/1.1" 200 1438 0.017488 10.0.0.61 - - [2025-12-11 02:35:02] "POST /fqname-to-id HTTP/1.1" 404 225 0.004112 10.0.0.27 - - [2025-12-11 02:35:03] "POST /id-to-fqname HTTP/1.1" 200 198 0.003087 10.0.0.27 - - [2025-12-11 02:35:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.010670 10.0.0.27 - - [2025-12-11 02:35:03] "POST /security-groups HTTP/1.1" 200 599 0.038119 10.0.0.33 - - [2025-12-11 02:35:03] "POST /fqname-to-id HTTP/1.1" 404 242 0.002932 10.0.0.27 - - [2025-12-11 02:35:03] "POST /projects HTTP/1.1" 200 601 0.300254 10.0.0.61 - - [2025-12-11 02:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.339135 10.0.0.27 - - [2025-12-11 02:35:03] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000829 10.0.0.61 - - [2025-12-11 02:35:03] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.046009 10.0.0.33 - - [2025-12-11 02:35:03] "POST /access-control-lists HTTP/1.1" 200 602 0.051376 10.0.0.61 - - [2025-12-11 02:35:03] "POST /network-policys HTTP/1.1" 200 559 0.031106 10.0.0.61 - - [2025-12-11 02:35:03] "GET /network-policy/7ace2212-08a2-42c1-8249-aa55c4736172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3104 0.006954 10.0.0.61 - - [2025-12-11 02:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.27 - - [2025-12-11 02:35:03] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001191 10.0.0.61 - - [2025-12-11 02:35:03] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.053332 10.0.0.27 - - [2025-12-11 02:35:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002281 10.0.0.61 - - [2025-12-11 02:35:03] "POST /neutron/subnet HTTP/1.1" 200 721 0.171766 10.0.0.61 - - [2025-12-11 02:35:04] "POST /id-to-fqname HTTP/1.1" 200 229 0.001218 10.0.0.61 - - [2025-12-11 02:35:04] "GET /virtual-network/49884d2a-82a5-4e25-8b3c-9be3a857f37c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006945 10.0.0.61 - - [2025-12-11 02:35:04] "POST /neutron/network HTTP/1.1" 200 1007 0.009223 10.0.0.61 - - [2025-12-11 02:35:04] "GET /virtual-network/49884d2a-82a5-4e25-8b3c-9be3a857f37c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005297 10.0.0.61 - - [2025-12-11 02:35:04] "POST /neutron/subnet HTTP/1.1" 200 828 0.009945 10.0.0.33 - - [2025-12-11 02:35:04] "POST /fqname-to-id HTTP/1.1" 404 244 0.006087 10.0.0.61 - - [2025-12-11 02:35:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.012288 10.0.0.61 - - [2025-12-11 02:35:04] "POST /neutron/network HTTP/1.1" 200 1106 0.022781 10.0.0.61 - - [2025-12-11 02:35:04] "GET /virtual-network/49884d2a-82a5-4e25-8b3c-9be3a857f37c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.004394 10.0.0.61 - - [2025-12-11 02:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.61 - - [2025-12-11 02:35:04] "GET /network-policy/7ace2212-08a2-42c1-8249-aa55c4736172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3104 0.004095 10.0.0.61 - - [2025-12-11 02:35:04] "GET /virtual-network/49884d2a-82a5-4e25-8b3c-9be3a857f37c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005259 10.0.0.33 - - [2025-12-11 02:35:04] "GET /obj-perms HTTP/1.1" 200 5046 0.062578 10.0.0.61 - - [2025-12-11 02:35:04] "POST /id-to-fqname HTTP/1.1" 200 229 0.001267 10.0.0.27 - - [2025-12-11 02:35:05] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000918 10.0.0.61 - - [2025-12-11 02:35:05] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.061342 10.0.0.61 - - [2025-12-11 02:35:06] "POST /neutron/port HTTP/1.1" 200 117 0.006445 10.0.0.61 - - [2025-12-11 02:35:06] "POST /id-to-fqname HTTP/1.1" 200 229 0.001306 10.0.0.61 - - [2025-12-11 02:35:06] "POST /neutron/network HTTP/1.1" 200 1116 0.010201 10.0.0.61 - - [2025-12-11 02:35:06] "POST /neutron/port HTTP/1.1" 200 1174 0.053417 10.0.0.27 - - [2025-12-11 02:35:07] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000895 10.0.0.61 - - [2025-12-11 02:35:07] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.069982 10.0.0.61 - - [2025-12-11 02:35:07] "POST /neutron/network HTTP/1.1" 200 1106 0.044860 10.0.0.61 - - [2025-12-11 02:35:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003762 10.0.0.61 - - [2025-12-11 02:35:07] "POST /neutron/port HTTP/1.1" 200 117 0.001100 10.0.0.61 - - [2025-12-11 02:35:07] "POST /neutron/network HTTP/1.1" 200 1106 0.009700 10.0.0.61 - - [2025-12-11 02:35:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007024 10.0.0.61 - - [2025-12-11 02:35:08] "POST /neutron/port HTTP/1.1" 200 1174 0.051178 10.0.0.61 - - [2025-12-11 02:35:08] "POST /neutron/port HTTP/1.1" 200 1202 0.014451 10.0.0.61 - - [2025-12-11 02:35:08] "POST /neutron/subnet HTTP/1.1" 200 1381 0.011749 10.0.0.61 - - [2025-12-11 02:35:08] "POST /neutron/network HTTP/1.1" 200 1106 0.009749 10.0.0.61 - - [2025-12-11 02:35:12] "POST /neutron/port HTTP/1.1" 200 1202 0.015033 10.0.0.61 - - [2025-12-11 02:35:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006516 10.0.0.61 - - [2025-12-11 02:35:12] "GET /virtual-machine/1576d465-d157-4a45-8203-412f6b14c665 HTTP/1.1" 200 1299 0.030399 10.0.0.61 - - [2025-12-11 02:35:12] "GET /virtual-machine-interface/e34940dd-ed42-4b22-afd3-a4f9326fed23 HTTP/1.1" 200 3179 0.005350 10.0.0.61 - - [2025-12-11 02:35:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.61 - - [2025-12-11 02:35:12] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003362 10.0.0.61 - - [2025-12-11 02:35:12] "GET /virtual-networks?parent_id=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003153 10.0.0.61 - - [2025-12-11 02:35:12] "GET /virtual-network/49884d2a-82a5-4e25-8b3c-9be3a857f37c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005725 10.0.0.27 - - [2025-12-11 02:35:15] "DELETE /project/22a6f8f28ccf4b17ba442d2726d75b15 HTTP/1.1" 404 173 0.031639 10.0.0.61 - - [2025-12-11 02:35:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.61 - - [2025-12-11 02:35:15] "GET /virtual-network/49884d2a-82a5-4e25-8b3c-9be3a857f37c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007640 10.0.0.61 - - [2025-12-11 02:35:18] "POST /neutron/network HTTP/1.1" 200 1116 0.006147 10.0.0.61 - - [2025-12-11 02:35:18] "POST /neutron/subnet HTTP/1.1" 200 1381 0.010939 10.0.0.61 - - [2025-12-11 02:35:18] "POST /neutron/network HTTP/1.1" 200 1106 0.008213 10.0.0.61 - - [2025-12-11 02:35:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.61 - - [2025-12-11 02:35:20] "GET /virtual-network/49884d2a-82a5-4e25-8b3c-9be3a857f37c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005225 10.0.0.61 - - [2025-12-11 02:35:21] "POST /neutron/network HTTP/1.1" 200 1116 0.012643 10.0.0.61 - - [2025-12-11 02:35:22] "POST /neutron/subnet HTTP/1.1" 200 1381 0.012499 10.0.0.61 - - [2025-12-11 02:35:22] "POST /neutron/network HTTP/1.1" 200 1106 0.009443 10.0.0.61 - - [2025-12-11 02:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005321 10.0.0.61 - - [2025-12-11 02:35:24] "GET /virtual-network/49884d2a-82a5-4e25-8b3c-9be3a857f37c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007422 10.0.0.61 - - [2025-12-11 02:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.61 - - [2025-12-11 02:35:28] "GET /virtual-network/49884d2a-82a5-4e25-8b3c-9be3a857f37c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005858 10.0.0.27 - - [2025-12-11 02:35:28] "GET /obj-perms HTTP/1.1" 200 5056 0.046102 10.0.0.61 - - [2025-12-11 02:35:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004674 10.0.0.61 - - [2025-12-11 02:35:32] "GET /virtual-network/49884d2a-82a5-4e25-8b3c-9be3a857f37c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005316 10.0.0.61 - - [2025-12-11 02:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.61 - - [2025-12-11 02:35:36] "GET /virtual-network/49884d2a-82a5-4e25-8b3c-9be3a857f37c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005510 10.0.0.61 - - [2025-12-11 02:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.61 - - [2025-12-11 02:35:40] "GET /virtual-network/49884d2a-82a5-4e25-8b3c-9be3a857f37c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.004975 10.0.0.61 - - [2025-12-11 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.61 - - [2025-12-11 02:35:44] "GET /virtual-network/49884d2a-82a5-4e25-8b3c-9be3a857f37c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006418 10.0.0.61 - - [2025-12-11 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.61 - - [2025-12-11 02:35:46] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003821 10.0.0.61 - - [2025-12-11 02:35:46] "GET /virtual-networks?parent_id=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003039 10.0.0.61 - - [2025-12-11 02:35:46] "GET /virtual-network/49884d2a-82a5-4e25-8b3c-9be3a857f37c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005798 10.0.0.61 - - [2025-12-11 02:35:52] "POST /neutron/port HTTP/1.1" 200 1202 0.017638 10.0.0.61 - - [2025-12-11 02:35:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008266 10.0.0.61 - - [2025-12-11 02:35:58] "POST /neutron/port HTTP/1.1" 200 1202 0.014494 10.0.0.61 - - [2025-12-11 02:36:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007419 10.0.0.61 - - [2025-12-11 02:36:07] "POST /neutron/port HTTP/1.1" 200 1202 0.014951 10.0.0.61 - - [2025-12-11 02:36:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006248 10.0.0.61 - - [2025-12-11 02:36:07] "GET /virtual-machine/6873b221-ed75-44ad-8877-7ec2c81df9ad HTTP/1.1" 200 1299 0.005154 10.0.0.61 - - [2025-12-11 02:36:07] "GET /virtual-machine-interface/4cecf508-3fe3-4b19-b2a3-e58019a00348 HTTP/1.1" 200 3178 0.004365 10.0.0.61 - - [2025-12-11 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.61 - - [2025-12-11 02:36:07] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003187 10.0.0.61 - - [2025-12-11 02:36:07] "GET /virtual-networks?parent_id=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002655 10.0.0.61 - - [2025-12-11 02:36:07] "GET /virtual-network/49884d2a-82a5-4e25-8b3c-9be3a857f37c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005441 10.0.0.61 - - [2025-12-11 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.61 - - [2025-12-11 02:36:08] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003034 10.0.0.61 - - [2025-12-11 02:36:08] "GET /virtual-networks?parent_id=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002670 10.0.0.61 - - [2025-12-11 02:36:08] "GET /virtual-network/49884d2a-82a5-4e25-8b3c-9be3a857f37c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005755 10.0.0.61 - - [2025-12-11 02:36:20] "POST /neutron/network HTTP/1.1" 200 1116 0.006450 10.0.0.61 - - [2025-12-11 02:36:20] "POST /neutron/subnet HTTP/1.1" 200 1381 0.011548 10.0.0.61 - - [2025-12-11 02:36:20] "POST /neutron/network HTTP/1.1" 200 1106 0.015206 10.0.0.27 - - [2025-12-11 02:36:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.27 - - [2025-12-11 02:36:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.61 - - [2025-12-11 02:36:22] "POST /neutron/network HTTP/1.1" 200 1116 0.007795 10.0.0.61 - - [2025-12-11 02:36:22] "POST /neutron/subnet HTTP/1.1" 200 1381 0.011256 10.0.0.61 - - [2025-12-11 02:36:22] "POST /neutron/network HTTP/1.1" 200 1106 0.020429 10.0.0.27 - - [2025-12-11 02:36:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.27 - - [2025-12-11 02:36:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.33 - - [2025-12-11 02:36:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.33 - - [2025-12-11 02:36:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.33 - - [2025-12-11 02:36:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.33 - - [2025-12-11 02:36:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.61 - - [2025-12-11 02:36:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.61 - - [2025-12-11 02:36:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.61 - - [2025-12-11 02:36:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.61 - - [2025-12-11 02:36:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.61 - - [2025-12-11 02:36:28] "GET /obj-perms HTTP/1.1" 200 5056 0.056012 10.0.0.61 - - [2025-12-11 02:36:36] "GET /virtual-network/49884d2a-82a5-4e25-8b3c-9be3a857f37c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005282 10.0.0.33 - - [2025-12-11 02:36:36] "DELETE /access-control-list/79701007-4121-4b32-925c-44ac83420225 HTTP/1.1" 200 115 0.039481 10.0.0.61 - - [2025-12-11 02:36:36] "POST /neutron/network HTTP/1.1" 200 1007 0.017616 10.0.0.61 - - [2025-12-11 02:36:36] "GET /virtual-network/49884d2a-82a5-4e25-8b3c-9be3a857f37c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005044 10.0.0.61 - - [2025-12-11 02:36:36] "POST /neutron/port HTTP/1.1" 200 1202 0.019769 10.0.0.61 - - [2025-12-11 02:36:36] "POST /neutron/port HTTP/1.1" 200 1202 0.012726 10.0.0.61 - - [2025-12-11 02:36:38] "POST /neutron/network HTTP/1.1" 200 1007 0.008683 10.0.0.61 - - [2025-12-11 02:36:38] "DELETE /network-policy/7ace2212-08a2-42c1-8249-aa55c4736172 HTTP/1.1" 200 115 0.034135 10.0.0.27 - - [2025-12-11 02:36:41] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001662 10.0.0.61 - - [2025-12-11 02:36:41] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.084928 10.0.0.27 - - [2025-12-11 02:36:41] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000891 10.0.0.61 - - [2025-12-11 02:36:41] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?fields=virtual_networks HTTP/1.1" 200 1058 0.037738 10.0.0.27 - - [2025-12-11 02:36:41] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000901 10.0.0.61 - - [2025-12-11 02:36:41] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.039813 10.0.0.27 - - [2025-12-11 02:36:41] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000929 10.0.0.61 - - [2025-12-11 02:36:41] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?fields=security_groups HTTP/1.1" 200 1292 0.044070 10.0.0.61 - - [2025-12-11 02:36:42] "POST /fqname-to-id HTTP/1.1" 404 202 0.040580 10.0.0.27 - - [2025-12-11 02:36:42] "GET /projects?obj_uuids=9fa4cd37-028f-48de-a79d-02c950964025&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004073 10.0.0.27 - - [2025-12-11 02:36:42] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000858 10.0.0.27 - - [2025-12-11 02:36:42] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006216 10.0.0.27 - - [2025-12-11 02:36:42] "POST /id-to-fqname HTTP/1.1" 200 204 0.007418 10.0.0.27 - - [2025-12-11 02:36:42] "POST /fqname-to-id HTTP/1.1" 404 213 0.004546 10.0.0.27 - - [2025-12-11 02:36:42] "POST /security-groups HTTP/1.1" 200 605 0.070442 10.0.0.33 - - [2025-12-11 02:36:42] "POST /fqname-to-id HTTP/1.1" 404 248 0.003028 10.0.0.27 - - [2025-12-11 02:36:42] "POST /projects HTTP/1.1" 200 613 0.276499 10.0.0.27 - - [2025-12-11 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.342771 10.0.0.33 - - [2025-12-11 02:36:42] "POST /access-control-lists HTTP/1.1" 200 608 0.024412 10.0.0.61 - - [2025-12-11 02:36:43] "GET /project/9fa4cd37-028f-48de-a79d-02c950964025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.472481 10.0.0.61 - - [2025-12-11 02:36:44] "GET / HTTP/1.1" 200 35931 0.001989 10.0.0.61 - - [2025-12-11 02:36:47] "GET /project/9fa4cd37-028f-48de-a79d-02c950964025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000451 10.0.0.27 - - [2025-12-11 02:36:47] "GET /projects?obj_uuids=9fa4cd37-028f-48de-a79d-02c950964025&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001256 10.0.0.61 - - [2025-12-11 02:36:47] "GET /project/9fa4cd37-028f-48de-a79d-02c950964025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.059958 10.0.0.61 - - [2025-12-11 02:36:48] "GET / HTTP/1.1" 200 35931 0.003111 10.0.0.61 - - [2025-12-11 02:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.27 - - [2025-12-11 02:36:48] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001264 10.0.0.61 - - [2025-12-11 02:36:48] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008221 10.0.0.61 - - [2025-12-11 02:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004583 10.0.0.27 - - [2025-12-11 02:36:48] "GET /projects?obj_uuids=9fa4cd37-028f-48de-a79d-02c950964025&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001136 10.0.0.61 - - [2025-12-11 02:36:48] "GET /project/9fa4cd37-028f-48de-a79d-02c950964025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.040219 10.0.0.61 - - [2025-12-11 02:36:49] "GET /domains HTTP/1.1" 401 292 0.000403 10.0.0.61 - - [2025-12-11 02:36:50] "GET /domains HTTP/1.1" 200 280 0.031637 10.0.0.27 - - [2025-12-11 02:36:50] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001036 10.0.0.61 - - [2025-12-11 02:36:50] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e HTTP/1.1" 200 2975 0.010187 10.0.0.27 - - [2025-12-11 02:36:50] "GET /projects?obj_uuids=9fa4cd37-028f-48de-a79d-02c950964025&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000769 10.0.0.61 - - [2025-12-11 02:36:50] "GET /project/9fa4cd37-028f-48de-a79d-02c950964025 HTTP/1.1" 200 1947 0.096201 10.0.0.61 - - [2025-12-11 02:36:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.008207 10.0.0.61 - - [2025-12-11 02:36:50] "POST /network-ipams HTTP/1.1" 200 627 0.026035 10.0.0.61 - - [2025-12-11 02:36:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.002980 10.0.0.61 - - [2025-12-11 02:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.61 - - [2025-12-11 02:36:50] "GET /network-ipam/cae6245d-6029-4090-b248-377e2245da6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.005480 10.0.0.61 - - [2025-12-11 02:36:50] "PUT /network-ipam/cae6245d-6029-4090-b248-377e2245da6f HTTP/1.1" 200 258 0.013511 10.0.0.61 - - [2025-12-11 02:36:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000612 10.0.0.61 - - [2025-12-11 02:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.026741 10.0.0.27 - - [2025-12-11 02:36:50] "GET /projects?obj_uuids=9fa4cd37-028f-48de-a79d-02c950964025&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000922 10.0.0.61 - - [2025-12-11 02:36:50] "GET /project/9fa4cd37-028f-48de-a79d-02c950964025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.041425 10.0.0.27 - - [2025-12-11 02:36:51] "GET /projects?obj_uuids=9fa4cd37-028f-48de-a79d-02c950964025&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001223 10.0.0.61 - - [2025-12-11 02:36:51] "POST /neutron/network HTTP/1.1" 200 625 0.127328 10.0.0.61 - - [2025-12-11 02:36:51] "POST /neutron/network HTTP/1.1" 200 1142 0.010688 10.0.0.61 - - [2025-12-11 02:36:51] "POST /id-to-fqname HTTP/1.1" 200 237 0.001394 10.0.0.61 - - [2025-12-11 02:36:51] "GET /virtual-network/10a616cf-f043-4825-a279-08e2264dca3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.005560 10.0.0.61 - - [2025-12-11 02:36:51] "GET /virtual-network/10a616cf-f043-4825-a279-08e2264dca3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.004479 10.0.0.61 - - [2025-12-11 02:36:51] "POST /neutron/subnet HTTP/1.1" 200 724 0.007124 10.0.0.61 - - [2025-12-11 02:36:52] "GET /virtual-network/10a616cf-f043-4825-a279-08e2264dca3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.005069 10.0.0.33 - - [2025-12-11 02:36:53] "GET /obj-perms HTTP/1.1" 200 5021 0.053206 10.0.0.61 - - [2025-12-11 02:36:53] "POST /fqname-to-id HTTP/1.1" 404 231 0.003927 10.0.0.61 - - [2025-12-11 02:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.27 - - [2025-12-11 02:36:53] "GET /projects?obj_uuids=9fa4cd37-028f-48de-a79d-02c950964025&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001339 10.0.0.61 - - [2025-12-11 02:36:53] "GET /project/9fa4cd37-028f-48de-a79d-02c950964025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.054089 10.0.0.61 - - [2025-12-11 02:36:53] "POST /network-policys HTTP/1.1" 200 565 0.031055 10.0.0.61 - - [2025-12-11 02:36:53] "GET /network-policy/a91b7164-b07c-49ce-bb47-669dc85f5fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.006106 10.0.0.61 - - [2025-12-11 02:36:53] "POST /fqname-to-id HTTP/1.1" 404 231 0.002990 10.0.0.61 - - [2025-12-11 02:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002663 10.0.0.27 - - [2025-12-11 02:36:54] "GET /projects?obj_uuids=9fa4cd37-028f-48de-a79d-02c950964025&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000875 10.0.0.61 - - [2025-12-11 02:36:54] "GET /project/9fa4cd37-028f-48de-a79d-02c950964025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.038786 10.0.0.61 - - [2025-12-11 02:36:54] "POST /network-policys HTTP/1.1" 200 565 0.029509 10.0.0.61 - - [2025-12-11 02:36:54] "GET /network-policy/c79a5f9f-c394-4210-bbf3-e7c2291d925a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.006647 10.0.0.61 - - [2025-12-11 02:36:54] "POST /fqname-to-id HTTP/1.1" 404 231 0.002765 10.0.0.61 - - [2025-12-11 02:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002705 10.0.0.27 - - [2025-12-11 02:36:54] "GET /projects?obj_uuids=9fa4cd37-028f-48de-a79d-02c950964025&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000819 10.0.0.61 - - [2025-12-11 02:36:54] "GET /project/9fa4cd37-028f-48de-a79d-02c950964025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.038583 10.0.0.61 - - [2025-12-11 02:36:54] "POST /network-policys HTTP/1.1" 200 565 0.024543 10.0.0.61 - - [2025-12-11 02:36:54] "GET /network-policy/37dc24fb-fc2a-4a31-8c83-d94d857297fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.005602 10.0.0.33 - - [2025-12-11 02:36:54] "POST /fqname-to-id HTTP/1.1" 404 254 0.007004 10.0.0.61 - - [2025-12-11 02:36:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.004760 10.0.0.61 - - [2025-12-11 02:36:54] "POST /neutron/network HTTP/1.1" 200 1340 0.075248 10.0.0.61 - - [2025-12-11 02:36:54] "GET /virtual-network/10a616cf-f043-4825-a279-08e2264dca3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.013580 10.0.0.61 - - [2025-12-11 02:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004497 10.0.0.61 - - [2025-12-11 02:36:54] "GET /network-policy/a91b7164-b07c-49ce-bb47-669dc85f5fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.004143 10.0.0.61 - - [2025-12-11 02:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.61 - - [2025-12-11 02:36:55] "GET /network-policy/c79a5f9f-c394-4210-bbf3-e7c2291d925a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.004674 10.0.0.61 - - [2025-12-11 02:36:55] "POST /id-to-fqname HTTP/1.1" 200 237 0.001334 10.0.0.27 - - [2025-12-11 02:36:55] "GET /projects?obj_uuids=9fa4cd37-028f-48de-a79d-02c950964025&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000871 10.0.0.61 - - [2025-12-11 02:36:55] "GET /project/9fa4cd37-028f-48de-a79d-02c950964025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.061091 10.0.0.61 - - [2025-12-11 02:36:55] "POST /neutron/network HTTP/1.1" 200 1340 0.009277 10.0.0.61 - - [2025-12-11 02:36:56] "POST /neutron/port HTTP/1.1" 200 117 0.006246 10.0.0.61 - - [2025-12-11 02:36:56] "POST /neutron/port HTTP/1.1" 200 1181 0.015125 10.0.0.61 - - [2025-12-11 02:36:56] "POST /neutron/port HTTP/1.1" 200 1209 0.014921 10.0.0.61 - - [2025-12-11 02:36:57] "POST /neutron/subnet HTTP/1.1" 200 1384 0.011188 10.0.0.61 - - [2025-12-11 02:36:57] "POST /neutron/network HTTP/1.1" 200 1340 0.009510 10.0.0.61 - - [2025-12-11 02:37:01] "POST /neutron/port HTTP/1.1" 200 1209 0.013793 10.0.0.61 - - [2025-12-11 02:37:01] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008527 10.0.0.61 - - [2025-12-11 02:37:01] "GET /virtual-machine/d9f07fd3-019f-43da-8d5c-9bb959ed1e99 HTTP/1.1" 401 292 0.000539 10.0.0.61 - - [2025-12-11 02:37:01] "GET /virtual-machine/d9f07fd3-019f-43da-8d5c-9bb959ed1e99 HTTP/1.1" 200 1307 0.028670 10.0.0.61 - - [2025-12-11 02:37:01] "GET /virtual-machine-interface/b3697c24-10d2-4965-bed2-b3e5ff0e64c2 HTTP/1.1" 200 3178 0.006523 10.0.0.61 - - [2025-12-11 02:37:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.61 - - [2025-12-11 02:37:01] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004434 10.0.0.61 - - [2025-12-11 02:37:01] "GET /virtual-networks?parent_id=9fa4cd37-028f-48de-a79d-02c950964025&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003033 10.0.0.61 - - [2025-12-11 02:37:01] "GET /virtual-network/10a616cf-f043-4825-a279-08e2264dca3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.007427 10.0.0.61 - - [2025-12-11 02:37:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004682 10.0.0.61 - - [2025-12-11 02:37:04] "GET /virtual-network/10a616cf-f043-4825-a279-08e2264dca3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.006303 10.0.0.61 - - [2025-12-11 02:37:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004245 10.0.0.61 - - [2025-12-11 02:37:09] "GET /virtual-network/10a616cf-f043-4825-a279-08e2264dca3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.005494 10.0.0.61 - - [2025-12-11 02:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.61 - - [2025-12-11 02:37:13] "GET /virtual-network/10a616cf-f043-4825-a279-08e2264dca3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.005266 10.0.0.27 - - [2025-12-11 02:37:15] "DELETE /project/9fa4cd37028f48dea79d02c950964025 HTTP/1.1" 404 173 0.006358 10.0.0.27 - - [2025-12-11 02:37:15] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000995 10.0.0.27 - - [2025-12-11 02:37:15] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.037831 10.0.0.27 - - [2025-12-11 02:37:15] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000793 10.0.0.27 - - [2025-12-11 02:37:15] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?fields=security_groups HTTP/1.1" 200 1397 0.050099 10.0.0.27 - - [2025-12-11 02:37:15] "DELETE /security-group/529a8c5b-e2da-4084-980c-21f423bb5f72 HTTP/1.1" 200 115 0.051503 10.0.0.27 - - [2025-12-11 02:37:15] "GET /projects?obj_uuids=22a6f8f2-8ccf-4b17-ba44-2d2726d75b15&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000854 10.0.0.33 - - [2025-12-11 02:37:15] "DELETE /access-control-list/31604752-ef5c-45f5-8ef0-ffa77ad08c1c HTTP/1.1" 200 115 0.033997 10.0.0.27 - - [2025-12-11 02:37:15] "GET /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15?fields=application_policy_sets HTTP/1.1" 200 1436 0.046004 10.0.0.27 - - [2025-12-11 02:37:15] "DELETE /project/22a6f8f2-8ccf-4b17-ba44-2d2726d75b15 HTTP/1.1" 200 115 0.392265 10.0.0.61 - - [2025-12-11 02:37:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.61 - - [2025-12-11 02:37:17] "GET /virtual-network/10a616cf-f043-4825-a279-08e2264dca3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.005423 10.0.0.61 - - [2025-12-11 02:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.61 - - [2025-12-11 02:37:21] "GET /virtual-network/10a616cf-f043-4825-a279-08e2264dca3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.005984 10.0.0.61 - - [2025-12-11 02:37:22] "POST /neutron/network HTTP/1.1" 200 1350 0.006380 10.0.0.61 - - [2025-12-11 02:37:22] "POST /neutron/subnet HTTP/1.1" 200 1384 0.011391 10.0.0.61 - - [2025-12-11 02:37:22] "POST /neutron/network HTTP/1.1" 200 1340 0.007792 10.0.0.61 - - [2025-12-11 02:37:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.61 - - [2025-12-11 02:37:25] "GET /virtual-network/10a616cf-f043-4825-a279-08e2264dca3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.006482 10.0.0.61 - - [2025-12-11 02:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.61 - - [2025-12-11 02:37:29] "GET /virtual-network/10a616cf-f043-4825-a279-08e2264dca3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.004827 10.0.0.61 - - [2025-12-11 02:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.61 - - [2025-12-11 02:37:33] "GET /virtual-network/10a616cf-f043-4825-a279-08e2264dca3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.005899 10.0.0.61 - - [2025-12-11 02:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.61 - - [2025-12-11 02:37:35] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004066 10.0.0.61 - - [2025-12-11 02:37:35] "GET /virtual-networks?parent_id=9fa4cd37-028f-48de-a79d-02c950964025&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002950 10.0.0.61 - - [2025-12-11 02:37:35] "GET /virtual-network/10a616cf-f043-4825-a279-08e2264dca3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.005515 10.0.0.61 - - [2025-12-11 02:37:41] "POST /neutron/port HTTP/1.1" 200 1209 0.013163 10.0.0.61 - - [2025-12-11 02:37:46] "POST /neutron/security_group HTTP/1.1" 200 2072 0.006579 10.0.0.61 - - [2025-12-11 02:37:51] "POST /neutron/port HTTP/1.1" 200 1209 0.014138 10.0.0.61 - - [2025-12-11 02:37:56] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008541 10.0.0.61 - - [2025-12-11 02:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.61 - - [2025-12-11 02:37:56] "GET /network-policy/a91b7164-b07c-49ce-bb47-669dc85f5fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.003111 10.0.0.61 - - [2025-12-11 02:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002145 10.0.0.61 - - [2025-12-11 02:37:56] "GET /network-policy/c79a5f9f-c394-4210-bbf3-e7c2291d925a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.004028 10.0.0.61 - - [2025-12-11 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.61 - - [2025-12-11 02:37:57] "GET /network-policy/37dc24fb-fc2a-4a31-8c83-d94d857297fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.003845 10.0.0.61 - - [2025-12-11 02:37:57] "POST /neutron/network HTTP/1.1" 200 1340 0.012717 10.0.0.61 - - [2025-12-11 02:37:57] "GET /virtual-network/10a616cf-f043-4825-a279-08e2264dca3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3599 0.006297 10.0.0.61 - - [2025-12-11 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002539 10.0.0.61 - - [2025-12-11 02:37:57] "GET /network-policy/37dc24fb-fc2a-4a31-8c83-d94d857297fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.003896 10.0.0.61 - - [2025-12-11 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.61 - - [2025-12-11 02:37:57] "GET /network-policy/a91b7164-b07c-49ce-bb47-669dc85f5fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.003968 10.0.0.61 - - [2025-12-11 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002564 10.0.0.61 - - [2025-12-11 02:37:57] "GET /network-policy/c79a5f9f-c394-4210-bbf3-e7c2291d925a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.003838 10.0.0.61 - - [2025-12-11 02:38:02] "GET /virtual-network/10a616cf-f043-4825-a279-08e2264dca3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3599 0.006795 10.0.0.61 - - [2025-12-11 02:38:02] "POST /neutron/network HTTP/1.1" 200 1432 0.019963 10.0.0.33 - - [2025-12-11 02:38:02] "DELETE /access-control-list/d11499ee-6c32-49a6-b8fd-e2d800d06e1c HTTP/1.1" 200 115 0.047332 10.0.0.61 - - [2025-12-11 02:38:02] "GET /virtual-network/10a616cf-f043-4825-a279-08e2264dca3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.007141 10.0.0.61 - - [2025-12-11 02:38:07] "GET /virtual-machine/d9f07fd3-019f-43da-8d5c-9bb959ed1e99 HTTP/1.1" 200 1307 0.004712 10.0.0.61 - - [2025-12-11 02:38:08] "POST /neutron/port HTTP/1.1" 200 1209 0.020421 10.0.0.61 - - [2025-12-11 02:38:09] "GET /virtual-machine/d9f07fd3-019f-43da-8d5c-9bb959ed1e99 HTTP/1.1" 404 171 0.003428 10.0.0.61 - - [2025-12-11 02:38:09] "GET /virtual-machine/d9f07fd3-019f-43da-8d5c-9bb959ed1e99 HTTP/1.1" 404 171 0.002451 10.0.0.61 - - [2025-12-11 02:38:09] "GET /virtual-machine/d9f07fd3-019f-43da-8d5c-9bb959ed1e99 HTTP/1.1" 404 171 0.002114 10.0.0.61 - - [2025-12-11 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004382 10.0.0.61 - - [2025-12-11 02:38:09] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.007522 10.0.0.61 - - [2025-12-11 02:38:09] "GET /virtual-networks?parent_id=9fa4cd37-028f-48de-a79d-02c950964025&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.004199 10.0.0.61 - - [2025-12-11 02:38:10] "GET /virtual-network/10a616cf-f043-4825-a279-08e2264dca3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.008532 10.0.0.61 - - [2025-12-11 02:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004807 10.0.0.61 - - [2025-12-11 02:38:10] "GET /routing-instance/f9a38126-21a3-41ba-a3c3-d5d3b424a3c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.005587 10.0.0.61 - - [2025-12-11 02:38:10] "GET /route-target/5a16ce05-e77e-40ab-9362-0987ddbda8ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005745 10.0.0.61 - - [2025-12-11 02:38:10] "GET /obj-perms HTTP/1.1" 200 5021 0.068768 10.0.0.27 - - [2025-12-11 02:38:10] "GET /obj-perms HTTP/1.1" 200 5021 0.056616 10.0.0.61 - - [2025-12-11 02:38:19] "GET /obj-perms HTTP/1.1" 200 5021 0.004485 10.0.0.27 - - [2025-12-11 02:38:19] "GET /obj-perms HTTP/1.1" 200 5021 0.003849 10.0.0.61 - - [2025-12-11 02:38:22] "GET /obj-perms HTTP/1.1" 200 5021 0.003363 10.0.0.61 - - [2025-12-11 02:38:23] "DELETE /network-policy/37dc24fb-fc2a-4a31-8c83-d94d857297fe HTTP/1.1" 200 115 0.038385 10.0.0.61 - - [2025-12-11 02:38:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.27 - - [2025-12-11 02:38:23] "GET /projects?obj_uuids=9fa4cd37-028f-48de-a79d-02c950964025&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000904 10.0.0.61 - - [2025-12-11 02:38:23] "GET /project/9fa4cd37-028f-48de-a79d-02c950964025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.051679 10.0.0.61 - - [2025-12-11 02:38:23] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-19616858&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.005762 10.0.0.61 - - [2025-12-11 02:38:23] "DELETE /network-policy/c79a5f9f-c394-4210-bbf3-e7c2291d925a HTTP/1.1" 200 115 0.031946 10.0.0.61 - - [2025-12-11 02:38:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005785 10.0.0.27 - - [2025-12-11 02:38:23] "GET /projects?obj_uuids=9fa4cd37-028f-48de-a79d-02c950964025&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001267 10.0.0.61 - - [2025-12-11 02:38:23] "GET /project/9fa4cd37-028f-48de-a79d-02c950964025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.056797 10.0.0.61 - - [2025-12-11 02:38:23] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-19616858&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.005071 10.0.0.61 - - [2025-12-11 02:38:23] "DELETE /network-policy/a91b7164-b07c-49ce-bb47-669dc85f5fb4 HTTP/1.1" 200 115 0.031347 10.0.0.61 - - [2025-12-11 02:38:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.27 - - [2025-12-11 02:38:23] "GET /projects?obj_uuids=9fa4cd37-028f-48de-a79d-02c950964025&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000917 10.0.0.61 - - [2025-12-11 02:38:23] "GET /project/9fa4cd37-028f-48de-a79d-02c950964025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.032071 10.0.0.61 - - [2025-12-11 02:38:23] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-19616858&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005162 10.0.0.61 - - [2025-12-11 02:38:23] "POST /neutron/network HTTP/1.1" 200 1142 0.008857 10.0.0.61 - - [2025-12-11 02:38:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.61 - - [2025-12-11 02:38:24] "DELETE /network-ipam/cae6245d-6029-4090-b248-377e2245da6f HTTP/1.1" 200 115 0.029302 10.0.0.61 - - [2025-12-11 02:38:24] "POST /fqname-to-id HTTP/1.1" 404 264 0.003314 10.0.0.27 - - [2025-12-11 02:38:24] "GET /projects?obj_uuids=9fa4cd37-028f-48de-a79d-02c950964025&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000822 10.0.0.27 - - [2025-12-11 02:38:24] "GET /project/9fa4cd37-028f-48de-a79d-02c950964025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1535 0.032834 10.0.0.27 - - [2025-12-11 02:38:24] "GET /projects?obj_uuids=9fa4cd37-028f-48de-a79d-02c950964025&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001086 10.0.0.27 - - [2025-12-11 02:38:24] "GET /project/9fa4cd37-028f-48de-a79d-02c950964025?fields=security_groups HTTP/1.1" 200 1416 0.084267 10.0.0.27 - - [2025-12-11 02:38:24] "DELETE /security-group/6ca2f1ca-9dcf-4f72-969b-640bfb1ec378 HTTP/1.1" 200 115 0.045428 10.0.0.27 - - [2025-12-11 02:38:24] "GET /projects?obj_uuids=9fa4cd37-028f-48de-a79d-02c950964025&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000950 10.0.0.33 - - [2025-12-11 02:38:24] "DELETE /access-control-list/fc48ba23-4978-4dff-8cbd-46e57ab2d70f HTTP/1.1" 200 115 0.042252 10.0.0.27 - - [2025-12-11 02:38:24] "GET /project/9fa4cd37-028f-48de-a79d-02c950964025?fields=application_policy_sets HTTP/1.1" 200 1455 0.049488 10.0.0.61 - - [2025-12-11 02:38:24] "DELETE /project/9fa4cd37-028f-48de-a79d-02c950964025 HTTP/1.1" 200 115 0.410349 10.0.0.27 - - [2025-12-11 02:38:24] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002283 10.0.0.61 - - [2025-12-11 02:38:24] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?fields=projects HTTP/1.1" 200 1438 0.009751 10.0.0.27 - - [2025-12-11 02:38:27] "GET /projects?obj_uuids=9fa4cd37-028f-48de-a79d-02c950964025&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003685 10.0.0.27 - - [2025-12-11 02:38:27] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000784 10.0.0.27 - - [2025-12-11 02:38:27] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049753 10.0.0.27 - - [2025-12-11 02:38:27] "POST /id-to-fqname HTTP/1.1" 200 204 0.004016 10.0.0.27 - - [2025-12-11 02:38:27] "POST /fqname-to-id HTTP/1.1" 404 213 0.004816 10.0.0.27 - - [2025-12-11 02:38:27] "POST /security-groups HTTP/1.1" 200 605 0.029046 10.0.0.27 - - [2025-12-11 02:38:27] "POST /projects HTTP/1.1" 200 613 0.237579 10.0.0.33 - - [2025-12-11 02:38:27] "POST /access-control-lists HTTP/1.1" 200 610 0.022496 10.0.0.27 - - [2025-12-11 02:38:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.308511 10.0.0.61 - - [2025-12-11 02:38:27] "GET /project/9fa4cd37-028f-48de-a79d-02c950964025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.448693 10.0.0.27 - - [2025-12-11 02:38:27] "GET /projects?obj_uuids=9fa4cd37-028f-48de-a79d-02c950964025&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002429 10.0.0.61 - - [2025-12-11 02:38:27] "GET /project/9fa4cd37-028f-48de-a79d-02c950964025?fields=virtual_networks HTTP/1.1" 200 1071 0.056240 10.0.0.27 - - [2025-12-11 02:38:27] "GET /projects?obj_uuids=9fa4cd37-028f-48de-a79d-02c950964025&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000886 10.0.0.61 - - [2025-12-11 02:38:27] "GET /project/9fa4cd37-028f-48de-a79d-02c950964025?fields=virtual_machine_interfaces HTTP/1.1" 200 1071 0.048232 10.0.0.27 - - [2025-12-11 02:38:27] "GET /projects?obj_uuids=9fa4cd37-028f-48de-a79d-02c950964025&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000830 10.0.0.61 - - [2025-12-11 02:38:27] "GET /project/9fa4cd37-028f-48de-a79d-02c950964025?fields=security_groups HTTP/1.1" 200 1311 0.040792 10.0.0.61 - - [2025-12-11 02:38:28] "POST /fqname-to-id HTTP/1.1" 404 204 0.034991 10.0.0.27 - - [2025-12-11 02:38:28] "GET /projects?obj_uuids=83548a94-f887-40f5-b3a9-6c0af1bc4ad3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003707 10.0.0.27 - - [2025-12-11 02:38:28] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001342 10.0.0.27 - - [2025-12-11 02:38:28] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008845 10.0.0.27 - - [2025-12-11 02:38:28] "POST /id-to-fqname HTTP/1.1" 200 206 0.007962 10.0.0.27 - - [2025-12-11 02:38:28] "POST /fqname-to-id HTTP/1.1" 404 215 0.004931 10.0.0.27 - - [2025-12-11 02:38:29] "POST /security-groups HTTP/1.1" 200 607 0.076142 10.0.0.33 - - [2025-12-11 02:38:29] "POST /fqname-to-id HTTP/1.1" 404 250 0.003446 10.0.0.27 - - [2025-12-11 02:38:29] "POST /projects HTTP/1.1" 200 617 0.303724 10.0.0.27 - - [2025-12-11 02:38:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.380618 10.0.0.33 - - [2025-12-11 02:38:29] "POST /access-control-lists HTTP/1.1" 200 610 0.033766 10.0.0.61 - - [2025-12-11 02:38:29] "GET /project/83548a94-f887-40f5-b3a9-6c0af1bc4ad3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.535962 10.0.0.61 - - [2025-12-11 02:38:30] "GET / HTTP/1.1" 200 35931 0.001986 10.0.0.27 - - [2025-12-11 02:38:31] "GET /obj-perms HTTP/1.1" 200 5056 0.110487 10.0.0.61 - - [2025-12-11 02:38:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000467 10.0.0.61 - - [2025-12-11 02:38:34] "POST /fqname-to-id HTTP/1.1" 404 233 0.024691 10.0.0.61 - - [2025-12-11 02:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.27 - - [2025-12-11 02:38:34] "GET /projects?obj_uuids=83548a94-f887-40f5-b3a9-6c0af1bc4ad3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000922 10.0.0.61 - - [2025-12-11 02:38:34] "GET /project/83548a94-f887-40f5-b3a9-6c0af1bc4ad3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.037758 10.0.0.61 - - [2025-12-11 02:38:34] "POST /network-policys HTTP/1.1" 200 567 0.073048 10.0.0.61 - - [2025-12-11 02:38:34] "GET /network-policy/a45fd96e-a32b-4098-975c-0e0548b6e8da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.005576 10.0.0.61 - - [2025-12-11 02:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002686 10.0.0.27 - - [2025-12-11 02:38:34] "GET /projects?obj_uuids=83548a94-f887-40f5-b3a9-6c0af1bc4ad3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001243 10.0.0.61 - - [2025-12-11 02:38:34] "GET /project/83548a94-f887-40f5-b3a9-6c0af1bc4ad3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.036554 10.0.0.27 - - [2025-12-11 02:38:34] "GET /projects?obj_uuids=83548a94-f887-40f5-b3a9-6c0af1bc4ad3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001161 10.0.0.61 - - [2025-12-11 02:38:34] "POST /neutron/network HTTP/1.1" 200 623 0.152921 10.0.0.61 - - [2025-12-11 02:38:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.005818 10.0.0.61 - - [2025-12-11 02:38:35] "POST /neutron/network HTTP/1.1" 200 1014 0.010752 10.0.0.61 - - [2025-12-11 02:38:35] "POST /id-to-fqname HTTP/1.1" 200 237 0.001093 10.0.0.61 - - [2025-12-11 02:38:35] "GET /virtual-network/1a5b0a81-6ad2-48ec-a7f9-ff1f3b47821a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.004870 10.0.0.61 - - [2025-12-11 02:38:35] "GET /virtual-network/1a5b0a81-6ad2-48ec-a7f9-ff1f3b47821a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.004754 10.0.0.61 - - [2025-12-11 02:38:35] "POST /neutron/subnet HTTP/1.1" 200 715 0.007958 10.0.0.33 - - [2025-12-11 02:38:35] "POST /fqname-to-id HTTP/1.1" 404 252 0.007414 10.0.0.61 - - [2025-12-11 02:38:35] "POST /neutron/network HTTP/1.1" 200 1121 0.079090 10.0.0.61 - - [2025-12-11 02:38:35] "GET /virtual-network/1a5b0a81-6ad2-48ec-a7f9-ff1f3b47821a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.007071 10.0.0.61 - - [2025-12-11 02:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.61 - - [2025-12-11 02:38:35] "GET /network-policy/a45fd96e-a32b-4098-975c-0e0548b6e8da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.013380 10.0.0.61 - - [2025-12-11 02:38:36] "GET /virtual-network/1a5b0a81-6ad2-48ec-a7f9-ff1f3b47821a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.005327 10.0.0.33 - - [2025-12-11 02:38:37] "GET /obj-perms HTTP/1.1" 200 5062 0.048761 10.0.0.61 - - [2025-12-11 02:38:37] "DELETE /network-policy/a45fd96e-a32b-4098-975c-0e0548b6e8da HTTP/1.1" 409 238 0.007478 10.0.0.33 - - [2025-12-11 02:38:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004367 10.0.0.27 - - [2025-12-11 02:38:37] "POST /useragent-kv HTTP/1.1" 200 115 0.004187 10.0.0.27 - - [2025-12-11 02:38:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002510 10.0.0.27 - - [2025-12-11 02:38:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002093 10.0.0.27 - - [2025-12-11 02:38:37] "POST /useragent-kv HTTP/1.1" 200 115 0.001766 10.0.0.61 - - [2025-12-11 02:38:37] "POST /neutron/network HTTP/1.1" 200 151 0.162574 10.0.0.61 - - [2025-12-11 02:38:37] "DELETE /network-policy/a45fd96e-a32b-4098-975c-0e0548b6e8da HTTP/1.1" 200 115 0.047522 10.0.0.61 - - [2025-12-11 02:38:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.27 - - [2025-12-11 02:38:38] "GET /projects?obj_uuids=83548a94-f887-40f5-b3a9-6c0af1bc4ad3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000905 10.0.0.61 - - [2025-12-11 02:38:38] "GET /project/83548a94-f887-40f5-b3a9-6c0af1bc4ad3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.036091 10.0.0.61 - - [2025-12-11 02:38:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-39946947&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004803 10.0.0.27 - - [2025-12-11 02:38:40] "GET /projects?obj_uuids=83548a94-f887-40f5-b3a9-6c0af1bc4ad3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001380 10.0.0.61 - - [2025-12-11 02:38:40] "GET /project/83548a94-f887-40f5-b3a9-6c0af1bc4ad3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.038258 10.0.0.27 - - [2025-12-11 02:38:40] "GET /projects?obj_uuids=83548a94-f887-40f5-b3a9-6c0af1bc4ad3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000950 10.0.0.61 - - [2025-12-11 02:38:40] "GET /project/83548a94-f887-40f5-b3a9-6c0af1bc4ad3?fields=virtual_networks HTTP/1.1" 200 1074 0.039412 10.0.0.27 - - [2025-12-11 02:38:40] "GET /projects?obj_uuids=83548a94-f887-40f5-b3a9-6c0af1bc4ad3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000848 10.0.0.61 - - [2025-12-11 02:38:40] "GET /project/83548a94-f887-40f5-b3a9-6c0af1bc4ad3?fields=virtual_machine_interfaces HTTP/1.1" 200 1074 0.035149 10.0.0.27 - - [2025-12-11 02:38:40] "GET /projects?obj_uuids=83548a94-f887-40f5-b3a9-6c0af1bc4ad3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001132 10.0.0.61 - - [2025-12-11 02:38:40] "GET /project/83548a94-f887-40f5-b3a9-6c0af1bc4ad3?fields=security_groups HTTP/1.1" 200 1316 0.041646 10.0.0.61 - - [2025-12-11 02:38:41] "POST /fqname-to-id HTTP/1.1" 404 188 0.026523 10.0.0.27 - - [2025-12-11 02:38:41] "GET /projects?obj_uuids=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002482 10.0.0.27 - - [2025-12-11 02:38:41] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001127 10.0.0.27 - - [2025-12-11 02:38:41] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006819 10.0.0.27 - - [2025-12-11 02:38:41] "POST /id-to-fqname HTTP/1.1" 200 190 0.002036 10.0.0.27 - - [2025-12-11 02:38:41] "POST /fqname-to-id HTTP/1.1" 404 199 0.007115 10.0.0.27 - - [2025-12-11 02:38:41] "POST /security-groups HTTP/1.1" 200 591 0.025774 10.0.0.27 - - [2025-12-11 02:38:42] "POST /projects HTTP/1.1" 200 585 0.231443 10.0.0.33 - - [2025-12-11 02:38:42] "POST /access-control-lists HTTP/1.1" 200 596 0.026405 10.0.0.27 - - [2025-12-11 02:38:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.304060 10.0.0.61 - - [2025-12-11 02:38:42] "GET /project/37755a30-e520-4342-93f6-fdcfa7911f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.425504 10.0.0.61 - - [2025-12-11 02:38:43] "GET / HTTP/1.1" 200 35931 0.001392 10.0.0.61 - - [2025-12-11 02:38:44] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000622 10.0.0.61 - - [2025-12-11 02:38:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.059805 10.0.0.61 - - [2025-12-11 02:38:45] "POST /network-ipams HTTP/1.1" 200 513 0.024708 10.0.0.61 - - [2025-12-11 02:38:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003900 10.0.0.61 - - [2025-12-11 02:38:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004553 10.0.0.61 - - [2025-12-11 02:38:45] "GET /network-ipam/695c9a56-8313-4cdd-a24d-e833c6e01f22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.006722 10.0.0.61 - - [2025-12-11 02:38:45] "PUT /network-ipam/695c9a56-8313-4cdd-a24d-e833c6e01f22 HTTP/1.1" 200 258 0.013959 10.0.0.61 - - [2025-12-11 02:38:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003296 10.0.0.61 - - [2025-12-11 02:38:45] "POST /network-ipams HTTP/1.1" 200 513 0.028668 10.0.0.61 - - [2025-12-11 02:38:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003014 10.0.0.61 - - [2025-12-11 02:38:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.61 - - [2025-12-11 02:38:45] "GET /network-ipam/79a2e9ff-8894-49ae-8199-ffa3a78cbbdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.006039 10.0.0.61 - - [2025-12-11 02:38:45] "PUT /network-ipam/79a2e9ff-8894-49ae-8199-ffa3a78cbbdf HTTP/1.1" 200 258 0.013828 10.0.0.61 - - [2025-12-11 02:38:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003132 10.0.0.61 - - [2025-12-11 02:38:45] "POST /network-ipams HTTP/1.1" 200 513 0.025530 10.0.0.61 - - [2025-12-11 02:38:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.003300 10.0.0.61 - - [2025-12-11 02:38:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.61 - - [2025-12-11 02:38:46] "GET /network-ipam/0a3d3a78-5b93-463d-a749-68b918815906?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.005714 10.0.0.61 - - [2025-12-11 02:38:46] "PUT /network-ipam/0a3d3a78-5b93-463d-a749-68b918815906 HTTP/1.1" 200 258 0.013774 10.0.0.61 - - [2025-12-11 02:38:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.27 - - [2025-12-11 02:38:46] "GET /projects?obj_uuids=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000891 10.0.0.61 - - [2025-12-11 02:38:46] "GET /project/37755a30-e520-4342-93f6-fdcfa7911f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.045830 10.0.0.33 - - [2025-12-11 02:38:47] "POST /route-targets HTTP/1.1" 200 327 0.011678 10.0.0.27 - - [2025-12-11 02:38:47] "POST /useragent-kv HTTP/1.1" 200 115 0.007159 10.0.0.61 - - [2025-12-11 02:38:47] "POST /neutron/subnet HTTP/1.1" 200 720 0.194711 10.0.0.61 - - [2025-12-11 02:38:47] "POST /id-to-fqname HTTP/1.1" 200 221 0.001484 10.0.0.61 - - [2025-12-11 02:38:47] "GET /virtual-network/59fe061b-ff6d-4e69-97e2-491b55b794a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005049 10.0.0.61 - - [2025-12-11 02:38:47] "GET /virtual-network/59fe061b-ff6d-4e69-97e2-491b55b794a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005541 10.0.0.61 - - [2025-12-11 02:38:47] "POST /neutron/network HTTP/1.1" 200 823 0.006396 10.0.0.61 - - [2025-12-11 02:38:47] "GET /virtual-network/59fe061b-ff6d-4e69-97e2-491b55b794a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006041 10.0.0.61 - - [2025-12-11 02:38:47] "GET /network-ipam/695c9a56-8313-4cdd-a24d-e833c6e01f22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.003537 10.0.0.61 - - [2025-12-11 02:38:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.27 - - [2025-12-11 02:38:47] "GET /projects?obj_uuids=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001163 10.0.0.61 - - [2025-12-11 02:38:47] "GET /project/37755a30-e520-4342-93f6-fdcfa7911f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.038304 10.0.0.61 - - [2025-12-11 02:38:47] "POST /neutron/network HTTP/1.1" 200 117 0.013915 10.0.0.33 - - [2025-12-11 02:38:47] "POST /ref-update HTTP/1.1" 200 156 0.027850 10.0.0.61 - - [2025-12-11 02:38:48] "POST /neutron/network HTTP/1.1" 200 824 0.007517 10.0.0.61 - - [2025-12-11 02:38:48] "POST /id-to-fqname HTTP/1.1" 200 221 0.000984 10.0.0.61 - - [2025-12-11 02:38:48] "GET /virtual-network/3f217681-3287-45e8-add3-9dd1155578fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006065 10.0.0.61 - - [2025-12-11 02:38:48] "GET /virtual-network/3f217681-3287-45e8-add3-9dd1155578fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004720 10.0.0.61 - - [2025-12-11 02:38:48] "POST /neutron/subnet HTTP/1.1" 200 724 0.007766 10.0.0.61 - - [2025-12-11 02:38:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002297 10.0.0.27 - - [2025-12-11 02:38:48] "GET /projects?obj_uuids=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000774 10.0.0.61 - - [2025-12-11 02:38:48] "GET /project/37755a30-e520-4342-93f6-fdcfa7911f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.034618 10.0.0.27 - - [2025-12-11 02:38:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003337 10.0.0.61 - - [2025-12-11 02:38:48] "POST /neutron/subnet HTTP/1.1" 200 720 0.215848 10.0.0.61 - - [2025-12-11 02:38:48] "POST /id-to-fqname HTTP/1.1" 200 221 0.001447 10.0.0.61 - - [2025-12-11 02:38:48] "GET /virtual-network/346cb137-3a1d-46ff-bba7-5d91c9b9a148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005624 10.0.0.61 - - [2025-12-11 02:38:48] "GET /virtual-network/346cb137-3a1d-46ff-bba7-5d91c9b9a148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006160 10.0.0.61 - - [2025-12-11 02:38:48] "POST /neutron/network HTTP/1.1" 200 823 0.005013 10.0.0.61 - - [2025-12-11 02:38:48] "GET /virtual-network/59fe061b-ff6d-4e69-97e2-491b55b794a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005289 10.0.0.61 - - [2025-12-11 02:38:50] "GET /virtual-network/3f217681-3287-45e8-add3-9dd1155578fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005014 10.0.0.61 - - [2025-12-11 02:38:50] "GET /obj-perms HTTP/1.1" 200 5030 0.052414 10.0.0.27 - - [2025-12-11 02:38:50] "GET /obj-perms HTTP/1.1" 200 5030 0.047403 10.0.0.61 - - [2025-12-11 02:38:51] "GET /virtual-network/346cb137-3a1d-46ff-bba7-5d91c9b9a148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004932 10.0.0.33 - - [2025-12-11 02:38:51] "GET /obj-perms HTTP/1.1" 200 5030 0.073470 10.0.0.61 - - [2025-12-11 02:38:51] "POST /fqname-to-id HTTP/1.1" 404 215 0.003919 10.0.0.61 - - [2025-12-11 02:38:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.27 - - [2025-12-11 02:38:51] "GET /projects?obj_uuids=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000889 10.0.0.61 - - [2025-12-11 02:38:51] "GET /project/37755a30-e520-4342-93f6-fdcfa7911f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.034620 10.0.0.61 - - [2025-12-11 02:38:51] "POST /network-policys HTTP/1.1" 200 553 0.024964 10.0.0.61 - - [2025-12-11 02:38:51] "GET /network-policy/91ae8582-9bc2-4489-8b64-08cb8e95486b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005287 10.0.0.61 - - [2025-12-11 02:38:51] "POST /fqname-to-id HTTP/1.1" 404 215 0.002765 10.0.0.61 - - [2025-12-11 02:38:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.010581 10.0.0.27 - - [2025-12-11 02:38:51] "GET /projects?obj_uuids=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000885 10.0.0.61 - - [2025-12-11 02:38:51] "GET /project/37755a30-e520-4342-93f6-fdcfa7911f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.042825 10.0.0.61 - - [2025-12-11 02:38:51] "POST /network-policys HTTP/1.1" 200 553 0.026137 10.0.0.61 - - [2025-12-11 02:38:51] "GET /network-policy/7a3e4624-1f4b-4f44-bcaa-05f2ffecdc53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.006185 10.0.0.61 - - [2025-12-11 02:38:51] "POST /fqname-to-id HTTP/1.1" 404 215 0.002623 10.0.0.61 - - [2025-12-11 02:38:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.27 - - [2025-12-11 02:38:52] "GET /projects?obj_uuids=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000871 10.0.0.61 - - [2025-12-11 02:38:52] "GET /project/37755a30-e520-4342-93f6-fdcfa7911f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.034852 10.0.0.61 - - [2025-12-11 02:38:52] "POST /network-policys HTTP/1.1" 200 553 0.043749 10.0.0.61 - - [2025-12-11 02:38:52] "GET /network-policy/852cef51-f899-47bd-a194-4cd2e655e13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.006861 10.0.0.33 - - [2025-12-11 02:38:52] "POST /fqname-to-id HTTP/1.1" 404 236 0.007440 10.0.0.61 - - [2025-12-11 02:38:52] "POST /ref-update HTTP/1.1" 200 156 0.067154 10.0.0.61 - - [2025-12-11 02:38:52] "POST /ref-update HTTP/1.1" 200 156 0.078654 10.0.0.33 - - [2025-12-11 02:38:52] "POST /fqname-to-id HTTP/1.1" 404 236 0.007776 10.0.0.61 - - [2025-12-11 02:38:52] "POST /neutron/network HTTP/1.1" 200 916 0.053019 10.0.0.61 - - [2025-12-11 02:38:52] "GET /virtual-network/3f217681-3287-45e8-add3-9dd1155578fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.013886 10.0.0.61 - - [2025-12-11 02:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002554 10.0.0.61 - - [2025-12-11 02:38:52] "GET /network-policy/7a3e4624-1f4b-4f44-bcaa-05f2ffecdc53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.005718 10.0.0.61 - - [2025-12-11 02:38:52] "POST /id-to-fqname HTTP/1.1" 200 221 0.000951 10.0.0.27 - - [2025-12-11 02:38:53] "GET /projects?obj_uuids=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000809 10.0.0.61 - - [2025-12-11 02:38:53] "GET /project/37755a30-e520-4342-93f6-fdcfa7911f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.067312 10.0.0.61 - - [2025-12-11 02:38:53] "POST /neutron/network HTTP/1.1" 200 994 0.007739 10.0.0.61 - - [2025-12-11 02:38:54] "POST /id-to-fqname HTTP/1.1" 200 221 0.001250 10.0.0.61 - - [2025-12-11 02:38:54] "POST /neutron/port HTTP/1.1" 200 117 0.005802 10.0.0.27 - - [2025-12-11 02:38:54] "GET /projects?obj_uuids=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000821 10.0.0.61 - - [2025-12-11 02:38:54] "POST /neutron/port HTTP/1.1" 200 1059 0.267931 10.0.0.61 - - [2025-12-11 02:38:54] "POST /neutron/port HTTP/1.1" 200 1113 0.081340 10.0.0.61 - - [2025-12-11 02:38:54] "POST /neutron/subnet HTTP/1.1" 200 694 0.007933 10.0.0.27 - - [2025-12-11 02:38:55] "GET /projects?obj_uuids=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000884 10.0.0.61 - - [2025-12-11 02:38:55] "GET /project/37755a30-e520-4342-93f6-fdcfa7911f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.059450 10.0.0.61 - - [2025-12-11 02:38:55] "POST /neutron/network HTTP/1.1" 200 916 0.005917 10.0.0.61 - - [2025-12-11 02:38:55] "POST /neutron/port HTTP/1.1" 200 117 0.006178 10.0.0.61 - - [2025-12-11 02:38:55] "POST /id-to-fqname HTTP/1.1" 200 221 0.001359 10.0.0.61 - - [2025-12-11 02:38:55] "POST /neutron/network HTTP/1.1" 200 833 0.008753 10.0.0.33 - - [2025-12-11 02:38:55] "PUT /access-control-list/6c651017-11e0-4df4-84f5-fb369d4c1dd3 HTTP/1.1" 200 272 0.023952 10.0.0.61 - - [2025-12-11 02:38:55] "POST /neutron/port HTTP/1.1" 200 1060 0.041513 10.0.0.61 - - [2025-12-11 02:38:56] "POST /neutron/port HTTP/1.1" 200 1088 0.015136 10.0.0.61 - - [2025-12-11 02:38:56] "POST /neutron/port HTTP/1.1" 200 117 0.001337 10.0.0.27 - - [2025-12-11 02:38:56] "GET /projects?obj_uuids=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000988 10.0.0.61 - - [2025-12-11 02:38:56] "GET /project/37755a30-e520-4342-93f6-fdcfa7911f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.057277 10.0.0.61 - - [2025-12-11 02:38:56] "POST /neutron/port HTTP/1.1" 200 2059 0.039494 10.0.0.61 - - [2025-12-11 02:38:56] "POST /neutron/port HTTP/1.1" 200 1087 0.013793 10.0.0.61 - - [2025-12-11 02:38:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008129 10.0.0.61 - - [2025-12-11 02:38:56] "POST /neutron/network HTTP/1.1" 200 833 0.007282 10.0.0.61 - - [2025-12-11 02:38:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009740 10.0.0.61 - - [2025-12-11 02:38:57] "GET /virtual-machine/2bff9d7d-f721-40fc-9667-11ead64beb70 HTTP/1.1" 401 292 0.000506 10.0.0.61 - - [2025-12-11 02:38:57] "POST /neutron/port HTTP/1.1" 200 1113 0.110996 10.0.0.61 - - [2025-12-11 02:38:57] "GET /virtual-machine/2bff9d7d-f721-40fc-9667-11ead64beb70 HTTP/1.1" 200 1292 0.028403 10.0.0.61 - - [2025-12-11 02:38:57] "GET /virtual-machine/2bff9d7d-f721-40fc-9667-11ead64beb70 HTTP/1.1" 200 1292 0.003056 10.0.0.61 - - [2025-12-11 02:38:57] "GET /virtual-machine-interface/8c77106c-b986-497c-b1d9-1b144a425746 HTTP/1.1" 200 2945 0.004096 10.0.0.61 - - [2025-12-11 02:38:57] "POST /neutron/subnet HTTP/1.1" 200 694 0.007905 10.0.0.61 - - [2025-12-11 02:38:57] "GET /virtual-machine/2bff9d7d-f721-40fc-9667-11ead64beb70 HTTP/1.1" 200 1292 0.002352 10.0.0.61 - - [2025-12-11 02:38:57] "GET /virtual-machine-interface/8c77106c-b986-497c-b1d9-1b144a425746 HTTP/1.1" 200 2945 0.005160 10.0.0.61 - - [2025-12-11 02:38:57] "GET /instance-ip/b179175b-77bd-4a09-a747-429190617c90 HTTP/1.1" 200 1621 0.004865 10.0.0.61 - - [2025-12-11 02:38:57] "GET /virtual-machine/2bff9d7d-f721-40fc-9667-11ead64beb70 HTTP/1.1" 200 1292 0.002935 10.0.0.61 - - [2025-12-11 02:38:57] "GET /virtual-machine-interface/8c77106c-b986-497c-b1d9-1b144a425746 HTTP/1.1" 200 2945 0.004046 10.0.0.61 - - [2025-12-11 02:38:57] "GET /instance-ip/b179175b-77bd-4a09-a747-429190617c90 HTTP/1.1" 200 1621 0.003849 10.0.0.61 - - [2025-12-11 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.61 - - [2025-12-11 02:38:57] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003443 10.0.0.61 - - [2025-12-11 02:38:57] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002609 10.0.0.61 - - [2025-12-11 02:38:57] "GET /virtual-network/59fe061b-ff6d-4e69-97e2-491b55b794a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005358 10.0.0.61 - - [2025-12-11 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.61 - - [2025-12-11 02:38:57] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004075 10.0.0.61 - - [2025-12-11 02:38:57] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002941 10.0.0.61 - - [2025-12-11 02:38:57] "GET /virtual-network/59fe061b-ff6d-4e69-97e2-491b55b794a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005296 10.0.0.61 - - [2025-12-11 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.61 - - [2025-12-11 02:38:57] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003927 10.0.0.61 - - [2025-12-11 02:38:57] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003149 10.0.0.61 - - [2025-12-11 02:38:57] "GET /virtual-network/59fe061b-ff6d-4e69-97e2-491b55b794a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006110 10.0.0.61 - - [2025-12-11 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.61 - - [2025-12-11 02:38:57] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004752 10.0.0.61 - - [2025-12-11 02:38:57] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003159 10.0.0.61 - - [2025-12-11 02:38:58] "GET /virtual-network/59fe061b-ff6d-4e69-97e2-491b55b794a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005429 10.0.0.61 - - [2025-12-11 02:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.61 - - [2025-12-11 02:38:58] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003685 10.0.0.61 - - [2025-12-11 02:38:58] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002758 10.0.0.61 - - [2025-12-11 02:38:58] "GET /virtual-network/59fe061b-ff6d-4e69-97e2-491b55b794a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005419 10.0.0.61 - - [2025-12-11 02:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.61 - - [2025-12-11 02:39:01] "GET /virtual-network/59fe061b-ff6d-4e69-97e2-491b55b794a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005086 10.0.0.61 - - [2025-12-11 02:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.61 - - [2025-12-11 02:39:05] "GET /virtual-network/59fe061b-ff6d-4e69-97e2-491b55b794a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006538 10.0.0.61 - - [2025-12-11 02:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.61 - - [2025-12-11 02:39:09] "GET /virtual-network/59fe061b-ff6d-4e69-97e2-491b55b794a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005564 10.0.0.61 - - [2025-12-11 02:39:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.61 - - [2025-12-11 02:39:13] "GET /virtual-network/59fe061b-ff6d-4e69-97e2-491b55b794a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.004817 10.0.0.27 - - [2025-12-11 02:39:15] "DELETE /project/83548a94f88740f5b3a96c0af1bc4ad3 HTTP/1.1" 404 173 0.007635 10.0.0.27 - - [2025-12-11 02:39:15] "DELETE /project/37755a30e520434293f6fdcfa7911f3f HTTP/1.1" 404 173 0.015131 10.0.0.27 - - [2025-12-11 02:39:15] "DELETE /project/9fa4cd37028f48dea79d02c950964025 HTTP/1.1" 404 173 0.013196 10.0.0.27 - - [2025-12-11 02:39:15] "GET /projects?obj_uuids=83548a94-f887-40f5-b3a9-6c0af1bc4ad3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001047 10.0.0.27 - - [2025-12-11 02:39:15] "GET /projects?obj_uuids=9fa4cd37-028f-48de-a79d-02c950964025&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000737 10.0.0.27 - - [2025-12-11 02:39:15] "GET /project/9fa4cd37-028f-48de-a79d-02c950964025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1535 0.049071 10.0.0.27 - - [2025-12-11 02:39:15] "GET /project/83548a94-f887-40f5-b3a9-6c0af1bc4ad3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1542 0.056040 10.0.0.27 - - [2025-12-11 02:39:15] "GET /projects?obj_uuids=9fa4cd37-028f-48de-a79d-02c950964025&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000978 10.0.0.27 - - [2025-12-11 02:39:15] "GET /projects?obj_uuids=83548a94-f887-40f5-b3a9-6c0af1bc4ad3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000692 10.0.0.27 - - [2025-12-11 02:39:16] "GET /project/9fa4cd37-028f-48de-a79d-02c950964025?fields=security_groups HTTP/1.1" 200 1416 0.065388 10.0.0.27 - - [2025-12-11 02:39:16] "GET /project/83548a94-f887-40f5-b3a9-6c0af1bc4ad3?fields=security_groups HTTP/1.1" 200 1421 0.070497 10.0.0.27 - - [2025-12-11 02:39:16] "DELETE /security-group/448477ee-1a3d-4a1d-9c94-782fda765634 HTTP/1.1" 200 115 0.072137 10.0.0.27 - - [2025-12-11 02:39:16] "GET /projects?obj_uuids=9fa4cd37-028f-48de-a79d-02c950964025&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001580 10.0.0.27 - - [2025-12-11 02:39:16] "DELETE /security-group/78892312-700d-4a99-b0f5-f47ffde7575d HTTP/1.1" 200 115 0.074482 10.0.0.27 - - [2025-12-11 02:39:16] "GET /projects?obj_uuids=83548a94-f887-40f5-b3a9-6c0af1bc4ad3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001037 10.0.0.27 - - [2025-12-11 02:39:16] "GET /project/9fa4cd37-028f-48de-a79d-02c950964025?fields=application_policy_sets HTTP/1.1" 200 1455 0.054604 10.0.0.27 - - [2025-12-11 02:39:16] "GET /project/83548a94-f887-40f5-b3a9-6c0af1bc4ad3?fields=application_policy_sets HTTP/1.1" 200 1460 0.094110 10.0.0.33 - - [2025-12-11 02:39:16] "DELETE /access-control-list/82597084-497a-45b6-b369-f104889c8958 HTTP/1.1" 200 115 0.050397 10.0.0.27 - - [2025-12-11 02:39:16] "DELETE /project/9fa4cd37-028f-48de-a79d-02c950964025 HTTP/1.1" 200 115 0.499692 10.0.0.27 - - [2025-12-11 02:39:16] "DELETE /project/83548a94-f887-40f5-b3a9-6c0af1bc4ad3 HTTP/1.1" 200 115 0.546446 10.0.0.61 - - [2025-12-11 02:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.61 - - [2025-12-11 02:39:17] "GET /virtual-network/59fe061b-ff6d-4e69-97e2-491b55b794a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005443 10.0.0.61 - - [2025-12-11 02:39:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.61 - - [2025-12-11 02:39:21] "GET /virtual-network/59fe061b-ff6d-4e69-97e2-491b55b794a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.004372 10.0.0.61 - - [2025-12-11 02:39:24] "POST /neutron/port HTTP/1.1" 200 1088 0.014965 10.0.0.61 - - [2025-12-11 02:39:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003874 10.0.0.61 - - [2025-12-11 02:39:25] "POST /neutron/network HTTP/1.1" 200 916 0.006279 10.0.0.61 - - [2025-12-11 02:39:25] "POST /neutron/network HTTP/1.1" 200 1004 0.006533 10.0.0.61 - - [2025-12-11 02:39:25] "POST /neutron/port HTTP/1.1" 200 117 0.001075 10.0.0.61 - - [2025-12-11 02:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.61 - - [2025-12-11 02:39:25] "GET /virtual-network/59fe061b-ff6d-4e69-97e2-491b55b794a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.004837 10.0.0.61 - - [2025-12-11 02:39:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.61 - - [2025-12-11 02:39:29] "GET /virtual-network/59fe061b-ff6d-4e69-97e2-491b55b794a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.004552 10.0.0.61 - - [2025-12-11 02:39:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321 10.0.0.61 - - [2025-12-11 02:39:34] "GET /virtual-network/59fe061b-ff6d-4e69-97e2-491b55b794a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006548 10.0.0.61 - - [2025-12-11 02:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.61 - - [2025-12-11 02:39:38] "GET /virtual-network/59fe061b-ff6d-4e69-97e2-491b55b794a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.004748 10.0.0.61 - - [2025-12-11 02:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.61 - - [2025-12-11 02:39:42] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003505 10.0.0.61 - - [2025-12-11 02:39:42] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002900 10.0.0.61 - - [2025-12-11 02:39:42] "GET /virtual-network/59fe061b-ff6d-4e69-97e2-491b55b794a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005580 10.0.0.61 - - [2025-12-11 02:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.61 - - [2025-12-11 02:39:42] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003632 10.0.0.61 - - [2025-12-11 02:39:42] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002794 10.0.0.61 - - [2025-12-11 02:39:42] "GET /virtual-network/59fe061b-ff6d-4e69-97e2-491b55b794a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005335 10.0.0.61 - - [2025-12-11 02:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002516 10.0.0.61 - - [2025-12-11 02:39:42] "GET /routing-instance/e3b61d18-9dc3-471d-bcf8-14e1deb959eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004332 10.0.0.61 - - [2025-12-11 02:39:42] "GET /route-target/7f1aae2e-26ed-44fa-adc8-9e4e09da92d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003268 10.0.0.61 - - [2025-12-11 02:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.61 - - [2025-12-11 02:39:42] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003677 10.0.0.61 - - [2025-12-11 02:39:42] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002433 10.0.0.61 - - [2025-12-11 02:39:42] "GET /virtual-network/59fe061b-ff6d-4e69-97e2-491b55b794a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005580 10.0.0.61 - - [2025-12-11 02:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.61 - - [2025-12-11 02:39:42] "GET /routing-instance/e3b61d18-9dc3-471d-bcf8-14e1deb959eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.003858 10.0.0.61 - - [2025-12-11 02:39:42] "GET /route-target/7f1aae2e-26ed-44fa-adc8-9e4e09da92d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003129 10.0.0.61 - - [2025-12-11 02:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.61 - - [2025-12-11 02:39:42] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003731 10.0.0.61 - - [2025-12-11 02:39:42] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002742 10.0.0.61 - - [2025-12-11 02:39:42] "GET /virtual-network/59fe061b-ff6d-4e69-97e2-491b55b794a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.009292 10.0.0.61 - - [2025-12-11 02:39:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.61 - - [2025-12-11 02:39:43] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004924 10.0.0.61 - - [2025-12-11 02:39:43] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003396 10.0.0.61 - - [2025-12-11 02:39:43] "GET /virtual-network/59fe061b-ff6d-4e69-97e2-491b55b794a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006914 10.0.0.61 - - [2025-12-11 02:39:43] "GET /obj-perms HTTP/1.1" 200 5030 0.003531 10.0.0.27 - - [2025-12-11 02:39:43] "GET /obj-perms HTTP/1.1" 200 5030 0.003926 10.0.0.61 - - [2025-12-11 02:39:43] "GET /obj-perms HTTP/1.1" 200 5030 0.003979 10.0.0.27 - - [2025-12-11 02:39:43] "GET /obj-perms HTTP/1.1" 200 5030 0.004627 10.0.0.61 - - [2025-12-11 02:39:43] "GET /obj-perms HTTP/1.1" 200 5030 0.003538 10.0.0.61 - - [2025-12-11 02:39:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006387 10.0.0.61 - - [2025-12-11 02:39:43] "POST /neutron/port HTTP/1.1" 200 1088 0.012221 10.0.0.61 - - [2025-12-11 02:39:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005810 10.0.0.61 - - [2025-12-11 02:39:43] "GET /virtual-machine/03a8b095-5875-4931-9ffa-0b692adca805 HTTP/1.1" 200 1291 0.004446 10.0.0.61 - - [2025-12-11 02:39:43] "GET /virtual-machine/03a8b095-5875-4931-9ffa-0b692adca805 HTTP/1.1" 200 1291 0.002818 10.0.0.61 - - [2025-12-11 02:39:43] "GET /virtual-machine-interface/e084126c-401f-401f-9764-698f263c3400 HTTP/1.1" 200 2945 0.003954 10.0.0.61 - - [2025-12-11 02:39:43] "GET /virtual-machine/03a8b095-5875-4931-9ffa-0b692adca805 HTTP/1.1" 200 1291 0.002406 10.0.0.61 - - [2025-12-11 02:39:43] "GET /virtual-machine-interface/e084126c-401f-401f-9764-698f263c3400 HTTP/1.1" 200 2945 0.003802 10.0.0.61 - - [2025-12-11 02:39:43] "GET /instance-ip/1bc1d7cb-e861-49c5-a08a-8ab0cec20674 HTTP/1.1" 200 1621 0.004343 10.0.0.61 - - [2025-12-11 02:39:43] "GET /virtual-machine/03a8b095-5875-4931-9ffa-0b692adca805 HTTP/1.1" 200 1291 0.002574 10.0.0.61 - - [2025-12-11 02:39:43] "GET /virtual-machine-interface/e084126c-401f-401f-9764-698f263c3400 HTTP/1.1" 200 2945 0.003888 10.0.0.61 - - [2025-12-11 02:39:43] "GET /instance-ip/1bc1d7cb-e861-49c5-a08a-8ab0cec20674 HTTP/1.1" 200 1621 0.002861 10.0.0.61 - - [2025-12-11 02:39:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002220 10.0.0.61 - - [2025-12-11 02:39:43] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.002917 10.0.0.61 - - [2025-12-11 02:39:43] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002066 10.0.0.61 - - [2025-12-11 02:39:43] "GET /virtual-network/3f217681-3287-45e8-add3-9dd1155578fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005289 10.0.0.61 - - [2025-12-11 02:39:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.61 - - [2025-12-11 02:39:43] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003868 10.0.0.61 - - [2025-12-11 02:39:43] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002653 10.0.0.61 - - [2025-12-11 02:39:43] "GET /virtual-network/3f217681-3287-45e8-add3-9dd1155578fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.006111 10.0.0.61 - - [2025-12-11 02:39:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.61 - - [2025-12-11 02:39:44] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003562 10.0.0.61 - - [2025-12-11 02:39:44] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004668 10.0.0.61 - - [2025-12-11 02:39:44] "GET /virtual-network/3f217681-3287-45e8-add3-9dd1155578fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005970 10.0.0.61 - - [2025-12-11 02:39:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.61 - - [2025-12-11 02:39:44] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004753 10.0.0.61 - - [2025-12-11 02:39:44] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003209 10.0.0.61 - - [2025-12-11 02:39:44] "GET /virtual-network/3f217681-3287-45e8-add3-9dd1155578fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.006496 10.0.0.61 - - [2025-12-11 02:39:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.61 - - [2025-12-11 02:39:44] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004733 10.0.0.61 - - [2025-12-11 02:39:44] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003122 10.0.0.61 - - [2025-12-11 02:39:44] "GET /virtual-network/3f217681-3287-45e8-add3-9dd1155578fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005346 10.0.0.61 - - [2025-12-11 02:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329 10.0.0.61 - - [2025-12-11 02:39:45] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003692 10.0.0.61 - - [2025-12-11 02:39:45] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003081 10.0.0.61 - - [2025-12-11 02:39:45] "GET /virtual-network/3f217681-3287-45e8-add3-9dd1155578fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.006578 10.0.0.61 - - [2025-12-11 02:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.61 - - [2025-12-11 02:39:45] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004110 10.0.0.61 - - [2025-12-11 02:39:45] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003309 10.0.0.61 - - [2025-12-11 02:39:45] "GET /virtual-network/3f217681-3287-45e8-add3-9dd1155578fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.006515 10.0.0.61 - - [2025-12-11 02:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006676 10.0.0.61 - - [2025-12-11 02:39:45] "GET /routing-instance/dba94912-62ce-4fac-89b7-1bf19d8b3357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.006126 10.0.0.61 - - [2025-12-11 02:39:45] "GET /route-target/348ba34e-8212-454b-86e6-fde9c8d186e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004860 10.0.0.61 - - [2025-12-11 02:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.61 - - [2025-12-11 02:39:45] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003538 10.0.0.61 - - [2025-12-11 02:39:45] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002975 10.0.0.61 - - [2025-12-11 02:39:45] "GET /virtual-network/3f217681-3287-45e8-add3-9dd1155578fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.006848 10.0.0.61 - - [2025-12-11 02:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.61 - - [2025-12-11 02:39:46] "GET /routing-instance/dba94912-62ce-4fac-89b7-1bf19d8b3357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.005195 10.0.0.61 - - [2025-12-11 02:39:46] "GET /route-target/348ba34e-8212-454b-86e6-fde9c8d186e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004454 10.0.0.61 - - [2025-12-11 02:39:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.61 - - [2025-12-11 02:39:46] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003786 10.0.0.61 - - [2025-12-11 02:39:46] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002967 10.0.0.61 - - [2025-12-11 02:39:46] "GET /virtual-network/3f217681-3287-45e8-add3-9dd1155578fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005601 10.0.0.61 - - [2025-12-11 02:39:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.61 - - [2025-12-11 02:39:46] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004317 10.0.0.61 - - [2025-12-11 02:39:46] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002824 10.0.0.61 - - [2025-12-11 02:39:46] "GET /virtual-network/3f217681-3287-45e8-add3-9dd1155578fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.006615 10.0.0.27 - - [2025-12-11 02:39:46] "GET /obj-perms HTTP/1.1" 200 5030 0.004493 10.0.0.61 - - [2025-12-11 02:39:46] "GET /obj-perms HTTP/1.1" 200 5030 0.003373 10.0.0.61 - - [2025-12-11 02:39:46] "GET /obj-perms HTTP/1.1" 200 5030 0.003505 10.0.0.27 - - [2025-12-11 02:39:46] "GET /obj-perms HTTP/1.1" 200 5030 0.003386 10.0.0.33 - - [2025-12-11 02:39:46] "GET /obj-perms HTTP/1.1" 200 5030 0.003438 10.0.0.61 - - [2025-12-11 02:39:46] "POST /neutron/port HTTP/1.1" 200 1087 0.013348 10.0.0.61 - - [2025-12-11 02:39:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006775 10.0.0.61 - - [2025-12-11 02:39:46] "POST /neutron/port HTTP/1.1" 200 1087 0.013266 10.0.0.61 - - [2025-12-11 02:39:46] "GET /virtual-machine/94b8f7a6-1ff4-4b79-b413-6174e2f9d7e0 HTTP/1.1" 200 1293 0.005563 10.0.0.61 - - [2025-12-11 02:39:46] "GET /virtual-machine/94b8f7a6-1ff4-4b79-b413-6174e2f9d7e0 HTTP/1.1" 200 1293 0.003255 10.0.0.61 - - [2025-12-11 02:39:46] "GET /virtual-machine-interface/0d1e5d8e-625b-46f4-830c-f672eea6a274 HTTP/1.1" 200 2942 0.004943 10.0.0.61 - - [2025-12-11 02:39:46] "GET /virtual-machine/94b8f7a6-1ff4-4b79-b413-6174e2f9d7e0 HTTP/1.1" 200 1293 0.003113 10.0.0.61 - - [2025-12-11 02:39:46] "GET /virtual-machine-interface/0d1e5d8e-625b-46f4-830c-f672eea6a274 HTTP/1.1" 200 2942 0.005334 10.0.0.61 - - [2025-12-11 02:39:46] "GET /instance-ip/492627bd-0e03-43c4-8341-c7a9eeec3928 HTTP/1.1" 200 1619 0.012670 10.0.0.61 - - [2025-12-11 02:39:46] "GET /virtual-machine/94b8f7a6-1ff4-4b79-b413-6174e2f9d7e0 HTTP/1.1" 200 1293 0.003437 10.0.0.61 - - [2025-12-11 02:39:46] "GET /virtual-machine-interface/0d1e5d8e-625b-46f4-830c-f672eea6a274 HTTP/1.1" 200 2942 0.004748 10.0.0.61 - - [2025-12-11 02:39:46] "GET /instance-ip/492627bd-0e03-43c4-8341-c7a9eeec3928 HTTP/1.1" 200 1619 0.003788 10.0.0.61 - - [2025-12-11 02:39:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.61 - - [2025-12-11 02:39:47] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003762 10.0.0.61 - - [2025-12-11 02:39:47] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003080 10.0.0.61 - - [2025-12-11 02:39:47] "GET /virtual-network/346cb137-3a1d-46ff-bba7-5d91c9b9a148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005486 10.0.0.61 - - [2025-12-11 02:39:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.61 - - [2025-12-11 02:39:47] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004569 10.0.0.61 - - [2025-12-11 02:39:47] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002969 10.0.0.61 - - [2025-12-11 02:39:47] "GET /virtual-network/346cb137-3a1d-46ff-bba7-5d91c9b9a148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005979 10.0.0.61 - - [2025-12-11 02:39:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.61 - - [2025-12-11 02:39:47] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004181 10.0.0.61 - - [2025-12-11 02:39:47] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003192 10.0.0.61 - - [2025-12-11 02:39:47] "GET /virtual-network/346cb137-3a1d-46ff-bba7-5d91c9b9a148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006679 10.0.0.61 - - [2025-12-11 02:39:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.61 - - [2025-12-11 02:39:47] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004290 10.0.0.61 - - [2025-12-11 02:39:47] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004130 10.0.0.61 - - [2025-12-11 02:39:47] "GET /virtual-network/346cb137-3a1d-46ff-bba7-5d91c9b9a148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007068 10.0.0.61 - - [2025-12-11 02:39:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.61 - - [2025-12-11 02:39:47] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004419 10.0.0.61 - - [2025-12-11 02:39:47] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003182 10.0.0.61 - - [2025-12-11 02:39:47] "GET /virtual-network/346cb137-3a1d-46ff-bba7-5d91c9b9a148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005589 10.0.0.61 - - [2025-12-11 02:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.61 - - [2025-12-11 02:39:48] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003824 10.0.0.61 - - [2025-12-11 02:39:48] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003347 10.0.0.61 - - [2025-12-11 02:39:48] "GET /virtual-network/346cb137-3a1d-46ff-bba7-5d91c9b9a148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006710 10.0.0.61 - - [2025-12-11 02:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346 10.0.0.61 - - [2025-12-11 02:39:48] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.006217 10.0.0.61 - - [2025-12-11 02:39:48] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004304 10.0.0.61 - - [2025-12-11 02:39:48] "GET /virtual-network/346cb137-3a1d-46ff-bba7-5d91c9b9a148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006813 10.0.0.61 - - [2025-12-11 02:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.61 - - [2025-12-11 02:39:48] "GET /routing-instance/513ca2c1-f621-433b-a69b-bad950cdffb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004717 10.0.0.61 - - [2025-12-11 02:39:49] "GET /route-target/00e7574b-7264-4a2c-b445-853120cf3660?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.004137 10.0.0.61 - - [2025-12-11 02:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004763 10.0.0.61 - - [2025-12-11 02:39:49] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.006106 10.0.0.61 - - [2025-12-11 02:39:49] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003587 10.0.0.61 - - [2025-12-11 02:39:49] "GET /virtual-network/346cb137-3a1d-46ff-bba7-5d91c9b9a148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008254 10.0.0.61 - - [2025-12-11 02:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.61 - - [2025-12-11 02:39:49] "GET /routing-instance/513ca2c1-f621-433b-a69b-bad950cdffb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004899 10.0.0.61 - - [2025-12-11 02:39:49] "GET /route-target/00e7574b-7264-4a2c-b445-853120cf3660?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.004140 10.0.0.61 - - [2025-12-11 02:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.61 - - [2025-12-11 02:39:49] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.009544 10.0.0.61 - - [2025-12-11 02:39:49] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003309 10.0.0.61 - - [2025-12-11 02:39:49] "GET /virtual-network/346cb137-3a1d-46ff-bba7-5d91c9b9a148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007395 10.0.0.61 - - [2025-12-11 02:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.61 - - [2025-12-11 02:39:49] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004510 10.0.0.61 - - [2025-12-11 02:39:49] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002923 10.0.0.61 - - [2025-12-11 02:39:49] "GET /virtual-network/346cb137-3a1d-46ff-bba7-5d91c9b9a148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005453 10.0.0.61 - - [2025-12-11 02:39:49] "GET /obj-perms HTTP/1.1" 200 5030 0.003875 10.0.0.27 - - [2025-12-11 02:39:49] "GET /obj-perms HTTP/1.1" 200 5030 0.005634 10.0.0.61 - - [2025-12-11 02:39:49] "GET /obj-perms HTTP/1.1" 200 5030 0.004355 10.0.0.27 - - [2025-12-11 02:39:49] "GET /obj-perms HTTP/1.1" 200 5030 0.003869 10.0.0.61 - - [2025-12-11 02:39:49] "GET /virtual-machine/2bff9d7d-f721-40fc-9667-11ead64beb70 HTTP/1.1" 200 1292 0.003937 10.0.0.61 - - [2025-12-11 02:39:49] "GET /virtual-machine-interface/8c77106c-b986-497c-b1d9-1b144a425746 HTTP/1.1" 200 2945 0.004906 10.0.0.61 - - [2025-12-11 02:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.61 - - [2025-12-11 02:39:49] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003417 10.0.0.61 - - [2025-12-11 02:39:49] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002972 10.0.0.61 - - [2025-12-11 02:39:50] "GET /virtual-network/59fe061b-ff6d-4e69-97e2-491b55b794a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005284 10.0.0.61 - - [2025-12-11 02:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.61 - - [2025-12-11 02:39:51] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003400 10.0.0.61 - - [2025-12-11 02:39:51] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002446 10.0.0.61 - - [2025-12-11 02:39:51] "GET /virtual-network/59fe061b-ff6d-4e69-97e2-491b55b794a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005815 10.0.0.61 - - [2025-12-11 02:39:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008735 10.0.0.61 - - [2025-12-11 02:39:55] "POST /neutron/port HTTP/1.1" 200 1087 0.036440 10.0.0.61 - - [2025-12-11 02:39:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008510 10.0.0.61 - - [2025-12-11 02:40:01] "GET /virtual-machine/03a8b095-5875-4931-9ffa-0b692adca805 HTTP/1.1" 200 1291 0.004881 10.0.0.61 - - [2025-12-11 02:40:01] "GET /virtual-machine-interface/e084126c-401f-401f-9764-698f263c3400 HTTP/1.1" 200 2945 0.006034 10.0.0.61 - - [2025-12-11 02:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.61 - - [2025-12-11 02:40:01] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003854 10.0.0.61 - - [2025-12-11 02:40:01] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004077 10.0.0.61 - - [2025-12-11 02:40:01] "GET /virtual-network/3f217681-3287-45e8-add3-9dd1155578fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.006527 10.0.0.61 - - [2025-12-11 02:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007770 10.0.0.61 - - [2025-12-11 02:40:02] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004132 10.0.0.61 - - [2025-12-11 02:40:02] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002887 10.0.0.61 - - [2025-12-11 02:40:02] "GET /virtual-network/3f217681-3287-45e8-add3-9dd1155578fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.007524 10.0.0.61 - - [2025-12-11 02:40:03] "GET /virtual-machine/94b8f7a6-1ff4-4b79-b413-6174e2f9d7e0 HTTP/1.1" 200 1293 0.005372 10.0.0.61 - - [2025-12-11 02:40:03] "GET /virtual-machine-interface/0d1e5d8e-625b-46f4-830c-f672eea6a274 HTTP/1.1" 200 2942 0.007125 10.0.0.61 - - [2025-12-11 02:40:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004367 10.0.0.61 - - [2025-12-11 02:40:03] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004570 10.0.0.61 - - [2025-12-11 02:40:03] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004566 10.0.0.61 - - [2025-12-11 02:40:03] "GET /virtual-network/346cb137-3a1d-46ff-bba7-5d91c9b9a148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008353 10.0.0.61 - - [2025-12-11 02:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364 10.0.0.61 - - [2025-12-11 02:40:04] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004868 10.0.0.61 - - [2025-12-11 02:40:04] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003779 10.0.0.61 - - [2025-12-11 02:40:04] "GET /virtual-network/346cb137-3a1d-46ff-bba7-5d91c9b9a148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006985 10.0.0.61 - - [2025-12-11 02:40:26] "GET /virtual-machine/94b8f7a6-1ff4-4b79-b413-6174e2f9d7e0 HTTP/1.1" 200 1293 0.003789 10.0.0.61 - - [2025-12-11 02:40:27] "POST /neutron/network HTTP/1.1" 200 926 0.035981 10.0.0.61 - - [2025-12-11 02:40:27] "POST /neutron/port HTTP/1.1" 200 117 0.001248 10.0.0.61 - - [2025-12-11 02:40:27] "POST /neutron/port HTTP/1.1" 200 1113 0.010597 10.0.0.61 - - [2025-12-11 02:40:29] "GET /virtual-machine/94b8f7a6-1ff4-4b79-b413-6174e2f9d7e0 HTTP/1.1" 404 171 0.003328 10.0.0.61 - - [2025-12-11 02:40:29] "GET /virtual-machine/94b8f7a6-1ff4-4b79-b413-6174e2f9d7e0 HTTP/1.1" 404 171 0.002664 10.0.0.61 - - [2025-12-11 02:40:29] "GET /virtual-machine/94b8f7a6-1ff4-4b79-b413-6174e2f9d7e0 HTTP/1.1" 404 171 0.002620 10.0.0.61 - - [2025-12-11 02:40:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.61 - - [2025-12-11 02:40:29] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004301 10.0.0.61 - - [2025-12-11 02:40:29] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.007436 10.0.0.61 - - [2025-12-11 02:40:29] "GET /virtual-network/346cb137-3a1d-46ff-bba7-5d91c9b9a148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008913 10.0.0.61 - - [2025-12-11 02:40:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.61 - - [2025-12-11 02:40:29] "GET /routing-instance/513ca2c1-f621-433b-a69b-bad950cdffb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004920 10.0.0.61 - - [2025-12-11 02:40:29] "GET /route-target/00e7574b-7264-4a2c-b445-853120cf3660?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.003913 10.0.0.61 - - [2025-12-11 02:40:29] "GET /obj-perms HTTP/1.1" 200 5030 0.005507 10.0.0.27 - - [2025-12-11 02:40:32] "GET /obj-perms HTTP/1.1" 200 5056 0.063759 10.0.0.61 - - [2025-12-11 02:40:35] "GET /obj-perms HTTP/1.1" 200 5030 0.004403 10.0.0.27 - - [2025-12-11 02:40:38] "GET /obj-perms HTTP/1.1" 200 5030 0.005047 10.0.0.61 - - [2025-12-11 02:40:44] "GET /obj-perms HTTP/1.1" 200 5030 0.003955 10.0.0.27 - - [2025-12-11 02:40:47] "GET /obj-perms HTTP/1.1" 200 5030 0.003889 10.0.0.61 - - [2025-12-11 02:40:53] "GET /obj-perms HTTP/1.1" 200 5030 0.003604 10.0.0.27 - - [2025-12-11 02:40:54] "GET /obj-perms HTTP/1.1" 200 5030 0.003371 10.0.0.61 - - [2025-12-11 02:40:54] "GET /virtual-machine/03a8b095-5875-4931-9ffa-0b692adca805 HTTP/1.1" 200 1291 0.004205 10.0.0.61 - - [2025-12-11 02:40:54] "POST /neutron/port HTTP/1.1" 200 1114 0.010243 10.0.0.61 - - [2025-12-11 02:40:56] "GET /virtual-machine/03a8b095-5875-4931-9ffa-0b692adca805 HTTP/1.1" 404 171 0.003116 10.0.0.61 - - [2025-12-11 02:40:56] "GET /virtual-machine/03a8b095-5875-4931-9ffa-0b692adca805 HTTP/1.1" 404 171 0.002457 10.0.0.61 - - [2025-12-11 02:40:56] "GET /virtual-machine/03a8b095-5875-4931-9ffa-0b692adca805 HTTP/1.1" 404 171 0.002262 10.0.0.61 - - [2025-12-11 02:40:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.61 - - [2025-12-11 02:40:56] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003658 10.0.0.61 - - [2025-12-11 02:40:56] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002715 10.0.0.61 - - [2025-12-11 02:40:56] "GET /virtual-network/3f217681-3287-45e8-add3-9dd1155578fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.006019 10.0.0.61 - - [2025-12-11 02:40:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.61 - - [2025-12-11 02:40:56] "GET /routing-instance/dba94912-62ce-4fac-89b7-1bf19d8b3357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004606 10.0.0.61 - - [2025-12-11 02:40:56] "GET /route-target/348ba34e-8212-454b-86e6-fde9c8d186e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003134 10.0.0.61 - - [2025-12-11 02:40:56] "GET /obj-perms HTTP/1.1" 200 5030 0.003212 10.0.0.27 - - [2025-12-11 02:41:02] "GET /obj-perms HTTP/1.1" 200 5030 0.004008 10.0.0.61 - - [2025-12-11 02:41:05] "GET /obj-perms HTTP/1.1" 200 5030 0.004997 10.0.0.27 - - [2025-12-11 02:41:11] "GET /obj-perms HTTP/1.1" 200 5030 0.004913 10.0.0.61 - - [2025-12-11 02:41:14] "GET /obj-perms HTTP/1.1" 200 5030 0.003610 10.0.0.27 - - [2025-12-11 02:41:21] "GET /obj-perms HTTP/1.1" 200 5030 0.003843 10.0.0.27 - - [2025-12-11 02:41:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.27 - - [2025-12-11 02:41:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000553 10.0.0.27 - - [2025-12-11 02:41:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.27 - - [2025-12-11 02:41:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000841 10.0.0.33 - - [2025-12-11 02:41:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.33 - - [2025-12-11 02:41:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.33 - - [2025-12-11 02:41:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.33 - - [2025-12-11 02:41:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.61 - - [2025-12-11 02:41:24] "GET /obj-perms HTTP/1.1" 200 5030 0.003744 10.0.0.61 - - [2025-12-11 02:41:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.61 - - [2025-12-11 02:41:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.33 - - [2025-12-11 02:41:24] "GET /obj-perms HTTP/1.1" 200 5030 0.003638 10.0.0.61 - - [2025-12-11 02:41:24] "GET /virtual-machine/2bff9d7d-f721-40fc-9667-11ead64beb70 HTTP/1.1" 200 1292 0.004940 10.0.0.61 - - [2025-12-11 02:41:24] "POST /neutron/port HTTP/1.1" 200 1113 0.010344 10.0.0.61 - - [2025-12-11 02:41:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.61 - - [2025-12-11 02:41:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.61 - - [2025-12-11 02:41:26] "GET /virtual-machine/2bff9d7d-f721-40fc-9667-11ead64beb70 HTTP/1.1" 404 171 0.003054 10.0.0.61 - - [2025-12-11 02:41:26] "GET /virtual-machine/2bff9d7d-f721-40fc-9667-11ead64beb70 HTTP/1.1" 404 171 0.002954 10.0.0.61 - - [2025-12-11 02:41:26] "GET /virtual-machine/2bff9d7d-f721-40fc-9667-11ead64beb70 HTTP/1.1" 404 171 0.002503 10.0.0.61 - - [2025-12-11 02:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006395 10.0.0.61 - - [2025-12-11 02:41:26] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004499 10.0.0.61 - - [2025-12-11 02:41:26] "GET /virtual-networks?parent_id=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003693 10.0.0.61 - - [2025-12-11 02:41:26] "GET /virtual-network/59fe061b-ff6d-4e69-97e2-491b55b794a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006387 10.0.0.61 - - [2025-12-11 02:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.61 - - [2025-12-11 02:41:26] "GET /routing-instance/e3b61d18-9dc3-471d-bcf8-14e1deb959eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005078 10.0.0.61 - - [2025-12-11 02:41:26] "GET /route-target/7f1aae2e-26ed-44fa-adc8-9e4e09da92d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003726 10.0.0.61 - - [2025-12-11 02:41:26] "GET /obj-perms HTTP/1.1" 200 5030 0.004245 10.0.0.27 - - [2025-12-11 02:41:26] "GET /obj-perms HTTP/1.1" 200 5030 0.004839 10.0.0.27 - - [2025-12-11 02:41:33] "GET /obj-perms HTTP/1.1" 200 5056 0.054463 10.0.0.61 - - [2025-12-11 02:41:35] "GET /obj-perms HTTP/1.1" 200 5030 0.004479 10.0.0.27 - - [2025-12-11 02:41:42] "GET /obj-perms HTTP/1.1" 200 5030 0.003464 10.0.0.61 - - [2025-12-11 02:41:45] "GET /obj-perms HTTP/1.1" 200 5030 0.003552 10.0.0.27 - - [2025-12-11 02:41:51] "GET /obj-perms HTTP/1.1" 200 5030 0.005148 10.0.0.61 - - [2025-12-11 02:41:54] "GET /obj-perms HTTP/1.1" 200 5030 0.004556 10.0.0.61 - - [2025-12-11 02:41:54] "GET /virtual-network/3f217681-3287-45e8-add3-9dd1155578fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005127 10.0.0.61 - - [2025-12-11 02:41:54] "POST /neutron/network HTTP/1.1" 200 824 0.057347 10.0.0.61 - - [2025-12-11 02:41:54] "GET /virtual-network/3f217681-3287-45e8-add3-9dd1155578fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005190 10.0.0.33 - - [2025-12-11 02:41:54] "POST /ref-update HTTP/1.1" 200 156 0.044499 10.0.0.61 - - [2025-12-11 02:41:54] "POST /ref-update HTTP/1.1" 200 156 0.040257 10.0.0.61 - - [2025-12-11 02:41:54] "POST /ref-update HTTP/1.1" 200 156 0.047331 10.0.0.61 - - [2025-12-11 02:41:55] "DELETE /network-policy/852cef51-f899-47bd-a194-4cd2e655e13b HTTP/1.1" 200 115 0.027626 10.0.0.61 - - [2025-12-11 02:41:55] "DELETE /network-policy/7a3e4624-1f4b-4f44-bcaa-05f2ffecdc53 HTTP/1.1" 200 115 0.030467 10.0.0.61 - - [2025-12-11 02:41:55] "DELETE /network-policy/91ae8582-9bc2-4489-8b64-08cb8e95486b HTTP/1.1" 200 115 0.034706 10.0.0.27 - - [2025-12-11 02:41:55] "POST /useragent-kv HTTP/1.1" 200 115 0.030883 10.0.0.27 - - [2025-12-11 02:41:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002374 10.0.0.61 - - [2025-12-11 02:41:55] "POST /neutron/network HTTP/1.1" 200 151 0.125092 10.0.0.33 - - [2025-12-11 02:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.33 - - [2025-12-11 02:41:55] "DELETE /route-target/348ba34e-8212-454b-86e6-fde9c8d186e5 HTTP/1.1" 200 115 0.018762 10.0.0.61 - - [2025-12-11 02:41:55] "POST /neutron/network HTTP/1.1" 200 823 0.007509 10.0.0.61 - - [2025-12-11 02:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.61 - - [2025-12-11 02:41:56] "DELETE /network-ipam/0a3d3a78-5b93-463d-a749-68b918815906 HTTP/1.1" 200 115 0.024914 10.0.0.61 - - [2025-12-11 02:41:56] "POST /fqname-to-id HTTP/1.1" 404 197 0.002215 10.0.0.61 - - [2025-12-11 02:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.61 - - [2025-12-11 02:41:56] "DELETE /network-ipam/79a2e9ff-8894-49ae-8199-ffa3a78cbbdf HTTP/1.1" 200 115 0.027173 10.0.0.61 - - [2025-12-11 02:41:56] "POST /fqname-to-id HTTP/1.1" 404 197 0.002340 10.0.0.61 - - [2025-12-11 02:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.61 - - [2025-12-11 02:41:56] "DELETE /network-ipam/695c9a56-8313-4cdd-a24d-e833c6e01f22 HTTP/1.1" 200 115 0.027260 10.0.0.61 - - [2025-12-11 02:41:56] "POST /fqname-to-id HTTP/1.1" 404 197 0.003514 10.0.0.27 - - [2025-12-11 02:41:57] "GET /projects?obj_uuids=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001292 10.0.0.61 - - [2025-12-11 02:41:57] "GET /project/37755a30-e520-4342-93f6-fdcfa7911f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.065527 10.0.0.27 - - [2025-12-11 02:41:57] "GET /projects?obj_uuids=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000788 10.0.0.61 - - [2025-12-11 02:41:57] "GET /project/37755a30-e520-4342-93f6-fdcfa7911f3f?fields=virtual_networks HTTP/1.1" 200 1042 0.033581 10.0.0.27 - - [2025-12-11 02:41:57] "GET /projects?obj_uuids=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000864 10.0.0.61 - - [2025-12-11 02:41:57] "GET /project/37755a30-e520-4342-93f6-fdcfa7911f3f?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.036629 10.0.0.27 - - [2025-12-11 02:41:58] "GET /projects?obj_uuids=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000828 10.0.0.61 - - [2025-12-11 02:41:58] "GET /project/37755a30-e520-4342-93f6-fdcfa7911f3f?fields=security_groups HTTP/1.1" 200 1268 0.033448 10.0.0.61 - - [2025-12-11 02:41:58] "POST /fqname-to-id HTTP/1.1" 404 194 0.026433 10.0.0.27 - - [2025-12-11 02:41:58] "GET /projects?obj_uuids=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003455 10.0.0.27 - - [2025-12-11 02:41:58] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000930 10.0.0.27 - - [2025-12-11 02:41:58] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.029130 10.0.0.27 - - [2025-12-11 02:41:59] "POST /id-to-fqname HTTP/1.1" 200 196 0.004634 10.0.0.27 - - [2025-12-11 02:41:59] "POST /fqname-to-id HTTP/1.1" 404 205 0.002248 10.0.0.27 - - [2025-12-11 02:41:59] "POST /security-groups HTTP/1.1" 200 597 0.028264 10.0.0.33 - - [2025-12-11 02:41:59] "POST /fqname-to-id HTTP/1.1" 404 240 0.003109 10.0.0.27 - - [2025-12-11 02:41:59] "POST /projects HTTP/1.1" 200 597 0.215876 10.0.0.27 - - [2025-12-11 02:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.283721 10.0.0.33 - - [2025-12-11 02:41:59] "POST /access-control-lists HTTP/1.1" 200 600 0.032027 10.0.0.61 - - [2025-12-11 02:41:59] "GET /project/1aba1a19-e4aa-46af-9d22-8f7394683987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.438608 10.0.0.61 - - [2025-12-11 02:42:00] "GET / HTTP/1.1" 200 35931 0.002117 10.0.0.61 - - [2025-12-11 02:42:03] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000489 10.0.0.61 - - [2025-12-11 02:42:03] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.055315 10.0.0.61 - - [2025-12-11 02:42:03] "POST /network-ipams HTTP/1.1" 200 519 0.026525 10.0.0.61 - - [2025-12-11 02:42:03] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003264 10.0.0.61 - - [2025-12-11 02:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.61 - - [2025-12-11 02:42:03] "GET /network-ipam/b4e67722-8e0d-4ff1-bca8-a9f1d32d12c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.005818 10.0.0.61 - - [2025-12-11 02:42:04] "PUT /network-ipam/b4e67722-8e0d-4ff1-bca8-a9f1d32d12c9 HTTP/1.1" 200 258 0.014182 10.0.0.61 - - [2025-12-11 02:42:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003400 10.0.0.61 - - [2025-12-11 02:42:04] "POST /network-ipams HTTP/1.1" 200 519 0.043895 10.0.0.61 - - [2025-12-11 02:42:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003123 10.0.0.61 - - [2025-12-11 02:42:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.61 - - [2025-12-11 02:42:04] "GET /network-ipam/4579eba6-1282-4756-bbe2-361163f68cc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.005635 10.0.0.61 - - [2025-12-11 02:42:04] "PUT /network-ipam/4579eba6-1282-4756-bbe2-361163f68cc9 HTTP/1.1" 200 258 0.012622 10.0.0.61 - - [2025-12-11 02:42:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.002769 10.0.0.61 - - [2025-12-11 02:42:04] "POST /network-ipams HTTP/1.1" 200 519 0.026942 10.0.0.61 - - [2025-12-11 02:42:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.003184 10.0.0.61 - - [2025-12-11 02:42:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.61 - - [2025-12-11 02:42:04] "GET /network-ipam/141ae8b0-275b-4222-8c50-79ab9743d541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.006464 10.0.0.61 - - [2025-12-11 02:42:04] "PUT /network-ipam/141ae8b0-275b-4222-8c50-79ab9743d541 HTTP/1.1" 200 258 0.013964 10.0.0.61 - - [2025-12-11 02:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.27 - - [2025-12-11 02:42:05] "GET /projects?obj_uuids=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000802 10.0.0.61 - - [2025-12-11 02:42:05] "GET /project/1aba1a19-e4aa-46af-9d22-8f7394683987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.031009 10.0.0.27 - - [2025-12-11 02:42:05] "GET /projects?obj_uuids=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001236 10.0.0.61 - - [2025-12-11 02:42:05] "POST /neutron/network HTTP/1.1" 200 613 0.119591 10.0.0.61 - - [2025-12-11 02:42:06] "POST /neutron/network HTTP/1.1" 200 1014 0.009590 10.0.0.61 - - [2025-12-11 02:42:06] "POST /id-to-fqname HTTP/1.1" 200 227 0.001053 10.0.0.61 - - [2025-12-11 02:42:06] "GET /virtual-network/2a15ee94-3392-4663-9f1c-7392b392350e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.004434 10.0.0.61 - - [2025-12-11 02:42:06] "GET /virtual-network/2a15ee94-3392-4663-9f1c-7392b392350e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005569 10.0.0.61 - - [2025-12-11 02:42:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.008352 10.0.0.61 - - [2025-12-11 02:42:06] "GET /virtual-network/2a15ee94-3392-4663-9f1c-7392b392350e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005190 10.0.0.61 - - [2025-12-11 02:42:06] "GET /network-ipam/b4e67722-8e0d-4ff1-bca8-a9f1d32d12c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.003526 10.0.0.61 - - [2025-12-11 02:42:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005055 10.0.0.27 - - [2025-12-11 02:42:06] "GET /projects?obj_uuids=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000863 10.0.0.61 - - [2025-12-11 02:42:06] "GET /project/1aba1a19-e4aa-46af-9d22-8f7394683987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.046820 10.0.0.61 - - [2025-12-11 02:42:06] "POST /neutron/network HTTP/1.1" 200 117 0.012921 10.0.0.33 - - [2025-12-11 02:42:06] "POST /route-targets HTTP/1.1" 200 327 0.014603 10.0.0.27 - - [2025-12-11 02:42:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003716 10.0.0.61 - - [2025-12-11 02:42:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.046609 10.0.0.61 - - [2025-12-11 02:42:07] "POST /neutron/subnet HTTP/1.1" 200 823 0.161207 10.0.0.61 - - [2025-12-11 02:42:07] "POST /id-to-fqname HTTP/1.1" 200 227 0.001243 10.0.0.61 - - [2025-12-11 02:42:07] "GET /virtual-network/28cb3a95-fe6c-4173-a37a-7a9e881e254d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.004520 10.0.0.61 - - [2025-12-11 02:42:07] "GET /virtual-network/28cb3a95-fe6c-4173-a37a-7a9e881e254d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005378 10.0.0.61 - - [2025-12-11 02:42:07] "POST /neutron/network HTTP/1.1" 200 1014 0.007897 10.0.0.61 - - [2025-12-11 02:42:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.27 - - [2025-12-11 02:42:07] "GET /projects?obj_uuids=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000847 10.0.0.61 - - [2025-12-11 02:42:07] "GET /project/1aba1a19-e4aa-46af-9d22-8f7394683987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.035719 10.0.0.61 - - [2025-12-11 02:42:07] "POST /neutron/network HTTP/1.1" 200 117 0.014028 10.0.0.33 - - [2025-12-11 02:42:07] "POST /ref-update HTTP/1.1" 200 156 0.019676 10.0.0.27 - - [2025-12-11 02:42:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002178 10.0.0.61 - - [2025-12-11 02:42:07] "POST /neutron/subnet HTTP/1.1" 200 828 0.164585 10.0.0.61 - - [2025-12-11 02:42:07] "POST /id-to-fqname HTTP/1.1" 200 227 0.001210 10.0.0.61 - - [2025-12-11 02:42:07] "GET /virtual-network/343bd733-53c4-4e7f-88a6-43f3c877b453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.007209 10.0.0.61 - - [2025-12-11 02:42:08] "GET /virtual-network/343bd733-53c4-4e7f-88a6-43f3c877b453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.006572 10.0.0.61 - - [2025-12-11 02:42:08] "POST /neutron/network HTTP/1.1" 200 1016 0.008196 10.0.0.61 - - [2025-12-11 02:42:08] "GET /virtual-network/2a15ee94-3392-4663-9f1c-7392b392350e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005475 10.0.0.61 - - [2025-12-11 02:42:08] "GET /obj-perms HTTP/1.1" 200 5042 0.051473 10.0.0.33 - - [2025-12-11 02:42:09] "GET /obj-perms HTTP/1.1" 200 5042 0.050106 10.0.0.27 - - [2025-12-11 02:42:09] "GET /obj-perms HTTP/1.1" 200 5042 0.046365 10.0.0.61 - - [2025-12-11 02:42:09] "GET /virtual-network/28cb3a95-fe6c-4173-a37a-7a9e881e254d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005723 10.0.0.61 - - [2025-12-11 02:42:10] "GET /virtual-network/343bd733-53c4-4e7f-88a6-43f3c877b453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.004841 10.0.0.61 - - [2025-12-11 02:42:10] "POST /fqname-to-id HTTP/1.1" 404 224 0.003123 10.0.0.61 - - [2025-12-11 02:42:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002295 10.0.0.27 - - [2025-12-11 02:42:10] "GET /projects?obj_uuids=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001233 10.0.0.61 - - [2025-12-11 02:42:10] "GET /project/1aba1a19-e4aa-46af-9d22-8f7394683987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.031185 10.0.0.61 - - [2025-12-11 02:42:10] "POST /network-policys HTTP/1.1" 200 559 0.023952 10.0.0.61 - - [2025-12-11 02:42:10] "GET /network-policy/8c24ffc4-df83-4bd9-a03f-86317e202545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.005307 10.0.0.61 - - [2025-12-11 02:42:10] "POST /fqname-to-id HTTP/1.1" 404 224 0.002121 10.0.0.61 - - [2025-12-11 02:42:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.27 - - [2025-12-11 02:42:10] "GET /projects?obj_uuids=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000782 10.0.0.61 - - [2025-12-11 02:42:11] "GET /project/1aba1a19-e4aa-46af-9d22-8f7394683987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.034769 10.0.0.61 - - [2025-12-11 02:42:11] "POST /network-policys HTTP/1.1" 200 559 0.026844 10.0.0.61 - - [2025-12-11 02:42:11] "GET /network-policy/133ebdc2-f339-4e5d-8447-11be6742fef1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.005580 10.0.0.61 - - [2025-12-11 02:42:11] "POST /fqname-to-id HTTP/1.1" 404 224 0.002803 10.0.0.61 - - [2025-12-11 02:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.27 - - [2025-12-11 02:42:11] "GET /projects?obj_uuids=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001673 10.0.0.61 - - [2025-12-11 02:42:11] "GET /project/1aba1a19-e4aa-46af-9d22-8f7394683987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.047106 10.0.0.61 - - [2025-12-11 02:42:11] "POST /network-policys HTTP/1.1" 200 559 0.028099 10.0.0.61 - - [2025-12-11 02:42:11] "GET /network-policy/496df193-2250-4d34-b18a-5987344edd97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.005728 10.0.0.61 - - [2025-12-11 02:42:11] "POST /neutron/network HTTP/1.1" 200 1014 0.008586 10.0.0.61 - - [2025-12-11 02:42:11] "GET /virtual-network/2a15ee94-3392-4663-9f1c-7392b392350e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.025745 10.0.0.61 - - [2025-12-11 02:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004291 10.0.0.61 - - [2025-12-11 02:42:11] "GET /network-policy/133ebdc2-f339-4e5d-8447-11be6742fef1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.003870 10.0.0.61 - - [2025-12-11 02:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.61 - - [2025-12-11 02:42:11] "GET /network-policy/8c24ffc4-df83-4bd9-a03f-86317e202545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.003572 10.0.0.61 - - [2025-12-11 02:42:11] "POST /neutron/network HTTP/1.1" 200 1014 0.010520 10.0.0.33 - - [2025-12-11 02:42:11] "POST /fqname-to-id HTTP/1.1" 404 242 0.003770 10.0.0.61 - - [2025-12-11 02:42:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.002038 10.0.0.61 - - [2025-12-11 02:42:12] "GET /virtual-network/28cb3a95-fe6c-4173-a37a-7a9e881e254d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.015672 10.0.0.61 - - [2025-12-11 02:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.61 - - [2025-12-11 02:42:12] "GET /network-policy/496df193-2250-4d34-b18a-5987344edd97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.004185 10.0.0.61 - - [2025-12-11 02:42:12] "POST /id-to-fqname HTTP/1.1" 200 227 0.001070 10.0.0.61 - - [2025-12-11 02:42:12] "POST /neutron/network HTTP/1.1" 200 1208 0.007134 10.0.0.27 - - [2025-12-11 02:42:13] "GET /projects?obj_uuids=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001082 10.0.0.61 - - [2025-12-11 02:42:13] "GET /project/1aba1a19-e4aa-46af-9d22-8f7394683987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.065507 10.0.0.61 - - [2025-12-11 02:42:13] "POST /neutron/port HTTP/1.1" 200 117 0.006604 10.0.0.61 - - [2025-12-11 02:42:13] "POST /id-to-fqname HTTP/1.1" 200 227 0.002210 10.0.0.61 - - [2025-12-11 02:42:13] "POST /neutron/network HTTP/1.1" 200 1208 0.006999 10.0.0.33 - - [2025-12-11 02:42:14] "PUT /access-control-list/07074def-711e-4a71-a9a9-a1b255fd46b6 HTTP/1.1" 200 272 0.018695 10.0.0.61 - - [2025-12-11 02:42:14] "POST /neutron/port HTTP/1.1" 200 1173 0.049488 10.0.0.27 - - [2025-12-11 02:42:14] "GET /projects?obj_uuids=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000846 10.0.0.61 - - [2025-12-11 02:42:14] "GET /project/1aba1a19-e4aa-46af-9d22-8f7394683987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.077605 10.0.0.61 - - [2025-12-11 02:42:14] "POST /neutron/port HTTP/1.1" 200 1201 0.016629 10.0.0.61 - - [2025-12-11 02:42:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003272 10.0.0.61 - - [2025-12-11 02:42:14] "POST /neutron/port HTTP/1.1" 200 117 0.001062 10.0.0.61 - - [2025-12-11 02:42:14] "POST /neutron/port HTTP/1.1" 200 117 0.006973 10.0.0.61 - - [2025-12-11 02:42:14] "POST /id-to-fqname HTTP/1.1" 200 227 0.001032 10.0.0.61 - - [2025-12-11 02:42:15] "POST /neutron/network HTTP/1.1" 200 1026 0.006802 10.0.0.61 - - [2025-12-11 02:42:15] "POST /neutron/port HTTP/1.1" 200 1173 0.023827 10.0.0.61 - - [2025-12-11 02:42:15] "POST /neutron/port HTTP/1.1" 200 1201 0.015023 10.0.0.61 - - [2025-12-11 02:42:15] "POST /neutron/subnet HTTP/1.1" 200 1384 0.013310 10.0.0.27 - - [2025-12-11 02:42:15] "GET /projects?obj_uuids=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000885 10.0.0.61 - - [2025-12-11 02:42:15] "GET /project/1aba1a19-e4aa-46af-9d22-8f7394683987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.071328 10.0.0.61 - - [2025-12-11 02:42:15] "POST /neutron/network HTTP/1.1" 200 1112 0.023221 10.0.0.61 - - [2025-12-11 02:42:16] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006837 10.0.0.61 - - [2025-12-11 02:42:16] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008085 10.0.0.61 - - [2025-12-11 02:42:16] "POST /neutron/port HTTP/1.1" 200 1201 0.014265 10.0.0.61 - - [2025-12-11 02:42:16] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006483 10.0.0.61 - - [2025-12-11 02:42:16] "GET /virtual-machine/e069eabe-9fcf-42e7-973c-03f09fb9585b HTTP/1.1" 401 292 0.000453 10.0.0.61 - - [2025-12-11 02:42:16] "POST /neutron/port HTTP/1.1" 200 1175 0.019083 10.0.0.61 - - [2025-12-11 02:42:17] "GET /virtual-machine/e069eabe-9fcf-42e7-973c-03f09fb9585b HTTP/1.1" 200 1299 0.093918 10.0.0.61 - - [2025-12-11 02:42:17] "GET /virtual-machine/e069eabe-9fcf-42e7-973c-03f09fb9585b HTTP/1.1" 200 1299 0.004236 10.0.0.61 - - [2025-12-11 02:42:17] "GET /virtual-machine-interface/0b36b570-1081-477d-8f22-6debf775260f HTTP/1.1" 200 3167 0.006222 10.0.0.61 - - [2025-12-11 02:42:17] "GET /virtual-machine/e069eabe-9fcf-42e7-973c-03f09fb9585b HTTP/1.1" 200 1299 0.003975 10.0.0.61 - - [2025-12-11 02:42:17] "GET /virtual-machine-interface/0b36b570-1081-477d-8f22-6debf775260f HTTP/1.1" 200 3167 0.006839 10.0.0.61 - - [2025-12-11 02:42:17] "GET /instance-ip/96a24deb-fe36-45e8-a140-23bb1c7ec510 HTTP/1.1" 200 1635 0.006573 10.0.0.61 - - [2025-12-11 02:42:17] "GET /instance-ip/b45f740a-f98a-47af-b128-fa5ba0f197c6 HTTP/1.1" 200 1653 0.015749 10.0.0.27 - - [2025-12-11 02:42:17] "DELETE /project/1aba1a19e4aa46af9d228f7394683987 HTTP/1.1" 404 173 0.009798 10.0.0.27 - - [2025-12-11 02:42:17] "GET /projects?obj_uuids=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001080 10.0.0.61 - - [2025-12-11 02:42:17] "GET /virtual-machine/e069eabe-9fcf-42e7-973c-03f09fb9585b HTTP/1.1" 200 1299 0.007115 10.0.0.61 - - [2025-12-11 02:42:17] "GET /virtual-machine-interface/0b36b570-1081-477d-8f22-6debf775260f HTTP/1.1" 200 3167 0.007406 10.0.0.61 - - [2025-12-11 02:42:17] "POST /neutron/port HTTP/1.1" 200 1203 0.036400 10.0.0.61 - - [2025-12-11 02:42:17] "GET /instance-ip/96a24deb-fe36-45e8-a140-23bb1c7ec510 HTTP/1.1" 200 1635 0.004034 10.0.0.61 - - [2025-12-11 02:42:17] "GET /instance-ip/b45f740a-f98a-47af-b128-fa5ba0f197c6 HTTP/1.1" 200 1653 0.003407 10.0.0.27 - - [2025-12-11 02:42:17] "GET /project/37755a30-e520-4342-93f6-fdcfa7911f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.055656 10.0.0.27 - - [2025-12-11 02:42:17] "GET /projects?obj_uuids=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001214 10.0.0.61 - - [2025-12-11 02:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.61 - - [2025-12-11 02:42:17] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003883 10.0.0.61 - - [2025-12-11 02:42:17] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002501 10.0.0.27 - - [2025-12-11 02:42:17] "GET /project/37755a30-e520-4342-93f6-fdcfa7911f3f?fields=security_groups HTTP/1.1" 200 1373 0.049526 10.0.0.61 - - [2025-12-11 02:42:17] "POST /neutron/subnet HTTP/1.1" 200 1394 0.015468 10.0.0.61 - - [2025-12-11 02:42:17] "GET /virtual-network/2a15ee94-3392-4663-9f1c-7392b392350e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005788 10.0.0.61 - - [2025-12-11 02:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.27 - - [2025-12-11 02:42:17] "DELETE /security-group/0a3135b7-7c57-48fa-881d-8d812cdc4409 HTTP/1.1" 200 115 0.048545 10.0.0.27 - - [2025-12-11 02:42:17] "GET /projects?obj_uuids=37755a30-e520-4342-93f6-fdcfa7911f3f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001229 10.0.0.61 - - [2025-12-11 02:42:17] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004960 10.0.0.61 - - [2025-12-11 02:42:17] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.009877 10.0.0.61 - - [2025-12-11 02:42:17] "POST /neutron/network HTTP/1.1" 200 1016 0.027683 10.0.0.27 - - [2025-12-11 02:42:17] "GET /project/37755a30-e520-4342-93f6-fdcfa7911f3f?fields=application_policy_sets HTTP/1.1" 200 1412 0.081531 10.0.0.61 - - [2025-12-11 02:42:17] "GET /virtual-network/2a15ee94-3392-4663-9f1c-7392b392350e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006810 10.0.0.33 - - [2025-12-11 02:42:17] "DELETE /access-control-list/e1c3b313-b15b-4222-b0df-6fbd5b905a27 HTTP/1.1" 200 115 0.077178 10.0.0.61 - - [2025-12-11 02:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005050 10.0.0.61 - - [2025-12-11 02:42:17] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003926 10.0.0.61 - - [2025-12-11 02:42:17] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003548 10.0.0.27 - - [2025-12-11 02:42:17] "DELETE /project/37755a30-e520-4342-93f6-fdcfa7911f3f HTTP/1.1" 200 115 0.465652 10.0.0.61 - - [2025-12-11 02:42:17] "GET /virtual-network/2a15ee94-3392-4663-9f1c-7392b392350e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006881 10.0.0.61 - - [2025-12-11 02:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.61 - - [2025-12-11 02:42:17] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003439 10.0.0.61 - - [2025-12-11 02:42:17] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003480 10.0.0.61 - - [2025-12-11 02:42:17] "GET /virtual-network/2a15ee94-3392-4663-9f1c-7392b392350e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.004786 10.0.0.61 - - [2025-12-11 02:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002768 10.0.0.61 - - [2025-12-11 02:42:17] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003637 10.0.0.61 - - [2025-12-11 02:42:17] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002736 10.0.0.61 - - [2025-12-11 02:42:17] "GET /virtual-network/2a15ee94-3392-4663-9f1c-7392b392350e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005110 10.0.0.61 - - [2025-12-11 02:42:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.61 - - [2025-12-11 02:42:21] "GET /virtual-network/2a15ee94-3392-4663-9f1c-7392b392350e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007849 10.0.0.61 - - [2025-12-11 02:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343 10.0.0.61 - - [2025-12-11 02:42:25] "GET /virtual-network/2a15ee94-3392-4663-9f1c-7392b392350e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.008862 10.0.0.61 - - [2025-12-11 02:42:28] "POST /neutron/network HTTP/1.1" 200 1122 0.005908 10.0.0.61 - - [2025-12-11 02:42:29] "POST /neutron/subnet HTTP/1.1" 200 1384 0.011734 10.0.0.61 - - [2025-12-11 02:42:29] "POST /neutron/network HTTP/1.1" 200 1112 0.008453 10.0.0.61 - - [2025-12-11 02:42:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.61 - - [2025-12-11 02:42:29] "GET /virtual-network/2a15ee94-3392-4663-9f1c-7392b392350e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.004400 10.0.0.61 - - [2025-12-11 02:42:29] "POST /neutron/network HTTP/1.1" 200 1208 0.005965 10.0.0.61 - - [2025-12-11 02:42:29] "POST /neutron/subnet HTTP/1.1" 200 1384 0.012367 10.0.0.61 - - [2025-12-11 02:42:29] "POST /neutron/network HTTP/1.1" 200 1198 0.008072 10.0.0.61 - - [2025-12-11 02:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.61 - - [2025-12-11 02:42:33] "GET /virtual-network/2a15ee94-3392-4663-9f1c-7392b392350e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005029 10.0.0.61 - - [2025-12-11 02:42:33] "GET /obj-perms HTTP/1.1" 200 5056 0.057284 10.0.0.33 - - [2025-12-11 02:42:34] "GET /obj-perms HTTP/1.1" 200 5056 0.050838 10.0.0.61 - - [2025-12-11 02:42:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.61 - - [2025-12-11 02:42:37] "GET /virtual-network/2a15ee94-3392-4663-9f1c-7392b392350e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.004819 10.0.0.61 - - [2025-12-11 02:42:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.61 - - [2025-12-11 02:42:41] "GET /virtual-network/2a15ee94-3392-4663-9f1c-7392b392350e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005526 10.0.0.61 - - [2025-12-11 02:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.61 - - [2025-12-11 02:42:45] "GET /virtual-network/2a15ee94-3392-4663-9f1c-7392b392350e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.004622 10.0.0.61 - - [2025-12-11 02:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.61 - - [2025-12-11 02:42:49] "GET /virtual-network/2a15ee94-3392-4663-9f1c-7392b392350e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005290 10.0.0.61 - - [2025-12-11 02:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.61 - - [2025-12-11 02:42:53] "GET /virtual-network/2a15ee94-3392-4663-9f1c-7392b392350e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005525 10.0.0.61 - - [2025-12-11 02:42:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.61 - - [2025-12-11 02:42:57] "GET /virtual-network/2a15ee94-3392-4663-9f1c-7392b392350e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005456 10.0.0.61 - - [2025-12-11 02:43:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.61 - - [2025-12-11 02:43:00] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003769 10.0.0.61 - - [2025-12-11 02:43:00] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002993 10.0.0.61 - - [2025-12-11 02:43:00] "GET /virtual-network/2a15ee94-3392-4663-9f1c-7392b392350e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007597 10.0.0.61 - - [2025-12-11 02:43:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004357 10.0.0.61 - - [2025-12-11 02:43:00] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003716 10.0.0.61 - - [2025-12-11 02:43:00] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003102 10.0.0.61 - - [2025-12-11 02:43:00] "GET /virtual-network/2a15ee94-3392-4663-9f1c-7392b392350e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006476 10.0.0.61 - - [2025-12-11 02:43:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.61 - - [2025-12-11 02:43:00] "GET /routing-instance/44d87ffb-8fd6-405e-945a-716af1e3068f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.005986 10.0.0.61 - - [2025-12-11 02:43:00] "GET /route-target/f6a1da06-ba8b-43b0-9cbb-ebc9b16578a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002866 10.0.0.61 - - [2025-12-11 02:43:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.61 - - [2025-12-11 02:43:00] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003693 10.0.0.61 - - [2025-12-11 02:43:00] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002519 10.0.0.61 - - [2025-12-11 02:43:00] "GET /virtual-network/2a15ee94-3392-4663-9f1c-7392b392350e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005402 10.0.0.61 - - [2025-12-11 02:43:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.61 - - [2025-12-11 02:43:00] "GET /routing-instance/44d87ffb-8fd6-405e-945a-716af1e3068f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.003942 10.0.0.61 - - [2025-12-11 02:43:00] "GET /route-target/f6a1da06-ba8b-43b0-9cbb-ebc9b16578a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003557 10.0.0.61 - - [2025-12-11 02:43:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.61 - - [2025-12-11 02:43:00] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003890 10.0.0.61 - - [2025-12-11 02:43:00] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003076 10.0.0.61 - - [2025-12-11 02:43:00] "GET /virtual-network/2a15ee94-3392-4663-9f1c-7392b392350e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006678 10.0.0.61 - - [2025-12-11 02:43:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.61 - - [2025-12-11 02:43:00] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004089 10.0.0.61 - - [2025-12-11 02:43:00] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003102 10.0.0.61 - - [2025-12-11 02:43:00] "GET /virtual-network/2a15ee94-3392-4663-9f1c-7392b392350e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005880 10.0.0.61 - - [2025-12-11 02:43:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.61 - - [2025-12-11 02:43:00] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003990 10.0.0.61 - - [2025-12-11 02:43:00] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002809 10.0.0.61 - - [2025-12-11 02:43:01] "GET /virtual-network/2a15ee94-3392-4663-9f1c-7392b392350e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005960 10.0.0.61 - - [2025-12-11 02:43:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006123 10.0.0.61 - - [2025-12-11 02:43:01] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003640 10.0.0.61 - - [2025-12-11 02:43:01] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003117 10.0.0.61 - - [2025-12-11 02:43:01] "GET /virtual-network/2a15ee94-3392-4663-9f1c-7392b392350e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.008733 10.0.0.27 - - [2025-12-11 02:43:01] "GET /obj-perms HTTP/1.1" 200 5042 0.004438 10.0.0.61 - - [2025-12-11 02:43:01] "GET /obj-perms HTTP/1.1" 200 5042 0.003650 10.0.0.61 - - [2025-12-11 02:43:01] "GET /obj-perms HTTP/1.1" 200 5042 0.003872 10.0.0.27 - - [2025-12-11 02:43:01] "GET /obj-perms HTTP/1.1" 200 5042 0.003555 10.0.0.61 - - [2025-12-11 02:43:01] "POST /neutron/port HTTP/1.1" 200 1201 0.014761 10.0.0.61 - - [2025-12-11 02:43:01] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006937 10.0.0.61 - - [2025-12-11 02:43:01] "GET /virtual-machine/d6c66900-1c01-40a0-85cf-f18f7db1c9cb HTTP/1.1" 200 1298 0.005593 10.0.0.61 - - [2025-12-11 02:43:01] "GET /virtual-machine/d6c66900-1c01-40a0-85cf-f18f7db1c9cb HTTP/1.1" 200 1298 0.003129 10.0.0.61 - - [2025-12-11 02:43:01] "GET /virtual-machine-interface/7964f27d-9b3d-44fa-baa5-fe2e67b3b4ed HTTP/1.1" 200 3168 0.005316 10.0.0.61 - - [2025-12-11 02:43:01] "GET /virtual-machine/d6c66900-1c01-40a0-85cf-f18f7db1c9cb HTTP/1.1" 200 1298 0.003654 10.0.0.61 - - [2025-12-11 02:43:01] "GET /virtual-machine-interface/7964f27d-9b3d-44fa-baa5-fe2e67b3b4ed HTTP/1.1" 200 3168 0.004939 10.0.0.61 - - [2025-12-11 02:43:01] "GET /instance-ip/9177a02d-96d3-4d96-9917-02bf791b0fd7 HTTP/1.1" 200 1635 0.006033 10.0.0.61 - - [2025-12-11 02:43:01] "GET /instance-ip/d092b593-2b0c-458c-9ee4-f1ba07b15406 HTTP/1.1" 200 1653 0.009104 10.0.0.61 - - [2025-12-11 02:43:01] "GET /virtual-machine/d6c66900-1c01-40a0-85cf-f18f7db1c9cb HTTP/1.1" 200 1298 0.003798 10.0.0.61 - - [2025-12-11 02:43:01] "GET /virtual-machine-interface/7964f27d-9b3d-44fa-baa5-fe2e67b3b4ed HTTP/1.1" 200 3168 0.004873 10.0.0.61 - - [2025-12-11 02:43:01] "GET /instance-ip/9177a02d-96d3-4d96-9917-02bf791b0fd7 HTTP/1.1" 200 1635 0.003747 10.0.0.61 - - [2025-12-11 02:43:01] "GET /instance-ip/d092b593-2b0c-458c-9ee4-f1ba07b15406 HTTP/1.1" 200 1653 0.004424 10.0.0.61 - - [2025-12-11 02:43:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.61 - - [2025-12-11 02:43:01] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003292 10.0.0.61 - - [2025-12-11 02:43:01] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002790 10.0.0.61 - - [2025-12-11 02:43:02] "GET /virtual-network/28cb3a95-fe6c-4173-a37a-7a9e881e254d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005517 10.0.0.61 - - [2025-12-11 02:43:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.61 - - [2025-12-11 02:43:02] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004982 10.0.0.61 - - [2025-12-11 02:43:02] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003188 10.0.0.61 - - [2025-12-11 02:43:02] "GET /virtual-network/28cb3a95-fe6c-4173-a37a-7a9e881e254d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.008122 10.0.0.61 - - [2025-12-11 02:43:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005142 10.0.0.61 - - [2025-12-11 02:43:02] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004029 10.0.0.61 - - [2025-12-11 02:43:02] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003372 10.0.0.61 - - [2025-12-11 02:43:02] "GET /virtual-network/28cb3a95-fe6c-4173-a37a-7a9e881e254d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005638 10.0.0.61 - - [2025-12-11 02:43:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.011317 10.0.0.61 - - [2025-12-11 02:43:02] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004242 10.0.0.61 - - [2025-12-11 02:43:02] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003179 10.0.0.61 - - [2025-12-11 02:43:02] "GET /virtual-network/28cb3a95-fe6c-4173-a37a-7a9e881e254d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005318 10.0.0.61 - - [2025-12-11 02:43:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.61 - - [2025-12-11 02:43:02] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004329 10.0.0.61 - - [2025-12-11 02:43:02] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002732 10.0.0.61 - - [2025-12-11 02:43:02] "GET /virtual-network/28cb3a95-fe6c-4173-a37a-7a9e881e254d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.011935 10.0.0.61 - - [2025-12-11 02:43:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.61 - - [2025-12-11 02:43:03] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003326 10.0.0.61 - - [2025-12-11 02:43:03] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002565 10.0.0.61 - - [2025-12-11 02:43:03] "GET /virtual-network/28cb3a95-fe6c-4173-a37a-7a9e881e254d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005537 10.0.0.61 - - [2025-12-11 02:43:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.61 - - [2025-12-11 02:43:03] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004549 10.0.0.61 - - [2025-12-11 02:43:03] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003692 10.0.0.61 - - [2025-12-11 02:43:03] "GET /virtual-network/28cb3a95-fe6c-4173-a37a-7a9e881e254d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006257 10.0.0.61 - - [2025-12-11 02:43:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.61 - - [2025-12-11 02:43:04] "GET /routing-instance/3eebae9b-86b4-4a32-a158-b5a82481ea10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.006718 10.0.0.61 - - [2025-12-11 02:43:04] "GET /route-target/402a4e5c-f81c-402d-a0a6-c65f198304ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004623 10.0.0.61 - - [2025-12-11 02:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.61 - - [2025-12-11 02:43:04] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003730 10.0.0.61 - - [2025-12-11 02:43:04] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002621 10.0.0.61 - - [2025-12-11 02:43:04] "GET /virtual-network/28cb3a95-fe6c-4173-a37a-7a9e881e254d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005358 10.0.0.61 - - [2025-12-11 02:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.61 - - [2025-12-11 02:43:04] "GET /routing-instance/3eebae9b-86b4-4a32-a158-b5a82481ea10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004658 10.0.0.61 - - [2025-12-11 02:43:04] "GET /route-target/402a4e5c-f81c-402d-a0a6-c65f198304ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003596 10.0.0.61 - - [2025-12-11 02:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.61 - - [2025-12-11 02:43:04] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004037 10.0.0.61 - - [2025-12-11 02:43:04] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003508 10.0.0.61 - - [2025-12-11 02:43:04] "GET /virtual-network/28cb3a95-fe6c-4173-a37a-7a9e881e254d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005483 10.0.0.61 - - [2025-12-11 02:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.61 - - [2025-12-11 02:43:04] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004596 10.0.0.61 - - [2025-12-11 02:43:04] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003759 10.0.0.61 - - [2025-12-11 02:43:04] "GET /virtual-network/28cb3a95-fe6c-4173-a37a-7a9e881e254d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005542 10.0.0.61 - - [2025-12-11 02:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.61 - - [2025-12-11 02:43:04] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004100 10.0.0.61 - - [2025-12-11 02:43:04] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002544 10.0.0.61 - - [2025-12-11 02:43:04] "GET /virtual-network/28cb3a95-fe6c-4173-a37a-7a9e881e254d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.004970 10.0.0.61 - - [2025-12-11 02:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.61 - - [2025-12-11 02:43:04] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003969 10.0.0.61 - - [2025-12-11 02:43:04] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003134 10.0.0.61 - - [2025-12-11 02:43:04] "GET /virtual-network/28cb3a95-fe6c-4173-a37a-7a9e881e254d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.007938 10.0.0.27 - - [2025-12-11 02:43:04] "GET /obj-perms HTTP/1.1" 200 5042 0.003409 10.0.0.61 - - [2025-12-11 02:43:04] "GET /obj-perms HTTP/1.1" 200 5042 0.003214 10.0.0.61 - - [2025-12-11 02:43:04] "GET /obj-perms HTTP/1.1" 200 5042 0.003398 10.0.0.27 - - [2025-12-11 02:43:04] "GET /obj-perms HTTP/1.1" 200 5042 0.003257 10.0.0.61 - - [2025-12-11 02:43:04] "GET /obj-perms HTTP/1.1" 200 5042 0.004439 10.0.0.61 - - [2025-12-11 02:43:05] "POST /neutron/port HTTP/1.1" 200 1203 0.014063 10.0.0.61 - - [2025-12-11 02:43:05] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006989 10.0.0.61 - - [2025-12-11 02:43:05] "POST /neutron/port HTTP/1.1" 200 1203 0.013379 10.0.0.61 - - [2025-12-11 02:43:05] "GET /virtual-machine/11c3396b-2c2a-4f39-9d3b-44d0bf551eb4 HTTP/1.1" 200 1298 0.005698 10.0.0.61 - - [2025-12-11 02:43:05] "GET /virtual-machine/11c3396b-2c2a-4f39-9d3b-44d0bf551eb4 HTTP/1.1" 200 1298 0.003318 10.0.0.61 - - [2025-12-11 02:43:05] "GET /virtual-machine-interface/29ef7113-28a2-4bd4-bf35-ce46354f9882 HTTP/1.1" 200 3168 0.004539 10.0.0.61 - - [2025-12-11 02:43:05] "GET /virtual-machine/11c3396b-2c2a-4f39-9d3b-44d0bf551eb4 HTTP/1.1" 200 1298 0.003073 10.0.0.61 - - [2025-12-11 02:43:05] "GET /virtual-machine-interface/29ef7113-28a2-4bd4-bf35-ce46354f9882 HTTP/1.1" 200 3168 0.004129 10.0.0.61 - - [2025-12-11 02:43:05] "GET /instance-ip/8611f34e-6aa0-41c1-a3f6-19d487ead320 HTTP/1.1" 200 1635 0.004861 10.0.0.61 - - [2025-12-11 02:43:05] "GET /instance-ip/b0ca3c71-93e4-4be6-9072-991362d7e705 HTTP/1.1" 200 1654 0.004425 10.0.0.61 - - [2025-12-11 02:43:05] "GET /virtual-machine/11c3396b-2c2a-4f39-9d3b-44d0bf551eb4 HTTP/1.1" 200 1298 0.002716 10.0.0.61 - - [2025-12-11 02:43:05] "GET /virtual-machine-interface/29ef7113-28a2-4bd4-bf35-ce46354f9882 HTTP/1.1" 200 3168 0.004142 10.0.0.61 - - [2025-12-11 02:43:05] "GET /instance-ip/8611f34e-6aa0-41c1-a3f6-19d487ead320 HTTP/1.1" 200 1635 0.003091 10.0.0.61 - - [2025-12-11 02:43:05] "GET /instance-ip/b0ca3c71-93e4-4be6-9072-991362d7e705 HTTP/1.1" 200 1654 0.003392 10.0.0.61 - - [2025-12-11 02:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.61 - - [2025-12-11 02:43:05] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003178 10.0.0.61 - - [2025-12-11 02:43:05] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002565 10.0.0.61 - - [2025-12-11 02:43:05] "GET /virtual-network/343bd733-53c4-4e7f-88a6-43f3c877b453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.005244 10.0.0.61 - - [2025-12-11 02:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.61 - - [2025-12-11 02:43:05] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004083 10.0.0.61 - - [2025-12-11 02:43:05] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002882 10.0.0.61 - - [2025-12-11 02:43:05] "GET /virtual-network/343bd733-53c4-4e7f-88a6-43f3c877b453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.005366 10.0.0.61 - - [2025-12-11 02:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.61 - - [2025-12-11 02:43:05] "POST /neutron/security_group HTTP/1.1" 200 2064 0.005891 10.0.0.61 - - [2025-12-11 02:43:05] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003589 10.0.0.61 - - [2025-12-11 02:43:05] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002766 10.0.0.61 - - [2025-12-11 02:43:05] "GET /virtual-network/343bd733-53c4-4e7f-88a6-43f3c877b453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.006016 10.0.0.61 - - [2025-12-11 02:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.61 - - [2025-12-11 02:43:05] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004149 10.0.0.61 - - [2025-12-11 02:43:05] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003013 10.0.0.61 - - [2025-12-11 02:43:05] "GET /virtual-network/343bd733-53c4-4e7f-88a6-43f3c877b453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.005421 10.0.0.61 - - [2025-12-11 02:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.61 - - [2025-12-11 02:43:06] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003911 10.0.0.61 - - [2025-12-11 02:43:06] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003208 10.0.0.61 - - [2025-12-11 02:43:06] "GET /virtual-network/343bd733-53c4-4e7f-88a6-43f3c877b453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.005494 10.0.0.61 - - [2025-12-11 02:43:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.61 - - [2025-12-11 02:43:07] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003596 10.0.0.61 - - [2025-12-11 02:43:07] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003077 10.0.0.61 - - [2025-12-11 02:43:07] "GET /virtual-network/343bd733-53c4-4e7f-88a6-43f3c877b453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.005976 10.0.0.61 - - [2025-12-11 02:43:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.61 - - [2025-12-11 02:43:07] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004342 10.0.0.61 - - [2025-12-11 02:43:07] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003006 10.0.0.61 - - [2025-12-11 02:43:07] "GET /virtual-network/343bd733-53c4-4e7f-88a6-43f3c877b453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.008789 10.0.0.61 - - [2025-12-11 02:43:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.61 - - [2025-12-11 02:43:07] "GET /routing-instance/f24bfdd4-8012-433f-927a-41b7cc621375?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.004077 10.0.0.61 - - [2025-12-11 02:43:07] "GET /route-target/7e99c644-a2ac-4408-940a-f36ab95772b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004334 10.0.0.61 - - [2025-12-11 02:43:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.61 - - [2025-12-11 02:43:07] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003661 10.0.0.61 - - [2025-12-11 02:43:07] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002567 10.0.0.61 - - [2025-12-11 02:43:07] "GET /virtual-network/343bd733-53c4-4e7f-88a6-43f3c877b453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.007434 10.0.0.61 - - [2025-12-11 02:43:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.61 - - [2025-12-11 02:43:07] "GET /routing-instance/f24bfdd4-8012-433f-927a-41b7cc621375?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.004161 10.0.0.61 - - [2025-12-11 02:43:07] "GET /route-target/7e99c644-a2ac-4408-940a-f36ab95772b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004611 10.0.0.61 - - [2025-12-11 02:43:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.61 - - [2025-12-11 02:43:07] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003908 10.0.0.61 - - [2025-12-11 02:43:07] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002518 10.0.0.61 - - [2025-12-11 02:43:07] "GET /virtual-network/343bd733-53c4-4e7f-88a6-43f3c877b453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.005719 10.0.0.61 - - [2025-12-11 02:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.61 - - [2025-12-11 02:43:08] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004575 10.0.0.61 - - [2025-12-11 02:43:08] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003383 10.0.0.61 - - [2025-12-11 02:43:08] "GET /virtual-network/343bd733-53c4-4e7f-88a6-43f3c877b453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.005206 10.0.0.61 - - [2025-12-11 02:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.61 - - [2025-12-11 02:43:08] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003752 10.0.0.61 - - [2025-12-11 02:43:08] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003066 10.0.0.61 - - [2025-12-11 02:43:08] "GET /virtual-network/343bd733-53c4-4e7f-88a6-43f3c877b453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.005679 10.0.0.61 - - [2025-12-11 02:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.61 - - [2025-12-11 02:43:08] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.008590 10.0.0.61 - - [2025-12-11 02:43:08] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003540 10.0.0.61 - - [2025-12-11 02:43:08] "GET /virtual-network/343bd733-53c4-4e7f-88a6-43f3c877b453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.005512 10.0.0.27 - - [2025-12-11 02:43:08] "GET /obj-perms HTTP/1.1" 200 5042 0.003956 10.0.0.61 - - [2025-12-11 02:43:08] "GET /obj-perms HTTP/1.1" 200 5042 0.003594 10.0.0.61 - - [2025-12-11 02:43:08] "GET /obj-perms HTTP/1.1" 200 5042 0.003309 10.0.0.27 - - [2025-12-11 02:43:08] "GET /obj-perms HTTP/1.1" 200 5042 0.004358 10.0.0.61 - - [2025-12-11 02:43:08] "GET /obj-perms HTTP/1.1" 200 5042 0.004327 10.0.0.33 - - [2025-12-11 02:43:08] "GET /obj-perms HTTP/1.1" 200 5042 0.002939 10.0.0.61 - - [2025-12-11 02:43:08] "GET /virtual-machine/e069eabe-9fcf-42e7-973c-03f09fb9585b HTTP/1.1" 200 1299 0.004502 10.0.0.61 - - [2025-12-11 02:43:08] "GET /virtual-machine-interface/0b36b570-1081-477d-8f22-6debf775260f HTTP/1.1" 200 3167 0.005194 10.0.0.61 - - [2025-12-11 02:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.61 - - [2025-12-11 02:43:08] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003443 10.0.0.61 - - [2025-12-11 02:43:08] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003053 10.0.0.61 - - [2025-12-11 02:43:08] "GET /virtual-network/2a15ee94-3392-4663-9f1c-7392b392350e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005337 10.0.0.61 - - [2025-12-11 02:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.61 - - [2025-12-11 02:43:09] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004130 10.0.0.61 - - [2025-12-11 02:43:09] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002908 10.0.0.61 - - [2025-12-11 02:43:09] "GET /virtual-network/2a15ee94-3392-4663-9f1c-7392b392350e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005306 10.0.0.61 - - [2025-12-11 02:43:11] "POST /neutron/port HTTP/1.1" 200 1201 0.014903 10.0.0.61 - - [2025-12-11 02:43:15] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007031 10.0.0.61 - - [2025-12-11 02:43:20] "POST /neutron/port HTTP/1.1" 200 1201 0.013777 10.0.0.61 - - [2025-12-11 02:43:25] "GET /virtual-machine/d6c66900-1c01-40a0-85cf-f18f7db1c9cb HTTP/1.1" 200 1298 0.004136 10.0.0.61 - - [2025-12-11 02:43:25] "GET /virtual-machine-interface/7964f27d-9b3d-44fa-baa5-fe2e67b3b4ed HTTP/1.1" 200 3168 0.005700 10.0.0.61 - - [2025-12-11 02:43:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.61 - - [2025-12-11 02:43:25] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003382 10.0.0.61 - - [2025-12-11 02:43:25] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002680 10.0.0.61 - - [2025-12-11 02:43:25] "GET /virtual-network/28cb3a95-fe6c-4173-a37a-7a9e881e254d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005241 10.0.0.61 - - [2025-12-11 02:43:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.61 - - [2025-12-11 02:43:26] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004400 10.0.0.61 - - [2025-12-11 02:43:26] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004006 10.0.0.61 - - [2025-12-11 02:43:26] "GET /virtual-network/28cb3a95-fe6c-4173-a37a-7a9e881e254d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005026 10.0.0.61 - - [2025-12-11 02:43:26] "GET /virtual-machine/11c3396b-2c2a-4f39-9d3b-44d0bf551eb4 HTTP/1.1" 200 1298 0.005574 10.0.0.61 - - [2025-12-11 02:43:26] "GET /virtual-machine-interface/29ef7113-28a2-4bd4-bf35-ce46354f9882 HTTP/1.1" 200 3168 0.004944 10.0.0.61 - - [2025-12-11 02:43:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.61 - - [2025-12-11 02:43:26] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003260 10.0.0.61 - - [2025-12-11 02:43:26] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002656 10.0.0.61 - - [2025-12-11 02:43:27] "GET /virtual-network/343bd733-53c4-4e7f-88a6-43f3c877b453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.005242 10.0.0.61 - - [2025-12-11 02:43:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.61 - - [2025-12-11 02:43:28] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003818 10.0.0.61 - - [2025-12-11 02:43:28] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002461 10.0.0.61 - - [2025-12-11 02:43:28] "GET /virtual-network/343bd733-53c4-4e7f-88a6-43f3c877b453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.005573 10.0.0.61 - - [2025-12-11 02:43:29] "POST /neutron/port HTTP/1.1" 200 1201 0.013285 10.0.0.61 - - [2025-12-11 02:43:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003577 10.0.0.61 - - [2025-12-11 02:43:30] "POST /neutron/port HTTP/1.1" 200 117 0.001141 10.0.0.61 - - [2025-12-11 02:43:30] "POST /neutron/port HTTP/1.1" 200 1203 0.014810 10.0.0.61 - - [2025-12-11 02:43:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004153 10.0.0.61 - - [2025-12-11 02:43:30] "POST /neutron/port HTTP/1.1" 200 117 0.001429 10.0.0.27 - - [2025-12-11 02:43:34] "GET /obj-perms HTTP/1.1" 200 5056 0.057492 10.0.0.61 - - [2025-12-11 02:43:50] "GET /virtual-machine/11c3396b-2c2a-4f39-9d3b-44d0bf551eb4 HTTP/1.1" 200 1298 0.004625 10.0.0.61 - - [2025-12-11 02:43:50] "POST /neutron/port HTTP/1.1" 200 1229 0.014830 10.0.0.61 - - [2025-12-11 02:43:52] "GET /virtual-machine/11c3396b-2c2a-4f39-9d3b-44d0bf551eb4 HTTP/1.1" 404 171 0.003021 10.0.0.61 - - [2025-12-11 02:43:52] "GET /virtual-machine/11c3396b-2c2a-4f39-9d3b-44d0bf551eb4 HTTP/1.1" 404 171 0.002477 10.0.0.61 - - [2025-12-11 02:43:52] "GET /virtual-machine/11c3396b-2c2a-4f39-9d3b-44d0bf551eb4 HTTP/1.1" 404 171 0.002685 10.0.0.61 - - [2025-12-11 02:43:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004662 10.0.0.61 - - [2025-12-11 02:43:52] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004640 10.0.0.61 - - [2025-12-11 02:43:52] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003728 10.0.0.61 - - [2025-12-11 02:43:52] "GET /virtual-network/343bd733-53c4-4e7f-88a6-43f3c877b453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.006562 10.0.0.61 - - [2025-12-11 02:43:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.61 - - [2025-12-11 02:43:52] "GET /routing-instance/f24bfdd4-8012-433f-927a-41b7cc621375?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.005623 10.0.0.61 - - [2025-12-11 02:43:52] "GET /route-target/7e99c644-a2ac-4408-940a-f36ab95772b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004507 10.0.0.61 - - [2025-12-11 02:43:52] "GET /obj-perms HTTP/1.1" 200 5042 0.003319 10.0.0.61 - - [2025-12-11 02:43:52] "GET /virtual-machine/d6c66900-1c01-40a0-85cf-f18f7db1c9cb HTTP/1.1" 200 1298 0.003662 10.0.0.61 - - [2025-12-11 02:43:53] "POST /neutron/port HTTP/1.1" 200 1227 0.014081 10.0.0.61 - - [2025-12-11 02:43:54] "GET /virtual-machine/d6c66900-1c01-40a0-85cf-f18f7db1c9cb HTTP/1.1" 404 171 0.003892 10.0.0.61 - - [2025-12-11 02:43:54] "GET /virtual-machine/d6c66900-1c01-40a0-85cf-f18f7db1c9cb HTTP/1.1" 404 171 0.003003 10.0.0.61 - - [2025-12-11 02:43:54] "GET /virtual-machine/d6c66900-1c01-40a0-85cf-f18f7db1c9cb HTTP/1.1" 404 171 0.003004 10.0.0.61 - - [2025-12-11 02:43:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.61 - - [2025-12-11 02:43:55] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003580 10.0.0.61 - - [2025-12-11 02:43:55] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002692 10.0.0.61 - - [2025-12-11 02:43:55] "GET /virtual-network/28cb3a95-fe6c-4173-a37a-7a9e881e254d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006664 10.0.0.61 - - [2025-12-11 02:43:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.61 - - [2025-12-11 02:43:55] "GET /routing-instance/3eebae9b-86b4-4a32-a158-b5a82481ea10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004295 10.0.0.61 - - [2025-12-11 02:43:55] "GET /route-target/402a4e5c-f81c-402d-a0a6-c65f198304ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003294 10.0.0.27 - - [2025-12-11 02:43:55] "GET /obj-perms HTTP/1.1" 200 5042 0.004159 10.0.0.61 - - [2025-12-11 02:43:58] "GET /obj-perms HTTP/1.1" 200 5042 0.003531 10.0.0.27 - - [2025-12-11 02:44:04] "GET /obj-perms HTTP/1.1" 200 5042 0.003464 10.0.0.61 - - [2025-12-11 02:44:07] "GET /obj-perms HTTP/1.1" 200 5042 0.003744 10.0.0.27 - - [2025-12-11 02:44:13] "GET /obj-perms HTTP/1.1" 200 5042 0.003530 10.0.0.61 - - [2025-12-11 02:44:16] "GET /obj-perms HTTP/1.1" 200 5042 0.003546 10.0.0.27 - - [2025-12-11 02:44:22] "GET /obj-perms HTTP/1.1" 200 5042 0.003878 10.0.0.61 - - [2025-12-11 02:44:22] "GET /obj-perms HTTP/1.1" 200 5042 0.003857 10.0.0.61 - - [2025-12-11 02:44:23] "GET /virtual-machine/e069eabe-9fcf-42e7-973c-03f09fb9585b HTTP/1.1" 200 1299 0.004275 10.0.0.61 - - [2025-12-11 02:44:23] "POST /neutron/port HTTP/1.1" 200 1227 0.011839 10.0.0.61 - - [2025-12-11 02:44:25] "GET /virtual-machine/e069eabe-9fcf-42e7-973c-03f09fb9585b HTTP/1.1" 404 171 0.004059 10.0.0.61 - - [2025-12-11 02:44:25] "GET /virtual-machine/e069eabe-9fcf-42e7-973c-03f09fb9585b HTTP/1.1" 404 171 0.002898 10.0.0.61 - - [2025-12-11 02:44:25] "GET /virtual-machine/e069eabe-9fcf-42e7-973c-03f09fb9585b HTTP/1.1" 404 171 0.002648 10.0.0.61 - - [2025-12-11 02:44:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.61 - - [2025-12-11 02:44:25] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004262 10.0.0.61 - - [2025-12-11 02:44:25] "GET /virtual-networks?parent_id=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003201 10.0.0.61 - - [2025-12-11 02:44:25] "GET /virtual-network/2a15ee94-3392-4663-9f1c-7392b392350e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005100 10.0.0.61 - - [2025-12-11 02:44:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002608 10.0.0.61 - - [2025-12-11 02:44:25] "GET /routing-instance/44d87ffb-8fd6-405e-945a-716af1e3068f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004593 10.0.0.61 - - [2025-12-11 02:44:25] "GET /route-target/f6a1da06-ba8b-43b0-9cbb-ebc9b16578a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003266 10.0.0.61 - - [2025-12-11 02:44:28] "GET /obj-perms HTTP/1.1" 200 5042 0.003691 10.0.0.27 - - [2025-12-11 02:44:28] "GET /obj-perms HTTP/1.1" 200 5042 0.003709 10.0.0.33 - - [2025-12-11 02:44:35] "GET /obj-perms HTTP/1.1" 200 5056 0.045811 10.0.0.27 - - [2025-12-11 02:44:35] "GET /obj-perms HTTP/1.1" 200 5056 0.047568 10.0.0.61 - - [2025-12-11 02:44:37] "GET /obj-perms HTTP/1.1" 200 5042 0.004690 10.0.0.27 - - [2025-12-11 02:44:43] "GET /obj-perms HTTP/1.1" 200 5042 0.003558 10.0.0.61 - - [2025-12-11 02:44:46] "GET /obj-perms HTTP/1.1" 200 5042 0.004051 10.0.0.27 - - [2025-12-11 02:44:53] "GET /obj-perms HTTP/1.1" 200 5042 0.003714 10.0.0.61 - - [2025-12-11 02:44:53] "GET /obj-perms HTTP/1.1" 200 5042 0.003164 10.0.0.61 - - [2025-12-11 02:44:53] "GET /virtual-network/28cb3a95-fe6c-4173-a37a-7a9e881e254d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005176 10.0.0.61 - - [2025-12-11 02:44:53] "POST /neutron/network HTTP/1.1" 200 1014 0.102388 10.0.0.61 - - [2025-12-11 02:44:53] "GET /virtual-network/28cb3a95-fe6c-4173-a37a-7a9e881e254d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006900 10.0.0.61 - - [2025-12-11 02:44:53] "GET /virtual-network/2a15ee94-3392-4663-9f1c-7392b392350e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006202 10.0.0.61 - - [2025-12-11 02:44:53] "POST /neutron/network HTTP/1.1" 200 1014 0.069347 10.0.0.61 - - [2025-12-11 02:44:53] "GET /virtual-network/2a15ee94-3392-4663-9f1c-7392b392350e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005397 10.0.0.61 - - [2025-12-11 02:44:53] "DELETE /network-policy/496df193-2250-4d34-b18a-5987344edd97 HTTP/1.1" 200 115 0.030943 10.0.0.61 - - [2025-12-11 02:44:53] "DELETE /network-policy/133ebdc2-f339-4e5d-8447-11be6742fef1 HTTP/1.1" 200 115 0.053542 10.0.0.61 - - [2025-12-11 02:44:53] "DELETE /network-policy/8c24ffc4-df83-4bd9-a03f-86317e202545 HTTP/1.1" 200 115 0.036724 10.0.0.33 - - [2025-12-11 02:44:54] "DELETE /access-control-list/07074def-711e-4a71-a9a9-a1b255fd46b6 HTTP/1.1" 200 115 0.043196 10.0.0.27 - - [2025-12-11 02:44:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004656 10.0.0.27 - - [2025-12-11 02:44:54] "POST /useragent-kv HTTP/1.1" 200 115 0.006071 10.0.0.27 - - [2025-12-11 02:44:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003302 10.0.0.27 - - [2025-12-11 02:44:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002426 10.0.0.61 - - [2025-12-11 02:44:54] "POST /neutron/network HTTP/1.1" 200 151 0.143397 10.0.0.33 - - [2025-12-11 02:44:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006423 10.0.0.33 - - [2025-12-11 02:44:54] "DELETE /route-target/402a4e5c-f81c-402d-a0a6-c65f198304ee HTTP/1.1" 200 115 0.018032 10.0.0.61 - - [2025-12-11 02:44:54] "POST /neutron/network HTTP/1.1" 200 1014 0.007701 10.0.0.61 - - [2025-12-11 02:44:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.61 - - [2025-12-11 02:44:55] "DELETE /network-ipam/141ae8b0-275b-4222-8c50-79ab9743d541 HTTP/1.1" 200 115 0.026073 10.0.0.61 - - [2025-12-11 02:44:55] "POST /fqname-to-id HTTP/1.1" 404 203 0.002402 10.0.0.61 - - [2025-12-11 02:44:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.61 - - [2025-12-11 02:44:55] "DELETE /network-ipam/4579eba6-1282-4756-bbe2-361163f68cc9 HTTP/1.1" 200 115 0.029671 10.0.0.61 - - [2025-12-11 02:44:55] "POST /fqname-to-id HTTP/1.1" 404 203 0.002765 10.0.0.61 - - [2025-12-11 02:44:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.61 - - [2025-12-11 02:44:55] "DELETE /network-ipam/b4e67722-8e0d-4ff1-bca8-a9f1d32d12c9 HTTP/1.1" 200 115 0.028380 10.0.0.61 - - [2025-12-11 02:44:55] "POST /fqname-to-id HTTP/1.1" 404 203 0.002542 10.0.0.27 - - [2025-12-11 02:44:57] "GET /projects?obj_uuids=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000917 10.0.0.61 - - [2025-12-11 02:44:57] "GET /project/1aba1a19-e4aa-46af-9d22-8f7394683987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.034915 10.0.0.27 - - [2025-12-11 02:44:57] "GET /projects?obj_uuids=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000870 10.0.0.61 - - [2025-12-11 02:44:57] "GET /project/1aba1a19-e4aa-46af-9d22-8f7394683987?fields=virtual_networks HTTP/1.1" 200 1054 0.034863 10.0.0.27 - - [2025-12-11 02:44:58] "GET /projects?obj_uuids=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000865 10.0.0.61 - - [2025-12-11 02:44:58] "GET /project/1aba1a19-e4aa-46af-9d22-8f7394683987?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.041680 10.0.0.27 - - [2025-12-11 02:44:58] "GET /projects?obj_uuids=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000832 10.0.0.61 - - [2025-12-11 02:44:58] "GET /project/1aba1a19-e4aa-46af-9d22-8f7394683987?fields=security_groups HTTP/1.1" 200 1286 0.039425 10.0.0.61 - - [2025-12-11 02:44:58] "POST /fqname-to-id HTTP/1.1" 404 190 0.025834 10.0.0.27 - - [2025-12-11 02:44:59] "GET /projects?obj_uuids=3f6186ec-8921-4ef7-952e-8f8231d0fae4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002602 10.0.0.27 - - [2025-12-11 02:44:59] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000839 10.0.0.27 - - [2025-12-11 02:44:59] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006477 10.0.0.27 - - [2025-12-11 02:44:59] "POST /id-to-fqname HTTP/1.1" 200 192 0.001032 10.0.0.27 - - [2025-12-11 02:44:59] "POST /fqname-to-id HTTP/1.1" 404 201 0.021695 10.0.0.27 - - [2025-12-11 02:44:59] "POST /security-groups HTTP/1.1" 200 593 0.074440 10.0.0.33 - - [2025-12-11 02:44:59] "POST /fqname-to-id HTTP/1.1" 404 236 0.004911 10.0.0.27 - - [2025-12-11 02:44:59] "POST /projects HTTP/1.1" 200 589 0.286075 10.0.0.27 - - [2025-12-11 02:44:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.353737 10.0.0.33 - - [2025-12-11 02:44:59] "POST /access-control-lists HTTP/1.1" 200 596 0.026594 10.0.0.61 - - [2025-12-11 02:44:59] "GET /project/3f6186ec-8921-4ef7-952e-8f8231d0fae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.488496 10.0.0.61 - - [2025-12-11 02:45:00] "GET / HTTP/1.1" 200 35931 0.002167 10.0.0.61 - - [2025-12-11 02:45:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000482 10.0.0.61 - - [2025-12-11 02:45:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.167838 10.0.0.27 - - [2025-12-11 02:45:02] "GET /projects?obj_uuids=3f6186ec-8921-4ef7-952e-8f8231d0fae4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001101 10.0.0.61 - - [2025-12-11 02:45:02] "GET /project/3f6186ec-8921-4ef7-952e-8f8231d0fae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.046075 10.0.0.27 - - [2025-12-11 02:45:02] "GET /projects?obj_uuids=3f6186ec-8921-4ef7-952e-8f8231d0fae4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000939 10.0.0.61 - - [2025-12-11 02:45:03] "POST /neutron/network HTTP/1.1" 200 607 0.185257 10.0.0.61 - - [2025-12-11 02:45:03] "POST /id-to-fqname HTTP/1.1" 200 222 0.004017 10.0.0.61 - - [2025-12-11 02:45:03] "GET /virtual-network/bd1ddfc8-d4d3-4e24-90f3-d22186ca9c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004462 10.0.0.61 - - [2025-12-11 02:45:03] "POST /neutron/network HTTP/1.1" 200 828 0.008430 10.0.0.61 - - [2025-12-11 02:45:03] "GET /virtual-network/bd1ddfc8-d4d3-4e24-90f3-d22186ca9c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005480 10.0.0.61 - - [2025-12-11 02:45:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.27 - - [2025-12-11 02:45:03] "GET /projects?obj_uuids=3f6186ec-8921-4ef7-952e-8f8231d0fae4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000813 10.0.0.61 - - [2025-12-11 02:45:03] "GET /project/3f6186ec-8921-4ef7-952e-8f8231d0fae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.038945 10.0.0.61 - - [2025-12-11 02:45:03] "POST /neutron/network HTTP/1.1" 200 117 0.023827 10.0.0.33 - - [2025-12-11 02:45:03] "POST /route-targets HTTP/1.1" 200 327 0.017685 10.0.0.61 - - [2025-12-11 02:45:04] "POST /neutron/network HTTP/1.1" 200 826 0.010047 10.0.0.61 - - [2025-12-11 02:45:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.001014 10.0.0.61 - - [2025-12-11 02:45:04] "GET /virtual-network/9ebad0e1-3d9d-4afd-98b8-cb57a419a4ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004298 10.0.0.61 - - [2025-12-11 02:45:04] "GET /virtual-network/9ebad0e1-3d9d-4afd-98b8-cb57a419a4ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006451 10.0.0.61 - - [2025-12-11 02:45:04] "POST /neutron/subnet HTTP/1.1" 200 724 0.010177 10.0.0.61 - - [2025-12-11 02:45:04] "POST /fqname-to-id HTTP/1.1" 404 228 0.003433 10.0.0.61 - - [2025-12-11 02:45:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004653 10.0.0.27 - - [2025-12-11 02:45:04] "GET /projects?obj_uuids=3f6186ec-8921-4ef7-952e-8f8231d0fae4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001240 10.0.0.61 - - [2025-12-11 02:45:04] "GET /project/3f6186ec-8921-4ef7-952e-8f8231d0fae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.057017 10.0.0.61 - - [2025-12-11 02:45:04] "POST /network-policys HTTP/1.1" 200 571 0.031433 10.0.0.61 - - [2025-12-11 02:45:04] "GET /network-policy/5cd52632-c808-4232-aa39-56826a8a6318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005929 10.0.0.61 - - [2025-12-11 02:45:04] "POST /neutron/network HTTP/1.1" 200 930 0.009625 10.0.0.61 - - [2025-12-11 02:45:04] "GET /virtual-network/bd1ddfc8-d4d3-4e24-90f3-d22186ca9c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.004161 10.0.0.33 - - [2025-12-11 02:45:04] "POST /access-control-lists HTTP/1.1" 200 590 0.047140 10.0.0.61 - - [2025-12-11 02:45:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.018478 10.0.0.61 - - [2025-12-11 02:45:04] "GET /network-policy/5cd52632-c808-4232-aa39-56826a8a6318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003736 10.0.0.61 - - [2025-12-11 02:45:04] "POST /neutron/network HTTP/1.1" 200 928 0.010849 10.0.0.61 - - [2025-12-11 02:45:04] "GET /virtual-network/9ebad0e1-3d9d-4afd-98b8-cb57a419a4ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.012458 10.0.0.61 - - [2025-12-11 02:45:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002642 10.0.0.61 - - [2025-12-11 02:45:04] "GET /network-policy/5cd52632-c808-4232-aa39-56826a8a6318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004085 10.0.0.33 - - [2025-12-11 02:45:04] "POST /access-control-lists HTTP/1.1" 200 590 0.069326 10.0.0.61 - - [2025-12-11 02:45:05] "GET /virtual-network/bd1ddfc8-d4d3-4e24-90f3-d22186ca9c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.007009 10.0.0.61 - - [2025-12-11 02:45:06] "GET /virtual-network/9ebad0e1-3d9d-4afd-98b8-cb57a419a4ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005346 10.0.0.61 - - [2025-12-11 02:45:07] "GET /obj-perms HTTP/1.1" 200 5034 0.051813 10.0.0.33 - - [2025-12-11 02:45:07] "GET /obj-perms HTTP/1.1" 200 5034 0.048962 10.0.0.27 - - [2025-12-11 02:45:07] "GET /obj-perms HTTP/1.1" 200 5034 0.060771 10.0.0.61 - - [2025-12-11 02:45:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.001233 10.0.0.27 - - [2025-12-11 02:45:08] "GET /projects?obj_uuids=3f6186ec-8921-4ef7-952e-8f8231d0fae4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001108 10.0.0.61 - - [2025-12-11 02:45:08] "GET /project/3f6186ec-8921-4ef7-952e-8f8231d0fae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.066978 10.0.0.61 - - [2025-12-11 02:45:08] "POST /neutron/port HTTP/1.1" 200 117 0.006768 10.0.0.61 - - [2025-12-11 02:45:08] "POST /id-to-fqname HTTP/1.1" 200 222 0.001812 10.0.0.61 - - [2025-12-11 02:45:08] "POST /neutron/network HTTP/1.1" 200 938 0.006609 10.0.0.61 - - [2025-12-11 02:45:09] "POST /neutron/port HTTP/1.1" 200 1064 0.018175 10.0.0.61 - - [2025-12-11 02:45:09] "POST /neutron/port HTTP/1.1" 200 1092 0.014351 10.0.0.61 - - [2025-12-11 02:45:09] "POST /neutron/port HTTP/1.1" 200 117 0.001091 10.0.0.27 - - [2025-12-11 02:45:09] "GET /projects?obj_uuids=3f6186ec-8921-4ef7-952e-8f8231d0fae4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000913 10.0.0.61 - - [2025-12-11 02:45:09] "GET /project/3f6186ec-8921-4ef7-952e-8f8231d0fae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.082781 10.0.0.61 - - [2025-12-11 02:45:09] "POST /neutron/port HTTP/1.1" 200 1092 0.015439 10.0.0.61 - - [2025-12-11 02:45:09] "POST /neutron/port HTTP/1.1" 200 1092 0.012790 10.0.0.27 - - [2025-12-11 02:45:09] "GET /projects?obj_uuids=3f6186ec-8921-4ef7-952e-8f8231d0fae4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000832 10.0.0.61 - - [2025-12-11 02:45:10] "POST /neutron/port HTTP/1.1" 200 1062 0.238373 10.0.0.61 - - [2025-12-11 02:45:10] "POST /neutron/port HTTP/1.1" 200 1116 0.090551 10.0.0.61 - - [2025-12-11 02:45:10] "POST /neutron/subnet HTTP/1.1" 200 698 0.010708 10.0.0.61 - - [2025-12-11 02:45:14] "POST /neutron/port HTTP/1.1" 200 1092 0.013668 10.0.0.61 - - [2025-12-11 02:45:14] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006820 10.0.0.61 - - [2025-12-11 02:45:15] "GET /virtual-machine/06b3e510-7b96-43ab-ae3c-7afa4139b54a HTTP/1.1" 401 292 0.000406 10.0.0.61 - - [2025-12-11 02:45:15] "GET /virtual-machine/06b3e510-7b96-43ab-ae3c-7afa4139b54a HTTP/1.1" 200 1293 0.031717 10.0.0.61 - - [2025-12-11 02:45:15] "GET /virtual-machine-interface/8b7fb0fb-a0bc-409b-ac3b-69bb464b7427 HTTP/1.1" 200 2952 0.006507 10.0.0.61 - - [2025-12-11 02:45:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.61 - - [2025-12-11 02:45:15] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004702 10.0.0.61 - - [2025-12-11 02:45:15] "GET /virtual-networks?parent_id=3f6186ec-8921-4ef7-952e-8f8231d0fae4&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003327 10.0.0.61 - - [2025-12-11 02:45:15] "GET /virtual-network/bd1ddfc8-d4d3-4e24-90f3-d22186ca9c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006401 10.0.0.27 - - [2025-12-11 02:45:17] "DELETE /project/3f6186ec89214ef7952e8f8231d0fae4 HTTP/1.1" 404 173 0.003593 10.0.0.27 - - [2025-12-11 02:45:17] "GET /projects?obj_uuids=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000735 10.0.0.27 - - [2025-12-11 02:45:17] "GET /project/1aba1a19-e4aa-46af-9d22-8f7394683987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.039552 10.0.0.27 - - [2025-12-11 02:45:17] "GET /projects?obj_uuids=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000807 10.0.0.27 - - [2025-12-11 02:45:17] "GET /project/1aba1a19-e4aa-46af-9d22-8f7394683987?fields=security_groups HTTP/1.1" 200 1391 0.041785 10.0.0.27 - - [2025-12-11 02:45:17] "DELETE /security-group/d16ef9f1-3c7b-4d39-b6b6-97b7090f5c2c HTTP/1.1" 200 115 0.047528 10.0.0.27 - - [2025-12-11 02:45:17] "GET /projects?obj_uuids=1aba1a19-e4aa-46af-9d22-8f7394683987&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000807 10.0.0.33 - - [2025-12-11 02:45:17] "DELETE /access-control-list/a788bb17-7b33-47fc-b3a5-9e08fda42932 HTTP/1.1" 200 115 0.039027 10.0.0.27 - - [2025-12-11 02:45:17] "GET /project/1aba1a19-e4aa-46af-9d22-8f7394683987?fields=application_policy_sets HTTP/1.1" 200 1430 0.057795 10.0.0.27 - - [2025-12-11 02:45:18] "DELETE /project/1aba1a19-e4aa-46af-9d22-8f7394683987 HTTP/1.1" 200 115 0.391079 10.0.0.61 - - [2025-12-11 02:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.61 - - [2025-12-11 02:45:18] "GET /virtual-network/bd1ddfc8-d4d3-4e24-90f3-d22186ca9c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.004780 10.0.0.61 - - [2025-12-11 02:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.61 - - [2025-12-11 02:45:22] "GET /virtual-network/bd1ddfc8-d4d3-4e24-90f3-d22186ca9c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.004437 10.0.0.61 - - [2025-12-11 02:45:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.61 - - [2025-12-11 02:45:26] "GET /virtual-network/bd1ddfc8-d4d3-4e24-90f3-d22186ca9c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.004570 10.0.0.61 - - [2025-12-11 02:45:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.61 - - [2025-12-11 02:45:30] "GET /virtual-network/bd1ddfc8-d4d3-4e24-90f3-d22186ca9c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.004666 10.0.0.61 - - [2025-12-11 02:45:32] "POST /neutron/port HTTP/1.1" 200 1092 0.014464 10.0.0.61 - - [2025-12-11 02:45:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004117 10.0.0.61 - - [2025-12-11 02:45:32] "POST /neutron/network HTTP/1.1" 200 930 0.006734 10.0.0.61 - - [2025-12-11 02:45:33] "POST /neutron/network HTTP/1.1" 200 938 0.029049 10.0.0.61 - - [2025-12-11 02:45:33] "POST /neutron/port HTTP/1.1" 200 117 0.001104 10.0.0.61 - - [2025-12-11 02:45:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.61 - - [2025-12-11 02:45:34] "GET /virtual-network/bd1ddfc8-d4d3-4e24-90f3-d22186ca9c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005525 10.0.0.61 - - [2025-12-11 02:45:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.61 - - [2025-12-11 02:45:39] "GET /virtual-network/bd1ddfc8-d4d3-4e24-90f3-d22186ca9c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.004652 10.0.0.61 - - [2025-12-11 02:45:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.61 - - [2025-12-11 02:45:43] "GET /virtual-network/bd1ddfc8-d4d3-4e24-90f3-d22186ca9c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.004972 10.0.0.61 - - [2025-12-11 02:45:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006024 10.0.0.61 - - [2025-12-11 02:45:47] "GET /virtual-network/bd1ddfc8-d4d3-4e24-90f3-d22186ca9c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.008338 10.0.0.61 - - [2025-12-11 02:45:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.61 - - [2025-12-11 02:45:49] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003177 10.0.0.61 - - [2025-12-11 02:45:49] "GET /virtual-networks?parent_id=3f6186ec-8921-4ef7-952e-8f8231d0fae4&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002598 10.0.0.61 - - [2025-12-11 02:45:49] "GET /virtual-network/bd1ddfc8-d4d3-4e24-90f3-d22186ca9c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005302 10.0.0.61 - - [2025-12-11 02:45:49] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007584 10.0.0.61 - - [2025-12-11 02:45:57] "POST /neutron/port HTTP/1.1" 200 1092 0.036851 10.0.0.61 - - [2025-12-11 02:45:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007761 10.0.0.61 - - [2025-12-11 02:46:04] "POST /neutron/port HTTP/1.1" 200 1092 0.014234 10.0.0.61 - - [2025-12-11 02:46:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005873 10.0.0.61 - - [2025-12-11 02:46:10] "POST /neutron/port HTTP/1.1" 200 1090 0.012371 10.0.0.61 - - [2025-12-11 02:46:10] "GET /virtual-machine/5a569629-ef41-4deb-8583-b9bb0c1ed243 HTTP/1.1" 200 1293 0.005752 10.0.0.61 - - [2025-12-11 02:46:10] "GET /virtual-machine-interface/a31dd8c1-7cd0-4205-abe9-d174576851a1 HTTP/1.1" 200 2952 0.004075 10.0.0.61 - - [2025-12-11 02:46:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.61 - - [2025-12-11 02:46:10] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.002986 10.0.0.61 - - [2025-12-11 02:46:10] "GET /virtual-networks?parent_id=3f6186ec-8921-4ef7-952e-8f8231d0fae4&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002081 10.0.0.61 - - [2025-12-11 02:46:10] "GET /virtual-network/9ebad0e1-3d9d-4afd-98b8-cb57a419a4ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005160 10.0.0.61 - - [2025-12-11 02:46:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.61 - - [2025-12-11 02:46:11] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003399 10.0.0.61 - - [2025-12-11 02:46:11] "GET /virtual-networks?parent_id=3f6186ec-8921-4ef7-952e-8f8231d0fae4&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003218 10.0.0.61 - - [2025-12-11 02:46:11] "GET /virtual-network/9ebad0e1-3d9d-4afd-98b8-cb57a419a4ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005343 10.0.0.27 - - [2025-12-11 02:46:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.27 - - [2025-12-11 02:46:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000518 10.0.0.27 - - [2025-12-11 02:46:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.27 - - [2025-12-11 02:46:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000596 10.0.0.33 - - [2025-12-11 02:46:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.33 - - [2025-12-11 02:46:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.33 - - [2025-12-11 02:46:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000525 10.0.0.33 - - [2025-12-11 02:46:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.61 - - [2025-12-11 02:46:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.61 - - [2025-12-11 02:46:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000667 10.0.0.61 - - [2025-12-11 02:46:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.61 - - [2025-12-11 02:46:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.61 - - [2025-12-11 02:46:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.27 - - [2025-12-11 02:46:31] "GET /projects?obj_uuids=3f6186ec-8921-4ef7-952e-8f8231d0fae4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001084 10.0.0.61 - - [2025-12-11 02:46:31] "GET /project/3f6186ec-8921-4ef7-952e-8f8231d0fae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.031851 10.0.0.61 - - [2025-12-11 02:46:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.61 - - [2025-12-11 02:46:31] "PUT /network-policy/5cd52632-c808-4232-aa39-56826a8a6318 HTTP/1.1" 200 262 0.011778 10.0.0.33 - - [2025-12-11 02:46:32] "POST /ref-update HTTP/1.1" 200 156 0.021344 10.0.0.61 - - [2025-12-11 02:46:32] "POST /neutron/port HTTP/1.1" 200 1092 0.012975 10.0.0.61 - - [2025-12-11 02:46:32] "POST /neutron/subnet HTTP/1.1" 200 708 0.007972 10.0.0.61 - - [2025-12-11 02:46:32] "POST /neutron/port HTTP/1.1" 200 1090 0.013720 10.0.0.61 - - [2025-12-11 02:46:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004605 10.0.0.61 - - [2025-12-11 02:46:33] "POST /neutron/network HTTP/1.1" 200 928 0.008053 10.0.0.61 - - [2025-12-11 02:46:35] "GET /virtual-network/9ebad0e1-3d9d-4afd-98b8-cb57a419a4ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005208 10.0.0.33 - - [2025-12-11 02:46:35] "DELETE /access-control-list/94cbd8a0-497d-4c5c-9b1c-163e5fd800db HTTP/1.1" 200 115 0.043469 10.0.0.61 - - [2025-12-11 02:46:35] "POST /neutron/network HTTP/1.1" 200 826 0.015609 10.0.0.61 - - [2025-12-11 02:46:35] "GET /virtual-network/9ebad0e1-3d9d-4afd-98b8-cb57a419a4ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006211 10.0.0.61 - - [2025-12-11 02:46:35] "GET /virtual-network/bd1ddfc8-d4d3-4e24-90f3-d22186ca9c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.004958 10.0.0.61 - - [2025-12-11 02:46:35] "POST /neutron/network HTTP/1.1" 200 828 0.010401 10.0.0.61 - - [2025-12-11 02:46:35] "GET /virtual-network/bd1ddfc8-d4d3-4e24-90f3-d22186ca9c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007673 10.0.0.61 - - [2025-12-11 02:46:35] "DELETE /network-policy/5cd52632-c808-4232-aa39-56826a8a6318 HTTP/1.1" 200 115 0.028228 10.0.0.61 - - [2025-12-11 02:46:35] "POST /neutron/port HTTP/1.1" 200 1090 0.015299 10.0.0.61 - - [2025-12-11 02:46:35] "POST /neutron/port HTTP/1.1" 200 1092 0.016725 10.0.0.61 - - [2025-12-11 02:46:37] "POST /neutron/network HTTP/1.1" 200 826 0.006978 10.0.0.33 - - [2025-12-11 02:46:37] "DELETE /route-target/62cdabd8-62aa-40ac-80d4-60874fbbf48c HTTP/1.1" 200 115 0.018236 10.0.0.27 - - [2025-12-11 02:46:37] "POST /useragent-kv HTTP/1.1" 200 115 0.012574 10.0.0.27 - - [2025-12-11 02:46:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003189 10.0.0.61 - - [2025-12-11 02:46:37] "POST /neutron/network HTTP/1.1" 200 151 0.108402 10.0.0.27 - - [2025-12-11 02:46:39] "GET /projects?obj_uuids=3f6186ec-8921-4ef7-952e-8f8231d0fae4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000929 10.0.0.61 - - [2025-12-11 02:46:39] "GET /project/3f6186ec-8921-4ef7-952e-8f8231d0fae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.033529 10.0.0.27 - - [2025-12-11 02:46:39] "GET /projects?obj_uuids=3f6186ec-8921-4ef7-952e-8f8231d0fae4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000852 10.0.0.61 - - [2025-12-11 02:46:39] "GET /project/3f6186ec-8921-4ef7-952e-8f8231d0fae4?fields=virtual_networks HTTP/1.1" 200 1046 0.102808 10.0.0.27 - - [2025-12-11 02:46:39] "GET /projects?obj_uuids=3f6186ec-8921-4ef7-952e-8f8231d0fae4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000913 10.0.0.61 - - [2025-12-11 02:46:39] "GET /project/3f6186ec-8921-4ef7-952e-8f8231d0fae4?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.041784 10.0.0.27 - - [2025-12-11 02:46:39] "GET /projects?obj_uuids=3f6186ec-8921-4ef7-952e-8f8231d0fae4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001175 10.0.0.61 - - [2025-12-11 02:46:39] "GET /project/3f6186ec-8921-4ef7-952e-8f8231d0fae4?fields=security_groups HTTP/1.1" 200 1274 0.043425 10.0.0.61 - - [2025-12-11 02:46:40] "POST /fqname-to-id HTTP/1.1" 404 200 0.024718 10.0.0.27 - - [2025-12-11 02:46:40] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003065 10.0.0.27 - - [2025-12-11 02:46:40] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001333 10.0.0.27 - - [2025-12-11 02:46:40] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007807 10.0.0.27 - - [2025-12-11 02:46:40] "POST /id-to-fqname HTTP/1.1" 200 202 0.002460 10.0.0.27 - - [2025-12-11 02:46:40] "POST /fqname-to-id HTTP/1.1" 404 211 0.006517 10.0.0.27 - - [2025-12-11 02:46:40] "POST /security-groups HTTP/1.1" 200 603 0.073150 10.0.0.33 - - [2025-12-11 02:46:40] "POST /fqname-to-id HTTP/1.1" 404 246 0.002943 10.0.0.27 - - [2025-12-11 02:46:40] "POST /projects HTTP/1.1" 200 609 0.266901 10.0.0.27 - - [2025-12-11 02:46:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.343688 10.0.0.33 - - [2025-12-11 02:46:40] "POST /access-control-lists HTTP/1.1" 200 606 0.030041 10.0.0.61 - - [2025-12-11 02:46:40] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.476381 10.0.0.61 - - [2025-12-11 02:46:41] "GET / HTTP/1.1" 200 35931 0.002050 10.0.0.61 - - [2025-12-11 02:46:45] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000475 10.0.0.27 - - [2025-12-11 02:46:45] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001016 10.0.0.61 - - [2025-12-11 02:46:45] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.066075 10.0.0.61 - - [2025-12-11 02:46:46] "GET / HTTP/1.1" 200 35931 0.001709 10.0.0.61 - - [2025-12-11 02:46:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.27 - - [2025-12-11 02:46:46] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000996 10.0.0.61 - - [2025-12-11 02:46:46] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006545 10.0.0.61 - - [2025-12-11 02:46:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.27 - - [2025-12-11 02:46:46] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000910 10.0.0.61 - - [2025-12-11 02:46:46] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.033145 10.0.0.61 - - [2025-12-11 02:46:47] "GET /domains HTTP/1.1" 401 292 0.000448 10.0.0.61 - - [2025-12-11 02:46:48] "GET /domains HTTP/1.1" 200 280 0.024707 10.0.0.27 - - [2025-12-11 02:46:48] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000786 10.0.0.61 - - [2025-12-11 02:46:48] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e HTTP/1.1" 200 2967 0.007613 10.0.0.27 - - [2025-12-11 02:46:48] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000747 10.0.0.61 - - [2025-12-11 02:46:48] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9 HTTP/1.1" 200 1935 0.080461 10.0.0.61 - - [2025-12-11 02:46:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002468 10.0.0.61 - - [2025-12-11 02:46:48] "POST /network-ipams HTTP/1.1" 200 621 0.024163 10.0.0.61 - - [2025-12-11 02:46:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.002860 10.0.0.61 - - [2025-12-11 02:46:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.61 - - [2025-12-11 02:46:48] "GET /network-ipam/6fc34ae3-2fb1-4245-a982-b2787a078f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.006252 10.0.0.61 - - [2025-12-11 02:46:48] "PUT /network-ipam/6fc34ae3-2fb1-4245-a982-b2787a078f7f HTTP/1.1" 200 258 0.013644 10.0.0.61 - - [2025-12-11 02:46:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000456 10.0.0.61 - - [2025-12-11 02:46:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.026513 10.0.0.27 - - [2025-12-11 02:46:48] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000849 10.0.0.61 - - [2025-12-11 02:46:48] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.036827 10.0.0.27 - - [2025-12-11 02:46:49] "POST /useragent-kv HTTP/1.1" 200 115 0.007276 10.0.0.61 - - [2025-12-11 02:46:49] "POST /neutron/subnet HTTP/1.1" 200 701 0.189817 10.0.0.61 - - [2025-12-11 02:46:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.004589 10.0.0.61 - - [2025-12-11 02:46:49] "POST /neutron/network HTTP/1.1" 200 1337 0.011593 10.0.0.61 - - [2025-12-11 02:46:49] "POST /id-to-fqname HTTP/1.1" 200 235 0.000942 10.0.0.61 - - [2025-12-11 02:46:49] "GET /virtual-network/5f47440a-7b35-4d3a-9a74-3b6f0db2b0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.004253 10.0.0.61 - - [2025-12-11 02:46:49] "GET /virtual-network/5f47440a-7b35-4d3a-9a74-3b6f0db2b0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005079 10.0.0.61 - - [2025-12-11 02:46:49] "POST /neutron/subnet HTTP/1.1" 200 701 0.008697 10.0.0.61 - - [2025-12-11 02:46:50] "GET /virtual-network/5f47440a-7b35-4d3a-9a74-3b6f0db2b0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.004901 10.0.0.61 - - [2025-12-11 02:46:50] "GET /obj-perms HTTP/1.1" 200 5019 0.050547 10.0.0.61 - - [2025-12-11 02:46:51] "POST /fqname-to-id HTTP/1.1" 404 229 0.003061 10.0.0.61 - - [2025-12-11 02:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.27 - - [2025-12-11 02:46:51] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000885 10.0.0.61 - - [2025-12-11 02:46:51] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.046410 10.0.0.61 - - [2025-12-11 02:46:51] "POST /network-policys HTTP/1.1" 200 563 0.069021 10.0.0.61 - - [2025-12-11 02:46:51] "GET /network-policy/062e3209-fc9b-4d5a-bff1-8b39559d4031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.007267 10.0.0.61 - - [2025-12-11 02:46:52] "POST /fqname-to-id HTTP/1.1" 404 229 0.003015 10.0.0.61 - - [2025-12-11 02:46:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.27 - - [2025-12-11 02:46:52] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001639 10.0.0.61 - - [2025-12-11 02:46:52] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.044359 10.0.0.61 - - [2025-12-11 02:46:52] "POST /network-policys HTTP/1.1" 200 563 0.069820 10.0.0.61 - - [2025-12-11 02:46:52] "GET /network-policy/77279773-0fab-4fa8-ac7c-9a444871c356?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.007597 10.0.0.61 - - [2025-12-11 02:46:52] "POST /fqname-to-id HTTP/1.1" 404 229 0.002824 10.0.0.61 - - [2025-12-11 02:46:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002545 10.0.0.27 - - [2025-12-11 02:46:52] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000804 10.0.0.61 - - [2025-12-11 02:46:52] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.032880 10.0.0.61 - - [2025-12-11 02:46:52] "POST /network-policys HTTP/1.1" 200 563 0.069074 10.0.0.61 - - [2025-12-11 02:46:52] "GET /network-policy/05975a79-f9c0-4e9a-86e7-db884b7fc6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.005822 10.0.0.61 - - [2025-12-11 02:46:52] "POST /fqname-to-id HTTP/1.1" 404 229 0.003112 10.0.0.61 - - [2025-12-11 02:46:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.27 - - [2025-12-11 02:46:52] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001520 10.0.0.61 - - [2025-12-11 02:46:52] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.048969 10.0.0.61 - - [2025-12-11 02:46:53] "POST /network-policys HTTP/1.1" 200 563 0.077356 10.0.0.61 - - [2025-12-11 02:46:53] "GET /network-policy/a74687d1-ed23-452d-8078-c2cae3d5502b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006096 10.0.0.61 - - [2025-12-11 02:46:53] "POST /fqname-to-id HTTP/1.1" 404 229 0.011874 10.0.0.61 - - [2025-12-11 02:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.27 - - [2025-12-11 02:46:53] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000828 10.0.0.61 - - [2025-12-11 02:46:53] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.042687 10.0.0.61 - - [2025-12-11 02:46:53] "POST /network-policys HTTP/1.1" 200 563 0.068603 10.0.0.61 - - [2025-12-11 02:46:53] "GET /network-policy/e8c1e1f9-335f-4fb1-b257-def7ba55e8cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006264 10.0.0.61 - - [2025-12-11 02:46:53] "POST /fqname-to-id HTTP/1.1" 404 229 0.003017 10.0.0.61 - - [2025-12-11 02:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.27 - - [2025-12-11 02:46:53] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000953 10.0.0.61 - - [2025-12-11 02:46:53] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.059746 10.0.0.61 - - [2025-12-11 02:46:53] "POST /network-policys HTTP/1.1" 200 563 0.074024 10.0.0.61 - - [2025-12-11 02:46:53] "GET /network-policy/53f5dae0-61cf-4e84-8650-f06b48b36193?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006246 10.0.0.61 - - [2025-12-11 02:46:54] "POST /fqname-to-id HTTP/1.1" 404 229 0.002876 10.0.0.61 - - [2025-12-11 02:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002697 10.0.0.27 - - [2025-12-11 02:46:54] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000861 10.0.0.61 - - [2025-12-11 02:46:54] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.039537 10.0.0.61 - - [2025-12-11 02:46:54] "POST /network-policys HTTP/1.1" 200 563 0.069463 10.0.0.61 - - [2025-12-11 02:46:54] "GET /network-policy/77e386f3-4778-48c2-a52a-d723b0a41963?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005466 10.0.0.61 - - [2025-12-11 02:46:54] "POST /fqname-to-id HTTP/1.1" 404 229 0.004269 10.0.0.61 - - [2025-12-11 02:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.27 - - [2025-12-11 02:46:54] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001182 10.0.0.61 - - [2025-12-11 02:46:54] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.049528 10.0.0.61 - - [2025-12-11 02:46:54] "POST /network-policys HTTP/1.1" 200 563 0.073640 10.0.0.61 - - [2025-12-11 02:46:54] "GET /network-policy/a2d86539-c0e2-44c3-a8a0-5e12e0f2efb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006598 10.0.0.61 - - [2025-12-11 02:46:54] "POST /fqname-to-id HTTP/1.1" 404 229 0.002708 10.0.0.61 - - [2025-12-11 02:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.27 - - [2025-12-11 02:46:54] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000880 10.0.0.61 - - [2025-12-11 02:46:54] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.040451 10.0.0.61 - - [2025-12-11 02:46:55] "POST /network-policys HTTP/1.1" 200 563 0.069358 10.0.0.61 - - [2025-12-11 02:46:55] "GET /network-policy/d36a1163-03d8-4c9d-9c53-bbae9f8cea3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006708 10.0.0.61 - - [2025-12-11 02:46:55] "POST /fqname-to-id HTTP/1.1" 404 229 0.003654 10.0.0.61 - - [2025-12-11 02:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005069 10.0.0.27 - - [2025-12-11 02:46:55] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.026019 10.0.0.61 - - [2025-12-11 02:46:55] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.078652 10.0.0.61 - - [2025-12-11 02:46:55] "POST /network-policys HTTP/1.1" 200 563 0.077546 10.0.0.61 - - [2025-12-11 02:46:55] "GET /network-policy/6eda4dbf-8167-47e1-985d-1e53eca3a3bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006912 10.0.0.61 - - [2025-12-11 02:46:55] "POST /neutron/network HTTP/1.1" 200 1337 0.010633 10.0.0.33 - - [2025-12-11 02:46:56] "POST /fqname-to-id HTTP/1.1" 404 252 0.054830 10.0.0.61 - - [2025-12-11 02:46:56] "GET /virtual-network/5f47440a-7b35-4d3a-9a74-3b6f0db2b0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.009517 10.0.0.61 - - [2025-12-11 02:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.61 - - [2025-12-11 02:46:56] "GET /network-policy/05975a79-f9c0-4e9a-86e7-db884b7fc6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.008615 10.0.0.61 - - [2025-12-11 02:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.61 - - [2025-12-11 02:46:56] "GET /network-policy/062e3209-fc9b-4d5a-bff1-8b39559d4031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.003651 10.0.0.61 - - [2025-12-11 02:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002434 10.0.0.61 - - [2025-12-11 02:46:56] "GET /network-policy/53f5dae0-61cf-4e84-8650-f06b48b36193?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.003975 10.0.0.61 - - [2025-12-11 02:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.61 - - [2025-12-11 02:46:56] "GET /network-policy/6eda4dbf-8167-47e1-985d-1e53eca3a3bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004217 10.0.0.61 - - [2025-12-11 02:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.61 - - [2025-12-11 02:46:56] "GET /network-policy/77279773-0fab-4fa8-ac7c-9a444871c356?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.004550 10.0.0.61 - - [2025-12-11 02:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.61 - - [2025-12-11 02:46:56] "GET /network-policy/77e386f3-4778-48c2-a52a-d723b0a41963?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004762 10.0.0.61 - - [2025-12-11 02:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002597 10.0.0.61 - - [2025-12-11 02:46:56] "GET /network-policy/a2d86539-c0e2-44c3-a8a0-5e12e0f2efb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004447 10.0.0.61 - - [2025-12-11 02:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.61 - - [2025-12-11 02:46:56] "GET /network-policy/a74687d1-ed23-452d-8078-c2cae3d5502b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004235 10.0.0.61 - - [2025-12-11 02:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.61 - - [2025-12-11 02:46:56] "GET /network-policy/d36a1163-03d8-4c9d-9c53-bbae9f8cea3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003923 10.0.0.61 - - [2025-12-11 02:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.61 - - [2025-12-11 02:46:56] "GET /network-policy/e8c1e1f9-335f-4fb1-b257-def7ba55e8cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004097 10.0.0.61 - - [2025-12-11 02:46:56] "POST /id-to-fqname HTTP/1.1" 200 235 0.001664 10.0.0.61 - - [2025-12-11 02:46:56] "POST /neutron/network HTTP/1.1" 200 2260 0.006698 10.0.0.27 - - [2025-12-11 02:46:57] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000869 10.0.0.61 - - [2025-12-11 02:46:57] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.065326 10.0.0.61 - - [2025-12-11 02:46:57] "POST /neutron/port HTTP/1.1" 200 117 0.005745 10.0.0.27 - - [2025-12-11 02:46:58] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001059 10.0.0.61 - - [2025-12-11 02:46:58] "POST /neutron/port HTTP/1.1" 200 1174 0.349586 10.0.0.61 - - [2025-12-11 02:46:58] "POST /neutron/port HTTP/1.1" 200 1228 0.097878 10.0.0.61 - - [2025-12-11 02:46:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003720 10.0.0.61 - - [2025-12-11 02:46:58] "POST /neutron/port HTTP/1.1" 200 117 0.001119 10.0.0.61 - - [2025-12-11 02:47:02] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008276 10.0.0.61 - - [2025-12-11 02:47:03] "POST /neutron/port HTTP/1.1" 200 1202 0.018062 10.0.0.61 - - [2025-12-11 02:47:03] "GET /virtual-machine/e4637f36-d315-4292-b5ae-70e76ad40ef6 HTTP/1.1" 401 292 0.000575 10.0.0.61 - - [2025-12-11 02:47:03] "GET /virtual-machine/e4637f36-d315-4292-b5ae-70e76ad40ef6 HTTP/1.1" 200 1305 0.037573 10.0.0.61 - - [2025-12-11 02:47:03] "GET /virtual-machine-interface/e57153cb-9787-4b01-88b3-23370fa20526 HTTP/1.1" 200 3169 0.005147 10.0.0.61 - - [2025-12-11 02:47:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.61 - - [2025-12-11 02:47:03] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005137 10.0.0.61 - - [2025-12-11 02:47:03] "GET /virtual-networks?parent_id=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003439 10.0.0.61 - - [2025-12-11 02:47:03] "GET /virtual-network/5f47440a-7b35-4d3a-9a74-3b6f0db2b0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.008614 10.0.0.61 - - [2025-12-11 02:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.61 - - [2025-12-11 02:47:06] "GET /virtual-network/5f47440a-7b35-4d3a-9a74-3b6f0db2b0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006674 10.0.0.61 - - [2025-12-11 02:47:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.61 - - [2025-12-11 02:47:10] "GET /virtual-network/5f47440a-7b35-4d3a-9a74-3b6f0db2b0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005046 10.0.0.61 - - [2025-12-11 02:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.61 - - [2025-12-11 02:47:14] "GET /virtual-network/5f47440a-7b35-4d3a-9a74-3b6f0db2b0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005472 10.0.0.27 - - [2025-12-11 02:47:18] "DELETE /project/cd5807c25c28415f9e7272c3111bf3e9 HTTP/1.1" 404 173 0.031759 10.0.0.27 - - [2025-12-11 02:47:18] "GET /projects?obj_uuids=3f6186ec-8921-4ef7-952e-8f8231d0fae4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001071 10.0.0.27 - - [2025-12-11 02:47:18] "GET /project/3f6186ec-8921-4ef7-952e-8f8231d0fae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.043523 10.0.0.27 - - [2025-12-11 02:47:18] "GET /projects?obj_uuids=3f6186ec-8921-4ef7-952e-8f8231d0fae4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000801 10.0.0.27 - - [2025-12-11 02:47:18] "GET /project/3f6186ec-8921-4ef7-952e-8f8231d0fae4?fields=security_groups HTTP/1.1" 200 1379 0.048990 10.0.0.27 - - [2025-12-11 02:47:18] "DELETE /security-group/1ce0c053-8423-4735-9721-3303cd0437fe HTTP/1.1" 200 115 0.044781 10.0.0.27 - - [2025-12-11 02:47:18] "GET /projects?obj_uuids=3f6186ec-8921-4ef7-952e-8f8231d0fae4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001091 10.0.0.33 - - [2025-12-11 02:47:18] "DELETE /access-control-list/2858976e-4790-4cfc-b77a-eb8d1f5a3949 HTTP/1.1" 200 115 0.041647 10.0.0.27 - - [2025-12-11 02:47:18] "GET /project/3f6186ec-8921-4ef7-952e-8f8231d0fae4?fields=application_policy_sets HTTP/1.1" 200 1418 0.054501 10.0.0.27 - - [2025-12-11 02:47:18] "DELETE /project/3f6186ec-8921-4ef7-952e-8f8231d0fae4 HTTP/1.1" 200 115 0.437618 10.0.0.61 - - [2025-12-11 02:47:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.61 - - [2025-12-11 02:47:18] "GET /virtual-network/5f47440a-7b35-4d3a-9a74-3b6f0db2b0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005203 10.0.0.61 - - [2025-12-11 02:47:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.61 - - [2025-12-11 02:47:23] "GET /virtual-network/5f47440a-7b35-4d3a-9a74-3b6f0db2b0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005610 10.0.0.61 - - [2025-12-11 02:47:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.61 - - [2025-12-11 02:47:27] "GET /virtual-network/5f47440a-7b35-4d3a-9a74-3b6f0db2b0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.007463 10.0.0.61 - - [2025-12-11 02:47:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004631 10.0.0.61 - - [2025-12-11 02:47:31] "GET /virtual-network/5f47440a-7b35-4d3a-9a74-3b6f0db2b0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006299 10.0.0.61 - - [2025-12-11 02:47:32] "POST /neutron/port HTTP/1.1" 200 1202 0.037633 10.0.0.61 - - [2025-12-11 02:47:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003511 10.0.0.61 - - [2025-12-11 02:47:32] "POST /neutron/port HTTP/1.1" 200 117 0.001101 10.0.0.61 - - [2025-12-11 02:47:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.61 - - [2025-12-11 02:47:35] "GET /virtual-network/5f47440a-7b35-4d3a-9a74-3b6f0db2b0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006100 10.0.0.33 - - [2025-12-11 02:47:37] "GET /obj-perms HTTP/1.1" 200 5056 0.047476 10.0.0.61 - - [2025-12-11 02:47:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.61 - - [2025-12-11 02:47:37] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004286 10.0.0.61 - - [2025-12-11 02:47:37] "GET /virtual-networks?parent_id=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002866 10.0.0.61 - - [2025-12-11 02:47:37] "GET /virtual-network/5f47440a-7b35-4d3a-9a74-3b6f0db2b0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006135 10.0.0.27 - - [2025-12-11 02:47:37] "GET /obj-perms HTTP/1.1" 200 5056 0.059837 10.0.0.61 - - [2025-12-11 02:47:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011050 10.0.0.61 - - [2025-12-11 02:47:47] "POST /neutron/port HTTP/1.1" 200 1202 0.015157 10.0.0.61 - - [2025-12-11 02:47:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006414 10.0.0.61 - - [2025-12-11 02:47:58] "POST /neutron/port HTTP/1.1" 200 1202 0.017636 10.0.0.61 - - [2025-12-11 02:47:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007174 10.0.0.61 - - [2025-12-11 02:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.61 - - [2025-12-11 02:47:58] "GET /network-policy/062e3209-fc9b-4d5a-bff1-8b39559d4031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.003272 10.0.0.61 - - [2025-12-11 02:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002378 10.0.0.61 - - [2025-12-11 02:47:58] "GET /network-policy/77279773-0fab-4fa8-ac7c-9a444871c356?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.004270 10.0.0.61 - - [2025-12-11 02:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.61 - - [2025-12-11 02:47:58] "GET /network-policy/05975a79-f9c0-4e9a-86e7-db884b7fc6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.003955 10.0.0.61 - - [2025-12-11 02:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002634 10.0.0.61 - - [2025-12-11 02:47:58] "GET /network-policy/a74687d1-ed23-452d-8078-c2cae3d5502b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005118 10.0.0.61 - - [2025-12-11 02:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002520 10.0.0.61 - - [2025-12-11 02:47:59] "GET /network-policy/e8c1e1f9-335f-4fb1-b257-def7ba55e8cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003975 10.0.0.61 - - [2025-12-11 02:47:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002557 10.0.0.61 - - [2025-12-11 02:47:59] "GET /network-policy/53f5dae0-61cf-4e84-8650-f06b48b36193?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005651 10.0.0.61 - - [2025-12-11 02:47:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.61 - - [2025-12-11 02:47:59] "GET /network-policy/77e386f3-4778-48c2-a52a-d723b0a41963?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004505 10.0.0.61 - - [2025-12-11 02:47:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.61 - - [2025-12-11 02:47:59] "GET /network-policy/a2d86539-c0e2-44c3-a8a0-5e12e0f2efb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003712 10.0.0.61 - - [2025-12-11 02:47:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.61 - - [2025-12-11 02:47:59] "GET /network-policy/d36a1163-03d8-4c9d-9c53-bbae9f8cea3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005497 10.0.0.61 - - [2025-12-11 02:47:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.015517 10.0.0.61 - - [2025-12-11 02:47:59] "GET /network-policy/6eda4dbf-8167-47e1-985d-1e53eca3a3bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004677 10.0.0.61 - - [2025-12-11 02:47:59] "POST /neutron/network HTTP/1.1" 200 1440 0.018043 10.0.0.61 - - [2025-12-11 02:47:59] "GET /virtual-network/5f47440a-7b35-4d3a-9a74-3b6f0db2b0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.005382 10.0.0.61 - - [2025-12-11 02:47:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004721 10.0.0.61 - - [2025-12-11 02:47:59] "GET /network-policy/062e3209-fc9b-4d5a-bff1-8b39559d4031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.016693 10.0.0.61 - - [2025-12-11 02:48:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.035523 10.0.0.33 - - [2025-12-11 02:48:04] "PUT /access-control-list/ef1206fc-2f43-4cb9-9e33-2660db2df231 HTTP/1.1" 200 272 0.037890 10.0.0.61 - - [2025-12-11 02:48:04] "POST /neutron/network HTTP/1.1" 200 1440 0.022122 10.0.0.61 - - [2025-12-11 02:48:04] "GET /virtual-network/5f47440a-7b35-4d3a-9a74-3b6f0db2b0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.005714 10.0.0.61 - - [2025-12-11 02:48:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002635 10.0.0.61 - - [2025-12-11 02:48:04] "GET /network-policy/77279773-0fab-4fa8-ac7c-9a444871c356?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.004489 10.0.0.61 - - [2025-12-11 02:48:10] "POST /neutron/network HTTP/1.1" 200 1440 0.011981 10.0.0.61 - - [2025-12-11 02:48:10] "GET /virtual-network/5f47440a-7b35-4d3a-9a74-3b6f0db2b0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.004851 10.0.0.61 - - [2025-12-11 02:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.007823 10.0.0.61 - - [2025-12-11 02:48:10] "GET /network-policy/05975a79-f9c0-4e9a-86e7-db884b7fc6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.004492 10.0.0.61 - - [2025-12-11 02:48:15] "POST /neutron/network HTTP/1.1" 200 1440 0.012075 10.0.0.61 - - [2025-12-11 02:48:15] "GET /virtual-network/5f47440a-7b35-4d3a-9a74-3b6f0db2b0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.004777 10.0.0.61 - - [2025-12-11 02:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002366 10.0.0.61 - - [2025-12-11 02:48:15] "GET /network-policy/a74687d1-ed23-452d-8078-c2cae3d5502b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003970 10.0.0.61 - - [2025-12-11 02:48:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.007770 10.0.0.33 - - [2025-12-11 02:48:20] "PUT /access-control-list/ef1206fc-2f43-4cb9-9e33-2660db2df231 HTTP/1.1" 200 272 0.026578 10.0.0.61 - - [2025-12-11 02:48:20] "POST /neutron/network HTTP/1.1" 200 1440 0.017097 10.0.0.61 - - [2025-12-11 02:48:20] "GET /virtual-network/5f47440a-7b35-4d3a-9a74-3b6f0db2b0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.004408 10.0.0.61 - - [2025-12-11 02:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002517 10.0.0.61 - - [2025-12-11 02:48:20] "GET /network-policy/e8c1e1f9-335f-4fb1-b257-def7ba55e8cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004189 10.0.0.61 - - [2025-12-11 02:48:25] "POST /neutron/network HTTP/1.1" 200 1440 0.020570 10.0.0.61 - - [2025-12-11 02:48:25] "GET /virtual-network/5f47440a-7b35-4d3a-9a74-3b6f0db2b0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.005886 10.0.0.61 - - [2025-12-11 02:48:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002672 10.0.0.61 - - [2025-12-11 02:48:25] "GET /network-policy/53f5dae0-61cf-4e84-8650-f06b48b36193?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.003713 10.0.0.61 - - [2025-12-11 02:48:31] "POST /neutron/network HTTP/1.1" 200 1440 0.012573 10.0.0.61 - - [2025-12-11 02:48:31] "GET /virtual-network/5f47440a-7b35-4d3a-9a74-3b6f0db2b0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.006352 10.0.0.61 - - [2025-12-11 02:48:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002445 10.0.0.61 - - [2025-12-11 02:48:31] "GET /network-policy/77e386f3-4778-48c2-a52a-d723b0a41963?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004029 10.0.0.61 - - [2025-12-11 02:48:34] "POST /neutron/network HTTP/1.1" 200 1450 0.006269 10.0.0.61 - - [2025-12-11 02:48:34] "POST /neutron/subnet HTTP/1.1" 200 1361 0.013235 10.0.0.61 - - [2025-12-11 02:48:34] "POST /neutron/network HTTP/1.1" 200 1440 0.010337 10.0.0.61 - - [2025-12-11 02:48:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.005305 10.0.0.33 - - [2025-12-11 02:48:36] "PUT /access-control-list/ef1206fc-2f43-4cb9-9e33-2660db2df231 HTTP/1.1" 200 272 0.016101 10.0.0.61 - - [2025-12-11 02:48:36] "POST /neutron/network HTTP/1.1" 200 1440 0.012382 10.0.0.61 - - [2025-12-11 02:48:36] "GET /virtual-network/5f47440a-7b35-4d3a-9a74-3b6f0db2b0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.005257 10.0.0.61 - - [2025-12-11 02:48:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002445 10.0.0.61 - - [2025-12-11 02:48:36] "GET /network-policy/a2d86539-c0e2-44c3-a8a0-5e12e0f2efb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003799 10.0.0.61 - - [2025-12-11 02:48:41] "POST /neutron/network HTTP/1.1" 200 1440 0.013736 10.0.0.61 - - [2025-12-11 02:48:41] "GET /virtual-network/5f47440a-7b35-4d3a-9a74-3b6f0db2b0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.004170 10.0.0.61 - - [2025-12-11 02:48:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002492 10.0.0.61 - - [2025-12-11 02:48:41] "GET /network-policy/d36a1163-03d8-4c9d-9c53-bbae9f8cea3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003896 10.0.0.61 - - [2025-12-11 02:48:46] "POST /neutron/network HTTP/1.1" 200 1440 0.012898 10.0.0.61 - - [2025-12-11 02:48:46] "GET /virtual-network/5f47440a-7b35-4d3a-9a74-3b6f0db2b0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.005531 10.0.0.61 - - [2025-12-11 02:48:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002414 10.0.0.61 - - [2025-12-11 02:48:46] "GET /network-policy/6eda4dbf-8167-47e1-985d-1e53eca3a3bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004258 10.0.0.61 - - [2025-12-11 02:48:51] "GET /virtual-machine/e4637f36-d315-4292-b5ae-70e76ad40ef6 HTTP/1.1" 200 1305 0.004407 10.0.0.61 - - [2025-12-11 02:48:52] "POST /neutron/port HTTP/1.1" 200 151 0.186627 10.0.0.61 - - [2025-12-11 02:48:53] "GET /virtual-machine/e4637f36-d315-4292-b5ae-70e76ad40ef6 HTTP/1.1" 404 171 0.003199 10.0.0.61 - - [2025-12-11 02:48:53] "GET /virtual-machine/e4637f36-d315-4292-b5ae-70e76ad40ef6 HTTP/1.1" 404 171 0.002933 10.0.0.61 - - [2025-12-11 02:48:53] "GET /virtual-machine/e4637f36-d315-4292-b5ae-70e76ad40ef6 HTTP/1.1" 404 171 0.002202 10.0.0.61 - - [2025-12-11 02:48:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.61 - - [2025-12-11 02:48:54] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004183 10.0.0.61 - - [2025-12-11 02:48:54] "GET /virtual-networks?parent_id=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003092 10.0.0.61 - - [2025-12-11 02:48:54] "GET /virtual-network/5f47440a-7b35-4d3a-9a74-3b6f0db2b0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.005643 10.0.0.61 - - [2025-12-11 02:48:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.61 - - [2025-12-11 02:48:54] "GET /routing-instance/d399c707-b2e3-428b-ac2e-05ad81ef8674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.004862 10.0.0.61 - - [2025-12-11 02:48:54] "GET /route-target/fc667570-9280-4b4d-9b53-8b3f24b68d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005165 10.0.0.61 - - [2025-12-11 02:48:57] "GET /obj-perms HTTP/1.1" 200 5019 0.003740 10.0.0.27 - - [2025-12-11 02:49:00] "GET /obj-perms HTTP/1.1" 200 5019 0.056981 10.0.0.61 - - [2025-12-11 02:49:06] "GET /obj-perms HTTP/1.1" 200 5019 0.004006 10.0.0.27 - - [2025-12-11 02:49:09] "GET /obj-perms HTTP/1.1" 200 5019 0.003535 10.0.0.61 - - [2025-12-11 02:49:16] "GET /obj-perms HTTP/1.1" 200 5019 0.003393 10.0.0.27 - - [2025-12-11 02:49:19] "GET /obj-perms HTTP/1.1" 200 5019 0.004317 10.0.0.61 - - [2025-12-11 02:49:22] "GET /obj-perms HTTP/1.1" 200 5019 0.003889 10.0.0.61 - - [2025-12-11 02:49:22] "GET /virtual-network/5f47440a-7b35-4d3a-9a74-3b6f0db2b0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007417 10.0.0.61 - - [2025-12-11 02:49:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.015764 10.0.0.33 - - [2025-12-11 02:49:22] "DELETE /access-control-list/ef1206fc-2f43-4cb9-9e33-2660db2df231 HTTP/1.1" 200 115 0.041854 10.0.0.61 - - [2025-12-11 02:49:22] "POST /neutron/network HTTP/1.1" 200 1337 0.016336 10.0.0.61 - - [2025-12-11 02:49:22] "GET /virtual-network/5f47440a-7b35-4d3a-9a74-3b6f0db2b0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.004176 10.0.0.61 - - [2025-12-11 02:49:22] "DELETE /network-policy/6eda4dbf-8167-47e1-985d-1e53eca3a3bf HTTP/1.1" 200 115 0.030916 10.0.0.61 - - [2025-12-11 02:49:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.27 - - [2025-12-11 02:49:22] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000823 10.0.0.61 - - [2025-12-11 02:49:22] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.027081 10.0.0.61 - - [2025-12-11 02:49:22] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-65138471&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.004957 10.0.0.61 - - [2025-12-11 02:49:22] "DELETE /network-policy/d36a1163-03d8-4c9d-9c53-bbae9f8cea3f HTTP/1.1" 200 115 0.036186 10.0.0.61 - - [2025-12-11 02:49:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.27 - - [2025-12-11 02:49:22] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001116 10.0.0.61 - - [2025-12-11 02:49:22] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.032493 10.0.0.61 - - [2025-12-11 02:49:22] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-65138471&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.004743 10.0.0.61 - - [2025-12-11 02:49:22] "DELETE /network-policy/a2d86539-c0e2-44c3-a8a0-5e12e0f2efb4 HTTP/1.1" 200 115 0.032644 10.0.0.61 - - [2025-12-11 02:49:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.27 - - [2025-12-11 02:49:23] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000884 10.0.0.61 - - [2025-12-11 02:49:23] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.049178 10.0.0.61 - - [2025-12-11 02:49:23] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-65138471&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.005618 10.0.0.61 - - [2025-12-11 02:49:23] "DELETE /network-policy/77e386f3-4778-48c2-a52a-d723b0a41963 HTTP/1.1" 200 115 0.037058 10.0.0.61 - - [2025-12-11 02:49:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005443 10.0.0.27 - - [2025-12-11 02:49:23] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001177 10.0.0.61 - - [2025-12-11 02:49:23] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.037690 10.0.0.61 - - [2025-12-11 02:49:23] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-65138471&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.005101 10.0.0.61 - - [2025-12-11 02:49:23] "DELETE /network-policy/53f5dae0-61cf-4e84-8650-f06b48b36193 HTTP/1.1" 200 115 0.029321 10.0.0.61 - - [2025-12-11 02:49:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005307 10.0.0.27 - - [2025-12-11 02:49:23] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000887 10.0.0.61 - - [2025-12-11 02:49:23] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.047275 10.0.0.61 - - [2025-12-11 02:49:23] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-65138471&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.006612 10.0.0.61 - - [2025-12-11 02:49:23] "DELETE /network-policy/e8c1e1f9-335f-4fb1-b257-def7ba55e8cb HTTP/1.1" 200 115 0.042761 10.0.0.61 - - [2025-12-11 02:49:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.27 - - [2025-12-11 02:49:23] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000914 10.0.0.61 - - [2025-12-11 02:49:23] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.052671 10.0.0.61 - - [2025-12-11 02:49:23] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-65138471&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.005477 10.0.0.61 - - [2025-12-11 02:49:23] "DELETE /network-policy/a74687d1-ed23-452d-8078-c2cae3d5502b HTTP/1.1" 200 115 0.034035 10.0.0.61 - - [2025-12-11 02:49:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.27 - - [2025-12-11 02:49:23] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000926 10.0.0.61 - - [2025-12-11 02:49:23] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.034476 10.0.0.61 - - [2025-12-11 02:49:23] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-65138471&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.004940 10.0.0.61 - - [2025-12-11 02:49:24] "DELETE /network-policy/05975a79-f9c0-4e9a-86e7-db884b7fc6c5 HTTP/1.1" 200 115 0.030484 10.0.0.61 - - [2025-12-11 02:49:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.27 - - [2025-12-11 02:49:24] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000891 10.0.0.61 - - [2025-12-11 02:49:24] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.041292 10.0.0.61 - - [2025-12-11 02:49:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-65138471&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.004635 10.0.0.61 - - [2025-12-11 02:49:24] "DELETE /network-policy/77279773-0fab-4fa8-ac7c-9a444871c356 HTTP/1.1" 200 115 0.041906 10.0.0.61 - - [2025-12-11 02:49:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.27 - - [2025-12-11 02:49:24] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001214 10.0.0.61 - - [2025-12-11 02:49:24] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.037591 10.0.0.61 - - [2025-12-11 02:49:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-65138471&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.005380 10.0.0.61 - - [2025-12-11 02:49:24] "DELETE /network-policy/062e3209-fc9b-4d5a-bff1-8b39559d4031 HTTP/1.1" 200 115 0.034146 10.0.0.61 - - [2025-12-11 02:49:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.27 - - [2025-12-11 02:49:24] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001268 10.0.0.61 - - [2025-12-11 02:49:24] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.039527 10.0.0.61 - - [2025-12-11 02:49:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-65138471&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006859 10.0.0.61 - - [2025-12-11 02:49:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.61 - - [2025-12-11 02:49:25] "DELETE /network-ipam/6fc34ae3-2fb1-4245-a982-b2787a078f7f HTTP/1.1" 200 115 0.037229 10.0.0.61 - - [2025-12-11 02:49:25] "POST /fqname-to-id HTTP/1.1" 404 260 0.003004 10.0.0.27 - - [2025-12-11 02:49:25] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000800 10.0.0.27 - - [2025-12-11 02:49:25] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1527 0.039658 10.0.0.27 - - [2025-12-11 02:49:25] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001040 10.0.0.27 - - [2025-12-11 02:49:25] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?fields=security_groups HTTP/1.1" 200 1410 0.048258 10.0.0.27 - - [2025-12-11 02:49:25] "DELETE /security-group/881bfdaf-c6a2-4867-8ff3-15305eb47be7 HTTP/1.1" 200 115 0.049768 10.0.0.27 - - [2025-12-11 02:49:25] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001170 10.0.0.33 - - [2025-12-11 02:49:25] "DELETE /access-control-list/b10010b2-6496-4c92-8cb3-e86d68085052 HTTP/1.1" 200 115 0.046633 10.0.0.27 - - [2025-12-11 02:49:25] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?fields=application_policy_sets HTTP/1.1" 200 1449 0.054003 10.0.0.61 - - [2025-12-11 02:49:25] "DELETE /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9 HTTP/1.1" 200 115 0.380378 10.0.0.27 - - [2025-12-11 02:49:25] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001157 10.0.0.61 - - [2025-12-11 02:49:25] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?fields=projects HTTP/1.1" 200 1438 0.012101 10.0.0.27 - - [2025-12-11 02:49:28] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004275 10.0.0.27 - - [2025-12-11 02:49:28] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001046 10.0.0.27 - - [2025-12-11 02:49:28] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.051136 10.0.0.27 - - [2025-12-11 02:49:28] "POST /id-to-fqname HTTP/1.1" 200 202 0.003298 10.0.0.27 - - [2025-12-11 02:49:28] "POST /fqname-to-id HTTP/1.1" 404 211 0.006418 10.0.0.27 - - [2025-12-11 02:49:28] "POST /security-groups HTTP/1.1" 200 603 0.035347 10.0.0.27 - - [2025-12-11 02:49:28] "POST /projects HTTP/1.1" 200 609 0.248210 10.0.0.33 - - [2025-12-11 02:49:28] "POST /access-control-lists HTTP/1.1" 200 608 0.027302 10.0.0.27 - - [2025-12-11 02:49:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.320385 10.0.0.61 - - [2025-12-11 02:49:28] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.519168 10.0.0.27 - - [2025-12-11 02:49:28] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001203 10.0.0.61 - - [2025-12-11 02:49:28] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?fields=virtual_networks HTTP/1.1" 200 1067 0.055039 10.0.0.27 - - [2025-12-11 02:49:28] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000843 10.0.0.61 - - [2025-12-11 02:49:28] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.054596 10.0.0.27 - - [2025-12-11 02:49:28] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001063 10.0.0.61 - - [2025-12-11 02:49:28] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?fields=security_groups HTTP/1.1" 200 1305 0.064924 10.0.0.61 - - [2025-12-11 02:49:29] "POST /fqname-to-id HTTP/1.1" 404 194 0.025804 10.0.0.27 - - [2025-12-11 02:49:29] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003548 10.0.0.27 - - [2025-12-11 02:49:30] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000904 10.0.0.27 - - [2025-12-11 02:49:30] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006161 10.0.0.27 - - [2025-12-11 02:49:30] "POST /id-to-fqname HTTP/1.1" 200 196 0.008402 10.0.0.27 - - [2025-12-11 02:49:30] "POST /fqname-to-id HTTP/1.1" 404 205 0.005882 10.0.0.27 - - [2025-12-11 02:49:30] "POST /security-groups HTTP/1.1" 200 597 0.101623 10.0.0.33 - - [2025-12-11 02:49:30] "POST /fqname-to-id HTTP/1.1" 404 240 0.005418 10.0.0.27 - - [2025-12-11 02:49:30] "POST /projects HTTP/1.1" 200 597 0.321075 10.0.0.27 - - [2025-12-11 02:49:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.374562 10.0.0.33 - - [2025-12-11 02:49:30] "POST /access-control-lists HTTP/1.1" 200 600 0.028873 10.0.0.61 - - [2025-12-11 02:49:30] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.545859 10.0.0.61 - - [2025-12-11 02:49:31] "GET / HTTP/1.1" 200 35931 0.001606 10.0.0.61 - - [2025-12-11 02:49:33] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000459 10.0.0.27 - - [2025-12-11 02:49:34] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000884 10.0.0.61 - - [2025-12-11 02:49:34] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.057305 10.0.0.61 - - [2025-12-11 02:49:34] "GET / HTTP/1.1" 200 35931 0.001637 10.0.0.61 - - [2025-12-11 02:49:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.007491 10.0.0.27 - - [2025-12-11 02:49:34] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001469 10.0.0.61 - - [2025-12-11 02:49:34] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010109 10.0.0.61 - - [2025-12-11 02:49:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005405 10.0.0.27 - - [2025-12-11 02:49:35] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000872 10.0.0.61 - - [2025-12-11 02:49:35] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.042907 10.0.0.61 - - [2025-12-11 02:49:36] "GET /domains HTTP/1.1" 401 292 0.000613 10.0.0.61 - - [2025-12-11 02:49:36] "GET /domains HTTP/1.1" 200 280 0.032334 10.0.0.27 - - [2025-12-11 02:49:36] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000903 10.0.0.61 - - [2025-12-11 02:49:36] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e HTTP/1.1" 200 2971 0.008373 10.0.0.27 - - [2025-12-11 02:49:36] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001020 10.0.0.61 - - [2025-12-11 02:49:36] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2 HTTP/1.1" 200 1897 0.093966 10.0.0.61 - - [2025-12-11 02:49:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002655 10.0.0.61 - - [2025-12-11 02:49:36] "POST /network-ipams HTTP/1.1" 200 603 0.027503 10.0.0.61 - - [2025-12-11 02:49:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.003647 10.0.0.61 - - [2025-12-11 02:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.61 - - [2025-12-11 02:49:36] "GET /network-ipam/d5194e96-2629-4c05-8a15-34d85f9ad542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.005415 10.0.0.61 - - [2025-12-11 02:49:36] "PUT /network-ipam/d5194e96-2629-4c05-8a15-34d85f9ad542 HTTP/1.1" 200 258 0.014855 10.0.0.61 - - [2025-12-11 02:49:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000597 10.0.0.61 - - [2025-12-11 02:49:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.024479 10.0.0.27 - - [2025-12-11 02:49:37] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000810 10.0.0.61 - - [2025-12-11 02:49:37] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.044909 10.0.0.61 - - [2025-12-11 02:49:37] "POST /neutron/network HTTP/1.1" 200 117 0.045409 10.0.0.27 - - [2025-12-11 02:49:38] "POST /useragent-kv HTTP/1.1" 200 115 0.007825 10.0.0.61 - - [2025-12-11 02:49:38] "POST /neutron/subnet HTTP/1.1" 200 701 0.198580 10.0.0.61 - - [2025-12-11 02:49:38] "POST /id-to-fqname HTTP/1.1" 200 229 0.001232 10.0.0.61 - - [2025-12-11 02:49:38] "GET /virtual-network/87a2e006-2a61-4b90-9295-9576f7886e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.004494 10.0.0.61 - - [2025-12-11 02:49:38] "GET /virtual-network/87a2e006-2a61-4b90-9295-9576f7886e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005003 10.0.0.61 - - [2025-12-11 02:49:38] "POST /neutron/network HTTP/1.1" 200 1074 0.007598 10.0.0.61 - - [2025-12-11 02:49:38] "GET /virtual-network/87a2e006-2a61-4b90-9295-9576f7886e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005390 10.0.0.27 - - [2025-12-11 02:49:39] "GET /obj-perms HTTP/1.1" 200 5056 0.333411 10.0.0.61 - - [2025-12-11 02:49:39] "GET /obj-perms HTTP/1.1" 200 5056 0.358988 10.0.0.33 - - [2025-12-11 02:49:39] "GET /obj-perms HTTP/1.1" 200 5013 0.091912 10.0.0.61 - - [2025-12-11 02:49:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.27 - - [2025-12-11 02:49:40] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000779 10.0.0.61 - - [2025-12-11 02:49:40] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.039376 10.0.0.61 - - [2025-12-11 02:49:40] "POST /neutron/network HTTP/1.1" 200 117 0.015142 10.0.0.33 - - [2025-12-11 02:49:40] "POST /route-targets HTTP/1.1" 200 327 0.011856 10.0.0.27 - - [2025-12-11 02:49:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004311 10.0.0.61 - - [2025-12-11 02:49:40] "POST /neutron/subnet HTTP/1.1" 200 701 0.181828 10.0.0.61 - - [2025-12-11 02:49:41] "POST /id-to-fqname HTTP/1.1" 200 229 0.001139 10.0.0.61 - - [2025-12-11 02:49:41] "GET /virtual-network/057f0978-98bd-4020-a9ea-b1bda912a4b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.008444 10.0.0.61 - - [2025-12-11 02:49:41] "GET /virtual-network/057f0978-98bd-4020-a9ea-b1bda912a4b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.006386 10.0.0.61 - - [2025-12-11 02:49:41] "POST /neutron/network HTTP/1.1" 200 1074 0.008291 10.0.0.61 - - [2025-12-11 02:49:41] "GET /virtual-network/057f0978-98bd-4020-a9ea-b1bda912a4b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.005646 10.0.0.61 - - [2025-12-11 02:49:41] "POST /fqname-to-id HTTP/1.1" 404 205 0.003026 10.0.0.61 - - [2025-12-11 02:49:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002354 10.0.0.27 - - [2025-12-11 02:49:41] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000865 10.0.0.61 - - [2025-12-11 02:49:41] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.031673 10.0.0.61 - - [2025-12-11 02:49:41] "POST /network-policys HTTP/1.1" 200 527 0.073341 10.0.0.61 - - [2025-12-11 02:49:41] "GET /network-policy/f8822882-04fe-4fb1-9eee-cf379d7b92ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006587 10.0.0.61 - - [2025-12-11 02:49:42] "POST /fqname-to-id HTTP/1.1" 404 205 0.004134 10.0.0.61 - - [2025-12-11 02:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.27 - - [2025-12-11 02:49:42] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001293 10.0.0.61 - - [2025-12-11 02:49:42] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.042129 10.0.0.61 - - [2025-12-11 02:49:42] "POST /network-policys HTTP/1.1" 200 527 0.073244 10.0.0.61 - - [2025-12-11 02:49:42] "GET /network-policy/8c4250b4-8d67-4755-a08d-ffb7a4735525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.007941 10.0.0.61 - - [2025-12-11 02:49:42] "POST /fqname-to-id HTTP/1.1" 404 205 0.003880 10.0.0.61 - - [2025-12-11 02:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004859 10.0.0.27 - - [2025-12-11 02:49:42] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000952 10.0.0.61 - - [2025-12-11 02:49:42] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.042002 10.0.0.61 - - [2025-12-11 02:49:42] "POST /network-policys HTTP/1.1" 200 527 0.069471 10.0.0.61 - - [2025-12-11 02:49:42] "GET /network-policy/41a08b6a-a52e-421e-9bd7-0e323bf07657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.005358 10.0.0.61 - - [2025-12-11 02:49:42] "POST /fqname-to-id HTTP/1.1" 404 205 0.003423 10.0.0.61 - - [2025-12-11 02:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002632 10.0.0.27 - - [2025-12-11 02:49:42] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001334 10.0.0.61 - - [2025-12-11 02:49:42] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.036445 10.0.0.61 - - [2025-12-11 02:49:43] "POST /network-policys HTTP/1.1" 200 527 0.073254 10.0.0.61 - - [2025-12-11 02:49:43] "GET /network-policy/21bb3215-ae5f-4fe0-80ed-ec852b2aa5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.006372 10.0.0.61 - - [2025-12-11 02:49:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.002825 10.0.0.61 - - [2025-12-11 02:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.27 - - [2025-12-11 02:49:43] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000885 10.0.0.61 - - [2025-12-11 02:49:43] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.038189 10.0.0.61 - - [2025-12-11 02:49:43] "POST /network-policys HTTP/1.1" 200 531 0.026021 10.0.0.61 - - [2025-12-11 02:49:43] "GET /network-policy/ac1da504-61ee-4e25-94d3-6cb34bb1caf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.005281 10.0.0.61 - - [2025-12-11 02:49:43] "POST /fqname-to-id HTTP/1.1" 404 206 0.002869 10.0.0.61 - - [2025-12-11 02:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002427 10.0.0.27 - - [2025-12-11 02:49:43] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001164 10.0.0.61 - - [2025-12-11 02:49:43] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.030806 10.0.0.61 - - [2025-12-11 02:49:43] "POST /network-policys HTTP/1.1" 200 529 0.064846 10.0.0.61 - - [2025-12-11 02:49:43] "GET /network-policy/9ac4c5ae-963e-4e73-9867-5f167e3ed4a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.005264 10.0.0.61 - - [2025-12-11 02:49:43] "POST /fqname-to-id HTTP/1.1" 404 206 0.004105 10.0.0.61 - - [2025-12-11 02:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.27 - - [2025-12-11 02:49:44] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000889 10.0.0.61 - - [2025-12-11 02:49:44] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.041976 10.0.0.61 - - [2025-12-11 02:49:44] "POST /network-policys HTTP/1.1" 200 529 0.069012 10.0.0.61 - - [2025-12-11 02:49:44] "GET /network-policy/b60787c4-ba90-41a5-9060-ae70de441dde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.006064 10.0.0.61 - - [2025-12-11 02:49:44] "POST /fqname-to-id HTTP/1.1" 404 206 0.002818 10.0.0.61 - - [2025-12-11 02:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.27 - - [2025-12-11 02:49:44] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002112 10.0.0.61 - - [2025-12-11 02:49:44] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046371 10.0.0.61 - - [2025-12-11 02:49:44] "POST /network-policys HTTP/1.1" 200 529 0.069710 10.0.0.61 - - [2025-12-11 02:49:44] "GET /network-policy/a14da8f8-c4ae-4754-9cce-dc511e723b45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.006423 10.0.0.61 - - [2025-12-11 02:49:44] "POST /fqname-to-id HTTP/1.1" 404 206 0.002590 10.0.0.61 - - [2025-12-11 02:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002689 10.0.0.27 - - [2025-12-11 02:49:44] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000831 10.0.0.61 - - [2025-12-11 02:49:44] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.036332 10.0.0.61 - - [2025-12-11 02:49:44] "POST /network-policys HTTP/1.1" 200 529 0.076369 10.0.0.61 - - [2025-12-11 02:49:44] "GET /network-policy/6de66dad-d03d-4b29-8ec7-af67be5cdae3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007335 10.0.0.61 - - [2025-12-11 02:49:45] "POST /fqname-to-id HTTP/1.1" 404 208 0.002913 10.0.0.61 - - [2025-12-11 02:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002469 10.0.0.27 - - [2025-12-11 02:49:45] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000857 10.0.0.61 - - [2025-12-11 02:49:45] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.038342 10.0.0.61 - - [2025-12-11 02:49:45] "POST /network-policys HTTP/1.1" 200 533 0.023354 10.0.0.61 - - [2025-12-11 02:49:45] "GET /network-policy/9faf0e73-af8f-4bae-b67c-82f1cffa028d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1128 0.005821 10.0.0.61 - - [2025-12-11 02:49:45] "POST /neutron/network HTTP/1.1" 200 1074 0.007570 10.0.0.61 - - [2025-12-11 02:49:45] "GET /virtual-network/87a2e006-2a61-4b90-9295-9576f7886e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.007318 10.0.0.61 - - [2025-12-11 02:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004789 10.0.0.33 - - [2025-12-11 02:49:45] "POST /access-control-lists HTTP/1.1" 200 603 0.076740 10.0.0.61 - - [2025-12-11 02:49:45] "GET /network-policy/f8822882-04fe-4fb1-9eee-cf379d7b92ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.003763 10.0.0.61 - - [2025-12-11 02:49:45] "POST /neutron/network HTTP/1.1" 200 1074 0.007569 10.0.0.33 - - [2025-12-11 02:49:45] "POST /ref-update HTTP/1.1" 200 156 0.020756 10.0.0.61 - - [2025-12-11 02:49:45] "GET /virtual-network/057f0978-98bd-4020-a9ea-b1bda912a4b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.019945 10.0.0.61 - - [2025-12-11 02:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.61 - - [2025-12-11 02:49:46] "GET /network-policy/ac1da504-61ee-4e25-94d3-6cb34bb1caf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.003855 10.0.0.61 - - [2025-12-11 02:49:46] "POST /id-to-fqname HTTP/1.1" 200 229 0.001219 10.0.0.61 - - [2025-12-11 02:49:46] "POST /neutron/network HTTP/1.1" 200 1167 0.007360 10.0.0.27 - - [2025-12-11 02:49:47] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000960 10.0.0.61 - - [2025-12-11 02:49:47] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.069445 10.0.0.61 - - [2025-12-11 02:49:47] "POST /neutron/port HTTP/1.1" 200 117 0.007516 10.0.0.61 - - [2025-12-11 02:49:47] "POST /id-to-fqname HTTP/1.1" 200 229 0.001789 10.0.0.61 - - [2025-12-11 02:49:47] "POST /neutron/network HTTP/1.1" 200 1167 0.007433 10.0.0.61 - - [2025-12-11 02:49:48] "POST /neutron/port HTTP/1.1" 200 1061 0.012361 10.0.0.27 - - [2025-12-11 02:49:48] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000846 10.0.0.61 - - [2025-12-11 02:49:48] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.102011 10.0.0.61 - - [2025-12-11 02:49:48] "POST /neutron/network HTTP/1.1" 200 1159 0.033326 10.0.0.61 - - [2025-12-11 02:49:48] "POST /neutron/port HTTP/1.1" 200 117 0.000903 10.0.0.61 - - [2025-12-11 02:49:48] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008626 10.0.0.61 - - [2025-12-11 02:49:48] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007147 10.0.0.61 - - [2025-12-11 02:49:49] "POST /neutron/port HTTP/1.1" 200 1061 0.016613 10.0.0.61 - - [2025-12-11 02:49:49] "POST /neutron/port HTTP/1.1" 200 1089 0.023680 10.0.0.61 - - [2025-12-11 02:49:49] "POST /neutron/port HTTP/1.1" 200 117 0.001429 10.0.0.61 - - [2025-12-11 02:49:53] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008408 10.0.0.61 - - [2025-12-11 02:49:53] "POST /neutron/port HTTP/1.1" 200 1089 0.019297 10.0.0.61 - - [2025-12-11 02:49:53] "GET /virtual-machine/7d39c240-927d-4316-9bd9-85975bbb55b5 HTTP/1.1" 401 292 0.000411 10.0.0.61 - - [2025-12-11 02:49:54] "GET /virtual-machine/7d39c240-927d-4316-9bd9-85975bbb55b5 HTTP/1.1" 200 1298 0.028177 10.0.0.61 - - [2025-12-11 02:49:54] "GET /virtual-machine-interface/29733e12-fe10-4e30-9eeb-8835ac98e51a HTTP/1.1" 200 2951 0.006027 10.0.0.61 - - [2025-12-11 02:49:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.61 - - [2025-12-11 02:49:54] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003095 10.0.0.61 - - [2025-12-11 02:49:54] "GET /virtual-networks?parent_id=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002573 10.0.0.61 - - [2025-12-11 02:49:54] "GET /virtual-network/87a2e006-2a61-4b90-9295-9576f7886e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005744 10.0.0.61 - - [2025-12-11 02:49:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.61 - - [2025-12-11 02:49:57] "GET /virtual-network/87a2e006-2a61-4b90-9295-9576f7886e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005498 10.0.0.61 - - [2025-12-11 02:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.61 - - [2025-12-11 02:50:01] "GET /virtual-network/87a2e006-2a61-4b90-9295-9576f7886e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005170 10.0.0.61 - - [2025-12-11 02:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.61 - - [2025-12-11 02:50:05] "GET /virtual-network/87a2e006-2a61-4b90-9295-9576f7886e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.004588 10.0.0.61 - - [2025-12-11 02:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.61 - - [2025-12-11 02:50:09] "GET /virtual-network/87a2e006-2a61-4b90-9295-9576f7886e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.004881 10.0.0.61 - - [2025-12-11 02:50:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.61 - - [2025-12-11 02:50:13] "GET /virtual-network/87a2e006-2a61-4b90-9295-9576f7886e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.004304 10.0.0.61 - - [2025-12-11 02:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.61 - - [2025-12-11 02:50:17] "GET /virtual-network/87a2e006-2a61-4b90-9295-9576f7886e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.004975 10.0.0.27 - - [2025-12-11 02:50:18] "DELETE /project/cd5807c25c28415f9e7272c3111bf3e9 HTTP/1.1" 404 173 0.005871 10.0.0.27 - - [2025-12-11 02:50:18] "DELETE /project/0cb78fd024d143a1b882976f89b856d2 HTTP/1.1" 404 173 0.007614 10.0.0.27 - - [2025-12-11 02:50:18] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001005 10.0.0.27 - - [2025-12-11 02:50:18] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1527 0.039610 10.0.0.27 - - [2025-12-11 02:50:18] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001105 10.0.0.27 - - [2025-12-11 02:50:18] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?fields=security_groups HTTP/1.1" 200 1410 0.045352 10.0.0.27 - - [2025-12-11 02:50:19] "DELETE /security-group/a617a791-aaae-4aa2-b884-f7ff50c7f47c HTTP/1.1" 200 115 0.048049 10.0.0.27 - - [2025-12-11 02:50:19] "GET /projects?obj_uuids=cd5807c2-5c28-415f-9e72-72c3111bf3e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001164 10.0.0.33 - - [2025-12-11 02:50:19] "DELETE /access-control-list/331a5487-28b4-4149-800c-0df94e164b23 HTTP/1.1" 200 115 0.033959 10.0.0.27 - - [2025-12-11 02:50:19] "GET /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9?fields=application_policy_sets HTTP/1.1" 200 1449 0.057618 10.0.0.27 - - [2025-12-11 02:50:19] "DELETE /project/cd5807c2-5c28-415f-9e72-72c3111bf3e9 HTTP/1.1" 200 115 0.378756 10.0.0.61 - - [2025-12-11 02:50:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.61 - - [2025-12-11 02:50:22] "GET /virtual-network/87a2e006-2a61-4b90-9295-9576f7886e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.004325 10.0.0.61 - - [2025-12-11 02:50:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.61 - - [2025-12-11 02:50:26] "GET /virtual-network/87a2e006-2a61-4b90-9295-9576f7886e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.004526 10.0.0.61 - - [2025-12-11 02:50:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.61 - - [2025-12-11 02:50:28] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004630 10.0.0.61 - - [2025-12-11 02:50:28] "GET /virtual-networks?parent_id=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002680 10.0.0.61 - - [2025-12-11 02:50:28] "GET /virtual-network/87a2e006-2a61-4b90-9295-9576f7886e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005606 10.0.0.61 - - [2025-12-11 02:50:28] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007062 10.0.0.61 - - [2025-12-11 02:50:34] "POST /neutron/port HTTP/1.1" 200 1089 0.018033 10.0.0.61 - - [2025-12-11 02:50:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003628 10.0.0.61 - - [2025-12-11 02:50:34] "POST /neutron/network HTTP/1.1" 200 1157 0.008358 10.0.0.61 - - [2025-12-11 02:50:36] "POST /neutron/network HTTP/1.1" 200 1169 0.035951 10.0.0.61 - - [2025-12-11 02:50:36] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.61 - - [2025-12-11 02:50:36] "POST /neutron/security_group HTTP/1.1" 200 2064 0.005934 10.0.0.61 - - [2025-12-11 02:50:38] "POST /neutron/port HTTP/1.1" 200 1089 0.014847 10.0.0.27 - - [2025-12-11 02:50:40] "GET /obj-perms HTTP/1.1" 200 5056 0.043324 10.0.0.61 - - [2025-12-11 02:50:43] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006371 10.0.0.61 - - [2025-12-11 02:50:49] "POST /neutron/port HTTP/1.1" 200 1089 0.015181 10.0.0.61 - - [2025-12-11 02:50:49] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008124 10.0.0.61 - - [2025-12-11 02:50:49] "GET /virtual-machine/b1786206-ac32-4d49-99c5-65b4494a38a3 HTTP/1.1" 200 1299 0.007259 10.0.0.61 - - [2025-12-11 02:50:49] "GET /virtual-machine-interface/296197a0-68df-47db-945d-0b6283aebab0 HTTP/1.1" 200 2951 0.005784 10.0.0.61 - - [2025-12-11 02:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.61 - - [2025-12-11 02:50:49] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003704 10.0.0.61 - - [2025-12-11 02:50:49] "GET /virtual-networks?parent_id=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002362 10.0.0.61 - - [2025-12-11 02:50:49] "GET /virtual-network/057f0978-98bd-4020-a9ea-b1bda912a4b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005683 10.0.0.61 - - [2025-12-11 02:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004733 10.0.0.61 - - [2025-12-11 02:50:50] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003845 10.0.0.61 - - [2025-12-11 02:50:50] "GET /virtual-networks?parent_id=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003010 10.0.0.61 - - [2025-12-11 02:50:50] "GET /virtual-network/057f0978-98bd-4020-a9ea-b1bda912a4b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006254 10.0.0.61 - - [2025-12-11 02:50:50] "POST /neutron/port HTTP/1.1" 200 1089 0.016330 10.0.0.61 - - [2025-12-11 02:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.61 - - [2025-12-11 02:50:51] "GET /network-policy/ac1da504-61ee-4e25-94d3-6cb34bb1caf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.003410 10.0.0.61 - - [2025-12-11 02:50:51] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010665 10.0.0.61 - - [2025-12-11 02:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.61 - - [2025-12-11 02:50:51] "GET /network-policy/f8822882-04fe-4fb1-9eee-cf379d7b92ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004037 10.0.0.61 - - [2025-12-11 02:50:51] "POST /neutron/network HTTP/1.1" 200 1157 0.012635 10.0.0.61 - - [2025-12-11 02:50:51] "GET /virtual-network/87a2e006-2a61-4b90-9295-9576f7886e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.004638 10.0.0.61 - - [2025-12-11 02:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002539 10.0.0.61 - - [2025-12-11 02:50:51] "GET /network-policy/8c4250b4-8d67-4755-a08d-ffb7a4735525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.005122 10.0.0.33 - - [2025-12-11 02:51:14] "PUT /access-control-list/1c923d03-a44b-4417-a1c2-955d15ab3b9e HTTP/1.1" 200 272 0.019628 10.0.0.61 - - [2025-12-11 02:51:14] "POST /neutron/network HTTP/1.1" 200 1160 0.026068 10.0.0.61 - - [2025-12-11 02:51:14] "GET /virtual-network/87a2e006-2a61-4b90-9295-9576f7886e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.007572 10.0.0.61 - - [2025-12-11 02:51:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005348 10.0.0.61 - - [2025-12-11 02:51:14] "GET /network-policy/9faf0e73-af8f-4bae-b67c-82f1cffa028d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1128 0.003803 10.0.0.27 - - [2025-12-11 02:51:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.27 - - [2025-12-11 02:51:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.27 - - [2025-12-11 02:51:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.27 - - [2025-12-11 02:51:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.33 - - [2025-12-11 02:51:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.33 - - [2025-12-11 02:51:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.33 - - [2025-12-11 02:51:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.33 - - [2025-12-11 02:51:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.33 - - [2025-12-11 02:51:23] "POST /ref-update HTTP/1.1" 200 156 0.035708 10.0.0.61 - - [2025-12-11 02:51:23] "POST /neutron/network HTTP/1.1" 200 1157 0.019387 10.0.0.61 - - [2025-12-11 02:51:23] "GET /virtual-network/87a2e006-2a61-4b90-9295-9576f7886e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.016924 10.0.0.61 - - [2025-12-11 02:51:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006042 10.0.0.61 - - [2025-12-11 02:51:23] "GET /network-policy/41a08b6a-a52e-421e-9bd7-0e323bf07657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004513 10.0.0.61 - - [2025-12-11 02:51:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000526 10.0.0.61 - - [2025-12-11 02:51:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.61 - - [2025-12-11 02:51:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000880 10.0.0.61 - - [2025-12-11 02:51:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.61 - - [2025-12-11 02:51:32] "POST /neutron/network HTTP/1.1" 200 1157 0.010938 10.0.0.61 - - [2025-12-11 02:51:32] "GET /virtual-network/87a2e006-2a61-4b90-9295-9576f7886e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005264 10.0.0.61 - - [2025-12-11 02:51:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.61 - - [2025-12-11 02:51:33] "GET /network-policy/21bb3215-ae5f-4fe0-80ed-ec852b2aa5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.004662 10.0.0.61 - - [2025-12-11 02:51:35] "POST /neutron/network HTTP/1.1" 200 1167 0.007397 10.0.0.61 - - [2025-12-11 02:51:35] "POST /neutron/port HTTP/1.1" 200 117 0.001415 10.0.0.61 - - [2025-12-11 02:51:35] "POST /neutron/port HTTP/1.1" 200 1089 0.015687 10.0.0.61 - - [2025-12-11 02:51:35] "POST /neutron/subnet HTTP/1.1" 200 675 0.010559 10.0.0.61 - - [2025-12-11 02:51:40] "POST /neutron/network HTTP/1.1" 200 1157 0.009777 10.0.0.33 - - [2025-12-11 02:51:40] "POST /ref-update HTTP/1.1" 200 156 0.050254 10.0.0.61 - - [2025-12-11 02:51:40] "GET /virtual-network/87a2e006-2a61-4b90-9295-9576f7886e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.024817 10.0.0.61 - - [2025-12-11 02:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004621 10.0.0.61 - - [2025-12-11 02:51:40] "GET /network-policy/9ac4c5ae-963e-4e73-9867-5f167e3ed4a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.004444 10.0.0.33 - - [2025-12-11 02:51:41] "GET /obj-perms HTTP/1.1" 200 5056 0.052563 10.0.0.61 - - [2025-12-11 02:51:49] "POST /neutron/network HTTP/1.1" 200 1158 0.010201 10.0.0.61 - - [2025-12-11 02:51:49] "GET /virtual-network/87a2e006-2a61-4b90-9295-9576f7886e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.010336 10.0.0.61 - - [2025-12-11 02:51:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005299 10.0.0.61 - - [2025-12-11 02:51:49] "GET /network-policy/b60787c4-ba90-41a5-9060-ae70de441dde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.003991 10.0.0.61 - - [2025-12-11 02:51:57] "POST /neutron/network HTTP/1.1" 200 1158 0.010990 10.0.0.61 - - [2025-12-11 02:51:57] "GET /virtual-network/87a2e006-2a61-4b90-9295-9576f7886e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.008813 10.0.0.61 - - [2025-12-11 02:51:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002398 10.0.0.33 - - [2025-12-11 02:51:57] "PUT /access-control-list/1c923d03-a44b-4417-a1c2-955d15ab3b9e HTTP/1.1" 200 272 0.092614 10.0.0.61 - - [2025-12-11 02:51:57] "GET /network-policy/a14da8f8-c4ae-4754-9cce-dc511e723b45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.003909 10.0.0.61 - - [2025-12-11 02:52:05] "POST /neutron/network HTTP/1.1" 200 1158 0.009919 10.0.0.61 - - [2025-12-11 02:52:05] "GET /virtual-network/87a2e006-2a61-4b90-9295-9576f7886e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.018903 10.0.0.61 - - [2025-12-11 02:52:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.61 - - [2025-12-11 02:52:06] "GET /network-policy/6de66dad-d03d-4b29-8ec7-af67be5cdae3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004050 10.0.0.61 - - [2025-12-11 02:52:13] "GET /virtual-network/87a2e006-2a61-4b90-9295-9576f7886e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005651 10.0.0.61 - - [2025-12-11 02:52:13] "POST /neutron/network HTTP/1.1" 200 1158 0.008691 10.0.0.61 - - [2025-12-11 02:52:13] "GET /virtual-network/87a2e006-2a61-4b90-9295-9576f7886e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.018760 10.0.0.33 - - [2025-12-11 02:52:13] "POST /ref-update HTTP/1.1" 200 156 0.025392 10.0.0.61 - - [2025-12-11 02:52:13] "GET /virtual-machine/b1786206-ac32-4d49-99c5-65b4494a38a3 HTTP/1.1" 200 1299 0.004105 10.0.0.61 - - [2025-12-11 02:52:14] "POST /neutron/port HTTP/1.1" 200 1089 0.015710 10.0.0.61 - - [2025-12-11 02:52:15] "GET /virtual-machine/b1786206-ac32-4d49-99c5-65b4494a38a3 HTTP/1.1" 404 171 0.003153 10.0.0.61 - - [2025-12-11 02:52:15] "GET /virtual-machine/b1786206-ac32-4d49-99c5-65b4494a38a3 HTTP/1.1" 404 171 0.002638 10.0.0.61 - - [2025-12-11 02:52:15] "GET /virtual-machine/b1786206-ac32-4d49-99c5-65b4494a38a3 HTTP/1.1" 404 171 0.002287 10.0.0.61 - - [2025-12-11 02:52:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.61 - - [2025-12-11 02:52:15] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004045 10.0.0.61 - - [2025-12-11 02:52:15] "GET /virtual-networks?parent_id=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003368 10.0.0.61 - - [2025-12-11 02:52:16] "GET /virtual-network/057f0978-98bd-4020-a9ea-b1bda912a4b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006683 10.0.0.61 - - [2025-12-11 02:52:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.61 - - [2025-12-11 02:52:16] "GET /routing-instance/621187c6-1c4e-49cd-9553-3dc553f5d5e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.005768 10.0.0.61 - - [2025-12-11 02:52:16] "GET /route-target/ff6eff67-40f6-4068-a3f7-c6fb96f42472?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005277 10.0.0.61 - - [2025-12-11 02:52:16] "GET /obj-perms HTTP/1.1" 200 5013 0.045555 10.0.0.27 - - [2025-12-11 02:52:22] "GET /obj-perms HTTP/1.1" 200 5013 0.057425 10.0.0.61 - - [2025-12-11 02:52:22] "GET /obj-perms HTTP/1.1" 200 5013 0.003218 10.0.0.61 - - [2025-12-11 02:52:22] "GET /virtual-machine/7d39c240-927d-4316-9bd9-85975bbb55b5 HTTP/1.1" 200 1298 0.004487 10.0.0.61 - - [2025-12-11 02:52:23] "POST /neutron/port HTTP/1.1" 200 1089 0.014510 10.0.0.61 - - [2025-12-11 02:52:24] "GET /virtual-machine/7d39c240-927d-4316-9bd9-85975bbb55b5 HTTP/1.1" 404 171 0.003715 10.0.0.61 - - [2025-12-11 02:52:24] "GET /virtual-machine/7d39c240-927d-4316-9bd9-85975bbb55b5 HTTP/1.1" 404 171 0.003816 10.0.0.61 - - [2025-12-11 02:52:24] "GET /virtual-machine/7d39c240-927d-4316-9bd9-85975bbb55b5 HTTP/1.1" 404 171 0.003670 10.0.0.61 - - [2025-12-11 02:52:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.61 - - [2025-12-11 02:52:24] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003765 10.0.0.61 - - [2025-12-11 02:52:24] "GET /virtual-networks?parent_id=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002937 10.0.0.61 - - [2025-12-11 02:52:24] "GET /virtual-network/87a2e006-2a61-4b90-9295-9576f7886e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.007191 10.0.0.61 - - [2025-12-11 02:52:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.61 - - [2025-12-11 02:52:24] "GET /routing-instance/695c20b7-88dc-4ff7-a1d8-158dd2e4b907?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.005317 10.0.0.61 - - [2025-12-11 02:52:24] "GET /route-target/ff41b944-9e14-40e2-adfb-4ff52f09c152?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005328 10.0.0.61 - - [2025-12-11 02:52:28] "GET /obj-perms HTTP/1.1" 200 5013 0.003808 10.0.0.27 - - [2025-12-11 02:52:28] "GET /obj-perms HTTP/1.1" 200 5013 0.003308 10.0.0.61 - - [2025-12-11 02:52:37] "GET /obj-perms HTTP/1.1" 200 5013 0.003772 10.0.0.27 - - [2025-12-11 02:52:37] "GET /obj-perms HTTP/1.1" 200 5013 0.003655 10.0.0.61 - - [2025-12-11 02:52:43] "GET /obj-perms HTTP/1.1" 200 5013 0.003973 10.0.0.27 - - [2025-12-11 02:52:43] "GET /obj-perms HTTP/1.1" 200 5013 0.003629 10.0.0.61 - - [2025-12-11 02:52:52] "GET /obj-perms HTTP/1.1" 200 5013 0.003857 10.0.0.27 - - [2025-12-11 02:52:52] "GET /obj-perms HTTP/1.1" 200 5013 0.003702 10.0.0.61 - - [2025-12-11 02:52:52] "GET /virtual-network/057f0978-98bd-4020-a9ea-b1bda912a4b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005107 10.0.0.61 - - [2025-12-11 02:52:52] "POST /neutron/network HTTP/1.1" 200 1159 0.007460 10.0.0.61 - - [2025-12-11 02:52:53] "GET /virtual-network/057f0978-98bd-4020-a9ea-b1bda912a4b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.009110 10.0.0.61 - - [2025-12-11 02:52:53] "DELETE /network-policy/9faf0e73-af8f-4bae-b67c-82f1cffa028d HTTP/1.1" 200 115 0.029796 10.0.0.61 - - [2025-12-11 02:52:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.27 - - [2025-12-11 02:52:53] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.023319 10.0.0.61 - - [2025-12-11 02:52:53] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.054558 10.0.0.61 - - [2025-12-11 02:52:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-18502030&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.004647 10.0.0.61 - - [2025-12-11 02:52:53] "DELETE /network-policy/6de66dad-d03d-4b29-8ec7-af67be5cdae3 HTTP/1.1" 200 115 0.028956 10.0.0.61 - - [2025-12-11 02:52:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.27 - - [2025-12-11 02:52:53] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000864 10.0.0.61 - - [2025-12-11 02:52:53] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.041838 10.0.0.61 - - [2025-12-11 02:52:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-18502030&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.005402 10.0.0.61 - - [2025-12-11 02:52:53] "DELETE /network-policy/a14da8f8-c4ae-4754-9cce-dc511e723b45 HTTP/1.1" 200 115 0.033898 10.0.0.61 - - [2025-12-11 02:52:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002224 10.0.0.27 - - [2025-12-11 02:52:53] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000843 10.0.0.61 - - [2025-12-11 02:52:53] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.033047 10.0.0.61 - - [2025-12-11 02:52:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-18502030&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.005565 10.0.0.61 - - [2025-12-11 02:52:53] "DELETE /network-policy/b60787c4-ba90-41a5-9060-ae70de441dde HTTP/1.1" 200 115 0.030326 10.0.0.61 - - [2025-12-11 02:52:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002657 10.0.0.27 - - [2025-12-11 02:52:53] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000797 10.0.0.61 - - [2025-12-11 02:52:53] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.036553 10.0.0.61 - - [2025-12-11 02:52:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-18502030&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.004406 10.0.0.61 - - [2025-12-11 02:52:53] "DELETE /network-policy/9ac4c5ae-963e-4e73-9867-5f167e3ed4a0 HTTP/1.1" 200 115 0.031907 10.0.0.61 - - [2025-12-11 02:52:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.27 - - [2025-12-11 02:52:53] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000900 10.0.0.61 - - [2025-12-11 02:52:54] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.036662 10.0.0.61 - - [2025-12-11 02:52:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-18502030&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.005348 10.0.0.61 - - [2025-12-11 02:52:54] "DELETE /network-policy/ac1da504-61ee-4e25-94d3-6cb34bb1caf1 HTTP/1.1" 200 115 0.048418 10.0.0.61 - - [2025-12-11 02:52:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.27 - - [2025-12-11 02:52:54] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000893 10.0.0.61 - - [2025-12-11 02:52:54] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.032611 10.0.0.61 - - [2025-12-11 02:52:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-18502030&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.004811 10.0.0.61 - - [2025-12-11 02:52:54] "DELETE /network-policy/21bb3215-ae5f-4fe0-80ed-ec852b2aa5ac HTTP/1.1" 200 115 0.036119 10.0.0.61 - - [2025-12-11 02:52:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002430 10.0.0.27 - - [2025-12-11 02:52:54] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000880 10.0.0.61 - - [2025-12-11 02:52:54] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.037376 10.0.0.61 - - [2025-12-11 02:52:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-18502030&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.004952 10.0.0.61 - - [2025-12-11 02:52:54] "DELETE /network-policy/41a08b6a-a52e-421e-9bd7-0e323bf07657 HTTP/1.1" 200 115 0.033384 10.0.0.61 - - [2025-12-11 02:52:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004806 10.0.0.27 - - [2025-12-11 02:52:54] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000836 10.0.0.61 - - [2025-12-11 02:52:54] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.028109 10.0.0.61 - - [2025-12-11 02:52:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-18502030&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.005264 10.0.0.61 - - [2025-12-11 02:52:54] "DELETE /network-policy/8c4250b4-8d67-4755-a08d-ffb7a4735525 HTTP/1.1" 200 115 0.029127 10.0.0.61 - - [2025-12-11 02:52:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.27 - - [2025-12-11 02:52:54] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000849 10.0.0.61 - - [2025-12-11 02:52:54] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.033962 10.0.0.61 - - [2025-12-11 02:52:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-18502030&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.004797 10.0.0.61 - - [2025-12-11 02:52:54] "DELETE /network-policy/f8822882-04fe-4fb1-9eee-cf379d7b92ce HTTP/1.1" 200 115 0.035974 10.0.0.61 - - [2025-12-11 02:52:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.27 - - [2025-12-11 02:52:55] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000889 10.0.0.61 - - [2025-12-11 02:52:55] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.049658 10.0.0.61 - - [2025-12-11 02:52:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-18502030&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005072 10.0.0.61 - - [2025-12-11 02:52:55] "POST /neutron/network HTTP/1.1" 200 1074 0.008195 10.0.0.33 - - [2025-12-11 02:52:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004960 10.0.0.27 - - [2025-12-11 02:52:55] "POST /useragent-kv HTTP/1.1" 200 115 0.005322 10.0.0.27 - - [2025-12-11 02:52:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002345 10.0.0.27 - - [2025-12-11 02:52:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002763 10.0.0.27 - - [2025-12-11 02:52:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002119 10.0.0.61 - - [2025-12-11 02:52:55] "POST /neutron/network HTTP/1.1" 200 151 0.119025 10.0.0.33 - - [2025-12-11 02:52:55] "DELETE /route-target/ff41b944-9e14-40e2-adfb-4ff52f09c152 HTTP/1.1" 200 115 0.020286 10.0.0.61 - - [2025-12-11 02:52:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.61 - - [2025-12-11 02:52:55] "DELETE /network-ipam/d5194e96-2629-4c05-8a15-34d85f9ad542 HTTP/1.1" 200 115 0.028646 10.0.0.61 - - [2025-12-11 02:52:55] "POST /fqname-to-id HTTP/1.1" 404 248 0.002739 10.0.0.27 - - [2025-12-11 02:52:55] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000782 10.0.0.27 - - [2025-12-11 02:52:55] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.030947 10.0.0.27 - - [2025-12-11 02:52:55] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001053 10.0.0.27 - - [2025-12-11 02:52:55] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?fields=security_groups HTTP/1.1" 200 1390 0.031353 10.0.0.27 - - [2025-12-11 02:52:56] "DELETE /security-group/89e56e50-ca5e-4e8c-b310-f75527420e46 HTTP/1.1" 200 115 0.044488 10.0.0.27 - - [2025-12-11 02:52:56] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001047 10.0.0.27 - - [2025-12-11 02:52:56] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?fields=application_policy_sets HTTP/1.1" 200 1429 0.055077 10.0.0.61 - - [2025-12-11 02:52:56] "DELETE /project/0cb78fd0-24d1-43a1-b882-976f89b856d2 HTTP/1.1" 200 115 0.365572 10.0.0.27 - - [2025-12-11 02:52:56] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001676 10.0.0.61 - - [2025-12-11 02:52:56] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?fields=projects HTTP/1.1" 200 1438 0.012355 10.0.0.27 - - [2025-12-11 02:52:57] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002642 10.0.0.27 - - [2025-12-11 02:52:57] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000903 10.0.0.27 - - [2025-12-11 02:52:57] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.031281 10.0.0.27 - - [2025-12-11 02:52:57] "POST /id-to-fqname HTTP/1.1" 200 196 0.001092 10.0.0.27 - - [2025-12-11 02:52:57] "POST /fqname-to-id HTTP/1.1" 404 205 0.005959 10.0.0.27 - - [2025-12-11 02:52:57] "POST /security-groups HTTP/1.1" 200 597 0.026385 10.0.0.33 - - [2025-12-11 02:52:57] "POST /fqname-to-id HTTP/1.1" 404 240 0.007847 10.0.0.27 - - [2025-12-11 02:52:57] "POST /projects HTTP/1.1" 200 597 0.234299 10.0.0.27 - - [2025-12-11 02:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.307075 10.0.0.33 - - [2025-12-11 02:52:57] "POST /access-control-lists HTTP/1.1" 200 600 0.030743 10.0.0.61 - - [2025-12-11 02:52:58] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.437437 10.0.0.27 - - [2025-12-11 02:52:58] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001133 10.0.0.61 - - [2025-12-11 02:52:58] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?fields=virtual_networks HTTP/1.1" 200 1053 0.046113 10.0.0.27 - - [2025-12-11 02:52:58] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000941 10.0.0.61 - - [2025-12-11 02:52:58] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.032179 10.0.0.27 - - [2025-12-11 02:52:58] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001119 10.0.0.61 - - [2025-12-11 02:52:58] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?fields=security_groups HTTP/1.1" 200 1285 0.033806 10.0.0.61 - - [2025-12-11 02:52:59] "POST /fqname-to-id HTTP/1.1" 404 200 0.025978 10.0.0.27 - - [2025-12-11 02:52:59] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002795 10.0.0.27 - - [2025-12-11 02:52:59] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000916 10.0.0.27 - - [2025-12-11 02:52:59] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007179 10.0.0.27 - - [2025-12-11 02:52:59] "POST /id-to-fqname HTTP/1.1" 200 202 0.001732 10.0.0.27 - - [2025-12-11 02:52:59] "POST /fqname-to-id HTTP/1.1" 404 211 0.009492 10.0.0.27 - - [2025-12-11 02:52:59] "POST /security-groups HTTP/1.1" 200 603 0.029132 10.0.0.27 - - [2025-12-11 02:52:59] "POST /projects HTTP/1.1" 200 609 0.225101 10.0.0.33 - - [2025-12-11 02:52:59] "POST /fqname-to-id HTTP/1.1" 404 245 0.014395 10.0.0.27 - - [2025-12-11 02:52:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.294403 10.0.0.61 - - [2025-12-11 02:52:59] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.424266 10.0.0.61 - - [2025-12-11 02:53:00] "GET / HTTP/1.1" 200 35931 0.002435 10.0.0.61 - - [2025-12-11 02:53:02] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000690 10.0.0.27 - - [2025-12-11 02:53:02] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000971 10.0.0.61 - - [2025-12-11 02:53:03] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.077123 10.0.0.61 - - [2025-12-11 02:53:03] "GET / HTTP/1.1" 200 35931 0.001727 10.0.0.61 - - [2025-12-11 02:53:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.27 - - [2025-12-11 02:53:03] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000847 10.0.0.61 - - [2025-12-11 02:53:03] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006563 10.0.0.61 - - [2025-12-11 02:53:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.27 - - [2025-12-11 02:53:04] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000874 10.0.0.61 - - [2025-12-11 02:53:04] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.057647 10.0.0.61 - - [2025-12-11 02:53:05] "GET /domains HTTP/1.1" 401 292 0.000355 10.0.0.61 - - [2025-12-11 02:53:05] "GET /domains HTTP/1.1" 200 280 0.025336 10.0.0.27 - - [2025-12-11 02:53:05] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000831 10.0.0.61 - - [2025-12-11 02:53:05] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e HTTP/1.1" 200 2971 0.008735 10.0.0.27 - - [2025-12-11 02:53:05] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001055 10.0.0.61 - - [2025-12-11 02:53:05] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503 HTTP/1.1" 200 1933 0.083002 10.0.0.61 - - [2025-12-11 02:53:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002432 10.0.0.61 - - [2025-12-11 02:53:05] "POST /network-ipams HTTP/1.1" 200 621 0.022417 10.0.0.61 - - [2025-12-11 02:53:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003350 10.0.0.61 - - [2025-12-11 02:53:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.61 - - [2025-12-11 02:53:05] "GET /network-ipam/2d05acfd-5626-4051-95f4-0fd33c77b6a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.005939 10.0.0.61 - - [2025-12-11 02:53:05] "PUT /network-ipam/2d05acfd-5626-4051-95f4-0fd33c77b6a9 HTTP/1.1" 200 258 0.012897 10.0.0.61 - - [2025-12-11 02:53:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000407 10.0.0.61 - - [2025-12-11 02:53:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.028996 10.0.0.27 - - [2025-12-11 02:53:06] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000778 10.0.0.61 - - [2025-12-11 02:53:06] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.038057 10.0.0.33 - - [2025-12-11 02:53:06] "POST /ref-update HTTP/1.1" 200 156 0.026977 10.0.0.27 - - [2025-12-11 02:53:06] "POST /useragent-kv HTTP/1.1" 200 115 0.005903 10.0.0.61 - - [2025-12-11 02:53:06] "POST /neutron/subnet HTTP/1.1" 200 701 0.219692 10.0.0.61 - - [2025-12-11 02:53:07] "POST /neutron/network HTTP/1.1" 200 1337 0.014095 10.0.0.61 - - [2025-12-11 02:53:07] "POST /id-to-fqname HTTP/1.1" 200 235 0.001090 10.0.0.61 - - [2025-12-11 02:53:07] "GET /virtual-network/df092fe0-1df6-43ff-b005-860f5f8a44b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.004799 10.0.0.61 - - [2025-12-11 02:53:07] "GET /virtual-network/df092fe0-1df6-43ff-b005-860f5f8a44b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.007012 10.0.0.61 - - [2025-12-11 02:53:07] "POST /neutron/subnet HTTP/1.1" 200 701 0.009870 10.0.0.61 - - [2025-12-11 02:53:07] "GET /virtual-network/df092fe0-1df6-43ff-b005-860f5f8a44b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005041 10.0.0.61 - - [2025-12-11 02:53:08] "GET /obj-perms HTTP/1.1" 200 5019 0.056685 10.0.0.33 - - [2025-12-11 02:53:08] "GET /obj-perms HTTP/1.1" 200 5019 0.060483 10.0.0.61 - - [2025-12-11 02:53:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.009994 10.0.0.27 - - [2025-12-11 02:53:09] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000899 10.0.0.61 - - [2025-12-11 02:53:09] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.043060 10.0.0.61 - - [2025-12-11 02:53:09] "POST /neutron/network HTTP/1.1" 200 117 0.013340 10.0.0.27 - - [2025-12-11 02:53:09] "POST /useragent-kv HTTP/1.1" 200 115 0.007409 10.0.0.61 - - [2025-12-11 02:53:09] "POST /neutron/subnet HTTP/1.1" 200 701 0.236566 10.0.0.61 - - [2025-12-11 02:53:10] "POST /id-to-fqname HTTP/1.1" 200 235 0.001287 10.0.0.61 - - [2025-12-11 02:53:10] "GET /virtual-network/65bb9a18-9f50-4aee-ad1b-05133a766982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3170 0.008078 10.0.0.61 - - [2025-12-11 02:53:10] "POST /neutron/network HTTP/1.1" 200 1335 0.011768 10.0.0.61 - - [2025-12-11 02:53:10] "GET /virtual-network/65bb9a18-9f50-4aee-ad1b-05133a766982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3170 0.004528 10.0.0.61 - - [2025-12-11 02:53:10] "POST /neutron/subnet HTTP/1.1" 200 701 0.007712 10.0.0.61 - - [2025-12-11 02:53:10] "GET /virtual-network/65bb9a18-9f50-4aee-ad1b-05133a766982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3170 0.004739 10.0.0.27 - - [2025-12-11 02:53:10] "GET /obj-perms HTTP/1.1" 200 5019 0.045957 10.0.0.61 - - [2025-12-11 02:53:10] "POST /fqname-to-id HTTP/1.1" 404 211 0.003242 10.0.0.61 - - [2025-12-11 02:53:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.27 - - [2025-12-11 02:53:10] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001085 10.0.0.61 - - [2025-12-11 02:53:10] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.045229 10.0.0.61 - - [2025-12-11 02:53:10] "POST /network-policys HTTP/1.1" 200 533 0.026919 10.0.0.61 - - [2025-12-11 02:53:10] "GET /network-policy/5e599db4-dc1c-4f5e-b307-614d2553b5cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006121 10.0.0.61 - - [2025-12-11 02:53:11] "POST /fqname-to-id HTTP/1.1" 404 211 0.003152 10.0.0.61 - - [2025-12-11 02:53:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.27 - - [2025-12-11 02:53:11] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000856 10.0.0.61 - - [2025-12-11 02:53:11] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.037458 10.0.0.61 - - [2025-12-11 02:53:11] "POST /network-policys HTTP/1.1" 200 533 0.034262 10.0.0.61 - - [2025-12-11 02:53:11] "GET /network-policy/66c4e787-1ac1-4360-a4b8-873634309bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.007507 10.0.0.61 - - [2025-12-11 02:53:11] "POST /fqname-to-id HTTP/1.1" 404 211 0.002963 10.0.0.61 - - [2025-12-11 02:53:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002648 10.0.0.27 - - [2025-12-11 02:53:11] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001070 10.0.0.61 - - [2025-12-11 02:53:11] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.043467 10.0.0.61 - - [2025-12-11 02:53:11] "POST /network-policys HTTP/1.1" 200 533 0.027490 10.0.0.61 - - [2025-12-11 02:53:11] "GET /network-policy/ae5e4556-3033-4879-a3ea-0cee09209a3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.006786 10.0.0.61 - - [2025-12-11 02:53:11] "POST /fqname-to-id HTTP/1.1" 404 211 0.003227 10.0.0.61 - - [2025-12-11 02:53:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.27 - - [2025-12-11 02:53:11] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000844 10.0.0.61 - - [2025-12-11 02:53:11] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.043751 10.0.0.61 - - [2025-12-11 02:53:12] "POST /network-policys HTTP/1.1" 200 533 0.032547 10.0.0.61 - - [2025-12-11 02:53:12] "GET /network-policy/b1c37d44-fcfe-4fbd-960a-d8287879e3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.006721 10.0.0.61 - - [2025-12-11 02:53:12] "POST /fqname-to-id HTTP/1.1" 404 213 0.003768 10.0.0.61 - - [2025-12-11 02:53:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005152 10.0.0.27 - - [2025-12-11 02:53:12] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001281 10.0.0.61 - - [2025-12-11 02:53:12] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.044263 10.0.0.61 - - [2025-12-11 02:53:12] "POST /network-policys HTTP/1.1" 200 537 0.031540 10.0.0.61 - - [2025-12-11 02:53:12] "GET /network-policy/c2108f81-1117-4cfd-afa2-753eb397ac0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.006938 10.0.0.61 - - [2025-12-11 02:53:12] "POST /fqname-to-id HTTP/1.1" 404 212 0.002983 10.0.0.61 - - [2025-12-11 02:53:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002643 10.0.0.27 - - [2025-12-11 02:53:12] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001185 10.0.0.61 - - [2025-12-11 02:53:12] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.040476 10.0.0.61 - - [2025-12-11 02:53:12] "POST /network-policys HTTP/1.1" 200 535 0.029887 10.0.0.61 - - [2025-12-11 02:53:12] "GET /network-policy/4f6e5691-81f5-4944-ad37-c76a0e4019ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006965 10.0.0.61 - - [2025-12-11 02:53:13] "POST /fqname-to-id HTTP/1.1" 404 212 0.003422 10.0.0.61 - - [2025-12-11 02:53:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.27 - - [2025-12-11 02:53:13] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000901 10.0.0.61 - - [2025-12-11 02:53:13] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.034672 10.0.0.61 - - [2025-12-11 02:53:13] "POST /network-policys HTTP/1.1" 200 535 0.026142 10.0.0.61 - - [2025-12-11 02:53:13] "GET /network-policy/c5d81a05-32bc-475f-8d77-d6f7dc0f6698?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.006121 10.0.0.61 - - [2025-12-11 02:53:13] "POST /fqname-to-id HTTP/1.1" 404 212 0.003131 10.0.0.61 - - [2025-12-11 02:53:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.27 - - [2025-12-11 02:53:13] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000948 10.0.0.61 - - [2025-12-11 02:53:13] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.042032 10.0.0.61 - - [2025-12-11 02:53:13] "POST /network-policys HTTP/1.1" 200 535 0.039322 10.0.0.61 - - [2025-12-11 02:53:13] "GET /network-policy/ba2c87bd-b5f2-4b95-b509-2f2450d26eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.006438 10.0.0.61 - - [2025-12-11 02:53:13] "POST /fqname-to-id HTTP/1.1" 404 212 0.002980 10.0.0.61 - - [2025-12-11 02:53:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002544 10.0.0.27 - - [2025-12-11 02:53:13] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001050 10.0.0.61 - - [2025-12-11 02:53:13] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.039073 10.0.0.61 - - [2025-12-11 02:53:13] "POST /network-policys HTTP/1.1" 200 535 0.025443 10.0.0.61 - - [2025-12-11 02:53:13] "GET /network-policy/a1d60eb4-35c9-47e5-965c-ed5eedbe8c2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.006012 10.0.0.61 - - [2025-12-11 02:53:14] "POST /fqname-to-id HTTP/1.1" 404 214 0.003186 10.0.0.61 - - [2025-12-11 02:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.27 - - [2025-12-11 02:53:14] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001086 10.0.0.61 - - [2025-12-11 02:53:14] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.036771 10.0.0.61 - - [2025-12-11 02:53:14] "POST /network-policys HTTP/1.1" 200 539 0.028938 10.0.0.61 - - [2025-12-11 02:53:14] "GET /network-policy/be77abda-57c6-4240-8556-35b8463d50b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005172 10.0.0.33 - - [2025-12-11 02:53:14] "POST /fqname-to-id HTTP/1.1" 404 252 0.005519 10.0.0.61 - - [2025-12-11 02:53:14] "POST /neutron/network HTTP/1.1" 200 1425 0.072246 10.0.0.61 - - [2025-12-11 02:53:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.043292 10.0.0.61 - - [2025-12-11 02:53:14] "GET /virtual-network/df092fe0-1df6-43ff-b005-860f5f8a44b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006470 10.0.0.61 - - [2025-12-11 02:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.61 - - [2025-12-11 02:53:14] "GET /network-policy/5e599db4-dc1c-4f5e-b307-614d2553b5cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005113 10.0.0.61 - - [2025-12-11 02:53:14] "POST /neutron/network HTTP/1.1" 200 1425 0.075277 10.0.0.33 - - [2025-12-11 02:53:14] "POST /access-control-lists HTTP/1.1" 200 609 0.041767 10.0.0.61 - - [2025-12-11 02:53:15] "GET /virtual-network/65bb9a18-9f50-4aee-ad1b-05133a766982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.012069 10.0.0.61 - - [2025-12-11 02:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007518 10.0.0.61 - - [2025-12-11 02:53:15] "GET /network-policy/c2108f81-1117-4cfd-afa2-753eb397ac0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.004341 10.0.0.61 - - [2025-12-11 02:53:15] "POST /id-to-fqname HTTP/1.1" 200 235 0.001322 10.0.0.27 - - [2025-12-11 02:53:16] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001335 10.0.0.61 - - [2025-12-11 02:53:16] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.053968 10.0.0.61 - - [2025-12-11 02:53:16] "POST /neutron/network HTTP/1.1" 200 1425 0.008151 10.0.0.61 - - [2025-12-11 02:53:16] "POST /id-to-fqname HTTP/1.1" 200 235 0.001288 10.0.0.61 - - [2025-12-11 02:53:16] "POST /neutron/port HTTP/1.1" 200 117 0.005716 10.0.0.27 - - [2025-12-11 02:53:16] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000973 10.0.0.61 - - [2025-12-11 02:53:16] "POST /neutron/port HTTP/1.1" 200 1174 0.314586 10.0.0.27 - - [2025-12-11 02:53:17] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001779 10.0.0.61 - - [2025-12-11 02:53:17] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.102917 10.0.0.61 - - [2025-12-11 02:53:17] "POST /neutron/port HTTP/1.1" 200 1228 0.149520 10.0.0.61 - - [2025-12-11 02:53:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004084 10.0.0.61 - - [2025-12-11 02:53:17] "POST /neutron/port HTTP/1.1" 200 117 0.001148 10.0.0.61 - - [2025-12-11 02:53:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007202 10.0.0.61 - - [2025-12-11 02:53:17] "POST /neutron/port HTTP/1.1" 200 1202 0.016472 10.0.0.27 - - [2025-12-11 02:53:17] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001214 10.0.0.33 - - [2025-12-11 02:53:18] "PUT /access-control-list/7a16e6cc-9b7c-41ab-9218-7b97403c7d86 HTTP/1.1" 200 272 0.015562 10.0.0.61 - - [2025-12-11 02:53:18] "POST /neutron/port HTTP/1.1" 200 1172 0.349976 10.0.0.61 - - [2025-12-11 02:53:18] "POST /neutron/port HTTP/1.1" 200 1226 0.103550 10.0.0.61 - - [2025-12-11 02:53:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003944 10.0.0.61 - - [2025-12-11 02:53:18] "POST /neutron/port HTTP/1.1" 200 117 0.001199 10.0.0.27 - - [2025-12-11 02:53:19] "DELETE /project/294cc7b45b034bc3896316fff09ce503 HTTP/1.1" 404 173 0.003889 10.0.0.27 - - [2025-12-11 02:53:19] "DELETE /project/0cb78fd024d143a1b882976f89b856d2 HTTP/1.1" 404 173 0.005336 10.0.0.27 - - [2025-12-11 02:53:19] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000952 10.0.0.27 - - [2025-12-11 02:53:19] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.045194 10.0.0.27 - - [2025-12-11 02:53:19] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001141 10.0.0.27 - - [2025-12-11 02:53:19] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?fields=security_groups HTTP/1.1" 200 1390 0.049793 10.0.0.27 - - [2025-12-11 02:53:19] "DELETE /security-group/118095b2-8b31-486c-8e06-5d1339536de1 HTTP/1.1" 200 115 0.054424 10.0.0.27 - - [2025-12-11 02:53:19] "GET /projects?obj_uuids=0cb78fd0-24d1-43a1-b882-976f89b856d2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000920 10.0.0.27 - - [2025-12-11 02:53:19] "GET /project/0cb78fd0-24d1-43a1-b882-976f89b856d2?fields=application_policy_sets HTTP/1.1" 200 1429 0.057028 10.0.0.27 - - [2025-12-11 02:53:19] "DELETE /project/0cb78fd0-24d1-43a1-b882-976f89b856d2 HTTP/1.1" 200 115 0.420846 10.0.0.61 - - [2025-12-11 02:53:22] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008067 10.0.0.61 - - [2025-12-11 02:53:22] "POST /neutron/port HTTP/1.1" 200 1202 0.017128 10.0.0.61 - - [2025-12-11 02:53:22] "GET /virtual-machine/8c0cda0a-7964-47f6-875c-40e4caeadaff HTTP/1.1" 401 292 0.000617 10.0.0.61 - - [2025-12-11 02:53:23] "GET /virtual-machine/8c0cda0a-7964-47f6-875c-40e4caeadaff HTTP/1.1" 200 1304 0.039622 10.0.0.61 - - [2025-12-11 02:53:23] "GET /virtual-machine-interface/0048e864-99fa-4e70-b675-070433bd6bda HTTP/1.1" 200 3167 0.005851 10.0.0.61 - - [2025-12-11 02:53:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.61 - - [2025-12-11 02:53:23] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004291 10.0.0.61 - - [2025-12-11 02:53:23] "GET /virtual-networks?parent_id=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003611 10.0.0.61 - - [2025-12-11 02:53:23] "GET /virtual-network/df092fe0-1df6-43ff-b005-860f5f8a44b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006713 10.0.0.61 - - [2025-12-11 02:53:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.61 - - [2025-12-11 02:53:26] "GET /virtual-network/df092fe0-1df6-43ff-b005-860f5f8a44b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.004937 10.0.0.61 - - [2025-12-11 02:53:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004902 10.0.0.61 - - [2025-12-11 02:53:30] "GET /virtual-network/df092fe0-1df6-43ff-b005-860f5f8a44b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006879 10.0.0.61 - - [2025-12-11 02:53:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.61 - - [2025-12-11 02:53:34] "GET /virtual-network/df092fe0-1df6-43ff-b005-860f5f8a44b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.004784 10.0.0.61 - - [2025-12-11 02:53:35] "POST /neutron/port HTTP/1.1" 200 1200 0.017819 10.0.0.61 - - [2025-12-11 02:53:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004023 10.0.0.61 - - [2025-12-11 02:53:36] "POST /neutron/port HTTP/1.1" 200 117 0.001115 10.0.0.61 - - [2025-12-11 02:53:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.61 - - [2025-12-11 02:53:38] "GET /virtual-network/df092fe0-1df6-43ff-b005-860f5f8a44b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005456 10.0.0.61 - - [2025-12-11 02:53:39] "POST /neutron/port HTTP/1.1" 200 1202 0.013673 10.0.0.61 - - [2025-12-11 02:53:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003589 10.0.0.61 - - [2025-12-11 02:53:39] "POST /neutron/port HTTP/1.1" 200 117 0.001225 10.0.0.61 - - [2025-12-11 02:53:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.61 - - [2025-12-11 02:53:42] "GET /virtual-network/df092fe0-1df6-43ff-b005-860f5f8a44b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.004296 10.0.0.61 - - [2025-12-11 02:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.61 - - [2025-12-11 02:53:46] "GET /virtual-network/df092fe0-1df6-43ff-b005-860f5f8a44b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006284 10.0.0.61 - - [2025-12-11 02:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.61 - - [2025-12-11 02:53:51] "GET /virtual-network/df092fe0-1df6-43ff-b005-860f5f8a44b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006534 10.0.0.61 - - [2025-12-11 02:53:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.61 - - [2025-12-11 02:53:55] "GET /virtual-network/df092fe0-1df6-43ff-b005-860f5f8a44b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.004882 10.0.0.61 - - [2025-12-11 02:53:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.61 - - [2025-12-11 02:53:57] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.006999 10.0.0.61 - - [2025-12-11 02:53:57] "GET /virtual-networks?parent_id=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002354 10.0.0.61 - - [2025-12-11 02:53:57] "GET /virtual-network/df092fe0-1df6-43ff-b005-860f5f8a44b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005416 10.0.0.61 - - [2025-12-11 02:53:57] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006984 10.0.0.61 - - [2025-12-11 02:54:05] "POST /neutron/port HTTP/1.1" 200 1202 0.037194 10.0.0.61 - - [2025-12-11 02:54:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006918 10.0.0.61 - - [2025-12-11 02:54:12] "POST /neutron/port HTTP/1.1" 200 1202 0.014275 10.0.0.61 - - [2025-12-11 02:54:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007059 10.0.0.61 - - [2025-12-11 02:54:18] "POST /neutron/port HTTP/1.1" 200 1200 0.016021 10.0.0.61 - - [2025-12-11 02:54:18] "GET /virtual-machine/33e6f7ba-ffa4-4b42-ad50-1df53ca76996 HTTP/1.1" 200 1304 0.006227 10.0.0.61 - - [2025-12-11 02:54:18] "GET /virtual-machine-interface/8ad7b36d-6d8d-45b7-9694-c94b10892c9b HTTP/1.1" 200 3170 0.005855 10.0.0.61 - - [2025-12-11 02:54:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.61 - - [2025-12-11 02:54:18] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003740 10.0.0.61 - - [2025-12-11 02:54:18] "GET /virtual-networks?parent_id=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003110 10.0.0.61 - - [2025-12-11 02:54:18] "GET /virtual-network/65bb9a18-9f50-4aee-ad1b-05133a766982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.006684 10.0.0.61 - - [2025-12-11 02:54:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.61 - - [2025-12-11 02:54:19] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003535 10.0.0.61 - - [2025-12-11 02:54:19] "GET /virtual-networks?parent_id=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003094 10.0.0.61 - - [2025-12-11 02:54:19] "GET /virtual-network/65bb9a18-9f50-4aee-ad1b-05133a766982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.005509 10.0.0.61 - - [2025-12-11 02:54:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006344 10.0.0.61 - - [2025-12-11 02:54:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.61 - - [2025-12-11 02:54:20] "GET /network-policy/c2108f81-1117-4cfd-afa2-753eb397ac0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.003381 10.0.0.61 - - [2025-12-11 02:54:20] "POST /neutron/port HTTP/1.1" 200 1202 0.016648 10.0.0.61 - - [2025-12-11 02:54:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.61 - - [2025-12-11 02:54:20] "GET /network-policy/5e599db4-dc1c-4f5e-b307-614d2553b5cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004037 10.0.0.33 - - [2025-12-11 02:54:20] "PUT /access-control-list/a4029584-db87-4ba9-82ef-0f07335e88e2 HTTP/1.1" 200 272 0.012289 10.0.0.61 - - [2025-12-11 02:54:20] "POST /neutron/network HTTP/1.1" 200 1425 0.083776 10.0.0.61 - - [2025-12-11 02:54:20] "GET /virtual-network/df092fe0-1df6-43ff-b005-860f5f8a44b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005881 10.0.0.61 - - [2025-12-11 02:54:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002577 10.0.0.61 - - [2025-12-11 02:54:20] "GET /network-policy/66c4e787-1ac1-4360-a4b8-873634309bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004243 10.0.0.61 - - [2025-12-11 02:54:37] "POST /neutron/port HTTP/1.1" 200 1200 0.014797 10.0.0.61 - - [2025-12-11 02:54:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003424 10.0.0.61 - - [2025-12-11 02:54:38] "POST /neutron/port HTTP/1.1" 200 117 0.001192 10.0.0.61 - - [2025-12-11 02:54:39] "POST /neutron/port HTTP/1.1" 200 1202 0.015004 10.0.0.61 - - [2025-12-11 02:54:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003745 10.0.0.61 - - [2025-12-11 02:54:39] "POST /neutron/port HTTP/1.1" 200 117 0.001148 10.0.0.33 - - [2025-12-11 02:54:43] "GET /obj-perms HTTP/1.1" 200 5056 0.054241 10.0.0.61 - - [2025-12-11 02:54:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.002480 10.0.0.61 - - [2025-12-11 02:54:43] "POST /neutron/network HTTP/1.1" 200 1428 0.083566 10.0.0.61 - - [2025-12-11 02:54:43] "GET /virtual-network/df092fe0-1df6-43ff-b005-860f5f8a44b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.007241 10.0.0.61 - - [2025-12-11 02:54:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.61 - - [2025-12-11 02:54:43] "GET /network-policy/be77abda-57c6-4240-8556-35b8463d50b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003741 10.0.0.33 - - [2025-12-11 02:54:56] "PUT /access-control-list/a4029584-db87-4ba9-82ef-0f07335e88e2 HTTP/1.1" 200 272 0.018511 10.0.0.61 - - [2025-12-11 02:54:56] "POST /neutron/network HTTP/1.1" 200 1425 0.114638 10.0.0.61 - - [2025-12-11 02:54:56] "GET /virtual-network/df092fe0-1df6-43ff-b005-860f5f8a44b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006334 10.0.0.61 - - [2025-12-11 02:54:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.61 - - [2025-12-11 02:54:56] "GET /network-policy/ae5e4556-3033-4879-a3ea-0cee09209a3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.003597 10.0.0.61 - - [2025-12-11 02:55:08] "POST /neutron/network HTTP/1.1" 200 1425 0.080445 10.0.0.61 - - [2025-12-11 02:55:08] "GET /virtual-network/df092fe0-1df6-43ff-b005-860f5f8a44b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006967 10.0.0.61 - - [2025-12-11 02:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.61 - - [2025-12-11 02:55:08] "GET /network-policy/b1c37d44-fcfe-4fbd-960a-d8287879e3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.004008 10.0.0.61 - - [2025-12-11 02:55:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.005165 10.0.0.61 - - [2025-12-11 02:55:19] "POST /neutron/network HTTP/1.1" 200 1426 0.103394 10.0.0.33 - - [2025-12-11 02:55:19] "PUT /access-control-list/a4029584-db87-4ba9-82ef-0f07335e88e2 HTTP/1.1" 200 272 0.080118 10.0.0.61 - - [2025-12-11 02:55:19] "GET /virtual-network/df092fe0-1df6-43ff-b005-860f5f8a44b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.008497 10.0.0.61 - - [2025-12-11 02:55:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.013319 10.0.0.61 - - [2025-12-11 02:55:19] "GET /network-policy/4f6e5691-81f5-4944-ad37-c76a0e4019ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004796 10.0.0.61 - - [2025-12-11 02:55:31] "POST /neutron/network HTTP/1.1" 200 1426 0.115984 10.0.0.33 - - [2025-12-11 02:55:31] "POST /ref-update HTTP/1.1" 200 156 0.036093 10.0.0.61 - - [2025-12-11 02:55:31] "GET /virtual-network/df092fe0-1df6-43ff-b005-860f5f8a44b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006732 10.0.0.61 - - [2025-12-11 02:55:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.61 - - [2025-12-11 02:55:31] "GET /network-policy/c5d81a05-32bc-475f-8d77-d6f7dc0f6698?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.003756 10.0.0.61 - - [2025-12-11 02:55:40] "POST /neutron/port HTTP/1.1" 200 1200 0.044842 10.0.0.61 - - [2025-12-11 02:55:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003642 10.0.0.61 - - [2025-12-11 02:55:40] "POST /neutron/port HTTP/1.1" 200 117 0.001121 10.0.0.61 - - [2025-12-11 02:55:41] "POST /neutron/port HTTP/1.1" 200 1202 0.017529 10.0.0.61 - - [2025-12-11 02:55:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003916 10.0.0.61 - - [2025-12-11 02:55:41] "POST /neutron/port HTTP/1.1" 200 117 0.001768 10.0.0.61 - - [2025-12-11 02:55:42] "POST /neutron/network HTTP/1.1" 200 1426 0.109886 10.0.0.61 - - [2025-12-11 02:55:42] "GET /virtual-network/df092fe0-1df6-43ff-b005-860f5f8a44b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005997 10.0.0.61 - - [2025-12-11 02:55:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.61 - - [2025-12-11 02:55:42] "GET /network-policy/ba2c87bd-b5f2-4b95-b509-2f2450d26eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.004818 10.0.0.61 - - [2025-12-11 02:55:44] "GET /obj-perms HTTP/1.1" 200 5056 0.049062 10.0.0.61 - - [2025-12-11 02:55:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.006650 10.0.0.61 - - [2025-12-11 02:55:54] "POST /neutron/network HTTP/1.1" 200 1426 0.078232 10.0.0.61 - - [2025-12-11 02:55:54] "GET /virtual-network/df092fe0-1df6-43ff-b005-860f5f8a44b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005540 10.0.0.61 - - [2025-12-11 02:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.61 - - [2025-12-11 02:55:54] "GET /network-policy/a1d60eb4-35c9-47e5-965c-ed5eedbe8c2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.004200 10.0.0.61 - - [2025-12-11 02:56:04] "GET /virtual-network/df092fe0-1df6-43ff-b005-860f5f8a44b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005611 10.0.0.61 - - [2025-12-11 02:56:04] "POST /neutron/network HTTP/1.1" 200 1337 0.063945 10.0.0.33 - - [2025-12-11 02:56:05] "DELETE /access-control-list/a4029584-db87-4ba9-82ef-0f07335e88e2 HTTP/1.1" 200 115 0.050203 10.0.0.61 - - [2025-12-11 02:56:05] "GET /virtual-network/df092fe0-1df6-43ff-b005-860f5f8a44b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.007808 10.0.0.61 - - [2025-12-11 02:56:05] "GET /virtual-machine/33e6f7ba-ffa4-4b42-ad50-1df53ca76996 HTTP/1.1" 200 1304 0.003822 10.0.0.61 - - [2025-12-11 02:56:05] "POST /neutron/port HTTP/1.1" 200 1226 0.011766 10.0.0.61 - - [2025-12-11 02:56:07] "GET /virtual-machine/33e6f7ba-ffa4-4b42-ad50-1df53ca76996 HTTP/1.1" 404 171 0.004020 10.0.0.61 - - [2025-12-11 02:56:07] "GET /virtual-machine/33e6f7ba-ffa4-4b42-ad50-1df53ca76996 HTTP/1.1" 404 171 0.002885 10.0.0.61 - - [2025-12-11 02:56:07] "GET /virtual-machine/33e6f7ba-ffa4-4b42-ad50-1df53ca76996 HTTP/1.1" 404 171 0.002352 10.0.0.61 - - [2025-12-11 02:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.61 - - [2025-12-11 02:56:07] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003156 10.0.0.61 - - [2025-12-11 02:56:07] "GET /virtual-networks?parent_id=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002879 10.0.0.61 - - [2025-12-11 02:56:07] "GET /virtual-network/65bb9a18-9f50-4aee-ad1b-05133a766982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.005726 10.0.0.61 - - [2025-12-11 02:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002691 10.0.0.61 - - [2025-12-11 02:56:07] "GET /routing-instance/60ef63ef-5f63-4f00-8284-8f33e8ff27db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.004388 10.0.0.61 - - [2025-12-11 02:56:07] "GET /route-target/08a73400-6c5b-4a74-bffa-df3fc97d0261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004139 10.0.0.27 - - [2025-12-11 02:56:07] "GET /obj-perms HTTP/1.1" 200 5019 0.004473 10.0.0.61 - - [2025-12-11 02:56:13] "GET /obj-perms HTTP/1.1" 200 5019 0.003657 10.0.0.27 - - [2025-12-11 02:56:16] "GET /obj-perms HTTP/1.1" 200 5019 0.003884 10.0.0.27 - - [2025-12-11 02:56:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000621 10.0.0.27 - - [2025-12-11 02:56:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.27 - - [2025-12-11 02:56:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.27 - - [2025-12-11 02:56:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.61 - - [2025-12-11 02:56:22] "GET /obj-perms HTTP/1.1" 200 5019 0.005171 10.0.0.27 - - [2025-12-11 02:56:23] "GET /obj-perms HTTP/1.1" 200 5019 0.004639 10.0.0.33 - - [2025-12-11 02:56:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000629 10.0.0.33 - - [2025-12-11 02:56:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.61 - - [2025-12-11 02:56:23] "GET /virtual-machine/8c0cda0a-7964-47f6-875c-40e4caeadaff HTTP/1.1" 200 1304 0.005987 10.0.0.33 - - [2025-12-11 02:56:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000502 10.0.0.33 - - [2025-12-11 02:56:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.61 - - [2025-12-11 02:56:23] "POST /neutron/port HTTP/1.1" 200 1228 0.014368 10.0.0.61 - - [2025-12-11 02:56:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000704 10.0.0.61 - - [2025-12-11 02:56:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000476 10.0.0.61 - - [2025-12-11 02:56:25] "GET /virtual-machine/8c0cda0a-7964-47f6-875c-40e4caeadaff HTTP/1.1" 404 171 0.003047 10.0.0.61 - - [2025-12-11 02:56:25] "GET /virtual-machine/8c0cda0a-7964-47f6-875c-40e4caeadaff HTTP/1.1" 404 171 0.002347 10.0.0.61 - - [2025-12-11 02:56:25] "GET /virtual-machine/8c0cda0a-7964-47f6-875c-40e4caeadaff HTTP/1.1" 404 171 0.002678 10.0.0.61 - - [2025-12-11 02:56:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.61 - - [2025-12-11 02:56:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.61 - - [2025-12-11 02:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.61 - - [2025-12-11 02:56:25] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004037 10.0.0.61 - - [2025-12-11 02:56:25] "GET /virtual-networks?parent_id=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002923 10.0.0.61 - - [2025-12-11 02:56:25] "GET /virtual-network/df092fe0-1df6-43ff-b005-860f5f8a44b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005623 10.0.0.61 - - [2025-12-11 02:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.61 - - [2025-12-11 02:56:25] "GET /routing-instance/f511b673-6d3d-4213-906b-e9476740f87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.005905 10.0.0.61 - - [2025-12-11 02:56:25] "GET /route-target/d1782042-4237-46eb-b6e2-ae880edd7c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004220 10.0.0.61 - - [2025-12-11 02:56:25] "GET /obj-perms HTTP/1.1" 200 5019 0.003640 10.0.0.27 - - [2025-12-11 02:56:31] "GET /obj-perms HTTP/1.1" 200 5019 0.003294 10.0.0.61 - - [2025-12-11 02:56:34] "GET /obj-perms HTTP/1.1" 200 5019 0.004411 10.0.0.27 - - [2025-12-11 02:56:40] "GET /obj-perms HTTP/1.1" 200 5019 0.003534 10.0.0.61 - - [2025-12-11 02:56:44] "GET /obj-perms HTTP/1.1" 200 5019 0.003498 10.0.0.27 - - [2025-12-11 02:56:47] "GET /obj-perms HTTP/1.1" 200 5019 0.005326 10.0.0.61 - - [2025-12-11 02:56:53] "GET /obj-perms HTTP/1.1" 200 5019 0.004380 10.0.0.33 - - [2025-12-11 02:56:53] "GET /obj-perms HTTP/1.1" 200 5019 0.003954 10.0.0.27 - - [2025-12-11 02:56:53] "GET /obj-perms HTTP/1.1" 200 5019 0.003174 10.0.0.61 - - [2025-12-11 02:56:53] "GET /virtual-network/65bb9a18-9f50-4aee-ad1b-05133a766982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.005398 10.0.0.61 - - [2025-12-11 02:56:53] "POST /neutron/network HTTP/1.1" 200 1335 0.083201 10.0.0.61 - - [2025-12-11 02:56:53] "GET /virtual-network/65bb9a18-9f50-4aee-ad1b-05133a766982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3170 0.006054 10.0.0.33 - - [2025-12-11 02:56:53] "POST /ref-update HTTP/1.1" 200 156 0.034321 10.0.0.61 - - [2025-12-11 02:56:53] "DELETE /network-policy/be77abda-57c6-4240-8556-35b8463d50b0 HTTP/1.1" 200 115 0.031735 10.0.0.61 - - [2025-12-11 02:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002492 10.0.0.27 - - [2025-12-11 02:56:53] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000840 10.0.0.61 - - [2025-12-11 02:56:53] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.034094 10.0.0.61 - - [2025-12-11 02:56:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-62915361&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.008137 10.0.0.61 - - [2025-12-11 02:56:53] "DELETE /network-policy/a1d60eb4-35c9-47e5-965c-ed5eedbe8c2d HTTP/1.1" 200 115 0.032483 10.0.0.61 - - [2025-12-11 02:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005724 10.0.0.27 - - [2025-12-11 02:56:54] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000849 10.0.0.61 - - [2025-12-11 02:56:54] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.035303 10.0.0.61 - - [2025-12-11 02:56:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-62915361&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.004936 10.0.0.61 - - [2025-12-11 02:56:54] "DELETE /network-policy/ba2c87bd-b5f2-4b95-b509-2f2450d26eb3 HTTP/1.1" 200 115 0.028451 10.0.0.61 - - [2025-12-11 02:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006313 10.0.0.27 - - [2025-12-11 02:56:54] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000891 10.0.0.61 - - [2025-12-11 02:56:54] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.036733 10.0.0.61 - - [2025-12-11 02:56:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-62915361&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.006129 10.0.0.61 - - [2025-12-11 02:56:54] "DELETE /network-policy/c5d81a05-32bc-475f-8d77-d6f7dc0f6698 HTTP/1.1" 200 115 0.034168 10.0.0.61 - - [2025-12-11 02:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002345 10.0.0.27 - - [2025-12-11 02:56:54] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000920 10.0.0.61 - - [2025-12-11 02:56:54] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.044532 10.0.0.61 - - [2025-12-11 02:56:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-62915361&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.004920 10.0.0.61 - - [2025-12-11 02:56:54] "DELETE /network-policy/4f6e5691-81f5-4944-ad37-c76a0e4019ee HTTP/1.1" 200 115 0.028013 10.0.0.61 - - [2025-12-11 02:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.27 - - [2025-12-11 02:56:54] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000827 10.0.0.61 - - [2025-12-11 02:56:54] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.034667 10.0.0.61 - - [2025-12-11 02:56:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-62915361&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.004725 10.0.0.61 - - [2025-12-11 02:56:54] "DELETE /network-policy/c2108f81-1117-4cfd-afa2-753eb397ac0a HTTP/1.1" 200 115 0.028179 10.0.0.61 - - [2025-12-11 02:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002674 10.0.0.27 - - [2025-12-11 02:56:54] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000917 10.0.0.61 - - [2025-12-11 02:56:54] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.037720 10.0.0.61 - - [2025-12-11 02:56:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-62915361&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.005037 10.0.0.61 - - [2025-12-11 02:56:54] "DELETE /network-policy/b1c37d44-fcfe-4fbd-960a-d8287879e3cd HTTP/1.1" 200 115 0.037615 10.0.0.61 - - [2025-12-11 02:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002522 10.0.0.27 - - [2025-12-11 02:56:54] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000858 10.0.0.61 - - [2025-12-11 02:56:55] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.032374 10.0.0.61 - - [2025-12-11 02:56:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-62915361&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.005851 10.0.0.61 - - [2025-12-11 02:56:55] "DELETE /network-policy/ae5e4556-3033-4879-a3ea-0cee09209a3a HTTP/1.1" 200 115 0.034458 10.0.0.61 - - [2025-12-11 02:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002454 10.0.0.27 - - [2025-12-11 02:56:55] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000861 10.0.0.61 - - [2025-12-11 02:56:55] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.032861 10.0.0.61 - - [2025-12-11 02:56:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-62915361&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.004592 10.0.0.61 - - [2025-12-11 02:56:55] "DELETE /network-policy/66c4e787-1ac1-4360-a4b8-873634309bcc HTTP/1.1" 200 115 0.029660 10.0.0.61 - - [2025-12-11 02:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002660 10.0.0.27 - - [2025-12-11 02:56:55] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000821 10.0.0.61 - - [2025-12-11 02:56:55] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.030365 10.0.0.61 - - [2025-12-11 02:56:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-62915361&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004603 10.0.0.61 - - [2025-12-11 02:56:55] "DELETE /network-policy/5e599db4-dc1c-4f5e-b307-614d2553b5cf HTTP/1.1" 200 115 0.030722 10.0.0.61 - - [2025-12-11 02:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002720 10.0.0.27 - - [2025-12-11 02:56:55] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000825 10.0.0.61 - - [2025-12-11 02:56:55] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.036128 10.0.0.61 - - [2025-12-11 02:56:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-62915361&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006210 10.0.0.27 - - [2025-12-11 02:56:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002531 10.0.0.27 - - [2025-12-11 02:56:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002438 10.0.0.27 - - [2025-12-11 02:56:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002368 10.0.0.27 - - [2025-12-11 02:56:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003308 10.0.0.27 - - [2025-12-11 02:56:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003563 10.0.0.27 - - [2025-12-11 02:56:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003073 10.0.0.61 - - [2025-12-11 02:56:55] "POST /neutron/network HTTP/1.1" 200 151 0.148420 10.0.0.33 - - [2025-12-11 02:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.61 - - [2025-12-11 02:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.61 - - [2025-12-11 02:56:56] "DELETE /network-ipam/2d05acfd-5626-4051-95f4-0fd33c77b6a9 HTTP/1.1" 200 115 0.027159 10.0.0.61 - - [2025-12-11 02:56:56] "POST /fqname-to-id HTTP/1.1" 404 260 0.003115 10.0.0.27 - - [2025-12-11 02:56:56] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000767 10.0.0.27 - - [2025-12-11 02:56:56] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1525 0.033024 10.0.0.27 - - [2025-12-11 02:56:56] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000889 10.0.0.27 - - [2025-12-11 02:56:56] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?fields=security_groups HTTP/1.1" 200 1408 0.030998 10.0.0.27 - - [2025-12-11 02:56:56] "DELETE /security-group/55322d63-5718-4a50-a1f0-760a35d27ccf HTTP/1.1" 200 115 0.054270 10.0.0.27 - - [2025-12-11 02:56:56] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000817 10.0.0.27 - - [2025-12-11 02:56:56] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?fields=application_policy_sets HTTP/1.1" 200 1447 0.065986 10.0.0.33 - - [2025-12-11 02:56:56] "DELETE /access-control-list/e402e075-2ae2-4f5d-ba8b-4ee02fa96292 HTTP/1.1" 200 115 0.046847 10.0.0.61 - - [2025-12-11 02:56:56] "DELETE /project/294cc7b4-5b03-4bc3-8963-16fff09ce503 HTTP/1.1" 200 115 0.377216 10.0.0.27 - - [2025-12-11 02:56:56] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000897 10.0.0.61 - - [2025-12-11 02:56:56] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?fields=projects HTTP/1.1" 200 1438 0.009270 10.0.0.27 - - [2025-12-11 02:56:58] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003099 10.0.0.27 - - [2025-12-11 02:56:58] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000815 10.0.0.27 - - [2025-12-11 02:56:58] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.050259 10.0.0.27 - - [2025-12-11 02:56:58] "POST /id-to-fqname HTTP/1.1" 200 202 0.002968 10.0.0.27 - - [2025-12-11 02:56:58] "POST /fqname-to-id HTTP/1.1" 404 211 0.003672 10.0.0.27 - - [2025-12-11 02:56:58] "POST /security-groups HTTP/1.1" 200 603 0.028402 10.0.0.27 - - [2025-12-11 02:56:58] "POST /projects HTTP/1.1" 200 609 0.222736 10.0.0.27 - - [2025-12-11 02:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.297939 10.0.0.33 - - [2025-12-11 02:56:58] "POST /fqname-to-id HTTP/1.1" 404 245 0.059740 10.0.0.61 - - [2025-12-11 02:56:58] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.508441 10.0.0.27 - - [2025-12-11 02:56:58] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003090 10.0.0.61 - - [2025-12-11 02:56:58] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?fields=virtual_networks HTTP/1.1" 200 1065 0.063590 10.0.0.27 - - [2025-12-11 02:56:58] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000864 10.0.0.61 - - [2025-12-11 02:56:58] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.042377 10.0.0.27 - - [2025-12-11 02:56:58] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000854 10.0.0.61 - - [2025-12-11 02:56:59] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?fields=security_groups HTTP/1.1" 200 1303 0.038257 10.0.0.61 - - [2025-12-11 02:56:59] "POST /fqname-to-id HTTP/1.1" 404 182 0.028228 10.0.0.27 - - [2025-12-11 02:56:59] "GET /projects?obj_uuids=2553c9c5-8352-4736-918a-49edca817229&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002960 10.0.0.27 - - [2025-12-11 02:56:59] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001130 10.0.0.27 - - [2025-12-11 02:56:59] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007097 10.0.0.27 - - [2025-12-11 02:57:00] "POST /id-to-fqname HTTP/1.1" 200 184 0.001270 10.0.0.27 - - [2025-12-11 02:57:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.009796 10.0.0.27 - - [2025-12-11 02:57:00] "POST /security-groups HTTP/1.1" 200 585 0.034382 10.0.0.27 - - [2025-12-11 02:57:00] "POST /projects HTTP/1.1" 200 573 0.294486 10.0.0.33 - - [2025-12-11 02:57:00] "POST /access-control-lists HTTP/1.1" 200 590 0.030394 10.0.0.27 - - [2025-12-11 02:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.364963 10.0.0.61 - - [2025-12-11 02:57:00] "GET /project/2553c9c5-8352-4736-918a-49edca817229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.509847 10.0.0.61 - - [2025-12-11 02:57:01] "GET / HTTP/1.1" 200 35931 0.001375 10.0.0.61 - - [2025-12-11 02:57:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000503 10.0.0.61 - - [2025-12-11 02:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.062496 10.0.0.27 - - [2025-12-11 02:57:02] "GET /projects?obj_uuids=2553c9c5-8352-4736-918a-49edca817229&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000832 10.0.0.61 - - [2025-12-11 02:57:02] "GET /project/2553c9c5-8352-4736-918a-49edca817229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.042911 10.0.0.61 - - [2025-12-11 02:57:02] "POST /neutron/network HTTP/1.1" 200 117 0.035872 10.0.0.33 - - [2025-12-11 02:57:02] "POST /route-targets HTTP/1.1" 200 327 0.012961 10.0.0.61 - - [2025-12-11 02:57:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.017521 10.0.0.27 - - [2025-12-11 02:57:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004948 10.0.0.61 - - [2025-12-11 02:57:03] "POST /neutron/subnet HTTP/1.1" 200 828 0.228545 10.0.0.61 - - [2025-12-11 02:57:03] "POST /id-to-fqname HTTP/1.1" 200 214 0.001249 10.0.0.61 - - [2025-12-11 02:57:03] "GET /virtual-network/05544cab-8245-48a3-8289-821e741b0586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005441 10.0.0.61 - - [2025-12-11 02:57:03] "GET /virtual-network/05544cab-8245-48a3-8289-821e741b0586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.004960 10.0.0.61 - - [2025-12-11 02:57:03] "POST /neutron/network HTTP/1.1" 200 994 0.009035 10.0.0.61 - - [2025-12-11 02:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.27 - - [2025-12-11 02:57:03] "GET /projects?obj_uuids=2553c9c5-8352-4736-918a-49edca817229&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000807 10.0.0.61 - - [2025-12-11 02:57:03] "GET /project/2553c9c5-8352-4736-918a-49edca817229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.038425 10.0.0.61 - - [2025-12-11 02:57:03] "POST /neutron/network HTTP/1.1" 200 117 0.013623 10.0.0.33 - - [2025-12-11 02:57:03] "POST /ref-update HTTP/1.1" 200 156 0.025628 10.0.0.27 - - [2025-12-11 02:57:04] "POST /useragent-kv HTTP/1.1" 200 115 0.008208 10.0.0.61 - - [2025-12-11 02:57:04] "POST /neutron/subnet HTTP/1.1" 200 828 0.223777 10.0.0.61 - - [2025-12-11 02:57:04] "POST /id-to-fqname HTTP/1.1" 200 214 0.001420 10.0.0.61 - - [2025-12-11 02:57:04] "GET /virtual-network/2ee5a420-98f9-4cf0-8307-219b348e44ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.005843 10.0.0.61 - - [2025-12-11 02:57:04] "GET /virtual-network/2ee5a420-98f9-4cf0-8307-219b348e44ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.006856 10.0.0.61 - - [2025-12-11 02:57:04] "POST /neutron/network HTTP/1.1" 200 992 0.010981 10.0.0.61 - - [2025-12-11 02:57:04] "POST /id-to-fqname HTTP/1.1" 200 214 0.001895 10.0.0.61 - - [2025-12-11 02:57:04] "POST /neutron/network HTTP/1.1" 200 1004 0.007771 10.0.0.27 - - [2025-12-11 02:57:05] "GET /projects?obj_uuids=2553c9c5-8352-4736-918a-49edca817229&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001743 10.0.0.61 - - [2025-12-11 02:57:05] "GET /project/2553c9c5-8352-4736-918a-49edca817229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.074077 10.0.0.61 - - [2025-12-11 02:57:05] "POST /neutron/port HTTP/1.1" 200 117 0.005810 10.0.0.61 - - [2025-12-11 02:57:05] "POST /id-to-fqname HTTP/1.1" 200 214 0.001232 10.0.0.61 - - [2025-12-11 02:57:06] "POST /neutron/network HTTP/1.1" 200 1004 0.006552 10.0.0.61 - - [2025-12-11 02:57:06] "POST /neutron/port HTTP/1.1" 200 1163 0.017309 10.0.0.27 - - [2025-12-11 02:57:06] "GET /projects?obj_uuids=2553c9c5-8352-4736-918a-49edca817229&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000861 10.0.0.61 - - [2025-12-11 02:57:06] "GET /project/2553c9c5-8352-4736-918a-49edca817229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.077206 10.0.0.61 - - [2025-12-11 02:57:06] "POST /neutron/network HTTP/1.1" 200 994 0.034045 10.0.0.61 - - [2025-12-11 02:57:06] "POST /neutron/subnet HTTP/1.1" 200 1394 0.013916 10.0.0.61 - - [2025-12-11 02:57:06] "POST /neutron/network HTTP/1.1" 200 994 0.008270 10.0.0.61 - - [2025-12-11 02:57:06] "POST /neutron/port HTTP/1.1" 200 117 0.006213 10.0.0.61 - - [2025-12-11 02:57:06] "POST /id-to-fqname HTTP/1.1" 200 214 0.001113 10.0.0.61 - - [2025-12-11 02:57:07] "POST /neutron/network HTTP/1.1" 200 1002 0.006042 10.0.0.61 - - [2025-12-11 02:57:07] "POST /neutron/port HTTP/1.1" 200 1163 0.016145 10.0.0.61 - - [2025-12-11 02:57:07] "POST /neutron/port HTTP/1.1" 200 1191 0.014435 10.0.0.61 - - [2025-12-11 02:57:07] "POST /neutron/subnet HTTP/1.1" 200 1394 0.011249 10.0.0.61 - - [2025-12-11 02:57:07] "POST /neutron/network HTTP/1.1" 200 994 0.009845 10.0.0.27 - - [2025-12-11 02:57:07] "GET /projects?obj_uuids=2553c9c5-8352-4736-918a-49edca817229&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000816 10.0.0.61 - - [2025-12-11 02:57:07] "GET /project/2553c9c5-8352-4736-918a-49edca817229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.068551 10.0.0.61 - - [2025-12-11 02:57:08] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008925 10.0.0.61 - - [2025-12-11 02:57:08] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008850 10.0.0.61 - - [2025-12-11 02:57:08] "POST /neutron/port HTTP/1.1" 200 1191 0.015020 10.0.0.27 - - [2025-12-11 02:57:08] "GET /projects?obj_uuids=2553c9c5-8352-4736-918a-49edca817229&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000847 10.0.0.61 - - [2025-12-11 02:57:08] "GET /virtual-machine/f15cd678-7301-4a73-b043-58748bfdcdb1 HTTP/1.1" 401 292 0.000311 10.0.0.61 - - [2025-12-11 02:57:08] "POST /neutron/port HTTP/1.1" 200 1161 0.335360 10.0.0.61 - - [2025-12-11 02:57:08] "GET /virtual-machine/f15cd678-7301-4a73-b043-58748bfdcdb1 HTTP/1.1" 200 1287 0.042856 10.0.0.61 - - [2025-12-11 02:57:08] "GET /virtual-machine-interface/2b06ca1a-597f-44aa-82c8-f09c6d3257ac HTTP/1.1" 200 3104 0.004855 10.0.0.61 - - [2025-12-11 02:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002345 10.0.0.61 - - [2025-12-11 02:57:08] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.002466 10.0.0.61 - - [2025-12-11 02:57:09] "GET /virtual-networks?parent_id=2553c9c5-8352-4736-918a-49edca817229&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.001933 10.0.0.61 - - [2025-12-11 02:57:09] "GET /virtual-network/05544cab-8245-48a3-8289-821e741b0586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.004834 10.0.0.61 - - [2025-12-11 02:57:09] "POST /neutron/port HTTP/1.1" 200 1215 0.129009 10.0.0.61 - - [2025-12-11 02:57:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004250 10.0.0.61 - - [2025-12-11 02:57:09] "POST /neutron/port HTTP/1.1" 200 117 0.001167 10.0.0.61 - - [2025-12-11 02:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.61 - - [2025-12-11 02:57:12] "GET /virtual-network/05544cab-8245-48a3-8289-821e741b0586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.006397 10.0.0.61 - - [2025-12-11 02:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.61 - - [2025-12-11 02:57:16] "GET /virtual-network/05544cab-8245-48a3-8289-821e741b0586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.004498 10.0.0.27 - - [2025-12-11 02:57:20] "DELETE /project/2553c9c583524736918a49edca817229 HTTP/1.1" 404 173 0.003535 10.0.0.27 - - [2025-12-11 02:57:20] "DELETE /project/294cc7b45b034bc3896316fff09ce503 HTTP/1.1" 404 173 0.004924 10.0.0.27 - - [2025-12-11 02:57:20] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000755 10.0.0.27 - - [2025-12-11 02:57:20] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1525 0.039096 10.0.0.27 - - [2025-12-11 02:57:20] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000880 10.0.0.27 - - [2025-12-11 02:57:20] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?fields=security_groups HTTP/1.1" 200 1408 0.042078 10.0.0.27 - - [2025-12-11 02:57:20] "DELETE /security-group/07c4da00-3efc-44a8-b26b-a5a082948f4b HTTP/1.1" 200 115 0.047832 10.0.0.27 - - [2025-12-11 02:57:20] "GET /projects?obj_uuids=294cc7b4-5b03-4bc3-8963-16fff09ce503&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001086 10.0.0.27 - - [2025-12-11 02:57:20] "GET /project/294cc7b4-5b03-4bc3-8963-16fff09ce503?fields=application_policy_sets HTTP/1.1" 200 1447 0.041159 10.0.0.61 - - [2025-12-11 02:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004707 10.0.0.61 - - [2025-12-11 02:57:20] "GET /virtual-network/05544cab-8245-48a3-8289-821e741b0586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.006359 10.0.0.27 - - [2025-12-11 02:57:20] "DELETE /project/294cc7b4-5b03-4bc3-8963-16fff09ce503 HTTP/1.1" 200 115 0.419034 10.0.0.61 - - [2025-12-11 02:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.61 - - [2025-12-11 02:57:24] "GET /virtual-network/05544cab-8245-48a3-8289-821e741b0586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.004660 10.0.0.61 - - [2025-12-11 02:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.61 - - [2025-12-11 02:57:28] "GET /virtual-network/05544cab-8245-48a3-8289-821e741b0586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005689 10.0.0.61 - - [2025-12-11 02:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.61 - - [2025-12-11 02:57:32] "GET /virtual-network/05544cab-8245-48a3-8289-821e741b0586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.006192 10.0.0.61 - - [2025-12-11 02:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.61 - - [2025-12-11 02:57:36] "GET /virtual-network/05544cab-8245-48a3-8289-821e741b0586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.004398 10.0.0.61 - - [2025-12-11 02:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.61 - - [2025-12-11 02:57:40] "GET /virtual-network/05544cab-8245-48a3-8289-821e741b0586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005920 10.0.0.61 - - [2025-12-11 02:57:42] "POST /neutron/port HTTP/1.1" 200 1191 0.012583 10.0.0.61 - - [2025-12-11 02:57:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003418 10.0.0.61 - - [2025-12-11 02:57:43] "POST /neutron/port HTTP/1.1" 200 117 0.001393 10.0.0.61 - - [2025-12-11 02:57:43] "POST /neutron/port HTTP/1.1" 200 1191 0.012752 10.0.0.61 - - [2025-12-11 02:57:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003561 10.0.0.61 - - [2025-12-11 02:57:43] "POST /neutron/port HTTP/1.1" 200 117 0.001126 10.0.0.61 - - [2025-12-11 02:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.61 - - [2025-12-11 02:57:44] "GET /virtual-network/05544cab-8245-48a3-8289-821e741b0586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.004868 10.0.0.61 - - [2025-12-11 02:57:45] "GET /obj-perms HTTP/1.1" 200 5056 0.049640 10.0.0.61 - - [2025-12-11 02:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.61 - - [2025-12-11 02:57:47] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003529 10.0.0.61 - - [2025-12-11 02:57:47] "GET /virtual-networks?parent_id=2553c9c5-8352-4736-918a-49edca817229&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002768 10.0.0.61 - - [2025-12-11 02:57:47] "GET /virtual-network/05544cab-8245-48a3-8289-821e741b0586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005276 10.0.0.61 - - [2025-12-11 02:57:47] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006910 10.0.0.61 - - [2025-12-11 02:57:55] "POST /neutron/port HTTP/1.1" 200 1191 0.014193 10.0.0.61 - - [2025-12-11 02:57:57] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008555 10.0.0.61 - - [2025-12-11 02:58:04] "POST /neutron/port HTTP/1.1" 200 1191 0.013786 10.0.0.61 - - [2025-12-11 02:58:06] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007149 10.0.0.61 - - [2025-12-11 02:58:07] "POST /neutron/port HTTP/1.1" 200 1191 0.013364 10.0.0.61 - - [2025-12-11 02:58:08] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006768 10.0.0.61 - - [2025-12-11 02:58:08] "GET /virtual-machine/a4e76526-7044-4694-8d75-6f158b424152 HTTP/1.1" 200 1287 0.005231 10.0.0.61 - - [2025-12-11 02:58:08] "GET /virtual-machine-interface/80d80c4c-dc0d-4ae9-a287-1fa7a0257bb6 HTTP/1.1" 200 3105 0.004420 10.0.0.61 - - [2025-12-11 02:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.61 - - [2025-12-11 02:58:08] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003415 10.0.0.61 - - [2025-12-11 02:58:08] "GET /virtual-networks?parent_id=2553c9c5-8352-4736-918a-49edca817229&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002227 10.0.0.61 - - [2025-12-11 02:58:08] "GET /virtual-network/05544cab-8245-48a3-8289-821e741b0586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005339 10.0.0.61 - - [2025-12-11 02:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.61 - - [2025-12-11 02:58:09] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003454 10.0.0.61 - - [2025-12-11 02:58:09] "GET /virtual-networks?parent_id=2553c9c5-8352-4736-918a-49edca817229&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002980 10.0.0.61 - - [2025-12-11 02:58:09] "GET /virtual-network/05544cab-8245-48a3-8289-821e741b0586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005442 10.0.0.61 - - [2025-12-11 02:58:14] "POST /neutron/port HTTP/1.1" 200 1191 0.015076 10.0.0.61 - - [2025-12-11 02:58:19] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007810 10.0.0.61 - - [2025-12-11 02:58:20] "POST /neutron/port HTTP/1.1" 200 1189 0.017868 10.0.0.61 - - [2025-12-11 02:58:20] "GET /virtual-machine/8cc26d27-cb5d-485d-9e98-4b901215ac2a HTTP/1.1" 200 1287 0.005899 10.0.0.61 - - [2025-12-11 02:58:20] "GET /virtual-machine-interface/8de4ae62-3735-45be-b0ad-3975c13fc058 HTTP/1.1" 200 3106 0.004488 10.0.0.61 - - [2025-12-11 02:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.61 - - [2025-12-11 02:58:20] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003612 10.0.0.61 - - [2025-12-11 02:58:20] "GET /virtual-networks?parent_id=2553c9c5-8352-4736-918a-49edca817229&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002276 10.0.0.61 - - [2025-12-11 02:58:20] "GET /virtual-network/2ee5a420-98f9-4cf0-8307-219b348e44ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.005832 10.0.0.61 - - [2025-12-11 02:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.61 - - [2025-12-11 02:58:21] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003198 10.0.0.61 - - [2025-12-11 02:58:21] "GET /virtual-networks?parent_id=2553c9c5-8352-4736-918a-49edca817229&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002845 10.0.0.61 - - [2025-12-11 02:58:21] "GET /virtual-network/2ee5a420-98f9-4cf0-8307-219b348e44ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.006999 10.0.0.61 - - [2025-12-11 02:58:22] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002877 10.0.0.61 - - [2025-12-11 02:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002617 10.0.0.61 - - [2025-12-11 02:58:22] "GET /global-qos-config/f7b760be-ba67-4073-b3b6-afea37d6db72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1085 0.004118 10.0.0.61 - - [2025-12-11 02:58:22] "POST /fqname-to-id HTTP/1.1" 404 222 0.003299 10.0.0.61 - - [2025-12-11 02:58:22] "POST /forwarding-classs HTTP/1.1" 200 576 0.024366 10.0.0.61 - - [2025-12-11 02:58:22] "POST /id-to-fqname HTTP/1.1" 200 232 0.003350 10.0.0.61 - - [2025-12-11 02:58:23] "GET /forwarding-class/4c2c7191-fccf-4d6a-87a8-8515d9691839?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1250 0.003572 10.0.0.27 - - [2025-12-11 02:58:23] "GET /projects?obj_uuids=2553c9c5-8352-4736-918a-49edca817229&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.030467 10.0.0.61 - - [2025-12-11 02:58:23] "GET /project/2553c9c5-8352-4736-918a-49edca817229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.064201 10.0.0.61 - - [2025-12-11 02:58:23] "POST /fqname-to-id HTTP/1.1" 404 211 0.002884 10.0.0.61 - - [2025-12-11 02:58:23] "POST /qos-configs HTTP/1.1" 200 543 0.029432 10.0.0.61 - - [2025-12-11 02:58:23] "POST /id-to-fqname HTTP/1.1" 200 217 0.003517 10.0.0.61 - - [2025-12-11 02:58:23] "GET /qos-config/32b41122-6382-475b-8d44-dbc63d24bd43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.003884 10.0.0.61 - - [2025-12-11 02:58:23] "GET /virtual-machine-interface/2b06ca1a-597f-44aa-82c8-f09c6d3257ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.005267 10.0.0.61 - - [2025-12-11 02:58:23] "POST /ref-update HTTP/1.1" 200 156 0.013465 10.0.0.61 - - [2025-12-11 02:58:23] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007079 10.0.0.61 - - [2025-12-11 02:58:23] "POST /neutron/port HTTP/1.1" 200 1191 0.017299 10.0.0.61 - - [2025-12-11 02:58:23] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006465 10.0.0.61 - - [2025-12-11 02:58:23] "POST /id-to-fqname HTTP/1.1" 200 214 0.001302 10.0.0.61 - - [2025-12-11 02:58:23] "GET /virtual-machine/f15cd678-7301-4a73-b043-58748bfdcdb1 HTTP/1.1" 200 1287 0.003183 10.0.0.61 - - [2025-12-11 02:58:23] "GET /virtual-machine-interface/2b06ca1a-597f-44aa-82c8-f09c6d3257ac HTTP/1.1" 200 3351 0.004370 10.0.0.61 - - [2025-12-11 02:58:23] "GET /instance-ip/31cea150-dc58-4625-bdd9-efe6e38d895a HTTP/1.1" 200 1610 0.004852 10.0.0.61 - - [2025-12-11 02:58:23] "GET /instance-ip/6d55d3f1-6590-4f72-b83c-08466fa0ae1b HTTP/1.1" 200 1628 0.004753 10.0.0.61 - - [2025-12-11 02:58:23] "POST /neutron/port HTTP/1.1" 200 1191 0.013853 10.0.0.61 - - [2025-12-11 02:58:24] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006579 10.0.0.61 - - [2025-12-11 02:58:24] "POST /neutron/port HTTP/1.1" 200 1191 0.014375 10.0.0.61 - - [2025-12-11 02:58:24] "POST /neutron/network HTTP/1.1" 200 994 0.009295 10.0.0.61 - - [2025-12-11 02:58:24] "POST /id-to-fqname HTTP/1.1" 200 214 0.001505 10.0.0.61 - - [2025-12-11 02:58:24] "GET /virtual-machine/a4e76526-7044-4694-8d75-6f158b424152 HTTP/1.1" 200 1287 0.003625 10.0.0.61 - - [2025-12-11 02:58:24] "GET /virtual-machine-interface/80d80c4c-dc0d-4ae9-a287-1fa7a0257bb6 HTTP/1.1" 200 3105 0.004490 10.0.0.61 - - [2025-12-11 02:58:24] "GET /instance-ip/59cbd43f-fb84-4d54-84bd-1c635a92184a HTTP/1.1" 200 1609 0.005070 10.0.0.61 - - [2025-12-11 02:58:24] "GET /instance-ip/79c8a8a9-882b-4e16-8ab5-d051101c5dbd HTTP/1.1" 200 1627 0.004880 10.0.0.61 - - [2025-12-11 02:58:42] "POST /neutron/network HTTP/1.1" 200 1004 0.006399 10.0.0.61 - - [2025-12-11 02:58:43] "POST /neutron/subnet HTTP/1.1" 200 1394 0.012966 10.0.0.61 - - [2025-12-11 02:58:43] "POST /neutron/network HTTP/1.1" 200 994 0.008635 10.0.0.61 - - [2025-12-11 02:58:44] "POST /neutron/network HTTP/1.1" 200 1002 0.028793 10.0.0.61 - - [2025-12-11 02:58:44] "POST /neutron/subnet HTTP/1.1" 200 1384 0.012300 10.0.0.61 - - [2025-12-11 02:58:44] "POST /neutron/network HTTP/1.1" 200 992 0.007992 10.0.0.61 - - [2025-12-11 02:58:49] "GET /virtual-machine-interface/2b06ca1a-597f-44aa-82c8-f09c6d3257ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.006438 10.0.0.61 - - [2025-12-11 02:58:49] "POST /ref-update HTTP/1.1" 200 156 0.019396 10.0.0.61 - - [2025-12-11 02:58:49] "DELETE /qos-config/32b41122-6382-475b-8d44-dbc63d24bd43 HTTP/1.1" 200 115 0.031733 10.0.0.61 - - [2025-12-11 02:58:49] "POST /id-to-fqname HTTP/1.1" 200 232 0.001249 10.0.0.61 - - [2025-12-11 02:58:49] "DELETE /forwarding-class/4c2c7191-fccf-4d6a-87a8-8515d9691839 HTTP/1.1" 200 115 0.027102 10.0.0.61 - - [2025-12-11 02:58:51] "POST /neutron/port HTTP/1.1" 200 1189 0.013497 10.0.0.61 - - [2025-12-11 02:58:51] "POST /neutron/port HTTP/1.1" 200 1191 0.014776 10.0.0.61 - - [2025-12-11 02:58:51] "POST /neutron/port HTTP/1.1" 200 151 0.290828 10.0.0.61 - - [2025-12-11 02:58:52] "POST /neutron/network HTTP/1.1" 200 992 0.011301 10.0.0.33 - - [2025-12-11 02:58:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006614 10.0.0.27 - - [2025-12-11 02:58:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002747 10.0.0.27 - - [2025-12-11 02:58:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004013 10.0.0.27 - - [2025-12-11 02:58:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002319 10.0.0.27 - - [2025-12-11 02:58:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002696 10.0.0.61 - - [2025-12-11 02:58:53] "POST /neutron/network HTTP/1.1" 200 151 0.120320 10.0.0.27 - - [2025-12-11 02:58:53] "GET /projects?obj_uuids=2553c9c5-8352-4736-918a-49edca817229&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000789 10.0.0.33 - - [2025-12-11 02:58:53] "DELETE /route-target/10e1da67-248c-4dfd-927f-db9f2b477af8 HTTP/1.1" 200 115 0.026537 10.0.0.61 - - [2025-12-11 02:58:53] "GET /project/2553c9c5-8352-4736-918a-49edca817229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.075352 10.0.0.27 - - [2025-12-11 02:58:53] "GET /projects?obj_uuids=2553c9c5-8352-4736-918a-49edca817229&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000973 10.0.0.61 - - [2025-12-11 02:58:53] "GET /project/2553c9c5-8352-4736-918a-49edca817229?fields=virtual_networks HTTP/1.1" 200 1030 0.086312 10.0.0.27 - - [2025-12-11 02:58:53] "GET /projects?obj_uuids=2553c9c5-8352-4736-918a-49edca817229&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000873 10.0.0.61 - - [2025-12-11 02:58:53] "GET /project/2553c9c5-8352-4736-918a-49edca817229?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.035781 10.0.0.27 - - [2025-12-11 02:58:53] "GET /projects?obj_uuids=2553c9c5-8352-4736-918a-49edca817229&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000869 10.0.0.61 - - [2025-12-11 02:58:53] "GET /project/2553c9c5-8352-4736-918a-49edca817229?fields=security_groups HTTP/1.1" 200 1250 0.032791 10.0.0.61 - - [2025-12-11 02:58:54] "POST /fqname-to-id HTTP/1.1" 404 181 0.027716 10.0.0.27 - - [2025-12-11 02:58:54] "GET /projects?obj_uuids=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003943 10.0.0.27 - - [2025-12-11 02:58:54] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001229 10.0.0.27 - - [2025-12-11 02:58:54] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.034373 10.0.0.27 - - [2025-12-11 02:58:54] "POST /id-to-fqname HTTP/1.1" 200 183 0.002082 10.0.0.27 - - [2025-12-11 02:58:54] "POST /fqname-to-id HTTP/1.1" 404 192 0.006152 10.0.0.27 - - [2025-12-11 02:58:54] "POST /security-groups HTTP/1.1" 200 584 0.082234 10.0.0.27 - - [2025-12-11 02:58:54] "POST /projects HTTP/1.1" 200 571 0.278696 10.0.0.33 - - [2025-12-11 02:58:54] "POST /fqname-to-id HTTP/1.1" 404 226 0.004462 10.0.0.27 - - [2025-12-11 02:58:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.350684 10.0.0.61 - - [2025-12-11 02:58:54] "GET /project/522de551-ad9d-49f4-8f72-86684afa0d87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.517647 10.0.0.61 - - [2025-12-11 02:58:55] "GET / HTTP/1.1" 200 35931 0.001421 10.0.0.61 - - [2025-12-11 02:58:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000638 10.0.0.61 - - [2025-12-11 02:58:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.054227 10.0.0.27 - - [2025-12-11 02:58:57] "GET /projects?obj_uuids=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000755 10.0.0.61 - - [2025-12-11 02:58:58] "GET /project/522de551-ad9d-49f4-8f72-86684afa0d87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.037481 10.0.0.33 - - [2025-12-11 02:58:58] "POST /ref-update HTTP/1.1" 200 156 0.028372 10.0.0.27 - - [2025-12-11 02:58:58] "POST /useragent-kv HTTP/1.1" 200 115 0.006618 10.0.0.61 - - [2025-12-11 02:58:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.189391 10.0.0.61 - - [2025-12-11 02:58:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.001228 10.0.0.61 - - [2025-12-11 02:58:58] "GET /virtual-network/9ee4616d-9085-4ad9-8c15-16303caaa275?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004583 10.0.0.61 - - [2025-12-11 02:58:58] "GET /virtual-network/9ee4616d-9085-4ad9-8c15-16303caaa275?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004772 10.0.0.61 - - [2025-12-11 02:58:58] "POST /neutron/network HTTP/1.1" 200 831 0.005705 10.0.0.61 - - [2025-12-11 02:58:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.61 - - [2025-12-11 02:58:58] "GET /virtual-network/9ee4616d-9085-4ad9-8c15-16303caaa275?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004458 10.0.0.61 - - [2025-12-11 02:58:58] "PUT /virtual-network/9ee4616d-9085-4ad9-8c15-16303caaa275 HTTP/1.1" 200 264 0.056051 10.0.0.61 - - [2025-12-11 02:58:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.013448 10.0.0.27 - - [2025-12-11 02:58:58] "GET /projects?obj_uuids=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000830 10.0.0.61 - - [2025-12-11 02:58:58] "GET /project/522de551-ad9d-49f4-8f72-86684afa0d87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.038180 10.0.0.27 - - [2025-12-11 02:58:58] "GET /projects?obj_uuids=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000832 10.0.0.61 - - [2025-12-11 02:58:58] "POST /neutron/network HTTP/1.1" 200 612 0.122665 10.0.0.33 - - [2025-12-11 02:58:59] "POST /route-targets HTTP/1.1" 200 327 0.011535 10.0.0.61 - - [2025-12-11 02:58:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.003152 10.0.0.61 - - [2025-12-11 02:58:59] "GET /virtual-network/6eb419cd-3e92-42dc-b039-e0f34f64fb0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005137 10.0.0.61 - - [2025-12-11 02:58:59] "POST /neutron/network HTTP/1.1" 200 831 0.006264 10.0.0.61 - - [2025-12-11 02:58:59] "GET /virtual-network/6eb419cd-3e92-42dc-b039-e0f34f64fb0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004364 10.0.0.61 - - [2025-12-11 02:58:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.61 - - [2025-12-11 02:58:59] "GET /virtual-network/6eb419cd-3e92-42dc-b039-e0f34f64fb0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004723 10.0.0.61 - - [2025-12-11 02:58:59] "PUT /virtual-network/6eb419cd-3e92-42dc-b039-e0f34f64fb0d HTTP/1.1" 200 264 0.053598 10.0.0.61 - - [2025-12-11 02:58:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.001452 10.0.0.61 - - [2025-12-11 02:58:59] "POST /neutron/network HTTP/1.1" 200 841 0.009473 10.0.0.27 - - [2025-12-11 02:59:00] "GET /projects?obj_uuids=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000893 10.0.0.61 - - [2025-12-11 02:59:00] "GET /project/522de551-ad9d-49f4-8f72-86684afa0d87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.077230 10.0.0.61 - - [2025-12-11 02:59:00] "POST /neutron/port HTTP/1.1" 200 117 0.005746 10.0.0.61 - - [2025-12-11 02:59:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.001265 10.0.0.61 - - [2025-12-11 02:59:00] "POST /neutron/network HTTP/1.1" 200 841 0.007787 10.0.0.61 - - [2025-12-11 02:59:01] "POST /neutron/port HTTP/1.1" 200 1053 0.017316 10.0.0.61 - - [2025-12-11 02:59:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003725 10.0.0.61 - - [2025-12-11 02:59:01] "POST /neutron/network HTTP/1.1" 200 831 0.008336 10.0.0.27 - - [2025-12-11 02:59:01] "GET /projects?obj_uuids=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000920 10.0.0.61 - - [2025-12-11 02:59:01] "GET /project/522de551-ad9d-49f4-8f72-86684afa0d87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.084101 10.0.0.61 - - [2025-12-11 02:59:01] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008523 10.0.0.61 - - [2025-12-11 02:59:02] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009210 10.0.0.61 - - [2025-12-11 02:59:02] "POST /neutron/port HTTP/1.1" 200 1053 0.018409 10.0.0.61 - - [2025-12-11 02:59:02] "POST /neutron/port HTTP/1.1" 200 1081 0.019468 10.0.0.61 - - [2025-12-11 02:59:02] "POST /neutron/port HTTP/1.1" 200 117 0.001176 10.0.0.61 - - [2025-12-11 02:59:07] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008722 10.0.0.61 - - [2025-12-11 02:59:07] "POST /neutron/port HTTP/1.1" 200 1081 0.018403 10.0.0.61 - - [2025-12-11 02:59:07] "GET /virtual-machine/309ab988-ea5e-4f59-b91c-fe6d5fa669c2 HTTP/1.1" 401 292 0.000445 10.0.0.61 - - [2025-12-11 02:59:07] "GET /virtual-machine/309ab988-ea5e-4f59-b91c-fe6d5fa669c2 HTTP/1.1" 200 1285 0.032168 10.0.0.61 - - [2025-12-11 02:59:07] "GET /virtual-machine-interface/7f03346a-faf3-4fe7-b57c-c37c4dfc2484 HTTP/1.1" 200 2927 0.005925 10.0.0.61 - - [2025-12-11 02:59:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.61 - - [2025-12-11 02:59:07] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004446 10.0.0.61 - - [2025-12-11 02:59:07] "GET /virtual-networks?parent_id=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003290 10.0.0.61 - - [2025-12-11 02:59:07] "GET /virtual-network/9ee4616d-9085-4ad9-8c15-16303caaa275?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.008638 10.0.0.61 - - [2025-12-11 02:59:10] "POST /neutron/security_group HTTP/1.1" 200 2051 0.035631 10.0.0.61 - - [2025-12-11 02:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.61 - - [2025-12-11 02:59:10] "GET /virtual-network/9ee4616d-9085-4ad9-8c15-16303caaa275?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.004968 10.0.0.61 - - [2025-12-11 02:59:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.61 - - [2025-12-11 02:59:12] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003768 10.0.0.61 - - [2025-12-11 02:59:12] "GET /virtual-networks?parent_id=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003110 10.0.0.61 - - [2025-12-11 02:59:13] "GET /virtual-network/9ee4616d-9085-4ad9-8c15-16303caaa275?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006434 10.0.0.61 - - [2025-12-11 02:59:13] "POST /neutron/port HTTP/1.1" 200 1081 0.015461 10.0.0.61 - - [2025-12-11 02:59:13] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007738 10.0.0.61 - - [2025-12-11 02:59:13] "GET /virtual-machine/21bf0c45-8a25-4b51-ab30-62af46b8a3dd HTTP/1.1" 200 1285 0.006381 10.0.0.61 - - [2025-12-11 02:59:13] "GET /virtual-machine-interface/ed364527-3462-4713-8229-876e4ae89205 HTTP/1.1" 200 2927 0.005735 10.0.0.61 - - [2025-12-11 02:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004578 10.0.0.61 - - [2025-12-11 02:59:13] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005034 10.0.0.61 - - [2025-12-11 02:59:13] "GET /virtual-networks?parent_id=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003803 10.0.0.61 - - [2025-12-11 02:59:13] "GET /virtual-network/6eb419cd-3e92-42dc-b039-e0f34f64fb0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.006188 10.0.0.61 - - [2025-12-11 02:59:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.61 - - [2025-12-11 02:59:14] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004728 10.0.0.61 - - [2025-12-11 02:59:14] "GET /virtual-networks?parent_id=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003315 10.0.0.61 - - [2025-12-11 02:59:14] "GET /virtual-network/6eb419cd-3e92-42dc-b039-e0f34f64fb0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.006708 10.0.0.61 - - [2025-12-11 02:59:14] "POST /routing-policys HTTP/1.1" 200 534 0.027054 10.0.0.61 - - [2025-12-11 02:59:14] "GET /virtual-network/9ee4616d-9085-4ad9-8c15-16303caaa275?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.013913 10.0.0.61 - - [2025-12-11 02:59:14] "PUT /virtual-network/9ee4616d-9085-4ad9-8c15-16303caaa275 HTTP/1.1" 200 264 0.051042 10.0.0.33 - - [2025-12-11 02:59:14] "POST /ref-update HTTP/1.1" 200 156 0.018469 10.0.0.61 - - [2025-12-11 02:59:19] "POST /ref-update HTTP/1.1" 200 156 0.047098 10.0.0.61 - - [2025-12-11 02:59:19] "DELETE /routing-policy/a86de057-4e9d-44fd-a013-37635acd5686 HTTP/1.1" 200 115 0.056722 10.0.0.61 - - [2025-12-11 02:59:19] "POST /neutron/network HTTP/1.1" 200 831 0.009497 10.0.0.61 - - [2025-12-11 02:59:19] "POST /neutron/port HTTP/1.1" 200 1107 0.013779 10.0.0.61 - - [2025-12-11 02:59:19] "POST /neutron/port HTTP/1.1" 200 1107 0.013102 10.0.0.27 - - [2025-12-11 02:59:20] "DELETE /project/522de551ad9d49f48f7286684afa0d87 HTTP/1.1" 404 173 0.006539 10.0.0.27 - - [2025-12-11 02:59:20] "GET /projects?obj_uuids=2553c9c5-8352-4736-918a-49edca817229&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000936 10.0.0.27 - - [2025-12-11 02:59:20] "GET /project/2553c9c5-8352-4736-918a-49edca817229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1454 0.044722 10.0.0.27 - - [2025-12-11 02:59:20] "GET /projects?obj_uuids=2553c9c5-8352-4736-918a-49edca817229&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001025 10.0.0.27 - - [2025-12-11 02:59:20] "GET /project/2553c9c5-8352-4736-918a-49edca817229?fields=security_groups HTTP/1.1" 200 1355 0.048629 10.0.0.27 - - [2025-12-11 02:59:20] "DELETE /security-group/13a85758-cd05-42c6-8a74-099906e23266 HTTP/1.1" 200 115 0.049040 10.0.0.27 - - [2025-12-11 02:59:20] "GET /projects?obj_uuids=2553c9c5-8352-4736-918a-49edca817229&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001154 10.0.0.27 - - [2025-12-11 02:59:20] "GET /project/2553c9c5-8352-4736-918a-49edca817229?fields=application_policy_sets HTTP/1.1" 200 1394 0.067852 10.0.0.33 - - [2025-12-11 02:59:20] "DELETE /access-control-list/ff76e885-b0fa-4890-842c-2738221fade3 HTTP/1.1" 200 115 0.073222 10.0.0.27 - - [2025-12-11 02:59:21] "DELETE /project/2553c9c5-8352-4736-918a-49edca817229 HTTP/1.1" 200 115 0.477920 10.0.0.27 - - [2025-12-11 02:59:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004557 10.0.0.27 - - [2025-12-11 02:59:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004055 10.0.0.61 - - [2025-12-11 02:59:21] "POST /neutron/network HTTP/1.1" 200 151 0.144040 10.0.0.33 - - [2025-12-11 02:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.33 - - [2025-12-11 02:59:21] "DELETE /route-target/8636f22f-5bf0-4de3-8794-32997fcf9aee HTTP/1.1" 200 115 0.029235 10.0.0.61 - - [2025-12-11 02:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004312 10.0.0.27 - - [2025-12-11 02:59:24] "GET /projects?obj_uuids=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000993 10.0.0.61 - - [2025-12-11 02:59:24] "GET /project/522de551-ad9d-49f4-8f72-86684afa0d87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.046642 10.0.0.61 - - [2025-12-11 02:59:24] "POST /neutron/network HTTP/1.1" 200 117 0.015044 10.0.0.33 - - [2025-12-11 02:59:24] "POST /route-targets HTTP/1.1" 200 327 0.013137 10.0.0.61 - - [2025-12-11 02:59:24] "POST /neutron/network HTTP/1.1" 200 833 0.008541 10.0.0.61 - - [2025-12-11 02:59:24] "POST /id-to-fqname HTTP/1.1" 200 220 0.000995 10.0.0.61 - - [2025-12-11 02:59:24] "GET /virtual-network/6c110c35-fdcd-4bf6-977f-a8ab292acca0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004684 10.0.0.61 - - [2025-12-11 02:59:24] "GET /virtual-network/6c110c35-fdcd-4bf6-977f-a8ab292acca0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004907 10.0.0.61 - - [2025-12-11 02:59:24] "POST /neutron/subnet HTTP/1.1" 200 734 0.010139 10.0.0.61 - - [2025-12-11 02:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.61 - - [2025-12-11 02:59:24] "GET /virtual-network/6c110c35-fdcd-4bf6-977f-a8ab292acca0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004844 10.0.0.61 - - [2025-12-11 02:59:24] "PUT /virtual-network/6c110c35-fdcd-4bf6-977f-a8ab292acca0 HTTP/1.1" 200 264 0.073983 10.0.0.33 - - [2025-12-11 02:59:24] "POST /ref-update HTTP/1.1" 200 156 0.031016 10.0.0.61 - - [2025-12-11 02:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.008126 10.0.0.27 - - [2025-12-11 02:59:24] "GET /projects?obj_uuids=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001024 10.0.0.61 - - [2025-12-11 02:59:25] "GET /project/522de551-ad9d-49f4-8f72-86684afa0d87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.037889 10.0.0.27 - - [2025-12-11 02:59:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003515 10.0.0.61 - - [2025-12-11 02:59:25] "POST /neutron/subnet HTTP/1.1" 200 734 0.206511 10.0.0.61 - - [2025-12-11 02:59:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.001514 10.0.0.61 - - [2025-12-11 02:59:25] "GET /virtual-network/d2e525af-bb51-4795-b23b-570e564230a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004521 10.0.0.61 - - [2025-12-11 02:59:25] "GET /virtual-network/d2e525af-bb51-4795-b23b-570e564230a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004781 10.0.0.61 - - [2025-12-11 02:59:25] "POST /neutron/network HTTP/1.1" 200 833 0.006371 10.0.0.61 - - [2025-12-11 02:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.61 - - [2025-12-11 02:59:25] "GET /virtual-network/d2e525af-bb51-4795-b23b-570e564230a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.010644 10.0.0.61 - - [2025-12-11 02:59:25] "PUT /virtual-network/d2e525af-bb51-4795-b23b-570e564230a7 HTTP/1.1" 200 264 0.048369 10.0.0.33 - - [2025-12-11 02:59:25] "POST /ref-update HTTP/1.1" 200 156 0.017183 10.0.0.61 - - [2025-12-11 02:59:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.001804 10.0.0.27 - - [2025-12-11 02:59:26] "GET /projects?obj_uuids=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000919 10.0.0.61 - - [2025-12-11 02:59:26] "GET /project/522de551-ad9d-49f4-8f72-86684afa0d87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.066875 10.0.0.61 - - [2025-12-11 02:59:26] "POST /neutron/network HTTP/1.1" 200 833 0.007356 10.0.0.61 - - [2025-12-11 02:59:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.004072 10.0.0.61 - - [2025-12-11 02:59:26] "POST /neutron/port HTTP/1.1" 200 117 0.006408 10.0.0.27 - - [2025-12-11 02:59:27] "GET /projects?obj_uuids=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000958 10.0.0.61 - - [2025-12-11 02:59:27] "POST /neutron/port HTTP/1.1" 200 1055 0.233995 10.0.0.61 - - [2025-12-11 02:59:27] "POST /neutron/port HTTP/1.1" 200 1109 0.092983 10.0.0.61 - - [2025-12-11 02:59:27] "POST /neutron/subnet HTTP/1.1" 200 708 0.009027 10.0.0.27 - - [2025-12-11 02:59:27] "GET /projects?obj_uuids=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001164 10.0.0.61 - - [2025-12-11 02:59:27] "GET /project/522de551-ad9d-49f4-8f72-86684afa0d87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.072545 10.0.0.61 - - [2025-12-11 02:59:27] "POST /neutron/network HTTP/1.1" 200 833 0.006841 10.0.0.61 - - [2025-12-11 02:59:28] "POST /neutron/port HTTP/1.1" 200 117 0.006470 10.0.0.61 - - [2025-12-11 02:59:28] "POST /neutron/network HTTP/1.1" 200 843 0.006251 10.0.0.61 - - [2025-12-11 02:59:28] "POST /neutron/port HTTP/1.1" 200 1055 0.026246 10.0.0.61 - - [2025-12-11 02:59:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004337 10.0.0.61 - - [2025-12-11 02:59:28] "POST /neutron/network HTTP/1.1" 200 833 0.005786 10.0.0.61 - - [2025-12-11 02:59:33] "POST /neutron/port HTTP/1.1" 200 1083 0.017575 10.0.0.61 - - [2025-12-11 02:59:33] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006712 10.0.0.61 - - [2025-12-11 02:59:33] "GET /virtual-machine/556e0beb-5bb0-4404-bb64-4f3a6c21b10f HTTP/1.1" 200 1285 0.005650 10.0.0.61 - - [2025-12-11 02:59:33] "GET /virtual-machine-interface/ae106dc3-1187-486b-b07d-9928fe1b2377 HTTP/1.1" 200 2928 0.005017 10.0.0.61 - - [2025-12-11 02:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.61 - - [2025-12-11 02:59:33] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005028 10.0.0.61 - - [2025-12-11 02:59:33] "GET /virtual-networks?parent_id=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003582 10.0.0.61 - - [2025-12-11 02:59:33] "GET /virtual-network/6c110c35-fdcd-4bf6-977f-a8ab292acca0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006262 10.0.0.61 - - [2025-12-11 02:59:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.61 - - [2025-12-11 02:59:36] "GET /virtual-network/6c110c35-fdcd-4bf6-977f-a8ab292acca0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005461 10.0.0.61 - - [2025-12-11 02:59:37] "POST /neutron/port HTTP/1.1" 200 1083 0.018271 10.0.0.61 - - [2025-12-11 02:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.61 - - [2025-12-11 02:59:38] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003578 10.0.0.61 - - [2025-12-11 02:59:38] "GET /virtual-networks?parent_id=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002917 10.0.0.61 - - [2025-12-11 02:59:38] "GET /virtual-network/6c110c35-fdcd-4bf6-977f-a8ab292acca0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005408 10.0.0.61 - - [2025-12-11 02:59:38] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006741 10.0.0.61 - - [2025-12-11 02:59:39] "POST /neutron/port HTTP/1.1" 200 1083 0.014986 10.0.0.61 - - [2025-12-11 02:59:39] "GET /virtual-machine/90ef6ceb-adc1-4841-9fb7-4129aad7ffef HTTP/1.1" 200 1286 0.005238 10.0.0.61 - - [2025-12-11 02:59:39] "GET /virtual-machine-interface/7a393b38-4e1a-4800-bc52-d4161d81fc36 HTTP/1.1" 200 2927 0.005904 10.0.0.61 - - [2025-12-11 02:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.61 - - [2025-12-11 02:59:39] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003635 10.0.0.61 - - [2025-12-11 02:59:39] "GET /virtual-networks?parent_id=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002557 10.0.0.61 - - [2025-12-11 02:59:39] "GET /virtual-network/d2e525af-bb51-4795-b23b-570e564230a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.005143 10.0.0.61 - - [2025-12-11 02:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.61 - - [2025-12-11 02:59:40] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003078 10.0.0.61 - - [2025-12-11 02:59:40] "GET /virtual-networks?parent_id=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002549 10.0.0.61 - - [2025-12-11 02:59:40] "GET /virtual-network/d2e525af-bb51-4795-b23b-570e564230a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.006387 10.0.0.61 - - [2025-12-11 02:59:40] "POST /routing-policys HTTP/1.1" 200 534 0.022651 10.0.0.61 - - [2025-12-11 02:59:40] "GET /virtual-network/6c110c35-fdcd-4bf6-977f-a8ab292acca0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005361 10.0.0.61 - - [2025-12-11 02:59:40] "PUT /virtual-network/6c110c35-fdcd-4bf6-977f-a8ab292acca0 HTTP/1.1" 200 264 0.065960 10.0.0.61 - - [2025-12-11 02:59:43] "POST /neutron/port HTTP/1.1" 200 1083 0.015404 10.0.0.61 - - [2025-12-11 02:59:43] "POST /neutron/subnet HTTP/1.1" 200 708 0.011351 10.0.0.61 - - [2025-12-11 02:59:44] "POST /routing-policys HTTP/1.1" 200 534 0.023473 10.0.0.61 - - [2025-12-11 02:59:44] "GET /virtual-network/6c110c35-fdcd-4bf6-977f-a8ab292acca0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007115 10.0.0.61 - - [2025-12-11 02:59:44] "PUT /virtual-network/6c110c35-fdcd-4bf6-977f-a8ab292acca0 HTTP/1.1" 200 264 0.056350 10.0.0.61 - - [2025-12-11 02:59:44] "POST /neutron/port HTTP/1.1" 200 1083 0.028509 10.0.0.33 - - [2025-12-11 02:59:44] "POST /ref-update HTTP/1.1" 200 156 0.024229 10.0.0.61 - - [2025-12-11 02:59:44] "POST /ref-update HTTP/1.1" 200 156 0.042196 10.0.0.61 - - [2025-12-11 02:59:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006314 10.0.0.61 - - [2025-12-11 02:59:44] "DELETE /routing-policy/590d5ef9-232f-47b6-b60e-fab4741f251d HTTP/1.1" 200 115 0.037252 10.0.0.61 - - [2025-12-11 02:59:44] "POST /ref-update HTTP/1.1" 200 156 0.058286 10.0.0.61 - - [2025-12-11 02:59:44] "POST /neutron/network HTTP/1.1" 200 833 0.024331 10.0.0.61 - - [2025-12-11 02:59:44] "DELETE /routing-policy/867f7244-c0e2-40eb-81b5-97f16951b5dd HTTP/1.1" 200 115 0.028327 10.0.0.61 - - [2025-12-11 02:59:45] "POST /neutron/port HTTP/1.1" 200 1083 0.017067 10.0.0.61 - - [2025-12-11 02:59:45] "POST /neutron/port HTTP/1.1" 200 1083 0.021513 10.0.0.61 - - [2025-12-11 02:59:46] "POST /neutron/network HTTP/1.1" 200 833 0.007839 10.0.0.33 - - [2025-12-11 02:59:47] "DELETE /route-target/78e7f5a4-8ee3-4522-890b-a0cebf7494e6 HTTP/1.1" 200 115 0.021613 10.0.0.27 - - [2025-12-11 02:59:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004452 10.0.0.27 - - [2025-12-11 02:59:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002473 10.0.0.33 - - [2025-12-11 02:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.61 - - [2025-12-11 02:59:47] "POST /neutron/network HTTP/1.1" 200 151 0.124878 10.0.0.33 - - [2025-12-11 02:59:47] "DELETE /route-target/3f4a1e9f-7adc-4c30-b174-c48e515bd562 HTTP/1.1" 200 115 0.018195 10.0.0.61 - - [2025-12-11 02:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.27 - - [2025-12-11 02:59:49] "GET /projects?obj_uuids=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001058 10.0.0.61 - - [2025-12-11 02:59:49] "GET /project/522de551-ad9d-49f4-8f72-86684afa0d87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.043206 10.0.0.27 - - [2025-12-11 02:59:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004124 10.0.0.61 - - [2025-12-11 02:59:50] "POST /neutron/subnet HTTP/1.1" 200 724 0.213103 10.0.0.61 - - [2025-12-11 02:59:50] "POST /id-to-fqname HTTP/1.1" 200 220 0.001226 10.0.0.61 - - [2025-12-11 02:59:50] "GET /virtual-network/3f20eccb-e21a-4adb-bf82-ae42efc12864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004555 10.0.0.61 - - [2025-12-11 02:59:50] "GET /virtual-network/3f20eccb-e21a-4adb-bf82-ae42efc12864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004806 10.0.0.61 - - [2025-12-11 02:59:50] "POST /neutron/network HTTP/1.1" 200 831 0.005665 10.0.0.61 - - [2025-12-11 02:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.61 - - [2025-12-11 02:59:50] "GET /virtual-network/3f20eccb-e21a-4adb-bf82-ae42efc12864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005185 10.0.0.61 - - [2025-12-11 02:59:50] "PUT /virtual-network/3f20eccb-e21a-4adb-bf82-ae42efc12864 HTTP/1.1" 200 264 0.048103 10.0.0.33 - - [2025-12-11 02:59:50] "POST /route-targets HTTP/1.1" 200 323 0.021509 10.0.0.61 - - [2025-12-11 02:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.012321 10.0.0.27 - - [2025-12-11 02:59:50] "GET /projects?obj_uuids=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000961 10.0.0.61 - - [2025-12-11 02:59:50] "GET /project/522de551-ad9d-49f4-8f72-86684afa0d87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.035132 10.0.0.27 - - [2025-12-11 02:59:50] "GET /projects?obj_uuids=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002071 10.0.0.61 - - [2025-12-11 02:59:50] "POST /neutron/network HTTP/1.1" 200 612 0.117527 10.0.0.33 - - [2025-12-11 02:59:50] "POST /ref-update HTTP/1.1" 200 156 0.021415 10.0.0.61 - - [2025-12-11 02:59:51] "POST /id-to-fqname HTTP/1.1" 200 220 0.002939 10.0.0.61 - - [2025-12-11 02:59:51] "GET /virtual-network/5ae875b4-46c8-4773-a135-7525318b9dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005059 10.0.0.61 - - [2025-12-11 02:59:51] "POST /neutron/network HTTP/1.1" 200 830 0.005458 10.0.0.61 - - [2025-12-11 02:59:51] "GET /virtual-network/5ae875b4-46c8-4773-a135-7525318b9dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004368 10.0.0.61 - - [2025-12-11 02:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.61 - - [2025-12-11 02:59:51] "GET /virtual-network/5ae875b4-46c8-4773-a135-7525318b9dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005492 10.0.0.61 - - [2025-12-11 02:59:51] "PUT /virtual-network/5ae875b4-46c8-4773-a135-7525318b9dd4 HTTP/1.1" 200 264 0.080792 10.0.0.61 - - [2025-12-11 02:59:51] "POST /id-to-fqname HTTP/1.1" 200 220 0.001605 10.0.0.61 - - [2025-12-11 02:59:51] "POST /neutron/network HTTP/1.1" 200 841 0.009228 10.0.0.27 - - [2025-12-11 02:59:52] "GET /projects?obj_uuids=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000863 10.0.0.61 - - [2025-12-11 02:59:52] "GET /project/522de551-ad9d-49f4-8f72-86684afa0d87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.065049 10.0.0.61 - - [2025-12-11 02:59:52] "POST /neutron/port HTTP/1.1" 200 117 0.005981 10.0.0.61 - - [2025-12-11 02:59:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.000940 10.0.0.61 - - [2025-12-11 02:59:52] "POST /neutron/network HTTP/1.1" 200 841 0.008155 10.0.0.61 - - [2025-12-11 02:59:53] "POST /neutron/port HTTP/1.1" 200 1053 0.013855 10.0.0.61 - - [2025-12-11 02:59:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003872 10.0.0.27 - - [2025-12-11 02:59:53] "GET /projects?obj_uuids=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000872 10.0.0.61 - - [2025-12-11 02:59:53] "POST /neutron/network HTTP/1.1" 200 831 0.004866 10.0.0.61 - - [2025-12-11 02:59:53] "GET /project/522de551-ad9d-49f4-8f72-86684afa0d87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.072436 10.0.0.61 - - [2025-12-11 02:59:53] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008879 10.0.0.61 - - [2025-12-11 02:59:53] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007831 10.0.0.61 - - [2025-12-11 02:59:54] "POST /neutron/port HTTP/1.1" 200 1052 0.016906 10.0.0.61 - - [2025-12-11 02:59:54] "POST /neutron/port HTTP/1.1" 200 1080 0.014377 10.0.0.61 - - [2025-12-11 02:59:54] "POST /neutron/port HTTP/1.1" 200 117 0.001437 10.0.0.61 - - [2025-12-11 02:59:58] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008618 10.0.0.61 - - [2025-12-11 02:59:59] "POST /neutron/port HTTP/1.1" 200 1081 0.019153 10.0.0.61 - - [2025-12-11 02:59:59] "GET /virtual-machine/2a07526e-bdcf-4005-8d4c-e1003eab8249 HTTP/1.1" 200 1285 0.010355 10.0.0.61 - - [2025-12-11 02:59:59] "GET /virtual-machine-interface/ebec6824-5984-4425-ab52-63000c01eb9a HTTP/1.1" 200 2928 0.005280 10.0.0.61 - - [2025-12-11 02:59:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.61 - - [2025-12-11 02:59:59] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003568 10.0.0.61 - - [2025-12-11 02:59:59] "GET /virtual-networks?parent_id=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003126 10.0.0.61 - - [2025-12-11 02:59:59] "GET /virtual-network/3f20eccb-e21a-4adb-bf82-ae42efc12864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005688 10.0.0.61 - - [2025-12-11 03:00:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.61 - - [2025-12-11 03:00:02] "GET /virtual-network/3f20eccb-e21a-4adb-bf82-ae42efc12864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.006980 10.0.0.61 - - [2025-12-11 03:00:02] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007416 10.0.0.61 - - [2025-12-11 03:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.61 - - [2025-12-11 03:00:04] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003594 10.0.0.61 - - [2025-12-11 03:00:04] "GET /virtual-networks?parent_id=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002852 10.0.0.61 - - [2025-12-11 03:00:04] "GET /virtual-network/3f20eccb-e21a-4adb-bf82-ae42efc12864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005113 10.0.0.61 - - [2025-12-11 03:00:04] "POST /neutron/port HTTP/1.1" 200 1081 0.017001 10.0.0.61 - - [2025-12-11 03:00:09] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006683 10.0.0.61 - - [2025-12-11 03:00:10] "POST /neutron/port HTTP/1.1" 200 1080 0.013198 10.0.0.61 - - [2025-12-11 03:00:10] "GET /virtual-machine/f9ffd5d5-8030-4790-9a48-169536eb3f83 HTTP/1.1" 200 1286 0.006418 10.0.0.61 - - [2025-12-11 03:00:10] "GET /virtual-machine-interface/829d658a-4f35-4149-8b9f-af8e8dd3518e HTTP/1.1" 200 2927 0.004657 10.0.0.61 - - [2025-12-11 03:00:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.61 - - [2025-12-11 03:00:10] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003624 10.0.0.61 - - [2025-12-11 03:00:10] "GET /virtual-networks?parent_id=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003006 10.0.0.61 - - [2025-12-11 03:00:10] "GET /virtual-network/5ae875b4-46c8-4773-a135-7525318b9dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005426 10.0.0.61 - - [2025-12-11 03:00:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.61 - - [2025-12-11 03:00:11] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003528 10.0.0.61 - - [2025-12-11 03:00:11] "GET /virtual-networks?parent_id=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002850 10.0.0.61 - - [2025-12-11 03:00:11] "GET /virtual-network/5ae875b4-46c8-4773-a135-7525318b9dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005976 10.0.0.61 - - [2025-12-11 03:00:11] "POST /interface-route-tables HTTP/1.1" 200 574 0.030742 10.0.0.61 - - [2025-12-11 03:00:11] "GET /interface-route-table/081bef10-042e-466e-bea7-2ae033cdf4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1303 0.014675 10.0.0.61 - - [2025-12-11 03:00:11] "GET /virtual-machine-interface/ebec6824-5984-4425-ab52-63000c01eb9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.006571 10.0.0.61 - - [2025-12-11 03:00:11] "POST /ref-update HTTP/1.1" 200 156 0.014588 10.0.0.61 - - [2025-12-11 03:00:11] "POST /routing-policys HTTP/1.1" 200 534 0.025052 10.0.0.61 - - [2025-12-11 03:00:11] "GET /virtual-network/3f20eccb-e21a-4adb-bf82-ae42efc12864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.007101 10.0.0.61 - - [2025-12-11 03:00:11] "PUT /virtual-network/3f20eccb-e21a-4adb-bf82-ae42efc12864 HTTP/1.1" 200 264 0.072911 10.0.0.61 - - [2025-12-11 03:00:15] "POST /ref-update HTTP/1.1" 200 156 0.043663 10.0.0.33 - - [2025-12-11 03:00:15] "POST /ref-update HTTP/1.1" 200 156 0.017426 10.0.0.61 - - [2025-12-11 03:00:15] "DELETE /routing-policy/cc3cd2cd-5f14-4ea7-a2d2-8da8ba2bf448 HTTP/1.1" 200 115 0.036886 10.0.0.61 - - [2025-12-11 03:00:15] "POST /neutron/network HTTP/1.1" 400 204 0.012511 10.0.0.61 - - [2025-12-11 03:00:16] "POST /neutron/port HTTP/1.1" 200 1106 0.013350 10.0.0.61 - - [2025-12-11 03:00:16] "POST /neutron/port HTTP/1.1" 200 151 0.203826 10.0.0.61 - - [2025-12-11 03:00:17] "POST /neutron/network HTTP/1.1" 200 831 0.010561 10.0.0.33 - - [2025-12-11 03:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.33 - - [2025-12-11 03:00:18] "DELETE /route-target/24b72042-21ee-4309-9e21-8aef21cb547d HTTP/1.1" 200 115 0.043711 10.0.0.27 - - [2025-12-11 03:00:19] "GET /projects?obj_uuids=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001666 10.0.0.61 - - [2025-12-11 03:00:19] "GET /project/522de551-ad9d-49f4-8f72-86684afa0d87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.037760 10.0.0.27 - - [2025-12-11 03:00:19] "GET /projects?obj_uuids=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000799 10.0.0.61 - - [2025-12-11 03:00:19] "GET /project/522de551-ad9d-49f4-8f72-86684afa0d87?fields=virtual_networks HTTP/1.1" 200 1028 0.080453 10.0.0.27 - - [2025-12-11 03:00:19] "GET /projects?obj_uuids=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000904 10.0.0.61 - - [2025-12-11 03:00:19] "GET /project/522de551-ad9d-49f4-8f72-86684afa0d87?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.041134 10.0.0.27 - - [2025-12-11 03:00:19] "GET /projects?obj_uuids=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001177 10.0.0.61 - - [2025-12-11 03:00:19] "GET /project/522de551-ad9d-49f4-8f72-86684afa0d87?fields=security_groups HTTP/1.1" 200 1247 0.039127 10.0.0.61 - - [2025-12-11 03:00:20] "POST /fqname-to-id HTTP/1.1" 404 192 0.034117 10.0.0.27 - - [2025-12-11 03:00:20] "GET /projects?obj_uuids=f5f01093-d7a6-47bc-a68d-7453854fba61&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003891 10.0.0.27 - - [2025-12-11 03:00:20] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001159 10.0.0.27 - - [2025-12-11 03:00:20] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007985 10.0.0.27 - - [2025-12-11 03:00:20] "POST /id-to-fqname HTTP/1.1" 200 194 0.003551 10.0.0.27 - - [2025-12-11 03:00:20] "POST /fqname-to-id HTTP/1.1" 404 203 0.006551 10.0.0.27 - - [2025-12-11 03:00:20] "POST /security-groups HTTP/1.1" 200 595 0.029240 10.0.0.33 - - [2025-12-11 03:00:20] "POST /fqname-to-id HTTP/1.1" 404 238 0.003458 10.0.0.27 - - [2025-12-11 03:00:20] "POST /projects HTTP/1.1" 200 593 0.234491 10.0.0.27 - - [2025-12-11 03:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.304570 10.0.0.33 - - [2025-12-11 03:00:20] "POST /access-control-lists HTTP/1.1" 200 598 0.026701 10.0.0.61 - - [2025-12-11 03:00:21] "GET /project/f5f01093-d7a6-47bc-a68d-7453854fba61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.447047 10.0.0.27 - - [2025-12-11 03:00:21] "DELETE /project/f5f01093d7a647bca68d7453854fba61 HTTP/1.1" 404 173 0.005260 10.0.0.27 - - [2025-12-11 03:00:21] "GET /projects?obj_uuids=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000975 10.0.0.27 - - [2025-12-11 03:00:21] "GET /project/522de551-ad9d-49f4-8f72-86684afa0d87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.048227 10.0.0.27 - - [2025-12-11 03:00:21] "GET /projects?obj_uuids=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000945 10.0.0.27 - - [2025-12-11 03:00:21] "GET /project/522de551-ad9d-49f4-8f72-86684afa0d87?fields=security_groups HTTP/1.1" 200 1352 0.249484 10.0.0.27 - - [2025-12-11 03:00:21] "DELETE /security-group/1f4146e7-7b49-4d06-8d84-b03f9fea4846 HTTP/1.1" 404 177 0.002542 10.0.0.27 - - [2025-12-11 03:00:21] "GET /projects?obj_uuids=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001003 10.0.0.27 - - [2025-12-11 03:00:21] "GET /project/522de551-ad9d-49f4-8f72-86684afa0d87?fields=application_policy_sets HTTP/1.1" 200 1391 0.058965 10.0.0.27 - - [2025-12-11 03:00:21] "DELETE /project/522de551-ad9d-49f4-8f72-86684afa0d87 HTTP/1.1" 409 278 0.516796 10.0.0.61 - - [2025-12-11 03:00:22] "GET / HTTP/1.1" 200 35931 0.001667 10.0.0.61 - - [2025-12-11 03:00:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000448 10.0.0.61 - - [2025-12-11 03:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.052279 10.0.0.27 - - [2025-12-11 03:00:24] "GET /projects?obj_uuids=f5f01093-d7a6-47bc-a68d-7453854fba61&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000901 10.0.0.61 - - [2025-12-11 03:00:24] "GET /project/f5f01093-d7a6-47bc-a68d-7453854fba61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.045505 10.0.0.27 - - [2025-12-11 03:00:24] "GET /projects?obj_uuids=f5f01093-d7a6-47bc-a68d-7453854fba61&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001180 10.0.0.61 - - [2025-12-11 03:00:24] "POST /neutron/network HTTP/1.1" 200 613 0.139380 10.0.0.33 - - [2025-12-11 03:00:24] "POST /route-targets HTTP/1.1" 200 327 0.014709 10.0.0.61 - - [2025-12-11 03:00:24] "POST /id-to-fqname HTTP/1.1" 200 226 0.003624 10.0.0.61 - - [2025-12-11 03:00:24] "GET /virtual-network/b8aa832e-973d-45d0-8888-04787d5aee78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007898 10.0.0.61 - - [2025-12-11 03:00:25] "POST /neutron/network HTTP/1.1" 200 830 0.007270 10.0.0.61 - - [2025-12-11 03:00:25] "GET /virtual-network/b8aa832e-973d-45d0-8888-04787d5aee78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005089 10.0.0.61 - - [2025-12-11 03:00:25] "GET /virtual-network/b8aa832e-973d-45d0-8888-04787d5aee78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007568 10.0.0.33 - - [2025-12-11 03:00:26] "GET /obj-perms HTTP/1.1" 200 5038 0.050881 10.0.0.27 - - [2025-12-11 03:00:26] "GET /obj-perms HTTP/1.1" 200 5038 0.061049 10.0.0.61 - - [2025-12-11 03:00:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.61 - - [2025-12-11 03:00:26] "GET /virtual-network/b8aa832e-973d-45d0-8888-04787d5aee78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.013600 10.0.0.61 - - [2025-12-11 03:00:27] "PUT /virtual-network/b8aa832e-973d-45d0-8888-04787d5aee78 HTTP/1.1" 200 264 0.084322 10.0.0.33 - - [2025-12-11 03:00:27] "POST /ref-update HTTP/1.1" 200 156 0.031931 10.0.0.61 - - [2025-12-11 03:00:32] "POST /id-to-fqname HTTP/1.1" 200 226 0.001284 10.0.0.61 - - [2025-12-11 03:00:32] "POST /neutron/network HTTP/1.1" 200 840 0.007346 10.0.0.27 - - [2025-12-11 03:00:33] "GET /projects?obj_uuids=f5f01093-d7a6-47bc-a68d-7453854fba61&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000894 10.0.0.61 - - [2025-12-11 03:00:33] "GET /project/f5f01093-d7a6-47bc-a68d-7453854fba61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.059232 10.0.0.61 - - [2025-12-11 03:00:33] "POST /neutron/port HTTP/1.1" 200 117 0.005894 10.0.0.27 - - [2025-12-11 03:00:33] "GET /projects?obj_uuids=f5f01093-d7a6-47bc-a68d-7453854fba61&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000967 10.0.0.61 - - [2025-12-11 03:00:33] "POST /neutron/port HTTP/1.1" 200 1062 0.254323 10.0.0.61 - - [2025-12-11 03:00:34] "POST /neutron/port HTTP/1.1" 200 1116 0.084543 10.0.0.61 - - [2025-12-11 03:00:34] "POST /neutron/subnet HTTP/1.1" 200 689 0.008009 10.0.0.61 - - [2025-12-11 03:00:38] "POST /neutron/port HTTP/1.1" 200 1090 0.019358 10.0.0.61 - - [2025-12-11 03:00:38] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007455 10.0.0.61 - - [2025-12-11 03:00:38] "GET /virtual-machine/505ff328-0555-4846-a0b0-b663ddcedab9 HTTP/1.1" 401 292 0.000665 10.0.0.61 - - [2025-12-11 03:00:38] "GET /virtual-machine/505ff328-0555-4846-a0b0-b663ddcedab9 HTTP/1.1" 200 1296 0.043326 10.0.0.61 - - [2025-12-11 03:00:38] "GET /virtual-machine-interface/6af2c392-bdee-4481-83d8-81a797f277bd HTTP/1.1" 200 2966 0.010422 10.0.0.61 - - [2025-12-11 03:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005033 10.0.0.61 - - [2025-12-11 03:00:38] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.006020 10.0.0.61 - - [2025-12-11 03:00:38] "GET /virtual-networks?parent_id=f5f01093-d7a6-47bc-a68d-7453854fba61&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004216 10.0.0.61 - - [2025-12-11 03:00:39] "GET /virtual-network/b8aa832e-973d-45d0-8888-04787d5aee78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.007162 10.0.0.61 - - [2025-12-11 03:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.61 - - [2025-12-11 03:00:42] "GET /virtual-network/b8aa832e-973d-45d0-8888-04787d5aee78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.004746 10.0.0.61 - - [2025-12-11 03:00:45] "POST /neutron/port HTTP/1.1" 200 1090 0.014633 10.0.0.61 - - [2025-12-11 03:00:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004050 10.0.0.61 - - [2025-12-11 03:00:45] "POST /neutron/network HTTP/1.1" 200 830 0.007084 10.0.0.61 - - [2025-12-11 03:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.61 - - [2025-12-11 03:00:46] "GET /virtual-network/b8aa832e-973d-45d0-8888-04787d5aee78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005976 10.0.0.61 - - [2025-12-11 03:00:47] "GET /obj-perms HTTP/1.1" 200 5056 0.051181 10.0.0.61 - - [2025-12-11 03:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004879 10.0.0.61 - - [2025-12-11 03:00:50] "GET /virtual-network/b8aa832e-973d-45d0-8888-04787d5aee78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.006534 10.0.0.61 - - [2025-12-11 03:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005337 10.0.0.61 - - [2025-12-11 03:00:54] "GET /virtual-network/b8aa832e-973d-45d0-8888-04787d5aee78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.007396 10.0.0.61 - - [2025-12-11 03:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004918 10.0.0.61 - - [2025-12-11 03:00:58] "GET /virtual-network/b8aa832e-973d-45d0-8888-04787d5aee78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.006167 10.0.0.61 - - [2025-12-11 03:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.61 - - [2025-12-11 03:01:02] "GET /virtual-network/b8aa832e-973d-45d0-8888-04787d5aee78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005856 10.0.0.61 - - [2025-12-11 03:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004516 10.0.0.61 - - [2025-12-11 03:01:06] "GET /virtual-network/b8aa832e-973d-45d0-8888-04787d5aee78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.007133 10.0.0.61 - - [2025-12-11 03:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.61 - - [2025-12-11 03:01:10] "GET /virtual-network/b8aa832e-973d-45d0-8888-04787d5aee78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005717 10.0.0.61 - - [2025-12-11 03:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.61 - - [2025-12-11 03:01:14] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003744 10.0.0.61 - - [2025-12-11 03:01:14] "GET /virtual-networks?parent_id=f5f01093-d7a6-47bc-a68d-7453854fba61&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002923 10.0.0.61 - - [2025-12-11 03:01:14] "GET /virtual-network/b8aa832e-973d-45d0-8888-04787d5aee78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005542 10.0.0.61 - - [2025-12-11 03:01:20] "POST /neutron/port HTTP/1.1" 200 1090 0.017163 10.0.0.27 - - [2025-12-11 03:01:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.27 - - [2025-12-11 03:01:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000603 10.0.0.27 - - [2025-12-11 03:01:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.27 - - [2025-12-11 03:01:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000680 10.0.0.33 - - [2025-12-11 03:01:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.33 - - [2025-12-11 03:01:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.33 - - [2025-12-11 03:01:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.33 - - [2025-12-11 03:01:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000544 10.0.0.61 - - [2025-12-11 03:01:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000624 10.0.0.61 - - [2025-12-11 03:01:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000574 10.0.0.61 - - [2025-12-11 03:01:24] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007692 10.0.0.61 - - [2025-12-11 03:01:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000529 10.0.0.61 - - [2025-12-11 03:01:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.61 - - [2025-12-11 03:01:30] "POST /neutron/port HTTP/1.1" 200 1090 0.014063 10.0.0.61 - - [2025-12-11 03:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.61 - - [2025-12-11 03:01:35] "GET /virtual-network/b8aa832e-973d-45d0-8888-04787d5aee78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.004972 10.0.0.61 - - [2025-12-11 03:01:35] "PUT /virtual-network/b8aa832e-973d-45d0-8888-04787d5aee78 HTTP/1.1" 200 264 0.047694 10.0.0.33 - - [2025-12-11 03:01:35] "DELETE /route-target/7dcbba46-6122-4011-99f9-b1a1f43e23ce HTTP/1.1" 200 115 0.034231 10.0.0.61 - - [2025-12-11 03:01:41] "POST /neutron/network HTTP/1.1" 400 204 0.013276 10.0.0.61 - - [2025-12-11 03:01:41] "POST /neutron/port HTTP/1.1" 200 151 0.155397 10.0.0.61 - - [2025-12-11 03:01:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.27 - - [2025-12-11 03:01:45] "GET /projects?obj_uuids=f5f01093-d7a6-47bc-a68d-7453854fba61&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000800 10.0.0.61 - - [2025-12-11 03:01:46] "GET /project/f5f01093-d7a6-47bc-a68d-7453854fba61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.056010 10.0.0.61 - - [2025-12-11 03:01:46] "POST /neutron/network HTTP/1.1" 200 117 0.013895 10.0.0.33 - - [2025-12-11 03:01:46] "POST /route-targets HTTP/1.1" 200 327 0.012215 10.0.0.61 - - [2025-12-11 03:01:46] "POST /neutron/network HTTP/1.1" 200 830 0.009558 10.0.0.61 - - [2025-12-11 03:01:46] "POST /id-to-fqname HTTP/1.1" 200 226 0.001192 10.0.0.61 - - [2025-12-11 03:01:46] "GET /virtual-network/359eefe6-fa7a-4222-b25c-9b1039b00e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004387 10.0.0.61 - - [2025-12-11 03:01:46] "GET /virtual-network/359eefe6-fa7a-4222-b25c-9b1039b00e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005736 10.0.0.61 - - [2025-12-11 03:01:46] "POST /neutron/subnet HTTP/1.1" 200 715 0.008553 10.0.0.61 - - [2025-12-11 03:01:46] "GET /virtual-network/359eefe6-fa7a-4222-b25c-9b1039b00e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007175 10.0.0.61 - - [2025-12-11 03:01:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.61 - - [2025-12-11 03:01:47] "GET /virtual-network/359eefe6-fa7a-4222-b25c-9b1039b00e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005533 10.0.0.61 - - [2025-12-11 03:01:47] "PUT /virtual-network/359eefe6-fa7a-4222-b25c-9b1039b00e32 HTTP/1.1" 200 264 0.057664 10.0.0.33 - - [2025-12-11 03:01:47] "POST /ref-update HTTP/1.1" 200 156 0.025762 10.0.0.61 - - [2025-12-11 03:01:52] "POST /id-to-fqname HTTP/1.1" 200 226 0.001997 10.0.0.27 - - [2025-12-11 03:01:53] "GET /projects?obj_uuids=f5f01093-d7a6-47bc-a68d-7453854fba61&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001318 10.0.0.61 - - [2025-12-11 03:01:53] "GET /project/f5f01093-d7a6-47bc-a68d-7453854fba61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.066846 10.0.0.61 - - [2025-12-11 03:01:53] "POST /neutron/port HTTP/1.1" 200 117 0.007060 10.0.0.61 - - [2025-12-11 03:01:53] "POST /neutron/network HTTP/1.1" 200 840 0.006563 10.0.0.61 - - [2025-12-11 03:01:54] "POST /neutron/port HTTP/1.1" 200 1062 0.047767 10.0.0.61 - - [2025-12-11 03:01:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003488 10.0.0.61 - - [2025-12-11 03:01:54] "POST /neutron/network HTTP/1.1" 200 830 0.006600 10.0.0.61 - - [2025-12-11 03:01:58] "POST /neutron/port HTTP/1.1" 200 1090 0.017850 10.0.0.61 - - [2025-12-11 03:01:58] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009369 10.0.0.61 - - [2025-12-11 03:01:58] "GET /virtual-machine/a2eaad62-97c4-4f51-a28d-574b99a43004 HTTP/1.1" 200 1297 0.009269 10.0.0.61 - - [2025-12-11 03:01:58] "GET /virtual-machine-interface/e8b0c7c6-a0cc-4366-9a0a-55c0a774f199 HTTP/1.1" 200 2968 0.019392 10.0.0.61 - - [2025-12-11 03:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004658 10.0.0.61 - - [2025-12-11 03:01:58] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003429 10.0.0.61 - - [2025-12-11 03:01:58] "GET /virtual-networks?parent_id=f5f01093-d7a6-47bc-a68d-7453854fba61&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003027 10.0.0.61 - - [2025-12-11 03:01:58] "GET /virtual-network/359eefe6-fa7a-4222-b25c-9b1039b00e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006254 10.0.0.61 - - [2025-12-11 03:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.016856 10.0.0.61 - - [2025-12-11 03:02:01] "GET /virtual-network/359eefe6-fa7a-4222-b25c-9b1039b00e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.007801 10.0.0.61 - - [2025-12-11 03:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.61 - - [2025-12-11 03:02:05] "GET /virtual-network/359eefe6-fa7a-4222-b25c-9b1039b00e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005982 10.0.0.61 - - [2025-12-11 03:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.61 - - [2025-12-11 03:02:10] "GET /virtual-network/359eefe6-fa7a-4222-b25c-9b1039b00e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.004732 10.0.0.61 - - [2025-12-11 03:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.61 - - [2025-12-11 03:02:14] "GET /virtual-network/359eefe6-fa7a-4222-b25c-9b1039b00e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006030 10.0.0.61 - - [2025-12-11 03:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.61 - - [2025-12-11 03:02:18] "GET /virtual-network/359eefe6-fa7a-4222-b25c-9b1039b00e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.004492 10.0.0.61 - - [2025-12-11 03:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.61 - - [2025-12-11 03:02:22] "GET /virtual-network/359eefe6-fa7a-4222-b25c-9b1039b00e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005351 10.0.0.61 - - [2025-12-11 03:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004649 10.0.0.61 - - [2025-12-11 03:02:26] "GET /virtual-network/359eefe6-fa7a-4222-b25c-9b1039b00e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.007026 10.0.0.61 - - [2025-12-11 03:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.61 - - [2025-12-11 03:02:30] "GET /virtual-network/359eefe6-fa7a-4222-b25c-9b1039b00e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.004773 10.0.0.61 - - [2025-12-11 03:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.61 - - [2025-12-11 03:02:34] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004540 10.0.0.61 - - [2025-12-11 03:02:34] "GET /virtual-networks?parent_id=f5f01093-d7a6-47bc-a68d-7453854fba61&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002952 10.0.0.61 - - [2025-12-11 03:02:34] "GET /virtual-network/359eefe6-fa7a-4222-b25c-9b1039b00e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005773 10.0.0.61 - - [2025-12-11 03:02:39] "POST /neutron/port HTTP/1.1" 200 1090 0.013597 10.0.0.61 - - [2025-12-11 03:02:43] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007238 10.0.0.33 - - [2025-12-11 03:02:49] "GET /obj-perms HTTP/1.1" 200 5056 0.052324 10.0.0.27 - - [2025-12-11 03:02:49] "GET /obj-perms HTTP/1.1" 200 5056 0.047399 10.0.0.61 - - [2025-12-11 03:02:49] "POST /neutron/port HTTP/1.1" 200 1090 0.013692 10.0.0.61 - - [2025-12-11 03:02:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003735 10.0.0.61 - - [2025-12-11 03:02:50] "POST /neutron/network HTTP/1.1" 200 830 0.006980 10.0.0.61 - - [2025-12-11 03:02:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.61 - - [2025-12-11 03:02:55] "GET /virtual-network/359eefe6-fa7a-4222-b25c-9b1039b00e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005044 10.0.0.61 - - [2025-12-11 03:02:55] "PUT /virtual-network/359eefe6-fa7a-4222-b25c-9b1039b00e32 HTTP/1.1" 200 264 0.049270 10.0.0.33 - - [2025-12-11 03:02:55] "DELETE /route-target/4cb36d30-331f-4c92-a97e-00efb0d08770 HTTP/1.1" 200 115 0.039082 10.0.0.61 - - [2025-12-11 03:03:00] "POST /neutron/network HTTP/1.1" 200 830 0.007480 10.0.0.61 - - [2025-12-11 03:03:01] "POST /neutron/port HTTP/1.1" 200 1116 0.014143 10.0.0.27 - - [2025-12-11 03:03:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004135 10.0.0.27 - - [2025-12-11 03:03:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002922 10.0.0.61 - - [2025-12-11 03:03:02] "POST /neutron/network HTTP/1.1" 200 151 0.150237 10.0.0.27 - - [2025-12-11 03:03:04] "GET /projects?obj_uuids=f5f01093-d7a6-47bc-a68d-7453854fba61&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000860 10.0.0.61 - - [2025-12-11 03:03:04] "GET /project/f5f01093-d7a6-47bc-a68d-7453854fba61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.070029 10.0.0.27 - - [2025-12-11 03:03:04] "GET /projects?obj_uuids=f5f01093-d7a6-47bc-a68d-7453854fba61&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001036 10.0.0.61 - - [2025-12-11 03:03:04] "GET /project/f5f01093-d7a6-47bc-a68d-7453854fba61?fields=virtual_networks HTTP/1.1" 200 1051 0.043901 10.0.0.27 - - [2025-12-11 03:03:04] "GET /projects?obj_uuids=f5f01093-d7a6-47bc-a68d-7453854fba61&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001026 10.0.0.61 - - [2025-12-11 03:03:04] "GET /project/f5f01093-d7a6-47bc-a68d-7453854fba61?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.038601 10.0.0.27 - - [2025-12-11 03:03:04] "GET /projects?obj_uuids=f5f01093-d7a6-47bc-a68d-7453854fba61&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001061 10.0.0.61 - - [2025-12-11 03:03:04] "GET /project/f5f01093-d7a6-47bc-a68d-7453854fba61?fields=security_groups HTTP/1.1" 200 1281 0.046391 10.0.0.61 - - [2025-12-11 03:03:05] "POST /fqname-to-id HTTP/1.1" 404 213 0.026175 10.0.0.27 - - [2025-12-11 03:03:05] "GET /projects?obj_uuids=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004489 10.0.0.27 - - [2025-12-11 03:03:05] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001189 10.0.0.27 - - [2025-12-11 03:03:05] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008540 10.0.0.27 - - [2025-12-11 03:03:05] "POST /id-to-fqname HTTP/1.1" 200 216 0.006123 10.0.0.27 - - [2025-12-11 03:03:05] "POST /fqname-to-id HTTP/1.1" 404 227 0.006262 10.0.0.27 - - [2025-12-11 03:03:05] "POST /security-groups HTTP/1.1" 200 616 0.032252 10.0.0.33 - - [2025-12-11 03:03:05] "POST /fqname-to-id HTTP/1.1" 404 259 0.004552 10.0.0.27 - - [2025-12-11 03:03:05] "POST /projects HTTP/1.1" 200 635 0.233322 10.0.0.27 - - [2025-12-11 03:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.306132 10.0.0.33 - - [2025-12-11 03:03:06] "POST /access-control-lists HTTP/1.1" 200 619 0.026065 10.0.0.61 - - [2025-12-11 03:03:06] "GET /project/b2836822-b7d1-41dd-b8fa-2a8d68f03650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.452907 10.0.0.61 - - [2025-12-11 03:03:07] "GET / HTTP/1.1" 200 35931 0.002033 10.0.0.61 - - [2025-12-11 03:03:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000658 10.0.0.61 - - [2025-12-11 03:03:09] "POST /fqname-to-id HTTP/1.1" 404 249 0.054178 10.0.0.33 - - [2025-12-11 03:03:09] "POST /fqname-to-id HTTP/1.1" 404 280 0.009913 10.0.0.33 - - [2025-12-11 03:03:09] "PUT /access-control-list/cb06107d-8aab-4d19-8a74-25a5cce31dd5 HTTP/1.1" 200 272 0.018530 10.0.0.61 - - [2025-12-11 03:03:09] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.035093 10.0.0.61 - - [2025-12-11 03:03:10] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.177315 10.0.0.33 - - [2025-12-11 03:03:10] "PUT /access-control-list/cb06107d-8aab-4d19-8a74-25a5cce31dd5 HTTP/1.1" 200 272 0.026084 10.0.0.61 - - [2025-12-11 03:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.61 - - [2025-12-11 03:03:10] "GET /security-group/7effa9de-8eb4-42c1-ac0f-233a3dad0908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.005978 10.0.0.61 - - [2025-12-11 03:03:11] "POST /neutron/security_group HTTP/1.1" 200 151 0.046820 10.0.0.61 - - [2025-12-11 03:03:11] "POST /fqname-to-id HTTP/1.1" 404 249 0.004898 10.0.0.33 - - [2025-12-11 03:03:11] "DELETE /access-control-list/cb06107d-8aab-4d19-8a74-25a5cce31dd5 HTTP/1.1" 200 115 0.043059 10.0.0.61 - - [2025-12-11 03:03:11] "POST /fqname-to-id HTTP/1.1" 404 249 0.003476 10.0.0.33 - - [2025-12-11 03:03:11] "POST /fqname-to-id HTTP/1.1" 404 280 0.006567 10.0.0.33 - - [2025-12-11 03:03:11] "PUT /access-control-list/45ba5147-e521-40bc-8255-7bcf866a6941 HTTP/1.1" 200 272 0.026448 10.0.0.61 - - [2025-12-11 03:03:11] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.015752 10.0.0.61 - - [2025-12-11 03:03:12] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.204027 10.0.0.33 - - [2025-12-11 03:03:12] "PUT /access-control-list/45ba5147-e521-40bc-8255-7bcf866a6941 HTTP/1.1" 200 272 0.016168 10.0.0.61 - - [2025-12-11 03:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004502 10.0.0.61 - - [2025-12-11 03:03:12] "GET /security-group/f884af10-a290-4525-bad4-8df28c9697cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.011618 10.0.0.61 - - [2025-12-11 03:03:12] "POST /neutron/security_group_rule HTTP/1.1" 200 565 0.012264 10.0.0.33 - - [2025-12-11 03:03:13] "PUT /access-control-list/45ba5147-e521-40bc-8255-7bcf866a6941 HTTP/1.1" 200 272 0.017160 10.0.0.61 - - [2025-12-11 03:03:13] "POST /neutron/security_group_rule HTTP/1.1" 200 601 0.142161 10.0.0.61 - - [2025-12-11 03:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005851 10.0.0.27 - - [2025-12-11 03:03:13] "GET /projects?obj_uuids=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000860 10.0.0.61 - - [2025-12-11 03:03:13] "GET /project/b2836822-b7d1-41dd-b8fa-2a8d68f03650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.054587 10.0.0.33 - - [2025-12-11 03:03:13] "POST /ref-update HTTP/1.1" 200 156 0.023920 10.0.0.27 - - [2025-12-11 03:03:14] "POST /useragent-kv HTTP/1.1" 200 115 0.007008 10.0.0.61 - - [2025-12-11 03:03:14] "POST /neutron/subnet HTTP/1.1" 200 828 0.217985 10.0.0.61 - - [2025-12-11 03:03:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.047684 10.0.0.61 - - [2025-12-11 03:03:14] "POST /id-to-fqname HTTP/1.1" 200 290 0.001360 10.0.0.61 - - [2025-12-11 03:03:14] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006898 10.0.0.61 - - [2025-12-11 03:03:14] "POST /neutron/network HTTP/1.1" 200 1111 0.008587 10.0.0.61 - - [2025-12-11 03:03:14] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.004382 10.0.0.61 - - [2025-12-11 03:03:14] "POST /neutron/subnet HTTP/1.1" 200 715 0.008032 10.0.0.61 - - [2025-12-11 03:03:14] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005343 10.0.0.61 - - [2025-12-11 03:03:15] "GET /obj-perms HTTP/1.1" 200 5080 0.053281 10.0.0.61 - - [2025-12-11 03:03:15] "POST /id-to-fqname HTTP/1.1" 200 290 0.001400 10.0.0.27 - - [2025-12-11 03:03:16] "GET /projects?obj_uuids=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000906 10.0.0.61 - - [2025-12-11 03:03:16] "GET /project/b2836822-b7d1-41dd-b8fa-2a8d68f03650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.062262 10.0.0.61 - - [2025-12-11 03:03:16] "POST /neutron/network HTTP/1.1" 200 1111 0.032917 10.0.0.61 - - [2025-12-11 03:03:17] "POST /id-to-fqname HTTP/1.1" 200 290 0.002091 10.0.0.61 - - [2025-12-11 03:03:17] "POST /neutron/port HTTP/1.1" 200 117 0.009420 10.0.0.61 - - [2025-12-11 03:03:17] "POST /neutron/network HTTP/1.1" 200 1121 0.010699 10.0.0.27 - - [2025-12-11 03:03:17] "GET /projects?obj_uuids=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001258 10.0.0.61 - - [2025-12-11 03:03:18] "POST /neutron/port HTTP/1.1" 200 1190 0.031193 10.0.0.61 - - [2025-12-11 03:03:18] "GET /project/b2836822-b7d1-41dd-b8fa-2a8d68f03650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.084978 10.0.0.61 - - [2025-12-11 03:03:18] "POST /neutron/port HTTP/1.1" 200 1244 0.129434 10.0.0.61 - - [2025-12-11 03:03:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003860 10.0.0.61 - - [2025-12-11 03:03:18] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007331 10.0.0.61 - - [2025-12-11 03:03:18] "POST /neutron/port HTTP/1.1" 200 117 0.010338 10.0.0.61 - - [2025-12-11 03:03:18] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007226 10.0.0.27 - - [2025-12-11 03:03:18] "GET /projects?obj_uuids=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000988 10.0.0.61 - - [2025-12-11 03:03:19] "POST /neutron/port HTTP/1.1" 200 1190 0.336643 10.0.0.61 - - [2025-12-11 03:03:19] "POST /neutron/port HTTP/1.1" 200 1244 0.111813 10.0.0.61 - - [2025-12-11 03:03:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003602 10.0.0.61 - - [2025-12-11 03:03:19] "POST /neutron/port HTTP/1.1" 200 117 0.001504 10.0.0.27 - - [2025-12-11 03:03:21] "GET /projects?obj_uuids=f5f01093-d7a6-47bc-a68d-7453854fba61&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000878 10.0.0.27 - - [2025-12-11 03:03:21] "DELETE /project/b2836822b7d141ddb8fa2a8d68f03650 HTTP/1.1" 404 173 0.017202 10.0.0.27 - - [2025-12-11 03:03:21] "GET /project/f5f01093-d7a6-47bc-a68d-7453854fba61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.048686 10.0.0.27 - - [2025-12-11 03:03:21] "GET /projects?obj_uuids=f5f01093-d7a6-47bc-a68d-7453854fba61&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001150 10.0.0.27 - - [2025-12-11 03:03:21] "GET /project/f5f01093-d7a6-47bc-a68d-7453854fba61?fields=security_groups HTTP/1.1" 200 1121 0.113682 10.0.0.27 - - [2025-12-11 03:03:22] "GET /projects?obj_uuids=f5f01093-d7a6-47bc-a68d-7453854fba61&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002559 10.0.0.27 - - [2025-12-11 03:03:22] "GET /project/f5f01093-d7a6-47bc-a68d-7453854fba61?fields=application_policy_sets HTTP/1.1" 404 171 0.066649 10.0.0.27 - - [2025-12-11 03:03:22] "DELETE /project/f5f01093-d7a6-47bc-a68d-7453854fba61 HTTP/1.1" 404 171 0.356466 10.0.0.61 - - [2025-12-11 03:03:23] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008368 10.0.0.61 - - [2025-12-11 03:03:23] "POST /neutron/port HTTP/1.1" 200 1218 0.016323 10.0.0.61 - - [2025-12-11 03:03:23] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008269 10.0.0.61 - - [2025-12-11 03:03:23] "GET /virtual-machine/166a7244-f494-42e9-b00d-32f6649258de HTTP/1.1" 401 292 0.000501 10.0.0.61 - - [2025-12-11 03:03:24] "GET /virtual-machine/166a7244-f494-42e9-b00d-32f6649258de HTTP/1.1" 200 1317 0.037622 10.0.0.61 - - [2025-12-11 03:03:24] "GET /virtual-machine/166a7244-f494-42e9-b00d-32f6649258de HTTP/1.1" 200 1317 0.005914 10.0.0.61 - - [2025-12-11 03:03:24] "GET /virtual-machine-interface/121624d4-cbe5-4e4f-a5ad-8c83d985c2c3 HTTP/1.1" 200 3417 0.005853 10.0.0.61 - - [2025-12-11 03:03:24] "GET /virtual-machine/166a7244-f494-42e9-b00d-32f6649258de HTTP/1.1" 200 1317 0.003824 10.0.0.61 - - [2025-12-11 03:03:24] "GET /virtual-machine-interface/121624d4-cbe5-4e4f-a5ad-8c83d985c2c3 HTTP/1.1" 200 3417 0.005244 10.0.0.61 - - [2025-12-11 03:03:24] "GET /instance-ip/48e9c7eb-254d-428d-a526-3d473a01bbaa HTTP/1.1" 200 1735 0.006202 10.0.0.61 - - [2025-12-11 03:03:24] "GET /instance-ip/da93220d-b203-489c-bee9-3134046f8e3b HTTP/1.1" 200 1714 0.005877 10.0.0.61 - - [2025-12-11 03:03:24] "GET /virtual-machine/166a7244-f494-42e9-b00d-32f6649258de HTTP/1.1" 200 1317 0.003558 10.0.0.61 - - [2025-12-11 03:03:24] "GET /virtual-machine-interface/121624d4-cbe5-4e4f-a5ad-8c83d985c2c3 HTTP/1.1" 200 3417 0.005307 10.0.0.61 - - [2025-12-11 03:03:24] "GET /instance-ip/48e9c7eb-254d-428d-a526-3d473a01bbaa HTTP/1.1" 200 1735 0.003664 10.0.0.61 - - [2025-12-11 03:03:24] "GET /instance-ip/da93220d-b203-489c-bee9-3134046f8e3b HTTP/1.1" 200 1714 0.003732 10.0.0.61 - - [2025-12-11 03:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.61 - - [2025-12-11 03:03:24] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003469 10.0.0.61 - - [2025-12-11 03:03:24] "GET /virtual-networks?parent_id=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003119 10.0.0.61 - - [2025-12-11 03:03:24] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006867 10.0.0.61 - - [2025-12-11 03:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.61 - - [2025-12-11 03:03:24] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004314 10.0.0.61 - - [2025-12-11 03:03:24] "GET /virtual-networks?parent_id=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003508 10.0.0.61 - - [2025-12-11 03:03:24] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005504 10.0.0.61 - - [2025-12-11 03:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.61 - - [2025-12-11 03:03:24] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005171 10.0.0.61 - - [2025-12-11 03:03:24] "GET /virtual-networks?parent_id=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004614 10.0.0.61 - - [2025-12-11 03:03:24] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.007025 10.0.0.61 - - [2025-12-11 03:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004494 10.0.0.61 - - [2025-12-11 03:03:24] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.010723 10.0.0.61 - - [2025-12-11 03:03:24] "GET /virtual-networks?parent_id=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005537 10.0.0.61 - - [2025-12-11 03:03:24] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.007380 10.0.0.61 - - [2025-12-11 03:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.61 - - [2025-12-11 03:03:24] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005405 10.0.0.61 - - [2025-12-11 03:03:24] "GET /virtual-networks?parent_id=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003667 10.0.0.61 - - [2025-12-11 03:03:24] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006765 10.0.0.61 - - [2025-12-11 03:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004572 10.0.0.61 - - [2025-12-11 03:03:25] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005417 10.0.0.61 - - [2025-12-11 03:03:25] "GET /virtual-networks?parent_id=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004221 10.0.0.61 - - [2025-12-11 03:03:25] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006076 10.0.0.61 - - [2025-12-11 03:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.61 - - [2025-12-11 03:03:25] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004236 10.0.0.61 - - [2025-12-11 03:03:25] "GET /virtual-networks?parent_id=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004205 10.0.0.61 - - [2025-12-11 03:03:25] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006536 10.0.0.61 - - [2025-12-11 03:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.61 - - [2025-12-11 03:03:28] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005328 10.0.0.61 - - [2025-12-11 03:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.61 - - [2025-12-11 03:03:32] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006003 10.0.0.61 - - [2025-12-11 03:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004827 10.0.0.61 - - [2025-12-11 03:03:36] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.007221 10.0.0.61 - - [2025-12-11 03:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.61 - - [2025-12-11 03:03:40] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005126 10.0.0.61 - - [2025-12-11 03:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.61 - - [2025-12-11 03:03:44] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.004844 10.0.0.61 - - [2025-12-11 03:03:48] "POST /neutron/network HTTP/1.1" 200 1121 0.034313 10.0.0.61 - - [2025-12-11 03:03:48] "POST /neutron/subnet HTTP/1.1" 200 1375 0.011863 10.0.0.61 - - [2025-12-11 03:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.61 - - [2025-12-11 03:03:48] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005487 10.0.0.61 - - [2025-12-11 03:03:48] "POST /neutron/network HTTP/1.1" 200 1111 0.008840 10.0.0.61 - - [2025-12-11 03:03:49] "POST /neutron/network HTTP/1.1" 200 1121 0.012695 10.0.0.61 - - [2025-12-11 03:03:50] "POST /neutron/subnet HTTP/1.1" 200 1375 0.015845 10.0.0.61 - - [2025-12-11 03:03:50] "POST /neutron/network HTTP/1.1" 200 1111 0.020051 10.0.0.61 - - [2025-12-11 03:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005750 10.0.0.61 - - [2025-12-11 03:03:52] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.004635 10.0.0.61 - - [2025-12-11 03:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.61 - - [2025-12-11 03:03:56] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005332 10.0.0.61 - - [2025-12-11 03:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.61 - - [2025-12-11 03:03:59] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.006056 10.0.0.61 - - [2025-12-11 03:03:59] "GET /virtual-networks?parent_id=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002656 10.0.0.61 - - [2025-12-11 03:03:59] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005361 10.0.0.61 - - [2025-12-11 03:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.61 - - [2025-12-11 03:03:59] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004084 10.0.0.61 - - [2025-12-11 03:03:59] "GET /virtual-networks?parent_id=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002702 10.0.0.61 - - [2025-12-11 03:03:59] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005267 10.0.0.61 - - [2025-12-11 03:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002614 10.0.0.61 - - [2025-12-11 03:03:59] "GET /routing-instance/d14171b5-89bf-46c6-8d0d-f4a8e90efd2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.012541 10.0.0.61 - - [2025-12-11 03:03:59] "GET /route-target/5ce6185b-9c43-4a54-8e1f-a6ec6ef1ea3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.016494 10.0.0.61 - - [2025-12-11 03:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.61 - - [2025-12-11 03:03:59] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003972 10.0.0.61 - - [2025-12-11 03:03:59] "GET /virtual-networks?parent_id=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002682 10.0.0.61 - - [2025-12-11 03:03:59] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005666 10.0.0.61 - - [2025-12-11 03:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.61 - - [2025-12-11 03:03:59] "GET /routing-instance/d14171b5-89bf-46c6-8d0d-f4a8e90efd2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.009660 10.0.0.61 - - [2025-12-11 03:03:59] "GET /route-target/5ce6185b-9c43-4a54-8e1f-a6ec6ef1ea3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003140 10.0.0.61 - - [2025-12-11 03:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.61 - - [2025-12-11 03:03:59] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004660 10.0.0.61 - - [2025-12-11 03:03:59] "GET /virtual-networks?parent_id=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002965 10.0.0.61 - - [2025-12-11 03:03:59] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005080 10.0.0.61 - - [2025-12-11 03:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005486 10.0.0.61 - - [2025-12-11 03:03:59] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.006062 10.0.0.61 - - [2025-12-11 03:03:59] "GET /virtual-networks?parent_id=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003386 10.0.0.61 - - [2025-12-11 03:03:59] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.012133 10.0.0.61 - - [2025-12-11 03:03:59] "GET /obj-perms HTTP/1.1" 200 5080 0.003571 10.0.0.27 - - [2025-12-11 03:04:00] "GET /obj-perms HTTP/1.1" 200 5080 0.061438 10.0.0.61 - - [2025-12-11 03:04:00] "GET /obj-perms HTTP/1.1" 200 5080 0.003608 10.0.0.27 - - [2025-12-11 03:04:00] "GET /obj-perms HTTP/1.1" 200 5080 0.006786 10.0.0.33 - - [2025-12-11 03:04:00] "GET /obj-perms HTTP/1.1" 200 5080 0.085776 10.0.0.61 - - [2025-12-11 03:04:00] "GET /virtual-machine/166a7244-f494-42e9-b00d-32f6649258de HTTP/1.1" 200 1317 0.004884 10.0.0.61 - - [2025-12-11 03:04:00] "GET /virtual-machine-interface/121624d4-cbe5-4e4f-a5ad-8c83d985c2c3 HTTP/1.1" 200 3417 0.005300 10.0.0.61 - - [2025-12-11 03:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.61 - - [2025-12-11 03:04:00] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003485 10.0.0.61 - - [2025-12-11 03:04:00] "GET /virtual-networks?parent_id=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002644 10.0.0.61 - - [2025-12-11 03:04:00] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005593 10.0.0.61 - - [2025-12-11 03:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.61 - - [2025-12-11 03:04:01] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003127 10.0.0.61 - - [2025-12-11 03:04:01] "GET /virtual-networks?parent_id=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002586 10.0.0.61 - - [2025-12-11 03:04:01] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005855 10.0.0.61 - - [2025-12-11 03:04:07] "POST /neutron/port HTTP/1.1" 200 1218 0.014299 10.0.0.61 - - [2025-12-11 03:04:07] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007461 10.0.0.61 - - [2025-12-11 03:04:12] "POST /neutron/port HTTP/1.1" 200 1218 0.018782 10.0.0.61 - - [2025-12-11 03:04:17] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008136 10.0.0.61 - - [2025-12-11 03:04:22] "POST /neutron/port HTTP/1.1" 200 1218 0.014242 10.0.0.61 - - [2025-12-11 03:04:22] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007677 10.0.0.61 - - [2025-12-11 03:04:22] "GET /virtual-machine/8d644703-4100-47a4-9753-0794e01f6c35 HTTP/1.1" 200 1318 0.005899 10.0.0.61 - - [2025-12-11 03:04:22] "GET /virtual-machine/8d644703-4100-47a4-9753-0794e01f6c35 HTTP/1.1" 200 1318 0.003850 10.0.0.61 - - [2025-12-11 03:04:22] "GET /virtual-machine-interface/f92e0818-d058-47ff-b50e-3308dd9f029c HTTP/1.1" 200 3418 0.006758 10.0.0.61 - - [2025-12-11 03:04:22] "GET /virtual-machine/8d644703-4100-47a4-9753-0794e01f6c35 HTTP/1.1" 200 1318 0.004515 10.0.0.61 - - [2025-12-11 03:04:22] "GET /virtual-machine-interface/f92e0818-d058-47ff-b50e-3308dd9f029c HTTP/1.1" 200 3418 0.005876 10.0.0.61 - - [2025-12-11 03:04:22] "GET /instance-ip/30047381-d41f-44f3-9cbd-616b69f9d1b0 HTTP/1.1" 200 1735 0.007357 10.0.0.61 - - [2025-12-11 03:04:22] "GET /instance-ip/aedd329c-c855-4af1-b988-03efa376ebb3 HTTP/1.1" 200 1714 0.006927 10.0.0.61 - - [2025-12-11 03:04:22] "GET /virtual-machine/8d644703-4100-47a4-9753-0794e01f6c35 HTTP/1.1" 200 1318 0.004568 10.0.0.61 - - [2025-12-11 03:04:22] "GET /virtual-machine-interface/f92e0818-d058-47ff-b50e-3308dd9f029c HTTP/1.1" 200 3418 0.007316 10.0.0.61 - - [2025-12-11 03:04:22] "GET /instance-ip/30047381-d41f-44f3-9cbd-616b69f9d1b0 HTTP/1.1" 200 1735 0.005671 10.0.0.61 - - [2025-12-11 03:04:22] "GET /instance-ip/aedd329c-c855-4af1-b988-03efa376ebb3 HTTP/1.1" 200 1714 0.005615 10.0.0.61 - - [2025-12-11 03:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.61 - - [2025-12-11 03:04:22] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004412 10.0.0.61 - - [2025-12-11 03:04:22] "GET /virtual-networks?parent_id=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003006 10.0.0.61 - - [2025-12-11 03:04:23] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006749 10.0.0.61 - - [2025-12-11 03:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.61 - - [2025-12-11 03:04:23] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005947 10.0.0.61 - - [2025-12-11 03:04:23] "GET /virtual-networks?parent_id=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004512 10.0.0.61 - - [2025-12-11 03:04:23] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.007819 10.0.0.61 - - [2025-12-11 03:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.61 - - [2025-12-11 03:04:23] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004610 10.0.0.61 - - [2025-12-11 03:04:23] "GET /virtual-networks?parent_id=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003003 10.0.0.61 - - [2025-12-11 03:04:23] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005634 10.0.0.61 - - [2025-12-11 03:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.61 - - [2025-12-11 03:04:23] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004280 10.0.0.61 - - [2025-12-11 03:04:23] "GET /virtual-networks?parent_id=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003282 10.0.0.61 - - [2025-12-11 03:04:23] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005874 10.0.0.61 - - [2025-12-11 03:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.61 - - [2025-12-11 03:04:23] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004498 10.0.0.61 - - [2025-12-11 03:04:23] "GET /virtual-networks?parent_id=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003813 10.0.0.61 - - [2025-12-11 03:04:23] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.007194 10.0.0.61 - - [2025-12-11 03:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.61 - - [2025-12-11 03:04:23] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004607 10.0.0.61 - - [2025-12-11 03:04:23] "GET /virtual-networks?parent_id=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003711 10.0.0.61 - - [2025-12-11 03:04:23] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.009486 10.0.0.61 - - [2025-12-11 03:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.61 - - [2025-12-11 03:04:23] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004154 10.0.0.61 - - [2025-12-11 03:04:23] "GET /virtual-networks?parent_id=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003690 10.0.0.61 - - [2025-12-11 03:04:23] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006610 10.0.0.61 - - [2025-12-11 03:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364 10.0.0.61 - - [2025-12-11 03:04:24] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003972 10.0.0.61 - - [2025-12-11 03:04:24] "GET /virtual-networks?parent_id=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002664 10.0.0.61 - - [2025-12-11 03:04:24] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006417 10.0.0.61 - - [2025-12-11 03:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.61 - - [2025-12-11 03:04:25] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005592 10.0.0.61 - - [2025-12-11 03:04:25] "GET /virtual-networks?parent_id=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004009 10.0.0.61 - - [2025-12-11 03:04:25] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006146 10.0.0.61 - - [2025-12-11 03:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.61 - - [2025-12-11 03:04:25] "GET /routing-instance/d14171b5-89bf-46c6-8d0d-f4a8e90efd2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004170 10.0.0.61 - - [2025-12-11 03:04:25] "GET /route-target/5ce6185b-9c43-4a54-8e1f-a6ec6ef1ea3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004034 10.0.0.61 - - [2025-12-11 03:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.61 - - [2025-12-11 03:04:25] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004172 10.0.0.61 - - [2025-12-11 03:04:25] "GET /virtual-networks?parent_id=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003147 10.0.0.61 - - [2025-12-11 03:04:25] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005769 10.0.0.61 - - [2025-12-11 03:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.61 - - [2025-12-11 03:04:25] "GET /routing-instance/d14171b5-89bf-46c6-8d0d-f4a8e90efd2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004734 10.0.0.61 - - [2025-12-11 03:04:25] "GET /route-target/5ce6185b-9c43-4a54-8e1f-a6ec6ef1ea3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003231 10.0.0.61 - - [2025-12-11 03:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.61 - - [2025-12-11 03:04:25] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004591 10.0.0.61 - - [2025-12-11 03:04:25] "GET /virtual-networks?parent_id=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002839 10.0.0.61 - - [2025-12-11 03:04:25] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005690 10.0.0.61 - - [2025-12-11 03:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.61 - - [2025-12-11 03:04:25] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003647 10.0.0.61 - - [2025-12-11 03:04:25] "GET /virtual-networks?parent_id=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002607 10.0.0.61 - - [2025-12-11 03:04:25] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005917 10.0.0.61 - - [2025-12-11 03:04:25] "GET /obj-perms HTTP/1.1" 200 5080 0.003575 10.0.0.27 - - [2025-12-11 03:04:25] "GET /obj-perms HTTP/1.1" 200 5080 0.003481 10.0.0.61 - - [2025-12-11 03:04:25] "GET /obj-perms HTTP/1.1" 200 5080 0.003677 10.0.0.27 - - [2025-12-11 03:04:25] "GET /obj-perms HTTP/1.1" 200 5080 0.003842 10.0.0.61 - - [2025-12-11 03:04:25] "GET /obj-perms HTTP/1.1" 200 5080 0.005611 10.0.0.61 - - [2025-12-11 03:04:25] "GET /virtual-machine/8d644703-4100-47a4-9753-0794e01f6c35 HTTP/1.1" 200 1318 0.004375 10.0.0.61 - - [2025-12-11 03:04:26] "GET /virtual-machine-interface/f92e0818-d058-47ff-b50e-3308dd9f029c HTTP/1.1" 200 3418 0.004871 10.0.0.61 - - [2025-12-11 03:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.61 - - [2025-12-11 03:04:26] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003591 10.0.0.61 - - [2025-12-11 03:04:26] "GET /virtual-networks?parent_id=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002713 10.0.0.61 - - [2025-12-11 03:04:26] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005417 10.0.0.61 - - [2025-12-11 03:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.61 - - [2025-12-11 03:04:27] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003627 10.0.0.61 - - [2025-12-11 03:04:27] "GET /virtual-networks?parent_id=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003703 10.0.0.61 - - [2025-12-11 03:04:27] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006386 10.0.0.61 - - [2025-12-11 03:04:27] "GET /virtual-machine/166a7244-f494-42e9-b00d-32f6649258de HTTP/1.1" 200 1317 0.004797 10.0.0.61 - - [2025-12-11 03:04:27] "GET /virtual-machine-interface/121624d4-cbe5-4e4f-a5ad-8c83d985c2c3 HTTP/1.1" 200 3417 0.004534 10.0.0.61 - - [2025-12-11 03:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002581 10.0.0.61 - - [2025-12-11 03:04:27] "GET /security-group/f884af10-a290-4525-bad4-8df28c9697cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.003534 10.0.0.61 - - [2025-12-11 03:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002589 10.0.0.61 - - [2025-12-11 03:04:27] "GET /security-group/f884af10-a290-4525-bad4-8df28c9697cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.018642 10.0.0.61 - - [2025-12-11 03:04:27] "POST /neutron/security_group HTTP/1.1" 200 1483 0.004362 10.0.0.61 - - [2025-12-11 03:04:27] "POST /neutron/port HTTP/1.1" 200 1244 0.012761 10.0.0.61 - - [2025-12-11 03:04:27] "GET /virtual-machine/166a7244-f494-42e9-b00d-32f6649258de HTTP/1.1" 200 1317 0.004035 10.0.0.61 - - [2025-12-11 03:04:27] "GET /virtual-machine-interface/121624d4-cbe5-4e4f-a5ad-8c83d985c2c3 HTTP/1.1" 200 3361 0.006264 10.0.0.61 - - [2025-12-11 03:04:27] "POST /neutron/security_group HTTP/1.1" 200 1457 0.006818 10.0.0.61 - - [2025-12-11 03:04:27] "POST /neutron/port HTTP/1.1" 200 1206 0.012834 10.0.0.61 - - [2025-12-11 03:04:27] "GET /virtual-machine/166a7244-f494-42e9-b00d-32f6649258de HTTP/1.1" 200 1317 0.004186 10.0.0.61 - - [2025-12-11 03:04:27] "GET /virtual-machine-interface/121624d4-cbe5-4e4f-a5ad-8c83d985c2c3 HTTP/1.1" 200 3417 0.007747 10.0.0.61 - - [2025-12-11 03:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.61 - - [2025-12-11 03:04:27] "GET /security-group/f884af10-a290-4525-bad4-8df28c9697cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.003020 10.0.0.61 - - [2025-12-11 03:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002663 10.0.0.61 - - [2025-12-11 03:04:28] "GET /security-group/f884af10-a290-4525-bad4-8df28c9697cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.004296 10.0.0.61 - - [2025-12-11 03:04:28] "POST /neutron/security_group HTTP/1.1" 200 1483 0.012065 10.0.0.61 - - [2025-12-11 03:04:50] "POST /neutron/port HTTP/1.1" 200 1218 0.013254 10.0.0.61 - - [2025-12-11 03:04:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003656 10.0.0.61 - - [2025-12-11 03:04:50] "POST /neutron/port HTTP/1.1" 200 117 0.001205 10.0.0.61 - - [2025-12-11 03:04:50] "POST /neutron/port HTTP/1.1" 200 1218 0.017742 10.0.0.61 - - [2025-12-11 03:04:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005689 10.0.0.61 - - [2025-12-11 03:04:51] "POST /neutron/port HTTP/1.1" 200 117 0.001862 10.0.0.61 - - [2025-12-11 03:05:30] "POST /neutron/security_group_rule HTTP/1.1" 200 564 0.009029 10.0.0.33 - - [2025-12-11 03:05:30] "PUT /access-control-list/45ba5147-e521-40bc-8255-7bcf866a6941 HTTP/1.1" 200 272 0.018252 10.0.0.61 - - [2025-12-11 03:05:30] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.159978 10.0.0.61 - - [2025-12-11 03:05:33] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007799 10.0.0.61 - - [2025-12-11 03:05:33] "POST /neutron/port HTTP/1.1" 200 1244 0.016856 10.0.0.61 - - [2025-12-11 03:05:33] "GET /virtual-machine/8d644703-4100-47a4-9753-0794e01f6c35 HTTP/1.1" 200 1318 0.004538 10.0.0.61 - - [2025-12-11 03:05:34] "POST /neutron/port HTTP/1.1" 200 1206 0.015196 10.0.0.61 - - [2025-12-11 03:05:35] "GET /virtual-machine/8d644703-4100-47a4-9753-0794e01f6c35 HTTP/1.1" 404 171 0.003240 10.0.0.61 - - [2025-12-11 03:05:35] "GET /virtual-machine/8d644703-4100-47a4-9753-0794e01f6c35 HTTP/1.1" 404 171 0.004710 10.0.0.61 - - [2025-12-11 03:05:35] "GET /virtual-machine/8d644703-4100-47a4-9753-0794e01f6c35 HTTP/1.1" 404 171 0.002913 10.0.0.61 - - [2025-12-11 03:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.61 - - [2025-12-11 03:05:35] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004176 10.0.0.61 - - [2025-12-11 03:05:35] "GET /virtual-networks?parent_id=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003519 10.0.0.61 - - [2025-12-11 03:05:35] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006291 10.0.0.61 - - [2025-12-11 03:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.61 - - [2025-12-11 03:05:35] "GET /routing-instance/d14171b5-89bf-46c6-8d0d-f4a8e90efd2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004833 10.0.0.61 - - [2025-12-11 03:05:35] "GET /route-target/5ce6185b-9c43-4a54-8e1f-a6ec6ef1ea3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003568 10.0.0.27 - - [2025-12-11 03:05:36] "GET /obj-perms HTTP/1.1" 200 5080 0.003965 10.0.0.61 - - [2025-12-11 03:05:39] "GET /obj-perms HTTP/1.1" 200 5080 0.004509 10.0.0.27 - - [2025-12-11 03:05:45] "GET /obj-perms HTTP/1.1" 200 5080 0.004492 10.0.0.61 - - [2025-12-11 03:05:48] "GET /obj-perms HTTP/1.1" 200 5080 0.004068 10.0.0.27 - - [2025-12-11 03:05:51] "GET /obj-perms HTTP/1.1" 200 5056 0.062466 10.0.0.61 - - [2025-12-11 03:05:52] "POST /neutron/port HTTP/1.1" 200 1218 0.013241 10.0.0.61 - - [2025-12-11 03:05:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003560 10.0.0.61 - - [2025-12-11 03:05:52] "POST /neutron/port HTTP/1.1" 200 117 0.001189 10.0.0.61 - - [2025-12-11 03:05:54] "GET /obj-perms HTTP/1.1" 200 5080 0.004720 10.0.0.33 - - [2025-12-11 03:05:54] "GET /obj-perms HTTP/1.1" 200 5080 0.004545 10.0.0.61 - - [2025-12-11 03:05:54] "POST /neutron/port HTTP/1.1" 200 1218 0.012443 10.0.0.61 - - [2025-12-11 03:05:54] "POST /neutron/port HTTP/1.1" 200 1206 0.067912 10.0.0.61 - - [2025-12-11 03:05:54] "GET /virtual-machine/166a7244-f494-42e9-b00d-32f6649258de HTTP/1.1" 200 1317 0.004241 10.0.0.61 - - [2025-12-11 03:05:55] "POST /neutron/port HTTP/1.1" 200 151 0.195508 10.0.0.61 - - [2025-12-11 03:05:56] "GET /virtual-machine/166a7244-f494-42e9-b00d-32f6649258de HTTP/1.1" 404 171 0.003187 10.0.0.61 - - [2025-12-11 03:05:56] "GET /virtual-machine/166a7244-f494-42e9-b00d-32f6649258de HTTP/1.1" 404 171 0.006769 10.0.0.61 - - [2025-12-11 03:05:56] "GET /virtual-machine/166a7244-f494-42e9-b00d-32f6649258de HTTP/1.1" 404 171 0.002727 10.0.0.61 - - [2025-12-11 03:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.61 - - [2025-12-11 03:05:57] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003857 10.0.0.61 - - [2025-12-11 03:05:57] "GET /virtual-networks?parent_id=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002670 10.0.0.61 - - [2025-12-11 03:05:57] "GET /virtual-network/c0912a8e-a45c-4959-b81f-6ed1d03b36cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005190 10.0.0.61 - - [2025-12-11 03:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.61 - - [2025-12-11 03:05:57] "GET /routing-instance/d14171b5-89bf-46c6-8d0d-f4a8e90efd2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.003834 10.0.0.61 - - [2025-12-11 03:05:57] "GET /route-target/5ce6185b-9c43-4a54-8e1f-a6ec6ef1ea3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003668 10.0.0.27 - - [2025-12-11 03:05:57] "GET /obj-perms HTTP/1.1" 200 5080 0.003735 10.0.0.61 - - [2025-12-11 03:06:00] "GET /obj-perms HTTP/1.1" 200 5080 0.003608 10.0.0.27 - - [2025-12-11 03:06:06] "GET /obj-perms HTTP/1.1" 200 5080 0.004205 10.0.0.61 - - [2025-12-11 03:06:09] "GET /obj-perms HTTP/1.1" 200 5080 0.004436 10.0.0.27 - - [2025-12-11 03:06:15] "GET /obj-perms HTTP/1.1" 200 5080 0.004089 10.0.0.61 - - [2025-12-11 03:06:18] "GET /obj-perms HTTP/1.1" 200 5080 0.005061 10.0.0.61 - - [2025-12-11 03:06:21] "GET /obj-perms HTTP/1.1" 200 5080 0.008459 10.0.0.27 - - [2025-12-11 03:06:21] "GET /obj-perms HTTP/1.1" 200 5080 0.003394 10.0.0.27 - - [2025-12-11 03:06:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000487 10.0.0.27 - - [2025-12-11 03:06:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.33 - - [2025-12-11 03:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.61 - - [2025-12-11 03:06:22] "POST /neutron/security_group HTTP/1.1" 200 1481 0.004691 10.0.0.61 - - [2025-12-11 03:06:22] "POST /fqname-to-id HTTP/1.1" 404 249 0.003276 10.0.0.33 - - [2025-12-11 03:06:22] "DELETE /access-control-list/45ba5147-e521-40bc-8255-7bcf866a6941 HTTP/1.1" 200 115 0.040809 10.0.0.27 - - [2025-12-11 03:06:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.27 - - [2025-12-11 03:06:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000496 10.0.0.33 - - [2025-12-11 03:06:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.33 - - [2025-12-11 03:06:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.33 - - [2025-12-11 03:06:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.33 - - [2025-12-11 03:06:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.27 - - [2025-12-11 03:06:23] "GET /projects?obj_uuids=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.027511 10.0.0.61 - - [2025-12-11 03:06:23] "GET /project/b2836822-b7d1-41dd-b8fa-2a8d68f03650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.074502 10.0.0.27 - - [2025-12-11 03:06:23] "GET /projects?obj_uuids=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001170 10.0.0.61 - - [2025-12-11 03:06:23] "GET /project/b2836822-b7d1-41dd-b8fa-2a8d68f03650?fields=virtual_networks HTTP/1.1" 200 1093 0.049555 10.0.0.27 - - [2025-12-11 03:06:23] "GET /projects?obj_uuids=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001852 10.0.0.61 - - [2025-12-11 03:06:24] "GET /project/b2836822-b7d1-41dd-b8fa-2a8d68f03650?fields=virtual_machine_interfaces HTTP/1.1" 200 1093 0.048208 10.0.0.27 - - [2025-12-11 03:06:24] "GET /projects?obj_uuids=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000872 10.0.0.61 - - [2025-12-11 03:06:24] "GET /project/b2836822-b7d1-41dd-b8fa-2a8d68f03650?fields=security_groups HTTP/1.1" 200 1344 0.037982 10.0.0.61 - - [2025-12-11 03:06:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.61 - - [2025-12-11 03:06:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.61 - - [2025-12-11 03:06:24] "POST /fqname-to-id HTTP/1.1" 404 218 0.026671 10.0.0.27 - - [2025-12-11 03:06:24] "GET /projects?obj_uuids=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003864 10.0.0.27 - - [2025-12-11 03:06:25] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001027 10.0.0.27 - - [2025-12-11 03:06:25] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.032506 10.0.0.27 - - [2025-12-11 03:06:25] "POST /id-to-fqname HTTP/1.1" 200 221 0.004796 10.0.0.27 - - [2025-12-11 03:06:25] "POST /fqname-to-id HTTP/1.1" 404 232 0.007269 10.0.0.61 - - [2025-12-11 03:06:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000553 10.0.0.61 - - [2025-12-11 03:06:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.27 - - [2025-12-11 03:06:25] "POST /security-groups HTTP/1.1" 200 621 0.087148 10.0.0.27 - - [2025-12-11 03:06:25] "POST /projects HTTP/1.1" 200 645 0.301029 10.0.0.33 - - [2025-12-11 03:06:25] "POST /fqname-to-id HTTP/1.1" 404 263 0.012771 10.0.0.27 - - [2025-12-11 03:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.373278 10.0.0.61 - - [2025-12-11 03:06:25] "GET /project/9f3fa9d5-b57e-4860-af75-7fc92b4feb19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.548424 10.0.0.61 - - [2025-12-11 03:06:26] "GET / HTTP/1.1" 200 35931 0.001280 10.0.0.61 - - [2025-12-11 03:06:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000511 10.0.0.61 - - [2025-12-11 03:06:28] "POST /fqname-to-id HTTP/1.1" 404 254 0.057355 10.0.0.61 - - [2025-12-11 03:06:28] "POST /security-groups HTTP/1.1" 200 595 0.052113 10.0.0.61 - - [2025-12-11 03:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005951 10.0.0.33 - - [2025-12-11 03:06:28] "POST /access-control-lists HTTP/1.1" 200 648 0.047741 10.0.0.61 - - [2025-12-11 03:06:28] "GET /security-group/72bb75ab-1a1c-436a-b873-d1b5987f78c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.009385 10.0.0.61 - - [2025-12-11 03:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004820 10.0.0.61 - - [2025-12-11 03:06:28] "GET /security-group/72bb75ab-1a1c-436a-b873-d1b5987f78c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.005519 10.0.0.61 - - [2025-12-11 03:06:29] "DELETE /security-group/72bb75ab-1a1c-436a-b873-d1b5987f78c3 HTTP/1.1" 200 115 0.062829 10.0.0.61 - - [2025-12-11 03:06:29] "POST /fqname-to-id HTTP/1.1" 404 254 0.003109 10.0.0.33 - - [2025-12-11 03:06:29] "DELETE /access-control-list/c8ebf3f2-6856-4775-bf94-3c26afd45c84 HTTP/1.1" 200 115 0.043563 10.0.0.61 - - [2025-12-11 03:06:29] "POST /fqname-to-id HTTP/1.1" 404 254 0.005513 10.0.0.61 - - [2025-12-11 03:06:30] "POST /security-groups HTTP/1.1" 200 595 0.033200 10.0.0.61 - - [2025-12-11 03:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.33 - - [2025-12-11 03:06:30] "POST /access-control-lists HTTP/1.1" 200 648 0.167143 10.0.0.61 - - [2025-12-11 03:06:30] "GET /security-group/6690f22d-c49f-4b8d-acd0-56f6e2d8d7e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.009039 10.0.0.61 - - [2025-12-11 03:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.61 - - [2025-12-11 03:06:30] "GET /security-group/6690f22d-c49f-4b8d-acd0-56f6e2d8d7e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.004715 10.0.0.61 - - [2025-12-11 03:06:30] "GET /security-group/6690f22d-c49f-4b8d-acd0-56f6e2d8d7e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.004653 10.0.0.61 - - [2025-12-11 03:06:30] "PUT /security-group/6690f22d-c49f-4b8d-acd0-56f6e2d8d7e7 HTTP/1.1" 200 262 0.020006 10.0.0.33 - - [2025-12-11 03:06:30] "PUT /access-control-list/0281ab36-4550-432b-9648-0f0caaa9c9e2 HTTP/1.1" 200 272 0.012567 10.0.0.61 - - [2025-12-11 03:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.018376 10.0.0.27 - - [2025-12-11 03:06:30] "GET /projects?obj_uuids=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000985 10.0.0.61 - - [2025-12-11 03:06:30] "GET /project/9f3fa9d5-b57e-4860-af75-7fc92b4feb19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.056744 10.0.0.27 - - [2025-12-11 03:06:30] "GET /projects?obj_uuids=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001152 10.0.0.61 - - [2025-12-11 03:06:31] "POST /neutron/network HTTP/1.1" 200 735 0.144503 10.0.0.61 - - [2025-12-11 03:06:31] "POST /id-to-fqname HTTP/1.1" 200 300 0.002880 10.0.0.61 - - [2025-12-11 03:06:31] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005631 10.0.0.61 - - [2025-12-11 03:06:31] "POST /neutron/network HTTP/1.1" 200 956 0.006692 10.0.0.61 - - [2025-12-11 03:06:31] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005064 10.0.0.33 - - [2025-12-11 03:06:31] "POST /ref-update HTTP/1.1" 200 156 0.033177 10.0.0.61 - - [2025-12-11 03:06:31] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005614 10.0.0.61 - - [2025-12-11 03:06:33] "POST /id-to-fqname HTTP/1.1" 200 300 0.002011 10.0.0.61 - - [2025-12-11 03:06:33] "POST /neutron/security_group HTTP/1.1" 200 1296 0.011138 10.0.0.27 - - [2025-12-11 03:06:33] "GET /projects?obj_uuids=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000947 10.0.0.61 - - [2025-12-11 03:06:33] "GET /project/9f3fa9d5-b57e-4860-af75-7fc92b4feb19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.062659 10.0.0.61 - - [2025-12-11 03:06:34] "POST /neutron/port HTTP/1.1" 200 117 0.005872 10.0.0.61 - - [2025-12-11 03:06:34] "POST /id-to-fqname HTTP/1.1" 200 300 0.001360 10.0.0.61 - - [2025-12-11 03:06:34] "POST /neutron/security_group HTTP/1.1" 200 1296 0.010711 10.0.0.27 - - [2025-12-11 03:06:34] "GET /projects?obj_uuids=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001252 10.0.0.61 - - [2025-12-11 03:06:34] "POST /neutron/security_group HTTP/1.1" 200 3302 0.058787 10.0.0.61 - - [2025-12-11 03:06:34] "POST /neutron/port HTTP/1.1" 200 1092 0.014404 10.0.0.27 - - [2025-12-11 03:06:35] "GET /projects?obj_uuids=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000995 10.0.0.61 - - [2025-12-11 03:06:35] "GET /project/9f3fa9d5-b57e-4860-af75-7fc92b4feb19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.091847 10.0.0.61 - - [2025-12-11 03:06:35] "POST /neutron/network HTTP/1.1" 200 956 0.008446 10.0.0.61 - - [2025-12-11 03:06:35] "POST /neutron/port HTTP/1.1" 200 117 0.001126 10.0.0.61 - - [2025-12-11 03:06:35] "POST /neutron/security_group HTTP/1.1" 200 1296 0.008242 10.0.0.61 - - [2025-12-11 03:06:35] "POST /neutron/security_group HTTP/1.1" 200 1296 0.006836 10.0.0.27 - - [2025-12-11 03:06:35] "GET /projects?obj_uuids=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000883 10.0.0.61 - - [2025-12-11 03:06:35] "POST /neutron/port HTTP/1.1" 200 1092 0.274407 10.0.0.61 - - [2025-12-11 03:06:36] "POST /neutron/port HTTP/1.1" 200 1147 0.094052 10.0.0.61 - - [2025-12-11 03:06:36] "POST /neutron/subnet HTTP/1.1" 200 708 0.010997 10.0.0.61 - - [2025-12-11 03:06:40] "POST /neutron/port HTTP/1.1" 200 1121 0.015993 10.0.0.61 - - [2025-12-11 03:06:40] "POST /neutron/security_group HTTP/1.1" 200 1296 0.009184 10.0.0.61 - - [2025-12-11 03:06:40] "POST /neutron/port HTTP/1.1" 200 1121 0.020439 10.0.0.61 - - [2025-12-11 03:06:40] "GET /virtual-machine/441a42e2-8e86-4d07-9a38-78cd11146240 HTTP/1.1" 401 292 0.000536 10.0.0.61 - - [2025-12-11 03:06:41] "GET /virtual-machine/441a42e2-8e86-4d07-9a38-78cd11146240 HTTP/1.1" 200 1322 0.038008 10.0.0.61 - - [2025-12-11 03:06:41] "GET /virtual-machine/441a42e2-8e86-4d07-9a38-78cd11146240 HTTP/1.1" 200 1322 0.003796 10.0.0.61 - - [2025-12-11 03:06:41] "GET /virtual-machine-interface/34eb9fd4-fd9d-49bb-8618-c1186c8f46d0 HTTP/1.1" 200 3262 0.005152 10.0.0.61 - - [2025-12-11 03:06:41] "GET /virtual-machine/441a42e2-8e86-4d07-9a38-78cd11146240 HTTP/1.1" 200 1322 0.003467 10.0.0.61 - - [2025-12-11 03:06:41] "GET /virtual-machine-interface/34eb9fd4-fd9d-49bb-8618-c1186c8f46d0 HTTP/1.1" 200 3262 0.005441 10.0.0.61 - - [2025-12-11 03:06:41] "GET /instance-ip/a812e9ce-bb58-4276-a93b-176d36b9cb4c HTTP/1.1" 200 1733 0.005807 10.0.0.61 - - [2025-12-11 03:06:41] "GET /virtual-machine/441a42e2-8e86-4d07-9a38-78cd11146240 HTTP/1.1" 200 1322 0.005636 10.0.0.61 - - [2025-12-11 03:06:41] "GET /virtual-machine-interface/34eb9fd4-fd9d-49bb-8618-c1186c8f46d0 HTTP/1.1" 200 3262 0.005149 10.0.0.61 - - [2025-12-11 03:06:41] "GET /instance-ip/a812e9ce-bb58-4276-a93b-176d36b9cb4c HTTP/1.1" 200 1733 0.004154 10.0.0.61 - - [2025-12-11 03:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.61 - - [2025-12-11 03:06:41] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003268 10.0.0.61 - - [2025-12-11 03:06:41] "GET /virtual-networks?parent_id=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002360 10.0.0.61 - - [2025-12-11 03:06:41] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006443 10.0.0.61 - - [2025-12-11 03:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.61 - - [2025-12-11 03:06:41] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004702 10.0.0.61 - - [2025-12-11 03:06:41] "GET /virtual-networks?parent_id=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003665 10.0.0.61 - - [2025-12-11 03:06:41] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005718 10.0.0.61 - - [2025-12-11 03:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.61 - - [2025-12-11 03:06:41] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004541 10.0.0.61 - - [2025-12-11 03:06:41] "GET /virtual-networks?parent_id=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003143 10.0.0.61 - - [2025-12-11 03:06:41] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005477 10.0.0.61 - - [2025-12-11 03:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.61 - - [2025-12-11 03:06:41] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004188 10.0.0.61 - - [2025-12-11 03:06:41] "GET /virtual-networks?parent_id=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003260 10.0.0.61 - - [2025-12-11 03:06:41] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007043 10.0.0.61 - - [2025-12-11 03:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.61 - - [2025-12-11 03:06:41] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005645 10.0.0.61 - - [2025-12-11 03:06:41] "GET /virtual-networks?parent_id=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003846 10.0.0.61 - - [2025-12-11 03:06:41] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007476 10.0.0.61 - - [2025-12-11 03:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.007296 10.0.0.61 - - [2025-12-11 03:06:41] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005585 10.0.0.61 - - [2025-12-11 03:06:41] "GET /virtual-networks?parent_id=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003983 10.0.0.61 - - [2025-12-11 03:06:41] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006294 10.0.0.61 - - [2025-12-11 03:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.61 - - [2025-12-11 03:06:41] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004737 10.0.0.61 - - [2025-12-11 03:06:41] "GET /virtual-networks?parent_id=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003076 10.0.0.61 - - [2025-12-11 03:06:42] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005593 10.0.0.61 - - [2025-12-11 03:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006087 10.0.0.61 - - [2025-12-11 03:06:45] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005934 10.0.0.61 - - [2025-12-11 03:06:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004621 10.0.0.61 - - [2025-12-11 03:06:49] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007322 10.0.0.33 - - [2025-12-11 03:06:52] "GET /obj-perms HTTP/1.1" 200 5056 0.060652 10.0.0.61 - - [2025-12-11 03:06:52] "POST /neutron/port HTTP/1.1" 200 1121 0.013718 10.0.0.61 - - [2025-12-11 03:06:52] "POST /neutron/subnet HTTP/1.1" 200 708 0.008200 10.0.0.61 - - [2025-12-11 03:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.61 - - [2025-12-11 03:06:53] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005671 10.0.0.61 - - [2025-12-11 03:06:54] "POST /neutron/port HTTP/1.1" 200 1121 0.017296 10.0.0.61 - - [2025-12-11 03:06:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004933 10.0.0.61 - - [2025-12-11 03:06:55] "POST /neutron/network HTTP/1.1" 200 956 0.008300 10.0.0.61 - - [2025-12-11 03:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.61 - - [2025-12-11 03:06:57] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005546 10.0.0.61 - - [2025-12-11 03:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.61 - - [2025-12-11 03:07:01] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.004838 10.0.0.61 - - [2025-12-11 03:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.61 - - [2025-12-11 03:07:05] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.004773 10.0.0.61 - - [2025-12-11 03:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.61 - - [2025-12-11 03:07:09] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.004568 10.0.0.61 - - [2025-12-11 03:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.61 - - [2025-12-11 03:07:13] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.004550 10.0.0.61 - - [2025-12-11 03:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.61 - - [2025-12-11 03:07:15] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003695 10.0.0.61 - - [2025-12-11 03:07:15] "GET /virtual-networks?parent_id=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.006000 10.0.0.61 - - [2025-12-11 03:07:15] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005495 10.0.0.61 - - [2025-12-11 03:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.61 - - [2025-12-11 03:07:16] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003541 10.0.0.61 - - [2025-12-11 03:07:16] "GET /virtual-networks?parent_id=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002759 10.0.0.61 - - [2025-12-11 03:07:16] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005410 10.0.0.61 - - [2025-12-11 03:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002666 10.0.0.61 - - [2025-12-11 03:07:16] "GET /routing-instance/e42b04d5-9b63-4ef0-92ff-4dbe3b263a9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.006833 10.0.0.61 - - [2025-12-11 03:07:16] "GET /route-target/f292bb84-cbab-4a48-8f79-90ad6d23f9f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004744 10.0.0.61 - - [2025-12-11 03:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.61 - - [2025-12-11 03:07:16] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003704 10.0.0.61 - - [2025-12-11 03:07:16] "GET /virtual-networks?parent_id=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003175 10.0.0.61 - - [2025-12-11 03:07:16] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005318 10.0.0.61 - - [2025-12-11 03:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.61 - - [2025-12-11 03:07:16] "GET /routing-instance/e42b04d5-9b63-4ef0-92ff-4dbe3b263a9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004319 10.0.0.61 - - [2025-12-11 03:07:16] "GET /route-target/f292bb84-cbab-4a48-8f79-90ad6d23f9f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003132 10.0.0.61 - - [2025-12-11 03:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.61 - - [2025-12-11 03:07:16] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004064 10.0.0.61 - - [2025-12-11 03:07:16] "GET /virtual-networks?parent_id=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002833 10.0.0.61 - - [2025-12-11 03:07:16] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005524 10.0.0.61 - - [2025-12-11 03:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.61 - - [2025-12-11 03:07:16] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003715 10.0.0.61 - - [2025-12-11 03:07:16] "GET /virtual-networks?parent_id=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003003 10.0.0.61 - - [2025-12-11 03:07:16] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005947 10.0.0.61 - - [2025-12-11 03:07:16] "GET /obj-perms HTTP/1.1" 200 5090 0.055493 10.0.0.27 - - [2025-12-11 03:07:17] "GET /obj-perms HTTP/1.1" 200 5090 0.067478 10.0.0.61 - - [2025-12-11 03:07:17] "GET /obj-perms HTTP/1.1" 200 5090 0.004522 10.0.0.27 - - [2025-12-11 03:07:17] "GET /obj-perms HTTP/1.1" 200 5090 0.003668 10.0.0.61 - - [2025-12-11 03:07:17] "GET /obj-perms HTTP/1.1" 200 5090 0.003690 10.0.0.61 - - [2025-12-11 03:07:17] "GET /virtual-machine/441a42e2-8e86-4d07-9a38-78cd11146240 HTTP/1.1" 200 1322 0.004424 10.0.0.61 - - [2025-12-11 03:07:17] "GET /virtual-machine-interface/34eb9fd4-fd9d-49bb-8618-c1186c8f46d0 HTTP/1.1" 200 3262 0.004904 10.0.0.61 - - [2025-12-11 03:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.61 - - [2025-12-11 03:07:17] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003210 10.0.0.61 - - [2025-12-11 03:07:17] "GET /virtual-networks?parent_id=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002704 10.0.0.61 - - [2025-12-11 03:07:17] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005652 10.0.0.61 - - [2025-12-11 03:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.61 - - [2025-12-11 03:07:18] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003593 10.0.0.61 - - [2025-12-11 03:07:18] "GET /virtual-networks?parent_id=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002855 10.0.0.61 - - [2025-12-11 03:07:18] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006733 10.0.0.27 - - [2025-12-11 03:07:22] "DELETE /project/9f3fa9d5b57e4860af757fc92b4feb19 HTTP/1.1" 404 173 0.005201 10.0.0.27 - - [2025-12-11 03:07:22] "GET /projects?obj_uuids=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000707 10.0.0.27 - - [2025-12-11 03:07:22] "GET /project/b2836822-b7d1-41dd-b8fa-2a8d68f03650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1579 0.047449 10.0.0.27 - - [2025-12-11 03:07:22] "GET /projects?obj_uuids=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002118 10.0.0.27 - - [2025-12-11 03:07:22] "GET /project/b2836822-b7d1-41dd-b8fa-2a8d68f03650?fields=security_groups HTTP/1.1" 200 1449 0.062614 10.0.0.27 - - [2025-12-11 03:07:22] "DELETE /security-group/90a14e66-06fb-4025-bf60-87be72c53496 HTTP/1.1" 200 115 0.058041 10.0.0.27 - - [2025-12-11 03:07:22] "GET /projects?obj_uuids=b2836822-b7d1-41dd-b8fa-2a8d68f03650&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000839 10.0.0.27 - - [2025-12-11 03:07:22] "GET /project/b2836822-b7d1-41dd-b8fa-2a8d68f03650?fields=application_policy_sets HTTP/1.1" 200 1488 0.036858 10.0.0.27 - - [2025-12-11 03:07:22] "DELETE /project/b2836822-b7d1-41dd-b8fa-2a8d68f03650 HTTP/1.1" 200 115 0.418201 10.0.0.61 - - [2025-12-11 03:07:23] "POST /neutron/port HTTP/1.1" 200 1121 0.014222 10.0.0.61 - - [2025-12-11 03:07:24] "POST /neutron/security_group HTTP/1.1" 200 1296 0.038707 10.0.0.61 - - [2025-12-11 03:07:29] "POST /neutron/port HTTP/1.1" 200 1121 0.017186 10.0.0.61 - - [2025-12-11 03:07:34] "POST /neutron/security_group HTTP/1.1" 200 1296 0.008238 10.0.0.61 - - [2025-12-11 03:07:34] "POST /neutron/port HTTP/1.1" 200 1121 0.015661 10.0.0.61 - - [2025-12-11 03:07:34] "POST /neutron/security_group HTTP/1.1" 200 1296 0.007455 10.0.0.61 - - [2025-12-11 03:07:34] "GET /virtual-machine/9f580a3f-cf39-4c5f-ae05-09d822970e88 HTTP/1.1" 200 1323 0.006156 10.0.0.61 - - [2025-12-11 03:07:34] "GET /virtual-machine/9f580a3f-cf39-4c5f-ae05-09d822970e88 HTTP/1.1" 200 1323 0.004090 10.0.0.61 - - [2025-12-11 03:07:34] "GET /virtual-machine-interface/fdf0b418-cb66-41b4-b930-da73cffd411d HTTP/1.1" 200 3264 0.004569 10.0.0.61 - - [2025-12-11 03:07:34] "GET /virtual-machine/9f580a3f-cf39-4c5f-ae05-09d822970e88 HTTP/1.1" 200 1323 0.003069 10.0.0.61 - - [2025-12-11 03:07:34] "GET /virtual-machine-interface/fdf0b418-cb66-41b4-b930-da73cffd411d HTTP/1.1" 200 3264 0.004538 10.0.0.61 - - [2025-12-11 03:07:34] "GET /instance-ip/b1c2f0ca-c93b-4f92-9b64-12c80bdbb64e HTTP/1.1" 200 1733 0.006463 10.0.0.61 - - [2025-12-11 03:07:34] "GET /virtual-machine/9f580a3f-cf39-4c5f-ae05-09d822970e88 HTTP/1.1" 200 1323 0.003451 10.0.0.61 - - [2025-12-11 03:07:34] "GET /virtual-machine-interface/fdf0b418-cb66-41b4-b930-da73cffd411d HTTP/1.1" 200 3264 0.004495 10.0.0.61 - - [2025-12-11 03:07:34] "GET /instance-ip/b1c2f0ca-c93b-4f92-9b64-12c80bdbb64e HTTP/1.1" 200 1733 0.003747 10.0.0.61 - - [2025-12-11 03:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.61 - - [2025-12-11 03:07:34] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.002767 10.0.0.61 - - [2025-12-11 03:07:34] "GET /virtual-networks?parent_id=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002459 10.0.0.61 - - [2025-12-11 03:07:34] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005391 10.0.0.61 - - [2025-12-11 03:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.61 - - [2025-12-11 03:07:34] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004326 10.0.0.61 - - [2025-12-11 03:07:34] "GET /virtual-networks?parent_id=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002735 10.0.0.61 - - [2025-12-11 03:07:34] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005264 10.0.0.61 - - [2025-12-11 03:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.61 - - [2025-12-11 03:07:34] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003939 10.0.0.61 - - [2025-12-11 03:07:34] "GET /virtual-networks?parent_id=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002385 10.0.0.61 - - [2025-12-11 03:07:34] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005723 10.0.0.61 - - [2025-12-11 03:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.61 - - [2025-12-11 03:07:35] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.006176 10.0.0.61 - - [2025-12-11 03:07:35] "GET /virtual-networks?parent_id=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.005097 10.0.0.61 - - [2025-12-11 03:07:35] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007614 10.0.0.61 - - [2025-12-11 03:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.61 - - [2025-12-11 03:07:35] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005600 10.0.0.61 - - [2025-12-11 03:07:35] "GET /virtual-networks?parent_id=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003401 10.0.0.61 - - [2025-12-11 03:07:35] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005486 10.0.0.61 - - [2025-12-11 03:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.61 - - [2025-12-11 03:07:35] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004244 10.0.0.61 - - [2025-12-11 03:07:35] "GET /virtual-networks?parent_id=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002763 10.0.0.61 - - [2025-12-11 03:07:35] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006566 10.0.0.61 - - [2025-12-11 03:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.61 - - [2025-12-11 03:07:35] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004123 10.0.0.61 - - [2025-12-11 03:07:35] "GET /virtual-networks?parent_id=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003258 10.0.0.61 - - [2025-12-11 03:07:35] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005791 10.0.0.61 - - [2025-12-11 03:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.61 - - [2025-12-11 03:07:36] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003330 10.0.0.61 - - [2025-12-11 03:07:36] "GET /virtual-networks?parent_id=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003191 10.0.0.61 - - [2025-12-11 03:07:36] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005337 10.0.0.61 - - [2025-12-11 03:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.61 - - [2025-12-11 03:07:36] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003204 10.0.0.61 - - [2025-12-11 03:07:36] "GET /virtual-networks?parent_id=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002407 10.0.0.61 - - [2025-12-11 03:07:36] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005581 10.0.0.61 - - [2025-12-11 03:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.61 - - [2025-12-11 03:07:36] "GET /routing-instance/e42b04d5-9b63-4ef0-92ff-4dbe3b263a9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004730 10.0.0.61 - - [2025-12-11 03:07:36] "GET /route-target/f292bb84-cbab-4a48-8f79-90ad6d23f9f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003049 10.0.0.61 - - [2025-12-11 03:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.61 - - [2025-12-11 03:07:37] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003787 10.0.0.61 - - [2025-12-11 03:07:37] "GET /virtual-networks?parent_id=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003957 10.0.0.61 - - [2025-12-11 03:07:37] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005732 10.0.0.61 - - [2025-12-11 03:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.61 - - [2025-12-11 03:07:37] "GET /routing-instance/e42b04d5-9b63-4ef0-92ff-4dbe3b263a9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004324 10.0.0.61 - - [2025-12-11 03:07:37] "GET /route-target/f292bb84-cbab-4a48-8f79-90ad6d23f9f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003509 10.0.0.61 - - [2025-12-11 03:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.61 - - [2025-12-11 03:07:37] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003966 10.0.0.61 - - [2025-12-11 03:07:37] "GET /virtual-networks?parent_id=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002638 10.0.0.61 - - [2025-12-11 03:07:37] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005461 10.0.0.61 - - [2025-12-11 03:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.61 - - [2025-12-11 03:07:37] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003581 10.0.0.61 - - [2025-12-11 03:07:37] "GET /virtual-networks?parent_id=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002275 10.0.0.61 - - [2025-12-11 03:07:37] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005522 10.0.0.27 - - [2025-12-11 03:07:37] "GET /obj-perms HTTP/1.1" 200 5090 0.003503 10.0.0.61 - - [2025-12-11 03:07:37] "GET /obj-perms HTTP/1.1" 200 5090 0.003242 10.0.0.61 - - [2025-12-11 03:07:37] "GET /obj-perms HTTP/1.1" 200 5090 0.003941 10.0.0.27 - - [2025-12-11 03:07:37] "GET /obj-perms HTTP/1.1" 200 5090 0.003580 10.0.0.61 - - [2025-12-11 03:07:37] "GET /virtual-machine/9f580a3f-cf39-4c5f-ae05-09d822970e88 HTTP/1.1" 200 1323 0.003435 10.0.0.61 - - [2025-12-11 03:07:37] "GET /virtual-machine-interface/fdf0b418-cb66-41b4-b930-da73cffd411d HTTP/1.1" 200 3264 0.004301 10.0.0.61 - - [2025-12-11 03:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.61 - - [2025-12-11 03:07:37] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.002735 10.0.0.61 - - [2025-12-11 03:07:37] "GET /virtual-networks?parent_id=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002238 10.0.0.61 - - [2025-12-11 03:07:37] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005531 10.0.0.61 - - [2025-12-11 03:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.61 - - [2025-12-11 03:07:39] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003281 10.0.0.61 - - [2025-12-11 03:07:39] "GET /virtual-networks?parent_id=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002939 10.0.0.61 - - [2025-12-11 03:07:39] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005459 10.0.0.61 - - [2025-12-11 03:07:39] "GET /virtual-machine/441a42e2-8e86-4d07-9a38-78cd11146240 HTTP/1.1" 200 1322 0.004663 10.0.0.61 - - [2025-12-11 03:07:39] "GET /virtual-machine-interface/34eb9fd4-fd9d-49bb-8618-c1186c8f46d0 HTTP/1.1" 200 3262 0.006304 10.0.0.61 - - [2025-12-11 03:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.61 - - [2025-12-11 03:07:39] "GET /security-group/6690f22d-c49f-4b8d-acd0-56f6e2d8d7e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2582 0.005268 10.0.0.61 - - [2025-12-11 03:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.61 - - [2025-12-11 03:07:39] "GET /security-group/6690f22d-c49f-4b8d-acd0-56f6e2d8d7e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2582 0.005117 10.0.0.61 - - [2025-12-11 03:07:39] "POST /neutron/port HTTP/1.1" 200 1121 0.016037 10.0.0.61 - - [2025-12-11 03:07:39] "POST /neutron/port HTTP/1.1" 200 1108 0.065535 10.0.0.61 - - [2025-12-11 03:07:39] "GET /virtual-machine/441a42e2-8e86-4d07-9a38-78cd11146240 HTTP/1.1" 200 1322 0.003901 10.0.0.61 - - [2025-12-11 03:07:39] "GET /virtual-machine-interface/34eb9fd4-fd9d-49bb-8618-c1186c8f46d0 HTTP/1.1" 200 3201 0.004518 10.0.0.61 - - [2025-12-11 03:07:39] "POST /neutron/port HTTP/1.1" 200 1108 0.009897 10.0.0.61 - - [2025-12-11 03:07:39] "GET /virtual-machine/441a42e2-8e86-4d07-9a38-78cd11146240 HTTP/1.1" 200 1322 0.004241 10.0.0.61 - - [2025-12-11 03:07:39] "GET /virtual-machine-interface/34eb9fd4-fd9d-49bb-8618-c1186c8f46d0 HTTP/1.1" 200 3262 0.006030 10.0.0.61 - - [2025-12-11 03:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002502 10.0.0.61 - - [2025-12-11 03:07:39] "GET /security-group/6690f22d-c49f-4b8d-acd0-56f6e2d8d7e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2582 0.002978 10.0.0.61 - - [2025-12-11 03:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002660 10.0.0.61 - - [2025-12-11 03:07:39] "GET /security-group/6690f22d-c49f-4b8d-acd0-56f6e2d8d7e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2582 0.003862 10.0.0.61 - - [2025-12-11 03:07:39] "POST /neutron/security_group HTTP/1.1" 200 1322 0.003736 10.0.0.61 - - [2025-12-11 03:07:39] "DELETE /security-group/6690f22d-c49f-4b8d-acd0-56f6e2d8d7e7 HTTP/1.1" 409 336 0.007734 10.0.0.61 - - [2025-12-11 03:07:54] "POST /neutron/network HTTP/1.1" 200 966 0.032755 10.0.0.61 - - [2025-12-11 03:07:54] "POST /neutron/port HTTP/1.1" 200 117 0.001202 10.0.0.61 - - [2025-12-11 03:07:56] "POST /neutron/port HTTP/1.1" 200 1121 0.021933 10.0.0.61 - - [2025-12-11 03:07:56] "POST /neutron/subnet HTTP/1.1" 200 708 0.010718 10.0.0.61 - - [2025-12-11 03:08:42] "GET /security-group/6690f22d-c49f-4b8d-acd0-56f6e2d8d7e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2582 0.005423 10.0.0.61 - - [2025-12-11 03:08:42] "PUT /security-group/6690f22d-c49f-4b8d-acd0-56f6e2d8d7e7 HTTP/1.1" 200 262 0.017764 10.0.0.33 - - [2025-12-11 03:08:42] "PUT /access-control-list/0281ab36-4550-432b-9648-0f0caaa9c9e2 HTTP/1.1" 200 272 0.057655 10.0.0.61 - - [2025-12-11 03:08:45] "POST /neutron/security_group HTTP/1.1" 200 1292 0.010122 10.0.0.61 - - [2025-12-11 03:08:45] "POST /neutron/port HTTP/1.1" 200 1147 0.010765 10.0.0.61 - - [2025-12-11 03:08:45] "GET /virtual-machine/9f580a3f-cf39-4c5f-ae05-09d822970e88 HTTP/1.1" 200 1323 0.005842 10.0.0.61 - - [2025-12-11 03:08:45] "POST /neutron/port HTTP/1.1" 200 1108 0.013385 10.0.0.61 - - [2025-12-11 03:08:47] "GET /virtual-machine/9f580a3f-cf39-4c5f-ae05-09d822970e88 HTTP/1.1" 404 171 0.003870 10.0.0.61 - - [2025-12-11 03:08:47] "GET /virtual-machine/9f580a3f-cf39-4c5f-ae05-09d822970e88 HTTP/1.1" 404 171 0.003257 10.0.0.61 - - [2025-12-11 03:08:47] "GET /virtual-machine/9f580a3f-cf39-4c5f-ae05-09d822970e88 HTTP/1.1" 404 171 0.003636 10.0.0.61 - - [2025-12-11 03:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004672 10.0.0.61 - - [2025-12-11 03:08:47] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004427 10.0.0.61 - - [2025-12-11 03:08:47] "GET /virtual-networks?parent_id=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003305 10.0.0.61 - - [2025-12-11 03:08:47] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006590 10.0.0.61 - - [2025-12-11 03:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.61 - - [2025-12-11 03:08:47] "GET /routing-instance/e42b04d5-9b63-4ef0-92ff-4dbe3b263a9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004886 10.0.0.61 - - [2025-12-11 03:08:47] "GET /route-target/f292bb84-cbab-4a48-8f79-90ad6d23f9f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003887 10.0.0.61 - - [2025-12-11 03:08:48] "GET /obj-perms HTTP/1.1" 200 5090 0.004972 10.0.0.27 - - [2025-12-11 03:08:48] "GET /obj-perms HTTP/1.1" 200 5090 0.004792 10.0.0.33 - - [2025-12-11 03:08:53] "GET /obj-perms HTTP/1.1" 200 5056 0.049548 10.0.0.27 - - [2025-12-11 03:08:54] "GET /obj-perms HTTP/1.1" 200 5090 0.003623 10.0.0.61 - - [2025-12-11 03:08:54] "GET /obj-perms HTTP/1.1" 200 5090 0.004487 10.0.0.61 - - [2025-12-11 03:08:54] "POST /neutron/port HTTP/1.1" 200 1121 0.012552 10.0.0.61 - - [2025-12-11 03:08:54] "POST /neutron/port HTTP/1.1" 200 1108 0.056552 10.0.0.61 - - [2025-12-11 03:08:54] "GET /virtual-machine/441a42e2-8e86-4d07-9a38-78cd11146240 HTTP/1.1" 200 1322 0.003716 10.0.0.61 - - [2025-12-11 03:08:55] "POST /neutron/port HTTP/1.1" 200 151 0.174740 10.0.0.61 - - [2025-12-11 03:08:56] "GET /virtual-machine/441a42e2-8e86-4d07-9a38-78cd11146240 HTTP/1.1" 404 171 0.003233 10.0.0.61 - - [2025-12-11 03:08:56] "GET /virtual-machine/441a42e2-8e86-4d07-9a38-78cd11146240 HTTP/1.1" 404 171 0.002745 10.0.0.61 - - [2025-12-11 03:08:56] "GET /virtual-machine/441a42e2-8e86-4d07-9a38-78cd11146240 HTTP/1.1" 404 171 0.002520 10.0.0.61 - - [2025-12-11 03:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.61 - - [2025-12-11 03:08:56] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003648 10.0.0.61 - - [2025-12-11 03:08:56] "GET /virtual-networks?parent_id=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002576 10.0.0.61 - - [2025-12-11 03:08:56] "GET /virtual-network/358d4ccb-0d32-4bd9-9d4a-beec6016f665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006051 10.0.0.61 - - [2025-12-11 03:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002692 10.0.0.61 - - [2025-12-11 03:08:56] "GET /routing-instance/e42b04d5-9b63-4ef0-92ff-4dbe3b263a9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004531 10.0.0.61 - - [2025-12-11 03:08:56] "GET /route-target/f292bb84-cbab-4a48-8f79-90ad6d23f9f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003268 10.0.0.61 - - [2025-12-11 03:08:59] "GET /obj-perms HTTP/1.1" 200 5090 0.004872 10.0.0.27 - - [2025-12-11 03:09:00] "GET /obj-perms HTTP/1.1" 200 5090 0.004074 10.0.0.61 - - [2025-12-11 03:09:09] "GET /obj-perms HTTP/1.1" 200 5090 0.003559 10.0.0.27 - - [2025-12-11 03:09:09] "GET /obj-perms HTTP/1.1" 200 5090 0.003774 10.0.0.61 - - [2025-12-11 03:09:18] "GET /obj-perms HTTP/1.1" 200 5090 0.004820 10.0.0.27 - - [2025-12-11 03:09:18] "GET /obj-perms HTTP/1.1" 200 5090 0.004298 10.0.0.61 - - [2025-12-11 03:09:24] "GET /obj-perms HTTP/1.1" 200 5090 0.004155 10.0.0.27 - - [2025-12-11 03:09:24] "GET /obj-perms HTTP/1.1" 200 5090 0.005540 10.0.0.33 - - [2025-12-11 03:09:24] "DELETE /route-target/f292bb84-cbab-4a48-8f79-90ad6d23f9f5 HTTP/1.1" 200 115 0.021304 10.0.0.61 - - [2025-12-11 03:09:24] "DELETE /security-group/6690f22d-c49f-4b8d-acd0-56f6e2d8d7e7 HTTP/1.1" 200 115 0.045363 10.0.0.61 - - [2025-12-11 03:09:24] "POST /fqname-to-id HTTP/1.1" 404 254 0.003781 10.0.0.27 - - [2025-12-11 03:09:26] "GET /projects?obj_uuids=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001063 10.0.0.61 - - [2025-12-11 03:09:26] "GET /project/9f3fa9d5-b57e-4860-af75-7fc92b4feb19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.055529 10.0.0.27 - - [2025-12-11 03:09:26] "GET /projects?obj_uuids=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000819 10.0.0.61 - - [2025-12-11 03:09:26] "GET /project/9f3fa9d5-b57e-4860-af75-7fc92b4feb19?fields=virtual_networks HTTP/1.1" 200 1103 0.082278 10.0.0.27 - - [2025-12-11 03:09:26] "GET /projects?obj_uuids=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000880 10.0.0.61 - - [2025-12-11 03:09:26] "GET /project/9f3fa9d5-b57e-4860-af75-7fc92b4feb19?fields=virtual_machine_interfaces HTTP/1.1" 200 1103 0.033698 10.0.0.27 - - [2025-12-11 03:09:26] "GET /projects?obj_uuids=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000867 10.0.0.61 - - [2025-12-11 03:09:26] "GET /project/9f3fa9d5-b57e-4860-af75-7fc92b4feb19?fields=security_groups HTTP/1.1" 200 1359 0.048905 10.0.0.61 - - [2025-12-11 03:09:27] "POST /fqname-to-id HTTP/1.1" 404 209 0.025921 10.0.0.27 - - [2025-12-11 03:09:27] "GET /projects?obj_uuids=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003109 10.0.0.27 - - [2025-12-11 03:09:27] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001186 10.0.0.27 - - [2025-12-11 03:09:27] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008471 10.0.0.27 - - [2025-12-11 03:09:27] "POST /id-to-fqname HTTP/1.1" 200 212 0.002340 10.0.0.27 - - [2025-12-11 03:09:27] "POST /fqname-to-id HTTP/1.1" 404 222 0.008404 10.0.0.27 - - [2025-12-11 03:09:27] "POST /security-groups HTTP/1.1" 200 612 0.036748 10.0.0.33 - - [2025-12-11 03:09:27] "POST /fqname-to-id HTTP/1.1" 404 255 0.003367 10.0.0.27 - - [2025-12-11 03:09:28] "POST /projects HTTP/1.1" 200 627 0.225733 10.0.0.27 - - [2025-12-11 03:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.295810 10.0.0.33 - - [2025-12-11 03:09:28] "POST /access-control-lists HTTP/1.1" 200 615 0.029572 10.0.0.61 - - [2025-12-11 03:09:28] "GET /project/61c36f0e-847a-4be3-8439-f75a5214c14c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.424848 10.0.0.61 - - [2025-12-11 03:09:29] "GET / HTTP/1.1" 200 35931 0.002075 10.0.0.61 - - [2025-12-11 03:09:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000452 10.0.0.61 - - [2025-12-11 03:09:31] "POST /fqname-to-id HTTP/1.1" 404 245 0.096291 10.0.0.27 - - [2025-12-11 03:09:31] "GET /projects?obj_uuids=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001478 10.0.0.33 - - [2025-12-11 03:09:31] "POST /fqname-to-id HTTP/1.1" 404 276 0.009977 10.0.0.33 - - [2025-12-11 03:09:31] "PUT /access-control-list/9d5c034e-9d64-49b2-aea9-ebd319f043bc HTTP/1.1" 200 272 0.023616 10.0.0.61 - - [2025-12-11 03:09:31] "POST /neutron/security_group HTTP/1.1" 200 1423 0.374936 10.0.0.61 - - [2025-12-11 03:09:31] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.142514 10.0.0.33 - - [2025-12-11 03:09:32] "PUT /access-control-list/9d5c034e-9d64-49b2-aea9-ebd319f043bc HTTP/1.1" 200 272 0.015988 10.0.0.61 - - [2025-12-11 03:09:32] "POST /neutron/security_group_rule HTTP/1.1" 200 586 0.115121 10.0.0.61 - - [2025-12-11 03:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005467 10.0.0.61 - - [2025-12-11 03:09:32] "GET /security-group/e579d1b8-a5ed-4980-878e-b2bc73a931ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.003134 10.0.0.61 - - [2025-12-11 03:09:32] "POST /fqname-to-id HTTP/1.1" 404 245 0.003049 10.0.0.33 - - [2025-12-11 03:09:32] "DELETE /access-control-list/9d5c034e-9d64-49b2-aea9-ebd319f043bc HTTP/1.1" 200 115 0.026469 10.0.0.61 - - [2025-12-11 03:09:33] "POST /fqname-to-id HTTP/1.1" 404 245 0.003280 10.0.0.27 - - [2025-12-11 03:09:33] "GET /projects?obj_uuids=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001001 10.0.0.33 - - [2025-12-11 03:09:33] "POST /fqname-to-id HTTP/1.1" 404 276 0.004036 10.0.0.33 - - [2025-12-11 03:09:33] "PUT /access-control-list/22bba300-e8f7-4e44-b6b4-472927f9a358 HTTP/1.1" 200 272 0.017425 10.0.0.61 - - [2025-12-11 03:09:33] "POST /neutron/security_group HTTP/1.1" 200 1423 0.330172 10.0.0.61 - - [2025-12-11 03:09:33] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.173092 10.0.0.33 - - [2025-12-11 03:09:34] "PUT /access-control-list/22bba300-e8f7-4e44-b6b4-472927f9a358 HTTP/1.1" 200 272 0.017400 10.0.0.61 - - [2025-12-11 03:09:34] "POST /neutron/security_group_rule HTTP/1.1" 200 586 0.142356 10.0.0.61 - - [2025-12-11 03:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.61 - - [2025-12-11 03:09:34] "GET /security-group/c3eaf25b-eb38-4a1c-b6c9-fc044f23dd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2004 0.002840 10.0.0.61 - - [2025-12-11 03:09:34] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.155155 10.0.0.33 - - [2025-12-11 03:09:34] "PUT /access-control-list/22bba300-e8f7-4e44-b6b4-472927f9a358 HTTP/1.1" 200 272 0.011392 10.0.0.61 - - [2025-12-11 03:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.27 - - [2025-12-11 03:09:35] "GET /projects?obj_uuids=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000997 10.0.0.61 - - [2025-12-11 03:09:35] "GET /project/61c36f0e-847a-4be3-8439-f75a5214c14c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.045289 10.0.0.61 - - [2025-12-11 03:09:35] "POST /neutron/network HTTP/1.1" 200 117 0.010868 10.0.0.33 - - [2025-12-11 03:09:35] "POST /ref-update HTTP/1.1" 200 156 0.021694 10.0.0.61 - - [2025-12-11 03:09:35] "POST /neutron/network HTTP/1.1" 200 923 0.007740 10.0.0.61 - - [2025-12-11 03:09:35] "POST /id-to-fqname HTTP/1.1" 200 282 0.001081 10.0.0.61 - - [2025-12-11 03:09:35] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.004133 10.0.0.61 - - [2025-12-11 03:09:35] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.004751 10.0.0.61 - - [2025-12-11 03:09:35] "POST /neutron/subnet HTTP/1.1" 200 705 0.008252 10.0.0.61 - - [2025-12-11 03:09:35] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.005563 10.0.0.33 - - [2025-12-11 03:09:36] "GET /obj-perms HTTP/1.1" 200 5072 0.053169 10.0.0.61 - - [2025-12-11 03:09:37] "POST /id-to-fqname HTTP/1.1" 200 282 0.001943 10.0.0.27 - - [2025-12-11 03:09:38] "GET /projects?obj_uuids=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001267 10.0.0.61 - - [2025-12-11 03:09:38] "GET /project/61c36f0e-847a-4be3-8439-f75a5214c14c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.077621 10.0.0.61 - - [2025-12-11 03:09:38] "POST /neutron/network HTTP/1.1" 200 923 0.028918 10.0.0.61 - - [2025-12-11 03:09:38] "POST /id-to-fqname HTTP/1.1" 200 282 0.001283 10.0.0.61 - - [2025-12-11 03:09:38] "POST /neutron/port HTTP/1.1" 200 117 0.005603 10.0.0.61 - - [2025-12-11 03:09:38] "POST /neutron/network HTTP/1.1" 200 933 0.008321 10.0.0.61 - - [2025-12-11 03:09:39] "POST /neutron/port HTTP/1.1" 200 1077 0.044189 10.0.0.27 - - [2025-12-11 03:09:39] "GET /projects?obj_uuids=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001205 10.0.0.61 - - [2025-12-11 03:09:39] "GET /project/61c36f0e-847a-4be3-8439-f75a5214c14c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.122903 10.0.0.61 - - [2025-12-11 03:09:39] "POST /neutron/network HTTP/1.1" 200 923 0.006486 10.0.0.61 - - [2025-12-11 03:09:39] "POST /neutron/subnet HTTP/1.1" 200 679 0.011104 10.0.0.61 - - [2025-12-11 03:09:39] "POST /neutron/port HTTP/1.1" 200 1105 0.016552 10.0.0.61 - - [2025-12-11 03:09:39] "POST /neutron/port HTTP/1.1" 200 1105 0.014745 10.0.0.27 - - [2025-12-11 03:09:39] "GET /projects?obj_uuids=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000912 10.0.0.61 - - [2025-12-11 03:09:39] "POST /neutron/security_group HTTP/1.1" 200 3406 0.043447 10.0.0.61 - - [2025-12-11 03:09:40] "POST /neutron/port HTTP/1.1" 200 1077 0.015386 10.0.0.61 - - [2025-12-11 03:09:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003972 10.0.0.61 - - [2025-12-11 03:09:40] "POST /neutron/network HTTP/1.1" 200 923 0.006010 10.0.0.61 - - [2025-12-11 03:09:44] "POST /neutron/port HTTP/1.1" 200 1105 0.016529 10.0.0.61 - - [2025-12-11 03:09:44] "POST /neutron/security_group HTTP/1.1" 200 1409 0.009105 10.0.0.61 - - [2025-12-11 03:09:45] "GET /virtual-machine/cde929a2-5717-4b75-b03f-382ea07bf04a HTTP/1.1" 401 292 0.000415 10.0.0.61 - - [2025-12-11 03:09:45] "GET /virtual-machine/cde929a2-5717-4b75-b03f-382ea07bf04a HTTP/1.1" 200 1314 0.028608 10.0.0.61 - - [2025-12-11 03:09:45] "GET /virtual-machine/cde929a2-5717-4b75-b03f-382ea07bf04a HTTP/1.1" 200 1314 0.002807 10.0.0.61 - - [2025-12-11 03:09:45] "GET /virtual-machine-interface/e681d1a3-850a-42c5-9906-e46d974b318c HTTP/1.1" 200 3192 0.004272 10.0.0.61 - - [2025-12-11 03:09:45] "GET /virtual-machine/cde929a2-5717-4b75-b03f-382ea07bf04a HTTP/1.1" 200 1314 0.003367 10.0.0.61 - - [2025-12-11 03:09:45] "GET /virtual-machine-interface/e681d1a3-850a-42c5-9906-e46d974b318c HTTP/1.1" 200 3192 0.005171 10.0.0.61 - - [2025-12-11 03:09:45] "GET /instance-ip/00507d46-7d4f-4069-aac5-e862fc390b0e HTTP/1.1" 200 1697 0.005060 10.0.0.61 - - [2025-12-11 03:09:45] "GET /virtual-machine/cde929a2-5717-4b75-b03f-382ea07bf04a HTTP/1.1" 200 1314 0.002800 10.0.0.61 - - [2025-12-11 03:09:45] "GET /virtual-machine-interface/e681d1a3-850a-42c5-9906-e46d974b318c HTTP/1.1" 200 3192 0.004286 10.0.0.61 - - [2025-12-11 03:09:45] "GET /instance-ip/00507d46-7d4f-4069-aac5-e862fc390b0e HTTP/1.1" 200 1697 0.003467 10.0.0.61 - - [2025-12-11 03:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002581 10.0.0.61 - - [2025-12-11 03:09:45] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.002990 10.0.0.61 - - [2025-12-11 03:09:45] "GET /virtual-networks?parent_id=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002538 10.0.0.61 - - [2025-12-11 03:09:45] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.005379 10.0.0.61 - - [2025-12-11 03:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.61 - - [2025-12-11 03:09:45] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004222 10.0.0.61 - - [2025-12-11 03:09:45] "GET /virtual-networks?parent_id=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002470 10.0.0.61 - - [2025-12-11 03:09:45] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.005042 10.0.0.61 - - [2025-12-11 03:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.61 - - [2025-12-11 03:09:45] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004104 10.0.0.61 - - [2025-12-11 03:09:45] "GET /virtual-networks?parent_id=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002871 10.0.0.61 - - [2025-12-11 03:09:45] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.006047 10.0.0.61 - - [2025-12-11 03:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.61 - - [2025-12-11 03:09:45] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004108 10.0.0.61 - - [2025-12-11 03:09:45] "GET /virtual-networks?parent_id=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003672 10.0.0.61 - - [2025-12-11 03:09:45] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.005888 10.0.0.61 - - [2025-12-11 03:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.61 - - [2025-12-11 03:09:45] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004097 10.0.0.61 - - [2025-12-11 03:09:45] "GET /virtual-networks?parent_id=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002338 10.0.0.61 - - [2025-12-11 03:09:46] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.005583 10.0.0.61 - - [2025-12-11 03:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.61 - - [2025-12-11 03:09:46] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005655 10.0.0.61 - - [2025-12-11 03:09:46] "GET /virtual-networks?parent_id=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003602 10.0.0.61 - - [2025-12-11 03:09:46] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.006853 10.0.0.61 - - [2025-12-11 03:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004306 10.0.0.61 - - [2025-12-11 03:09:46] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005987 10.0.0.61 - - [2025-12-11 03:09:46] "GET /virtual-networks?parent_id=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003563 10.0.0.61 - - [2025-12-11 03:09:46] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.008601 10.0.0.61 - - [2025-12-11 03:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004906 10.0.0.61 - - [2025-12-11 03:09:49] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.004617 10.0.0.61 - - [2025-12-11 03:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.61 - - [2025-12-11 03:09:53] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.004878 10.0.0.61 - - [2025-12-11 03:09:54] "GET /obj-perms HTTP/1.1" 200 5056 0.052602 10.0.0.61 - - [2025-12-11 03:09:55] "POST /neutron/port HTTP/1.1" 200 1105 0.014856 10.0.0.61 - - [2025-12-11 03:09:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004628 10.0.0.61 - - [2025-12-11 03:09:56] "POST /neutron/network HTTP/1.1" 200 923 0.007550 10.0.0.61 - - [2025-12-11 03:09:56] "POST /neutron/network HTTP/1.1" 200 933 0.006357 10.0.0.61 - - [2025-12-11 03:09:56] "POST /neutron/port HTTP/1.1" 200 117 0.001365 10.0.0.61 - - [2025-12-11 03:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.61 - - [2025-12-11 03:09:57] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.009228 10.0.0.61 - - [2025-12-11 03:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.61 - - [2025-12-11 03:10:01] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.008676 10.0.0.61 - - [2025-12-11 03:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.61 - - [2025-12-11 03:10:05] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.005100 10.0.0.61 - - [2025-12-11 03:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.61 - - [2025-12-11 03:10:09] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.005822 10.0.0.61 - - [2025-12-11 03:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004719 10.0.0.61 - - [2025-12-11 03:10:13] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.006257 10.0.0.61 - - [2025-12-11 03:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.61 - - [2025-12-11 03:10:18] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.004924 10.0.0.61 - - [2025-12-11 03:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.61 - - [2025-12-11 03:10:20] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004089 10.0.0.61 - - [2025-12-11 03:10:20] "GET /virtual-networks?parent_id=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002941 10.0.0.61 - - [2025-12-11 03:10:20] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.005136 10.0.0.61 - - [2025-12-11 03:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.61 - - [2025-12-11 03:10:20] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004861 10.0.0.61 - - [2025-12-11 03:10:20] "GET /virtual-networks?parent_id=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004384 10.0.0.61 - - [2025-12-11 03:10:20] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.007042 10.0.0.61 - - [2025-12-11 03:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.61 - - [2025-12-11 03:10:20] "GET /routing-instance/365cba4e-d256-46a4-ad65-b5d797a9db40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004414 10.0.0.61 - - [2025-12-11 03:10:20] "GET /route-target/9ad4311f-c2ab-420a-be67-065870f3c86b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003462 10.0.0.61 - - [2025-12-11 03:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.61 - - [2025-12-11 03:10:20] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004037 10.0.0.61 - - [2025-12-11 03:10:20] "GET /virtual-networks?parent_id=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002682 10.0.0.61 - - [2025-12-11 03:10:20] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.005653 10.0.0.61 - - [2025-12-11 03:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.61 - - [2025-12-11 03:10:20] "GET /routing-instance/365cba4e-d256-46a4-ad65-b5d797a9db40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.003958 10.0.0.61 - - [2025-12-11 03:10:20] "GET /route-target/9ad4311f-c2ab-420a-be67-065870f3c86b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003054 10.0.0.61 - - [2025-12-11 03:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.61 - - [2025-12-11 03:10:20] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004068 10.0.0.61 - - [2025-12-11 03:10:20] "GET /virtual-networks?parent_id=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005201 10.0.0.61 - - [2025-12-11 03:10:20] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.005046 10.0.0.61 - - [2025-12-11 03:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.61 - - [2025-12-11 03:10:21] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004230 10.0.0.61 - - [2025-12-11 03:10:21] "GET /virtual-networks?parent_id=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003361 10.0.0.61 - - [2025-12-11 03:10:21] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.005909 10.0.0.27 - - [2025-12-11 03:10:21] "GET /obj-perms HTTP/1.1" 200 5072 0.045127 10.0.0.61 - - [2025-12-11 03:10:21] "GET /obj-perms HTTP/1.1" 200 5072 0.054728 10.0.0.61 - - [2025-12-11 03:10:21] "GET /obj-perms HTTP/1.1" 200 5072 0.003632 10.0.0.27 - - [2025-12-11 03:10:21] "GET /obj-perms HTTP/1.1" 200 5072 0.004494 10.0.0.61 - - [2025-12-11 03:10:21] "GET /virtual-machine/cde929a2-5717-4b75-b03f-382ea07bf04a HTTP/1.1" 200 1314 0.003707 10.0.0.61 - - [2025-12-11 03:10:21] "GET /virtual-machine-interface/e681d1a3-850a-42c5-9906-e46d974b318c HTTP/1.1" 200 3192 0.004808 10.0.0.61 - - [2025-12-11 03:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.61 - - [2025-12-11 03:10:21] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003198 10.0.0.61 - - [2025-12-11 03:10:21] "GET /virtual-networks?parent_id=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003105 10.0.0.61 - - [2025-12-11 03:10:21] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.006319 10.0.0.61 - - [2025-12-11 03:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004310 10.0.0.61 - - [2025-12-11 03:10:22] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004145 10.0.0.61 - - [2025-12-11 03:10:22] "GET /virtual-networks?parent_id=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003305 10.0.0.61 - - [2025-12-11 03:10:22] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.006315 10.0.0.61 - - [2025-12-11 03:10:22] "POST /neutron/security_group HTTP/1.1" 200 1409 0.008093 10.0.0.27 - - [2025-12-11 03:10:23] "DELETE /project/61c36f0e847a4be38439f75a5214c14c HTTP/1.1" 404 173 0.005560 10.0.0.27 - - [2025-12-11 03:10:23] "GET /projects?obj_uuids=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000730 10.0.0.27 - - [2025-12-11 03:10:23] "GET /project/9f3fa9d5-b57e-4860-af75-7fc92b4feb19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1599 0.039883 10.0.0.27 - - [2025-12-11 03:10:23] "GET /projects?obj_uuids=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001005 10.0.0.27 - - [2025-12-11 03:10:23] "GET /project/9f3fa9d5-b57e-4860-af75-7fc92b4feb19?fields=security_groups HTTP/1.1" 200 1464 0.048639 10.0.0.27 - - [2025-12-11 03:10:23] "DELETE /security-group/3fe75766-6a8a-4bcf-a913-2240cd941153 HTTP/1.1" 200 115 0.077575 10.0.0.27 - - [2025-12-11 03:10:23] "GET /projects?obj_uuids=9f3fa9d5-b57e-4860-af75-7fc92b4feb19&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001468 10.0.0.27 - - [2025-12-11 03:10:23] "GET /project/9f3fa9d5-b57e-4860-af75-7fc92b4feb19?fields=application_policy_sets HTTP/1.1" 200 1503 0.065590 10.0.0.27 - - [2025-12-11 03:10:23] "DELETE /project/9f3fa9d5-b57e-4860-af75-7fc92b4feb19 HTTP/1.1" 404 190 0.492260 10.0.0.61 - - [2025-12-11 03:10:28] "POST /neutron/port HTTP/1.1" 200 1105 0.016992 10.0.0.61 - - [2025-12-11 03:10:30] "POST /neutron/security_group HTTP/1.1" 200 1409 0.006216 10.0.0.61 - - [2025-12-11 03:10:38] "POST /neutron/port HTTP/1.1" 200 1105 0.016972 10.0.0.61 - - [2025-12-11 03:10:43] "POST /neutron/security_group HTTP/1.1" 200 1409 0.007601 10.0.0.61 - - [2025-12-11 03:10:43] "POST /neutron/port HTTP/1.1" 200 1105 0.015661 10.0.0.61 - - [2025-12-11 03:10:43] "POST /neutron/security_group HTTP/1.1" 200 1409 0.007087 10.0.0.61 - - [2025-12-11 03:10:44] "GET /virtual-machine/397f2f65-dd3f-4c43-bbff-4b76ad3e4027 HTTP/1.1" 200 1313 0.004931 10.0.0.61 - - [2025-12-11 03:10:44] "GET /virtual-machine/397f2f65-dd3f-4c43-bbff-4b76ad3e4027 HTTP/1.1" 200 1313 0.002867 10.0.0.61 - - [2025-12-11 03:10:44] "GET /virtual-machine-interface/b2a5b51e-2931-4b13-99d9-26eacbb4a020 HTTP/1.1" 200 3192 0.004008 10.0.0.61 - - [2025-12-11 03:10:44] "GET /virtual-machine/397f2f65-dd3f-4c43-bbff-4b76ad3e4027 HTTP/1.1" 200 1313 0.003111 10.0.0.61 - - [2025-12-11 03:10:44] "GET /virtual-machine-interface/b2a5b51e-2931-4b13-99d9-26eacbb4a020 HTTP/1.1" 200 3192 0.004126 10.0.0.61 - - [2025-12-11 03:10:44] "GET /instance-ip/ed100206-da6f-4e84-b90d-06d3a77107c0 HTTP/1.1" 200 1700 0.005233 10.0.0.61 - - [2025-12-11 03:10:44] "GET /virtual-machine/397f2f65-dd3f-4c43-bbff-4b76ad3e4027 HTTP/1.1" 200 1313 0.002656 10.0.0.61 - - [2025-12-11 03:10:44] "GET /virtual-machine-interface/b2a5b51e-2931-4b13-99d9-26eacbb4a020 HTTP/1.1" 200 3192 0.005313 10.0.0.61 - - [2025-12-11 03:10:44] "GET /instance-ip/ed100206-da6f-4e84-b90d-06d3a77107c0 HTTP/1.1" 200 1700 0.003198 10.0.0.61 - - [2025-12-11 03:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.61 - - [2025-12-11 03:10:44] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003199 10.0.0.61 - - [2025-12-11 03:10:44] "GET /virtual-networks?parent_id=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002450 10.0.0.61 - - [2025-12-11 03:10:44] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.006810 10.0.0.61 - - [2025-12-11 03:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.61 - - [2025-12-11 03:10:44] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005000 10.0.0.61 - - [2025-12-11 03:10:44] "GET /virtual-networks?parent_id=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003496 10.0.0.61 - - [2025-12-11 03:10:44] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.006966 10.0.0.61 - - [2025-12-11 03:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.61 - - [2025-12-11 03:10:44] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005111 10.0.0.61 - - [2025-12-11 03:10:44] "GET /virtual-networks?parent_id=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003738 10.0.0.61 - - [2025-12-11 03:10:44] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.006985 10.0.0.61 - - [2025-12-11 03:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.61 - - [2025-12-11 03:10:44] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003995 10.0.0.61 - - [2025-12-11 03:10:44] "GET /virtual-networks?parent_id=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003336 10.0.0.61 - - [2025-12-11 03:10:44] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.006773 10.0.0.61 - - [2025-12-11 03:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.61 - - [2025-12-11 03:10:44] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004943 10.0.0.61 - - [2025-12-11 03:10:44] "GET /virtual-networks?parent_id=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003778 10.0.0.61 - - [2025-12-11 03:10:44] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.005459 10.0.0.61 - - [2025-12-11 03:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006747 10.0.0.61 - - [2025-12-11 03:10:44] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003986 10.0.0.61 - - [2025-12-11 03:10:44] "GET /virtual-networks?parent_id=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002911 10.0.0.61 - - [2025-12-11 03:10:44] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.006093 10.0.0.61 - - [2025-12-11 03:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.61 - - [2025-12-11 03:10:44] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004236 10.0.0.61 - - [2025-12-11 03:10:44] "GET /virtual-networks?parent_id=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003103 10.0.0.61 - - [2025-12-11 03:10:44] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.005342 10.0.0.61 - - [2025-12-11 03:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.61 - - [2025-12-11 03:10:46] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003436 10.0.0.61 - - [2025-12-11 03:10:46] "GET /virtual-networks?parent_id=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002636 10.0.0.61 - - [2025-12-11 03:10:46] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.005220 10.0.0.61 - - [2025-12-11 03:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.61 - - [2025-12-11 03:10:46] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003026 10.0.0.61 - - [2025-12-11 03:10:46] "GET /virtual-networks?parent_id=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002609 10.0.0.61 - - [2025-12-11 03:10:46] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.005793 10.0.0.61 - - [2025-12-11 03:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.61 - - [2025-12-11 03:10:46] "GET /routing-instance/365cba4e-d256-46a4-ad65-b5d797a9db40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004381 10.0.0.61 - - [2025-12-11 03:10:46] "GET /route-target/9ad4311f-c2ab-420a-be67-065870f3c86b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003655 10.0.0.61 - - [2025-12-11 03:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.61 - - [2025-12-11 03:10:46] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005002 10.0.0.61 - - [2025-12-11 03:10:46] "GET /virtual-networks?parent_id=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003443 10.0.0.61 - - [2025-12-11 03:10:46] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.005810 10.0.0.61 - - [2025-12-11 03:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.61 - - [2025-12-11 03:10:46] "GET /routing-instance/365cba4e-d256-46a4-ad65-b5d797a9db40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004477 10.0.0.61 - - [2025-12-11 03:10:46] "GET /route-target/9ad4311f-c2ab-420a-be67-065870f3c86b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003071 10.0.0.61 - - [2025-12-11 03:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.61 - - [2025-12-11 03:10:46] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004791 10.0.0.61 - - [2025-12-11 03:10:46] "GET /virtual-networks?parent_id=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003204 10.0.0.61 - - [2025-12-11 03:10:46] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.005046 10.0.0.61 - - [2025-12-11 03:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004388 10.0.0.61 - - [2025-12-11 03:10:46] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003802 10.0.0.61 - - [2025-12-11 03:10:46] "GET /virtual-networks?parent_id=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002500 10.0.0.61 - - [2025-12-11 03:10:47] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.006168 10.0.0.61 - - [2025-12-11 03:10:47] "GET /obj-perms HTTP/1.1" 200 5072 0.003651 10.0.0.27 - - [2025-12-11 03:10:47] "GET /obj-perms HTTP/1.1" 200 5072 0.003624 10.0.0.61 - - [2025-12-11 03:10:47] "GET /obj-perms HTTP/1.1" 200 5072 0.004003 10.0.0.27 - - [2025-12-11 03:10:47] "GET /obj-perms HTTP/1.1" 200 5072 0.003532 10.0.0.33 - - [2025-12-11 03:10:47] "GET /obj-perms HTTP/1.1" 200 5072 0.004017 10.0.0.61 - - [2025-12-11 03:10:47] "GET /virtual-machine/397f2f65-dd3f-4c43-bbff-4b76ad3e4027 HTTP/1.1" 200 1313 0.003882 10.0.0.61 - - [2025-12-11 03:10:47] "GET /virtual-machine-interface/b2a5b51e-2931-4b13-99d9-26eacbb4a020 HTTP/1.1" 200 3192 0.004388 10.0.0.61 - - [2025-12-11 03:10:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.61 - - [2025-12-11 03:10:47] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003916 10.0.0.61 - - [2025-12-11 03:10:47] "GET /virtual-networks?parent_id=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003425 10.0.0.61 - - [2025-12-11 03:10:47] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.005907 10.0.0.61 - - [2025-12-11 03:10:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.61 - - [2025-12-11 03:10:48] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003183 10.0.0.61 - - [2025-12-11 03:10:48] "GET /virtual-networks?parent_id=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002588 10.0.0.61 - - [2025-12-11 03:10:48] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.005409 10.0.0.61 - - [2025-12-11 03:10:48] "GET /virtual-machine/cde929a2-5717-4b75-b03f-382ea07bf04a HTTP/1.1" 200 1314 0.005137 10.0.0.61 - - [2025-12-11 03:10:48] "GET /virtual-machine-interface/e681d1a3-850a-42c5-9906-e46d974b318c HTTP/1.1" 200 3192 0.005366 10.0.0.61 - - [2025-12-11 03:10:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.61 - - [2025-12-11 03:10:48] "GET /security-group/c3eaf25b-eb38-4a1c-b6c9-fc044f23dd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.003501 10.0.0.61 - - [2025-12-11 03:10:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002398 10.0.0.61 - - [2025-12-11 03:10:48] "GET /security-group/c3eaf25b-eb38-4a1c-b6c9-fc044f23dd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.004423 10.0.0.61 - - [2025-12-11 03:10:48] "POST /neutron/port HTTP/1.1" 200 1105 0.014058 10.0.0.61 - - [2025-12-11 03:10:49] "POST /neutron/port HTTP/1.1" 200 1093 0.062914 10.0.0.61 - - [2025-12-11 03:10:49] "GET /virtual-machine/cde929a2-5717-4b75-b03f-382ea07bf04a HTTP/1.1" 200 1314 0.003172 10.0.0.61 - - [2025-12-11 03:10:49] "GET /virtual-machine-interface/e681d1a3-850a-42c5-9906-e46d974b318c HTTP/1.1" 200 3140 0.003847 10.0.0.61 - - [2025-12-11 03:10:49] "POST /neutron/port HTTP/1.1" 200 1093 0.010283 10.0.0.61 - - [2025-12-11 03:10:49] "GET /virtual-machine/cde929a2-5717-4b75-b03f-382ea07bf04a HTTP/1.1" 200 1314 0.003436 10.0.0.61 - - [2025-12-11 03:10:49] "GET /virtual-machine-interface/e681d1a3-850a-42c5-9906-e46d974b318c HTTP/1.1" 200 3192 0.007293 10.0.0.61 - - [2025-12-11 03:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.007673 10.0.0.61 - - [2025-12-11 03:10:49] "GET /security-group/c3eaf25b-eb38-4a1c-b6c9-fc044f23dd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.004127 10.0.0.61 - - [2025-12-11 03:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.61 - - [2025-12-11 03:10:49] "GET /security-group/c3eaf25b-eb38-4a1c-b6c9-fc044f23dd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.004341 10.0.0.61 - - [2025-12-11 03:10:49] "POST /neutron/security_group HTTP/1.1" 200 1435 0.004866 10.0.0.61 - - [2025-12-11 03:10:55] "GET /obj-perms HTTP/1.1" 200 5056 0.054000 10.0.0.61 - - [2025-12-11 03:10:56] "POST /neutron/port HTTP/1.1" 200 1105 0.015182 10.0.0.61 - - [2025-12-11 03:10:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004275 10.0.0.61 - - [2025-12-11 03:10:56] "POST /neutron/network HTTP/1.1" 200 923 0.007068 10.0.0.61 - - [2025-12-11 03:10:56] "POST /neutron/network HTTP/1.1" 200 933 0.006846 10.0.0.61 - - [2025-12-11 03:10:57] "POST /neutron/port HTTP/1.1" 200 117 0.001537 10.0.0.27 - - [2025-12-11 03:11:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.27 - - [2025-12-11 03:11:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.27 - - [2025-12-11 03:11:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.27 - - [2025-12-11 03:11:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.33 - - [2025-12-11 03:11:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.33 - - [2025-12-11 03:11:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.33 - - [2025-12-11 03:11:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000500 10.0.0.33 - - [2025-12-11 03:11:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.61 - - [2025-12-11 03:11:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.61 - - [2025-12-11 03:11:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.61 - - [2025-12-11 03:11:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.61 - - [2025-12-11 03:11:25] "GET /global-system-configs HTTP/1.1" 401 292 0.001046 10.0.0.61 - - [2025-12-11 03:11:51] "POST /neutron/security_group_rule HTTP/1.1" 200 542 0.007885 10.0.0.33 - - [2025-12-11 03:11:51] "PUT /access-control-list/22bba300-e8f7-4e44-b6b4-472927f9a358 HTTP/1.1" 200 272 0.011621 10.0.0.61 - - [2025-12-11 03:11:52] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.162161 10.0.0.33 - - [2025-12-11 03:11:52] "PUT /access-control-list/8808a81c-c9f6-46e6-8f65-46bb083655b8 HTTP/1.1" 200 272 0.017241 10.0.0.61 - - [2025-12-11 03:11:55] "POST /neutron/security_group HTTP/1.1" 200 1409 0.010411 10.0.0.61 - - [2025-12-11 03:11:55] "POST /neutron/port HTTP/1.1" 200 1131 0.017431 10.0.0.61 - - [2025-12-11 03:11:55] "GET /virtual-machine/397f2f65-dd3f-4c43-bbff-4b76ad3e4027 HTTP/1.1" 200 1313 0.004896 10.0.0.61 - - [2025-12-11 03:11:55] "POST /neutron/port HTTP/1.1" 200 1093 0.013001 10.0.0.27 - - [2025-12-11 03:11:56] "GET /obj-perms HTTP/1.1" 200 5056 0.050941 10.0.0.61 - - [2025-12-11 03:11:56] "POST /neutron/port HTTP/1.1" 200 1105 0.018825 10.0.0.61 - - [2025-12-11 03:11:56] "POST /neutron/subnet HTTP/1.1" 200 679 0.009480 10.0.0.61 - - [2025-12-11 03:11:57] "GET /virtual-machine/397f2f65-dd3f-4c43-bbff-4b76ad3e4027 HTTP/1.1" 404 171 0.003063 10.0.0.61 - - [2025-12-11 03:11:57] "GET /virtual-machine/397f2f65-dd3f-4c43-bbff-4b76ad3e4027 HTTP/1.1" 404 171 0.003645 10.0.0.61 - - [2025-12-11 03:11:57] "GET /virtual-machine/397f2f65-dd3f-4c43-bbff-4b76ad3e4027 HTTP/1.1" 404 171 0.002838 10.0.0.61 - - [2025-12-11 03:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.61 - - [2025-12-11 03:11:57] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004179 10.0.0.61 - - [2025-12-11 03:11:57] "GET /virtual-networks?parent_id=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003141 10.0.0.61 - - [2025-12-11 03:11:57] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.006423 10.0.0.61 - - [2025-12-11 03:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.61 - - [2025-12-11 03:11:57] "GET /routing-instance/365cba4e-d256-46a4-ad65-b5d797a9db40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.005022 10.0.0.61 - - [2025-12-11 03:11:57] "GET /route-target/9ad4311f-c2ab-420a-be67-065870f3c86b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.009197 10.0.0.61 - - [2025-12-11 03:12:03] "GET /obj-perms HTTP/1.1" 200 5072 0.004018 10.0.0.27 - - [2025-12-11 03:12:03] "GET /obj-perms HTTP/1.1" 200 5072 0.003866 10.0.0.61 - - [2025-12-11 03:12:13] "GET /obj-perms HTTP/1.1" 200 5072 0.003960 10.0.0.27 - - [2025-12-11 03:12:13] "GET /obj-perms HTTP/1.1" 200 5072 0.004108 10.0.0.61 - - [2025-12-11 03:12:22] "GET /obj-perms HTTP/1.1" 200 5072 0.004575 10.0.0.27 - - [2025-12-11 03:12:22] "GET /obj-perms HTTP/1.1" 200 5072 0.003771 10.0.0.61 - - [2025-12-11 03:12:22] "POST /neutron/security_group HTTP/1.1" 200 1409 0.007416 10.0.0.61 - - [2025-12-11 03:12:22] "POST /neutron/port HTTP/1.1" 200 1131 0.010994 10.0.0.61 - - [2025-12-11 03:12:22] "GET /virtual-machine/cde929a2-5717-4b75-b03f-382ea07bf04a HTTP/1.1" 200 1314 0.004779 10.0.0.61 - - [2025-12-11 03:12:23] "POST /neutron/port HTTP/1.1" 200 1093 0.017824 10.0.0.61 - - [2025-12-11 03:12:24] "GET /virtual-machine/cde929a2-5717-4b75-b03f-382ea07bf04a HTTP/1.1" 404 171 0.004108 10.0.0.61 - - [2025-12-11 03:12:24] "GET /virtual-machine/cde929a2-5717-4b75-b03f-382ea07bf04a HTTP/1.1" 404 171 0.003269 10.0.0.61 - - [2025-12-11 03:12:24] "GET /virtual-machine/cde929a2-5717-4b75-b03f-382ea07bf04a HTTP/1.1" 404 171 0.002852 10.0.0.61 - - [2025-12-11 03:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004430 10.0.0.61 - - [2025-12-11 03:12:25] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005252 10.0.0.61 - - [2025-12-11 03:12:25] "GET /virtual-networks?parent_id=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003978 10.0.0.61 - - [2025-12-11 03:12:25] "GET /virtual-network/db0fd292-a135-4db4-97f9-0627f6208f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.007658 10.0.0.61 - - [2025-12-11 03:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.61 - - [2025-12-11 03:12:25] "GET /routing-instance/365cba4e-d256-46a4-ad65-b5d797a9db40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004732 10.0.0.61 - - [2025-12-11 03:12:25] "GET /route-target/9ad4311f-c2ab-420a-be67-065870f3c86b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003859 10.0.0.61 - - [2025-12-11 03:12:25] "GET /obj-perms HTTP/1.1" 200 5072 0.004450 10.0.0.27 - - [2025-12-11 03:12:28] "GET /obj-perms HTTP/1.1" 200 5072 0.005114 10.0.0.61 - - [2025-12-11 03:12:34] "GET /obj-perms HTTP/1.1" 200 5072 0.004339 10.0.0.27 - - [2025-12-11 03:12:37] "GET /obj-perms HTTP/1.1" 200 5072 0.003643 10.0.0.61 - - [2025-12-11 03:12:43] "GET /obj-perms HTTP/1.1" 200 5072 0.003505 10.0.0.27 - - [2025-12-11 03:12:46] "GET /obj-perms HTTP/1.1" 200 5072 0.004969 10.0.0.61 - - [2025-12-11 03:12:52] "GET /obj-perms HTTP/1.1" 200 5072 0.003668 10.0.0.33 - - [2025-12-11 03:12:52] "GET /obj-perms HTTP/1.1" 200 5072 0.003751 10.0.0.27 - - [2025-12-11 03:12:52] "GET /obj-perms HTTP/1.1" 200 5072 0.003385 10.0.0.27 - - [2025-12-11 03:12:53] "POST /useragent-kv HTTP/1.1" 200 115 0.055983 10.0.0.27 - - [2025-12-11 03:12:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002093 10.0.0.61 - - [2025-12-11 03:12:53] "POST /neutron/network HTTP/1.1" 200 151 0.157556 10.0.0.33 - - [2025-12-11 03:12:53] "DELETE /access-control-list/8808a81c-c9f6-46e6-8f65-46bb083655b8 HTTP/1.1" 200 115 0.028705 10.0.0.61 - - [2025-12-11 03:12:53] "POST /fqname-to-id HTTP/1.1" 404 245 0.009309 10.0.0.27 - - [2025-12-11 03:12:54] "GET /projects?obj_uuids=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000890 10.0.0.61 - - [2025-12-11 03:12:54] "GET /project/61c36f0e-847a-4be3-8439-f75a5214c14c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.038486 10.0.0.27 - - [2025-12-11 03:12:54] "GET /projects?obj_uuids=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001291 10.0.0.61 - - [2025-12-11 03:12:54] "GET /project/61c36f0e-847a-4be3-8439-f75a5214c14c?fields=virtual_networks HTTP/1.1" 200 1083 0.041478 10.0.0.27 - - [2025-12-11 03:12:55] "GET /projects?obj_uuids=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000992 10.0.0.61 - - [2025-12-11 03:12:55] "GET /project/61c36f0e-847a-4be3-8439-f75a5214c14c?fields=virtual_machine_interfaces HTTP/1.1" 200 1083 0.043698 10.0.0.27 - - [2025-12-11 03:12:55] "GET /projects?obj_uuids=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000911 10.0.0.61 - - [2025-12-11 03:12:55] "GET /project/61c36f0e-847a-4be3-8439-f75a5214c14c?fields=security_groups HTTP/1.1" 200 1330 0.040321 10.0.0.61 - - [2025-12-11 03:12:55] "POST /fqname-to-id HTTP/1.1" 404 186 0.025100 10.0.0.27 - - [2025-12-11 03:12:55] "GET /projects?obj_uuids=27e7aef5-d6c4-4e76-8c2e-7c3deb998db5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002950 10.0.0.27 - - [2025-12-11 03:12:56] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001386 10.0.0.27 - - [2025-12-11 03:12:56] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.033676 10.0.0.27 - - [2025-12-11 03:12:56] "POST /id-to-fqname HTTP/1.1" 200 188 0.004345 10.0.0.27 - - [2025-12-11 03:12:56] "POST /fqname-to-id HTTP/1.1" 404 197 0.004477 10.0.0.27 - - [2025-12-11 03:12:56] "POST /security-groups HTTP/1.1" 200 589 0.028494 10.0.0.27 - - [2025-12-11 03:12:56] "POST /projects HTTP/1.1" 200 581 0.228840 10.0.0.33 - - [2025-12-11 03:12:56] "POST /access-control-lists HTTP/1.1" 200 594 0.024578 10.0.0.27 - - [2025-12-11 03:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.300663 10.0.0.61 - - [2025-12-11 03:12:56] "GET /project/27e7aef5-d6c4-4e76-8c2e-7c3deb998db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.450902 10.0.0.61 - - [2025-12-11 03:12:56] "GET /obj-perms HTTP/1.1" 200 5056 0.075081 10.0.0.61 - - [2025-12-11 03:12:58] "GET / HTTP/1.1" 200 35931 0.002872 10.0.0.61 - - [2025-12-11 03:12:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000425 10.0.0.61 - - [2025-12-11 03:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.059661 10.0.0.27 - - [2025-12-11 03:13:00] "GET /projects?obj_uuids=27e7aef5-d6c4-4e76-8c2e-7c3deb998db5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001014 10.0.0.61 - - [2025-12-11 03:13:00] "GET /project/27e7aef5-d6c4-4e76-8c2e-7c3deb998db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.039656 10.0.0.61 - - [2025-12-11 03:13:00] "POST /neutron/network HTTP/1.1" 200 117 0.047311 10.0.0.33 - - [2025-12-11 03:13:00] "POST /route-targets HTTP/1.1" 200 327 0.019047 10.0.0.61 - - [2025-12-11 03:13:00] "POST /neutron/network HTTP/1.1" 200 835 0.007803 10.0.0.61 - - [2025-12-11 03:13:00] "POST /id-to-fqname HTTP/1.1" 200 224 0.001013 10.0.0.61 - - [2025-12-11 03:13:00] "GET /virtual-network/f23c3306-a1ea-4e1b-bd11-189e085a3f96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004402 10.0.0.61 - - [2025-12-11 03:13:00] "GET /virtual-network/f23c3306-a1ea-4e1b-bd11-189e085a3f96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005473 10.0.0.61 - - [2025-12-11 03:13:00] "POST /neutron/subnet HTTP/1.1" 200 729 0.009826 10.0.0.61 - - [2025-12-11 03:13:00] "POST /id-to-fqname HTTP/1.1" 200 224 0.001170 10.0.0.27 - - [2025-12-11 03:13:01] "GET /projects?obj_uuids=27e7aef5-d6c4-4e76-8c2e-7c3deb998db5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001267 10.0.0.61 - - [2025-12-11 03:13:01] "GET /project/27e7aef5-d6c4-4e76-8c2e-7c3deb998db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.082889 10.0.0.61 - - [2025-12-11 03:13:01] "POST /neutron/port HTTP/1.1" 200 117 0.007563 10.0.0.61 - - [2025-12-11 03:13:02] "POST /neutron/network HTTP/1.1" 200 845 0.022460 10.0.0.61 - - [2025-12-11 03:13:02] "POST /neutron/port HTTP/1.1" 200 1059 0.013444 10.0.0.61 - - [2025-12-11 03:13:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004282 10.0.0.61 - - [2025-12-11 03:13:02] "POST /neutron/network HTTP/1.1" 200 835 0.011392 10.0.0.61 - - [2025-12-11 03:13:07] "POST /neutron/port HTTP/1.1" 200 1087 0.014406 10.0.0.61 - - [2025-12-11 03:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.27 - - [2025-12-11 03:13:07] "GET /projects?obj_uuids=27e7aef5-d6c4-4e76-8c2e-7c3deb998db5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001187 10.0.0.61 - - [2025-12-11 03:13:07] "GET /project/27e7aef5-d6c4-4e76-8c2e-7c3deb998db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.041651 10.0.0.27 - - [2025-12-11 03:13:07] "GET /projects?obj_uuids=27e7aef5-d6c4-4e76-8c2e-7c3deb998db5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001111 10.0.0.61 - - [2025-12-11 03:13:07] "POST /neutron/network HTTP/1.1" 200 613 0.114217 10.0.0.33 - - [2025-12-11 03:13:07] "POST /ref-update HTTP/1.1" 200 156 0.025874 10.0.0.61 - - [2025-12-11 03:13:07] "POST /id-to-fqname HTTP/1.1" 200 223 0.003990 10.0.0.61 - - [2025-12-11 03:13:07] "GET /virtual-network/5c95aab8-623c-4996-9989-07b029877d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006272 10.0.0.61 - - [2025-12-11 03:13:07] "POST /neutron/network HTTP/1.1" 200 830 0.006845 10.0.0.61 - - [2025-12-11 03:13:07] "GET /virtual-network/5c95aab8-623c-4996-9989-07b029877d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005669 10.0.0.61 - - [2025-12-11 03:13:08] "GET /virtual-network/5c95aab8-623c-4996-9989-07b029877d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006071 10.0.0.61 - - [2025-12-11 03:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.27 - - [2025-12-11 03:13:09] "GET /projects?obj_uuids=27e7aef5-d6c4-4e76-8c2e-7c3deb998db5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001114 10.0.0.61 - - [2025-12-11 03:13:09] "GET /project/27e7aef5-d6c4-4e76-8c2e-7c3deb998db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.036137 10.0.0.61 - - [2025-12-11 03:13:09] "POST /neutron/network HTTP/1.1" 200 117 0.013406 10.0.0.61 - - [2025-12-11 03:13:10] "POST /neutron/network HTTP/1.1" 200 831 0.007572 10.0.0.61 - - [2025-12-11 03:13:10] "POST /id-to-fqname HTTP/1.1" 200 223 0.001078 10.0.0.61 - - [2025-12-11 03:13:10] "GET /virtual-network/f2d586dd-3aba-492f-aa67-4799f8478d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004378 10.0.0.61 - - [2025-12-11 03:13:10] "GET /virtual-network/f2d586dd-3aba-492f-aa67-4799f8478d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004461 10.0.0.61 - - [2025-12-11 03:13:10] "POST /neutron/subnet HTTP/1.1" 200 719 0.007807 10.0.0.61 - - [2025-12-11 03:13:10] "GET /virtual-network/f2d586dd-3aba-492f-aa67-4799f8478d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005784 10.0.0.33 - - [2025-12-11 03:13:10] "GET /obj-perms HTTP/1.1" 200 5026 0.052330 10.0.0.61 - - [2025-12-11 03:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.27 - - [2025-12-11 03:13:10] "GET /projects?obj_uuids=27e7aef5-d6c4-4e76-8c2e-7c3deb998db5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000847 10.0.0.61 - - [2025-12-11 03:13:10] "GET /project/27e7aef5-d6c4-4e76-8c2e-7c3deb998db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.039678 10.0.0.33 - - [2025-12-11 03:13:10] "POST /route-targets HTTP/1.1" 200 327 0.013446 10.0.0.27 - - [2025-12-11 03:13:11] "POST /useragent-kv HTTP/1.1" 200 115 0.008777 10.0.0.61 - - [2025-12-11 03:13:11] "POST /neutron/subnet HTTP/1.1" 200 729 0.226827 10.0.0.61 - - [2025-12-11 03:13:11] "POST /id-to-fqname HTTP/1.1" 200 224 0.001593 10.0.0.61 - - [2025-12-11 03:13:11] "GET /virtual-network/96dd73ed-a3e7-4b5f-980b-dd89e30a6692?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005126 10.0.0.61 - - [2025-12-11 03:13:11] "GET /virtual-network/96dd73ed-a3e7-4b5f-980b-dd89e30a6692?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006228 10.0.0.61 - - [2025-12-11 03:13:11] "POST /neutron/network HTTP/1.1" 200 835 0.005950 10.0.0.61 - - [2025-12-11 03:13:11] "GET /virtual-network/96dd73ed-a3e7-4b5f-980b-dd89e30a6692?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005364 10.0.0.61 - - [2025-12-11 03:13:11] "GET /obj-perms HTTP/1.1" 200 5026 0.054651 10.0.0.27 - - [2025-12-11 03:13:11] "GET /obj-perms HTTP/1.1" 200 5026 0.048283 10.0.0.61 - - [2025-12-11 03:13:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001760 10.0.0.61 - - [2025-12-11 03:13:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007836 10.0.0.27 - - [2025-12-11 03:13:12] "GET /projects?obj_uuids=27e7aef5-d6c4-4e76-8c2e-7c3deb998db5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000898 10.0.0.61 - - [2025-12-11 03:13:12] "GET /project/27e7aef5-d6c4-4e76-8c2e-7c3deb998db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.068702 10.0.0.61 - - [2025-12-11 03:13:12] "POST /neutron/port HTTP/1.1" 200 1087 0.016408 10.0.0.61 - - [2025-12-11 03:13:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.001258 10.0.0.61 - - [2025-12-11 03:13:13] "POST /neutron/port HTTP/1.1" 200 1087 0.014668 10.0.0.61 - - [2025-12-11 03:13:13] "POST /neutron/network HTTP/1.1" 200 841 0.012312 10.0.0.61 - - [2025-12-11 03:13:13] "POST /neutron/port HTTP/1.1" 200 1057 0.041515 10.0.0.27 - - [2025-12-11 03:13:13] "GET /projects?obj_uuids=27e7aef5-d6c4-4e76-8c2e-7c3deb998db5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000849 10.0.0.61 - - [2025-12-11 03:13:13] "GET /project/27e7aef5-d6c4-4e76-8c2e-7c3deb998db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.073156 10.0.0.61 - - [2025-12-11 03:13:13] "POST /neutron/network HTTP/1.1" 200 835 0.006878 10.0.0.61 - - [2025-12-11 03:13:14] "POST /neutron/port HTTP/1.1" 200 117 0.001133 10.0.0.61 - - [2025-12-11 03:13:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008953 10.0.0.61 - - [2025-12-11 03:13:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.003280 10.0.0.61 - - [2025-12-11 03:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.27 - - [2025-12-11 03:13:14] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000928 10.0.0.61 - - [2025-12-11 03:13:14] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007706 10.0.0.61 - - [2025-12-11 03:13:14] "POST /service-templates HTTP/1.1" 200 543 0.023016 10.0.0.61 - - [2025-12-11 03:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.61 - - [2025-12-11 03:13:14] "GET /service-template/9d8cdcc8-042f-409d-843e-1c3f77e7f783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.007137 10.0.0.61 - - [2025-12-11 03:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.61 - - [2025-12-11 03:13:14] "GET /service-template/9d8cdcc8-042f-409d-843e-1c3f77e7f783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004145 10.0.0.61 - - [2025-12-11 03:13:14] "POST /id-to-fqname HTTP/1.1" 200 223 0.001750 10.0.0.27 - - [2025-12-11 03:13:14] "GET /projects?obj_uuids=27e7aef5-d6c4-4e76-8c2e-7c3deb998db5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001304 10.0.0.61 - - [2025-12-11 03:13:14] "POST /id-to-fqname HTTP/1.1" 200 223 0.001985 10.0.0.61 - - [2025-12-11 03:13:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.001183 10.0.0.61 - - [2025-12-11 03:13:14] "POST /neutron/port HTTP/1.1" 200 1059 0.280960 10.0.0.61 - - [2025-12-11 03:13:14] "POST /neutron/port HTTP/1.1" 200 1059 0.011756 10.0.0.61 - - [2025-12-11 03:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.61 - - [2025-12-11 03:13:15] "DELETE /service-template/9d8cdcc8-042f-409d-843e-1c3f77e7f783 HTTP/1.1" 200 115 0.027785 10.0.0.61 - - [2025-12-11 03:13:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.003187 10.0.0.61 - - [2025-12-11 03:13:15] "POST /neutron/port HTTP/1.1" 200 1087 0.016080 10.0.0.61 - - [2025-12-11 03:13:15] "POST /neutron/port HTTP/1.1" 200 117 0.001524 10.0.0.61 - - [2025-12-11 03:13:15] "POST /neutron/network HTTP/1.1" 400 204 0.013771 10.0.0.61 - - [2025-12-11 03:13:15] "POST /neutron/port HTTP/1.1" 200 151 0.178431 10.0.0.61 - - [2025-12-11 03:13:16] "POST /neutron/port HTTP/1.1" 200 151 0.162115 10.0.0.61 - - [2025-12-11 03:13:17] "POST /neutron/network HTTP/1.1" 200 117 0.009491 10.0.0.33 - - [2025-12-11 03:13:17] "DELETE /route-target/5eb154d2-e8a8-4855-bf47-9bd97baddbc1 HTTP/1.1" 200 115 0.024222 10.0.0.61 - - [2025-12-11 03:13:17] "POST /neutron/port HTTP/1.1" 200 117 0.005867 10.0.0.61 - - [2025-12-11 03:13:18] "POST /neutron/network HTTP/1.1" 200 830 0.006149 10.0.0.33 - - [2025-12-11 03:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.61 - - [2025-12-11 03:13:18] "POST /neutron/network HTTP/1.1" 400 204 0.011850 10.0.0.61 - - [2025-12-11 03:13:19] "POST /neutron/port HTTP/1.1" 200 151 0.148463 10.0.0.33 - - [2025-12-11 03:13:20] "DELETE /route-target/ffe63354-374a-4764-a6c7-5762af846514 HTTP/1.1" 200 115 0.022794 10.0.0.61 - - [2025-12-11 03:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.27 - - [2025-12-11 03:13:23] "GET /projects?obj_uuids=27e7aef5-d6c4-4e76-8c2e-7c3deb998db5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001016 10.0.0.61 - - [2025-12-11 03:13:23] "GET /project/27e7aef5-d6c4-4e76-8c2e-7c3deb998db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.032759 10.0.0.61 - - [2025-12-11 03:13:23] "POST /neutron/network HTTP/1.1" 200 117 0.013588 10.0.0.61 - - [2025-12-11 03:13:23] "POST /neutron/network HTTP/1.1" 200 832 0.008465 10.0.0.61 - - [2025-12-11 03:13:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.001115 10.0.0.61 - - [2025-12-11 03:13:23] "GET /virtual-network/87dbed17-7f16-4b61-8867-5e9df438e90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005583 10.0.0.61 - - [2025-12-11 03:13:23] "GET /virtual-network/87dbed17-7f16-4b61-8867-5e9df438e90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005264 10.0.0.61 - - [2025-12-11 03:13:23] "POST /neutron/subnet HTTP/1.1" 200 724 0.009279 10.0.0.61 - - [2025-12-11 03:13:23] "GET /virtual-network/87dbed17-7f16-4b61-8867-5e9df438e90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006234 10.0.0.27 - - [2025-12-11 03:13:24] "DELETE /project/27e7aef5d6c44e768c2e7c3deb998db5 HTTP/1.1" 404 173 0.005336 10.0.0.27 - - [2025-12-11 03:13:24] "GET /projects?obj_uuids=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000837 10.0.0.27 - - [2025-12-11 03:13:24] "GET /project/61c36f0e-847a-4be3-8439-f75a5214c14c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.035501 10.0.0.27 - - [2025-12-11 03:13:24] "GET /projects?obj_uuids=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000833 10.0.0.27 - - [2025-12-11 03:13:24] "GET /project/61c36f0e-847a-4be3-8439-f75a5214c14c?fields=security_groups HTTP/1.1" 200 1435 0.128485 10.0.0.61 - - [2025-12-11 03:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.27 - - [2025-12-11 03:13:24] "GET /projects?obj_uuids=27e7aef5-d6c4-4e76-8c2e-7c3deb998db5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001978 10.0.0.27 - - [2025-12-11 03:13:24] "DELETE /security-group/8716884d-afbc-4e8a-9ed3-9d9f2cca242a HTTP/1.1" 200 115 0.061919 10.0.0.27 - - [2025-12-11 03:13:24] "GET /projects?obj_uuids=61c36f0e-847a-4be3-8439-f75a5214c14c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000814 10.0.0.61 - - [2025-12-11 03:13:24] "GET /project/27e7aef5-d6c4-4e76-8c2e-7c3deb998db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.068932 10.0.0.33 - - [2025-12-11 03:13:24] "DELETE /access-control-list/5f5ab39a-f849-42bb-b1fd-9ce68ec9a3e4 HTTP/1.1" 200 115 0.055973 10.0.0.27 - - [2025-12-11 03:13:24] "GET /project/61c36f0e-847a-4be3-8439-f75a5214c14c?fields=application_policy_sets HTTP/1.1" 200 1474 0.109128 10.0.0.27 - - [2025-12-11 03:13:24] "DELETE /project/61c36f0e-847a-4be3-8439-f75a5214c14c HTTP/1.1" 200 115 0.577633 10.0.0.33 - - [2025-12-11 03:13:24] "POST /ref-update HTTP/1.1" 200 156 0.019663 10.0.0.27 - - [2025-12-11 03:13:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004081 10.0.0.61 - - [2025-12-11 03:13:24] "POST /neutron/subnet HTTP/1.1" 200 734 0.189288 10.0.0.61 - - [2025-12-11 03:13:24] "POST /id-to-fqname HTTP/1.1" 200 223 0.001184 10.0.0.61 - - [2025-12-11 03:13:24] "GET /virtual-network/2df25782-4257-4fc2-84ee-e22a588bf323?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006549 10.0.0.61 - - [2025-12-11 03:13:25] "GET /virtual-network/2df25782-4257-4fc2-84ee-e22a588bf323?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007124 10.0.0.61 - - [2025-12-11 03:13:25] "POST /neutron/network HTTP/1.1" 200 834 0.011403 10.0.0.61 - - [2025-12-11 03:13:25] "GET /virtual-network/2df25782-4257-4fc2-84ee-e22a588bf323?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006332 10.0.0.33 - - [2025-12-11 03:13:25] "GET /obj-perms HTTP/1.1" 200 5026 0.003607 10.0.0.61 - - [2025-12-11 03:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.27 - - [2025-12-11 03:13:25] "GET /projects?obj_uuids=27e7aef5-d6c4-4e76-8c2e-7c3deb998db5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000764 10.0.0.61 - - [2025-12-11 03:13:25] "GET /project/27e7aef5-d6c4-4e76-8c2e-7c3deb998db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.033311 10.0.0.27 - - [2025-12-11 03:13:25] "GET /projects?obj_uuids=27e7aef5-d6c4-4e76-8c2e-7c3deb998db5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000880 10.0.0.61 - - [2025-12-11 03:13:25] "POST /neutron/network HTTP/1.1" 200 615 0.104961 10.0.0.61 - - [2025-12-11 03:13:26] "POST /id-to-fqname HTTP/1.1" 200 224 0.003610 10.0.0.61 - - [2025-12-11 03:13:26] "GET /virtual-network/b45ba758-3446-4e47-8389-2cb8798c290f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005373 10.0.0.61 - - [2025-12-11 03:13:26] "POST /neutron/network HTTP/1.1" 200 834 0.005523 10.0.0.61 - - [2025-12-11 03:13:26] "GET /virtual-network/b45ba758-3446-4e47-8389-2cb8798c290f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005084 10.0.0.61 - - [2025-12-11 03:13:26] "GET /virtual-network/b45ba758-3446-4e47-8389-2cb8798c290f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005534 10.0.0.61 - - [2025-12-11 03:13:26] "GET /obj-perms HTTP/1.1" 200 5026 0.004778 10.0.0.27 - - [2025-12-11 03:13:26] "GET /obj-perms HTTP/1.1" 200 5026 0.004472 10.0.0.61 - - [2025-12-11 03:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004690 10.0.0.27 - - [2025-12-11 03:13:26] "GET /projects?obj_uuids=27e7aef5-d6c4-4e76-8c2e-7c3deb998db5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000917 10.0.0.61 - - [2025-12-11 03:13:26] "GET /project/27e7aef5-d6c4-4e76-8c2e-7c3deb998db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.039953 10.0.0.61 - - [2025-12-11 03:13:26] "POST /neutron/network HTTP/1.1" 200 117 0.014289 10.0.0.33 - - [2025-12-11 03:13:26] "POST /route-targets HTTP/1.1" 200 327 0.013060 10.0.0.61 - - [2025-12-11 03:13:27] "POST /neutron/network HTTP/1.1" 200 843 0.009181 10.0.0.61 - - [2025-12-11 03:13:27] "POST /id-to-fqname HTTP/1.1" 200 229 0.001427 10.0.0.61 - - [2025-12-11 03:13:27] "GET /virtual-network/e8d4009f-0d7a-4bf4-b65e-0724eb29766e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005390 10.0.0.61 - - [2025-12-11 03:13:27] "GET /virtual-network/e8d4009f-0d7a-4bf4-b65e-0724eb29766e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006846 10.0.0.61 - - [2025-12-11 03:13:27] "POST /neutron/subnet HTTP/1.1" 200 719 0.011726 10.0.0.61 - - [2025-12-11 03:13:27] "GET /virtual-network/e8d4009f-0d7a-4bf4-b65e-0724eb29766e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005043 10.0.0.61 - - [2025-12-11 03:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.27 - - [2025-12-11 03:13:27] "GET /projects?obj_uuids=27e7aef5-d6c4-4e76-8c2e-7c3deb998db5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000839 10.0.0.61 - - [2025-12-11 03:13:27] "GET /project/27e7aef5-d6c4-4e76-8c2e-7c3deb998db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.038072 10.0.0.33 - - [2025-12-11 03:13:27] "POST /ref-update HTTP/1.1" 200 156 0.026103 10.0.0.27 - - [2025-12-11 03:13:28] "POST /useragent-kv HTTP/1.1" 200 115 0.006851 10.0.0.61 - - [2025-12-11 03:13:28] "POST /neutron/subnet HTTP/1.1" 200 730 0.212031 10.0.0.61 - - [2025-12-11 03:13:28] "POST /id-to-fqname HTTP/1.1" 200 230 0.001348 10.0.0.61 - - [2025-12-11 03:13:28] "GET /virtual-network/0793c69e-1a41-4e4e-99c5-7a292aa0ccb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.004556 10.0.0.61 - - [2025-12-11 03:13:28] "GET /virtual-network/0793c69e-1a41-4e4e-99c5-7a292aa0ccb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005017 10.0.0.61 - - [2025-12-11 03:13:28] "POST /neutron/network HTTP/1.1" 200 847 0.005644 10.0.0.61 - - [2025-12-11 03:13:28] "GET /virtual-network/0793c69e-1a41-4e4e-99c5-7a292aa0ccb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006675 10.0.0.33 - - [2025-12-11 03:13:28] "GET /obj-perms HTTP/1.1" 200 5026 0.003413 10.0.0.61 - - [2025-12-11 03:13:28] "POST /id-to-fqname HTTP/1.1" 200 223 0.001344 10.0.0.27 - - [2025-12-11 03:13:29] "GET /projects?obj_uuids=27e7aef5-d6c4-4e76-8c2e-7c3deb998db5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000906 10.0.0.61 - - [2025-12-11 03:13:29] "GET /project/27e7aef5-d6c4-4e76-8c2e-7c3deb998db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.060505 10.0.0.61 - - [2025-12-11 03:13:29] "POST /neutron/network HTTP/1.1" 200 834 0.007533 10.0.0.61 - - [2025-12-11 03:13:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.001354 10.0.0.61 - - [2025-12-11 03:13:29] "POST /neutron/port HTTP/1.1" 200 117 0.005694 10.0.0.27 - - [2025-12-11 03:13:30] "GET /projects?obj_uuids=27e7aef5-d6c4-4e76-8c2e-7c3deb998db5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000883 10.0.0.61 - - [2025-12-11 03:13:30] "POST /neutron/port HTTP/1.1" 200 1060 0.311026 10.0.0.61 - - [2025-12-11 03:13:30] "POST /neutron/port HTTP/1.1" 200 1114 0.101681 10.0.0.61 - - [2025-12-11 03:13:30] "POST /neutron/subnet HTTP/1.1" 200 708 0.008660 10.0.0.27 - - [2025-12-11 03:13:30] "GET /projects?obj_uuids=27e7aef5-d6c4-4e76-8c2e-7c3deb998db5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001045 10.0.0.61 - - [2025-12-11 03:13:30] "GET /project/27e7aef5-d6c4-4e76-8c2e-7c3deb998db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.068353 10.0.0.61 - - [2025-12-11 03:13:30] "POST /neutron/network HTTP/1.1" 200 834 0.005736 10.0.0.61 - - [2025-12-11 03:13:31] "POST /neutron/port HTTP/1.1" 200 117 0.006077 10.0.0.61 - - [2025-12-11 03:13:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.002559 10.0.0.61 - - [2025-12-11 03:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006348 10.0.0.27 - - [2025-12-11 03:13:31] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.61 - - [2025-12-11 03:13:31] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007579 10.0.0.61 - - [2025-12-11 03:13:31] "POST /service-templates HTTP/1.1" 200 543 0.032131 10.0.0.61 - - [2025-12-11 03:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.61 - - [2025-12-11 03:13:31] "GET /service-template/97a9c580-51a8-4c4e-b4ab-469ac5523eac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.005405 10.0.0.61 - - [2025-12-11 03:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.61 - - [2025-12-11 03:13:31] "GET /service-template/97a9c580-51a8-4c4e-b4ab-469ac5523eac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003941 10.0.0.61 - - [2025-12-11 03:13:31] "POST /id-to-fqname HTTP/1.1" 200 223 0.000977 10.0.0.61 - - [2025-12-11 03:13:31] "POST /id-to-fqname HTTP/1.1" 200 229 0.001281 10.0.0.61 - - [2025-12-11 03:13:31] "POST /id-to-fqname HTTP/1.1" 200 230 0.005227 10.0.0.61 - - [2025-12-11 03:13:31] "POST /neutron/port HTTP/1.1" 200 2004 0.032827 10.0.0.61 - - [2025-12-11 03:13:31] "POST /neutron/port HTTP/1.1" 200 1058 0.018134 10.0.0.61 - - [2025-12-11 03:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.61 - - [2025-12-11 03:13:32] "DELETE /service-template/97a9c580-51a8-4c4e-b4ab-469ac5523eac HTTP/1.1" 200 115 0.032120 10.0.0.61 - - [2025-12-11 03:13:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.009090 10.0.0.61 - - [2025-12-11 03:13:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003717 10.0.0.61 - - [2025-12-11 03:13:32] "POST /neutron/network HTTP/1.1" 200 834 0.007214 10.0.0.61 - - [2025-12-11 03:13:32] "POST /neutron/network HTTP/1.1" 200 843 0.006735 10.0.0.33 - - [2025-12-11 03:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.61 - - [2025-12-11 03:13:32] "POST /neutron/port HTTP/1.1" 200 1114 0.011852 10.0.0.61 - - [2025-12-11 03:13:33] "POST /neutron/network HTTP/1.1" 400 204 0.019710 10.0.0.61 - - [2025-12-11 03:13:33] "POST /neutron/port HTTP/1.1" 200 151 0.172100 10.0.0.61 - - [2025-12-11 03:13:34] "POST /neutron/network HTTP/1.1" 200 117 0.009948 10.0.0.27 - - [2025-12-11 03:13:35] "POST /useragent-kv HTTP/1.1" 200 115 0.008267 10.0.0.27 - - [2025-12-11 03:13:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002949 10.0.0.61 - - [2025-12-11 03:13:35] "POST /neutron/network HTTP/1.1" 200 151 0.115819 10.0.0.33 - - [2025-12-11 03:13:35] "DELETE /route-target/934f8aa2-418e-4083-b414-fe19bbeb243b HTTP/1.1" 200 115 0.031129 10.0.0.61 - - [2025-12-11 03:13:35] "POST /neutron/network HTTP/1.1" 200 832 0.006037 10.0.0.33 - - [2025-12-11 03:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005143 10.0.0.27 - - [2025-12-11 03:13:37] "GET /projects?obj_uuids=27e7aef5-d6c4-4e76-8c2e-7c3deb998db5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000849 10.0.0.61 - - [2025-12-11 03:13:37] "GET /project/27e7aef5-d6c4-4e76-8c2e-7c3deb998db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.041018 10.0.0.27 - - [2025-12-11 03:13:37] "GET /projects?obj_uuids=27e7aef5-d6c4-4e76-8c2e-7c3deb998db5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000796 10.0.0.61 - - [2025-12-11 03:13:37] "GET /project/27e7aef5-d6c4-4e76-8c2e-7c3deb998db5?fields=virtual_networks HTTP/1.1" 200 1038 0.030140 10.0.0.27 - - [2025-12-11 03:13:37] "GET /projects?obj_uuids=27e7aef5-d6c4-4e76-8c2e-7c3deb998db5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001414 10.0.0.61 - - [2025-12-11 03:13:37] "GET /project/27e7aef5-d6c4-4e76-8c2e-7c3deb998db5?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.040099 10.0.0.27 - - [2025-12-11 03:13:37] "GET /projects?obj_uuids=27e7aef5-d6c4-4e76-8c2e-7c3deb998db5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000944 10.0.0.61 - - [2025-12-11 03:13:37] "GET /project/27e7aef5-d6c4-4e76-8c2e-7c3deb998db5?fields=security_groups HTTP/1.1" 200 1262 0.036802 10.0.0.61 - - [2025-12-11 03:13:38] "POST /fqname-to-id HTTP/1.1" 404 186 0.031897 10.0.0.27 - - [2025-12-11 03:13:38] "GET /projects?obj_uuids=22d41bcf-705d-41fd-9ec8-f3f3dee22c1d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003914 10.0.0.27 - - [2025-12-11 03:13:38] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001096 10.0.0.27 - - [2025-12-11 03:13:38] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007752 10.0.0.27 - - [2025-12-11 03:13:38] "POST /id-to-fqname HTTP/1.1" 200 188 0.002138 10.0.0.27 - - [2025-12-11 03:13:38] "POST /fqname-to-id HTTP/1.1" 404 197 0.009497 10.0.0.27 - - [2025-12-11 03:13:38] "POST /security-groups HTTP/1.1" 200 589 0.069502 10.0.0.27 - - [2025-12-11 03:13:38] "POST /projects HTTP/1.1" 200 581 0.292647 10.0.0.33 - - [2025-12-11 03:13:38] "POST /access-control-lists HTTP/1.1" 200 594 0.023965 10.0.0.27 - - [2025-12-11 03:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.364992 10.0.0.61 - - [2025-12-11 03:13:38] "GET /project/22d41bcf-705d-41fd-9ec8-f3f3dee22c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.506272 10.0.0.61 - - [2025-12-11 03:13:40] "GET / HTTP/1.1" 200 35931 0.001559 10.0.0.61 - - [2025-12-11 03:13:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000757 10.0.0.61 - - [2025-12-11 03:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.054362 10.0.0.27 - - [2025-12-11 03:13:42] "GET /projects?obj_uuids=22d41bcf-705d-41fd-9ec8-f3f3dee22c1d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001950 10.0.0.61 - - [2025-12-11 03:13:42] "GET /project/22d41bcf-705d-41fd-9ec8-f3f3dee22c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.047938 10.0.0.27 - - [2025-12-11 03:13:42] "GET /projects?obj_uuids=22d41bcf-705d-41fd-9ec8-f3f3dee22c1d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001265 10.0.0.61 - - [2025-12-11 03:13:42] "POST /neutron/network HTTP/1.1" 200 613 0.147465 10.0.0.33 - - [2025-12-11 03:13:42] "POST /route-targets HTTP/1.1" 200 327 0.057043 10.0.0.61 - - [2025-12-11 03:13:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.003722 10.0.0.61 - - [2025-12-11 03:13:42] "GET /virtual-network/6cbb0a58-3d95-4035-9034-f8fe36746669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004621 10.0.0.61 - - [2025-12-11 03:13:42] "POST /neutron/network HTTP/1.1" 200 834 0.005880 10.0.0.61 - - [2025-12-11 03:13:42] "GET /virtual-network/6cbb0a58-3d95-4035-9034-f8fe36746669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004693 10.0.0.61 - - [2025-12-11 03:13:43] "GET /virtual-network/6cbb0a58-3d95-4035-9034-f8fe36746669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005302 10.0.0.61 - - [2025-12-11 03:13:43] "GET /obj-perms HTTP/1.1" 200 5026 0.052848 10.0.0.27 - - [2025-12-11 03:13:44] "GET /obj-perms HTTP/1.1" 200 5026 0.045644 10.0.0.61 - - [2025-12-11 03:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.27 - - [2025-12-11 03:13:44] "GET /projects?obj_uuids=22d41bcf-705d-41fd-9ec8-f3f3dee22c1d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000828 10.0.0.61 - - [2025-12-11 03:13:44] "GET /project/22d41bcf-705d-41fd-9ec8-f3f3dee22c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.035150 10.0.0.61 - - [2025-12-11 03:13:44] "POST /neutron/network HTTP/1.1" 200 117 0.017651 10.0.0.33 - - [2025-12-11 03:13:44] "POST /ref-update HTTP/1.1" 200 156 0.019786 10.0.0.61 - - [2025-12-11 03:13:45] "POST /neutron/network HTTP/1.1" 200 835 0.007979 10.0.0.61 - - [2025-12-11 03:13:45] "POST /id-to-fqname HTTP/1.1" 200 225 0.001284 10.0.0.61 - - [2025-12-11 03:13:45] "GET /virtual-network/7551fa28-a737-4716-9217-5ec069680edf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004627 10.0.0.61 - - [2025-12-11 03:13:45] "GET /virtual-network/7551fa28-a737-4716-9217-5ec069680edf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005414 10.0.0.61 - - [2025-12-11 03:13:45] "POST /neutron/subnet HTTP/1.1" 200 720 0.008732 10.0.0.61 - - [2025-12-11 03:13:45] "GET /virtual-network/7551fa28-a737-4716-9217-5ec069680edf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005473 10.0.0.61 - - [2025-12-11 03:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.27 - - [2025-12-11 03:13:45] "GET /projects?obj_uuids=22d41bcf-705d-41fd-9ec8-f3f3dee22c1d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000850 10.0.0.61 - - [2025-12-11 03:13:45] "GET /project/22d41bcf-705d-41fd-9ec8-f3f3dee22c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.035302 10.0.0.27 - - [2025-12-11 03:13:46] "POST /useragent-kv HTTP/1.1" 200 115 0.007507 10.0.0.61 - - [2025-12-11 03:13:46] "POST /neutron/subnet HTTP/1.1" 200 720 0.178059 10.0.0.61 - - [2025-12-11 03:13:46] "POST /id-to-fqname HTTP/1.1" 200 226 0.001323 10.0.0.61 - - [2025-12-11 03:13:46] "GET /virtual-network/d07ee355-268d-47ee-924f-396933bb3116?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004562 10.0.0.61 - - [2025-12-11 03:13:46] "GET /virtual-network/d07ee355-268d-47ee-924f-396933bb3116?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005138 10.0.0.61 - - [2025-12-11 03:13:46] "POST /neutron/network HTTP/1.1" 200 837 0.006894 10.0.0.61 - - [2025-12-11 03:13:46] "GET /virtual-network/d07ee355-268d-47ee-924f-396933bb3116?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004844 10.0.0.33 - - [2025-12-11 03:13:46] "GET /obj-perms HTTP/1.1" 200 5026 0.049530 10.0.0.61 - - [2025-12-11 03:13:46] "POST /id-to-fqname HTTP/1.1" 200 225 0.001379 10.0.0.27 - - [2025-12-11 03:13:47] "GET /projects?obj_uuids=22d41bcf-705d-41fd-9ec8-f3f3dee22c1d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000927 10.0.0.61 - - [2025-12-11 03:13:47] "GET /project/22d41bcf-705d-41fd-9ec8-f3f3dee22c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.059712 10.0.0.61 - - [2025-12-11 03:13:47] "POST /neutron/network HTTP/1.1" 200 835 0.005080 10.0.0.61 - - [2025-12-11 03:13:47] "POST /id-to-fqname HTTP/1.1" 200 226 0.002729 10.0.0.61 - - [2025-12-11 03:13:47] "POST /neutron/port HTTP/1.1" 200 117 0.007621 10.0.0.27 - - [2025-12-11 03:13:48] "GET /projects?obj_uuids=22d41bcf-705d-41fd-9ec8-f3f3dee22c1d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000943 10.0.0.61 - - [2025-12-11 03:13:48] "POST /neutron/port HTTP/1.1" 200 1057 0.316054 10.0.0.61 - - [2025-12-11 03:13:48] "POST /neutron/port HTTP/1.1" 200 1111 0.112869 10.0.0.27 - - [2025-12-11 03:13:48] "GET /projects?obj_uuids=22d41bcf-705d-41fd-9ec8-f3f3dee22c1d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001291 10.0.0.61 - - [2025-12-11 03:13:48] "GET /project/22d41bcf-705d-41fd-9ec8-f3f3dee22c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.069007 10.0.0.61 - - [2025-12-11 03:13:48] "POST /neutron/subnet HTTP/1.1" 200 694 0.008734 10.0.0.61 - - [2025-12-11 03:13:48] "POST /neutron/network HTTP/1.1" 200 835 0.006611 10.0.0.61 - - [2025-12-11 03:13:49] "POST /neutron/port HTTP/1.1" 200 117 0.006909 10.0.0.61 - - [2025-12-11 03:13:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.002615 10.0.0.61 - - [2025-12-11 03:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.27 - - [2025-12-11 03:13:49] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000961 10.0.0.61 - - [2025-12-11 03:13:49] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007238 10.0.0.61 - - [2025-12-11 03:13:49] "POST /service-templates HTTP/1.1" 200 543 0.039248 10.0.0.61 - - [2025-12-11 03:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.61 - - [2025-12-11 03:13:49] "GET /service-template/70d50b1c-f107-4c72-b27b-43d1c63731f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.007890 10.0.0.61 - - [2025-12-11 03:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.61 - - [2025-12-11 03:13:49] "GET /service-template/70d50b1c-f107-4c72-b27b-43d1c63731f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.003934 10.0.0.61 - - [2025-12-11 03:13:49] "POST /id-to-fqname HTTP/1.1" 200 223 0.001339 10.0.0.61 - - [2025-12-11 03:13:49] "POST /id-to-fqname HTTP/1.1" 200 225 0.001366 10.0.0.61 - - [2025-12-11 03:13:49] "POST /id-to-fqname HTTP/1.1" 200 226 0.001505 10.0.0.61 - - [2025-12-11 03:13:49] "POST /neutron/port HTTP/1.1" 200 2000 0.018745 10.0.0.61 - - [2025-12-11 03:13:49] "POST /neutron/port HTTP/1.1" 200 1057 0.012436 10.0.0.61 - - [2025-12-11 03:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.61 - - [2025-12-11 03:13:49] "DELETE /service-template/70d50b1c-f107-4c72-b27b-43d1c63731f8 HTTP/1.1" 200 115 0.036559 10.0.0.61 - - [2025-12-11 03:13:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.007729 10.0.0.61 - - [2025-12-11 03:13:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003689 10.0.0.61 - - [2025-12-11 03:13:50] "POST /neutron/network HTTP/1.1" 200 837 0.006857 10.0.0.61 - - [2025-12-11 03:13:50] "POST /neutron/port HTTP/1.1" 200 1085 0.016494 10.0.0.61 - - [2025-12-11 03:13:51] "POST /neutron/port HTTP/1.1" 200 1085 0.015540 10.0.0.61 - - [2025-12-11 03:13:51] "POST /neutron/port HTTP/1.1" 200 117 0.007886 10.0.0.61 - - [2025-12-11 03:13:52] "POST /neutron/port HTTP/1.1" 200 117 0.006755 10.0.0.33 - - [2025-12-11 03:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.61 - - [2025-12-11 03:13:52] "POST /neutron/network HTTP/1.1" 200 835 0.006695 10.0.0.33 - - [2025-12-11 03:13:52] "DELETE /route-target/6fdcce57-460b-4451-9758-316f88b88882 HTTP/1.1" 200 115 0.022418 10.0.0.27 - - [2025-12-11 03:13:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004063 10.0.0.27 - - [2025-12-11 03:13:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002030 10.0.0.61 - - [2025-12-11 03:13:53] "POST /neutron/network HTTP/1.1" 200 151 0.100325 10.0.0.61 - - [2025-12-11 03:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004597 10.0.0.27 - - [2025-12-11 03:13:55] "GET /projects?obj_uuids=22d41bcf-705d-41fd-9ec8-f3f3dee22c1d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001023 10.0.0.61 - - [2025-12-11 03:13:55] "GET /project/22d41bcf-705d-41fd-9ec8-f3f3dee22c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.037801 10.0.0.33 - - [2025-12-11 03:13:56] "POST /route-targets HTTP/1.1" 200 327 0.019327 10.0.0.27 - - [2025-12-11 03:13:56] "POST /useragent-kv HTTP/1.1" 200 115 0.006759 10.0.0.61 - - [2025-12-11 03:13:56] "POST /neutron/subnet HTTP/1.1" 200 720 0.210083 10.0.0.61 - - [2025-12-11 03:13:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.001805 10.0.0.61 - - [2025-12-11 03:13:56] "GET /virtual-network/1449861d-21c1-4849-941a-c80834419ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006447 10.0.0.61 - - [2025-12-11 03:13:56] "GET /virtual-network/1449861d-21c1-4849-941a-c80834419ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005865 10.0.0.61 - - [2025-12-11 03:13:56] "POST /neutron/network HTTP/1.1" 200 831 0.006509 10.0.0.61 - - [2025-12-11 03:13:56] "GET /virtual-network/1449861d-21c1-4849-941a-c80834419ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006872 10.0.0.61 - - [2025-12-11 03:13:56] "GET /obj-perms HTTP/1.1" 200 5026 0.003622 10.0.0.27 - - [2025-12-11 03:13:56] "GET /obj-perms HTTP/1.1" 200 5026 0.003448 10.0.0.61 - - [2025-12-11 03:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.27 - - [2025-12-11 03:13:56] "GET /projects?obj_uuids=22d41bcf-705d-41fd-9ec8-f3f3dee22c1d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001373 10.0.0.61 - - [2025-12-11 03:13:56] "GET /project/22d41bcf-705d-41fd-9ec8-f3f3dee22c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.042741 10.0.0.27 - - [2025-12-11 03:13:56] "GET /projects?obj_uuids=22d41bcf-705d-41fd-9ec8-f3f3dee22c1d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001099 10.0.0.61 - - [2025-12-11 03:13:56] "POST /neutron/network HTTP/1.1" 200 613 0.126616 10.0.0.61 - - [2025-12-11 03:13:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.003240 10.0.0.61 - - [2025-12-11 03:13:57] "GET /virtual-network/91fee3f2-d0a8-4b5c-b578-d45493d9dcbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006391 10.0.0.61 - - [2025-12-11 03:13:57] "POST /neutron/network HTTP/1.1" 200 833 0.004940 10.0.0.61 - - [2025-12-11 03:13:57] "GET /virtual-network/91fee3f2-d0a8-4b5c-b578-d45493d9dcbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003940 10.0.0.33 - - [2025-12-11 03:13:57] "POST /ref-update HTTP/1.1" 200 156 0.033592 10.0.0.61 - - [2025-12-11 03:14:02] "GET /virtual-network/91fee3f2-d0a8-4b5c-b578-d45493d9dcbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005515 10.0.0.61 - - [2025-12-11 03:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.27 - - [2025-12-11 03:14:02] "GET /projects?obj_uuids=22d41bcf-705d-41fd-9ec8-f3f3dee22c1d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000859 10.0.0.61 - - [2025-12-11 03:14:02] "GET /project/22d41bcf-705d-41fd-9ec8-f3f3dee22c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.035441 10.0.0.61 - - [2025-12-11 03:14:03] "POST /neutron/network HTTP/1.1" 200 117 0.015106 10.0.0.61 - - [2025-12-11 03:14:03] "POST /neutron/network HTTP/1.1" 200 832 0.007530 10.0.0.61 - - [2025-12-11 03:14:03] "POST /id-to-fqname HTTP/1.1" 200 224 0.000799 10.0.0.61 - - [2025-12-11 03:14:03] "GET /virtual-network/e5c0d192-5348-4f18-b2e3-5712b1240381?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004210 10.0.0.61 - - [2025-12-11 03:14:03] "GET /virtual-network/e5c0d192-5348-4f18-b2e3-5712b1240381?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004132 10.0.0.61 - - [2025-12-11 03:14:03] "POST /neutron/subnet HTTP/1.1" 200 715 0.007564 10.0.0.61 - - [2025-12-11 03:14:03] "GET /virtual-network/e5c0d192-5348-4f18-b2e3-5712b1240381?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005485 10.0.0.61 - - [2025-12-11 03:14:03] "GET /obj-perms HTTP/1.1" 200 5026 0.003201 10.0.0.33 - - [2025-12-11 03:14:03] "GET /obj-perms HTTP/1.1" 200 5026 0.003087 10.0.0.27 - - [2025-12-11 03:14:03] "GET /obj-perms HTTP/1.1" 200 5026 0.003814 10.0.0.61 - - [2025-12-11 03:14:04] "POST /id-to-fqname HTTP/1.1" 200 223 0.001225 10.0.0.27 - - [2025-12-11 03:14:04] "GET /projects?obj_uuids=22d41bcf-705d-41fd-9ec8-f3f3dee22c1d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000983 10.0.0.61 - - [2025-12-11 03:14:04] "GET /project/22d41bcf-705d-41fd-9ec8-f3f3dee22c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.064364 10.0.0.61 - - [2025-12-11 03:14:04] "POST /neutron/port HTTP/1.1" 200 117 0.005698 10.0.0.61 - - [2025-12-11 03:14:05] "POST /id-to-fqname HTTP/1.1" 200 224 0.001220 10.0.0.61 - - [2025-12-11 03:14:05] "POST /neutron/network HTTP/1.1" 200 842 0.006994 10.0.0.61 - - [2025-12-11 03:14:05] "POST /neutron/port HTTP/1.1" 200 1059 0.012961 10.0.0.61 - - [2025-12-11 03:14:05] "POST /neutron/port HTTP/1.1" 200 1087 0.014517 10.0.0.61 - - [2025-12-11 03:14:05] "POST /neutron/port HTTP/1.1" 200 117 0.001249 10.0.0.27 - - [2025-12-11 03:14:05] "GET /projects?obj_uuids=22d41bcf-705d-41fd-9ec8-f3f3dee22c1d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001412 10.0.0.61 - - [2025-12-11 03:14:05] "GET /project/22d41bcf-705d-41fd-9ec8-f3f3dee22c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.065377 10.0.0.61 - - [2025-12-11 03:14:06] "POST /neutron/port HTTP/1.1" 200 1087 0.019830 10.0.0.61 - - [2025-12-11 03:14:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.004294 10.0.0.61 - - [2025-12-11 03:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.27 - - [2025-12-11 03:14:06] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001016 10.0.0.61 - - [2025-12-11 03:14:06] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007442 10.0.0.61 - - [2025-12-11 03:14:06] "POST /service-templates HTTP/1.1" 200 543 0.023171 10.0.0.61 - - [2025-12-11 03:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.61 - - [2025-12-11 03:14:06] "GET /service-template/c24f996f-2ddd-4827-acb3-e0ec257a23ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.006272 10.0.0.61 - - [2025-12-11 03:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.61 - - [2025-12-11 03:14:06] "POST /neutron/network HTTP/1.1" 200 842 0.006253 10.0.0.61 - - [2025-12-11 03:14:06] "GET /service-template/c24f996f-2ddd-4827-acb3-e0ec257a23ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.005947 10.0.0.61 - - [2025-12-11 03:14:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.001007 10.0.0.61 - - [2025-12-11 03:14:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.001298 10.0.0.61 - - [2025-12-11 03:14:06] "POST /id-to-fqname HTTP/1.1" 200 224 0.001227 10.0.0.61 - - [2025-12-11 03:14:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010980 10.0.0.61 - - [2025-12-11 03:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.61 - - [2025-12-11 03:14:06] "DELETE /service-template/c24f996f-2ddd-4827-acb3-e0ec257a23ba HTTP/1.1" 200 115 0.021097 10.0.0.61 - - [2025-12-11 03:14:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.006357 10.0.0.61 - - [2025-12-11 03:14:07] "POST /neutron/port HTTP/1.1" 200 1110 0.143570 10.0.0.61 - - [2025-12-11 03:14:07] "POST /neutron/port HTTP/1.1" 200 1084 0.014340 10.0.0.61 - - [2025-12-11 03:14:07] "POST /neutron/port HTTP/1.1" 200 117 0.001202 10.0.0.61 - - [2025-12-11 03:14:07] "POST /neutron/port HTTP/1.1" 200 1113 0.012446 10.0.0.61 - - [2025-12-11 03:14:08] "POST /neutron/port HTTP/1.1" 200 1110 0.010010 10.0.0.61 - - [2025-12-11 03:14:09] "POST /neutron/network HTTP/1.1" 200 2185 0.010735 10.0.0.27 - - [2025-12-11 03:14:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004594 10.0.0.27 - - [2025-12-11 03:14:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003577 10.0.0.61 - - [2025-12-11 03:14:09] "POST /neutron/network HTTP/1.1" 200 151 0.133906 10.0.0.33 - - [2025-12-11 03:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002686 10.0.0.27 - - [2025-12-11 03:14:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004164 10.0.0.27 - - [2025-12-11 03:14:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003276 10.0.0.61 - - [2025-12-11 03:14:09] "POST /neutron/network HTTP/1.1" 200 151 0.114340 10.0.0.33 - - [2025-12-11 03:14:09] "DELETE /route-target/78bcf374-bcc0-4251-8956-56bfeba4596e HTTP/1.1" 200 115 0.032189 10.0.0.27 - - [2025-12-11 03:14:11] "GET /projects?obj_uuids=22d41bcf-705d-41fd-9ec8-f3f3dee22c1d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001125 10.0.0.61 - - [2025-12-11 03:14:11] "GET /project/22d41bcf-705d-41fd-9ec8-f3f3dee22c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.039081 10.0.0.27 - - [2025-12-11 03:14:11] "GET /projects?obj_uuids=22d41bcf-705d-41fd-9ec8-f3f3dee22c1d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000880 10.0.0.61 - - [2025-12-11 03:14:11] "GET /project/22d41bcf-705d-41fd-9ec8-f3f3dee22c1d?fields=virtual_networks HTTP/1.1" 200 1038 0.030618 10.0.0.27 - - [2025-12-11 03:14:11] "GET /projects?obj_uuids=22d41bcf-705d-41fd-9ec8-f3f3dee22c1d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001307 10.0.0.61 - - [2025-12-11 03:14:11] "GET /project/22d41bcf-705d-41fd-9ec8-f3f3dee22c1d?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.032037 10.0.0.27 - - [2025-12-11 03:14:11] "GET /projects?obj_uuids=22d41bcf-705d-41fd-9ec8-f3f3dee22c1d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000935 10.0.0.61 - - [2025-12-11 03:14:11] "GET /project/22d41bcf-705d-41fd-9ec8-f3f3dee22c1d?fields=security_groups HTTP/1.1" 200 1262 0.030339 10.0.0.61 - - [2025-12-11 03:14:12] "POST /fqname-to-id HTTP/1.1" 404 184 0.026047 10.0.0.27 - - [2025-12-11 03:14:12] "GET /projects?obj_uuids=a3681f14-6240-4a76-8870-1257fa23afbb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003259 10.0.0.27 - - [2025-12-11 03:14:12] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000944 10.0.0.27 - - [2025-12-11 03:14:12] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006899 10.0.0.27 - - [2025-12-11 03:14:12] "POST /id-to-fqname HTTP/1.1" 200 186 0.002300 10.0.0.27 - - [2025-12-11 03:14:12] "POST /fqname-to-id HTTP/1.1" 404 195 0.006797 10.0.0.27 - - [2025-12-11 03:14:13] "POST /security-groups HTTP/1.1" 200 587 0.069186 10.0.0.33 - - [2025-12-11 03:14:13] "POST /fqname-to-id HTTP/1.1" 404 230 0.004070 10.0.0.27 - - [2025-12-11 03:14:13] "POST /projects HTTP/1.1" 200 577 0.255311 10.0.0.27 - - [2025-12-11 03:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.292729 10.0.0.33 - - [2025-12-11 03:14:13] "POST /access-control-lists HTTP/1.1" 200 590 0.027815 10.0.0.61 - - [2025-12-11 03:14:13] "GET /project/a3681f14-6240-4a76-8870-1257fa23afbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.426512 10.0.0.61 - - [2025-12-11 03:14:14] "GET / HTTP/1.1" 200 35931 0.001814 10.0.0.61 - - [2025-12-11 03:14:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000466 10.0.0.61 - - [2025-12-11 03:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.049154 10.0.0.27 - - [2025-12-11 03:14:16] "GET /projects?obj_uuids=a3681f14-6240-4a76-8870-1257fa23afbb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001083 10.0.0.61 - - [2025-12-11 03:14:16] "GET /project/a3681f14-6240-4a76-8870-1257fa23afbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.039593 10.0.0.61 - - [2025-12-11 03:14:16] "POST /neutron/network HTTP/1.1" 200 117 0.039136 10.0.0.61 - - [2025-12-11 03:14:16] "POST /neutron/network HTTP/1.1" 200 828 0.008597 10.0.0.61 - - [2025-12-11 03:14:16] "POST /id-to-fqname HTTP/1.1" 200 221 0.001062 10.0.0.61 - - [2025-12-11 03:14:16] "GET /virtual-network/a4489c0e-a024-45c2-a112-8ef216ad5eef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006150 10.0.0.61 - - [2025-12-11 03:14:16] "GET /virtual-network/a4489c0e-a024-45c2-a112-8ef216ad5eef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005335 10.0.0.61 - - [2025-12-11 03:14:16] "POST /neutron/subnet HTTP/1.1" 200 715 0.008003 10.0.0.61 - - [2025-12-11 03:14:17] "GET /virtual-network/a4489c0e-a024-45c2-a112-8ef216ad5eef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005416 10.0.0.61 - - [2025-12-11 03:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.007944 10.0.0.27 - - [2025-12-11 03:14:18] "GET /projects?obj_uuids=a3681f14-6240-4a76-8870-1257fa23afbb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000874 10.0.0.61 - - [2025-12-11 03:14:18] "GET /project/a3681f14-6240-4a76-8870-1257fa23afbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.041682 10.0.0.33 - - [2025-12-11 03:14:19] "POST /route-targets HTTP/1.1" 200 327 0.019011 10.0.0.27 - - [2025-12-11 03:14:19] "POST /useragent-kv HTTP/1.1" 200 115 0.007169 10.0.0.61 - - [2025-12-11 03:14:19] "POST /neutron/subnet HTTP/1.1" 200 725 0.188937 10.0.0.61 - - [2025-12-11 03:14:19] "POST /id-to-fqname HTTP/1.1" 200 221 0.001294 10.0.0.61 - - [2025-12-11 03:14:19] "GET /virtual-network/73d605a6-1775-43d8-a8a7-44cc7d8f2b03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004668 10.0.0.61 - - [2025-12-11 03:14:19] "GET /virtual-network/73d605a6-1775-43d8-a8a7-44cc7d8f2b03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005873 10.0.0.61 - - [2025-12-11 03:14:19] "POST /neutron/network HTTP/1.1" 200 830 0.005588 10.0.0.61 - - [2025-12-11 03:14:19] "GET /virtual-network/73d605a6-1775-43d8-a8a7-44cc7d8f2b03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005605 10.0.0.61 - - [2025-12-11 03:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.27 - - [2025-12-11 03:14:19] "GET /projects?obj_uuids=a3681f14-6240-4a76-8870-1257fa23afbb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000793 10.0.0.61 - - [2025-12-11 03:14:19] "GET /project/a3681f14-6240-4a76-8870-1257fa23afbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.045423 10.0.0.27 - - [2025-12-11 03:14:20] "GET /projects?obj_uuids=a3681f14-6240-4a76-8870-1257fa23afbb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000883 10.0.0.61 - - [2025-12-11 03:14:20] "POST /neutron/network HTTP/1.1" 200 613 0.102297 10.0.0.33 - - [2025-12-11 03:14:20] "POST /ref-update HTTP/1.1" 200 156 0.020347 10.0.0.61 - - [2025-12-11 03:14:20] "POST /id-to-fqname HTTP/1.1" 200 222 0.003396 10.0.0.61 - - [2025-12-11 03:14:20] "GET /virtual-network/6870b5a9-d439-407c-a8c7-3236c7df59f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007252 10.0.0.61 - - [2025-12-11 03:14:20] "POST /neutron/network HTTP/1.1" 200 833 0.005820 10.0.0.61 - - [2025-12-11 03:14:20] "GET /virtual-network/6870b5a9-d439-407c-a8c7-3236c7df59f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004675 10.0.0.61 - - [2025-12-11 03:14:20] "GET /virtual-network/6870b5a9-d439-407c-a8c7-3236c7df59f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005981 10.0.0.61 - - [2025-12-11 03:14:20] "GET /obj-perms HTTP/1.1" 200 5022 0.050800 10.0.0.33 - - [2025-12-11 03:14:20] "GET /obj-perms HTTP/1.1" 200 5022 0.046665 10.0.0.27 - - [2025-12-11 03:14:21] "GET /obj-perms HTTP/1.1" 200 5022 0.049937 10.0.0.61 - - [2025-12-11 03:14:21] "POST /id-to-fqname HTTP/1.1" 200 221 0.001371 10.0.0.61 - - [2025-12-11 03:14:21] "POST /neutron/network HTTP/1.1" 200 840 0.013968 10.0.0.27 - - [2025-12-11 03:14:21] "GET /projects?obj_uuids=a3681f14-6240-4a76-8870-1257fa23afbb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001022 10.0.0.61 - - [2025-12-11 03:14:21] "GET /project/a3681f14-6240-4a76-8870-1257fa23afbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.062654 10.0.0.61 - - [2025-12-11 03:14:22] "POST /neutron/port HTTP/1.1" 200 117 0.005464 10.0.0.61 - - [2025-12-11 03:14:22] "POST /id-to-fqname HTTP/1.1" 200 222 0.001233 10.0.0.61 - - [2025-12-11 03:14:22] "POST /neutron/network HTTP/1.1" 200 840 0.006159 10.0.0.61 - - [2025-12-11 03:14:22] "POST /neutron/port HTTP/1.1" 200 1056 0.014705 10.0.0.27 - - [2025-12-11 03:14:23] "GET /projects?obj_uuids=a3681f14-6240-4a76-8870-1257fa23afbb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001185 10.0.0.61 - - [2025-12-11 03:14:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002867 10.0.0.61 - - [2025-12-11 03:14:23] "GET /project/a3681f14-6240-4a76-8870-1257fa23afbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.077788 10.0.0.61 - - [2025-12-11 03:14:23] "POST /neutron/port HTTP/1.1" 200 117 0.001118 10.0.0.61 - - [2025-12-11 03:14:23] "POST /neutron/security_group HTTP/1.1" 200 2054 0.010059 10.0.0.61 - - [2025-12-11 03:14:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.003151 10.0.0.61 - - [2025-12-11 03:14:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.27 - - [2025-12-11 03:14:23] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001265 10.0.0.61 - - [2025-12-11 03:14:23] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009861 10.0.0.61 - - [2025-12-11 03:14:23] "POST /service-templates HTTP/1.1" 200 543 0.021388 10.0.0.61 - - [2025-12-11 03:14:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.61 - - [2025-12-11 03:14:23] "GET /service-template/2720c72f-01d4-4485-bc8a-a1865dd5b556?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.006751 10.0.0.61 - - [2025-12-11 03:14:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.61 - - [2025-12-11 03:14:23] "GET /service-template/2720c72f-01d4-4485-bc8a-a1865dd5b556?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004213 10.0.0.61 - - [2025-12-11 03:14:23] "POST /id-to-fqname HTTP/1.1" 200 221 0.001521 10.0.0.27 - - [2025-12-11 03:14:23] "GET /projects?obj_uuids=a3681f14-6240-4a76-8870-1257fa23afbb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000891 10.0.0.61 - - [2025-12-11 03:14:23] "POST /id-to-fqname HTTP/1.1" 200 221 0.000873 10.0.0.61 - - [2025-12-11 03:14:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.004809 10.0.0.61 - - [2025-12-11 03:14:24] "POST /neutron/port HTTP/1.1" 200 1057 0.254396 10.0.0.61 - - [2025-12-11 03:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002230 10.0.0.61 - - [2025-12-11 03:14:24] "POST /neutron/port HTTP/1.1" 200 1057 0.009973 10.0.0.61 - - [2025-12-11 03:14:24] "DELETE /service-template/2720c72f-01d4-4485-bc8a-a1865dd5b556 HTTP/1.1" 200 115 0.030605 10.0.0.61 - - [2025-12-11 03:14:24] "POST /fqname-to-id HTTP/1.1" 404 193 0.005337 10.0.0.61 - - [2025-12-11 03:14:24] "POST /neutron/port HTTP/1.1" 200 1085 0.019053 10.0.0.61 - - [2025-12-11 03:14:24] "POST /neutron/port HTTP/1.1" 200 117 0.001384 10.0.0.61 - - [2025-12-11 03:14:24] "POST /neutron/network HTTP/1.1" 400 204 0.012869 10.0.0.27 - - [2025-12-11 03:14:24] "DELETE /project/a3681f1462404a7688701257fa23afbb HTTP/1.1" 404 173 0.012058 10.0.0.27 - - [2025-12-11 03:14:24] "DELETE /project/22d41bcf705d41fd9ec8f3f3dee22c1d HTTP/1.1" 404 173 0.009949 10.0.0.27 - - [2025-12-11 03:14:24] "GET /projects?obj_uuids=22d41bcf-705d-41fd-9ec8-f3f3dee22c1d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001157 10.0.0.27 - - [2025-12-11 03:14:24] "GET /projects?obj_uuids=27e7aef5-d6c4-4e76-8c2e-7c3deb998db5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000813 10.0.0.27 - - [2025-12-11 03:14:24] "GET /project/27e7aef5-d6c4-4e76-8c2e-7c3deb998db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.065543 10.0.0.27 - - [2025-12-11 03:14:24] "GET /project/22d41bcf-705d-41fd-9ec8-f3f3dee22c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.071085 10.0.0.27 - - [2025-12-11 03:14:24] "GET /projects?obj_uuids=27e7aef5-d6c4-4e76-8c2e-7c3deb998db5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000743 10.0.0.27 - - [2025-12-11 03:14:24] "GET /projects?obj_uuids=22d41bcf-705d-41fd-9ec8-f3f3dee22c1d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000749 10.0.0.27 - - [2025-12-11 03:14:24] "GET /project/22d41bcf-705d-41fd-9ec8-f3f3dee22c1d?fields=security_groups HTTP/1.1" 200 1367 0.052545 10.0.0.27 - - [2025-12-11 03:14:24] "GET /project/27e7aef5-d6c4-4e76-8c2e-7c3deb998db5?fields=security_groups HTTP/1.1" 200 1367 0.086865 10.0.0.27 - - [2025-12-11 03:14:24] "DELETE /security-group/b69b6ed5-59c5-469b-8e26-e216f97d1ae4 HTTP/1.1" 200 115 0.108326 10.0.0.27 - - [2025-12-11 03:14:24] "GET /projects?obj_uuids=22d41bcf-705d-41fd-9ec8-f3f3dee22c1d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000906 10.0.0.27 - - [2025-12-11 03:14:25] "DELETE /security-group/2d3e3232-907a-4f61-9992-3321f8ab2ecb HTTP/1.1" 200 115 0.114929 10.0.0.27 - - [2025-12-11 03:14:25] "GET /projects?obj_uuids=27e7aef5-d6c4-4e76-8c2e-7c3deb998db5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000950 10.0.0.27 - - [2025-12-11 03:14:25] "GET /project/22d41bcf-705d-41fd-9ec8-f3f3dee22c1d?fields=application_policy_sets HTTP/1.1" 200 1406 0.058336 10.0.0.27 - - [2025-12-11 03:14:25] "GET /project/27e7aef5-d6c4-4e76-8c2e-7c3deb998db5?fields=application_policy_sets HTTP/1.1" 200 1406 0.149330 10.0.0.33 - - [2025-12-11 03:14:25] "DELETE /access-control-list/4c1144eb-d7e8-47fb-8f65-d392007b39d1 HTTP/1.1" 200 115 0.051296 10.0.0.61 - - [2025-12-11 03:14:25] "POST /neutron/port HTTP/1.1" 200 151 0.388827 10.0.0.27 - - [2025-12-11 03:14:25] "DELETE /project/22d41bcf-705d-41fd-9ec8-f3f3dee22c1d HTTP/1.1" 200 115 0.654792 10.0.0.27 - - [2025-12-11 03:14:25] "DELETE /project/27e7aef5-d6c4-4e76-8c2e-7c3deb998db5 HTTP/1.1" 200 115 0.661351 10.0.0.61 - - [2025-12-11 03:14:26] "POST /neutron/port HTTP/1.1" 200 151 0.130930 10.0.0.61 - - [2025-12-11 03:14:26] "POST /neutron/network HTTP/1.1" 200 117 0.011010 10.0.0.61 - - [2025-12-11 03:14:26] "POST /neutron/port HTTP/1.1" 200 117 0.006067 10.0.0.33 - - [2025-12-11 03:14:26] "DELETE /route-target/3686b228-4622-4f79-b36b-2c6ea84bbd86 HTTP/1.1" 200 115 0.019965 10.0.0.61 - - [2025-12-11 03:14:27] "POST /neutron/network HTTP/1.1" 200 828 0.007861 10.0.0.33 - - [2025-12-11 03:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004827 10.0.0.61 - - [2025-12-11 03:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.27 - - [2025-12-11 03:14:29] "GET /projects?obj_uuids=a3681f14-6240-4a76-8870-1257fa23afbb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000837 10.0.0.61 - - [2025-12-11 03:14:29] "GET /project/a3681f14-6240-4a76-8870-1257fa23afbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.041006 10.0.0.27 - - [2025-12-11 03:14:30] "GET /projects?obj_uuids=a3681f14-6240-4a76-8870-1257fa23afbb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000922 10.0.0.61 - - [2025-12-11 03:14:30] "POST /neutron/network HTTP/1.1" 200 611 0.106792 10.0.0.33 - - [2025-12-11 03:14:30] "POST /ref-update HTTP/1.1" 200 156 0.025085 10.0.0.61 - - [2025-12-11 03:14:30] "POST /id-to-fqname HTTP/1.1" 200 221 0.003165 10.0.0.61 - - [2025-12-11 03:14:30] "GET /virtual-network/81e1f3bb-394d-4140-8465-39b082ea7728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004872 10.0.0.61 - - [2025-12-11 03:14:30] "POST /neutron/network HTTP/1.1" 200 829 0.005418 10.0.0.61 - - [2025-12-11 03:14:30] "GET /virtual-network/81e1f3bb-394d-4140-8465-39b082ea7728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004424 10.0.0.61 - - [2025-12-11 03:14:30] "GET /virtual-network/81e1f3bb-394d-4140-8465-39b082ea7728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005999 10.0.0.61 - - [2025-12-11 03:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.27 - - [2025-12-11 03:14:30] "GET /projects?obj_uuids=a3681f14-6240-4a76-8870-1257fa23afbb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000806 10.0.0.61 - - [2025-12-11 03:14:30] "GET /project/a3681f14-6240-4a76-8870-1257fa23afbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.031540 10.0.0.61 - - [2025-12-11 03:14:31] "POST /neutron/network HTTP/1.1" 200 117 0.015589 10.0.0.61 - - [2025-12-11 03:14:31] "POST /neutron/network HTTP/1.1" 200 830 0.007737 10.0.0.61 - - [2025-12-11 03:14:31] "POST /id-to-fqname HTTP/1.1" 200 221 0.000945 10.0.0.61 - - [2025-12-11 03:14:31] "GET /virtual-network/9ad87e52-e79f-413f-a9d4-0cf2f915e43a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004285 10.0.0.61 - - [2025-12-11 03:14:31] "GET /virtual-network/9ad87e52-e79f-413f-a9d4-0cf2f915e43a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006273 10.0.0.61 - - [2025-12-11 03:14:31] "POST /neutron/subnet HTTP/1.1" 200 725 0.008528 10.0.0.61 - - [2025-12-11 03:14:31] "GET /virtual-network/9ad87e52-e79f-413f-a9d4-0cf2f915e43a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005265 10.0.0.61 - - [2025-12-11 03:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.27 - - [2025-12-11 03:14:32] "GET /projects?obj_uuids=a3681f14-6240-4a76-8870-1257fa23afbb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000867 10.0.0.61 - - [2025-12-11 03:14:32] "GET /project/a3681f14-6240-4a76-8870-1257fa23afbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.034021 10.0.0.33 - - [2025-12-11 03:14:32] "POST /route-targets HTTP/1.1" 200 327 0.013088 10.0.0.27 - - [2025-12-11 03:14:32] "POST /useragent-kv HTTP/1.1" 200 115 0.012350 10.0.0.61 - - [2025-12-11 03:14:32] "POST /neutron/subnet HTTP/1.1" 200 724 0.210707 10.0.0.61 - - [2025-12-11 03:14:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.001415 10.0.0.61 - - [2025-12-11 03:14:32] "GET /virtual-network/edf31aed-40fe-4ff8-bdae-8af701cd17c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004601 10.0.0.61 - - [2025-12-11 03:14:32] "GET /virtual-network/edf31aed-40fe-4ff8-bdae-8af701cd17c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006001 10.0.0.61 - - [2025-12-11 03:14:32] "POST /neutron/network HTTP/1.1" 200 832 0.006617 10.0.0.61 - - [2025-12-11 03:14:32] "GET /virtual-network/edf31aed-40fe-4ff8-bdae-8af701cd17c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006042 10.0.0.61 - - [2025-12-11 03:14:33] "GET /obj-perms HTTP/1.1" 200 5022 0.003423 10.0.0.33 - - [2025-12-11 03:14:33] "GET /obj-perms HTTP/1.1" 200 5022 0.002801 10.0.0.27 - - [2025-12-11 03:14:33] "GET /obj-perms HTTP/1.1" 200 5022 0.003145 10.0.0.61 - - [2025-12-11 03:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.27 - - [2025-12-11 03:14:33] "GET /projects?obj_uuids=a3681f14-6240-4a76-8870-1257fa23afbb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001061 10.0.0.61 - - [2025-12-11 03:14:33] "GET /project/a3681f14-6240-4a76-8870-1257fa23afbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.038420 10.0.0.27 - - [2025-12-11 03:14:33] "GET /projects?obj_uuids=a3681f14-6240-4a76-8870-1257fa23afbb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000975 10.0.0.61 - - [2025-12-11 03:14:33] "POST /neutron/network HTTP/1.1" 200 623 0.101345 10.0.0.33 - - [2025-12-11 03:14:33] "POST /ref-update HTTP/1.1" 200 156 0.020745 10.0.0.61 - - [2025-12-11 03:14:33] "POST /id-to-fqname HTTP/1.1" 200 227 0.003241 10.0.0.61 - - [2025-12-11 03:14:33] "GET /virtual-network/4fe6e7aa-a1b5-4268-abc1-a38ea1294b4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006087 10.0.0.61 - - [2025-12-11 03:14:33] "POST /neutron/network HTTP/1.1" 200 843 0.007374 10.0.0.61 - - [2025-12-11 03:14:33] "GET /virtual-network/4fe6e7aa-a1b5-4268-abc1-a38ea1294b4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004645 10.0.0.61 - - [2025-12-11 03:14:33] "GET /virtual-network/4fe6e7aa-a1b5-4268-abc1-a38ea1294b4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005674 10.0.0.61 - - [2025-12-11 03:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004694 10.0.0.27 - - [2025-12-11 03:14:34] "GET /projects?obj_uuids=a3681f14-6240-4a76-8870-1257fa23afbb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001605 10.0.0.61 - - [2025-12-11 03:14:34] "GET /project/a3681f14-6240-4a76-8870-1257fa23afbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.041450 10.0.0.61 - - [2025-12-11 03:14:34] "POST /neutron/network HTTP/1.1" 200 117 0.028529 10.0.0.61 - - [2025-12-11 03:14:34] "POST /neutron/network HTTP/1.1" 200 842 0.009926 10.0.0.61 - - [2025-12-11 03:14:34] "POST /id-to-fqname HTTP/1.1" 200 228 0.001401 10.0.0.61 - - [2025-12-11 03:14:34] "GET /virtual-network/6282d03a-876c-4c6f-be22-5ac4c7dcade0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005235 10.0.0.61 - - [2025-12-11 03:14:34] "GET /virtual-network/6282d03a-876c-4c6f-be22-5ac4c7dcade0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004993 10.0.0.61 - - [2025-12-11 03:14:34] "POST /neutron/subnet HTTP/1.1" 200 715 0.008302 10.0.0.61 - - [2025-12-11 03:14:35] "GET /virtual-network/6282d03a-876c-4c6f-be22-5ac4c7dcade0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006343 10.0.0.61 - - [2025-12-11 03:14:35] "POST /id-to-fqname HTTP/1.1" 200 221 0.001412 10.0.0.27 - - [2025-12-11 03:14:36] "GET /projects?obj_uuids=a3681f14-6240-4a76-8870-1257fa23afbb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001280 10.0.0.61 - - [2025-12-11 03:14:36] "GET /project/a3681f14-6240-4a76-8870-1257fa23afbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.071737 10.0.0.61 - - [2025-12-11 03:14:36] "POST /neutron/port HTTP/1.1" 200 117 0.008046 10.0.0.61 - - [2025-12-11 03:14:36] "POST /id-to-fqname HTTP/1.1" 200 222 0.001750 10.0.0.61 - - [2025-12-11 03:14:36] "POST /neutron/network HTTP/1.1" 200 842 0.006657 10.0.0.61 - - [2025-12-11 03:14:37] "POST /neutron/port HTTP/1.1" 200 1056 0.013611 10.0.0.61 - - [2025-12-11 03:14:37] "POST /neutron/port HTTP/1.1" 200 1084 0.014682 10.0.0.61 - - [2025-12-11 03:14:37] "POST /neutron/port HTTP/1.1" 200 117 0.001082 10.0.0.27 - - [2025-12-11 03:14:37] "GET /projects?obj_uuids=a3681f14-6240-4a76-8870-1257fa23afbb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000869 10.0.0.61 - - [2025-12-11 03:14:37] "GET /project/a3681f14-6240-4a76-8870-1257fa23afbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.056125 10.0.0.61 - - [2025-12-11 03:14:37] "POST /neutron/port HTTP/1.1" 200 1084 0.018853 10.0.0.61 - - [2025-12-11 03:14:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.004030 10.0.0.61 - - [2025-12-11 03:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.27 - - [2025-12-11 03:14:37] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001139 10.0.0.61 - - [2025-12-11 03:14:37] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008469 10.0.0.61 - - [2025-12-11 03:14:37] "POST /service-templates HTTP/1.1" 200 543 0.029469 10.0.0.61 - - [2025-12-11 03:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.61 - - [2025-12-11 03:14:37] "GET /service-template/1beec91e-304a-4ef4-aa0f-8880593e00f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.007238 10.0.0.61 - - [2025-12-11 03:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.61 - - [2025-12-11 03:14:37] "GET /service-template/1beec91e-304a-4ef4-aa0f-8880593e00f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.004221 10.0.0.61 - - [2025-12-11 03:14:37] "POST /id-to-fqname HTTP/1.1" 200 221 0.001058 10.0.0.61 - - [2025-12-11 03:14:37] "POST /neutron/network HTTP/1.1" 200 842 0.006572 10.0.0.61 - - [2025-12-11 03:14:37] "POST /id-to-fqname HTTP/1.1" 200 227 0.001319 10.0.0.61 - - [2025-12-11 03:14:38] "POST /id-to-fqname HTTP/1.1" 200 228 0.001618 10.0.0.61 - - [2025-12-11 03:14:38] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007077 10.0.0.61 - - [2025-12-11 03:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.61 - - [2025-12-11 03:14:38] "DELETE /service-template/1beec91e-304a-4ef4-aa0f-8880593e00f5 HTTP/1.1" 200 115 0.023665 10.0.0.61 - - [2025-12-11 03:14:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.004376 10.0.0.61 - - [2025-12-11 03:14:38] "POST /neutron/port HTTP/1.1" 200 1110 0.100754 10.0.0.61 - - [2025-12-11 03:14:38] "POST /neutron/subnet HTTP/1.1" 200 698 0.011192 10.0.0.61 - - [2025-12-11 03:14:38] "POST /neutron/port HTTP/1.1" 200 117 0.001193 10.0.0.33 - - [2025-12-11 03:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.27 - - [2025-12-11 03:14:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002393 10.0.0.27 - - [2025-12-11 03:14:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002489 10.0.0.61 - - [2025-12-11 03:14:39] "POST /neutron/network HTTP/1.1" 200 151 0.119273 10.0.0.33 - - [2025-12-11 03:14:39] "DELETE /route-target/61f9b871-c2dc-42de-b39f-0662c26bf1fb HTTP/1.1" 200 115 0.022607 10.0.0.61 - - [2025-12-11 03:14:39] "POST /neutron/port HTTP/1.1" 200 151 0.178498 10.0.0.61 - - [2025-12-11 03:14:40] "POST /neutron/port HTTP/1.1" 200 1084 0.012795 10.0.0.61 - - [2025-12-11 03:14:40] "POST /neutron/port HTTP/1.1" 200 117 0.028962 10.0.0.61 - - [2025-12-11 03:14:40] "POST /neutron/port HTTP/1.1" 200 117 0.005573 10.0.0.61 - - [2025-12-11 03:14:41] "POST /neutron/network HTTP/1.1" 200 830 0.007670 10.0.0.33 - - [2025-12-11 03:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004635 10.0.0.27 - - [2025-12-11 03:14:42] "POST /useragent-kv HTTP/1.1" 200 115 0.005754 10.0.0.27 - - [2025-12-11 03:14:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003010 10.0.0.61 - - [2025-12-11 03:14:42] "POST /neutron/network HTTP/1.1" 200 151 0.122483 10.0.0.33 - - [2025-12-11 03:14:42] "DELETE /route-target/41085e59-129a-4e66-8d38-d3a248635ea0 HTTP/1.1" 200 115 0.025579 10.0.0.27 - - [2025-12-11 03:14:43] "GET /projects?obj_uuids=a3681f14-6240-4a76-8870-1257fa23afbb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000965 10.0.0.61 - - [2025-12-11 03:14:43] "GET /project/a3681f14-6240-4a76-8870-1257fa23afbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.064186 10.0.0.27 - - [2025-12-11 03:14:43] "GET /projects?obj_uuids=a3681f14-6240-4a76-8870-1257fa23afbb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001370 10.0.0.61 - - [2025-12-11 03:14:43] "GET /project/a3681f14-6240-4a76-8870-1257fa23afbb?fields=virtual_networks HTTP/1.1" 200 1034 0.035719 10.0.0.27 - - [2025-12-11 03:14:43] "GET /projects?obj_uuids=a3681f14-6240-4a76-8870-1257fa23afbb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000897 10.0.0.61 - - [2025-12-11 03:14:43] "GET /project/a3681f14-6240-4a76-8870-1257fa23afbb?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.036711 10.0.0.27 - - [2025-12-11 03:14:43] "GET /projects?obj_uuids=a3681f14-6240-4a76-8870-1257fa23afbb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000869 10.0.0.61 - - [2025-12-11 03:14:43] "GET /project/a3681f14-6240-4a76-8870-1257fa23afbb?fields=security_groups HTTP/1.1" 200 1256 0.033069 10.0.0.61 - - [2025-12-11 03:14:44] "POST /fqname-to-id HTTP/1.1" 404 190 0.027158 10.0.0.27 - - [2025-12-11 03:14:44] "GET /projects?obj_uuids=19d02eb6-824c-4367-bc46-7c12329ba3be&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002805 10.0.0.27 - - [2025-12-11 03:14:44] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000903 10.0.0.27 - - [2025-12-11 03:14:44] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006617 10.0.0.27 - - [2025-12-11 03:14:44] "POST /id-to-fqname HTTP/1.1" 200 192 0.003314 10.0.0.27 - - [2025-12-11 03:14:44] "POST /fqname-to-id HTTP/1.1" 404 201 0.008125 10.0.0.27 - - [2025-12-11 03:14:44] "POST /security-groups HTTP/1.1" 200 593 0.076823 10.0.0.27 - - [2025-12-11 03:14:44] "POST /projects HTTP/1.1" 200 589 0.293668 10.0.0.33 - - [2025-12-11 03:14:45] "POST /fqname-to-id HTTP/1.1" 404 235 0.003933 10.0.0.27 - - [2025-12-11 03:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.367030 10.0.0.61 - - [2025-12-11 03:14:45] "GET /project/19d02eb6-824c-4367-bc46-7c12329ba3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.498667 10.0.0.61 - - [2025-12-11 03:14:46] "GET / HTTP/1.1" 200 35931 0.002064 10.0.0.61 - - [2025-12-11 03:14:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000628 10.0.0.61 - - [2025-12-11 03:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.058909 10.0.0.27 - - [2025-12-11 03:14:48] "GET /projects?obj_uuids=19d02eb6-824c-4367-bc46-7c12329ba3be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000807 10.0.0.61 - - [2025-12-11 03:14:48] "GET /project/19d02eb6-824c-4367-bc46-7c12329ba3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.033855 10.0.0.33 - - [2025-12-11 03:14:48] "POST /ref-update HTTP/1.1" 200 156 0.029865 10.0.0.27 - - [2025-12-11 03:14:48] "POST /useragent-kv HTTP/1.1" 200 115 0.006697 10.0.0.61 - - [2025-12-11 03:14:48] "POST /neutron/subnet HTTP/1.1" 200 724 0.232705 10.0.0.61 - - [2025-12-11 03:14:48] "POST /id-to-fqname HTTP/1.1" 200 224 0.001349 10.0.0.61 - - [2025-12-11 03:14:48] "GET /virtual-network/1e264f9d-c914-43f1-a30c-fea2d3327eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005063 10.0.0.61 - - [2025-12-11 03:14:48] "GET /virtual-network/1e264f9d-c914-43f1-a30c-fea2d3327eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006335 10.0.0.61 - - [2025-12-11 03:14:48] "POST /neutron/network HTTP/1.1" 200 830 0.006127 10.0.0.61 - - [2025-12-11 03:14:49] "GET /virtual-network/1e264f9d-c914-43f1-a30c-fea2d3327eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006246 10.0.0.61 - - [2025-12-11 03:14:49] "GET /obj-perms HTTP/1.1" 200 5034 0.081502 10.0.0.33 - - [2025-12-11 03:14:50] "GET /obj-perms HTTP/1.1" 200 5034 0.051178 10.0.0.27 - - [2025-12-11 03:14:50] "GET /obj-perms HTTP/1.1" 200 5034 0.055108 10.0.0.61 - - [2025-12-11 03:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.27 - - [2025-12-11 03:14:50] "GET /projects?obj_uuids=19d02eb6-824c-4367-bc46-7c12329ba3be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000912 10.0.0.61 - - [2025-12-11 03:14:50] "GET /project/19d02eb6-824c-4367-bc46-7c12329ba3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.042380 10.0.0.27 - - [2025-12-11 03:14:50] "GET /projects?obj_uuids=19d02eb6-824c-4367-bc46-7c12329ba3be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000843 10.0.0.61 - - [2025-12-11 03:14:50] "POST /neutron/network HTTP/1.1" 200 613 0.108201 10.0.0.61 - - [2025-12-11 03:14:51] "POST /id-to-fqname HTTP/1.1" 200 225 0.003030 10.0.0.61 - - [2025-12-11 03:14:51] "GET /virtual-network/b2a131f0-60fe-42df-8009-ee50f94a32ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004858 10.0.0.61 - - [2025-12-11 03:14:51] "POST /neutron/network HTTP/1.1" 200 831 0.005887 10.0.0.61 - - [2025-12-11 03:14:51] "GET /virtual-network/b2a131f0-60fe-42df-8009-ee50f94a32ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004634 10.0.0.61 - - [2025-12-11 03:14:51] "GET /virtual-network/b2a131f0-60fe-42df-8009-ee50f94a32ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005252 10.0.0.61 - - [2025-12-11 03:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.27 - - [2025-12-11 03:14:52] "GET /projects?obj_uuids=19d02eb6-824c-4367-bc46-7c12329ba3be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000866 10.0.0.61 - - [2025-12-11 03:14:52] "GET /project/19d02eb6-824c-4367-bc46-7c12329ba3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.037836 10.0.0.61 - - [2025-12-11 03:14:52] "POST /neutron/network HTTP/1.1" 200 117 0.014930 10.0.0.33 - - [2025-12-11 03:14:52] "POST /route-targets HTTP/1.1" 200 327 0.011016 10.0.0.61 - - [2025-12-11 03:14:52] "POST /neutron/network HTTP/1.1" 200 835 0.008346 10.0.0.61 - - [2025-12-11 03:14:52] "POST /id-to-fqname HTTP/1.1" 200 227 0.001278 10.0.0.61 - - [2025-12-11 03:14:52] "GET /virtual-network/bf8e9b7d-6b4f-44f0-8531-05bb5e7428d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006010 10.0.0.61 - - [2025-12-11 03:14:52] "GET /virtual-network/bf8e9b7d-6b4f-44f0-8531-05bb5e7428d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005350 10.0.0.61 - - [2025-12-11 03:14:52] "POST /neutron/subnet HTTP/1.1" 200 720 0.007946 10.0.0.61 - - [2025-12-11 03:14:52] "GET /virtual-network/bf8e9b7d-6b4f-44f0-8531-05bb5e7428d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005481 10.0.0.61 - - [2025-12-11 03:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004513 10.0.0.27 - - [2025-12-11 03:14:53] "GET /projects?obj_uuids=19d02eb6-824c-4367-bc46-7c12329ba3be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000978 10.0.0.61 - - [2025-12-11 03:14:53] "GET /project/19d02eb6-824c-4367-bc46-7c12329ba3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.038185 10.0.0.33 - - [2025-12-11 03:14:53] "POST /ref-update HTTP/1.1" 200 156 0.020926 10.0.0.27 - - [2025-12-11 03:14:53] "POST /useragent-kv HTTP/1.1" 200 115 0.007976 10.0.0.61 - - [2025-12-11 03:14:53] "POST /neutron/subnet HTTP/1.1" 200 710 0.184246 10.0.0.61 - - [2025-12-11 03:14:53] "POST /id-to-fqname HTTP/1.1" 200 233 0.001239 10.0.0.61 - - [2025-12-11 03:14:53] "GET /virtual-network/04184393-9413-42e1-ae6b-8e4c75f742e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.009955 10.0.0.61 - - [2025-12-11 03:14:53] "GET /virtual-network/04184393-9413-42e1-ae6b-8e4c75f742e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005358 10.0.0.61 - - [2025-12-11 03:14:53] "POST /neutron/network HTTP/1.1" 200 845 0.006142 10.0.0.61 - - [2025-12-11 03:14:53] "GET /virtual-network/04184393-9413-42e1-ae6b-8e4c75f742e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005554 10.0.0.61 - - [2025-12-11 03:14:54] "GET /obj-perms HTTP/1.1" 200 5034 0.003494 10.0.0.33 - - [2025-12-11 03:14:54] "GET /obj-perms HTTP/1.1" 200 5034 0.003458 10.0.0.27 - - [2025-12-11 03:14:54] "GET /obj-perms HTTP/1.1" 200 5034 0.003026 10.0.0.61 - - [2025-12-11 03:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.27 - - [2025-12-11 03:14:54] "GET /projects?obj_uuids=19d02eb6-824c-4367-bc46-7c12329ba3be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000968 10.0.0.61 - - [2025-12-11 03:14:54] "GET /project/19d02eb6-824c-4367-bc46-7c12329ba3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.036249 10.0.0.27 - - [2025-12-11 03:14:54] "GET /projects?obj_uuids=19d02eb6-824c-4367-bc46-7c12329ba3be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001169 10.0.0.61 - - [2025-12-11 03:14:54] "POST /neutron/network HTTP/1.1" 200 631 0.099267 10.0.0.61 - - [2025-12-11 03:14:54] "POST /id-to-fqname HTTP/1.1" 200 234 0.002940 10.0.0.61 - - [2025-12-11 03:14:54] "GET /virtual-network/45987708-f592-440d-bcd6-5edbec960188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.004419 10.0.0.61 - - [2025-12-11 03:14:54] "POST /neutron/network HTTP/1.1" 200 852 0.005506 10.0.0.61 - - [2025-12-11 03:14:54] "GET /virtual-network/45987708-f592-440d-bcd6-5edbec960188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.004602 10.0.0.61 - - [2025-12-11 03:14:54] "GET /virtual-network/45987708-f592-440d-bcd6-5edbec960188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.004975 10.0.0.61 - - [2025-12-11 03:14:55] "POST /id-to-fqname HTTP/1.1" 200 224 0.001335 10.0.0.61 - - [2025-12-11 03:14:55] "POST /neutron/network HTTP/1.1" 200 840 0.007326 10.0.0.27 - - [2025-12-11 03:14:55] "GET /projects?obj_uuids=19d02eb6-824c-4367-bc46-7c12329ba3be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001184 10.0.0.61 - - [2025-12-11 03:14:55] "GET /project/19d02eb6-824c-4367-bc46-7c12329ba3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.071430 10.0.0.61 - - [2025-12-11 03:14:56] "POST /neutron/port HTTP/1.1" 200 117 0.005602 10.0.0.61 - - [2025-12-11 03:14:56] "POST /id-to-fqname HTTP/1.1" 200 225 0.001033 10.0.0.61 - - [2025-12-11 03:14:56] "POST /neutron/network HTTP/1.1" 200 840 0.007824 10.0.0.27 - - [2025-12-11 03:14:57] "GET /projects?obj_uuids=19d02eb6-824c-4367-bc46-7c12329ba3be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001161 10.0.0.61 - - [2025-12-11 03:14:57] "GET /project/19d02eb6-824c-4367-bc46-7c12329ba3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.076375 10.0.0.61 - - [2025-12-11 03:14:57] "POST /neutron/port HTTP/1.1" 200 1062 0.034581 10.0.0.61 - - [2025-12-11 03:14:57] "POST /neutron/port HTTP/1.1" 200 1090 0.017144 10.0.0.61 - - [2025-12-11 03:14:57] "POST /neutron/subnet HTTP/1.1" 200 698 0.009452 10.0.0.61 - - [2025-12-11 03:14:57] "POST /neutron/network HTTP/1.1" 200 830 0.012326 10.0.0.61 - - [2025-12-11 03:14:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.003053 10.0.0.61 - - [2025-12-11 03:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002631 10.0.0.27 - - [2025-12-11 03:14:57] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000937 10.0.0.61 - - [2025-12-11 03:14:57] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008263 10.0.0.61 - - [2025-12-11 03:14:57] "POST /service-templates HTTP/1.1" 200 543 0.027791 10.0.0.61 - - [2025-12-11 03:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.61 - - [2025-12-11 03:14:57] "GET /service-template/f87337a6-23ed-499e-b7a5-ba2d9dbd7b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.007374 10.0.0.61 - - [2025-12-11 03:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.61 - - [2025-12-11 03:14:57] "GET /service-template/f87337a6-23ed-499e-b7a5-ba2d9dbd7b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.005255 10.0.0.27 - - [2025-12-11 03:14:57] "GET /projects?obj_uuids=19d02eb6-824c-4367-bc46-7c12329ba3be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001233 10.0.0.61 - - [2025-12-11 03:14:57] "POST /id-to-fqname HTTP/1.1" 200 233 0.001335 10.0.0.61 - - [2025-12-11 03:14:58] "POST /neutron/port HTTP/1.1" 200 1061 0.320140 10.0.0.61 - - [2025-12-11 03:14:58] "POST /neutron/port HTTP/1.1" 200 1061 0.009682 10.0.0.61 - - [2025-12-11 03:14:58] "POST /neutron/network HTTP/1.1" 200 855 0.005191 10.0.0.61 - - [2025-12-11 03:14:58] "POST /neutron/subnet HTTP/1.1" 200 694 0.008691 10.0.0.27 - - [2025-12-11 03:14:58] "GET /projects?obj_uuids=19d02eb6-824c-4367-bc46-7c12329ba3be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001370 10.0.0.61 - - [2025-12-11 03:14:58] "GET /project/19d02eb6-824c-4367-bc46-7c12329ba3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.089466 10.0.0.61 - - [2025-12-11 03:14:59] "POST /neutron/network HTTP/1.1" 200 845 0.049989 10.0.0.61 - - [2025-12-11 03:14:59] "POST /neutron/port HTTP/1.1" 200 117 0.007535 10.0.0.61 - - [2025-12-11 03:14:59] "GET /virtual-machine/d56a5a57-156e-4595-b26d-20fc294d4406 HTTP/1.1" 401 292 0.000549 10.0.0.61 - - [2025-12-11 03:14:59] "GET /virtual-machine/d56a5a57-156e-4595-b26d-20fc294d4406 HTTP/1.1" 404 171 0.026860 10.0.0.61 - - [2025-12-11 03:15:00] "POST /neutron/port HTTP/1.1" 200 1059 0.019647 10.0.0.61 - - [2025-12-11 03:15:00] "POST /neutron/port HTTP/1.1" 200 1087 0.020123 10.0.0.61 - - [2025-12-11 03:15:00] "POST /neutron/port HTTP/1.1" 200 117 0.001137 10.0.0.61 - - [2025-12-11 03:15:00] "POST /neutron/port HTTP/1.1" 200 1090 0.017868 10.0.0.61 - - [2025-12-11 03:15:00] "POST /neutron/subnet HTTP/1.1" 200 698 0.020016 10.0.0.61 - - [2025-12-11 03:15:00] "POST /neutron/port HTTP/1.1" 200 1089 0.016855 10.0.0.61 - - [2025-12-11 03:15:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003948 10.0.0.61 - - [2025-12-11 03:15:01] "POST /neutron/network HTTP/1.1" 200 831 0.008376 10.0.0.61 - - [2025-12-11 03:15:01] "GET /virtual-machine/d56a5a57-156e-4595-b26d-20fc294d4406 HTTP/1.1" 200 1295 0.006172 10.0.0.61 - - [2025-12-11 03:15:01] "GET /virtual-machine-interface/37841042-a67a-4e86-aba5-870e9688a213 HTTP/1.1" 200 2984 0.005647 10.0.0.61 - - [2025-12-11 03:15:01] "GET /virtual-machine-interface/37841042-a67a-4e86-aba5-870e9688a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2763 0.005714 10.0.0.61 - - [2025-12-11 03:15:01] "PUT /virtual-machine-interface/37841042-a67a-4e86-aba5-870e9688a213 HTTP/1.1" 200 284 0.014010 10.0.0.61 - - [2025-12-11 03:15:06] "POST /neutron/port HTTP/1.1" 200 1087 0.016203 10.0.0.61 - - [2025-12-11 03:15:07] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006847 10.0.0.61 - - [2025-12-11 03:15:07] "GET /virtual-machine/d56a5a57-156e-4595-b26d-20fc294d4406 HTTP/1.1" 200 1295 0.003725 10.0.0.61 - - [2025-12-11 03:15:07] "GET /virtual-machine-interface/37841042-a67a-4e86-aba5-870e9688a213 HTTP/1.1" 200 3034 0.005486 10.0.0.61 - - [2025-12-11 03:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.61 - - [2025-12-11 03:15:07] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.002965 10.0.0.61 - - [2025-12-11 03:15:07] "GET /virtual-networks?parent_id=19d02eb6-824c-4367-bc46-7c12329ba3be&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002565 10.0.0.61 - - [2025-12-11 03:15:07] "GET /virtual-network/04184393-9413-42e1-ae6b-8e4c75f742e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005274 10.0.0.61 - - [2025-12-11 03:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005690 10.0.0.61 - - [2025-12-11 03:15:10] "GET /virtual-network/04184393-9413-42e1-ae6b-8e4c75f742e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006175 10.0.0.61 - - [2025-12-11 03:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.61 - - [2025-12-11 03:15:14] "GET /virtual-network/04184393-9413-42e1-ae6b-8e4c75f742e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005853 10.0.0.61 - - [2025-12-11 03:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.61 - - [2025-12-11 03:15:18] "GET /virtual-network/04184393-9413-42e1-ae6b-8e4c75f742e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005178 10.0.0.61 - - [2025-12-11 03:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.61 - - [2025-12-11 03:15:22] "GET /virtual-network/04184393-9413-42e1-ae6b-8e4c75f742e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005208 10.0.0.27 - - [2025-12-11 03:15:25] "DELETE /project/19d02eb6824c4367bc467c12329ba3be HTTP/1.1" 404 173 0.003139 10.0.0.27 - - [2025-12-11 03:15:25] "GET /projects?obj_uuids=a3681f14-6240-4a76-8870-1257fa23afbb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002186 10.0.0.27 - - [2025-12-11 03:15:25] "GET /project/a3681f14-6240-4a76-8870-1257fa23afbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.040554 10.0.0.27 - - [2025-12-11 03:15:25] "GET /projects?obj_uuids=a3681f14-6240-4a76-8870-1257fa23afbb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000858 10.0.0.27 - - [2025-12-11 03:15:25] "GET /project/a3681f14-6240-4a76-8870-1257fa23afbb?fields=security_groups HTTP/1.1" 200 1361 0.047936 10.0.0.27 - - [2025-12-11 03:15:25] "DELETE /security-group/54dfd238-55a1-4251-b473-9e2c9f775251 HTTP/1.1" 200 115 0.076495 10.0.0.27 - - [2025-12-11 03:15:25] "GET /projects?obj_uuids=a3681f14-6240-4a76-8870-1257fa23afbb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001335 10.0.0.33 - - [2025-12-11 03:15:25] "DELETE /access-control-list/018255af-93a9-48b3-a265-7e02013fb16a HTTP/1.1" 200 115 0.081612 10.0.0.27 - - [2025-12-11 03:15:25] "GET /project/a3681f14-6240-4a76-8870-1257fa23afbb?fields=application_policy_sets HTTP/1.1" 200 1400 0.079362 10.0.0.27 - - [2025-12-11 03:15:25] "DELETE /project/a3681f14-6240-4a76-8870-1257fa23afbb HTTP/1.1" 200 115 0.444998 10.0.0.61 - - [2025-12-11 03:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.61 - - [2025-12-11 03:15:26] "GET /virtual-network/04184393-9413-42e1-ae6b-8e4c75f742e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004905 10.0.0.61 - - [2025-12-11 03:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.61 - - [2025-12-11 03:15:30] "GET /virtual-network/04184393-9413-42e1-ae6b-8e4c75f742e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004684 10.0.0.61 - - [2025-12-11 03:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.61 - - [2025-12-11 03:15:34] "GET /virtual-network/04184393-9413-42e1-ae6b-8e4c75f742e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004773 10.0.0.61 - - [2025-12-11 03:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.61 - - [2025-12-11 03:15:39] "GET /virtual-network/04184393-9413-42e1-ae6b-8e4c75f742e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005463 10.0.0.61 - - [2025-12-11 03:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004504 10.0.0.61 - - [2025-12-11 03:15:43] "GET /virtual-network/04184393-9413-42e1-ae6b-8e4c75f742e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006146 10.0.0.61 - - [2025-12-11 03:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005103 10.0.0.61 - - [2025-12-11 03:15:47] "GET /virtual-network/04184393-9413-42e1-ae6b-8e4c75f742e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007239 10.0.0.61 - - [2025-12-11 03:15:48] "POST /neutron/port HTTP/1.1" 200 1089 0.038207 10.0.0.61 - - [2025-12-11 03:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.61 - - [2025-12-11 03:15:49] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003749 10.0.0.61 - - [2025-12-11 03:15:49] "GET /virtual-networks?parent_id=19d02eb6-824c-4367-bc46-7c12329ba3be&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003663 10.0.0.61 - - [2025-12-11 03:15:49] "GET /virtual-network/04184393-9413-42e1-ae6b-8e4c75f742e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005723 10.0.0.61 - - [2025-12-11 03:15:49] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006687 10.0.0.61 - - [2025-12-11 03:15:56] "POST /neutron/port HTTP/1.1" 200 1090 0.016076 10.0.0.61 - - [2025-12-11 03:15:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011799 10.0.0.33 - - [2025-12-11 03:15:59] "GET /obj-perms HTTP/1.1" 200 5056 0.072964 10.0.0.61 - - [2025-12-11 03:16:01] "POST /neutron/port HTTP/1.1" 200 1090 0.015008 10.0.0.61 - - [2025-12-11 03:16:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005395 10.0.0.61 - - [2025-12-11 03:16:01] "POST /neutron/network HTTP/1.1" 200 830 0.010475 10.0.0.61 - - [2025-12-11 03:16:01] "POST /neutron/network HTTP/1.1" 200 841 0.008681 10.0.0.61 - - [2025-12-11 03:16:02] "POST /neutron/port HTTP/1.1" 200 117 0.001591 10.0.0.61 - - [2025-12-11 03:16:04] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007346 10.0.0.61 - - [2025-12-11 03:16:10] "POST /fqname-to-id HTTP/1.1" 404 211 0.006628 10.0.0.61 - - [2025-12-11 03:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002726 10.0.0.27 - - [2025-12-11 03:16:10] "GET /projects?obj_uuids=19d02eb6-824c-4367-bc46-7c12329ba3be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001731 10.0.0.61 - - [2025-12-11 03:16:10] "GET /project/19d02eb6-824c-4367-bc46-7c12329ba3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.035591 10.0.0.61 - - [2025-12-11 03:16:10] "POST /service-instances HTTP/1.1" 200 547 0.030503 10.0.0.61 - - [2025-12-11 03:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.61 - - [2025-12-11 03:16:10] "GET /service-instance/97998cbf-63fe-459a-a7d1-b789e5195eee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006465 10.0.0.61 - - [2025-12-11 03:16:10] "POST /port-tuples HTTP/1.1" 200 590 0.039678 10.0.0.61 - - [2025-12-11 03:16:10] "GET /virtual-machine-interface/37841042-a67a-4e86-aba5-870e9688a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.005821 10.0.0.61 - - [2025-12-11 03:16:10] "PUT /virtual-machine-interface/37841042-a67a-4e86-aba5-870e9688a213 HTTP/1.1" 200 284 0.012529 10.0.0.61 - - [2025-12-11 03:16:10] "POST /ref-update HTTP/1.1" 200 156 0.013459 10.0.0.27 - - [2025-12-11 03:16:10] "POST /ref-update HTTP/1.1" 200 156 0.017819 10.0.0.61 - - [2025-12-11 03:16:10] "POST /neutron/port HTTP/1.1" 200 1090 0.020849 10.0.0.27 - - [2025-12-11 03:16:10] "POST /ref-update HTTP/1.1" 200 156 0.018069 10.0.0.61 - - [2025-12-11 03:16:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010332 10.0.0.61 - - [2025-12-11 03:16:10] "GET /virtual-machine/7d39302d-6fd4-4d41-bd51-ff20dd844ec5 HTTP/1.1" 200 1294 0.005466 10.0.0.61 - - [2025-12-11 03:16:10] "GET /virtual-machine-interface/04c0e380-6ba3-4b3a-8c5f-106cc0acc89c HTTP/1.1" 200 2956 0.005206 10.0.0.61 - - [2025-12-11 03:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.61 - - [2025-12-11 03:16:10] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004073 10.0.0.61 - - [2025-12-11 03:16:10] "GET /virtual-networks?parent_id=19d02eb6-824c-4367-bc46-7c12329ba3be&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003161 10.0.0.61 - - [2025-12-11 03:16:11] "GET /virtual-network/1e264f9d-c914-43f1-a30c-fea2d3327eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005156 10.0.0.61 - - [2025-12-11 03:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005871 10.0.0.61 - - [2025-12-11 03:16:12] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004903 10.0.0.61 - - [2025-12-11 03:16:12] "GET /virtual-networks?parent_id=19d02eb6-824c-4367-bc46-7c12329ba3be&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003039 10.0.0.61 - - [2025-12-11 03:16:12] "GET /virtual-network/1e264f9d-c914-43f1-a30c-fea2d3327eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005507 10.0.0.61 - - [2025-12-11 03:16:12] "POST /neutron/port HTTP/1.1" 200 1089 0.017133 10.0.0.61 - - [2025-12-11 03:16:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007005 10.0.0.61 - - [2025-12-11 03:16:12] "GET /virtual-machine/c912ddce-87c7-4b98-bca3-dff0aa69ec4f HTTP/1.1" 200 1295 0.005148 10.0.0.61 - - [2025-12-11 03:16:12] "GET /virtual-machine-interface/36cc994f-3e63-4d3b-9b6e-512b25cf17e9 HTTP/1.1" 200 2960 0.004321 10.0.0.61 - - [2025-12-11 03:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.61 - - [2025-12-11 03:16:12] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003048 10.0.0.61 - - [2025-12-11 03:16:12] "GET /virtual-networks?parent_id=19d02eb6-824c-4367-bc46-7c12329ba3be&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002489 10.0.0.61 - - [2025-12-11 03:16:12] "GET /virtual-network/b2a131f0-60fe-42df-8009-ee50f94a32ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005138 10.0.0.61 - - [2025-12-11 03:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.61 - - [2025-12-11 03:16:13] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004527 10.0.0.61 - - [2025-12-11 03:16:13] "GET /virtual-networks?parent_id=19d02eb6-824c-4367-bc46-7c12329ba3be&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002643 10.0.0.61 - - [2025-12-11 03:16:13] "GET /virtual-network/b2a131f0-60fe-42df-8009-ee50f94a32ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004996 10.0.0.61 - - [2025-12-11 03:16:13] "POST /fqname-to-id HTTP/1.1" 404 215 0.003392 10.0.0.61 - - [2025-12-11 03:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002514 10.0.0.27 - - [2025-12-11 03:16:14] "GET /projects?obj_uuids=19d02eb6-824c-4367-bc46-7c12329ba3be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000958 10.0.0.61 - - [2025-12-11 03:16:14] "GET /project/19d02eb6-824c-4367-bc46-7c12329ba3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.035515 10.0.0.61 - - [2025-12-11 03:16:14] "POST /network-policys HTTP/1.1" 200 551 0.023415 10.0.0.61 - - [2025-12-11 03:16:14] "GET /network-policy/e24bf3ba-34b7-4c83-abd1-194c5eda6efc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005183 10.0.0.61 - - [2025-12-11 03:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002379 10.0.0.61 - - [2025-12-11 03:16:14] "GET /virtual-network/1e264f9d-c914-43f1-a30c-fea2d3327eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005657 10.0.0.61 - - [2025-12-11 03:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002675 10.0.0.61 - - [2025-12-11 03:16:14] "GET /network-policy/e24bf3ba-34b7-4c83-abd1-194c5eda6efc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004164 10.0.0.61 - - [2025-12-11 03:16:14] "POST /ref-update HTTP/1.1" 200 156 0.056156 10.0.0.33 - - [2025-12-11 03:16:14] "POST /access-control-lists HTTP/1.1" 200 596 0.041156 10.0.0.61 - - [2025-12-11 03:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.61 - - [2025-12-11 03:16:14] "GET /network-policy/e24bf3ba-34b7-4c83-abd1-194c5eda6efc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004219 10.0.0.61 - - [2025-12-11 03:16:14] "GET /virtual-network/1e264f9d-c914-43f1-a30c-fea2d3327eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.008991 10.0.0.61 - - [2025-12-11 03:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007763 10.0.0.61 - - [2025-12-11 03:16:14] "GET /network-policy/e24bf3ba-34b7-4c83-abd1-194c5eda6efc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004827 10.0.0.61 - - [2025-12-11 03:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.61 - - [2025-12-11 03:16:14] "GET /virtual-network/b2a131f0-60fe-42df-8009-ee50f94a32ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006074 10.0.0.61 - - [2025-12-11 03:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004714 10.0.0.61 - - [2025-12-11 03:16:14] "GET /network-policy/e24bf3ba-34b7-4c83-abd1-194c5eda6efc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005671 10.0.0.61 - - [2025-12-11 03:16:14] "POST /ref-update HTTP/1.1" 200 156 0.048057 10.0.0.33 - - [2025-12-11 03:16:14] "POST /fqname-to-id HTTP/1.1" 404 242 0.005181 10.0.0.61 - - [2025-12-11 03:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005971 10.0.0.61 - - [2025-12-11 03:16:14] "GET /network-policy/e24bf3ba-34b7-4c83-abd1-194c5eda6efc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.003810 10.0.0.61 - - [2025-12-11 03:16:14] "GET /virtual-network/b2a131f0-60fe-42df-8009-ee50f94a32ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.013621 10.0.0.33 - - [2025-12-11 03:16:14] "POST /ref-update HTTP/1.1" 200 156 0.030035 10.0.0.61 - - [2025-12-11 03:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.61 - - [2025-12-11 03:16:14] "GET /network-policy/e24bf3ba-34b7-4c83-abd1-194c5eda6efc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004811 10.0.0.61 - - [2025-12-11 03:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.61 - - [2025-12-11 03:16:14] "GET /service-template/f87337a6-23ed-499e-b7a5-ba2d9dbd7b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.003942 10.0.0.61 - - [2025-12-11 03:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002608 10.0.0.27 - - [2025-12-11 03:16:15] "GET /projects?obj_uuids=19d02eb6-824c-4367-bc46-7c12329ba3be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000919 10.0.0.61 - - [2025-12-11 03:16:15] "GET /project/19d02eb6-824c-4367-bc46-7c12329ba3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.038998 10.0.0.61 - - [2025-12-11 03:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.61 - - [2025-12-11 03:16:15] "GET /service-instance/97998cbf-63fe-459a-a7d1-b789e5195eee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2544 0.006213 10.0.0.61 - - [2025-12-11 03:16:15] "POST /neutron/port HTTP/1.1" 200 1381 0.020854 10.0.0.61 - - [2025-12-11 03:16:15] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006503 10.0.0.61 - - [2025-12-11 03:16:15] "POST /neutron/port HTTP/1.1" 200 1381 0.019068 10.0.0.61 - - [2025-12-11 03:16:15] "POST /neutron/network HTTP/1.1" 200 845 0.005743 10.0.0.61 - - [2025-12-11 03:16:15] "POST /id-to-fqname HTTP/1.1" 200 233 0.000868 10.0.0.61 - - [2025-12-11 03:16:15] "GET /virtual-machine/d56a5a57-156e-4595-b26d-20fc294d4406 HTTP/1.1" 200 1295 0.002890 10.0.0.61 - - [2025-12-11 03:16:15] "GET /virtual-machine-interface/37841042-a67a-4e86-aba5-870e9688a213 HTTP/1.1" 200 3890 0.003733 10.0.0.61 - - [2025-12-11 03:16:15] "GET /instance-ip/72470453-90ee-4c8c-99dc-a6848b9a778e HTTP/1.1" 200 1964 0.010214 10.0.0.61 - - [2025-12-11 03:16:15] "GET /instance-ip/cf722a17-6596-4398-a23e-319784316b44 HTTP/1.1" 200 1963 0.003046 10.0.0.61 - - [2025-12-11 03:16:15] "GET /instance-ip/ef86bc2a-9858-4574-a081-46110233b3ec HTTP/1.1" 200 1633 0.004630 10.0.0.61 - - [2025-12-11 03:16:15] "POST /neutron/port HTTP/1.1" 200 1381 0.018404 10.0.0.61 - - [2025-12-11 03:16:16] "GET /virtual-machine/d56a5a57-156e-4595-b26d-20fc294d4406 HTTP/1.1" 200 1295 0.003801 10.0.0.61 - - [2025-12-11 03:16:16] "GET /virtual-machine-interface/37841042-a67a-4e86-aba5-870e9688a213 HTTP/1.1" 200 3890 0.004916 10.0.0.61 - - [2025-12-11 03:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.010607 10.0.0.61 - - [2025-12-11 03:16:16] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003042 10.0.0.61 - - [2025-12-11 03:16:16] "GET /virtual-networks?parent_id=19d02eb6-824c-4367-bc46-7c12329ba3be&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003074 10.0.0.61 - - [2025-12-11 03:16:16] "GET /virtual-network/04184393-9413-42e1-ae6b-8e4c75f742e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005198 10.0.0.61 - - [2025-12-11 03:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004709 10.0.0.61 - - [2025-12-11 03:16:17] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004601 10.0.0.61 - - [2025-12-11 03:16:17] "GET /virtual-networks?parent_id=19d02eb6-824c-4367-bc46-7c12329ba3be&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003185 10.0.0.61 - - [2025-12-11 03:16:17] "GET /virtual-network/04184393-9413-42e1-ae6b-8e4c75f742e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006548 10.0.0.61 - - [2025-12-11 03:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.61 - - [2025-12-11 03:16:17] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004162 10.0.0.61 - - [2025-12-11 03:16:17] "GET /virtual-networks?parent_id=19d02eb6-824c-4367-bc46-7c12329ba3be&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002986 10.0.0.61 - - [2025-12-11 03:16:17] "GET /virtual-network/04184393-9413-42e1-ae6b-8e4c75f742e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006220 10.0.0.61 - - [2025-12-11 03:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.61 - - [2025-12-11 03:16:17] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004067 10.0.0.61 - - [2025-12-11 03:16:17] "GET /virtual-networks?parent_id=19d02eb6-824c-4367-bc46-7c12329ba3be&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003580 10.0.0.61 - - [2025-12-11 03:16:17] "GET /virtual-network/04184393-9413-42e1-ae6b-8e4c75f742e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005874 10.0.0.61 - - [2025-12-11 03:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.61 - - [2025-12-11 03:16:17] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.013526 10.0.0.61 - - [2025-12-11 03:16:17] "GET /virtual-networks?parent_id=19d02eb6-824c-4367-bc46-7c12329ba3be&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003529 10.0.0.61 - - [2025-12-11 03:16:17] "GET /virtual-network/04184393-9413-42e1-ae6b-8e4c75f742e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004845 10.0.0.61 - - [2025-12-11 03:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.61 - - [2025-12-11 03:16:17] "GET /routing-instance/ae9dd9fb-506a-40d2-ada7-a9e4e766c3e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.003348 10.0.0.61 - - [2025-12-11 03:16:17] "GET /routing-instance/ae9dd9fb-506a-40d2-ada7-a9e4e766c3e1?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1590 0.004548 10.0.0.61 - - [2025-12-11 03:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.61 - - [2025-12-11 03:16:17] "GET /routing-instance/162a1e97-f3cc-442e-bd61-af0ad17c615d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.004365 10.0.0.61 - - [2025-12-11 03:16:17] "GET /routing-instance/162a1e97-f3cc-442e-bd61-af0ad17c615d?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1592 0.005394 10.0.0.27 - - [2025-12-11 03:16:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.27 - - [2025-12-11 03:16:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.27 - - [2025-12-11 03:16:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.27 - - [2025-12-11 03:16:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.33 - - [2025-12-11 03:16:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.33 - - [2025-12-11 03:16:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000539 10.0.0.33 - - [2025-12-11 03:16:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000545 10.0.0.33 - - [2025-12-11 03:16:23] "GET /global-system-configs HTTP/1.1" 401 292 0.001304 10.0.0.61 - - [2025-12-11 03:16:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.61 - - [2025-12-11 03:16:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.61 - - [2025-12-11 03:16:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.61 - - [2025-12-11 03:16:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000559 10.0.0.61 - - [2025-12-11 03:16:36] "GET /network-policy/e24bf3ba-34b7-4c83-abd1-194c5eda6efc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004340 10.0.0.61 - - [2025-12-11 03:16:36] "PUT /network-policy/e24bf3ba-34b7-4c83-abd1-194c5eda6efc HTTP/1.1" 200 262 0.011967 10.0.0.61 - - [2025-12-11 03:16:36] "GET /network-policy/e24bf3ba-34b7-4c83-abd1-194c5eda6efc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.007934 10.0.0.61 - - [2025-12-11 03:16:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007091 10.0.0.27 - - [2025-12-11 03:17:00] "GET /obj-perms HTTP/1.1" 200 5056 0.047653 10.0.0.61 - - [2025-12-11 03:17:00] "GET /obj-perms HTTP/1.1" 200 5056 0.045388 10.0.0.61 - - [2025-12-11 03:17:01] "POST /neutron/port HTTP/1.1" 200 1089 0.014790 10.0.0.61 - - [2025-12-11 03:17:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003934 10.0.0.61 - - [2025-12-11 03:17:02] "POST /neutron/port HTTP/1.1" 200 117 0.001155 10.0.0.61 - - [2025-12-11 03:17:02] "POST /neutron/network HTTP/1.1" 200 855 0.007907 10.0.0.61 - - [2025-12-11 03:17:02] "POST /neutron/port HTTP/1.1" 200 117 0.001518 10.0.0.61 - - [2025-12-11 03:17:05] "POST /ref-update HTTP/1.1" 200 156 0.058657 10.0.0.33 - - [2025-12-11 03:17:05] "POST /ref-update HTTP/1.1" 200 156 0.034173 10.0.0.61 - - [2025-12-11 03:17:05] "GET /virtual-network/b2a131f0-60fe-42df-8009-ee50f94a32ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.022219 10.0.0.61 - - [2025-12-11 03:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006287 10.0.0.33 - - [2025-12-11 03:17:05] "POST /ref-update HTTP/1.1" 200 156 0.023191 10.0.0.61 - - [2025-12-11 03:17:05] "GET /network-policy/e24bf3ba-34b7-4c83-abd1-194c5eda6efc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.004975 10.0.0.61 - - [2025-12-11 03:17:05] "POST /ref-update HTTP/1.1" 200 156 0.064892 10.0.0.61 - - [2025-12-11 03:17:05] "POST /neutron/network HTTP/1.1" 200 830 0.013305 10.0.0.61 - - [2025-12-11 03:17:05] "GET /virtual-network/1e264f9d-c914-43f1-a30c-fea2d3327eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010092 10.0.0.33 - - [2025-12-11 03:17:05] "POST /ref-update HTTP/1.1" 200 156 0.030344 10.0.0.61 - - [2025-12-11 03:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.007708 10.0.0.61 - - [2025-12-11 03:17:05] "GET /network-policy/e24bf3ba-34b7-4c83-abd1-194c5eda6efc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.005405 10.0.0.61 - - [2025-12-11 03:17:05] "DELETE /network-policy/e24bf3ba-34b7-4c83-abd1-194c5eda6efc HTTP/1.1" 200 115 0.037776 10.0.0.61 - - [2025-12-11 03:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.61 - - [2025-12-11 03:17:05] "DELETE /service-instance/97998cbf-63fe-459a-a7d1-b789e5195eee HTTP/1.1" 200 115 0.078090 10.0.0.27 - - [2025-12-11 03:17:05] "POST /ref-update HTTP/1.1" 200 156 0.021440 10.0.0.61 - - [2025-12-11 03:17:05] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004568 10.0.0.61 - - [2025-12-11 03:17:05] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003445 10.0.0.27 - - [2025-12-11 03:17:05] "DELETE /instance-ip/72470453-90ee-4c8c-99dc-a6848b9a778e HTTP/1.1" 200 115 0.034209 10.0.0.61 - - [2025-12-11 03:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.61 - - [2025-12-11 03:17:05] "DELETE /service-template/f87337a6-23ed-499e-b7a5-ba2d9dbd7b85 HTTP/1.1" 200 115 0.023378 10.0.0.61 - - [2025-12-11 03:17:05] "POST /fqname-to-id HTTP/1.1" 404 193 0.005683 10.0.0.33 - - [2025-12-11 03:17:06] "DELETE /route-target/9bc240ab-ced8-4762-b385-d3b084d923b7 HTTP/1.1" 200 115 0.019907 10.0.0.61 - - [2025-12-11 03:17:06] "POST /neutron/network HTTP/1.1" 200 845 0.008267 10.0.0.61 - - [2025-12-11 03:17:06] "POST /neutron/port HTTP/1.1" 200 1089 0.018093 10.0.0.61 - - [2025-12-11 03:17:06] "POST /neutron/port HTTP/1.1" 200 1116 0.028605 10.0.0.61 - - [2025-12-11 03:17:06] "POST /neutron/port HTTP/1.1" 200 151 0.248976 10.0.0.27 - - [2025-12-11 03:17:08] "POST /useragent-kv HTTP/1.1" 200 115 0.004449 10.0.0.27 - - [2025-12-11 03:17:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002505 10.0.0.61 - - [2025-12-11 03:17:08] "POST /neutron/network HTTP/1.1" 200 151 0.149374 10.0.0.33 - - [2025-12-11 03:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.61 - - [2025-12-11 03:17:09] "POST /neutron/network HTTP/1.1" 200 831 0.006145 10.0.0.33 - - [2025-12-11 03:17:09] "DELETE /route-target/09e4b3b6-05b9-4552-aed1-78cb3b495f90 HTTP/1.1" 200 115 0.022410 10.0.0.27 - - [2025-12-11 03:17:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002476 10.0.0.27 - - [2025-12-11 03:17:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003728 10.0.0.61 - - [2025-12-11 03:17:09] "POST /neutron/network HTTP/1.1" 200 151 0.142156 10.0.0.27 - - [2025-12-11 03:17:11] "GET /projects?obj_uuids=19d02eb6-824c-4367-bc46-7c12329ba3be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001187 10.0.0.61 - - [2025-12-11 03:17:11] "GET /project/19d02eb6-824c-4367-bc46-7c12329ba3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.043038 10.0.0.27 - - [2025-12-11 03:17:11] "GET /projects?obj_uuids=19d02eb6-824c-4367-bc46-7c12329ba3be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001684 10.0.0.61 - - [2025-12-11 03:17:11] "GET /project/19d02eb6-824c-4367-bc46-7c12329ba3be?fields=virtual_networks HTTP/1.1" 200 1046 0.040686 10.0.0.27 - - [2025-12-11 03:17:11] "GET /projects?obj_uuids=19d02eb6-824c-4367-bc46-7c12329ba3be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001125 10.0.0.61 - - [2025-12-11 03:17:11] "GET /project/19d02eb6-824c-4367-bc46-7c12329ba3be?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.036145 10.0.0.27 - - [2025-12-11 03:17:11] "GET /projects?obj_uuids=19d02eb6-824c-4367-bc46-7c12329ba3be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000922 10.0.0.61 - - [2025-12-11 03:17:11] "GET /project/19d02eb6-824c-4367-bc46-7c12329ba3be?fields=security_groups HTTP/1.1" 200 1274 0.039770 10.0.0.61 - - [2025-12-11 03:17:12] "POST /fqname-to-id HTTP/1.1" 404 189 0.027416 10.0.0.27 - - [2025-12-11 03:17:12] "GET /projects?obj_uuids=70829ad2-a1ae-444a-a33a-466a3551c361&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002894 10.0.0.27 - - [2025-12-11 03:17:12] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001061 10.0.0.27 - - [2025-12-11 03:17:12] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006920 10.0.0.27 - - [2025-12-11 03:17:12] "POST /id-to-fqname HTTP/1.1" 200 191 0.007559 10.0.0.27 - - [2025-12-11 03:17:12] "POST /fqname-to-id HTTP/1.1" 404 200 0.003718 10.0.0.27 - - [2025-12-11 03:17:12] "POST /security-groups HTTP/1.1" 200 592 0.076815 10.0.0.33 - - [2025-12-11 03:17:12] "POST /fqname-to-id HTTP/1.1" 404 235 0.004776 10.0.0.27 - - [2025-12-11 03:17:12] "POST /projects HTTP/1.1" 200 587 0.289346 10.0.0.27 - - [2025-12-11 03:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.365960 10.0.0.33 - - [2025-12-11 03:17:12] "POST /access-control-lists HTTP/1.1" 200 595 0.028841 10.0.0.61 - - [2025-12-11 03:17:12] "GET /project/70829ad2-a1ae-444a-a33a-466a3551c361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.508274 10.0.0.61 - - [2025-12-11 03:17:13] "GET / HTTP/1.1" 200 35931 0.001456 10.0.0.61 - - [2025-12-11 03:17:15] "GET /project/70829ad2-a1ae-444a-a33a-466a3551c361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000621 10.0.0.27 - - [2025-12-11 03:17:16] "GET /projects?obj_uuids=70829ad2-a1ae-444a-a33a-466a3551c361&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001041 10.0.0.61 - - [2025-12-11 03:17:16] "GET /project/70829ad2-a1ae-444a-a33a-466a3551c361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.069684 10.0.0.61 - - [2025-12-11 03:17:16] "POST /fqname-to-id HTTP/1.1" 404 180 0.003388 10.0.0.61 - - [2025-12-11 03:17:16] "POST /virtual-DNSs HTTP/1.1" 200 507 0.030965 10.0.0.61 - - [2025-12-11 03:17:16] "GET /virtual-DNS/b52a5a34-e59e-449a-b63e-ac84a4a6cbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.007410 10.0.0.61 - - [2025-12-11 03:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004689 10.0.0.61 - - [2025-12-11 03:17:16] "GET /virtual-DNS/b52a5a34-e59e-449a-b63e-ac84a4a6cbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004093 10.0.0.61 - - [2025-12-11 03:17:16] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003441 10.0.0.61 - - [2025-12-11 03:17:16] "POST /network-ipams HTTP/1.1" 200 514 0.024647 10.0.0.61 - - [2025-12-11 03:17:16] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.003651 10.0.0.61 - - [2025-12-11 03:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.61 - - [2025-12-11 03:17:16] "GET /network-ipam/7428798d-05cb-4b6d-b415-c45d7c630350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.005800 10.0.0.61 - - [2025-12-11 03:17:16] "PUT /network-ipam/7428798d-05cb-4b6d-b415-c45d7c630350 HTTP/1.1" 200 258 0.011797 10.0.0.61 - - [2025-12-11 03:17:17] "POST /ref-update HTTP/1.1" 200 156 0.012300 10.0.0.61 - - [2025-12-11 03:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.27 - - [2025-12-11 03:17:17] "GET /projects?obj_uuids=70829ad2-a1ae-444a-a33a-466a3551c361&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001583 10.0.0.61 - - [2025-12-11 03:17:17] "GET /project/70829ad2-a1ae-444a-a33a-466a3551c361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.035345 10.0.0.27 - - [2025-12-11 03:17:17] "POST /useragent-kv HTTP/1.1" 200 115 0.006681 10.0.0.61 - - [2025-12-11 03:17:17] "POST /neutron/subnet HTTP/1.1" 200 711 0.280561 10.0.0.61 - - [2025-12-11 03:17:17] "POST /id-to-fqname HTTP/1.1" 200 227 0.001965 10.0.0.61 - - [2025-12-11 03:17:17] "GET /virtual-network/36b7aba6-3c3d-4410-aab5-06d818a019c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005273 10.0.0.61 - - [2025-12-11 03:17:17] "GET /virtual-network/36b7aba6-3c3d-4410-aab5-06d818a019c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004587 10.0.0.61 - - [2025-12-11 03:17:17] "POST /neutron/network HTTP/1.1" 200 833 0.005723 10.0.0.61 - - [2025-12-11 03:17:17] "POST /neutron/network HTTP/1.1" 200 833 0.005547 10.0.0.61 - - [2025-12-11 03:17:17] "POST /id-to-fqname HTTP/1.1" 200 227 0.001066 10.0.0.27 - - [2025-12-11 03:17:18] "GET /projects?obj_uuids=70829ad2-a1ae-444a-a33a-466a3551c361&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000992 10.0.0.61 - - [2025-12-11 03:17:18] "GET /project/70829ad2-a1ae-444a-a33a-466a3551c361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.065724 10.0.0.61 - - [2025-12-11 03:17:18] "POST /neutron/port HTTP/1.1" 200 117 0.007844 10.0.0.61 - - [2025-12-11 03:17:19] "POST /neutron/network HTTP/1.1" 200 843 0.006220 10.0.0.61 - - [2025-12-11 03:17:19] "POST /neutron/port HTTP/1.1" 200 1058 0.011564 10.0.0.61 - - [2025-12-11 03:17:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003938 10.0.0.61 - - [2025-12-11 03:17:19] "POST /neutron/network HTTP/1.1" 200 833 0.006434 10.0.0.61 - - [2025-12-11 03:17:24] "POST /neutron/port HTTP/1.1" 200 1086 0.014736 10.0.0.61 - - [2025-12-11 03:17:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012707 10.0.0.61 - - [2025-12-11 03:17:24] "GET /virtual-machine/02e2e31f-1f4e-484c-b0c1-13f8054f6304 HTTP/1.1" 401 292 0.000423 10.0.0.61 - - [2025-12-11 03:17:24] "GET /virtual-machine/02e2e31f-1f4e-484c-b0c1-13f8054f6304 HTTP/1.1" 200 1292 0.027454 10.0.0.61 - - [2025-12-11 03:17:24] "GET /virtual-machine-interface/5dd47fe7-01bf-4d74-be2c-503ef9c7d658 HTTP/1.1" 200 2964 0.004513 10.0.0.61 - - [2025-12-11 03:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.61 - - [2025-12-11 03:17:24] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003926 10.0.0.61 - - [2025-12-11 03:17:24] "GET /virtual-networks?parent_id=70829ad2-a1ae-444a-a33a-466a3551c361&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002577 10.0.0.61 - - [2025-12-11 03:17:24] "GET /virtual-network/36b7aba6-3c3d-4410-aab5-06d818a019c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006027 10.0.0.27 - - [2025-12-11 03:17:26] "DELETE /project/70829ad2a1ae444aa33a466a3551c361 HTTP/1.1" 404 173 0.004024 10.0.0.27 - - [2025-12-11 03:17:26] "GET /projects?obj_uuids=19d02eb6-824c-4367-bc46-7c12329ba3be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000822 10.0.0.27 - - [2025-12-11 03:17:26] "GET /project/19d02eb6-824c-4367-bc46-7c12329ba3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.042140 10.0.0.27 - - [2025-12-11 03:17:26] "GET /projects?obj_uuids=19d02eb6-824c-4367-bc46-7c12329ba3be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001518 10.0.0.27 - - [2025-12-11 03:17:26] "GET /project/19d02eb6-824c-4367-bc46-7c12329ba3be?fields=security_groups HTTP/1.1" 200 1379 0.064163 10.0.0.27 - - [2025-12-11 03:17:26] "DELETE /security-group/20e1cec0-c44f-451f-8897-66866e9ce23c HTTP/1.1" 200 115 0.065939 10.0.0.27 - - [2025-12-11 03:17:26] "GET /projects?obj_uuids=19d02eb6-824c-4367-bc46-7c12329ba3be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001116 10.0.0.33 - - [2025-12-11 03:17:26] "DELETE /access-control-list/656d771d-5d64-4a30-8904-bc03dbdd333f HTTP/1.1" 200 115 0.047297 10.0.0.27 - - [2025-12-11 03:17:26] "GET /project/19d02eb6-824c-4367-bc46-7c12329ba3be?fields=application_policy_sets HTTP/1.1" 200 1418 0.071880 10.0.0.27 - - [2025-12-11 03:17:26] "DELETE /project/19d02eb6-824c-4367-bc46-7c12329ba3be HTTP/1.1" 200 115 0.507441 10.0.0.61 - - [2025-12-11 03:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004600 10.0.0.61 - - [2025-12-11 03:17:27] "GET /virtual-network/36b7aba6-3c3d-4410-aab5-06d818a019c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006252 10.0.0.61 - - [2025-12-11 03:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004778 10.0.0.61 - - [2025-12-11 03:17:31] "GET /virtual-network/36b7aba6-3c3d-4410-aab5-06d818a019c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005874 10.0.0.61 - - [2025-12-11 03:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.61 - - [2025-12-11 03:17:35] "GET /virtual-network/36b7aba6-3c3d-4410-aab5-06d818a019c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005647 10.0.0.61 - - [2025-12-11 03:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004511 10.0.0.61 - - [2025-12-11 03:17:40] "GET /virtual-network/36b7aba6-3c3d-4410-aab5-06d818a019c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006832 10.0.0.61 - - [2025-12-11 03:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004431 10.0.0.61 - - [2025-12-11 03:17:44] "GET /virtual-network/36b7aba6-3c3d-4410-aab5-06d818a019c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006130 10.0.0.61 - - [2025-12-11 03:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.61 - - [2025-12-11 03:17:48] "GET /virtual-network/36b7aba6-3c3d-4410-aab5-06d818a019c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005801 10.0.0.61 - - [2025-12-11 03:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.61 - - [2025-12-11 03:17:52] "GET /virtual-network/36b7aba6-3c3d-4410-aab5-06d818a019c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005835 10.0.0.61 - - [2025-12-11 03:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005268 10.0.0.61 - - [2025-12-11 03:17:56] "GET /virtual-network/36b7aba6-3c3d-4410-aab5-06d818a019c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005068 10.0.0.61 - - [2025-12-11 03:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.61 - - [2025-12-11 03:17:58] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003158 10.0.0.61 - - [2025-12-11 03:17:58] "GET /virtual-networks?parent_id=70829ad2-a1ae-444a-a33a-466a3551c361&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002599 10.0.0.61 - - [2025-12-11 03:17:58] "GET /virtual-network/36b7aba6-3c3d-4410-aab5-06d818a019c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005524 10.0.0.61 - - [2025-12-11 03:18:03] "POST /neutron/port HTTP/1.1" 200 1086 0.016726 10.0.0.61 - - [2025-12-11 03:18:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004019 10.0.0.61 - - [2025-12-11 03:18:03] "POST /neutron/network HTTP/1.1" 200 833 0.006134 10.0.0.61 - - [2025-12-11 03:18:08] "POST /neutron/port HTTP/1.1" 200 1086 0.021079 10.0.0.61 - - [2025-12-11 03:18:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008558 10.0.0.61 - - [2025-12-11 03:18:44] "POST /neutron/network HTTP/1.1" 200 807 0.014070 10.0.0.61 - - [2025-12-11 03:18:44] "POST /id-to-fqname HTTP/1.1" 200 227 0.001436 10.0.0.61 - - [2025-12-11 03:18:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007473 10.0.0.27 - - [2025-12-11 03:18:45] "GET /projects?obj_uuids=70829ad2-a1ae-444a-a33a-466a3551c361&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.030998 10.0.0.61 - - [2025-12-11 03:18:45] "GET /project/70829ad2-a1ae-444a-a33a-466a3551c361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.109653 10.0.0.61 - - [2025-12-11 03:18:45] "POST /neutron/port HTTP/1.1" 200 1086 0.020554 10.0.0.61 - - [2025-12-11 03:18:45] "POST /neutron/port HTTP/1.1" 200 117 0.005833 10.0.0.61 - - [2025-12-11 03:18:46] "POST /neutron/port HTTP/1.1" 200 1058 0.047120 10.0.0.61 - - [2025-12-11 03:18:46] "POST /neutron/port HTTP/1.1" 200 1086 0.017067 10.0.0.61 - - [2025-12-11 03:18:46] "POST /neutron/port HTTP/1.1" 200 117 0.001209 10.0.0.61 - - [2025-12-11 03:18:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007117 10.0.0.61 - - [2025-12-11 03:18:50] "POST /neutron/port HTTP/1.1" 200 1086 0.014436 10.0.0.61 - - [2025-12-11 03:18:50] "GET /virtual-machine/8b1f1231-ea85-4fb7-b10b-7ad5a3988751 HTTP/1.1" 200 1294 0.005428 10.0.0.61 - - [2025-12-11 03:18:50] "GET /virtual-machine-interface/b801c85c-182a-4e1f-86ca-8b4f658f6712 HTTP/1.1" 200 2964 0.004879 10.0.0.61 - - [2025-12-11 03:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.61 - - [2025-12-11 03:18:50] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003076 10.0.0.61 - - [2025-12-11 03:18:50] "GET /virtual-networks?parent_id=70829ad2-a1ae-444a-a33a-466a3551c361&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002980 10.0.0.61 - - [2025-12-11 03:18:50] "GET /virtual-network/36b7aba6-3c3d-4410-aab5-06d818a019c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005885 10.0.0.61 - - [2025-12-11 03:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.61 - - [2025-12-11 03:18:53] "GET /virtual-network/36b7aba6-3c3d-4410-aab5-06d818a019c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004355 10.0.0.61 - - [2025-12-11 03:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.61 - - [2025-12-11 03:18:57] "GET /virtual-network/36b7aba6-3c3d-4410-aab5-06d818a019c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005274 10.0.0.61 - - [2025-12-11 03:19:01] "POST /neutron/port HTTP/1.1" 200 1086 0.022704 10.0.0.61 - - [2025-12-11 03:19:02] "POST /neutron/subnet HTTP/1.1" 200 685 0.008627 10.0.0.61 - - [2025-12-11 03:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.009258 10.0.0.61 - - [2025-12-11 03:19:02] "GET /virtual-network/36b7aba6-3c3d-4410-aab5-06d818a019c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007793 10.0.0.61 - - [2025-12-11 03:19:03] "POST /neutron/port HTTP/1.1" 200 1086 0.012535 10.0.0.61 - - [2025-12-11 03:19:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003869 10.0.0.61 - - [2025-12-11 03:19:04] "POST /neutron/network HTTP/1.1" 200 833 0.006853 10.0.0.61 - - [2025-12-11 03:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.61 - - [2025-12-11 03:19:06] "GET /virtual-network/36b7aba6-3c3d-4410-aab5-06d818a019c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005981 10.0.0.61 - - [2025-12-11 03:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.61 - - [2025-12-11 03:19:10] "GET /virtual-network/36b7aba6-3c3d-4410-aab5-06d818a019c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004773 10.0.0.61 - - [2025-12-11 03:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.61 - - [2025-12-11 03:19:14] "GET /virtual-network/36b7aba6-3c3d-4410-aab5-06d818a019c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005515 10.0.0.61 - - [2025-12-11 03:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004447 10.0.0.61 - - [2025-12-11 03:19:18] "GET /virtual-network/36b7aba6-3c3d-4410-aab5-06d818a019c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005985 10.0.0.61 - - [2025-12-11 03:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004761 10.0.0.61 - - [2025-12-11 03:19:22] "GET /virtual-network/36b7aba6-3c3d-4410-aab5-06d818a019c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006220 10.0.0.61 - - [2025-12-11 03:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.61 - - [2025-12-11 03:19:26] "GET /virtual-network/36b7aba6-3c3d-4410-aab5-06d818a019c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005019 10.0.0.61 - - [2025-12-11 03:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.61 - - [2025-12-11 03:19:28] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003090 10.0.0.61 - - [2025-12-11 03:19:28] "GET /virtual-networks?parent_id=70829ad2-a1ae-444a-a33a-466a3551c361&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002510 10.0.0.61 - - [2025-12-11 03:19:28] "GET /virtual-network/36b7aba6-3c3d-4410-aab5-06d818a019c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005575 10.0.0.61 - - [2025-12-11 03:19:34] "POST /neutron/port HTTP/1.1" 200 1086 0.014652 10.0.0.61 - - [2025-12-11 03:19:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006406 10.0.0.61 - - [2025-12-11 03:20:02] "POST /neutron/port HTTP/1.1" 200 1086 0.015010 10.0.0.61 - - [2025-12-11 03:20:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004095 10.0.0.61 - - [2025-12-11 03:20:03] "POST /neutron/network HTTP/1.1" 200 833 0.007428 10.0.0.61 - - [2025-12-11 03:20:03] "POST /neutron/network HTTP/1.1" 200 843 0.037355 10.0.0.61 - - [2025-12-11 03:20:03] "POST /neutron/port HTTP/1.1" 200 117 0.002778 10.0.0.61 - - [2025-12-11 03:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005977 10.0.0.61 - - [2025-12-11 03:20:15] "DELETE /virtual-DNS/b52a5a34-e59e-449a-b63e-ac84a4a6cbb2 HTTP/1.1" 409 235 0.007547 10.0.0.61 - - [2025-12-11 03:20:15] "POST /fqname-to-id HTTP/1.1" 404 192 0.003250 10.0.0.61 - - [2025-12-11 03:20:15] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.023348 10.0.0.61 - - [2025-12-11 03:20:15] "GET /virtual-DNS-record/c54723e1-8075-457a-9c39-664c9c62a783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.005579 10.0.0.61 - - [2025-12-11 03:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.61 - - [2025-12-11 03:20:15] "GET /virtual-DNS-record/c54723e1-8075-457a-9c39-664c9c62a783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.004235 10.0.0.61 - - [2025-12-11 03:20:22] "DELETE /virtual-DNS-record/c54723e1-8075-457a-9c39-664c9c62a783 HTTP/1.1" 200 115 0.026339 10.0.0.61 - - [2025-12-11 03:20:22] "POST /fqname-to-id HTTP/1.1" 404 184 0.004161 10.0.0.61 - - [2025-12-11 03:20:22] "POST /neutron/network HTTP/1.1" 400 204 0.011436 10.0.0.61 - - [2025-12-11 03:20:23] "POST /neutron/port HTTP/1.1" 200 1086 0.015175 10.0.0.61 - - [2025-12-11 03:20:23] "POST /neutron/port HTTP/1.1" 200 151 0.195611 10.0.0.61 - - [2025-12-11 03:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.33 - - [2025-12-11 03:20:25] "DELETE /route-target/2d80dd27-ff03-40f7-9a0f-b5ab7174b5ee HTTP/1.1" 200 115 0.062155 10.0.0.61 - - [2025-12-11 03:20:25] "DELETE /network-ipam/7428798d-05cb-4b6d-b415-c45d7c630350 HTTP/1.1" 200 115 0.045472 10.0.0.61 - - [2025-12-11 03:20:25] "DELETE /virtual-DNS/b52a5a34-e59e-449a-b63e-ac84a4a6cbb2 HTTP/1.1" 200 115 0.029465 10.0.0.61 - - [2025-12-11 03:20:25] "POST /fqname-to-id HTTP/1.1" 404 180 0.002422 10.0.0.27 - - [2025-12-11 03:20:26] "GET /projects?obj_uuids=70829ad2-a1ae-444a-a33a-466a3551c361&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001428 10.0.0.61 - - [2025-12-11 03:20:26] "GET /project/70829ad2-a1ae-444a-a33a-466a3551c361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.068686 10.0.0.27 - - [2025-12-11 03:20:26] "GET /projects?obj_uuids=70829ad2-a1ae-444a-a33a-466a3551c361&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000924 10.0.0.61 - - [2025-12-11 03:20:26] "GET /project/70829ad2-a1ae-444a-a33a-466a3551c361?fields=virtual_networks HTTP/1.1" 200 1044 0.039026 10.0.0.27 - - [2025-12-11 03:20:26] "GET /projects?obj_uuids=70829ad2-a1ae-444a-a33a-466a3551c361&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000855 10.0.0.61 - - [2025-12-11 03:20:26] "GET /project/70829ad2-a1ae-444a-a33a-466a3551c361?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.033774 10.0.0.27 - - [2025-12-11 03:20:26] "GET /projects?obj_uuids=70829ad2-a1ae-444a-a33a-466a3551c361&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000937 10.0.0.61 - - [2025-12-11 03:20:26] "GET /project/70829ad2-a1ae-444a-a33a-466a3551c361?fields=security_groups HTTP/1.1" 200 1271 0.033607 10.0.0.61 - - [2025-12-11 03:20:27] "POST /fqname-to-id HTTP/1.1" 404 189 0.031041 10.0.0.27 - - [2025-12-11 03:20:27] "GET /projects?obj_uuids=79ba375b-a029-4f8e-94dc-007150e29b72&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003387 10.0.0.27 - - [2025-12-11 03:20:27] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000913 10.0.0.27 - - [2025-12-11 03:20:27] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.033918 10.0.0.27 - - [2025-12-11 03:20:27] "POST /id-to-fqname HTTP/1.1" 200 191 0.001025 10.0.0.27 - - [2025-12-11 03:20:27] "POST /fqname-to-id HTTP/1.1" 404 200 0.002216 10.0.0.27 - - [2025-12-11 03:20:28] "POST /security-groups HTTP/1.1" 200 592 0.069612 10.0.0.27 - - [2025-12-11 03:20:28] "POST /projects HTTP/1.1" 200 587 0.245628 10.0.0.33 - - [2025-12-11 03:20:28] "POST /fqname-to-id HTTP/1.1" 404 234 0.003290 10.0.0.27 - - [2025-12-11 03:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.320775 10.0.0.61 - - [2025-12-11 03:20:28] "GET /project/79ba375b-a029-4f8e-94dc-007150e29b72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.478931 10.0.0.61 - - [2025-12-11 03:20:29] "GET / HTTP/1.1" 200 35931 0.001323 10.0.0.61 - - [2025-12-11 03:20:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000636 10.0.0.61 - - [2025-12-11 03:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.058366 10.0.0.27 - - [2025-12-11 03:20:31] "GET /projects?obj_uuids=79ba375b-a029-4f8e-94dc-007150e29b72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000893 10.0.0.61 - - [2025-12-11 03:20:31] "GET /project/79ba375b-a029-4f8e-94dc-007150e29b72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.032886 10.0.0.61 - - [2025-12-11 03:20:31] "POST /neutron/network HTTP/1.1" 200 117 0.040532 10.0.0.33 - - [2025-12-11 03:20:31] "POST /ref-update HTTP/1.1" 200 156 0.028783 10.0.0.61 - - [2025-12-11 03:20:31] "POST /neutron/network HTTP/1.1" 200 826 0.007515 10.0.0.61 - - [2025-12-11 03:20:31] "POST /id-to-fqname HTTP/1.1" 200 222 0.000897 10.0.0.61 - - [2025-12-11 03:20:31] "GET /virtual-network/d8bb0443-9376-4e33-894c-097d2a21df8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.003942 10.0.0.61 - - [2025-12-11 03:20:32] "GET /virtual-network/d8bb0443-9376-4e33-894c-097d2a21df8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004958 10.0.0.61 - - [2025-12-11 03:20:32] "POST /neutron/subnet HTTP/1.1" 200 719 0.007952 10.0.0.61 - - [2025-12-11 03:20:32] "GET /virtual-network/d8bb0443-9376-4e33-894c-097d2a21df8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005154 10.0.0.61 - - [2025-12-11 03:20:33] "GET /obj-perms HTTP/1.1" 200 5032 0.067667 10.0.0.33 - - [2025-12-11 03:20:33] "GET /obj-perms HTTP/1.1" 200 5032 0.054110 10.0.0.27 - - [2025-12-11 03:20:33] "GET /obj-perms HTTP/1.1" 200 5032 0.046697 10.0.0.61 - - [2025-12-11 03:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.27 - - [2025-12-11 03:20:33] "GET /projects?obj_uuids=79ba375b-a029-4f8e-94dc-007150e29b72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000759 10.0.0.61 - - [2025-12-11 03:20:33] "GET /project/79ba375b-a029-4f8e-94dc-007150e29b72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.032240 10.0.0.27 - - [2025-12-11 03:20:34] "POST /useragent-kv HTTP/1.1" 200 115 0.013034 10.0.0.61 - - [2025-12-11 03:20:34] "POST /neutron/subnet HTTP/1.1" 200 734 0.259538 10.0.0.61 - - [2025-12-11 03:20:34] "POST /id-to-fqname HTTP/1.1" 200 222 0.001259 10.0.0.61 - - [2025-12-11 03:20:34] "GET /virtual-network/b19ef6e6-b42c-48d0-8328-1b6427255ad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004750 10.0.0.61 - - [2025-12-11 03:20:34] "GET /virtual-network/b19ef6e6-b42c-48d0-8328-1b6427255ad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005124 10.0.0.61 - - [2025-12-11 03:20:34] "POST /neutron/network HTTP/1.1" 200 829 0.005393 10.0.0.61 - - [2025-12-11 03:20:34] "GET /virtual-network/b19ef6e6-b42c-48d0-8328-1b6427255ad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005073 10.0.0.61 - - [2025-12-11 03:20:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001606 10.0.0.27 - - [2025-12-11 03:20:49] "GET /projects?obj_uuids=79ba375b-a029-4f8e-94dc-007150e29b72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001529 10.0.0.61 - - [2025-12-11 03:20:49] "GET /project/79ba375b-a029-4f8e-94dc-007150e29b72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.072468 10.0.0.61 - - [2025-12-11 03:20:50] "POST /neutron/network HTTP/1.1" 200 829 0.032750 10.0.0.61 - - [2025-12-11 03:20:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.001288 10.0.0.61 - - [2025-12-11 03:20:50] "POST /neutron/port HTTP/1.1" 200 117 0.005780 10.0.0.27 - - [2025-12-11 03:20:50] "GET /projects?obj_uuids=79ba375b-a029-4f8e-94dc-007150e29b72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002404 10.0.0.61 - - [2025-12-11 03:20:51] "POST /neutron/port HTTP/1.1" 200 1063 0.347905 10.0.0.27 - - [2025-12-11 03:20:51] "GET /projects?obj_uuids=79ba375b-a029-4f8e-94dc-007150e29b72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000939 10.0.0.61 - - [2025-12-11 03:20:51] "GET /project/79ba375b-a029-4f8e-94dc-007150e29b72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.105336 10.0.0.61 - - [2025-12-11 03:20:51] "POST /neutron/port HTTP/1.1" 200 1117 0.167513 10.0.0.61 - - [2025-12-11 03:20:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003877 10.0.0.61 - - [2025-12-11 03:20:51] "POST /neutron/port HTTP/1.1" 200 1091 0.029973 10.0.0.61 - - [2025-12-11 03:20:51] "POST /neutron/port HTTP/1.1" 200 117 0.006694 10.0.0.61 - - [2025-12-11 03:20:51] "POST /neutron/network HTTP/1.1" 200 836 0.011043 10.0.0.61 - - [2025-12-11 03:20:52] "POST /neutron/port HTTP/1.1" 200 1060 0.029378 10.0.0.61 - - [2025-12-11 03:20:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006242 10.0.0.61 - - [2025-12-11 03:20:53] "POST /neutron/network HTTP/1.1" 200 826 0.014578 10.0.0.61 - - [2025-12-11 03:21:01] "POST /neutron/port HTTP/1.1" 200 1091 0.028673 10.0.0.61 - - [2025-12-11 03:21:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008321 10.0.0.61 - - [2025-12-11 03:21:17] "POST /neutron/port HTTP/1.1" 200 1091 0.017237 10.0.0.27 - - [2025-12-11 03:21:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.27 - - [2025-12-11 03:21:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.61 - - [2025-12-11 03:21:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007660 10.0.0.61 - - [2025-12-11 03:21:22] "POST /neutron/port HTTP/1.1" 200 1091 0.015863 10.0.0.61 - - [2025-12-11 03:21:22] "GET /virtual-machine/220ee585-7ef9-4560-90e4-1402c801c31b HTTP/1.1" 401 292 0.000492 10.0.0.27 - - [2025-12-11 03:21:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.61 - - [2025-12-11 03:21:22] "GET /virtual-machine/220ee585-7ef9-4560-90e4-1402c801c31b HTTP/1.1" 200 1293 0.059060 10.0.0.61 - - [2025-12-11 03:21:22] "GET /virtual-machine-interface/743fdffc-f4e0-4d68-bccf-757021fe112e HTTP/1.1" 200 2949 0.005173 10.0.0.27 - - [2025-12-11 03:21:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000289 10.0.0.61 - - [2025-12-11 03:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002501 10.0.0.61 - - [2025-12-11 03:21:22] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003293 10.0.0.61 - - [2025-12-11 03:21:22] "GET /virtual-networks?parent_id=79ba375b-a029-4f8e-94dc-007150e29b72&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002421 10.0.0.61 - - [2025-12-11 03:21:22] "GET /virtual-network/b19ef6e6-b42c-48d0-8328-1b6427255ad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005815 10.0.0.33 - - [2025-12-11 03:21:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.33 - - [2025-12-11 03:21:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.33 - - [2025-12-11 03:21:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.33 - - [2025-12-11 03:21:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.61 - - [2025-12-11 03:21:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.61 - - [2025-12-11 03:21:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.61 - - [2025-12-11 03:21:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000500 10.0.0.61 - - [2025-12-11 03:21:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000563 10.0.0.61 - - [2025-12-11 03:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.61 - - [2025-12-11 03:21:26] "GET /virtual-network/b19ef6e6-b42c-48d0-8328-1b6427255ad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005654 10.0.0.27 - - [2025-12-11 03:21:26] "DELETE /project/79ba375ba0294f8e94dc007150e29b72 HTTP/1.1" 404 173 0.007015 10.0.0.27 - - [2025-12-11 03:21:26] "GET /projects?obj_uuids=70829ad2-a1ae-444a-a33a-466a3551c361&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000976 10.0.0.27 - - [2025-12-11 03:21:27] "GET /project/70829ad2-a1ae-444a-a33a-466a3551c361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.054758 10.0.0.27 - - [2025-12-11 03:21:27] "GET /projects?obj_uuids=70829ad2-a1ae-444a-a33a-466a3551c361&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001176 10.0.0.27 - - [2025-12-11 03:21:27] "GET /project/70829ad2-a1ae-444a-a33a-466a3551c361?fields=security_groups HTTP/1.1" 200 1114 0.080846 10.0.0.33 - - [2025-12-11 03:21:27] "DELETE /access-control-list/fdb33e0e-1c3d-49bb-a77c-01a6af25a337 HTTP/1.1" 200 115 0.088379 10.0.0.27 - - [2025-12-11 03:21:27] "GET /projects?obj_uuids=70829ad2-a1ae-444a-a33a-466a3551c361&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001128 10.0.0.27 - - [2025-12-11 03:21:27] "GET /project/70829ad2-a1ae-444a-a33a-466a3551c361?fields=application_policy_sets HTTP/1.1" 200 1415 0.079517 10.0.0.27 - - [2025-12-11 03:21:27] "DELETE /project/70829ad2-a1ae-444a-a33a-466a3551c361 HTTP/1.1" 200 115 0.378829 10.0.0.61 - - [2025-12-11 03:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.61 - - [2025-12-11 03:21:30] "GET /virtual-network/b19ef6e6-b42c-48d0-8328-1b6427255ad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004546 10.0.0.61 - - [2025-12-11 03:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.61 - - [2025-12-11 03:21:34] "GET /virtual-network/b19ef6e6-b42c-48d0-8328-1b6427255ad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005676 10.0.0.61 - - [2025-12-11 03:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.61 - - [2025-12-11 03:21:38] "GET /virtual-network/b19ef6e6-b42c-48d0-8328-1b6427255ad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006551 10.0.0.61 - - [2025-12-11 03:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.61 - - [2025-12-11 03:21:42] "GET /virtual-network/b19ef6e6-b42c-48d0-8328-1b6427255ad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005020 10.0.0.61 - - [2025-12-11 03:21:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.61 - - [2025-12-11 03:21:46] "GET /virtual-network/b19ef6e6-b42c-48d0-8328-1b6427255ad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004915 10.0.0.61 - - [2025-12-11 03:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.61 - - [2025-12-11 03:21:50] "GET /virtual-network/b19ef6e6-b42c-48d0-8328-1b6427255ad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005137 10.0.0.61 - - [2025-12-11 03:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.61 - - [2025-12-11 03:21:54] "GET /virtual-network/b19ef6e6-b42c-48d0-8328-1b6427255ad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004692 10.0.0.61 - - [2025-12-11 03:21:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.61 - - [2025-12-11 03:21:58] "GET /virtual-network/b19ef6e6-b42c-48d0-8328-1b6427255ad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006014 10.0.0.61 - - [2025-12-11 03:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.61 - - [2025-12-11 03:22:02] "GET /virtual-network/b19ef6e6-b42c-48d0-8328-1b6427255ad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007527 10.0.0.33 - - [2025-12-11 03:22:04] "GET /obj-perms HTTP/1.1" 200 5056 0.049276 10.0.0.61 - - [2025-12-11 03:22:04] "POST /neutron/port HTTP/1.1" 200 1091 0.017970 10.0.0.61 - - [2025-12-11 03:22:04] "POST /neutron/subnet HTTP/1.1" 200 708 0.008466 10.0.0.61 - - [2025-12-11 03:22:04] "POST /neutron/port HTTP/1.1" 200 1088 0.015061 10.0.0.61 - - [2025-12-11 03:22:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004420 10.0.0.61 - - [2025-12-11 03:22:05] "POST /neutron/network HTTP/1.1" 200 826 0.006550 10.0.0.61 - - [2025-12-11 03:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.61 - - [2025-12-11 03:22:07] "GET /virtual-network/b19ef6e6-b42c-48d0-8328-1b6427255ad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005117 10.0.0.61 - - [2025-12-11 03:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.61 - - [2025-12-11 03:22:11] "GET /virtual-network/b19ef6e6-b42c-48d0-8328-1b6427255ad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005652 10.0.0.61 - - [2025-12-11 03:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.61 - - [2025-12-11 03:22:15] "GET /virtual-network/b19ef6e6-b42c-48d0-8328-1b6427255ad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005581 10.0.0.61 - - [2025-12-11 03:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.61 - - [2025-12-11 03:22:17] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004587 10.0.0.61 - - [2025-12-11 03:22:17] "GET /virtual-networks?parent_id=79ba375b-a029-4f8e-94dc-007150e29b72&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003670 10.0.0.61 - - [2025-12-11 03:22:17] "GET /virtual-network/b19ef6e6-b42c-48d0-8328-1b6427255ad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006077 10.0.0.61 - - [2025-12-11 03:22:22] "POST /neutron/port HTTP/1.1" 200 1091 0.095014 10.0.0.61 - - [2025-12-11 03:22:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007884 10.0.0.61 - - [2025-12-11 03:22:33] "POST /neutron/port HTTP/1.1" 200 1091 0.035815 10.0.0.61 - - [2025-12-11 03:22:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007581 10.0.0.61 - - [2025-12-11 03:22:43] "POST /neutron/port HTTP/1.1" 200 1091 0.016438 10.0.0.61 - - [2025-12-11 03:22:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008569 10.0.0.61 - - [2025-12-11 03:22:58] "POST /neutron/port HTTP/1.1" 200 1091 0.016242 10.0.0.61 - - [2025-12-11 03:23:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007645 10.0.0.27 - - [2025-12-11 03:23:04] "GET /obj-perms HTTP/1.1" 200 5056 0.054083 10.0.0.61 - - [2025-12-11 03:23:05] "GET /obj-perms HTTP/1.1" 200 5056 0.082613 10.0.0.61 - - [2025-12-11 03:23:05] "POST /neutron/network HTTP/1.1" 200 836 0.008126 10.0.0.61 - - [2025-12-11 03:23:06] "POST /neutron/port HTTP/1.1" 200 117 0.001227 10.0.0.61 - - [2025-12-11 03:23:06] "POST /neutron/port HTTP/1.1" 200 1091 0.012964 10.0.0.61 - - [2025-12-11 03:23:06] "POST /neutron/subnet HTTP/1.1" 200 708 0.008465 10.0.0.61 - - [2025-12-11 03:23:09] "POST /neutron/port HTTP/1.1" 200 1091 0.018851 10.0.0.61 - - [2025-12-11 03:23:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009046 10.0.0.61 - - [2025-12-11 03:23:19] "POST /neutron/port HTTP/1.1" 200 1088 0.014045 10.0.0.61 - - [2025-12-11 03:23:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005942 10.0.0.61 - - [2025-12-11 03:23:19] "GET /virtual-machine/768f6d28-eabe-401e-b453-bdcb9c1435e0 HTTP/1.1" 200 1293 0.004850 10.0.0.61 - - [2025-12-11 03:23:19] "GET /virtual-machine-interface/fae12a2e-c60a-4817-bd6c-efc204cb16dd HTTP/1.1" 200 2950 0.004892 10.0.0.61 - - [2025-12-11 03:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.61 - - [2025-12-11 03:23:19] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.002730 10.0.0.61 - - [2025-12-11 03:23:19] "GET /virtual-networks?parent_id=79ba375b-a029-4f8e-94dc-007150e29b72&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002339 10.0.0.61 - - [2025-12-11 03:23:19] "GET /virtual-network/d8bb0443-9376-4e33-894c-097d2a21df8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005495 10.0.0.61 - - [2025-12-11 03:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.61 - - [2025-12-11 03:23:20] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003653 10.0.0.61 - - [2025-12-11 03:23:20] "GET /virtual-networks?parent_id=79ba375b-a029-4f8e-94dc-007150e29b72&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003009 10.0.0.61 - - [2025-12-11 03:23:20] "GET /virtual-network/d8bb0443-9376-4e33-894c-097d2a21df8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005190 10.0.0.61 - - [2025-12-11 03:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.27 - - [2025-12-11 03:23:21] "GET /projects?obj_uuids=79ba375b-a029-4f8e-94dc-007150e29b72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000771 10.0.0.61 - - [2025-12-11 03:23:21] "GET /project/79ba375b-a029-4f8e-94dc-007150e29b72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.043134 10.0.0.61 - - [2025-12-11 03:23:21] "GET /virtual-network/d8bb0443-9376-4e33-894c-097d2a21df8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005906 10.0.0.61 - - [2025-12-11 03:23:21] "GET /floating-ip-pools?parent_id=d8bb0443-9376-4e33-894c-097d2a21df8a&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002730 10.0.0.61 - - [2025-12-11 03:23:21] "GET /virtual-network/d8bb0443-9376-4e33-894c-097d2a21df8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005015 10.0.0.61 - - [2025-12-11 03:23:21] "POST /floating-ip-pools HTTP/1.1" 200 598 0.037486 10.0.0.61 - - [2025-12-11 03:23:21] "POST /ref-update HTTP/1.1" 200 156 0.013902 10.0.0.61 - - [2025-12-11 03:23:21] "GET /virtual-network/d8bb0443-9376-4e33-894c-097d2a21df8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005502 10.0.0.61 - - [2025-12-11 03:23:21] "GET /virtual-network/d8bb0443-9376-4e33-894c-097d2a21df8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005401 10.0.0.61 - - [2025-12-11 03:23:21] "POST /neutron/floatingip HTTP/1.1" 200 529 0.009417 10.0.0.61 - - [2025-12-11 03:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.61 - - [2025-12-11 03:23:21] "GET /routing-instance/ba1fb83f-2d71-4308-8c4d-535b4a5530d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.003265 10.0.0.61 - - [2025-12-11 03:23:22] "GET /route-target/95108151-7b8f-4951-94bc-e2bb9fdb83b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004012 10.0.0.61 - - [2025-12-11 03:23:54] "POST /neutron/floatingip HTTP/1.1" 200 578 0.014624 10.0.0.61 - - [2025-12-11 03:23:54] "POST /neutron/floatingip HTTP/1.1" 200 115 0.054529 10.0.0.61 - - [2025-12-11 03:23:54] "GET /floating-ip-pool/833ecdb0-a240-43e9-b9bb-7605f0f3d724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1184 0.002877 10.0.0.61 - - [2025-12-11 03:23:54] "POST /ref-update HTTP/1.1" 200 156 0.011881 10.0.0.61 - - [2025-12-11 03:23:54] "DELETE /floating-ip-pool/833ecdb0-a240-43e9-b9bb-7605f0f3d724 HTTP/1.1" 200 115 0.029160 10.0.0.61 - - [2025-12-11 03:23:55] "POST /neutron/port HTTP/1.1" 200 1088 0.016912 10.0.0.61 - - [2025-12-11 03:23:55] "POST /neutron/port HTTP/1.1" 200 1117 0.014729 10.0.0.61 - - [2025-12-11 03:23:56] "POST /neutron/network HTTP/1.1" 200 829 0.007982 10.0.0.33 - - [2025-12-11 03:23:56] "DELETE /route-target/bfbb4551-1e9c-464d-9e12-303fd55cfa8f HTTP/1.1" 200 115 0.027205 10.0.0.27 - - [2025-12-11 03:23:57] "POST /useragent-kv HTTP/1.1" 200 115 0.035766 10.0.0.27 - - [2025-12-11 03:23:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003079 10.0.0.61 - - [2025-12-11 03:23:57] "POST /neutron/network HTTP/1.1" 200 151 0.157612 10.0.0.27 - - [2025-12-11 03:23:58] "GET /projects?obj_uuids=79ba375b-a029-4f8e-94dc-007150e29b72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000909 10.0.0.61 - - [2025-12-11 03:23:58] "GET /project/79ba375b-a029-4f8e-94dc-007150e29b72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.038300 10.0.0.27 - - [2025-12-11 03:23:58] "GET /projects?obj_uuids=79ba375b-a029-4f8e-94dc-007150e29b72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001036 10.0.0.61 - - [2025-12-11 03:23:58] "GET /project/79ba375b-a029-4f8e-94dc-007150e29b72?fields=virtual_networks HTTP/1.1" 200 1044 0.033312 10.0.0.27 - - [2025-12-11 03:23:58] "GET /projects?obj_uuids=79ba375b-a029-4f8e-94dc-007150e29b72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000881 10.0.0.61 - - [2025-12-11 03:23:58] "GET /project/79ba375b-a029-4f8e-94dc-007150e29b72?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.037725 10.0.0.27 - - [2025-12-11 03:23:58] "GET /projects?obj_uuids=79ba375b-a029-4f8e-94dc-007150e29b72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000838 10.0.0.61 - - [2025-12-11 03:23:58] "GET /project/79ba375b-a029-4f8e-94dc-007150e29b72?fields=security_groups HTTP/1.1" 200 1271 0.036052 10.0.0.61 - - [2025-12-11 03:23:59] "POST /fqname-to-id HTTP/1.1" 404 188 0.031173 10.0.0.27 - - [2025-12-11 03:23:59] "GET /projects?obj_uuids=fba574a7-7a68-4fda-b7ec-5558ddeef543&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002885 10.0.0.27 - - [2025-12-11 03:23:59] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001192 10.0.0.27 - - [2025-12-11 03:23:59] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008153 10.0.0.27 - - [2025-12-11 03:23:59] "POST /id-to-fqname HTTP/1.1" 200 190 0.004777 10.0.0.27 - - [2025-12-11 03:23:59] "POST /fqname-to-id HTTP/1.1" 404 199 0.016499 10.0.0.27 - - [2025-12-11 03:24:00] "POST /security-groups HTTP/1.1" 200 591 0.034912 10.0.0.33 - - [2025-12-11 03:24:00] "POST /fqname-to-id HTTP/1.1" 404 234 0.003180 10.0.0.27 - - [2025-12-11 03:24:00] "POST /projects HTTP/1.1" 200 585 0.271169 10.0.0.27 - - [2025-12-11 03:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.351406 10.0.0.33 - - [2025-12-11 03:24:00] "POST /access-control-lists HTTP/1.1" 200 594 0.046952 10.0.0.61 - - [2025-12-11 03:24:00] "GET /project/fba574a7-7a68-4fda-b7ec-5558ddeef543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.551320 10.0.0.61 - - [2025-12-11 03:24:01] "GET / HTTP/1.1" 200 35931 0.002175 10.0.0.61 - - [2025-12-11 03:24:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000475 10.0.0.61 - - [2025-12-11 03:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.072594 10.0.0.27 - - [2025-12-11 03:24:03] "GET /projects?obj_uuids=fba574a7-7a68-4fda-b7ec-5558ddeef543&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000772 10.0.0.61 - - [2025-12-11 03:24:03] "GET /project/fba574a7-7a68-4fda-b7ec-5558ddeef543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.056859 10.0.0.27 - - [2025-12-11 03:24:04] "POST /useragent-kv HTTP/1.1" 200 115 0.007154 10.0.0.61 - - [2025-12-11 03:24:04] "POST /neutron/subnet HTTP/1.1" 200 701 0.307650 10.0.0.61 - - [2025-12-11 03:24:04] "POST /id-to-fqname HTTP/1.1" 200 230 0.001357 10.0.0.61 - - [2025-12-11 03:24:04] "GET /virtual-network/2d40f848-105e-4aac-be79-57386bea16c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005537 10.0.0.61 - - [2025-12-11 03:24:04] "GET /virtual-network/2d40f848-105e-4aac-be79-57386bea16c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004942 10.0.0.61 - - [2025-12-11 03:24:04] "POST /neutron/network HTTP/1.1" 200 839 0.005447 10.0.0.61 - - [2025-12-11 03:24:04] "POST /id-to-fqname HTTP/1.1" 200 230 0.001175 10.0.0.61 - - [2025-12-11 03:24:04] "POST /neutron/network HTTP/1.1" 200 849 0.006946 10.0.0.27 - - [2025-12-11 03:24:05] "GET /projects?obj_uuids=fba574a7-7a68-4fda-b7ec-5558ddeef543&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001022 10.0.0.61 - - [2025-12-11 03:24:05] "GET /project/fba574a7-7a68-4fda-b7ec-5558ddeef543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.244000 10.0.0.61 - - [2025-12-11 03:24:05] "POST /neutron/port HTTP/1.1" 200 117 0.007968 10.0.0.61 - - [2025-12-11 03:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.61 - - [2025-12-11 03:24:05] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003122 10.0.0.61 - - [2025-12-11 03:24:05] "PUT /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1 HTTP/1.1" 200 276 0.011544 10.0.0.27 - - [2025-12-11 03:24:06] "GET /projects?obj_uuids=fba574a7-7a68-4fda-b7ec-5558ddeef543&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001007 10.0.0.61 - - [2025-12-11 03:24:06] "POST /neutron/port HTTP/1.1" 200 1055 0.240811 10.0.0.61 - - [2025-12-11 03:24:06] "POST /neutron/port HTTP/1.1" 200 1109 0.081107 10.0.0.61 - - [2025-12-11 03:24:06] "POST /neutron/subnet HTTP/1.1" 200 675 0.012186 10.0.0.61 - - [2025-12-11 03:24:08] "POST /neutron/port HTTP/1.1" 200 1083 0.017446 10.0.0.61 - - [2025-12-11 03:24:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003869 10.0.0.61 - - [2025-12-11 03:24:08] "POST /neutron/network HTTP/1.1" 200 839 0.006274 10.0.0.61 - - [2025-12-11 03:24:11] "POST /neutron/port HTTP/1.1" 200 1083 0.013442 10.0.0.61 - - [2025-12-11 03:24:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007203 10.0.0.61 - - [2025-12-11 03:24:11] "GET /virtual-machine/3d165b1d-3dbf-4700-89ec-a31ba4570758 HTTP/1.1" 401 292 0.000396 10.0.0.61 - - [2025-12-11 03:24:11] "GET /virtual-machine/3d165b1d-3dbf-4700-89ec-a31ba4570758 HTTP/1.1" 200 1291 0.030823 10.0.0.61 - - [2025-12-11 03:24:11] "GET /virtual-machine-interface/0fbb33ca-8654-4762-a06a-39768e238bdf HTTP/1.1" 200 2971 0.005366 10.0.0.61 - - [2025-12-11 03:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.61 - - [2025-12-11 03:24:11] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.003435 10.0.0.61 - - [2025-12-11 03:24:11] "GET /virtual-networks?parent_id=fba574a7-7a68-4fda-b7ec-5558ddeef543&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002721 10.0.0.61 - - [2025-12-11 03:24:11] "GET /virtual-network/2d40f848-105e-4aac-be79-57386bea16c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005735 10.0.0.61 - - [2025-12-11 03:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004275 10.0.0.61 - - [2025-12-11 03:24:14] "GET /virtual-network/2d40f848-105e-4aac-be79-57386bea16c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006082 10.0.0.61 - - [2025-12-11 03:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.61 - - [2025-12-11 03:24:16] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.004010 10.0.0.61 - - [2025-12-11 03:24:16] "GET /virtual-networks?parent_id=fba574a7-7a68-4fda-b7ec-5558ddeef543&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002999 10.0.0.61 - - [2025-12-11 03:24:16] "GET /virtual-network/2d40f848-105e-4aac-be79-57386bea16c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005554 10.0.0.61 - - [2025-12-11 03:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.61 - - [2025-12-11 03:24:18] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.004280 10.0.0.61 - - [2025-12-11 03:24:18] "PUT /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1 HTTP/1.1" 200 276 0.010647 10.0.0.61 - - [2025-12-11 03:24:18] "POST /neutron/network HTTP/1.1" 200 839 0.005610 10.0.0.61 - - [2025-12-11 03:24:19] "POST /neutron/port HTTP/1.1" 200 1109 0.010839 10.0.0.27 - - [2025-12-11 03:24:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002653 10.0.0.27 - - [2025-12-11 03:24:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003112 10.0.0.33 - - [2025-12-11 03:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.61 - - [2025-12-11 03:24:21] "POST /neutron/network HTTP/1.1" 200 151 0.093893 10.0.0.61 - - [2025-12-11 03:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.27 - - [2025-12-11 03:24:23] "GET /projects?obj_uuids=fba574a7-7a68-4fda-b7ec-5558ddeef543&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001122 10.0.0.61 - - [2025-12-11 03:24:24] "GET /project/fba574a7-7a68-4fda-b7ec-5558ddeef543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.046226 10.0.0.27 - - [2025-12-11 03:24:24] "POST /useragent-kv HTTP/1.1" 200 115 0.005461 10.0.0.61 - - [2025-12-11 03:24:24] "POST /neutron/subnet HTTP/1.1" 200 715 0.195764 10.0.0.61 - - [2025-12-11 03:24:24] "POST /id-to-fqname HTTP/1.1" 200 220 0.001211 10.0.0.61 - - [2025-12-11 03:24:24] "GET /virtual-network/100b07dc-d432-4e59-a9b5-cf45320a8d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004725 10.0.0.61 - - [2025-12-11 03:24:24] "GET /virtual-network/100b07dc-d432-4e59-a9b5-cf45320a8d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005248 10.0.0.61 - - [2025-12-11 03:24:24] "POST /neutron/network HTTP/1.1" 200 822 0.006235 10.0.0.61 - - [2025-12-11 03:24:24] "POST /id-to-fqname HTTP/1.1" 200 220 0.001128 10.0.0.33 - - [2025-12-11 03:24:24] "POST /ref-update HTTP/1.1" 200 156 0.018294 10.0.0.27 - - [2025-12-11 03:24:25] "GET /projects?obj_uuids=fba574a7-7a68-4fda-b7ec-5558ddeef543&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001405 10.0.0.61 - - [2025-12-11 03:24:25] "GET /project/fba574a7-7a68-4fda-b7ec-5558ddeef543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.079398 10.0.0.61 - - [2025-12-11 03:24:25] "POST /neutron/network HTTP/1.1" 200 822 0.005886 10.0.0.61 - - [2025-12-11 03:24:25] "POST /neutron/port HTTP/1.1" 200 117 0.005756 10.0.0.61 - - [2025-12-11 03:24:26] "POST /neutron/port HTTP/1.1" 200 1058 0.045093 10.0.0.61 - - [2025-12-11 03:24:26] "POST /neutron/port HTTP/1.1" 200 1086 0.025162 10.0.0.61 - - [2025-12-11 03:24:26] "POST /neutron/port HTTP/1.1" 200 117 0.001320 10.0.0.27 - - [2025-12-11 03:24:27] "DELETE /project/fba574a77a684fdab7ec5558ddeef543 HTTP/1.1" 404 173 0.014674 10.0.0.27 - - [2025-12-11 03:24:27] "GET /projects?obj_uuids=79ba375b-a029-4f8e-94dc-007150e29b72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001300 10.0.0.27 - - [2025-12-11 03:24:27] "GET /project/79ba375b-a029-4f8e-94dc-007150e29b72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.060925 10.0.0.27 - - [2025-12-11 03:24:27] "GET /projects?obj_uuids=79ba375b-a029-4f8e-94dc-007150e29b72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001078 10.0.0.27 - - [2025-12-11 03:24:27] "GET /project/79ba375b-a029-4f8e-94dc-007150e29b72?fields=security_groups HTTP/1.1" 200 1376 0.050129 10.0.0.27 - - [2025-12-11 03:24:27] "DELETE /security-group/4c1409c0-fba0-4298-845e-9b9a40bda61c HTTP/1.1" 404 177 0.004177 10.0.0.27 - - [2025-12-11 03:24:27] "GET /projects?obj_uuids=79ba375b-a029-4f8e-94dc-007150e29b72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001761 10.0.0.27 - - [2025-12-11 03:24:27] "GET /project/79ba375b-a029-4f8e-94dc-007150e29b72?fields=application_policy_sets HTTP/1.1" 200 1415 0.094717 10.0.0.27 - - [2025-12-11 03:24:28] "DELETE /project/79ba375b-a029-4f8e-94dc-007150e29b72 HTTP/1.1" 200 115 0.493868 10.0.0.61 - - [2025-12-11 03:24:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007178 10.0.0.61 - - [2025-12-11 03:24:30] "POST /neutron/port HTTP/1.1" 200 1086 0.013272 10.0.0.61 - - [2025-12-11 03:24:30] "GET /virtual-machine/0c4417fd-57a7-4bdf-92b0-61426f94a44c HTTP/1.1" 200 1291 0.005813 10.0.0.61 - - [2025-12-11 03:24:30] "GET /virtual-machine-interface/c7adc766-e2de-47b0-8de2-50a8ac0344a7 HTTP/1.1" 200 2942 0.004832 10.0.0.61 - - [2025-12-11 03:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.61 - - [2025-12-11 03:24:30] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005221 10.0.0.61 - - [2025-12-11 03:24:30] "GET /virtual-networks?parent_id=fba574a7-7a68-4fda-b7ec-5558ddeef543&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002563 10.0.0.61 - - [2025-12-11 03:24:31] "GET /virtual-network/100b07dc-d432-4e59-a9b5-cf45320a8d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005406 10.0.0.61 - - [2025-12-11 03:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.61 - - [2025-12-11 03:24:34] "GET /virtual-network/100b07dc-d432-4e59-a9b5-cf45320a8d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.010197 10.0.0.61 - - [2025-12-11 03:24:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008971 10.0.0.61 - - [2025-12-11 03:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.61 - - [2025-12-11 03:24:38] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003677 10.0.0.61 - - [2025-12-11 03:24:38] "GET /virtual-networks?parent_id=fba574a7-7a68-4fda-b7ec-5558ddeef543&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003607 10.0.0.61 - - [2025-12-11 03:24:38] "GET /virtual-network/100b07dc-d432-4e59-a9b5-cf45320a8d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005651 10.0.0.61 - - [2025-12-11 03:24:40] "POST /neutron/port HTTP/1.1" 200 1086 0.013605 10.0.0.61 - - [2025-12-11 03:24:42] "POST /neutron/network HTTP/1.1" 200 822 0.006881 10.0.0.33 - - [2025-12-11 03:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.61 - - [2025-12-11 03:24:44] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003245 10.0.0.61 - - [2025-12-11 03:24:44] "POST /network-ipams HTTP/1.1" 200 541 0.022983 10.0.0.61 - - [2025-12-11 03:24:44] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003464 10.0.0.61 - - [2025-12-11 03:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.61 - - [2025-12-11 03:24:44] "GET /network-ipam/31d0df99-9269-478c-93e3-5e1598de574b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1329 0.009506 10.0.0.61 - - [2025-12-11 03:24:45] "PUT /network-ipam/31d0df99-9269-478c-93e3-5e1598de574b HTTP/1.1" 200 258 0.013187 10.0.0.61 - - [2025-12-11 03:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.27 - - [2025-12-11 03:24:45] "GET /projects?obj_uuids=fba574a7-7a68-4fda-b7ec-5558ddeef543&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001245 10.0.0.61 - - [2025-12-11 03:24:45] "GET /project/fba574a7-7a68-4fda-b7ec-5558ddeef543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.045958 10.0.0.27 - - [2025-12-11 03:24:45] "GET /projects?obj_uuids=fba574a7-7a68-4fda-b7ec-5558ddeef543&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000905 10.0.0.61 - - [2025-12-11 03:24:45] "POST /neutron/network HTTP/1.1" 200 605 0.096099 10.0.0.33 - - [2025-12-11 03:24:45] "POST /ref-update HTTP/1.1" 200 156 0.018546 10.0.0.61 - - [2025-12-11 03:24:45] "POST /neutron/network HTTP/1.1" 200 994 0.010705 10.0.0.61 - - [2025-12-11 03:24:45] "POST /id-to-fqname HTTP/1.1" 200 220 0.000996 10.0.0.61 - - [2025-12-11 03:24:45] "GET /virtual-network/bcd88e86-0552-4b16-8a6d-9d17abdb8812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004365 10.0.0.61 - - [2025-12-11 03:24:45] "GET /virtual-network/bcd88e86-0552-4b16-8a6d-9d17abdb8812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005365 10.0.0.61 - - [2025-12-11 03:24:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.008133 10.0.0.61 - - [2025-12-11 03:24:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.007966 10.0.0.27 - - [2025-12-11 03:24:46] "GET /projects?obj_uuids=fba574a7-7a68-4fda-b7ec-5558ddeef543&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001191 10.0.0.61 - - [2025-12-11 03:24:46] "POST /neutron/port HTTP/1.1" 200 1017 0.185989 10.0.0.61 - - [2025-12-11 03:24:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001057 10.0.0.61 - - [2025-12-11 03:24:46] "POST /neutron/network HTTP/1.1" 200 994 0.007814 10.0.0.61 - - [2025-12-11 03:24:46] "POST /neutron/port HTTP/1.1" 200 1017 0.009549 10.0.0.61 - - [2025-12-11 03:24:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001926 10.0.0.61 - - [2025-12-11 03:24:47] "POST /neutron/port HTTP/1.1" 200 1017 0.010211 10.0.0.61 - - [2025-12-11 03:24:47] "POST /neutron/port HTTP/1.1" 200 1017 0.008951 10.0.0.61 - - [2025-12-11 03:24:47] "POST /neutron/port HTTP/1.1" 200 1017 0.011390 10.0.0.61 - - [2025-12-11 03:24:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.001382 10.0.0.61 - - [2025-12-11 03:24:47] "POST /neutron/port HTTP/1.1" 200 1017 0.009076 10.0.0.61 - - [2025-12-11 03:24:47] "POST /neutron/port HTTP/1.1" 200 117 0.013657 10.0.0.61 - - [2025-12-11 03:24:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003844 10.0.0.61 - - [2025-12-11 03:24:47] "POST /neutron/network HTTP/1.1" 200 994 0.009361 10.0.0.61 - - [2025-12-11 03:24:47] "POST /neutron/port HTTP/1.1" 200 1017 0.009260 10.0.0.61 - - [2025-12-11 03:24:48] "POST /neutron/port HTTP/1.1" 200 1083 0.018630 10.0.0.61 - - [2025-12-11 03:24:48] "POST /neutron/port HTTP/1.1" 200 117 0.001478 10.0.0.27 - - [2025-12-11 03:24:48] "GET /projects?obj_uuids=fba574a7-7a68-4fda-b7ec-5558ddeef543&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001336 10.0.0.61 - - [2025-12-11 03:24:48] "GET /project/fba574a7-7a68-4fda-b7ec-5558ddeef543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.072882 10.0.0.61 - - [2025-12-11 03:24:48] "POST /neutron/port HTTP/1.1" 200 2050 0.018224 10.0.0.61 - - [2025-12-11 03:24:48] "GET /virtual-network/bcd88e86-0552-4b16-8a6d-9d17abdb8812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005181 10.0.0.61 - - [2025-12-11 03:24:49] "POST /neutron/network HTTP/1.1" 200 1004 0.006713 10.0.0.61 - - [2025-12-11 03:24:49] "POST /neutron/port HTTP/1.1" 200 1055 0.013985 10.0.0.61 - - [2025-12-11 03:24:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003636 10.0.0.61 - - [2025-12-11 03:24:49] "POST /neutron/network HTTP/1.1" 200 994 0.008325 10.0.0.61 - - [2025-12-11 03:24:50] "POST /neutron/port HTTP/1.1" 200 1083 0.013488 10.0.0.61 - - [2025-12-11 03:24:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006835 10.0.0.61 - - [2025-12-11 03:24:50] "GET /virtual-machine/f399b12b-de23-4633-9c10-3116e6b99ab3 HTTP/1.1" 200 1289 0.004901 10.0.0.61 - - [2025-12-11 03:24:50] "GET /virtual-machine-interface/e06aa210-e8da-4698-b5d5-1977bec284c4 HTTP/1.1" 200 2942 0.005385 10.0.0.61 - - [2025-12-11 03:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.61 - - [2025-12-11 03:24:50] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003109 10.0.0.61 - - [2025-12-11 03:24:50] "GET /virtual-networks?parent_id=fba574a7-7a68-4fda-b7ec-5558ddeef543&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002428 10.0.0.61 - - [2025-12-11 03:24:50] "GET /virtual-network/bcd88e86-0552-4b16-8a6d-9d17abdb8812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005663 10.0.0.61 - - [2025-12-11 03:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.61 - - [2025-12-11 03:24:53] "GET /virtual-network/bcd88e86-0552-4b16-8a6d-9d17abdb8812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006266 10.0.0.61 - - [2025-12-11 03:24:57] "POST /neutron/port HTTP/1.1" 200 1083 0.017091 10.0.0.61 - - [2025-12-11 03:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.61 - - [2025-12-11 03:24:57] "GET /virtual-network/bcd88e86-0552-4b16-8a6d-9d17abdb8812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004283 10.0.0.61 - - [2025-12-11 03:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.61 - - [2025-12-11 03:25:00] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003972 10.0.0.61 - - [2025-12-11 03:25:00] "GET /virtual-networks?parent_id=fba574a7-7a68-4fda-b7ec-5558ddeef543&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003757 10.0.0.61 - - [2025-12-11 03:25:00] "GET /virtual-network/bcd88e86-0552-4b16-8a6d-9d17abdb8812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005282 10.0.0.61 - - [2025-12-11 03:25:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006769 10.0.0.61 - - [2025-12-11 03:25:00] "POST /neutron/port HTTP/1.1" 200 1083 0.013129 10.0.0.61 - - [2025-12-11 03:25:00] "GET /virtual-machine/b3087470-e2aa-4c89-810f-4046f36cabd2 HTTP/1.1" 200 1288 0.006492 10.0.0.61 - - [2025-12-11 03:25:00] "GET /virtual-machine-interface/74282744-b081-4300-8df2-2be2eac0c809 HTTP/1.1" 200 2941 0.008608 10.0.0.61 - - [2025-12-11 03:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006726 10.0.0.61 - - [2025-12-11 03:25:00] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003319 10.0.0.61 - - [2025-12-11 03:25:00] "GET /virtual-networks?parent_id=fba574a7-7a68-4fda-b7ec-5558ddeef543&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002323 10.0.0.61 - - [2025-12-11 03:25:00] "GET /virtual-network/bcd88e86-0552-4b16-8a6d-9d17abdb8812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006617 10.0.0.61 - - [2025-12-11 03:25:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008003 10.0.0.61 - - [2025-12-11 03:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.61 - - [2025-12-11 03:25:01] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003754 10.0.0.61 - - [2025-12-11 03:25:01] "GET /virtual-networks?parent_id=fba574a7-7a68-4fda-b7ec-5558ddeef543&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003385 10.0.0.61 - - [2025-12-11 03:25:01] "GET /virtual-network/bcd88e86-0552-4b16-8a6d-9d17abdb8812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006150 10.0.0.61 - - [2025-12-11 03:25:02] "POST /neutron/port HTTP/1.1" 200 1083 0.021314 10.0.0.61 - - [2025-12-11 03:25:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009839 10.0.0.61 - - [2025-12-11 03:25:02] "GET /virtual-machine/827891f1-85ec-4a74-bea8-ce5911b6f99c HTTP/1.1" 200 1292 0.007618 10.0.0.61 - - [2025-12-11 03:25:02] "GET /virtual-machine-interface/9bc225bc-5b64-480b-8265-dacf7ceeac06 HTTP/1.1" 200 2941 0.006325 10.0.0.61 - - [2025-12-11 03:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.61 - - [2025-12-11 03:25:02] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004890 10.0.0.61 - - [2025-12-11 03:25:02] "GET /virtual-networks?parent_id=fba574a7-7a68-4fda-b7ec-5558ddeef543&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004541 10.0.0.61 - - [2025-12-11 03:25:02] "GET /virtual-network/bcd88e86-0552-4b16-8a6d-9d17abdb8812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.013513 10.0.0.61 - - [2025-12-11 03:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004446 10.0.0.61 - - [2025-12-11 03:25:03] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003932 10.0.0.61 - - [2025-12-11 03:25:03] "GET /virtual-networks?parent_id=fba574a7-7a68-4fda-b7ec-5558ddeef543&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004430 10.0.0.61 - - [2025-12-11 03:25:03] "GET /virtual-network/bcd88e86-0552-4b16-8a6d-9d17abdb8812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006811 10.0.0.33 - - [2025-12-11 03:25:06] "GET /obj-perms HTTP/1.1" 200 5056 0.074895 10.0.0.61 - - [2025-12-11 03:25:08] "POST /neutron/network HTTP/1.1" 200 1004 0.033696 10.0.0.61 - - [2025-12-11 03:25:08] "POST /neutron/port HTTP/1.1" 200 117 0.001511 10.0.0.61 - - [2025-12-11 03:25:08] "POST /neutron/port HTTP/1.1" 200 1083 0.014008 10.0.0.61 - - [2025-12-11 03:25:08] "POST /neutron/subnet HTTP/1.1" 200 673 0.010601 10.0.0.61 - - [2025-12-11 03:25:19] "POST /neutron/port HTTP/1.1" 200 1109 0.010794 10.0.0.61 - - [2025-12-11 03:25:20] "POST /neutron/port HTTP/1.1" 200 1109 0.010037 10.0.0.61 - - [2025-12-11 03:25:20] "POST /neutron/port HTTP/1.1" 200 1083 0.025904 10.0.0.61 - - [2025-12-11 03:25:20] "POST /neutron/network HTTP/1.1" 200 994 0.007590 10.0.0.27 - - [2025-12-11 03:25:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002468 10.0.0.27 - - [2025-12-11 03:25:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002203 10.0.0.27 - - [2025-12-11 03:25:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002258 10.0.0.27 - - [2025-12-11 03:25:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002367 10.0.0.61 - - [2025-12-11 03:25:22] "POST /neutron/network HTTP/1.1" 200 151 0.160194 10.0.0.61 - - [2025-12-11 03:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.61 - - [2025-12-11 03:25:22] "DELETE /network-ipam/31d0df99-9269-478c-93e3-5e1598de574b HTTP/1.1" 200 115 0.029681 10.0.0.61 - - [2025-12-11 03:25:22] "POST /fqname-to-id HTTP/1.1" 404 211 0.004429 10.0.0.27 - - [2025-12-11 03:25:24] "GET /projects?obj_uuids=fba574a7-7a68-4fda-b7ec-5558ddeef543&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001417 10.0.0.61 - - [2025-12-11 03:25:24] "GET /project/fba574a7-7a68-4fda-b7ec-5558ddeef543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.051255 10.0.0.27 - - [2025-12-11 03:25:24] "GET /projects?obj_uuids=fba574a7-7a68-4fda-b7ec-5558ddeef543&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001414 10.0.0.61 - - [2025-12-11 03:25:24] "GET /project/fba574a7-7a68-4fda-b7ec-5558ddeef543?fields=virtual_networks HTTP/1.1" 200 1043 0.051059 10.0.0.27 - - [2025-12-11 03:25:24] "GET /projects?obj_uuids=fba574a7-7a68-4fda-b7ec-5558ddeef543&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001230 10.0.0.61 - - [2025-12-11 03:25:24] "GET /project/fba574a7-7a68-4fda-b7ec-5558ddeef543?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.049763 10.0.0.27 - - [2025-12-11 03:25:24] "GET /projects?obj_uuids=fba574a7-7a68-4fda-b7ec-5558ddeef543&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001426 10.0.0.61 - - [2025-12-11 03:25:24] "GET /project/fba574a7-7a68-4fda-b7ec-5558ddeef543?fields=security_groups HTTP/1.1" 200 1269 0.053360 10.0.0.61 - - [2025-12-11 03:25:25] "POST /fqname-to-id HTTP/1.1" 404 196 0.030881 10.0.0.61 - - [2025-12-11 03:25:25] "POST /neutron/port HTTP/1.1" 200 117 0.005795 10.0.0.27 - - [2025-12-11 03:25:25] "GET /projects?obj_uuids=6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002908 10.0.0.27 - - [2025-12-11 03:25:25] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000897 10.0.0.27 - - [2025-12-11 03:25:25] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006211 10.0.0.27 - - [2025-12-11 03:25:25] "POST /id-to-fqname HTTP/1.1" 200 198 0.003645 10.0.0.27 - - [2025-12-11 03:25:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.002681 10.0.0.27 - - [2025-12-11 03:25:25] "POST /security-groups HTTP/1.1" 200 599 0.028049 10.0.0.27 - - [2025-12-11 03:25:25] "POST /projects HTTP/1.1" 200 601 0.224571 10.0.0.27 - - [2025-12-11 03:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.264890 10.0.0.33 - - [2025-12-11 03:25:25] "POST /fqname-to-id HTTP/1.1" 404 242 0.035764 10.0.0.61 - - [2025-12-11 03:25:25] "GET /project/6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.398679 10.0.0.33 - - [2025-12-11 03:25:25] "POST /access-control-lists HTTP/1.1" 200 602 0.026561 10.0.0.61 - - [2025-12-11 03:25:26] "GET / HTTP/1.1" 200 35931 0.002669 10.0.0.27 - - [2025-12-11 03:25:28] "DELETE /project/6a2cc3d65a824a3ebe2fa3bf2bf8ecd9 HTTP/1.1" 404 173 0.079121 10.0.0.27 - - [2025-12-11 03:25:28] "GET /projects?obj_uuids=fba574a7-7a68-4fda-b7ec-5558ddeef543&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006323 10.0.0.27 - - [2025-12-11 03:25:28] "GET /project/fba574a7-7a68-4fda-b7ec-5558ddeef543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.047869 10.0.0.27 - - [2025-12-11 03:25:28] "GET /projects?obj_uuids=fba574a7-7a68-4fda-b7ec-5558ddeef543&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000829 10.0.0.27 - - [2025-12-11 03:25:28] "GET /project/fba574a7-7a68-4fda-b7ec-5558ddeef543?fields=security_groups HTTP/1.1" 200 1113 0.054316 10.0.0.27 - - [2025-12-11 03:25:28] "GET /projects?obj_uuids=fba574a7-7a68-4fda-b7ec-5558ddeef543&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001377 10.0.0.27 - - [2025-12-11 03:25:28] "GET /project/fba574a7-7a68-4fda-b7ec-5558ddeef543?fields=application_policy_sets HTTP/1.1" 200 1113 0.045094 10.0.0.27 - - [2025-12-11 03:25:28] "DELETE /project/fba574a7-7a68-4fda-b7ec-5558ddeef543 HTTP/1.1" 404 171 0.362090 10.0.0.61 - - [2025-12-11 03:25:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000449 10.0.0.61 - - [2025-12-11 03:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.024676 10.0.0.27 - - [2025-12-11 03:25:29] "GET /projects?obj_uuids=6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001011 10.0.0.61 - - [2025-12-11 03:25:29] "GET /project/6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.048049 10.0.0.27 - - [2025-12-11 03:25:29] "GET /projects?obj_uuids=6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001350 10.0.0.61 - - [2025-12-11 03:25:29] "POST /neutron/network HTTP/1.1" 200 613 0.156571 10.0.0.33 - - [2025-12-11 03:25:29] "POST /route-targets HTTP/1.1" 200 327 0.014194 10.0.0.61 - - [2025-12-11 03:25:29] "POST /neutron/network HTTP/1.1" 200 1008 0.024199 10.0.0.61 - - [2025-12-11 03:25:29] "POST /id-to-fqname HTTP/1.1" 200 228 0.001770 10.0.0.61 - - [2025-12-11 03:25:29] "GET /virtual-network/ce5d6483-dc93-49dc-8741-c8e19e47aea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006734 10.0.0.61 - - [2025-12-11 03:25:29] "GET /virtual-network/ce5d6483-dc93-49dc-8741-c8e19e47aea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007860 10.0.0.61 - - [2025-12-11 03:25:29] "POST /neutron/subnet HTTP/1.1" 200 828 0.008601 10.0.0.61 - - [2025-12-11 03:25:30] "GET /virtual-network/ce5d6483-dc93-49dc-8741-c8e19e47aea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006656 10.0.0.61 - - [2025-12-11 03:25:31] "GET /obj-perms HTTP/1.1" 200 5046 0.050705 10.0.0.27 - - [2025-12-11 03:25:31] "GET /obj-perms HTTP/1.1" 200 5046 0.046935 10.0.0.61 - - [2025-12-11 03:25:31] "POST /id-to-fqname HTTP/1.1" 200 228 0.001268 10.0.0.27 - - [2025-12-11 03:25:32] "GET /projects?obj_uuids=6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000936 10.0.0.61 - - [2025-12-11 03:25:32] "GET /project/6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.074228 10.0.0.61 - - [2025-12-11 03:25:32] "POST /neutron/network HTTP/1.1" 200 1008 0.007825 10.0.0.61 - - [2025-12-11 03:25:32] "POST /id-to-fqname HTTP/1.1" 200 228 0.001720 10.0.0.61 - - [2025-12-11 03:25:32] "POST /neutron/port HTTP/1.1" 200 117 0.008671 10.0.0.27 - - [2025-12-11 03:25:33] "GET /projects?obj_uuids=6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001415 10.0.0.61 - - [2025-12-11 03:25:33] "POST /neutron/port HTTP/1.1" 200 1177 0.355343 10.0.0.61 - - [2025-12-11 03:25:33] "POST /neutron/port HTTP/1.1" 200 1231 0.101317 10.0.0.27 - - [2025-12-11 03:25:33] "GET /projects?obj_uuids=6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000884 10.0.0.61 - - [2025-12-11 03:25:33] "GET /project/6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.073768 10.0.0.61 - - [2025-12-11 03:25:33] "POST /neutron/network HTTP/1.1" 200 1008 0.008424 10.0.0.61 - - [2025-12-11 03:25:33] "POST /neutron/port HTTP/1.1" 200 117 0.001074 10.0.0.61 - - [2025-12-11 03:25:34] "POST /neutron/port HTTP/1.1" 200 1205 0.015503 10.0.0.61 - - [2025-12-11 03:25:34] "POST /id-to-fqname HTTP/1.1" 200 228 0.001270 10.0.0.61 - - [2025-12-11 03:25:34] "POST /neutron/port HTTP/1.1" 200 1205 0.017131 10.0.0.61 - - [2025-12-11 03:25:34] "POST /neutron/network HTTP/1.1" 200 1018 0.007148 10.0.0.61 - - [2025-12-11 03:25:34] "POST /neutron/port HTTP/1.1" 200 1177 0.020343 10.0.0.61 - - [2025-12-11 03:25:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003677 10.0.0.27 - - [2025-12-11 03:25:35] "GET /projects?obj_uuids=6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001337 10.0.0.61 - - [2025-12-11 03:25:35] "GET /project/6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.072757 10.0.0.61 - - [2025-12-11 03:25:35] "POST /neutron/network HTTP/1.1" 200 1008 0.008869 10.0.0.61 - - [2025-12-11 03:25:35] "POST /neutron/network HTTP/1.1" 200 1008 0.007665 10.0.0.61 - - [2025-12-11 03:25:35] "POST /neutron/port HTTP/1.1" 200 117 0.005989 10.0.0.61 - - [2025-12-11 03:25:35] "POST /id-to-fqname HTTP/1.1" 200 228 0.001037 10.0.0.61 - - [2025-12-11 03:25:35] "POST /neutron/network HTTP/1.1" 200 1018 0.010834 10.0.0.61 - - [2025-12-11 03:25:36] "POST /neutron/port HTTP/1.1" 200 1177 0.016268 10.0.0.61 - - [2025-12-11 03:25:36] "POST /neutron/port HTTP/1.1" 200 1205 0.024085 10.0.0.27 - - [2025-12-11 03:25:36] "GET /projects?obj_uuids=6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001480 10.0.0.61 - - [2025-12-11 03:25:36] "GET /project/6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.074198 10.0.0.61 - - [2025-12-11 03:25:36] "POST /neutron/network HTTP/1.1" 200 1008 0.010342 10.0.0.61 - - [2025-12-11 03:25:36] "POST /neutron/port HTTP/1.1" 200 117 0.001776 10.0.0.61 - - [2025-12-11 03:25:36] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008180 10.0.0.61 - - [2025-12-11 03:25:36] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007218 10.0.0.61 - - [2025-12-11 03:25:37] "POST /neutron/port HTTP/1.1" 200 1205 0.016126 10.0.0.61 - - [2025-12-11 03:25:37] "GET /virtual-machine/b02cc9e0-e007-4607-9534-5b850714a29e HTTP/1.1" 401 292 0.000394 10.0.0.27 - - [2025-12-11 03:25:37] "GET /projects?obj_uuids=6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000916 10.0.0.61 - - [2025-12-11 03:25:37] "POST /neutron/port HTTP/1.1" 200 1177 0.263249 10.0.0.61 - - [2025-12-11 03:25:37] "GET /virtual-machine/b02cc9e0-e007-4607-9534-5b850714a29e HTTP/1.1" 200 1301 0.038117 10.0.0.61 - - [2025-12-11 03:25:37] "GET /virtual-machine-interface/06ff1180-0c13-4690-85a7-d74d41346215 HTTP/1.1" 200 3173 0.010245 10.0.0.61 - - [2025-12-11 03:25:37] "POST /neutron/port HTTP/1.1" 200 1231 0.109871 10.0.0.61 - - [2025-12-11 03:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005126 10.0.0.61 - - [2025-12-11 03:25:37] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.002787 10.0.0.61 - - [2025-12-11 03:25:37] "GET /virtual-networks?parent_id=6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002346 10.0.0.61 - - [2025-12-11 03:25:37] "GET /virtual-network/ce5d6483-dc93-49dc-8741-c8e19e47aea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.011025 10.0.0.61 - - [2025-12-11 03:25:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003649 10.0.0.61 - - [2025-12-11 03:25:37] "POST /neutron/port HTTP/1.1" 200 117 0.001616 10.0.0.61 - - [2025-12-11 03:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.61 - - [2025-12-11 03:25:40] "GET /virtual-network/ce5d6483-dc93-49dc-8741-c8e19e47aea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005883 10.0.0.61 - - [2025-12-11 03:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.61 - - [2025-12-11 03:25:44] "GET /virtual-network/ce5d6483-dc93-49dc-8741-c8e19e47aea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005320 10.0.0.61 - - [2025-12-11 03:25:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.61 - - [2025-12-11 03:25:48] "GET /virtual-network/ce5d6483-dc93-49dc-8741-c8e19e47aea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.004613 10.0.0.61 - - [2025-12-11 03:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.61 - - [2025-12-11 03:25:53] "GET /virtual-network/ce5d6483-dc93-49dc-8741-c8e19e47aea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.004781 10.0.0.61 - - [2025-12-11 03:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.61 - - [2025-12-11 03:25:57] "GET /virtual-network/ce5d6483-dc93-49dc-8741-c8e19e47aea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005026 10.0.0.61 - - [2025-12-11 03:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.61 - - [2025-12-11 03:26:01] "GET /virtual-network/ce5d6483-dc93-49dc-8741-c8e19e47aea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006272 10.0.0.61 - - [2025-12-11 03:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.61 - - [2025-12-11 03:26:05] "GET /virtual-network/ce5d6483-dc93-49dc-8741-c8e19e47aea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.004647 10.0.0.61 - - [2025-12-11 03:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.61 - - [2025-12-11 03:26:09] "GET /virtual-network/ce5d6483-dc93-49dc-8741-c8e19e47aea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006588 10.0.0.61 - - [2025-12-11 03:26:09] "POST /neutron/port HTTP/1.1" 200 1205 0.015814 10.0.0.61 - - [2025-12-11 03:26:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003731 10.0.0.61 - - [2025-12-11 03:26:10] "POST /neutron/port HTTP/1.1" 200 117 0.001140 10.0.0.61 - - [2025-12-11 03:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.61 - - [2025-12-11 03:26:13] "GET /virtual-network/ce5d6483-dc93-49dc-8741-c8e19e47aea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.004926 10.0.0.61 - - [2025-12-11 03:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.61 - - [2025-12-11 03:26:17] "GET /virtual-network/ce5d6483-dc93-49dc-8741-c8e19e47aea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005553 10.0.0.61 - - [2025-12-11 03:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.61 - - [2025-12-11 03:26:21] "GET /virtual-network/ce5d6483-dc93-49dc-8741-c8e19e47aea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.004296 10.0.0.27 - - [2025-12-11 03:26:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.27 - - [2025-12-11 03:26:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.27 - - [2025-12-11 03:26:22] "GET /global-system-configs HTTP/1.1" 401 292 0.001178 10.0.0.27 - - [2025-12-11 03:26:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.33 - - [2025-12-11 03:26:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000598 10.0.0.33 - - [2025-12-11 03:26:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.33 - - [2025-12-11 03:26:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.33 - - [2025-12-11 03:26:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.61 - - [2025-12-11 03:26:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000512 10.0.0.61 - - [2025-12-11 03:26:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.61 - - [2025-12-11 03:26:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.61 - - [2025-12-11 03:26:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.61 - - [2025-12-11 03:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.61 - - [2025-12-11 03:26:25] "GET /virtual-network/ce5d6483-dc93-49dc-8741-c8e19e47aea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.004784 10.0.0.61 - - [2025-12-11 03:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.61 - - [2025-12-11 03:26:29] "GET /virtual-network/ce5d6483-dc93-49dc-8741-c8e19e47aea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.004818 10.0.0.61 - - [2025-12-11 03:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.61 - - [2025-12-11 03:26:32] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004566 10.0.0.61 - - [2025-12-11 03:26:32] "GET /virtual-networks?parent_id=6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003954 10.0.0.61 - - [2025-12-11 03:26:32] "GET /virtual-network/ce5d6483-dc93-49dc-8741-c8e19e47aea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005635 10.0.0.61 - - [2025-12-11 03:26:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007378 10.0.0.61 - - [2025-12-11 03:26:40] "POST /neutron/port HTTP/1.1" 200 1205 0.014645 10.0.0.61 - - [2025-12-11 03:26:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006581 10.0.0.61 - - [2025-12-11 03:26:43] "POST /neutron/port HTTP/1.1" 200 1205 0.017726 10.0.0.61 - - [2025-12-11 03:26:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006335 10.0.0.61 - - [2025-12-11 03:26:52] "POST /neutron/port HTTP/1.1" 200 1205 0.016723 10.0.0.61 - - [2025-12-11 03:26:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007156 10.0.0.61 - - [2025-12-11 03:26:58] "POST /neutron/port HTTP/1.1" 200 1205 0.013118 10.0.0.61 - - [2025-12-11 03:26:58] "GET /virtual-machine/a4b451a2-79fd-4304-afe4-61110fd96e4e HTTP/1.1" 200 1301 0.005284 10.0.0.61 - - [2025-12-11 03:26:58] "GET /virtual-machine-interface/9a315ca7-62cb-431a-802b-206afeae2e71 HTTP/1.1" 200 3175 0.004780 10.0.0.61 - - [2025-12-11 03:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002634 10.0.0.61 - - [2025-12-11 03:26:58] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.002961 10.0.0.61 - - [2025-12-11 03:26:58] "GET /virtual-networks?parent_id=6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002648 10.0.0.61 - - [2025-12-11 03:26:58] "GET /virtual-network/ce5d6483-dc93-49dc-8741-c8e19e47aea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006076 10.0.0.61 - - [2025-12-11 03:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.61 - - [2025-12-11 03:26:59] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003338 10.0.0.61 - - [2025-12-11 03:26:59] "GET /virtual-networks?parent_id=6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002211 10.0.0.61 - - [2025-12-11 03:26:59] "GET /virtual-network/ce5d6483-dc93-49dc-8741-c8e19e47aea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006655 10.0.0.61 - - [2025-12-11 03:26:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008057 10.0.0.61 - - [2025-12-11 03:26:59] "POST /neutron/port HTTP/1.1" 200 1205 0.018008 10.0.0.61 - - [2025-12-11 03:26:59] "GET /virtual-machine/c2ac6160-a3ae-4a22-917c-c7f56836f0a7 HTTP/1.1" 200 1301 0.008048 10.0.0.61 - - [2025-12-11 03:26:59] "GET /virtual-machine-interface/40bd9736-d7fd-48c3-a950-c1716beb1860 HTTP/1.1" 200 3175 0.004721 10.0.0.61 - - [2025-12-11 03:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004819 10.0.0.61 - - [2025-12-11 03:26:59] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.010960 10.0.0.61 - - [2025-12-11 03:26:59] "GET /virtual-networks?parent_id=6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003518 10.0.0.61 - - [2025-12-11 03:27:00] "GET /virtual-network/ce5d6483-dc93-49dc-8741-c8e19e47aea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006173 10.0.0.61 - - [2025-12-11 03:27:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.61 - - [2025-12-11 03:27:01] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003293 10.0.0.61 - - [2025-12-11 03:27:01] "GET /virtual-networks?parent_id=6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003062 10.0.0.61 - - [2025-12-11 03:27:01] "GET /virtual-network/ce5d6483-dc93-49dc-8741-c8e19e47aea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006391 10.0.0.61 - - [2025-12-11 03:27:09] "POST /neutron/port HTTP/1.1" 200 1205 0.024964 10.0.0.61 - - [2025-12-11 03:27:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004826 10.0.0.61 - - [2025-12-11 03:27:10] "POST /neutron/port HTTP/1.1" 200 117 0.001663 10.0.0.61 - - [2025-12-11 03:27:10] "POST /neutron/port HTTP/1.1" 200 1205 0.016541 10.0.0.61 - - [2025-12-11 03:27:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004003 10.0.0.61 - - [2025-12-11 03:27:10] "POST /neutron/port HTTP/1.1" 200 117 0.001176 10.0.0.27 - - [2025-12-11 03:27:21] "GET /projects?obj_uuids=6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001497 10.0.0.61 - - [2025-12-11 03:27:21] "GET /project/6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.048053 10.0.0.61 - - [2025-12-11 03:27:21] "POST /fqname-to-id HTTP/1.1" 404 226 0.003188 10.0.0.61 - - [2025-12-11 03:27:21] "POST /interface-route-tables HTTP/1.1" 200 575 0.025706 10.0.0.61 - - [2025-12-11 03:27:21] "GET /interface-route-table/8d1c9122-5817-450c-bfca-690cd9b219a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.005452 10.0.0.61 - - [2025-12-11 03:27:21] "GET /virtual-machine-interface/06ff1180-0c13-4690-85a7-d74d41346215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2758 0.005560 10.0.0.61 - - [2025-12-11 03:27:21] "POST /ref-update HTTP/1.1" 200 156 0.018276 10.0.0.27 - - [2025-12-11 03:28:06] "GET /projects?obj_uuids=6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000850 10.0.0.61 - - [2025-12-11 03:28:06] "GET /project/6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.031080 10.0.0.61 - - [2025-12-11 03:28:06] "POST /fqname-to-id HTTP/1.1" 404 226 0.007523 10.0.0.61 - - [2025-12-11 03:28:06] "POST /interface-route-tables HTTP/1.1" 200 575 0.022834 10.0.0.61 - - [2025-12-11 03:28:06] "GET /interface-route-table/ed2d5bc7-0751-4b5f-a058-c6fe09982faf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.005896 10.0.0.61 - - [2025-12-11 03:28:06] "GET /virtual-machine-interface/9a315ca7-62cb-431a-802b-206afeae2e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.005062 10.0.0.61 - - [2025-12-11 03:28:06] "POST /ref-update HTTP/1.1" 200 156 0.012902 10.0.0.61 - - [2025-12-11 03:28:08] "GET /virtual-machine-interface/40bd9736-d7fd-48c3-a950-c1716beb1860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006835 10.0.0.61 - - [2025-12-11 03:28:08] "PUT /virtual-machine-interface/40bd9736-d7fd-48c3-a950-c1716beb1860 HTTP/1.1" 200 284 0.015640 10.0.0.61 - - [2025-12-11 03:28:08] "GET /virtual-machine-interface/06ff1180-0c13-4690-85a7-d74d41346215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3039 0.010111 10.0.0.61 - - [2025-12-11 03:28:08] "PUT /virtual-machine-interface/06ff1180-0c13-4690-85a7-d74d41346215 HTTP/1.1" 200 284 0.012748 10.0.0.61 - - [2025-12-11 03:28:08] "GET /virtual-machine-interface/9a315ca7-62cb-431a-802b-206afeae2e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.011326 10.0.0.61 - - [2025-12-11 03:28:08] "PUT /virtual-machine-interface/9a315ca7-62cb-431a-802b-206afeae2e71 HTTP/1.1" 200 284 0.018299 10.0.0.33 - - [2025-12-11 03:28:08] "GET /obj-perms HTTP/1.1" 200 5056 0.054338 10.0.0.61 - - [2025-12-11 03:28:11] "POST /neutron/port HTTP/1.1" 200 1205 0.012261 10.0.0.61 - - [2025-12-11 03:28:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003844 10.0.0.61 - - [2025-12-11 03:28:11] "POST /neutron/port HTTP/1.1" 200 117 0.001220 10.0.0.61 - - [2025-12-11 03:28:11] "POST /neutron/port HTTP/1.1" 200 1205 0.021538 10.0.0.61 - - [2025-12-11 03:28:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003886 10.0.0.61 - - [2025-12-11 03:28:12] "POST /neutron/port HTTP/1.1" 200 117 0.001108 10.0.0.61 - - [2025-12-11 03:29:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008381 10.0.0.61 - - [2025-12-11 03:29:08] "POST /neutron/port HTTP/1.1" 200 1205 0.014287 10.0.0.61 - - [2025-12-11 03:29:08] "GET /virtual-machine/a6846341-635f-4d57-a762-71194d12f369 HTTP/1.1" 200 1301 0.005931 10.0.0.61 - - [2025-12-11 03:29:08] "GET /virtual-machine-interface/1bf232e5-8d73-4bee-95bd-051863654794 HTTP/1.1" 200 3175 0.004695 10.0.0.61 - - [2025-12-11 03:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.61 - - [2025-12-11 03:29:08] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003814 10.0.0.61 - - [2025-12-11 03:29:08] "GET /virtual-networks?parent_id=6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002241 10.0.0.61 - - [2025-12-11 03:29:08] "GET /virtual-network/ce5d6483-dc93-49dc-8741-c8e19e47aea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005492 10.0.0.27 - - [2025-12-11 03:29:09] "GET /obj-perms HTTP/1.1" 200 5056 0.054967 10.0.0.61 - - [2025-12-11 03:29:09] "GET /obj-perms HTTP/1.1" 200 5056 0.054615 10.0.0.61 - - [2025-12-11 03:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.61 - - [2025-12-11 03:29:09] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003441 10.0.0.61 - - [2025-12-11 03:29:09] "GET /virtual-networks?parent_id=6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003597 10.0.0.61 - - [2025-12-11 03:29:09] "GET /virtual-network/ce5d6483-dc93-49dc-8741-c8e19e47aea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005444 10.0.0.61 - - [2025-12-11 03:29:09] "GET /virtual-machine-interface/1bf232e5-8d73-4bee-95bd-051863654794?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.005732 10.0.0.61 - - [2025-12-11 03:29:09] "PUT /virtual-machine-interface/1bf232e5-8d73-4bee-95bd-051863654794 HTTP/1.1" 200 284 0.013700 10.0.0.61 - - [2025-12-11 03:29:12] "POST /neutron/port HTTP/1.1" 200 1205 0.014839 10.0.0.61 - - [2025-12-11 03:29:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004059 10.0.0.61 - - [2025-12-11 03:29:12] "POST /neutron/port HTTP/1.1" 200 117 0.001229 10.0.0.61 - - [2025-12-11 03:29:13] "POST /neutron/port HTTP/1.1" 200 1205 0.013572 10.0.0.61 - - [2025-12-11 03:29:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003625 10.0.0.61 - - [2025-12-11 03:29:14] "POST /neutron/port HTTP/1.1" 200 117 0.001180 10.0.0.27 - - [2025-12-11 03:29:51] "GET /projects?obj_uuids=6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.029217 10.0.0.61 - - [2025-12-11 03:29:51] "GET /project/6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.064451 10.0.0.61 - - [2025-12-11 03:29:51] "POST /fqname-to-id HTTP/1.1" 404 226 0.004687 10.0.0.61 - - [2025-12-11 03:29:52] "POST /interface-route-tables HTTP/1.1" 200 575 0.036342 10.0.0.61 - - [2025-12-11 03:29:52] "GET /interface-route-table/8e1f1901-58ba-410d-bf1a-560cd2b98422?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.005699 10.0.0.61 - - [2025-12-11 03:29:52] "GET /virtual-machine-interface/1bf232e5-8d73-4bee-95bd-051863654794?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005981 10.0.0.61 - - [2025-12-11 03:29:52] "POST /ref-update HTTP/1.1" 200 156 0.013577 10.0.0.61 - - [2025-12-11 03:29:53] "GET /virtual-machine-interface/06ff1180-0c13-4690-85a7-d74d41346215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3089 0.006629 10.0.0.61 - - [2025-12-11 03:29:53] "POST /ref-update HTTP/1.1" 200 156 0.014256 10.0.0.61 - - [2025-12-11 03:29:53] "DELETE /interface-route-table/8d1c9122-5817-450c-bfca-690cd9b219a0 HTTP/1.1" 200 115 0.029269 10.0.0.61 - - [2025-12-11 03:29:54] "POST /neutron/port HTTP/1.1" 200 1231 0.013703 10.0.0.61 - - [2025-12-11 03:30:04] "GET /virtual-machine-interface/1bf232e5-8d73-4bee-95bd-051863654794?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.009874 10.0.0.61 - - [2025-12-11 03:30:04] "POST /ref-update HTTP/1.1" 200 156 0.019665 10.0.0.61 - - [2025-12-11 03:30:04] "DELETE /interface-route-table/8e1f1901-58ba-410d-bf1a-560cd2b98422 HTTP/1.1" 200 115 0.040848 10.0.0.61 - - [2025-12-11 03:30:04] "GET /virtual-machine-interface/9a315ca7-62cb-431a-802b-206afeae2e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.006360 10.0.0.61 - - [2025-12-11 03:30:04] "POST /ref-update HTTP/1.1" 200 156 0.017211 10.0.0.61 - - [2025-12-11 03:30:04] "DELETE /interface-route-table/ed2d5bc7-0751-4b5f-a058-c6fe09982faf HTTP/1.1" 200 115 0.038638 10.0.0.61 - - [2025-12-11 03:30:04] "POST /neutron/network HTTP/1.1" 400 204 0.013269 10.0.0.61 - - [2025-12-11 03:30:04] "POST /neutron/port HTTP/1.1" 200 151 0.221220 10.0.0.61 - - [2025-12-11 03:30:05] "POST /neutron/port HTTP/1.1" 200 151 0.251910 10.0.0.61 - - [2025-12-11 03:30:05] "POST /neutron/port HTTP/1.1" 200 151 0.264446 10.0.0.33 - - [2025-12-11 03:30:06] "DELETE /route-target/1c1dabb6-d5ce-4512-8f0a-990d18e969dc HTTP/1.1" 200 115 0.022393 10.0.0.27 - - [2025-12-11 03:30:08] "GET /projects?obj_uuids=6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001618 10.0.0.61 - - [2025-12-11 03:30:08] "GET /project/6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.066523 10.0.0.27 - - [2025-12-11 03:30:08] "GET /projects?obj_uuids=6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000921 10.0.0.61 - - [2025-12-11 03:30:08] "GET /project/6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9?fields=virtual_networks HTTP/1.1" 200 1058 0.034317 10.0.0.27 - - [2025-12-11 03:30:08] "GET /projects?obj_uuids=6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001000 10.0.0.61 - - [2025-12-11 03:30:08] "GET /project/6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.041863 10.0.0.27 - - [2025-12-11 03:30:08] "GET /projects?obj_uuids=6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000895 10.0.0.61 - - [2025-12-11 03:30:08] "GET /project/6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9?fields=security_groups HTTP/1.1" 200 1292 0.038765 10.0.0.61 - - [2025-12-11 03:30:09] "POST /fqname-to-id HTTP/1.1" 404 183 0.036150 10.0.0.27 - - [2025-12-11 03:30:09] "GET /projects?obj_uuids=4fbe32c4-674b-4214-8a72-679e2bdaafba&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003645 10.0.0.27 - - [2025-12-11 03:30:09] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.27 - - [2025-12-11 03:30:09] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006819 10.0.0.27 - - [2025-12-11 03:30:09] "POST /id-to-fqname HTTP/1.1" 200 185 0.002494 10.0.0.27 - - [2025-12-11 03:30:09] "POST /fqname-to-id HTTP/1.1" 404 194 0.005424 10.0.0.27 - - [2025-12-11 03:30:09] "POST /security-groups HTTP/1.1" 200 586 0.029728 10.0.0.27 - - [2025-12-11 03:30:09] "POST /projects HTTP/1.1" 200 575 0.245572 10.0.0.33 - - [2025-12-11 03:30:09] "POST /fqname-to-id HTTP/1.1" 404 228 0.011232 10.0.0.27 - - [2025-12-11 03:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.314486 10.0.0.61 - - [2025-12-11 03:30:09] "GET /project/4fbe32c4-674b-4214-8a72-679e2bdaafba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.449064 10.0.0.61 - - [2025-12-11 03:30:11] "GET / HTTP/1.1" 200 35931 0.002012 10.0.0.27 - - [2025-12-11 03:30:14] "GET /projects?obj_uuids=4fbe32c4-674b-4214-8a72-679e2bdaafba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001219 10.0.0.61 - - [2025-12-11 03:30:14] "GET /project/4fbe32c4-674b-4214-8a72-679e2bdaafba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.033876 10.0.0.27 - - [2025-12-11 03:30:14] "GET /projects?obj_uuids=4fbe32c4-674b-4214-8a72-679e2bdaafba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000931 10.0.0.61 - - [2025-12-11 03:30:14] "GET /project/4fbe32c4-674b-4214-8a72-679e2bdaafba?fields=virtual_networks HTTP/1.1" 200 1031 0.087556 10.0.0.27 - - [2025-12-11 03:30:14] "GET /projects?obj_uuids=4fbe32c4-674b-4214-8a72-679e2bdaafba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000943 10.0.0.61 - - [2025-12-11 03:30:14] "GET /project/4fbe32c4-674b-4214-8a72-679e2bdaafba?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.032668 10.0.0.27 - - [2025-12-11 03:30:14] "GET /projects?obj_uuids=4fbe32c4-674b-4214-8a72-679e2bdaafba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001082 10.0.0.61 - - [2025-12-11 03:30:14] "GET /project/4fbe32c4-674b-4214-8a72-679e2bdaafba?fields=security_groups HTTP/1.1" 200 1252 0.039312 10.0.0.61 - - [2025-12-11 03:30:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.023070 10.0.0.27 - - [2025-12-11 03:30:15] "GET /projects?obj_uuids=417ee88a-1b34-486a-891e-fafac7bb6a69&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002996 10.0.0.27 - - [2025-12-11 03:30:15] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000819 10.0.0.27 - - [2025-12-11 03:30:15] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006501 10.0.0.27 - - [2025-12-11 03:30:15] "POST /id-to-fqname HTTP/1.1" 200 195 0.001558 10.0.0.27 - - [2025-12-11 03:30:15] "POST /fqname-to-id HTTP/1.1" 404 204 0.004924 10.0.0.27 - - [2025-12-11 03:30:16] "POST /security-groups HTTP/1.1" 200 596 0.069934 10.0.0.27 - - [2025-12-11 03:30:16] "POST /projects HTTP/1.1" 200 595 0.260544 10.0.0.33 - - [2025-12-11 03:30:16] "POST /access-control-lists HTTP/1.1" 200 601 0.023844 10.0.0.27 - - [2025-12-11 03:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.331004 10.0.0.61 - - [2025-12-11 03:30:16] "GET /project/417ee88a-1b34-486a-891e-fafac7bb6a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.458935 10.0.0.61 - - [2025-12-11 03:30:17] "GET / HTTP/1.1" 200 35931 0.001939 10.0.0.27 - - [2025-12-11 03:30:20] "GET /projects?obj_uuids=417ee88a-1b34-486a-891e-fafac7bb6a69&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000894 10.0.0.61 - - [2025-12-11 03:30:20] "GET /project/417ee88a-1b34-486a-891e-fafac7bb6a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.039245 10.0.0.27 - - [2025-12-11 03:30:20] "GET /projects?obj_uuids=417ee88a-1b34-486a-891e-fafac7bb6a69&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000840 10.0.0.61 - - [2025-12-11 03:30:20] "GET /project/417ee88a-1b34-486a-891e-fafac7bb6a69?fields=virtual_networks HTTP/1.1" 200 1051 0.039584 10.0.0.27 - - [2025-12-11 03:30:20] "GET /projects?obj_uuids=417ee88a-1b34-486a-891e-fafac7bb6a69&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000955 10.0.0.61 - - [2025-12-11 03:30:20] "GET /project/417ee88a-1b34-486a-891e-fafac7bb6a69?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.035186 10.0.0.27 - - [2025-12-11 03:30:20] "GET /projects?obj_uuids=417ee88a-1b34-486a-891e-fafac7bb6a69&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001020 10.0.0.61 - - [2025-12-11 03:30:20] "GET /project/417ee88a-1b34-486a-891e-fafac7bb6a69?fields=security_groups HTTP/1.1" 200 1282 0.036519 10.0.0.61 - - [2025-12-11 03:30:21] "POST /fqname-to-id HTTP/1.1" 404 199 0.026837 10.0.0.27 - - [2025-12-11 03:30:21] "GET /projects?obj_uuids=81c2c6ad-a3d6-400c-925c-e42f49a05c29&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002952 10.0.0.27 - - [2025-12-11 03:30:21] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000857 10.0.0.27 - - [2025-12-11 03:30:21] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006496 10.0.0.27 - - [2025-12-11 03:30:21] "POST /id-to-fqname HTTP/1.1" 200 201 0.001532 10.0.0.27 - - [2025-12-11 03:30:21] "POST /fqname-to-id HTTP/1.1" 404 210 0.003473 10.0.0.27 - - [2025-12-11 03:30:21] "POST /security-groups HTTP/1.1" 200 602 0.030302 10.0.0.33 - - [2025-12-11 03:30:21] "POST /fqname-to-id HTTP/1.1" 404 245 0.003168 10.0.0.27 - - [2025-12-11 03:30:21] "POST /projects HTTP/1.1" 200 607 0.247549 10.0.0.27 - - [2025-12-11 03:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.324785 10.0.0.33 - - [2025-12-11 03:30:21] "POST /access-control-lists HTTP/1.1" 200 605 0.031822 10.0.0.61 - - [2025-12-11 03:30:21] "GET /project/81c2c6ad-a3d6-400c-925c-e42f49a05c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.467173 10.0.0.61 - - [2025-12-11 03:30:22] "GET / HTTP/1.1" 200 35931 0.002717 10.0.0.27 - - [2025-12-11 03:30:25] "GET /projects?obj_uuids=81c2c6ad-a3d6-400c-925c-e42f49a05c29&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001331 10.0.0.61 - - [2025-12-11 03:30:25] "GET /project/81c2c6ad-a3d6-400c-925c-e42f49a05c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.030892 10.0.0.27 - - [2025-12-11 03:30:25] "GET /projects?obj_uuids=81c2c6ad-a3d6-400c-925c-e42f49a05c29&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000852 10.0.0.61 - - [2025-12-11 03:30:25] "GET /project/81c2c6ad-a3d6-400c-925c-e42f49a05c29?fields=virtual_networks HTTP/1.1" 200 1064 0.083584 10.0.0.27 - - [2025-12-11 03:30:25] "GET /projects?obj_uuids=81c2c6ad-a3d6-400c-925c-e42f49a05c29&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000855 10.0.0.61 - - [2025-12-11 03:30:26] "GET /project/81c2c6ad-a3d6-400c-925c-e42f49a05c29?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.035231 10.0.0.27 - - [2025-12-11 03:30:26] "GET /projects?obj_uuids=81c2c6ad-a3d6-400c-925c-e42f49a05c29&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000885 10.0.0.61 - - [2025-12-11 03:30:26] "GET /project/81c2c6ad-a3d6-400c-925c-e42f49a05c29?fields=security_groups HTTP/1.1" 200 1301 0.039077 10.0.0.61 - - [2025-12-11 03:30:26] "POST /fqname-to-id HTTP/1.1" 404 185 0.030826 10.0.0.27 - - [2025-12-11 03:30:26] "GET /projects?obj_uuids=ce295eb1-2b73-4190-93e4-ae0022528349&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002696 10.0.0.27 - - [2025-12-11 03:30:27] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001154 10.0.0.27 - - [2025-12-11 03:30:27] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008483 10.0.0.27 - - [2025-12-11 03:30:27] "POST /id-to-fqname HTTP/1.1" 200 187 0.001588 10.0.0.27 - - [2025-12-11 03:30:27] "POST /fqname-to-id HTTP/1.1" 404 196 0.008277 10.0.0.27 - - [2025-12-11 03:30:27] "POST /security-groups HTTP/1.1" 200 588 0.068547 10.0.0.27 - - [2025-12-11 03:30:27] "POST /projects HTTP/1.1" 200 579 0.271755 10.0.0.27 - - [2025-12-11 03:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.350238 10.0.0.33 - - [2025-12-11 03:30:27] "POST /fqname-to-id HTTP/1.1" 404 230 0.042531 10.0.0.61 - - [2025-12-11 03:30:27] "GET /project/ce295eb1-2b73-4190-93e4-ae0022528349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.491001 10.0.0.61 - - [2025-12-11 03:30:28] "GET / HTTP/1.1" 200 35931 0.001925 10.0.0.27 - - [2025-12-11 03:30:29] "DELETE /project/417ee88a1b34486a891efafac7bb6a69 HTTP/1.1" 404 173 0.141038 10.0.0.27 - - [2025-12-11 03:30:29] "GET /projects?obj_uuids=417ee88a-1b34-486a-891e-fafac7bb6a69&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000747 10.0.0.27 - - [2025-12-11 03:30:29] "GET /projects?obj_uuids=81c2c6ad-a3d6-400c-925c-e42f49a05c29&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.015290 10.0.0.27 - - [2025-12-11 03:30:29] "GET /project/417ee88a-1b34-486a-891e-fafac7bb6a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1497 0.070387 10.0.0.27 - - [2025-12-11 03:30:29] "GET /projects?obj_uuids=417ee88a-1b34-486a-891e-fafac7bb6a69&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001261 10.0.0.27 - - [2025-12-11 03:30:29] "GET /projects?obj_uuids=4fbe32c4-674b-4214-8a72-679e2bdaafba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001080 10.0.0.27 - - [2025-12-11 03:30:29] "DELETE /project/4fbe32c4674b42148a72679e2bdaafba HTTP/1.1" 404 173 0.294275 10.0.0.27 - - [2025-12-11 03:30:29] "GET /project/81c2c6ad-a3d6-400c-925c-e42f49a05c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1522 0.125187 10.0.0.27 - - [2025-12-11 03:30:29] "DELETE /project/ce295eb12b73419093e4ae0022528349 HTTP/1.1" 404 173 0.348720 10.0.0.27 - - [2025-12-11 03:30:29] "GET /project/4fbe32c4-674b-4214-8a72-679e2bdaafba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.106477 10.0.0.33 - - [2025-12-11 03:30:29] "DELETE /access-control-list/a54e423e-2209-4b41-b17d-e19ca1b6d59b HTTP/1.1" 200 115 0.115769 10.0.0.27 - - [2025-12-11 03:30:29] "GET /project/417ee88a-1b34-486a-891e-fafac7bb6a69?fields=security_groups HTTP/1.1" 200 1387 0.161284 10.0.0.27 - - [2025-12-11 03:30:29] "GET /projects?obj_uuids=81c2c6ad-a3d6-400c-925c-e42f49a05c29&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001183 10.0.0.27 - - [2025-12-11 03:30:29] "GET /projects?obj_uuids=4fbe32c4-674b-4214-8a72-679e2bdaafba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.005418 10.0.0.27 - - [2025-12-11 03:30:29] "GET /projects?obj_uuids=6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001482 10.0.0.27 - - [2025-12-11 03:30:29] "DELETE /project/81c2c6ada3d6400c925ce42f49a05c29 HTTP/1.1" 404 173 0.428966 10.0.0.27 - - [2025-12-11 03:30:29] "GET /project/4fbe32c4-674b-4214-8a72-679e2bdaafba?fields=security_groups HTTP/1.1" 200 1357 0.099560 10.0.0.27 - - [2025-12-11 03:30:29] "GET /project/6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.111593 10.0.0.27 - - [2025-12-11 03:30:29] "GET /project/81c2c6ad-a3d6-400c-925c-e42f49a05c29?fields=security_groups HTTP/1.1" 200 1406 0.138583 10.0.0.27 - - [2025-12-11 03:30:29] "DELETE /project/6a2cc3d6-5a82-4a3e-be2f-a3bf2bf8ecd9 HTTP/1.1" 404 171 0.519751 10.0.0.27 - - [2025-12-11 03:30:29] "DELETE /security-group/b0d7323b-85fe-4669-8d68-0641295aba68 HTTP/1.1" 200 115 0.117455 10.0.0.27 - - [2025-12-11 03:30:29] "GET /projects?obj_uuids=417ee88a-1b34-486a-891e-fafac7bb6a69&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001629 10.0.0.27 - - [2025-12-11 03:30:29] "GET /project/417ee88a-1b34-486a-891e-fafac7bb6a69?fields=application_policy_sets HTTP/1.1" 200 1426 0.060861 10.0.0.27 - - [2025-12-11 03:30:29] "DELETE /security-group/f00841f3-5477-4f5c-8d02-75369b5c067e HTTP/1.1" 200 115 0.111024 10.0.0.27 - - [2025-12-11 03:30:29] "DELETE /security-group/3e1331ae-43e3-44e4-9b84-a9f83f0d31ec HTTP/1.1" 200 115 0.109707 10.0.0.27 - - [2025-12-11 03:30:29] "GET /projects?obj_uuids=4fbe32c4-674b-4214-8a72-679e2bdaafba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001930 10.0.0.27 - - [2025-12-11 03:30:29] "GET /projects?obj_uuids=81c2c6ad-a3d6-400c-925c-e42f49a05c29&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001193 10.0.0.27 - - [2025-12-11 03:30:29] "GET /project/4fbe32c4-674b-4214-8a72-679e2bdaafba?fields=application_policy_sets HTTP/1.1" 200 1396 0.050472 10.0.0.27 - - [2025-12-11 03:30:29] "GET /project/81c2c6ad-a3d6-400c-925c-e42f49a05c29?fields=application_policy_sets HTTP/1.1" 200 1445 0.125319 10.0.0.27 - - [2025-12-11 03:30:29] "DELETE /project/417ee88a-1b34-486a-891e-fafac7bb6a69 HTTP/1.1" 200 115 0.874498 10.0.0.27 - - [2025-12-11 03:30:30] "DELETE /project/4fbe32c4-674b-4214-8a72-679e2bdaafba HTTP/1.1" 200 115 0.978933 10.0.0.27 - - [2025-12-11 03:30:30] "DELETE /project/81c2c6ad-a3d6-400c-925c-e42f49a05c29 HTTP/1.1" 200 115 1.029908 10.0.0.33 - - [2025-12-11 03:30:30] "DELETE /access-control-list/9e26080f-ab28-4b44-9b95-e3da896ab0a3 HTTP/1.1" 200 115 0.034970 10.0.0.33 - - [2025-12-11 03:30:30] "DELETE /access-control-list/7d9fe436-1c55-4f15-b87a-2c5c9d93c2ff HTTP/1.1" 200 115 0.033788 10.0.0.27 - - [2025-12-11 03:30:31] "GET /projects?obj_uuids=ce295eb1-2b73-4190-93e4-ae0022528349&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001395 10.0.0.61 - - [2025-12-11 03:30:31] "GET /project/ce295eb1-2b73-4190-93e4-ae0022528349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.041034 10.0.0.27 - - [2025-12-11 03:30:31] "GET /projects?obj_uuids=ce295eb1-2b73-4190-93e4-ae0022528349&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000976 10.0.0.61 - - [2025-12-11 03:30:31] "GET /project/ce295eb1-2b73-4190-93e4-ae0022528349?fields=virtual_networks HTTP/1.1" 200 1037 0.040354 10.0.0.27 - - [2025-12-11 03:30:31] "GET /projects?obj_uuids=ce295eb1-2b73-4190-93e4-ae0022528349&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000880 10.0.0.61 - - [2025-12-11 03:30:32] "GET /project/ce295eb1-2b73-4190-93e4-ae0022528349?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.038674 10.0.0.27 - - [2025-12-11 03:30:32] "GET /projects?obj_uuids=ce295eb1-2b73-4190-93e4-ae0022528349&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000936 10.0.0.61 - - [2025-12-11 03:30:32] "GET /project/ce295eb1-2b73-4190-93e4-ae0022528349?fields=security_groups HTTP/1.1" 200 1260 0.040041 10.0.0.61 - - [2025-12-11 03:30:32] "POST /fqname-to-id HTTP/1.1" 404 182 0.027624 10.0.0.27 - - [2025-12-11 03:30:32] "GET /projects?obj_uuids=13855a70-7407-4703-8622-b711393545d7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002640 10.0.0.27 - - [2025-12-11 03:30:33] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000921 10.0.0.27 - - [2025-12-11 03:30:33] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007444 10.0.0.27 - - [2025-12-11 03:30:33] "POST /id-to-fqname HTTP/1.1" 200 184 0.003089 10.0.0.27 - - [2025-12-11 03:30:33] "POST /fqname-to-id HTTP/1.1" 404 193 0.011239 10.0.0.27 - - [2025-12-11 03:30:33] "POST /security-groups HTTP/1.1" 200 585 0.028042 10.0.0.27 - - [2025-12-11 03:30:33] "POST /projects HTTP/1.1" 200 573 0.231319 10.0.0.33 - - [2025-12-11 03:30:33] "POST /fqname-to-id HTTP/1.1" 404 227 0.007866 10.0.0.27 - - [2025-12-11 03:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.304182 10.0.0.61 - - [2025-12-11 03:30:33] "GET /project/13855a70-7407-4703-8622-b711393545d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.437645 10.0.0.61 - - [2025-12-11 03:30:34] "GET / HTTP/1.1" 200 35931 0.001579 10.0.0.27 - - [2025-12-11 03:30:37] "GET /projects?obj_uuids=13855a70-7407-4703-8622-b711393545d7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001086 10.0.0.61 - - [2025-12-11 03:30:37] "GET /project/13855a70-7407-4703-8622-b711393545d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.053492 10.0.0.27 - - [2025-12-11 03:30:37] "GET /projects?obj_uuids=13855a70-7407-4703-8622-b711393545d7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000757 10.0.0.61 - - [2025-12-11 03:30:37] "GET /project/13855a70-7407-4703-8622-b711393545d7?fields=virtual_networks HTTP/1.1" 200 1029 0.037775 10.0.0.27 - - [2025-12-11 03:30:37] "GET /projects?obj_uuids=13855a70-7407-4703-8622-b711393545d7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000894 10.0.0.61 - - [2025-12-11 03:30:37] "GET /project/13855a70-7407-4703-8622-b711393545d7?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.040470 10.0.0.27 - - [2025-12-11 03:30:37] "GET /projects?obj_uuids=13855a70-7407-4703-8622-b711393545d7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000836 10.0.0.61 - - [2025-12-11 03:30:37] "GET /project/13855a70-7407-4703-8622-b711393545d7?fields=security_groups HTTP/1.1" 200 1249 0.042423 10.0.0.61 - - [2025-12-11 03:30:38] "POST /fqname-to-id HTTP/1.1" 404 186 0.028192 10.0.0.27 - - [2025-12-11 03:30:38] "GET /projects?obj_uuids=0cb75dd0-dcea-4935-847e-14ac89cd047a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002972 10.0.0.27 - - [2025-12-11 03:30:38] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000938 10.0.0.27 - - [2025-12-11 03:30:38] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006619 10.0.0.27 - - [2025-12-11 03:30:38] "POST /id-to-fqname HTTP/1.1" 200 188 0.002119 10.0.0.27 - - [2025-12-11 03:30:38] "POST /fqname-to-id HTTP/1.1" 404 197 0.008607 10.0.0.27 - - [2025-12-11 03:30:38] "POST /security-groups HTTP/1.1" 200 589 0.026781 10.0.0.27 - - [2025-12-11 03:30:38] "POST /projects HTTP/1.1" 200 581 0.211606 10.0.0.33 - - [2025-12-11 03:30:38] "POST /access-control-lists HTTP/1.1" 200 594 0.028822 10.0.0.27 - - [2025-12-11 03:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.279324 10.0.0.61 - - [2025-12-11 03:30:39] "GET /project/0cb75dd0-dcea-4935-847e-14ac89cd047a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.416137 10.0.0.61 - - [2025-12-11 03:30:40] "GET / HTTP/1.1" 200 35931 0.001509 10.0.0.27 - - [2025-12-11 03:30:43] "GET /projects?obj_uuids=0cb75dd0-dcea-4935-847e-14ac89cd047a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000846 10.0.0.61 - - [2025-12-11 03:30:43] "GET /project/0cb75dd0-dcea-4935-847e-14ac89cd047a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.033207 10.0.0.27 - - [2025-12-11 03:30:43] "GET /projects?obj_uuids=0cb75dd0-dcea-4935-847e-14ac89cd047a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000892 10.0.0.61 - - [2025-12-11 03:30:43] "GET /project/0cb75dd0-dcea-4935-847e-14ac89cd047a?fields=virtual_networks HTTP/1.1" 200 1036 0.088747 10.0.0.27 - - [2025-12-11 03:30:43] "GET /projects?obj_uuids=0cb75dd0-dcea-4935-847e-14ac89cd047a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001139 10.0.0.61 - - [2025-12-11 03:30:43] "GET /project/0cb75dd0-dcea-4935-847e-14ac89cd047a?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.040787 10.0.0.27 - - [2025-12-11 03:30:43] "GET /projects?obj_uuids=0cb75dd0-dcea-4935-847e-14ac89cd047a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000947 10.0.0.61 - - [2025-12-11 03:30:43] "GET /project/0cb75dd0-dcea-4935-847e-14ac89cd047a?fields=security_groups HTTP/1.1" 200 1260 0.034879 10.0.0.61 - - [2025-12-11 03:30:44] "POST /fqname-to-id HTTP/1.1" 404 186 0.026321 10.0.0.27 - - [2025-12-11 03:30:44] "GET /projects?obj_uuids=301aea65-7a82-47ec-be03-f509b568407e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003286 10.0.0.27 - - [2025-12-11 03:30:44] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000906 10.0.0.27 - - [2025-12-11 03:30:44] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006433 10.0.0.27 - - [2025-12-11 03:30:44] "POST /id-to-fqname HTTP/1.1" 200 188 0.001403 10.0.0.27 - - [2025-12-11 03:30:44] "POST /fqname-to-id HTTP/1.1" 404 197 0.003845 10.0.0.27 - - [2025-12-11 03:30:44] "POST /security-groups HTTP/1.1" 200 589 0.031234 10.0.0.33 - - [2025-12-11 03:30:44] "POST /fqname-to-id HTTP/1.1" 404 232 0.004941 10.0.0.27 - - [2025-12-11 03:30:44] "POST /projects HTTP/1.1" 200 581 0.231364 10.0.0.27 - - [2025-12-11 03:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.299700 10.0.0.33 - - [2025-12-11 03:30:44] "POST /access-control-lists HTTP/1.1" 200 592 0.033406 10.0.0.61 - - [2025-12-11 03:30:44] "GET /project/301aea65-7a82-47ec-be03-f509b568407e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.437037 10.0.0.61 - - [2025-12-11 03:30:45] "GET / HTTP/1.1" 200 35931 0.002171 10.0.0.61 - - [2025-12-11 03:30:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000501 10.0.0.61 - - [2025-12-11 03:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.057042 10.0.0.27 - - [2025-12-11 03:30:47] "GET /projects?obj_uuids=301aea65-7a82-47ec-be03-f509b568407e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001231 10.0.0.61 - - [2025-12-11 03:30:47] "GET /project/301aea65-7a82-47ec-be03-f509b568407e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.049132 10.0.0.61 - - [2025-12-11 03:30:47] "POST /neutron/network HTTP/1.1" 200 117 0.033991 10.0.0.61 - - [2025-12-11 03:30:48] "POST /neutron/network HTTP/1.1" 200 822 0.007751 10.0.0.61 - - [2025-12-11 03:30:48] "POST /id-to-fqname HTTP/1.1" 200 218 0.001023 10.0.0.61 - - [2025-12-11 03:30:48] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004559 10.0.0.61 - - [2025-12-11 03:30:48] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005409 10.0.0.61 - - [2025-12-11 03:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.61 - - [2025-12-11 03:30:48] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006330 10.0.0.61 - - [2025-12-11 03:30:48] "PUT /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283 HTTP/1.1" 200 264 0.054494 10.0.0.33 - - [2025-12-11 03:30:48] "POST /route-targets HTTP/1.1" 200 323 0.035172 10.0.0.61 - - [2025-12-11 03:30:48] "POST /neutron/subnet HTTP/1.1" 200 724 0.009668 10.0.0.61 - - [2025-12-11 03:30:49] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005752 10.0.0.61 - - [2025-12-11 03:30:50] "POST /id-to-fqname HTTP/1.1" 200 218 0.001221 10.0.0.61 - - [2025-12-11 03:30:50] "POST /neutron/network HTTP/1.1" 200 832 0.006865 10.0.0.27 - - [2025-12-11 03:30:51] "GET /projects?obj_uuids=301aea65-7a82-47ec-be03-f509b568407e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001133 10.0.0.61 - - [2025-12-11 03:30:51] "GET /project/301aea65-7a82-47ec-be03-f509b568407e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.066811 10.0.0.61 - - [2025-12-11 03:30:51] "POST /neutron/port HTTP/1.1" 200 117 0.005752 10.0.0.27 - - [2025-12-11 03:30:52] "GET /projects?obj_uuids=301aea65-7a82-47ec-be03-f509b568407e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000875 10.0.0.61 - - [2025-12-11 03:30:52] "POST /neutron/port HTTP/1.1" 200 1058 0.253197 10.0.0.61 - - [2025-12-11 03:30:52] "POST /neutron/port HTTP/1.1" 200 1112 0.143130 10.0.0.61 - - [2025-12-11 03:30:52] "POST /neutron/subnet HTTP/1.1" 200 698 0.009018 10.0.0.61 - - [2025-12-11 03:30:56] "POST /neutron/port HTTP/1.1" 200 1086 0.018983 10.0.0.61 - - [2025-12-11 03:30:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009149 10.0.0.61 - - [2025-12-11 03:30:56] "GET /virtual-machine/2898c214-d6cb-4f54-8f41-8c6fd727047c HTTP/1.1" 401 292 0.001031 10.0.0.61 - - [2025-12-11 03:30:57] "GET /virtual-machine/2898c214-d6cb-4f54-8f41-8c6fd727047c HTTP/1.1" 200 1290 0.033162 10.0.0.61 - - [2025-12-11 03:30:57] "GET /virtual-machine-interface/d42b4565-5ae6-4df1-ae05-cbfa698289c7 HTTP/1.1" 200 2932 0.009097 10.0.0.61 - - [2025-12-11 03:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004340 10.0.0.61 - - [2025-12-11 03:30:57] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004824 10.0.0.61 - - [2025-12-11 03:30:57] "GET /virtual-networks?parent_id=301aea65-7a82-47ec-be03-f509b568407e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003563 10.0.0.61 - - [2025-12-11 03:30:57] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006707 10.0.0.61 - - [2025-12-11 03:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.61 - - [2025-12-11 03:31:00] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.004819 10.0.0.61 - - [2025-12-11 03:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.61 - - [2025-12-11 03:31:04] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005111 10.0.0.61 - - [2025-12-11 03:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.61 - - [2025-12-11 03:31:08] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.004762 10.0.0.33 - - [2025-12-11 03:31:11] "GET /obj-perms HTTP/1.1" 200 5056 0.054430 10.0.0.61 - - [2025-12-11 03:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.61 - - [2025-12-11 03:31:12] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.004571 10.0.0.61 - - [2025-12-11 03:31:14] "POST /neutron/port HTTP/1.1" 200 1086 0.013515 10.0.0.61 - - [2025-12-11 03:31:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003767 10.0.0.61 - - [2025-12-11 03:31:14] "POST /neutron/network HTTP/1.1" 200 822 0.006825 10.0.0.61 - - [2025-12-11 03:31:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.61 - - [2025-12-11 03:31:16] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005536 10.0.0.61 - - [2025-12-11 03:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.61 - - [2025-12-11 03:31:20] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005401 10.0.0.27 - - [2025-12-11 03:31:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.27 - - [2025-12-11 03:31:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.27 - - [2025-12-11 03:31:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000524 10.0.0.27 - - [2025-12-11 03:31:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000525 10.0.0.33 - - [2025-12-11 03:31:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.33 - - [2025-12-11 03:31:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000480 10.0.0.33 - - [2025-12-11 03:31:23] "GET /global-system-configs HTTP/1.1" 401 292 0.001231 10.0.0.33 - - [2025-12-11 03:31:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000482 10.0.0.61 - - [2025-12-11 03:31:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000502 10.0.0.61 - - [2025-12-11 03:31:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.61 - - [2025-12-11 03:31:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.61 - - [2025-12-11 03:31:25] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.004858 10.0.0.61 - - [2025-12-11 03:31:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.61 - - [2025-12-11 03:31:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000523 10.0.0.61 - - [2025-12-11 03:31:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.61 - - [2025-12-11 03:31:29] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006622 10.0.0.33 - - [2025-12-11 03:31:29] "DELETE /access-control-list/c78a771b-8606-41a9-8be5-bca2d2dd0ca5 HTTP/1.1" 200 115 0.041888 10.0.0.27 - - [2025-12-11 03:31:30] "DELETE /project/0cb75dd0dcea4935847e14ac89cd047a HTTP/1.1" 404 173 0.012595 10.0.0.27 - - [2025-12-11 03:31:30] "DELETE /project/301aea657a8247ecbe03f509b568407e HTTP/1.1" 404 173 0.015710 10.0.0.27 - - [2025-12-11 03:31:30] "DELETE /project/ce295eb1-2b73-4190-93e4-ae0022528349 HTTP/1.1" 404 177 0.015202 10.0.0.27 - - [2025-12-11 03:31:30] "DELETE /project/13855a70740747038622b711393545d7 HTTP/1.1" 404 173 0.013744 10.0.0.27 - - [2025-12-11 03:31:30] "GET /projects?obj_uuids=0cb75dd0-dcea-4935-847e-14ac89cd047a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000833 10.0.0.27 - - [2025-12-11 03:31:30] "GET /projects?obj_uuids=13855a70-7407-4703-8622-b711393545d7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000670 10.0.0.27 - - [2025-12-11 03:31:30] "GET /project/0cb75dd0-dcea-4935-847e-14ac89cd047a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.069015 10.0.0.27 - - [2025-12-11 03:31:30] "GET /project/13855a70-7407-4703-8622-b711393545d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.084352 10.0.0.27 - - [2025-12-11 03:31:30] "GET /projects?obj_uuids=0cb75dd0-dcea-4935-847e-14ac89cd047a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000888 10.0.0.27 - - [2025-12-11 03:31:30] "GET /projects?obj_uuids=13855a70-7407-4703-8622-b711393545d7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000945 10.0.0.27 - - [2025-12-11 03:31:30] "GET /project/0cb75dd0-dcea-4935-847e-14ac89cd047a?fields=security_groups HTTP/1.1" 200 1365 0.051453 10.0.0.27 - - [2025-12-11 03:31:30] "GET /project/13855a70-7407-4703-8622-b711393545d7?fields=security_groups HTTP/1.1" 200 1354 0.087714 10.0.0.27 - - [2025-12-11 03:31:30] "DELETE /security-group/8983a7fb-7bad-4b77-90c7-9822fa4a7f97 HTTP/1.1" 200 115 0.070911 10.0.0.27 - - [2025-12-11 03:31:30] "GET /projects?obj_uuids=0cb75dd0-dcea-4935-847e-14ac89cd047a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.018868 10.0.0.27 - - [2025-12-11 03:31:30] "GET /project/0cb75dd0-dcea-4935-847e-14ac89cd047a?fields=application_policy_sets HTTP/1.1" 200 1404 0.109865 10.0.0.27 - - [2025-12-11 03:31:30] "DELETE /security-group/3654bb67-3af5-4bc8-830b-7856815d8675 HTTP/1.1" 200 115 0.141641 10.0.0.27 - - [2025-12-11 03:31:30] "GET /projects?obj_uuids=13855a70-7407-4703-8622-b711393545d7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000815 10.0.0.27 - - [2025-12-11 03:31:30] "GET /project/13855a70-7407-4703-8622-b711393545d7?fields=application_policy_sets HTTP/1.1" 200 1393 0.036129 10.0.0.33 - - [2025-12-11 03:31:30] "DELETE /access-control-list/4de14c0f-6e9c-4e5c-b436-eac21c1e4a6f HTTP/1.1" 200 115 0.066253 10.0.0.27 - - [2025-12-11 03:31:30] "DELETE /project/0cb75dd0-dcea-4935-847e-14ac89cd047a HTTP/1.1" 200 115 0.531370 10.0.0.27 - - [2025-12-11 03:31:30] "DELETE /project/13855a70-7407-4703-8622-b711393545d7 HTTP/1.1" 200 115 0.595111 10.0.0.61 - - [2025-12-11 03:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.61 - - [2025-12-11 03:31:33] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006001 10.0.0.61 - - [2025-12-11 03:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.61 - - [2025-12-11 03:31:35] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004625 10.0.0.61 - - [2025-12-11 03:31:35] "GET /virtual-networks?parent_id=301aea65-7a82-47ec-be03-f509b568407e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003860 10.0.0.61 - - [2025-12-11 03:31:35] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006615 10.0.0.61 - - [2025-12-11 03:31:40] "POST /neutron/port HTTP/1.1" 200 1086 0.016375 10.0.0.61 - - [2025-12-11 03:31:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.037638 10.0.0.61 - - [2025-12-11 03:31:50] "POST /neutron/port HTTP/1.1" 200 1086 0.014791 10.0.0.61 - - [2025-12-11 03:31:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006118 10.0.0.61 - - [2025-12-11 03:31:56] "POST /neutron/port HTTP/1.1" 200 1086 0.013097 10.0.0.61 - - [2025-12-11 03:31:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007248 10.0.0.61 - - [2025-12-11 03:31:56] "POST /id-to-fqname HTTP/1.1" 200 218 0.001318 10.0.0.61 - - [2025-12-11 03:31:56] "GET /virtual-machine/2898c214-d6cb-4f54-8f41-8c6fd727047c HTTP/1.1" 200 1290 0.003684 10.0.0.61 - - [2025-12-11 03:31:56] "GET /virtual-machine-interface/d42b4565-5ae6-4df1-ae05-cbfa698289c7 HTTP/1.1" 200 2932 0.006058 10.0.0.61 - - [2025-12-11 03:31:56] "GET /instance-ip/83a8850d-4029-46f1-87b1-77efb6bfd771 HTTP/1.1" 200 1615 0.005332 10.0.0.61 - - [2025-12-11 03:31:56] "POST /fqname-to-id HTTP/1.1" 404 208 0.003033 10.0.0.61 - - [2025-12-11 03:31:56] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.004377 10.0.0.27 - - [2025-12-11 03:31:56] "GET /projects?obj_uuids=301aea65-7a82-47ec-be03-f509b568407e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000807 10.0.0.61 - - [2025-12-11 03:31:56] "GET /project/301aea65-7a82-47ec-be03-f509b568407e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.043493 10.0.0.61 - - [2025-12-11 03:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.61 - - [2025-12-11 03:31:56] "GET /security-group/52e5c308-f5ed-4357-8345-5ab995346ce6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3757 0.004489 10.0.0.61 - - [2025-12-11 03:31:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.071176 10.0.0.61 - - [2025-12-11 03:31:56] "POST /instance-ips HTTP/1.1" 200 357 0.029849 10.0.0.61 - - [2025-12-11 03:31:56] "GET /instance-ip/3747ddd8-e0d3-4e7a-9412-a8ac925c132a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1570 0.007192 10.0.0.61 - - [2025-12-11 03:31:56] "GET /virtual-machine-interface/28da3a08-48d1-402e-8506-a726c475797a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2340 0.007742 10.0.0.61 - - [2025-12-11 03:31:56] "GET /virtual-machine-interface/28da3a08-48d1-402e-8506-a726c475797a?fields=instance_ip_back_refs HTTP/1.1" 200 1322 0.007404 10.0.0.61 - - [2025-12-11 03:31:56] "GET /instance-ip/3747ddd8-e0d3-4e7a-9412-a8ac925c132a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1570 0.005395 10.0.0.61 - - [2025-12-11 03:31:57] "POST /id-to-fqname HTTP/1.1" 200 218 0.002241 10.0.0.61 - - [2025-12-11 03:31:57] "POST /neutron/port HTTP/1.1" 200 1086 0.013710 10.0.0.61 - - [2025-12-11 03:31:57] "POST /neutron/port HTTP/1.1" 200 965 0.034025 10.0.0.61 - - [2025-12-11 03:31:57] "POST /neutron/port HTTP/1.1" 200 965 0.011752 10.0.0.61 - - [2025-12-11 03:31:57] "POST /neutron/port HTTP/1.1" 200 117 0.007390 10.0.0.61 - - [2025-12-11 03:31:57] "POST /neutron/network HTTP/1.1" 200 832 0.006499 10.0.0.61 - - [2025-12-11 03:31:58] "POST /neutron/port HTTP/1.1" 200 1057 0.120500 10.0.0.61 - - [2025-12-11 03:31:58] "POST /neutron/subnet HTTP/1.1" 200 698 0.008270 10.0.0.61 - - [2025-12-11 03:32:02] "POST /neutron/port HTTP/1.1" 200 1031 0.020612 10.0.0.61 - - [2025-12-11 03:32:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007006 10.0.0.61 - - [2025-12-11 03:32:02] "GET /virtual-machine/ed1914d5-c291-4aaa-abd8-c0f444b76855 HTTP/1.1" 200 1269 0.007262 10.0.0.61 - - [2025-12-11 03:32:02] "GET /virtual-machine-interface/28da3a08-48d1-402e-8506-a726c475797a HTTP/1.1" 200 2980 0.005169 10.0.0.61 - - [2025-12-11 03:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.61 - - [2025-12-11 03:32:02] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004223 10.0.0.61 - - [2025-12-11 03:32:02] "GET /virtual-networks?parent_id=301aea65-7a82-47ec-be03-f509b568407e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003024 10.0.0.61 - - [2025-12-11 03:32:02] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005551 10.0.0.61 - - [2025-12-11 03:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.61 - - [2025-12-11 03:32:06] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005787 10.0.0.61 - - [2025-12-11 03:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.61 - - [2025-12-11 03:32:10] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.004947 10.0.0.27 - - [2025-12-11 03:32:11] "GET /obj-perms HTTP/1.1" 200 5056 0.052926 10.0.0.61 - - [2025-12-11 03:32:12] "GET /obj-perms HTTP/1.1" 200 5056 0.044629 10.0.0.61 - - [2025-12-11 03:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.61 - - [2025-12-11 03:32:14] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006287 10.0.0.61 - - [2025-12-11 03:32:14] "POST /neutron/port HTTP/1.1" 200 1086 0.018348 10.0.0.61 - - [2025-12-11 03:32:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003673 10.0.0.61 - - [2025-12-11 03:32:14] "POST /neutron/network HTTP/1.1" 200 822 0.006551 10.0.0.61 - - [2025-12-11 03:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004629 10.0.0.61 - - [2025-12-11 03:32:18] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005372 10.0.0.61 - - [2025-12-11 03:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.61 - - [2025-12-11 03:32:22] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.004966 10.0.0.61 - - [2025-12-11 03:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.61 - - [2025-12-11 03:32:26] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.004286 10.0.0.61 - - [2025-12-11 03:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.61 - - [2025-12-11 03:32:30] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.004742 10.0.0.61 - - [2025-12-11 03:32:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.61 - - [2025-12-11 03:32:34] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.004982 10.0.0.61 - - [2025-12-11 03:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.61 - - [2025-12-11 03:32:38] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005851 10.0.0.61 - - [2025-12-11 03:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.61 - - [2025-12-11 03:32:42] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.004475 10.0.0.61 - - [2025-12-11 03:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.61 - - [2025-12-11 03:32:45] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004906 10.0.0.61 - - [2025-12-11 03:32:45] "GET /virtual-networks?parent_id=301aea65-7a82-47ec-be03-f509b568407e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002955 10.0.0.61 - - [2025-12-11 03:32:45] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006151 10.0.0.61 - - [2025-12-11 03:32:50] "POST /neutron/port HTTP/1.1" 200 1031 0.013628 10.0.0.61 - - [2025-12-11 03:32:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008654 10.0.0.61 - - [2025-12-11 03:33:00] "POST /neutron/port HTTP/1.1" 200 1031 0.025978 10.0.0.61 - - [2025-12-11 03:33:05] "POST /id-to-fqname HTTP/1.1" 200 218 0.001466 10.0.0.61 - - [2025-12-11 03:33:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009031 10.0.0.27 - - [2025-12-11 03:33:06] "GET /projects?obj_uuids=301aea65-7a82-47ec-be03-f509b568407e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000896 10.0.0.61 - - [2025-12-11 03:33:06] "GET /project/301aea65-7a82-47ec-be03-f509b568407e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.076395 10.0.0.61 - - [2025-12-11 03:33:06] "POST /neutron/port HTTP/1.1" 200 2001 0.016369 10.0.0.61 - - [2025-12-11 03:33:07] "POST /neutron/port HTTP/1.1" 200 117 0.005816 10.0.0.61 - - [2025-12-11 03:33:07] "POST /neutron/port HTTP/1.1" 200 1058 0.041866 10.0.0.61 - - [2025-12-11 03:33:07] "POST /neutron/port HTTP/1.1" 200 1086 0.017742 10.0.0.61 - - [2025-12-11 03:33:08] "POST /neutron/port HTTP/1.1" 200 117 0.001228 10.0.0.61 - - [2025-12-11 03:33:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007775 10.0.0.61 - - [2025-12-11 03:33:12] "POST /neutron/port HTTP/1.1" 200 1086 0.017941 10.0.0.61 - - [2025-12-11 03:33:12] "GET /virtual-machine/0af64a60-a218-4332-90b1-a1dbd91f2d8e HTTP/1.1" 200 1289 0.005950 10.0.0.61 - - [2025-12-11 03:33:12] "GET /virtual-machine-interface/7b91156b-bc3b-41a0-82f4-f8eee76e2260 HTTP/1.1" 200 2930 0.005174 10.0.0.61 - - [2025-12-11 03:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.61 - - [2025-12-11 03:33:12] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003763 10.0.0.61 - - [2025-12-11 03:33:12] "GET /virtual-networks?parent_id=301aea65-7a82-47ec-be03-f509b568407e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002707 10.0.0.61 - - [2025-12-11 03:33:12] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007581 10.0.0.61 - - [2025-12-11 03:33:13] "POST /neutron/port HTTP/1.1" 200 1031 0.014526 10.0.0.61 - - [2025-12-11 03:33:13] "POST /neutron/subnet HTTP/1.1" 200 698 0.007613 10.0.0.61 - - [2025-12-11 03:33:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004989 10.0.0.61 - - [2025-12-11 03:33:15] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007367 10.0.0.61 - - [2025-12-11 03:33:18] "POST /neutron/port HTTP/1.1" 200 1086 0.013503 10.0.0.61 - - [2025-12-11 03:33:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004431 10.0.0.61 - - [2025-12-11 03:33:19] "POST /neutron/network HTTP/1.1" 200 822 0.006255 10.0.0.61 - - [2025-12-11 03:33:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.61 - - [2025-12-11 03:33:19] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.004979 10.0.0.61 - - [2025-12-11 03:33:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005355 10.0.0.61 - - [2025-12-11 03:33:23] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005967 10.0.0.61 - - [2025-12-11 03:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.61 - - [2025-12-11 03:33:27] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005420 10.0.0.61 - - [2025-12-11 03:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004681 10.0.0.61 - - [2025-12-11 03:33:31] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006435 10.0.0.61 - - [2025-12-11 03:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.61 - - [2025-12-11 03:33:35] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005106 10.0.0.61 - - [2025-12-11 03:33:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.007220 10.0.0.61 - - [2025-12-11 03:33:40] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007391 10.0.0.61 - - [2025-12-11 03:33:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.61 - - [2025-12-11 03:33:44] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006093 10.0.0.61 - - [2025-12-11 03:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004444 10.0.0.61 - - [2025-12-11 03:33:48] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004146 10.0.0.61 - - [2025-12-11 03:33:48] "GET /virtual-networks?parent_id=301aea65-7a82-47ec-be03-f509b568407e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003202 10.0.0.61 - - [2025-12-11 03:33:48] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006845 10.0.0.61 - - [2025-12-11 03:33:53] "POST /neutron/port HTTP/1.1" 200 1086 0.016122 10.0.0.61 - - [2025-12-11 03:33:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010205 10.0.0.61 - - [2025-12-11 03:34:03] "POST /neutron/port HTTP/1.1" 200 1086 0.015281 10.0.0.61 - - [2025-12-11 03:34:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006888 10.0.0.61 - - [2025-12-11 03:34:09] "POST /neutron/port HTTP/1.1" 200 1086 0.013402 10.0.0.61 - - [2025-12-11 03:34:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006592 10.0.0.61 - - [2025-12-11 03:34:09] "POST /id-to-fqname HTTP/1.1" 200 218 0.001316 10.0.0.61 - - [2025-12-11 03:34:09] "GET /virtual-machine/0af64a60-a218-4332-90b1-a1dbd91f2d8e HTTP/1.1" 200 1289 0.003274 10.0.0.61 - - [2025-12-11 03:34:09] "GET /virtual-machine-interface/7b91156b-bc3b-41a0-82f4-f8eee76e2260 HTTP/1.1" 200 2930 0.004627 10.0.0.61 - - [2025-12-11 03:34:09] "GET /instance-ip/0fdda21d-306b-45fc-a72f-6fc27f677898 HTTP/1.1" 200 1616 0.005149 10.0.0.61 - - [2025-12-11 03:34:09] "GET /virtual-machine-interface/7b91156b-bc3b-41a0-82f4-f8eee76e2260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2709 0.005468 10.0.0.61 - - [2025-12-11 03:34:09] "PUT /virtual-machine-interface/7b91156b-bc3b-41a0-82f4-f8eee76e2260 HTTP/1.1" 200 284 0.013695 10.0.0.61 - - [2025-12-11 03:34:14] "POST /neutron/port HTTP/1.1" 200 1086 0.014151 10.0.0.61 - - [2025-12-11 03:34:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003667 10.0.0.61 - - [2025-12-11 03:34:14] "POST /neutron/network HTTP/1.1" 200 822 0.006083 10.0.0.61 - - [2025-12-11 03:34:19] "POST /neutron/network HTTP/1.1" 200 832 0.007400 10.0.0.61 - - [2025-12-11 03:34:20] "POST /neutron/port HTTP/1.1" 200 117 0.001494 10.0.0.61 - - [2025-12-11 03:35:14] "POST /neutron/port HTTP/1.1" 200 1031 0.013112 10.0.0.61 - - [2025-12-11 03:35:14] "POST /neutron/subnet HTTP/1.1" 200 698 0.007885 10.0.0.61 - - [2025-12-11 03:35:19] "POST /neutron/port HTTP/1.1" 200 1086 0.017766 10.0.0.61 - - [2025-12-11 03:35:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004834 10.0.0.61 - - [2025-12-11 03:35:20] "POST /neutron/network HTTP/1.1" 200 822 0.008377 10.0.0.61 - - [2025-12-11 03:35:31] "DELETE /instance-ip/3747ddd8-e0d3-4e7a-9412-a8ac925c132a HTTP/1.1" 200 115 0.048172 10.0.0.61 - - [2025-12-11 03:35:31] "DELETE /virtual-machine-interface/28da3a08-48d1-402e-8506-a726c475797a HTTP/1.1" 200 115 0.096218 10.0.0.61 - - [2025-12-11 03:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.61 - - [2025-12-11 03:35:31] "GET /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006201 10.0.0.61 - - [2025-12-11 03:35:31] "PUT /virtual-network/8e1ff6a7-cd10-4e93-94dd-7559f55a5283 HTTP/1.1" 200 264 0.056202 10.0.0.61 - - [2025-12-11 03:35:31] "POST /neutron/port HTTP/1.1" 200 1086 0.012629 10.0.0.33 - - [2025-12-11 03:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.041864 10.0.0.61 - - [2025-12-11 03:35:31] "POST /neutron/port HTTP/1.1" 200 1086 0.015986 10.0.0.61 - - [2025-12-11 03:35:33] "POST /neutron/network HTTP/1.1" 200 822 0.007456 10.0.0.33 - - [2025-12-11 03:35:33] "DELETE /route-target/9b0aca79-3e93-41f1-b732-eef217273c9d HTTP/1.1" 200 115 0.032316 10.0.0.27 - - [2025-12-11 03:35:35] "GET /projects?obj_uuids=301aea65-7a82-47ec-be03-f509b568407e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.024589 10.0.0.61 - - [2025-12-11 03:35:35] "GET /project/301aea65-7a82-47ec-be03-f509b568407e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.083854 10.0.0.27 - - [2025-12-11 03:35:35] "GET /projects?obj_uuids=301aea65-7a82-47ec-be03-f509b568407e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002336 10.0.0.61 - - [2025-12-11 03:35:35] "GET /project/301aea65-7a82-47ec-be03-f509b568407e?fields=virtual_networks HTTP/1.1" 200 1038 0.094876 10.0.0.27 - - [2025-12-11 03:35:35] "GET /projects?obj_uuids=301aea65-7a82-47ec-be03-f509b568407e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000847 10.0.0.61 - - [2025-12-11 03:35:35] "GET /project/301aea65-7a82-47ec-be03-f509b568407e?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.038589 10.0.0.27 - - [2025-12-11 03:35:35] "GET /projects?obj_uuids=301aea65-7a82-47ec-be03-f509b568407e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000908 10.0.0.61 - - [2025-12-11 03:35:35] "GET /project/301aea65-7a82-47ec-be03-f509b568407e?fields=security_groups HTTP/1.1" 200 1262 0.036660 10.0.0.61 - - [2025-12-11 03:35:36] "POST /fqname-to-id HTTP/1.1" 404 185 0.030356 10.0.0.27 - - [2025-12-11 03:35:36] "GET /projects?obj_uuids=99f43b70-aebb-4b14-883e-da80a06c89d3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004509 10.0.0.27 - - [2025-12-11 03:35:36] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001303 10.0.0.27 - - [2025-12-11 03:35:36] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.038285 10.0.0.61 - - [2025-12-11 03:35:36] "POST /neutron/port HTTP/1.1" 400 205 0.003275 10.0.0.27 - - [2025-12-11 03:35:36] "POST /id-to-fqname HTTP/1.1" 200 187 0.001981 10.0.0.27 - - [2025-12-11 03:35:36] "POST /fqname-to-id HTTP/1.1" 404 196 0.004721 10.0.0.27 - - [2025-12-11 03:35:36] "POST /security-groups HTTP/1.1" 200 588 0.070250 10.0.0.27 - - [2025-12-11 03:35:36] "POST /projects HTTP/1.1" 200 579 0.278173 10.0.0.33 - - [2025-12-11 03:35:36] "POST /fqname-to-id HTTP/1.1" 404 230 0.007492 10.0.0.27 - - [2025-12-11 03:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.352291 10.0.0.61 - - [2025-12-11 03:35:36] "GET /project/99f43b70-aebb-4b14-883e-da80a06c89d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.519136 10.0.0.61 - - [2025-12-11 03:35:37] "GET / HTTP/1.1" 200 35931 0.002055 10.0.0.61 - - [2025-12-11 03:35:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000438 10.0.0.61 - - [2025-12-11 03:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.067227 10.0.0.27 - - [2025-12-11 03:35:40] "GET /projects?obj_uuids=99f43b70-aebb-4b14-883e-da80a06c89d3&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001338 10.0.0.61 - - [2025-12-11 03:35:40] "GET /project/99f43b70-aebb-4b14-883e-da80a06c89d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.039243 10.0.0.33 - - [2025-12-11 03:35:40] "POST /ref-update HTTP/1.1" 200 156 0.028511 10.0.0.27 - - [2025-12-11 03:35:40] "POST /useragent-kv HTTP/1.1" 200 115 0.005798 10.0.0.61 - - [2025-12-11 03:35:40] "POST /neutron/subnet HTTP/1.1" 200 729 0.272407 10.0.0.61 - - [2025-12-11 03:35:40] "POST /id-to-fqname HTTP/1.1" 200 221 0.001305 10.0.0.61 - - [2025-12-11 03:35:40] "GET /virtual-network/316719bf-7591-43fc-bbd2-353417ccbf80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004824 10.0.0.61 - - [2025-12-11 03:35:40] "GET /virtual-network/316719bf-7591-43fc-bbd2-353417ccbf80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004707 10.0.0.61 - - [2025-12-11 03:35:40] "POST /neutron/network HTTP/1.1" 200 830 0.005403 10.0.0.61 - - [2025-12-11 03:35:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.002904 10.0.0.61 - - [2025-12-11 03:35:40] "GET /virtual-network/316719bf-7591-43fc-bbd2-353417ccbf80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004822 10.0.0.61 - - [2025-12-11 03:35:41] "GET /virtual-machine-interface/e2763334-0236-4b4d-bccb-dce328bfba10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.009041 10.0.0.61 - - [2025-12-11 03:35:41] "GET /virtual-machine-interface/e2763334-0236-4b4d-bccb-dce328bfba10?fields=instance_ip_back_refs HTTP/1.1" 200 1320 0.007735 10.0.0.61 - - [2025-12-11 03:35:41] "GET /instance-ip/3f89beab-a426-46f6-a180-de7dcd7083ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1601 0.004337 10.0.0.61 - - [2025-12-11 03:35:41] "POST /id-to-fqname HTTP/1.1" 200 221 0.001270 10.0.0.61 - - [2025-12-11 03:35:41] "POST /neutron/network HTTP/1.1" 200 840 0.006403 10.0.0.27 - - [2025-12-11 03:35:42] "GET /projects?obj_uuids=99f43b70-aebb-4b14-883e-da80a06c89d3&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000878 10.0.0.61 - - [2025-12-11 03:35:42] "GET /project/99f43b70-aebb-4b14-883e-da80a06c89d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.073189 10.0.0.61 - - [2025-12-11 03:35:42] "POST /neutron/port HTTP/1.1" 200 117 0.005707 10.0.0.61 - - [2025-12-11 03:35:42] "POST /id-to-fqname HTTP/1.1" 200 221 0.001202 10.0.0.61 - - [2025-12-11 03:35:42] "POST /neutron/port HTTP/1.1" 200 984 0.012658 10.0.0.61 - - [2025-12-11 03:35:42] "POST /neutron/port HTTP/1.1" 200 984 0.010138 10.0.0.27 - - [2025-12-11 03:35:42] "GET /projects?obj_uuids=99f43b70-aebb-4b14-883e-da80a06c89d3&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001693 10.0.0.27 - - [2025-12-11 03:35:42] "GET /projects?obj_uuids=99f43b70-aebb-4b14-883e-da80a06c89d3&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002558 10.0.0.61 - - [2025-12-11 03:35:42] "GET /project/99f43b70-aebb-4b14-883e-da80a06c89d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.097254 10.0.0.61 - - [2025-12-11 03:35:42] "POST /fqname-to-id HTTP/1.1" 404 208 0.002630 10.0.0.61 - - [2025-12-11 03:35:42] "POST /interface-route-tables HTTP/1.1" 200 556 0.043077 10.0.0.61 - - [2025-12-11 03:35:43] "GET /interface-route-table/feb7ebbd-8b81-48ac-8c60-32972325dc32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.009411 10.0.0.61 - - [2025-12-11 03:35:43] "POST /neutron/port HTTP/1.1" 200 1058 0.314464 10.0.0.61 - - [2025-12-11 03:35:43] "POST /neutron/port HTTP/1.1" 200 1058 0.010736 10.0.0.61 - - [2025-12-11 03:35:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004288 10.0.0.61 - - [2025-12-11 03:35:43] "POST /neutron/port HTTP/1.1" 200 117 0.001089 10.0.0.61 - - [2025-12-11 03:35:43] "POST /neutron/port HTTP/1.1" 200 984 0.008323 10.0.0.61 - - [2025-12-11 03:35:43] "POST /neutron/port HTTP/1.1" 200 1050 0.018292 10.0.0.61 - - [2025-12-11 03:35:43] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.61 - - [2025-12-11 03:35:44] "GET /virtual-machine-interface/e2763334-0236-4b4d-bccb-dce328bfba10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2664 0.006279 10.0.0.61 - - [2025-12-11 03:35:44] "POST /ref-update HTTP/1.1" 200 156 0.015711 10.0.0.61 - - [2025-12-11 03:35:44] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007704 10.0.0.61 - - [2025-12-11 03:35:49] "POST /neutron/port HTTP/1.1" 200 1086 0.019210 10.0.0.61 - - [2025-12-11 03:35:49] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007741 10.0.0.61 - - [2025-12-11 03:35:49] "GET /virtual-machine/47a935ba-f44a-4838-bca1-5a49cf4ee61b HTTP/1.1" 401 292 0.000403 10.0.0.61 - - [2025-12-11 03:35:49] "GET /virtual-machine/47a935ba-f44a-4838-bca1-5a49cf4ee61b HTTP/1.1" 200 1289 0.032587 10.0.0.61 - - [2025-12-11 03:35:49] "GET /virtual-machine/47a935ba-f44a-4838-bca1-5a49cf4ee61b HTTP/1.1" 200 1289 0.003448 10.0.0.61 - - [2025-12-11 03:35:49] "GET /virtual-machine-interface/0a12e9b7-3cd0-4f28-baab-22d4108e6a52 HTTP/1.1" 200 2937 0.005692 10.0.0.61 - - [2025-12-11 03:35:49] "GET /virtual-machine/47a935ba-f44a-4838-bca1-5a49cf4ee61b HTTP/1.1" 200 1289 0.004336 10.0.0.61 - - [2025-12-11 03:35:49] "GET /virtual-machine-interface/0a12e9b7-3cd0-4f28-baab-22d4108e6a52 HTTP/1.1" 200 2937 0.005992 10.0.0.61 - - [2025-12-11 03:35:49] "GET /instance-ip/c129c7fe-299b-4666-9021-11e05685cd43 HTTP/1.1" 200 1620 0.006358 10.0.0.61 - - [2025-12-11 03:35:49] "GET /virtual-machine/47a935ba-f44a-4838-bca1-5a49cf4ee61b HTTP/1.1" 200 1289 0.004235 10.0.0.61 - - [2025-12-11 03:35:49] "GET /virtual-machine-interface/0a12e9b7-3cd0-4f28-baab-22d4108e6a52 HTTP/1.1" 200 2937 0.006809 10.0.0.61 - - [2025-12-11 03:35:49] "GET /instance-ip/c129c7fe-299b-4666-9021-11e05685cd43 HTTP/1.1" 200 1620 0.003750 10.0.0.61 - - [2025-12-11 03:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.61 - - [2025-12-11 03:35:50] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004878 10.0.0.61 - - [2025-12-11 03:35:50] "GET /virtual-networks?parent_id=99f43b70-aebb-4b14-883e-da80a06c89d3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003295 10.0.0.61 - - [2025-12-11 03:35:50] "GET /virtual-network/316719bf-7591-43fc-bbd2-353417ccbf80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009084 10.0.0.61 - - [2025-12-11 03:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342 10.0.0.61 - - [2025-12-11 03:35:50] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004835 10.0.0.61 - - [2025-12-11 03:35:50] "GET /virtual-networks?parent_id=99f43b70-aebb-4b14-883e-da80a06c89d3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003740 10.0.0.61 - - [2025-12-11 03:35:50] "GET /virtual-network/316719bf-7591-43fc-bbd2-353417ccbf80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006634 10.0.0.61 - - [2025-12-11 03:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.61 - - [2025-12-11 03:35:50] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004872 10.0.0.61 - - [2025-12-11 03:35:50] "GET /virtual-networks?parent_id=99f43b70-aebb-4b14-883e-da80a06c89d3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003467 10.0.0.61 - - [2025-12-11 03:35:50] "GET /virtual-network/316719bf-7591-43fc-bbd2-353417ccbf80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006884 10.0.0.61 - - [2025-12-11 03:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.61 - - [2025-12-11 03:35:50] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004491 10.0.0.61 - - [2025-12-11 03:35:50] "GET /virtual-networks?parent_id=99f43b70-aebb-4b14-883e-da80a06c89d3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003040 10.0.0.61 - - [2025-12-11 03:35:50] "GET /virtual-network/316719bf-7591-43fc-bbd2-353417ccbf80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006371 10.0.0.61 - - [2025-12-11 03:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004266 10.0.0.61 - - [2025-12-11 03:35:50] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005282 10.0.0.61 - - [2025-12-11 03:35:50] "GET /virtual-networks?parent_id=99f43b70-aebb-4b14-883e-da80a06c89d3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003523 10.0.0.61 - - [2025-12-11 03:35:50] "GET /virtual-network/316719bf-7591-43fc-bbd2-353417ccbf80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005988 10.0.0.61 - - [2025-12-11 03:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.61 - - [2025-12-11 03:35:50] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004582 10.0.0.61 - - [2025-12-11 03:35:50] "GET /virtual-networks?parent_id=99f43b70-aebb-4b14-883e-da80a06c89d3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002856 10.0.0.61 - - [2025-12-11 03:35:50] "GET /virtual-network/316719bf-7591-43fc-bbd2-353417ccbf80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005525 10.0.0.61 - - [2025-12-11 03:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.61 - - [2025-12-11 03:35:50] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004427 10.0.0.61 - - [2025-12-11 03:35:50] "GET /virtual-networks?parent_id=99f43b70-aebb-4b14-883e-da80a06c89d3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003188 10.0.0.61 - - [2025-12-11 03:35:50] "GET /virtual-network/316719bf-7591-43fc-bbd2-353417ccbf80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005420 10.0.0.61 - - [2025-12-11 03:35:52] "POST /neutron/port HTTP/1.1" 200 1050 0.018377 10.0.0.61 - - [2025-12-11 03:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.61 - - [2025-12-11 03:35:53] "GET /virtual-network/316719bf-7591-43fc-bbd2-353417ccbf80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004767 10.0.0.61 - - [2025-12-11 03:35:54] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007620 10.0.0.61 - - [2025-12-11 03:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.61 - - [2025-12-11 03:35:56] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004122 10.0.0.61 - - [2025-12-11 03:35:56] "GET /virtual-networks?parent_id=99f43b70-aebb-4b14-883e-da80a06c89d3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003100 10.0.0.61 - - [2025-12-11 03:35:56] "GET /virtual-network/316719bf-7591-43fc-bbd2-353417ccbf80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006705 10.0.0.61 - - [2025-12-11 03:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.61 - - [2025-12-11 03:35:56] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005057 10.0.0.61 - - [2025-12-11 03:35:56] "GET /virtual-networks?parent_id=99f43b70-aebb-4b14-883e-da80a06c89d3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003237 10.0.0.61 - - [2025-12-11 03:35:56] "GET /virtual-network/316719bf-7591-43fc-bbd2-353417ccbf80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006166 10.0.0.61 - - [2025-12-11 03:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.61 - - [2025-12-11 03:35:56] "GET /routing-instance/7d32ae0c-0bda-4d9f-8f9e-91347523dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.005027 10.0.0.61 - - [2025-12-11 03:35:56] "GET /route-target/20ad340d-b8c7-4aea-bd29-aea5abbea318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003935 10.0.0.61 - - [2025-12-11 03:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.61 - - [2025-12-11 03:35:56] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004191 10.0.0.61 - - [2025-12-11 03:35:56] "GET /virtual-networks?parent_id=99f43b70-aebb-4b14-883e-da80a06c89d3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003156 10.0.0.61 - - [2025-12-11 03:35:56] "GET /virtual-network/316719bf-7591-43fc-bbd2-353417ccbf80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006380 10.0.0.61 - - [2025-12-11 03:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.61 - - [2025-12-11 03:35:56] "GET /routing-instance/7d32ae0c-0bda-4d9f-8f9e-91347523dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.004892 10.0.0.61 - - [2025-12-11 03:35:56] "GET /route-target/20ad340d-b8c7-4aea-bd29-aea5abbea318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004963 10.0.0.61 - - [2025-12-11 03:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004332 10.0.0.61 - - [2025-12-11 03:35:56] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004900 10.0.0.61 - - [2025-12-11 03:35:56] "GET /virtual-networks?parent_id=99f43b70-aebb-4b14-883e-da80a06c89d3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003297 10.0.0.61 - - [2025-12-11 03:35:57] "GET /virtual-network/316719bf-7591-43fc-bbd2-353417ccbf80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006633 10.0.0.61 - - [2025-12-11 03:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.61 - - [2025-12-11 03:35:57] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.006756 10.0.0.61 - - [2025-12-11 03:35:57] "GET /virtual-networks?parent_id=99f43b70-aebb-4b14-883e-da80a06c89d3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003401 10.0.0.61 - - [2025-12-11 03:35:57] "GET /virtual-network/316719bf-7591-43fc-bbd2-353417ccbf80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006810 10.0.0.27 - - [2025-12-11 03:35:57] "GET /obj-perms HTTP/1.1" 200 5024 0.058194 10.0.0.61 - - [2025-12-11 03:35:57] "GET /obj-perms HTTP/1.1" 200 5024 0.050505 10.0.0.61 - - [2025-12-11 03:35:58] "GET /obj-perms HTTP/1.1" 200 5024 0.003680 10.0.0.27 - - [2025-12-11 03:35:58] "GET /obj-perms HTTP/1.1" 200 5024 0.006583 10.0.0.61 - - [2025-12-11 03:35:58] "GET /obj-perms HTTP/1.1" 200 5024 0.003240 10.0.0.33 - - [2025-12-11 03:35:58] "GET /obj-perms HTTP/1.1" 200 5024 0.048770 10.0.0.61 - - [2025-12-11 03:35:58] "POST /neutron/port HTTP/1.1" 200 1050 0.012830 10.0.0.61 - - [2025-12-11 03:35:58] "POST /neutron/security_group HTTP/1.1" 200 2055 0.006553 10.0.0.61 - - [2025-12-11 03:35:58] "GET /virtual-machine/f61ce4f2-75d0-46cb-8e48-e232dcff02e3 HTTP/1.1" 200 1268 0.005135 10.0.0.61 - - [2025-12-11 03:35:59] "GET /virtual-machine-interface/e2763334-0236-4b4d-bccb-dce328bfba10 HTTP/1.1" 200 3151 0.004085 10.0.0.61 - - [2025-12-11 03:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.61 - - [2025-12-11 03:35:59] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003541 10.0.0.61 - - [2025-12-11 03:35:59] "GET /virtual-networks?parent_id=99f43b70-aebb-4b14-883e-da80a06c89d3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002402 10.0.0.61 - - [2025-12-11 03:35:59] "GET /virtual-network/316719bf-7591-43fc-bbd2-353417ccbf80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005410 10.0.0.61 - - [2025-12-11 03:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.61 - - [2025-12-11 03:36:00] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005564 10.0.0.61 - - [2025-12-11 03:36:00] "GET /virtual-networks?parent_id=99f43b70-aebb-4b14-883e-da80a06c89d3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003343 10.0.0.61 - - [2025-12-11 03:36:00] "GET /virtual-network/316719bf-7591-43fc-bbd2-353417ccbf80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006953 10.0.0.61 - - [2025-12-11 03:36:00] "GET /virtual-network/316719bf-7591-43fc-bbd2-353417ccbf80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008366 10.0.0.27 - - [2025-12-11 03:36:01] "GET /obj-perms HTTP/1.1" 200 5024 0.003704 10.0.0.61 - - [2025-12-11 03:36:01] "GET /virtual-machine/47a935ba-f44a-4838-bca1-5a49cf4ee61b HTTP/1.1" 200 1289 0.004121 10.0.0.61 - - [2025-12-11 03:36:02] "POST /neutron/port HTTP/1.1" 200 151 0.201718 10.0.0.61 - - [2025-12-11 03:36:03] "GET /virtual-machine/47a935ba-f44a-4838-bca1-5a49cf4ee61b HTTP/1.1" 404 171 0.003589 10.0.0.61 - - [2025-12-11 03:36:03] "GET /virtual-machine/47a935ba-f44a-4838-bca1-5a49cf4ee61b HTTP/1.1" 404 171 0.012962 10.0.0.61 - - [2025-12-11 03:36:03] "GET /virtual-machine/47a935ba-f44a-4838-bca1-5a49cf4ee61b HTTP/1.1" 404 171 0.003623 10.0.0.61 - - [2025-12-11 03:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.61 - - [2025-12-11 03:36:03] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003278 10.0.0.61 - - [2025-12-11 03:36:03] "GET /virtual-networks?parent_id=99f43b70-aebb-4b14-883e-da80a06c89d3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002506 10.0.0.61 - - [2025-12-11 03:36:03] "GET /virtual-network/316719bf-7591-43fc-bbd2-353417ccbf80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005181 10.0.0.61 - - [2025-12-11 03:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.61 - - [2025-12-11 03:36:03] "GET /routing-instance/7d32ae0c-0bda-4d9f-8f9e-91347523dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.003903 10.0.0.61 - - [2025-12-11 03:36:03] "GET /route-target/20ad340d-b8c7-4aea-bd29-aea5abbea318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004492 10.0.0.61 - - [2025-12-11 03:36:07] "GET /obj-perms HTTP/1.1" 200 5024 0.004037 10.0.0.27 - - [2025-12-11 03:36:10] "GET /obj-perms HTTP/1.1" 200 5024 0.004057 10.0.0.61 - - [2025-12-11 03:36:16] "GET /obj-perms HTTP/1.1" 200 5024 0.003746 10.0.0.27 - - [2025-12-11 03:36:16] "GET /obj-perms HTTP/1.1" 200 5024 0.004579 10.0.0.61 - - [2025-12-11 03:36:20] "POST /neutron/network HTTP/1.1" 200 840 0.006963 10.0.0.61 - - [2025-12-11 03:36:20] "POST /neutron/port HTTP/1.1" 200 117 0.001139 10.0.0.27 - - [2025-12-11 03:36:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000540 10.0.0.27 - - [2025-12-11 03:36:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.61 - - [2025-12-11 03:36:22] "GET /obj-perms HTTP/1.1" 200 5024 0.004733 10.0.0.33 - - [2025-12-11 03:36:22] "GET /obj-perms HTTP/1.1" 200 5024 0.003690 10.0.0.27 - - [2025-12-11 03:36:22] "GET /obj-perms HTTP/1.1" 200 5024 0.003105 10.0.0.61 - - [2025-12-11 03:36:22] "GET /interface-route-table/feb7ebbd-8b81-48ac-8c60-32972325dc32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.003396 10.0.0.61 - - [2025-12-11 03:36:22] "GET /virtual-machine-interface/e2763334-0236-4b4d-bccb-dce328bfba10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2930 0.005784 10.0.0.61 - - [2025-12-11 03:36:22] "POST /ref-update HTTP/1.1" 200 156 0.013553 10.0.0.27 - - [2025-12-11 03:36:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.61 - - [2025-12-11 03:36:22] "DELETE /interface-route-table/feb7ebbd-8b81-48ac-8c60-32972325dc32 HTTP/1.1" 200 115 0.048550 10.0.0.27 - - [2025-12-11 03:36:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.61 - - [2025-12-11 03:36:22] "POST /neutron/port HTTP/1.1" 200 151 0.163960 10.0.0.33 - - [2025-12-11 03:36:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.33 - - [2025-12-11 03:36:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.33 - - [2025-12-11 03:36:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.33 - - [2025-12-11 03:36:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000513 10.0.0.61 - - [2025-12-11 03:36:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.61 - - [2025-12-11 03:36:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.27 - - [2025-12-11 03:36:24] "GET /projects?obj_uuids=99f43b70-aebb-4b14-883e-da80a06c89d3&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000917 10.0.0.61 - - [2025-12-11 03:36:24] "GET /project/99f43b70-aebb-4b14-883e-da80a06c89d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.035413 10.0.0.27 - - [2025-12-11 03:36:24] "GET /projects?obj_uuids=99f43b70-aebb-4b14-883e-da80a06c89d3&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000968 10.0.0.61 - - [2025-12-11 03:36:24] "GET /project/99f43b70-aebb-4b14-883e-da80a06c89d3?fields=virtual_networks HTTP/1.1" 200 1036 0.078793 10.0.0.27 - - [2025-12-11 03:36:24] "GET /projects?obj_uuids=99f43b70-aebb-4b14-883e-da80a06c89d3&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000859 10.0.0.61 - - [2025-12-11 03:36:24] "GET /project/99f43b70-aebb-4b14-883e-da80a06c89d3?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.031878 10.0.0.27 - - [2025-12-11 03:36:24] "GET /projects?obj_uuids=99f43b70-aebb-4b14-883e-da80a06c89d3&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000837 10.0.0.61 - - [2025-12-11 03:36:24] "GET /project/99f43b70-aebb-4b14-883e-da80a06c89d3?fields=security_groups HTTP/1.1" 200 1259 0.049081 10.0.0.61 - - [2025-12-11 03:36:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000720 10.0.0.61 - - [2025-12-11 03:36:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.61 - - [2025-12-11 03:36:25] "POST /fqname-to-id HTTP/1.1" 404 192 0.028780 10.0.0.27 - - [2025-12-11 03:36:25] "GET /projects?obj_uuids=e4d3e22b-cf03-415d-b21c-fc1638c2da1f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003189 10.0.0.27 - - [2025-12-11 03:36:25] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001959 10.0.0.27 - - [2025-12-11 03:36:25] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007409 10.0.0.27 - - [2025-12-11 03:36:26] "POST /id-to-fqname HTTP/1.1" 200 194 0.004111 10.0.0.27 - - [2025-12-11 03:36:26] "POST /fqname-to-id HTTP/1.1" 404 203 0.006883 10.0.0.27 - - [2025-12-11 03:36:26] "POST /security-groups HTTP/1.1" 200 595 0.029140 10.0.0.33 - - [2025-12-11 03:36:26] "POST /fqname-to-id HTTP/1.1" 404 238 0.004836 10.0.0.27 - - [2025-12-11 03:36:26] "POST /projects HTTP/1.1" 200 593 0.215799 10.0.0.27 - - [2025-12-11 03:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.287482 10.0.0.33 - - [2025-12-11 03:36:26] "POST /access-control-lists HTTP/1.1" 200 598 0.026625 10.0.0.61 - - [2025-12-11 03:36:26] "GET /project/e4d3e22b-cf03-415d-b21c-fc1638c2da1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.428851 10.0.0.61 - - [2025-12-11 03:36:27] "GET / HTTP/1.1" 200 35931 0.002693 10.0.0.61 - - [2025-12-11 03:36:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000476 10.0.0.61 - - [2025-12-11 03:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.058327 10.0.0.27 - - [2025-12-11 03:36:28] "GET /projects?obj_uuids=e4d3e22b-cf03-415d-b21c-fc1638c2da1f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000864 10.0.0.61 - - [2025-12-11 03:36:28] "GET /project/e4d3e22b-cf03-415d-b21c-fc1638c2da1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.039062 10.0.0.61 - - [2025-12-11 03:36:28] "POST /neutron/network HTTP/1.1" 200 117 0.047060 10.0.0.61 - - [2025-12-11 03:36:28] "POST /neutron/port HTTP/1.1" 400 205 0.003490 10.0.0.61 - - [2025-12-11 03:36:28] "POST /id-to-fqname HTTP/1.1" 200 224 0.003638 10.0.0.61 - - [2025-12-11 03:36:28] "GET /virtual-network/c816f3a1-b7aa-4cf0-b75e-eee7f8c33f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009186 10.0.0.61 - - [2025-12-11 03:36:28] "POST /neutron/network HTTP/1.1" 200 828 0.006256 10.0.0.61 - - [2025-12-11 03:36:28] "GET /virtual-network/c816f3a1-b7aa-4cf0-b75e-eee7f8c33f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008111 10.0.0.61 - - [2025-12-11 03:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.27 - - [2025-12-11 03:36:28] "GET /projects?obj_uuids=e4d3e22b-cf03-415d-b21c-fc1638c2da1f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000887 10.0.0.61 - - [2025-12-11 03:36:28] "GET /project/e4d3e22b-cf03-415d-b21c-fc1638c2da1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.040015 10.0.0.61 - - [2025-12-11 03:36:28] "POST /neutron/network HTTP/1.1" 200 117 0.014453 10.0.0.33 - - [2025-12-11 03:36:29] "POST /route-targets HTTP/1.1" 200 327 0.013621 10.0.0.61 - - [2025-12-11 03:36:29] "POST /neutron/network HTTP/1.1" 200 828 0.007869 10.0.0.61 - - [2025-12-11 03:36:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.001031 10.0.0.61 - - [2025-12-11 03:36:29] "GET /virtual-network/1695fc12-f602-4e79-b2d7-e4c8dde8e7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004701 10.0.0.61 - - [2025-12-11 03:36:29] "GET /virtual-network/1695fc12-f602-4e79-b2d7-e4c8dde8e7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004791 10.0.0.61 - - [2025-12-11 03:36:29] "POST /neutron/subnet HTTP/1.1" 200 725 0.007861 10.0.0.61 - - [2025-12-11 03:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002689 10.0.0.27 - - [2025-12-11 03:36:29] "GET /projects?obj_uuids=e4d3e22b-cf03-415d-b21c-fc1638c2da1f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000979 10.0.0.61 - - [2025-12-11 03:36:29] "GET /project/e4d3e22b-cf03-415d-b21c-fc1638c2da1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.041697 10.0.0.33 - - [2025-12-11 03:36:29] "POST /ref-update HTTP/1.1" 200 156 0.026409 10.0.0.27 - - [2025-12-11 03:36:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004661 10.0.0.61 - - [2025-12-11 03:36:29] "POST /neutron/subnet HTTP/1.1" 200 710 0.167958 10.0.0.61 - - [2025-12-11 03:36:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.001111 10.0.0.61 - - [2025-12-11 03:36:29] "GET /virtual-network/ef3b3095-c9f1-427e-b438-267e9053a295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004393 10.0.0.61 - - [2025-12-11 03:36:30] "GET /virtual-network/ef3b3095-c9f1-427e-b438-267e9053a295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005083 10.0.0.61 - - [2025-12-11 03:36:30] "POST /neutron/network HTTP/1.1" 200 825 0.006840 10.0.0.61 - - [2025-12-11 03:36:30] "POST /fqname-to-id HTTP/1.1" 404 214 0.002640 10.0.0.61 - - [2025-12-11 03:36:30] "GET /virtual-network/1695fc12-f602-4e79-b2d7-e4c8dde8e7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004714 10.0.0.61 - - [2025-12-11 03:36:30] "GET /virtual-machine-interface/0482e396-5463-453a-a043-951fe6a02269?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.008238 10.0.0.61 - - [2025-12-11 03:36:30] "GET /virtual-machine-interface/0482e396-5463-453a-a043-951fe6a02269?fields=instance_ip_back_refs HTTP/1.1" 200 1332 0.010159 10.0.0.61 - - [2025-12-11 03:36:30] "GET /instance-ip/7d53471a-06d5-43df-80e6-71a05d226867?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.003669 10.0.0.61 - - [2025-12-11 03:36:30] "POST /fqname-to-id HTTP/1.1" 404 214 0.007772 10.0.0.61 - - [2025-12-11 03:36:30] "GET /virtual-network/c816f3a1-b7aa-4cf0-b75e-eee7f8c33f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.011242 10.0.0.27 - - [2025-12-11 03:36:30] "GET /projects?obj_uuids=e4d3e22b-cf03-415d-b21c-fc1638c2da1f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001192 10.0.0.61 - - [2025-12-11 03:36:30] "GET /project/e4d3e22b-cf03-415d-b21c-fc1638c2da1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.046511 10.0.0.61 - - [2025-12-11 03:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.011154 10.0.0.61 - - [2025-12-11 03:36:30] "GET /security-group/1762d5fb-0871-46bf-b4f8-37f30e333dab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3776 0.003946 10.0.0.61 - - [2025-12-11 03:36:30] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.119405 10.0.0.61 - - [2025-12-11 03:36:30] "POST /instance-ips HTTP/1.1" 200 357 0.062024 10.0.0.61 - - [2025-12-11 03:36:30] "GET /virtual-machine-interface/4bfcdda3-b457-468c-a474-dfde09603590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.008831 10.0.0.61 - - [2025-12-11 03:36:30] "GET /virtual-machine-interface/4bfcdda3-b457-468c-a474-dfde09603590?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.014553 10.0.0.61 - - [2025-12-11 03:36:31] "GET /instance-ip/4d2ffe34-6cbc-4c4e-9465-a5f3103f5dcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.005479 10.0.0.27 - - [2025-12-11 03:36:31] "DELETE /project/301aea65-7a82-47ec-be03-f509b568407e HTTP/1.1" 404 177 0.015838 10.0.0.27 - - [2025-12-11 03:36:31] "DELETE /project/99f43b70aebb4b14883eda80a06c89d3 HTTP/1.1" 404 173 0.014645 10.0.0.27 - - [2025-12-11 03:36:31] "DELETE /project/e4d3e22bcf03415db21cfc1638c2da1f HTTP/1.1" 404 173 0.010678 10.0.0.27 - - [2025-12-11 03:36:31] "GET /projects?obj_uuids=99f43b70-aebb-4b14-883e-da80a06c89d3&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001064 10.0.0.61 - - [2025-12-11 03:36:31] "POST /fqname-to-id HTTP/1.1" 404 214 0.005484 10.0.0.27 - - [2025-12-11 03:36:31] "GET /project/99f43b70-aebb-4b14-883e-da80a06c89d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.048797 10.0.0.27 - - [2025-12-11 03:36:31] "GET /projects?obj_uuids=99f43b70-aebb-4b14-883e-da80a06c89d3&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001719 10.0.0.61 - - [2025-12-11 03:36:31] "GET /virtual-network/1695fc12-f602-4e79-b2d7-e4c8dde8e7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007190 10.0.0.27 - - [2025-12-11 03:36:31] "GET /project/99f43b70-aebb-4b14-883e-da80a06c89d3?fields=security_groups HTTP/1.1" 200 1364 0.052949 10.0.0.27 - - [2025-12-11 03:36:31] "GET /projects?obj_uuids=e4d3e22b-cf03-415d-b21c-fc1638c2da1f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001739 10.0.0.27 - - [2025-12-11 03:36:31] "DELETE /security-group/07e60ec0-327e-4d36-8174-a9ba2e207858 HTTP/1.1" 200 115 0.081769 10.0.0.27 - - [2025-12-11 03:36:31] "GET /projects?obj_uuids=99f43b70-aebb-4b14-883e-da80a06c89d3&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.009934 10.0.0.33 - - [2025-12-11 03:36:31] "DELETE /access-control-list/5f81bfcc-568a-45da-94ee-e5c9a1b0d124 HTTP/1.1" 200 115 0.098903 10.0.0.27 - - [2025-12-11 03:36:31] "GET /project/99f43b70-aebb-4b14-883e-da80a06c89d3?fields=application_policy_sets HTTP/1.1" 200 1403 0.109180 10.0.0.61 - - [2025-12-11 03:36:31] "POST /neutron/port HTTP/1.1" 200 990 0.365954 10.0.0.61 - - [2025-12-11 03:36:31] "GET /virtual-machine-interface/47274aef-116a-42bd-911b-e04b57d24565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.020631 10.0.0.61 - - [2025-12-11 03:36:31] "GET /virtual-machine-interface/47274aef-116a-42bd-911b-e04b57d24565?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.005668 10.0.0.27 - - [2025-12-11 03:36:31] "DELETE /project/99f43b70-aebb-4b14-883e-da80a06c89d3 HTTP/1.1" 200 115 0.557374 10.0.0.61 - - [2025-12-11 03:36:31] "GET /instance-ip/9f8bfc95-a012-4bbc-a720-7a3fee77f7d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.005606 10.0.0.61 - - [2025-12-11 03:36:31] "POST /fqname-to-id HTTP/1.1" 404 214 0.002893 10.0.0.61 - - [2025-12-11 03:36:31] "GET /virtual-network/c816f3a1-b7aa-4cf0-b75e-eee7f8c33f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006173 10.0.0.27 - - [2025-12-11 03:36:31] "GET /projects?obj_uuids=e4d3e22b-cf03-415d-b21c-fc1638c2da1f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000792 10.0.0.61 - - [2025-12-11 03:36:31] "GET /project/e4d3e22b-cf03-415d-b21c-fc1638c2da1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.034240 10.0.0.61 - - [2025-12-11 03:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.61 - - [2025-12-11 03:36:31] "GET /security-group/1762d5fb-0871-46bf-b4f8-37f30e333dab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3776 0.003961 10.0.0.61 - - [2025-12-11 03:36:31] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.082485 10.0.0.61 - - [2025-12-11 03:36:31] "POST /instance-ips HTTP/1.1" 200 357 0.033639 10.0.0.61 - - [2025-12-11 03:36:32] "GET /virtual-machine-interface/35fada28-9c34-48f6-94f0-770e8f438150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.008012 10.0.0.61 - - [2025-12-11 03:36:32] "GET /virtual-machine-interface/35fada28-9c34-48f6-94f0-770e8f438150?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.008380 10.0.0.61 - - [2025-12-11 03:36:32] "GET /instance-ip/82a66c8d-ce27-4398-b37a-295e0701aa53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.004176 10.0.0.61 - - [2025-12-11 03:36:32] "POST /fqname-to-id HTTP/1.1" 404 214 0.003618 10.0.0.61 - - [2025-12-11 03:36:32] "GET /virtual-network/1695fc12-f602-4e79-b2d7-e4c8dde8e7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005153 10.0.0.61 - - [2025-12-11 03:36:32] "GET /virtual-machine-interface/5d8946e6-40d8-4afd-9f35-092cf7acf88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.006449 10.0.0.61 - - [2025-12-11 03:36:32] "GET /virtual-machine-interface/5d8946e6-40d8-4afd-9f35-092cf7acf88f?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.009874 10.0.0.61 - - [2025-12-11 03:36:32] "GET /instance-ip/c0f087ac-6755-43be-8b1f-7bb9ad630bc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.003963 10.0.0.61 - - [2025-12-11 03:36:32] "POST /fqname-to-id HTTP/1.1" 404 214 0.002549 10.0.0.61 - - [2025-12-11 03:36:32] "GET /virtual-network/ef3b3095-c9f1-427e-b438-267e9053a295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005072 10.0.0.27 - - [2025-12-11 03:36:32] "GET /projects?obj_uuids=e4d3e22b-cf03-415d-b21c-fc1638c2da1f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000741 10.0.0.61 - - [2025-12-11 03:36:32] "GET /project/e4d3e22b-cf03-415d-b21c-fc1638c2da1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.038154 10.0.0.61 - - [2025-12-11 03:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.61 - - [2025-12-11 03:36:32] "GET /security-group/1762d5fb-0871-46bf-b4f8-37f30e333dab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3776 0.003871 10.0.0.61 - - [2025-12-11 03:36:32] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.074044 10.0.0.61 - - [2025-12-11 03:36:32] "POST /instance-ips HTTP/1.1" 200 357 0.033504 10.0.0.61 - - [2025-12-11 03:36:32] "GET /virtual-machine-interface/c33def6f-5645-4874-9e90-1b3923e79b48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005389 10.0.0.61 - - [2025-12-11 03:36:32] "GET /virtual-machine-interface/c33def6f-5645-4874-9e90-1b3923e79b48?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.008471 10.0.0.61 - - [2025-12-11 03:36:32] "GET /instance-ip/e791bb9c-38a2-4621-88e4-6cdffdeffb1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1579 0.005041 10.0.0.61 - - [2025-12-11 03:36:34] "POST /id-to-fqname HTTP/1.1" 200 224 0.001762 10.0.0.61 - - [2025-12-11 03:36:34] "POST /neutron/port HTTP/1.1" 200 990 0.009441 10.0.0.61 - - [2025-12-11 03:36:34] "POST /neutron/port HTTP/1.1" 200 990 0.010867 10.0.0.61 - - [2025-12-11 03:36:34] "POST /id-to-fqname HTTP/1.1" 200 224 0.001263 10.0.0.61 - - [2025-12-11 03:36:34] "POST /neutron/port HTTP/1.1" 200 117 0.005993 10.0.0.61 - - [2025-12-11 03:36:35] "POST /neutron/network HTTP/1.1" 200 838 0.008423 10.0.0.61 - - [2025-12-11 03:36:35] "POST /neutron/port HTTP/1.1" 200 1082 0.160350 10.0.0.61 - - [2025-12-11 03:36:35] "POST /neutron/subnet HTTP/1.1" 200 699 0.012204 10.0.0.27 - - [2025-12-11 03:36:35] "GET /projects?obj_uuids=e4d3e22b-cf03-415d-b21c-fc1638c2da1f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001070 10.0.0.61 - - [2025-12-11 03:36:35] "GET /project/e4d3e22b-cf03-415d-b21c-fc1638c2da1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.088969 10.0.0.61 - - [2025-12-11 03:36:35] "POST /neutron/network HTTP/1.1" 200 825 0.008051 10.0.0.61 - - [2025-12-11 03:36:36] "POST /neutron/port HTTP/1.1" 200 117 0.006012 10.0.0.61 - - [2025-12-11 03:36:36] "POST /id-to-fqname HTTP/1.1" 200 224 0.001703 10.0.0.61 - - [2025-12-11 03:36:36] "POST /neutron/port HTTP/1.1" 200 990 0.011250 10.0.0.61 - - [2025-12-11 03:36:36] "POST /neutron/network HTTP/1.1" 200 835 0.008836 10.0.0.61 - - [2025-12-11 03:36:36] "POST /neutron/port HTTP/1.1" 200 990 0.016880 10.0.0.61 - - [2025-12-11 03:36:36] "POST /neutron/port HTTP/1.1" 200 1061 0.017459 10.0.0.27 - - [2025-12-11 03:36:36] "GET /projects?obj_uuids=e4d3e22b-cf03-415d-b21c-fc1638c2da1f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000895 10.0.0.61 - - [2025-12-11 03:36:36] "POST /neutron/router HTTP/1.1" 200 598 0.094387 10.0.0.27 - - [2025-12-11 03:36:36] "GET /projects?obj_uuids=e4d3e22b-cf03-415d-b21c-fc1638c2da1f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001252 10.0.0.33 - - [2025-12-11 03:36:36] "PUT /logical-router/8979c622-00a4-4127-80b2-95fb5bb40409 HTTP/1.1" 200 262 0.057074 10.0.0.61 - - [2025-12-11 03:36:37] "POST /neutron/subnet HTTP/1.1" 200 684 0.007510 10.0.0.61 - - [2025-12-11 03:36:37] "POST /neutron/router HTTP/1.1" 200 344 0.308506 10.0.0.61 - - [2025-12-11 03:36:37] "POST /neutron/router HTTP/1.1" 200 598 0.006355 10.0.0.61 - - [2025-12-11 03:36:37] "POST /neutron/network HTTP/1.1" 200 838 0.019095 10.0.0.61 - - [2025-12-11 03:36:37] "POST /neutron/port HTTP/1.1" 200 1082 0.140377 10.0.0.61 - - [2025-12-11 03:36:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003341 10.0.0.61 - - [2025-12-11 03:36:37] "POST /neutron/port HTTP/1.1" 200 117 0.001059 10.0.0.61 - - [2025-12-11 03:36:37] "POST /neutron/security_group HTTP/1.1" 200 2062 0.005803 10.0.0.61 - - [2025-12-11 03:36:37] "GET /virtual-machine/87245ac9-0644-421b-9dc4-b7f71dc478d2 HTTP/1.1" 401 292 0.000395 10.0.0.61 - - [2025-12-11 03:36:38] "GET /virtual-machine/87245ac9-0644-421b-9dc4-b7f71dc478d2 HTTP/1.1" 200 1274 0.026706 10.0.0.61 - - [2025-12-11 03:36:38] "GET /virtual-machine-interface/0482e396-5463-453a-a043-951fe6a02269 HTTP/1.1" 200 3186 0.004307 10.0.0.61 - - [2025-12-11 03:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.61 - - [2025-12-11 03:36:38] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003448 10.0.0.61 - - [2025-12-11 03:36:38] "GET /virtual-networks?parent_id=e4d3e22b-cf03-415d-b21c-fc1638c2da1f&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002570 10.0.0.61 - - [2025-12-11 03:36:38] "GET /virtual-network/1695fc12-f602-4e79-b2d7-e4c8dde8e7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005169 10.0.0.61 - - [2025-12-11 03:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004499 10.0.0.61 - - [2025-12-11 03:36:41] "GET /virtual-network/1695fc12-f602-4e79-b2d7-e4c8dde8e7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005932 10.0.0.61 - - [2025-12-11 03:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.61 - - [2025-12-11 03:36:45] "GET /virtual-network/1695fc12-f602-4e79-b2d7-e4c8dde8e7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004679 10.0.0.61 - - [2025-12-11 03:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.61 - - [2025-12-11 03:36:49] "GET /virtual-network/1695fc12-f602-4e79-b2d7-e4c8dde8e7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005142 10.0.0.61 - - [2025-12-11 03:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004791 10.0.0.61 - - [2025-12-11 03:36:53] "GET /virtual-network/1695fc12-f602-4e79-b2d7-e4c8dde8e7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005655 10.0.0.61 - - [2025-12-11 03:36:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.61 - - [2025-12-11 03:36:57] "GET /virtual-network/1695fc12-f602-4e79-b2d7-e4c8dde8e7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004644 10.0.0.61 - - [2025-12-11 03:37:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.61 - - [2025-12-11 03:37:02] "GET /virtual-network/1695fc12-f602-4e79-b2d7-e4c8dde8e7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.014372 10.0.0.61 - - [2025-12-11 03:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.61 - - [2025-12-11 03:37:06] "GET /virtual-network/1695fc12-f602-4e79-b2d7-e4c8dde8e7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004721 10.0.0.61 - - [2025-12-11 03:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.61 - - [2025-12-11 03:37:10] "GET /virtual-network/1695fc12-f602-4e79-b2d7-e4c8dde8e7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004877 10.0.0.61 - - [2025-12-11 03:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.61 - - [2025-12-11 03:37:14] "GET /virtual-network/1695fc12-f602-4e79-b2d7-e4c8dde8e7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004727 10.0.0.61 - - [2025-12-11 03:37:15] "POST /neutron/port HTTP/1.1" 200 1056 0.016925 10.0.0.61 - - [2025-12-11 03:37:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003793 10.0.0.61 - - [2025-12-11 03:37:15] "POST /neutron/network HTTP/1.1" 200 828 0.006559 10.0.0.61 - - [2025-12-11 03:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.61 - - [2025-12-11 03:37:18] "GET /virtual-network/1695fc12-f602-4e79-b2d7-e4c8dde8e7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005374 10.0.0.61 - - [2025-12-11 03:37:21] "POST /neutron/network HTTP/1.1" 200 835 0.006376 10.0.0.61 - - [2025-12-11 03:37:22] "POST /neutron/port HTTP/1.1" 200 117 0.001148 10.0.0.61 - - [2025-12-11 03:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.61 - - [2025-12-11 03:37:22] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003565 10.0.0.61 - - [2025-12-11 03:37:22] "GET /virtual-networks?parent_id=e4d3e22b-cf03-415d-b21c-fc1638c2da1f&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003556 10.0.0.61 - - [2025-12-11 03:37:22] "GET /virtual-network/1695fc12-f602-4e79-b2d7-e4c8dde8e7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006333 10.0.0.61 - - [2025-12-11 03:37:22] "POST /neutron/security_group HTTP/1.1" 200 2062 0.015118 10.0.0.61 - - [2025-12-11 03:37:33] "POST /neutron/port HTTP/1.1" 200 1089 0.044161 10.0.0.61 - - [2025-12-11 03:37:33] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007958 10.0.0.61 - - [2025-12-11 03:37:37] "POST /neutron/port HTTP/1.1" 200 1056 0.013069 10.0.0.61 - - [2025-12-11 03:37:38] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007322 10.0.0.61 - - [2025-12-11 03:37:43] "POST /neutron/port HTTP/1.1" 200 1089 0.013104 10.0.0.61 - - [2025-12-11 03:37:43] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008588 10.0.0.61 - - [2025-12-11 03:37:43] "GET /virtual-machine/67b7956a-40d5-4a84-864d-c7ef8b24990f HTTP/1.1" 200 1295 0.004824 10.0.0.61 - - [2025-12-11 03:37:43] "GET /virtual-machine-interface/c5f2eb96-dea9-4e4d-9903-7daede49cbba HTTP/1.1" 200 2962 0.004334 10.0.0.61 - - [2025-12-11 03:37:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.61 - - [2025-12-11 03:37:43] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.002769 10.0.0.61 - - [2025-12-11 03:37:43] "GET /virtual-networks?parent_id=e4d3e22b-cf03-415d-b21c-fc1638c2da1f&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002853 10.0.0.61 - - [2025-12-11 03:37:43] "GET /virtual-network/ef3b3095-c9f1-427e-b438-267e9053a295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005685 10.0.0.61 - - [2025-12-11 03:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.61 - - [2025-12-11 03:37:44] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003376 10.0.0.61 - - [2025-12-11 03:37:44] "GET /virtual-networks?parent_id=e4d3e22b-cf03-415d-b21c-fc1638c2da1f&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003518 10.0.0.61 - - [2025-12-11 03:37:44] "GET /virtual-network/ef3b3095-c9f1-427e-b438-267e9053a295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005470 10.0.0.61 - - [2025-12-11 03:37:45] "POST /neutron/port HTTP/1.1" 200 1056 0.013494 10.0.0.61 - - [2025-12-11 03:37:45] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006763 10.0.0.61 - - [2025-12-11 03:37:45] "GET /virtual-machine/c134af9c-8112-412a-82d9-09389d7f09fd HTTP/1.1" 200 1274 0.004907 10.0.0.61 - - [2025-12-11 03:37:45] "GET /virtual-machine-interface/5d8946e6-40d8-4afd-9f35-092cf7acf88f HTTP/1.1" 200 3187 0.005614 10.0.0.61 - - [2025-12-11 03:37:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.61 - - [2025-12-11 03:37:45] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004454 10.0.0.61 - - [2025-12-11 03:37:45] "GET /virtual-networks?parent_id=e4d3e22b-cf03-415d-b21c-fc1638c2da1f&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004725 10.0.0.61 - - [2025-12-11 03:37:45] "GET /virtual-network/1695fc12-f602-4e79-b2d7-e4c8dde8e7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006201 10.0.0.61 - - [2025-12-11 03:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.61 - - [2025-12-11 03:37:46] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004592 10.0.0.61 - - [2025-12-11 03:37:46] "GET /virtual-networks?parent_id=e4d3e22b-cf03-415d-b21c-fc1638c2da1f&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002982 10.0.0.61 - - [2025-12-11 03:37:46] "GET /virtual-network/1695fc12-f602-4e79-b2d7-e4c8dde8e7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005329 10.0.0.61 - - [2025-12-11 03:38:16] "GET /obj-perms HTTP/1.1" 200 5056 0.051379 10.0.0.61 - - [2025-12-11 03:38:17] "POST /neutron/network HTTP/1.1" 200 838 0.008972 10.0.0.61 - - [2025-12-11 03:38:17] "POST /neutron/port HTTP/1.1" 200 117 0.001119 10.0.0.61 - - [2025-12-11 03:38:24] "POST /neutron/port HTTP/1.1" 200 1089 0.038621 10.0.0.61 - - [2025-12-11 03:38:24] "POST /neutron/subnet HTTP/1.1" 200 684 0.009863 10.0.0.61 - - [2025-12-11 03:39:06] "POST /neutron/router HTTP/1.1" 200 598 0.008992 10.0.0.33 - - [2025-12-11 03:39:06] "POST /ref-update HTTP/1.1" 200 156 0.016694 10.0.0.61 - - [2025-12-11 03:39:06] "POST /neutron/router HTTP/1.1" 200 344 0.168750 10.0.0.33 - - [2025-12-11 03:39:07] "DELETE /route-target/5d016610-eace-41bc-8821-668207ed2991 HTTP/1.1" 200 115 0.025078 10.0.0.61 - - [2025-12-11 03:39:07] "POST /neutron/port HTTP/1.1" 200 1089 0.017533 10.0.0.61 - - [2025-12-11 03:39:08] "POST /neutron/port HTTP/1.1" 200 1056 0.013617 10.0.0.61 - - [2025-12-11 03:39:08] "POST /neutron/port HTTP/1.1" 200 1082 0.010028 10.0.0.61 - - [2025-12-11 03:39:08] "DELETE /instance-ip/e791bb9c-38a2-4621-88e4-6cdffdeffb1b HTTP/1.1" 200 115 0.037374 10.0.0.61 - - [2025-12-11 03:39:08] "DELETE /virtual-machine-interface/c33def6f-5645-4874-9e90-1b3923e79b48 HTTP/1.1" 200 115 0.057305 10.0.0.61 - - [2025-12-11 03:39:08] "POST /neutron/port HTTP/1.1" 200 1082 0.014977 10.0.0.61 - - [2025-12-11 03:39:08] "DELETE /instance-ip/82a66c8d-ce27-4398-b37a-295e0701aa53 HTTP/1.1" 200 115 0.051141 10.0.0.61 - - [2025-12-11 03:39:09] "DELETE /virtual-machine-interface/35fada28-9c34-48f6-94f0-770e8f438150 HTTP/1.1" 200 115 0.050433 10.0.0.61 - - [2025-12-11 03:39:09] "POST /neutron/port HTTP/1.1" 200 151 0.106151 10.0.0.61 - - [2025-12-11 03:39:09] "DELETE /instance-ip/4d2ffe34-6cbc-4c4e-9465-a5f3103f5dcb HTTP/1.1" 200 115 0.040881 10.0.0.61 - - [2025-12-11 03:39:09] "DELETE /virtual-machine-interface/4bfcdda3-b457-468c-a474-dfde09603590 HTTP/1.1" 200 115 0.058890 10.0.0.61 - - [2025-12-11 03:39:09] "POST /neutron/network HTTP/1.1" 200 825 0.009789 10.0.0.33 - - [2025-12-11 03:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005578 10.0.0.27 - - [2025-12-11 03:39:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003518 10.0.0.27 - - [2025-12-11 03:39:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002233 10.0.0.61 - - [2025-12-11 03:39:09] "POST /neutron/network HTTP/1.1" 200 151 0.111203 10.0.0.33 - - [2025-12-11 03:39:09] "DELETE /route-target/e3a0e307-2773-476d-a411-76cee4176757 HTTP/1.1" 200 115 0.025329 10.0.0.27 - - [2025-12-11 03:39:09] "GET /projects?obj_uuids=e4d3e22b-cf03-415d-b21c-fc1638c2da1f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001190 10.0.0.61 - - [2025-12-11 03:39:10] "GET /project/e4d3e22b-cf03-415d-b21c-fc1638c2da1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.042965 10.0.0.27 - - [2025-12-11 03:39:10] "GET /projects?obj_uuids=e4d3e22b-cf03-415d-b21c-fc1638c2da1f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000958 10.0.0.61 - - [2025-12-11 03:39:10] "GET /project/e4d3e22b-cf03-415d-b21c-fc1638c2da1f?fields=virtual_networks HTTP/1.1" 200 1051 0.038080 10.0.0.27 - - [2025-12-11 03:39:10] "GET /projects?obj_uuids=e4d3e22b-cf03-415d-b21c-fc1638c2da1f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000932 10.0.0.61 - - [2025-12-11 03:39:10] "GET /project/e4d3e22b-cf03-415d-b21c-fc1638c2da1f?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.033161 10.0.0.27 - - [2025-12-11 03:39:10] "GET /projects?obj_uuids=e4d3e22b-cf03-415d-b21c-fc1638c2da1f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000902 10.0.0.61 - - [2025-12-11 03:39:10] "GET /project/e4d3e22b-cf03-415d-b21c-fc1638c2da1f?fields=security_groups HTTP/1.1" 200 1281 0.040450 10.0.0.61 - - [2025-12-11 03:39:11] "POST /fqname-to-id HTTP/1.1" 404 187 0.026404 10.0.0.27 - - [2025-12-11 03:39:11] "GET /projects?obj_uuids=8e1fccc7-d2fe-4fb9-a6c7-0f0502f46942&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002667 10.0.0.27 - - [2025-12-11 03:39:11] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000847 10.0.0.27 - - [2025-12-11 03:39:11] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006085 10.0.0.27 - - [2025-12-11 03:39:11] "POST /id-to-fqname HTTP/1.1" 200 189 0.008394 10.0.0.27 - - [2025-12-11 03:39:11] "POST /fqname-to-id HTTP/1.1" 404 198 0.002809 10.0.0.27 - - [2025-12-11 03:39:11] "POST /security-groups HTTP/1.1" 200 590 0.073577 10.0.0.27 - - [2025-12-11 03:39:11] "POST /projects HTTP/1.1" 200 583 0.269012 10.0.0.33 - - [2025-12-11 03:39:11] "POST /fqname-to-id HTTP/1.1" 404 232 0.005633 10.0.0.27 - - [2025-12-11 03:39:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.342362 10.0.0.61 - - [2025-12-11 03:39:11] "GET /project/8e1fccc7-d2fe-4fb9-a6c7-0f0502f46942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.489210 10.0.0.61 - - [2025-12-11 03:39:12] "POST /neutron/port HTTP/1.1" 200 117 0.006371 10.0.0.61 - - [2025-12-11 03:39:12] "GET / HTTP/1.1" 200 35931 0.002010 10.0.0.61 - - [2025-12-11 03:39:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000484 10.0.0.61 - - [2025-12-11 03:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.058874 10.0.0.27 - - [2025-12-11 03:39:14] "GET /projects?obj_uuids=8e1fccc7-d2fe-4fb9-a6c7-0f0502f46942&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000892 10.0.0.61 - - [2025-12-11 03:39:14] "GET /project/8e1fccc7-d2fe-4fb9-a6c7-0f0502f46942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.033588 10.0.0.27 - - [2025-12-11 03:39:14] "GET /projects?obj_uuids=8e1fccc7-d2fe-4fb9-a6c7-0f0502f46942&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001381 10.0.0.61 - - [2025-12-11 03:39:15] "POST /neutron/network HTTP/1.1" 200 604 0.124636 10.0.0.33 - - [2025-12-11 03:39:15] "POST /ref-update HTTP/1.1" 200 156 0.024506 10.0.0.61 - - [2025-12-11 03:39:15] "POST /id-to-fqname HTTP/1.1" 200 219 0.002904 10.0.0.61 - - [2025-12-11 03:39:15] "GET /virtual-network/6104f58a-4fa1-4dfb-a0ca-4a2e8df35625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.005290 10.0.0.61 - - [2025-12-11 03:39:15] "POST /neutron/network HTTP/1.1" 200 820 0.005744 10.0.0.61 - - [2025-12-11 03:39:15] "GET /virtual-network/6104f58a-4fa1-4dfb-a0ca-4a2e8df35625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.005093 10.0.0.61 - - [2025-12-11 03:39:15] "GET /virtual-network/6104f58a-4fa1-4dfb-a0ca-4a2e8df35625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.005161 10.0.0.33 - - [2025-12-11 03:39:17] "GET /obj-perms HTTP/1.1" 200 5056 0.083984 10.0.0.27 - - [2025-12-11 03:39:17] "GET /obj-perms HTTP/1.1" 200 5056 0.077821 10.0.0.61 - - [2025-12-11 03:39:17] "POST /id-to-fqname HTTP/1.1" 200 219 0.001357 10.0.0.61 - - [2025-12-11 03:39:18] "POST /neutron/network HTTP/1.1" 200 830 0.008334 10.0.0.27 - - [2025-12-11 03:39:18] "GET /projects?obj_uuids=8e1fccc7-d2fe-4fb9-a6c7-0f0502f46942&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001005 10.0.0.61 - - [2025-12-11 03:39:18] "GET /project/8e1fccc7-d2fe-4fb9-a6c7-0f0502f46942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.053445 10.0.0.61 - - [2025-12-11 03:39:18] "POST /neutron/port HTTP/1.1" 200 117 0.005570 10.0.0.61 - - [2025-12-11 03:39:18] "POST /id-to-fqname HTTP/1.1" 200 219 0.001186 10.0.0.61 - - [2025-12-11 03:39:19] "POST /neutron/network HTTP/1.1" 200 830 0.006310 10.0.0.61 - - [2025-12-11 03:39:19] "POST /neutron/port HTTP/1.1" 200 1056 0.012460 10.0.0.61 - - [2025-12-11 03:39:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003269 10.0.0.27 - - [2025-12-11 03:39:19] "GET /projects?obj_uuids=8e1fccc7-d2fe-4fb9-a6c7-0f0502f46942&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000733 10.0.0.61 - - [2025-12-11 03:39:19] "GET /project/8e1fccc7-d2fe-4fb9-a6c7-0f0502f46942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.076257 10.0.0.61 - - [2025-12-11 03:39:20] "POST /neutron/network HTTP/1.1" 200 820 0.055892 10.0.0.61 - - [2025-12-11 03:39:20] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006641 10.0.0.61 - - [2025-12-11 03:39:20] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006431 10.0.0.61 - - [2025-12-11 03:39:21] "POST /neutron/port HTTP/1.1" 200 1056 0.015326 10.0.0.61 - - [2025-12-11 03:39:21] "POST /neutron/port HTTP/1.1" 200 1084 0.015137 10.0.0.61 - - [2025-12-11 03:39:21] "POST /neutron/port HTTP/1.1" 200 117 0.001095 10.0.0.61 - - [2025-12-11 03:39:25] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008021 10.0.0.61 - - [2025-12-11 03:39:25] "POST /neutron/port HTTP/1.1" 200 1084 0.017992 10.0.0.61 - - [2025-12-11 03:39:25] "GET /virtual-machine/d80add00-e738-46dd-ae2a-4646f6d2f7f6 HTTP/1.1" 401 292 0.000412 10.0.0.61 - - [2025-12-11 03:39:25] "GET /virtual-machine/d80add00-e738-46dd-ae2a-4646f6d2f7f6 HTTP/1.1" 200 1292 0.033642 10.0.0.61 - - [2025-12-11 03:39:25] "GET /virtual-machine-interface/1b677e40-9148-4d43-b5a1-26a025c64490 HTTP/1.1" 200 2936 0.004945 10.0.0.61 - - [2025-12-11 03:39:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.61 - - [2025-12-11 03:39:26] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003411 10.0.0.61 - - [2025-12-11 03:39:26] "GET /virtual-networks?parent_id=8e1fccc7-d2fe-4fb9-a6c7-0f0502f46942&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002548 10.0.0.61 - - [2025-12-11 03:39:26] "GET /virtual-network/6104f58a-4fa1-4dfb-a0ca-4a2e8df35625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.006620 10.0.0.61 - - [2025-12-11 03:39:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.61 - - [2025-12-11 03:39:29] "GET /virtual-network/6104f58a-4fa1-4dfb-a0ca-4a2e8df35625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.004546 10.0.0.27 - - [2025-12-11 03:39:31] "DELETE /project/e4d3e22b-cf03-415d-b21c-fc1638c2da1f HTTP/1.1" 404 177 0.005800 10.0.0.27 - - [2025-12-11 03:39:31] "DELETE /project/8e1fccc7d2fe4fb9a6c70f0502f46942 HTTP/1.1" 404 173 0.005695 10.0.0.61 - - [2025-12-11 03:39:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.61 - - [2025-12-11 03:39:33] "GET /virtual-network/6104f58a-4fa1-4dfb-a0ca-4a2e8df35625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.006034 10.0.0.61 - - [2025-12-11 03:39:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.61 - - [2025-12-11 03:39:37] "GET /virtual-network/6104f58a-4fa1-4dfb-a0ca-4a2e8df35625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.005579 10.0.0.61 - - [2025-12-11 03:39:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.61 - - [2025-12-11 03:39:41] "GET /virtual-network/6104f58a-4fa1-4dfb-a0ca-4a2e8df35625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.005947 10.0.0.61 - - [2025-12-11 03:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.61 - - [2025-12-11 03:39:45] "GET /virtual-network/6104f58a-4fa1-4dfb-a0ca-4a2e8df35625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.005126 10.0.0.61 - - [2025-12-11 03:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.61 - - [2025-12-11 03:39:49] "GET /virtual-network/6104f58a-4fa1-4dfb-a0ca-4a2e8df35625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.004517 10.0.0.61 - - [2025-12-11 03:39:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.61 - - [2025-12-11 03:39:53] "GET /virtual-network/6104f58a-4fa1-4dfb-a0ca-4a2e8df35625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.004367 10.0.0.61 - - [2025-12-11 03:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.61 - - [2025-12-11 03:39:57] "GET /virtual-network/6104f58a-4fa1-4dfb-a0ca-4a2e8df35625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.005750 10.0.0.61 - - [2025-12-11 03:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004875 10.0.0.61 - - [2025-12-11 03:40:01] "GET /virtual-network/6104f58a-4fa1-4dfb-a0ca-4a2e8df35625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.006257 10.0.0.61 - - [2025-12-11 03:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.61 - - [2025-12-11 03:40:06] "GET /virtual-network/6104f58a-4fa1-4dfb-a0ca-4a2e8df35625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.004631 10.0.0.61 - - [2025-12-11 03:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.61 - - [2025-12-11 03:40:10] "GET /virtual-network/6104f58a-4fa1-4dfb-a0ca-4a2e8df35625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.004987 10.0.0.61 - - [2025-12-11 03:40:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.61 - - [2025-12-11 03:40:14] "GET /virtual-network/6104f58a-4fa1-4dfb-a0ca-4a2e8df35625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.004556 10.0.0.61 - - [2025-12-11 03:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.61 - - [2025-12-11 03:40:16] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003916 10.0.0.61 - - [2025-12-11 03:40:16] "GET /virtual-networks?parent_id=8e1fccc7-d2fe-4fb9-a6c7-0f0502f46942&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002755 10.0.0.61 - - [2025-12-11 03:40:16] "GET /virtual-network/6104f58a-4fa1-4dfb-a0ca-4a2e8df35625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.005320 10.0.0.61 - - [2025-12-11 03:40:16] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006919 10.0.0.61 - - [2025-12-11 03:40:17] "POST /neutron/network HTTP/1.1" 200 830 0.006018 10.0.0.61 - - [2025-12-11 03:40:17] "POST /neutron/port HTTP/1.1" 200 117 0.001339 10.0.0.61 - - [2025-12-11 03:40:21] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006543 10.0.0.61 - - [2025-12-11 03:40:27] "POST /neutron/port HTTP/1.1" 200 1084 0.015131 10.0.0.61 - - [2025-12-11 03:40:29] "POST /neutron/security_group HTTP/1.1" 200 2057 0.005726 10.0.0.61 - - [2025-12-11 03:40:37] "POST /neutron/port HTTP/1.1" 200 1084 0.013749 10.0.0.61 - - [2025-12-11 03:40:42] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006966 10.0.0.61 - - [2025-12-11 03:40:42] "POST /neutron/port HTTP/1.1" 200 1084 0.019373 10.0.0.61 - - [2025-12-11 03:40:42] "GET /virtual-machine/7b514f36-b6d6-4988-a193-3d2f37f4dd16 HTTP/1.1" 200 1291 0.008298 10.0.0.61 - - [2025-12-11 03:40:42] "GET /virtual-machine-interface/11768eff-fa51-4bcf-9326-fdefd87778a7 HTTP/1.1" 200 2936 0.013994 10.0.0.61 - - [2025-12-11 03:40:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.61 - - [2025-12-11 03:40:42] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004986 10.0.0.61 - - [2025-12-11 03:40:42] "GET /virtual-networks?parent_id=8e1fccc7-d2fe-4fb9-a6c7-0f0502f46942&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002825 10.0.0.61 - - [2025-12-11 03:40:42] "GET /virtual-network/6104f58a-4fa1-4dfb-a0ca-4a2e8df35625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.005466 10.0.0.61 - - [2025-12-11 03:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.61 - - [2025-12-11 03:40:43] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003699 10.0.0.61 - - [2025-12-11 03:40:43] "GET /virtual-networks?parent_id=8e1fccc7-d2fe-4fb9-a6c7-0f0502f46942&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004173 10.0.0.61 - - [2025-12-11 03:40:43] "GET /virtual-network/6104f58a-4fa1-4dfb-a0ca-4a2e8df35625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.005372 10.0.0.61 - - [2025-12-11 03:41:19] "GET /obj-perms HTTP/1.1" 200 5056 0.045301 10.0.0.61 - - [2025-12-11 03:41:19] "POST /neutron/port HTTP/1.1" 200 1084 0.016654 10.0.0.61 - - [2025-12-11 03:41:19] "POST /neutron/subnet HTTP/1.1" 200 684 0.009573 10.0.0.27 - - [2025-12-11 03:41:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.27 - - [2025-12-11 03:41:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.27 - - [2025-12-11 03:41:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.27 - - [2025-12-11 03:41:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.33 - - [2025-12-11 03:41:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000482 10.0.0.33 - - [2025-12-11 03:41:23] "GET /global-system-configs HTTP/1.1" 401 292 0.001115 10.0.0.33 - - [2025-12-11 03:41:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.33 - - [2025-12-11 03:41:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.61 - - [2025-12-11 03:41:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000497 10.0.0.61 - - [2025-12-11 03:41:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.61 - - [2025-12-11 03:41:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000477 10.0.0.61 - - [2025-12-11 03:41:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.61 - - [2025-12-11 03:42:05] "POST /neutron/network HTTP/1.1" 200 820 0.007541 10.0.0.61 - - [2025-12-11 03:42:05] "POST /neutron/port HTTP/1.1" 200 1110 0.011116 10.0.0.61 - - [2025-12-11 03:42:05] "POST /neutron/port HTTP/1.1" 200 1110 0.009823 10.0.0.27 - - [2025-12-11 03:42:07] "POST /useragent-kv HTTP/1.1" 200 115 0.034638 10.0.0.27 - - [2025-12-11 03:42:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002318 10.0.0.61 - - [2025-12-11 03:42:07] "POST /neutron/network HTTP/1.1" 200 151 0.133645 10.0.0.33 - - [2025-12-11 03:42:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.054397 10.0.0.27 - - [2025-12-11 03:42:08] "GET /projects?obj_uuids=8e1fccc7-d2fe-4fb9-a6c7-0f0502f46942&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000880 10.0.0.61 - - [2025-12-11 03:42:08] "GET /project/8e1fccc7-d2fe-4fb9-a6c7-0f0502f46942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.060658 10.0.0.27 - - [2025-12-11 03:42:08] "GET /projects?obj_uuids=8e1fccc7-d2fe-4fb9-a6c7-0f0502f46942&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000785 10.0.0.61 - - [2025-12-11 03:42:08] "GET /project/8e1fccc7-d2fe-4fb9-a6c7-0f0502f46942?fields=virtual_networks HTTP/1.1" 200 1041 0.028224 10.0.0.27 - - [2025-12-11 03:42:08] "GET /projects?obj_uuids=8e1fccc7-d2fe-4fb9-a6c7-0f0502f46942&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001360 10.0.0.61 - - [2025-12-11 03:42:08] "GET /project/8e1fccc7-d2fe-4fb9-a6c7-0f0502f46942?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.031418 10.0.0.27 - - [2025-12-11 03:42:08] "GET /projects?obj_uuids=8e1fccc7-d2fe-4fb9-a6c7-0f0502f46942&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000888 10.0.0.61 - - [2025-12-11 03:42:08] "GET /project/8e1fccc7-d2fe-4fb9-a6c7-0f0502f46942?fields=security_groups HTTP/1.1" 200 1266 0.029674 10.0.0.61 - - [2025-12-11 03:42:09] "POST /fqname-to-id HTTP/1.1" 404 187 0.026674 10.0.0.27 - - [2025-12-11 03:42:09] "GET /projects?obj_uuids=359a4d95-ccd5-4998-9ec9-c9f5ba153970&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002778 10.0.0.27 - - [2025-12-11 03:42:09] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000890 10.0.0.27 - - [2025-12-11 03:42:09] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.033755 10.0.0.27 - - [2025-12-11 03:42:10] "POST /id-to-fqname HTTP/1.1" 200 189 0.002701 10.0.0.27 - - [2025-12-11 03:42:10] "POST /fqname-to-id HTTP/1.1" 404 198 0.002968 10.0.0.27 - - [2025-12-11 03:42:10] "POST /security-groups HTTP/1.1" 200 590 0.075928 10.0.0.27 - - [2025-12-11 03:42:10] "POST /projects HTTP/1.1" 200 583 0.269027 10.0.0.33 - - [2025-12-11 03:42:10] "POST /access-control-lists HTTP/1.1" 200 595 0.029532 10.0.0.27 - - [2025-12-11 03:42:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.339082 10.0.0.61 - - [2025-12-11 03:42:10] "GET /project/359a4d95-ccd5-4998-9ec9-c9f5ba153970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.505639 10.0.0.61 - - [2025-12-11 03:42:11] "GET / HTTP/1.1" 200 35931 0.001455 10.0.0.61 - - [2025-12-11 03:42:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000559 10.0.0.61 - - [2025-12-11 03:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.061780 10.0.0.27 - - [2025-12-11 03:42:13] "GET /projects?obj_uuids=359a4d95-ccd5-4998-9ec9-c9f5ba153970&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000934 10.0.0.61 - - [2025-12-11 03:42:13] "GET /project/359a4d95-ccd5-4998-9ec9-c9f5ba153970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.032284 10.0.0.33 - - [2025-12-11 03:42:13] "POST /route-targets HTTP/1.1" 200 327 0.015337 10.0.0.27 - - [2025-12-11 03:42:14] "POST /useragent-kv HTTP/1.1" 200 115 0.005474 10.0.0.61 - - [2025-12-11 03:42:14] "POST /neutron/subnet HTTP/1.1" 200 729 0.202415 10.0.0.61 - - [2025-12-11 03:42:14] "POST /id-to-fqname HTTP/1.1" 200 219 0.001278 10.0.0.61 - - [2025-12-11 03:42:14] "GET /virtual-network/357b2b1a-d385-4565-a804-63d5dcecbf6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004793 10.0.0.61 - - [2025-12-11 03:42:14] "GET /virtual-network/357b2b1a-d385-4565-a804-63d5dcecbf6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005595 10.0.0.61 - - [2025-12-11 03:42:14] "POST /neutron/network HTTP/1.1" 200 824 0.005870 10.0.0.61 - - [2025-12-11 03:42:14] "GET /virtual-network/357b2b1a-d385-4565-a804-63d5dcecbf6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004924 10.0.0.61 - - [2025-12-11 03:42:16] "POST /id-to-fqname HTTP/1.1" 200 219 0.001821 10.0.0.27 - - [2025-12-11 03:42:16] "GET /projects?obj_uuids=359a4d95-ccd5-4998-9ec9-c9f5ba153970&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001287 10.0.0.61 - - [2025-12-11 03:42:16] "GET /project/359a4d95-ccd5-4998-9ec9-c9f5ba153970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.065851 10.0.0.61 - - [2025-12-11 03:42:16] "POST /neutron/network HTTP/1.1" 200 824 0.006824 10.0.0.61 - - [2025-12-11 03:42:17] "POST /id-to-fqname HTTP/1.1" 200 219 0.001732 10.0.0.61 - - [2025-12-11 03:42:17] "POST /neutron/port HTTP/1.1" 200 117 0.006412 10.0.0.27 - - [2025-12-11 03:42:17] "GET /projects?obj_uuids=359a4d95-ccd5-4998-9ec9-c9f5ba153970&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001183 10.0.0.61 - - [2025-12-11 03:42:17] "POST /neutron/port HTTP/1.1" 200 1060 0.318916 10.0.0.27 - - [2025-12-11 03:42:18] "GET /projects?obj_uuids=359a4d95-ccd5-4998-9ec9-c9f5ba153970&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001321 10.0.0.61 - - [2025-12-11 03:42:18] "GET /project/359a4d95-ccd5-4998-9ec9-c9f5ba153970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.064713 10.0.0.61 - - [2025-12-11 03:42:18] "POST /neutron/port HTTP/1.1" 200 1114 0.156062 10.0.0.61 - - [2025-12-11 03:42:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003791 10.0.0.61 - - [2025-12-11 03:42:18] "POST /neutron/port HTTP/1.1" 200 1088 0.020970 10.0.0.61 - - [2025-12-11 03:42:18] "POST /neutron/port HTTP/1.1" 200 117 0.006042 10.0.0.61 - - [2025-12-11 03:42:18] "POST /neutron/network HTTP/1.1" 200 834 0.008584 10.0.0.61 - - [2025-12-11 03:42:19] "POST /neutron/port HTTP/1.1" 200 1060 0.012864 10.0.0.61 - - [2025-12-11 03:42:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004690 10.0.0.61 - - [2025-12-11 03:42:19] "POST /neutron/network HTTP/1.1" 200 824 0.007310 10.0.0.33 - - [2025-12-11 03:42:19] "GET /obj-perms HTTP/1.1" 200 5056 0.055702 10.0.0.27 - - [2025-12-11 03:42:20] "GET /obj-perms HTTP/1.1" 200 5056 0.057101 10.0.0.61 - - [2025-12-11 03:42:21] "POST /neutron/network HTTP/1.1" 200 834 0.006400 10.0.0.61 - - [2025-12-11 03:42:21] "POST /neutron/port HTTP/1.1" 200 117 0.001098 10.0.0.61 - - [2025-12-11 03:42:23] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010423 10.0.0.61 - - [2025-12-11 03:42:23] "POST /neutron/port HTTP/1.1" 200 1088 0.018302 10.0.0.61 - - [2025-12-11 03:42:23] "GET /virtual-machine/4918f9d0-edcf-4689-8a54-92d0ccd344fc HTTP/1.1" 401 292 0.000566 10.0.0.61 - - [2025-12-11 03:42:24] "GET /virtual-machine/4918f9d0-edcf-4689-8a54-92d0ccd344fc HTTP/1.1" 200 1290 0.027660 10.0.0.61 - - [2025-12-11 03:42:24] "GET /virtual-machine-interface/bd61f752-9be0-4763-8d4f-d05e1893e2b5 HTTP/1.1" 200 2937 0.005382 10.0.0.61 - - [2025-12-11 03:42:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.61 - - [2025-12-11 03:42:24] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003357 10.0.0.61 - - [2025-12-11 03:42:24] "GET /virtual-networks?parent_id=359a4d95-ccd5-4998-9ec9-c9f5ba153970&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003030 10.0.0.61 - - [2025-12-11 03:42:24] "GET /virtual-network/357b2b1a-d385-4565-a804-63d5dcecbf6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006253 10.0.0.61 - - [2025-12-11 03:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.61 - - [2025-12-11 03:42:27] "GET /virtual-network/357b2b1a-d385-4565-a804-63d5dcecbf6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004763 10.0.0.61 - - [2025-12-11 03:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004771 10.0.0.61 - - [2025-12-11 03:42:31] "GET /virtual-network/357b2b1a-d385-4565-a804-63d5dcecbf6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.011885 10.0.0.27 - - [2025-12-11 03:42:31] "DELETE /project/359a4d95ccd549989ec9c9f5ba153970 HTTP/1.1" 404 173 0.003533 10.0.0.27 - - [2025-12-11 03:42:31] "GET /projects?obj_uuids=8e1fccc7-d2fe-4fb9-a6c7-0f0502f46942&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000766 10.0.0.27 - - [2025-12-11 03:42:31] "GET /project/8e1fccc7-d2fe-4fb9-a6c7-0f0502f46942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.039951 10.0.0.27 - - [2025-12-11 03:42:31] "GET /projects?obj_uuids=8e1fccc7-d2fe-4fb9-a6c7-0f0502f46942&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000823 10.0.0.27 - - [2025-12-11 03:42:32] "GET /project/8e1fccc7-d2fe-4fb9-a6c7-0f0502f46942?fields=security_groups HTTP/1.1" 200 1111 0.058788 10.0.0.27 - - [2025-12-11 03:42:32] "GET /projects?obj_uuids=8e1fccc7-d2fe-4fb9-a6c7-0f0502f46942&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000767 10.0.0.33 - - [2025-12-11 03:42:32] "DELETE /access-control-list/0647b6ff-d44f-4651-9962-1fb4bc5553b2 HTTP/1.1" 200 115 0.050346 10.0.0.27 - - [2025-12-11 03:42:32] "GET /project/8e1fccc7-d2fe-4fb9-a6c7-0f0502f46942?fields=application_policy_sets HTTP/1.1" 200 1410 0.054900 10.0.0.27 - - [2025-12-11 03:42:32] "DELETE /project/8e1fccc7-d2fe-4fb9-a6c7-0f0502f46942 HTTP/1.1" 404 190 0.318685 10.0.0.61 - - [2025-12-11 03:42:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.61 - - [2025-12-11 03:42:35] "GET /virtual-network/357b2b1a-d385-4565-a804-63d5dcecbf6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004205 10.0.0.61 - - [2025-12-11 03:42:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.61 - - [2025-12-11 03:42:39] "GET /virtual-network/357b2b1a-d385-4565-a804-63d5dcecbf6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004916 10.0.0.61 - - [2025-12-11 03:42:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.61 - - [2025-12-11 03:42:43] "GET /virtual-network/357b2b1a-d385-4565-a804-63d5dcecbf6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004984 10.0.0.61 - - [2025-12-11 03:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.61 - - [2025-12-11 03:42:47] "GET /virtual-network/357b2b1a-d385-4565-a804-63d5dcecbf6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007053 10.0.0.61 - - [2025-12-11 03:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005676 10.0.0.61 - - [2025-12-11 03:42:51] "GET /virtual-network/357b2b1a-d385-4565-a804-63d5dcecbf6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008094 10.0.0.61 - - [2025-12-11 03:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.61 - - [2025-12-11 03:42:55] "GET /virtual-network/357b2b1a-d385-4565-a804-63d5dcecbf6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005825 10.0.0.61 - - [2025-12-11 03:43:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004538 10.0.0.61 - - [2025-12-11 03:43:00] "GET /virtual-network/357b2b1a-d385-4565-a804-63d5dcecbf6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006031 10.0.0.61 - - [2025-12-11 03:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.61 - - [2025-12-11 03:43:04] "GET /virtual-network/357b2b1a-d385-4565-a804-63d5dcecbf6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005537 10.0.0.61 - - [2025-12-11 03:43:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.61 - - [2025-12-11 03:43:06] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004130 10.0.0.61 - - [2025-12-11 03:43:06] "GET /virtual-networks?parent_id=359a4d95-ccd5-4998-9ec9-c9f5ba153970&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002600 10.0.0.61 - - [2025-12-11 03:43:06] "GET /virtual-network/357b2b1a-d385-4565-a804-63d5dcecbf6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005939 10.0.0.61 - - [2025-12-11 03:43:06] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007166 10.0.0.61 - - [2025-12-11 03:43:15] "POST /neutron/port HTTP/1.1" 200 1088 0.043463 10.0.0.61 - - [2025-12-11 03:43:16] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006743 10.0.0.61 - - [2025-12-11 03:43:21] "POST /neutron/port HTTP/1.1" 200 1088 0.013222 10.0.0.61 - - [2025-12-11 03:43:23] "POST /neutron/port HTTP/1.1" 200 1088 0.014343 10.0.0.61 - - [2025-12-11 03:43:23] "POST /neutron/subnet HTTP/1.1" 200 703 0.007428 10.0.0.61 - - [2025-12-11 03:43:27] "POST /neutron/port HTTP/1.1" 200 1088 0.013656 10.0.0.61 - - [2025-12-11 03:43:27] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006094 10.0.0.61 - - [2025-12-11 03:43:27] "GET /virtual-machine/914c435d-5655-4fb1-8f58-7e1c1ebdf6cb HTTP/1.1" 200 1292 0.004969 10.0.0.61 - - [2025-12-11 03:43:27] "GET /virtual-machine-interface/4b42c38e-edea-4e2b-812c-63a80aedcfd4 HTTP/1.1" 200 2935 0.005869 10.0.0.61 - - [2025-12-11 03:43:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.61 - - [2025-12-11 03:43:27] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.002855 10.0.0.61 - - [2025-12-11 03:43:27] "GET /virtual-networks?parent_id=359a4d95-ccd5-4998-9ec9-c9f5ba153970&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002373 10.0.0.61 - - [2025-12-11 03:43:27] "GET /virtual-network/357b2b1a-d385-4565-a804-63d5dcecbf6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005208 10.0.0.61 - - [2025-12-11 03:43:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.61 - - [2025-12-11 03:43:28] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003316 10.0.0.61 - - [2025-12-11 03:43:28] "GET /virtual-networks?parent_id=359a4d95-ccd5-4998-9ec9-c9f5ba153970&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002677 10.0.0.61 - - [2025-12-11 03:43:28] "GET /virtual-network/357b2b1a-d385-4565-a804-63d5dcecbf6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005963 10.0.0.61 - - [2025-12-11 03:43:54] "POST /neutron/network HTTP/1.1" 200 824 0.006755 10.0.0.61 - - [2025-12-11 03:43:55] "POST /neutron/port HTTP/1.1" 200 1114 0.012282 10.0.0.61 - - [2025-12-11 03:43:55] "POST /neutron/port HTTP/1.1" 200 1114 0.015963 10.0.0.27 - - [2025-12-11 03:43:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002393 10.0.0.27 - - [2025-12-11 03:43:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002290 10.0.0.61 - - [2025-12-11 03:43:57] "POST /neutron/network HTTP/1.1" 200 151 0.106274 10.0.0.27 - - [2025-12-11 03:43:58] "GET /projects?obj_uuids=359a4d95-ccd5-4998-9ec9-c9f5ba153970&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000925 10.0.0.61 - - [2025-12-11 03:43:58] "GET /project/359a4d95-ccd5-4998-9ec9-c9f5ba153970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.041613 10.0.0.27 - - [2025-12-11 03:43:58] "GET /projects?obj_uuids=359a4d95-ccd5-4998-9ec9-c9f5ba153970&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000867 10.0.0.61 - - [2025-12-11 03:43:58] "GET /project/359a4d95-ccd5-4998-9ec9-c9f5ba153970?fields=virtual_networks HTTP/1.1" 200 1040 0.038215 10.0.0.27 - - [2025-12-11 03:43:58] "GET /projects?obj_uuids=359a4d95-ccd5-4998-9ec9-c9f5ba153970&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000873 10.0.0.61 - - [2025-12-11 03:43:58] "GET /project/359a4d95-ccd5-4998-9ec9-c9f5ba153970?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.033413 10.0.0.27 - - [2025-12-11 03:43:58] "GET /projects?obj_uuids=359a4d95-ccd5-4998-9ec9-c9f5ba153970&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001270 10.0.0.61 - - [2025-12-11 03:43:58] "GET /project/359a4d95-ccd5-4998-9ec9-c9f5ba153970?fields=security_groups HTTP/1.1" 200 1265 0.047623 10.0.0.61 - - [2025-12-11 03:44:12] "GET / HTTP/1.1" 200 35931 0.001875 10.0.0.61 - - [2025-12-11 03:44:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000758 10.0.0.61 - - [2025-12-11 03:44:13] "POST /fqname-to-id HTTP/1.1" 404 201 0.058458 10.0.0.27 - - [2025-12-11 03:44:13] "GET /projects?obj_uuids=996e441c-5966-4ecc-bba4-6c8af2e1afbb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003047 10.0.0.27 - - [2025-12-11 03:44:13] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000852 10.0.0.27 - - [2025-12-11 03:44:13] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006775 10.0.0.27 - - [2025-12-11 03:44:14] "POST /id-to-fqname HTTP/1.1" 200 203 0.002903 10.0.0.27 - - [2025-12-11 03:44:14] "POST /fqname-to-id HTTP/1.1" 404 212 0.004110 10.0.0.27 - - [2025-12-11 03:44:14] "POST /security-groups HTTP/1.1" 200 604 0.070361 10.0.0.33 - - [2025-12-11 03:44:14] "POST /fqname-to-id HTTP/1.1" 404 247 0.003213 10.0.0.27 - - [2025-12-11 03:44:14] "POST /projects HTTP/1.1" 200 611 0.246911 10.0.0.33 - - [2025-12-11 03:44:14] "POST /access-control-lists HTTP/1.1" 200 607 0.028530 10.0.0.27 - - [2025-12-11 03:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.329530 10.0.0.61 - - [2025-12-11 03:44:14] "GET /project/996e441c-5966-4ecc-bba4-6c8af2e1afbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.461478 10.0.0.61 - - [2025-12-11 03:44:15] "GET / HTTP/1.1" 200 35931 0.002952 10.0.0.61 - - [2025-12-11 03:44:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000652 10.0.0.61 - - [2025-12-11 03:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.050681 10.0.0.27 - - [2025-12-11 03:44:16] "GET /projects?obj_uuids=996e441c-5966-4ecc-bba4-6c8af2e1afbb&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000855 10.0.0.61 - - [2025-12-11 03:44:16] "GET /project/996e441c-5966-4ecc-bba4-6c8af2e1afbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.037477 10.0.0.27 - - [2025-12-11 03:44:16] "POST /useragent-kv HTTP/1.1" 200 115 0.006313 10.0.0.61 - - [2025-12-11 03:44:16] "POST /neutron/subnet HTTP/1.1" 200 710 0.245543 10.0.0.61 - - [2025-12-11 03:44:16] "POST /id-to-fqname HTTP/1.1" 200 234 0.001359 10.0.0.61 - - [2025-12-11 03:44:16] "GET /virtual-network/23b04181-66d1-42db-8e3d-f08f38325495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006529 10.0.0.61 - - [2025-12-11 03:44:16] "GET /virtual-network/23b04181-66d1-42db-8e3d-f08f38325495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005126 10.0.0.61 - - [2025-12-11 03:44:16] "POST /neutron/network HTTP/1.1" 200 836 0.008441 10.0.0.61 - - [2025-12-11 03:44:16] "POST /id-to-fqname HTTP/1.1" 200 234 0.001898 10.0.0.27 - - [2025-12-11 03:44:17] "GET /projects?obj_uuids=996e441c-5966-4ecc-bba4-6c8af2e1afbb&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001293 10.0.0.61 - - [2025-12-11 03:44:17] "GET /project/996e441c-5966-4ecc-bba4-6c8af2e1afbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.072015 10.0.0.61 - - [2025-12-11 03:44:17] "POST /neutron/network HTTP/1.1" 200 836 0.006741 10.0.0.61 - - [2025-12-11 03:44:17] "POST /id-to-fqname HTTP/1.1" 200 234 0.001289 10.0.0.61 - - [2025-12-11 03:44:17] "POST /neutron/port HTTP/1.1" 200 117 0.005945 10.0.0.27 - - [2025-12-11 03:44:18] "GET /projects?obj_uuids=996e441c-5966-4ecc-bba4-6c8af2e1afbb&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001020 10.0.0.61 - - [2025-12-11 03:44:18] "POST /neutron/port HTTP/1.1" 200 1070 0.272935 10.0.0.61 - - [2025-12-11 03:44:18] "POST /neutron/port HTTP/1.1" 200 1124 0.112573 10.0.0.27 - - [2025-12-11 03:44:18] "GET /projects?obj_uuids=996e441c-5966-4ecc-bba4-6c8af2e1afbb&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000787 10.0.0.61 - - [2025-12-11 03:44:18] "POST /neutron/subnet HTTP/1.1" 200 684 0.009402 10.0.0.61 - - [2025-12-11 03:44:18] "GET /project/996e441c-5966-4ecc-bba4-6c8af2e1afbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.062438 10.0.0.61 - - [2025-12-11 03:44:18] "POST /neutron/network HTTP/1.1" 200 836 0.006152 10.0.0.61 - - [2025-12-11 03:44:19] "POST /neutron/port HTTP/1.1" 200 117 0.005971 10.0.0.61 - - [2025-12-11 03:44:19] "POST /neutron/port HTTP/1.1" 200 1070 0.016410 10.0.0.61 - - [2025-12-11 03:44:20] "GET /virtual-network/23b04181-66d1-42db-8e3d-f08f38325495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.031466 10.0.0.61 - - [2025-12-11 03:44:20] "POST /neutron/port HTTP/1.1" 200 1098 0.015539 10.0.0.61 - - [2025-12-11 03:44:20] "POST /neutron/port HTTP/1.1" 200 117 0.001182 10.0.0.61 - - [2025-12-11 03:44:20] "GET /obj-perms HTTP/1.1" 200 5056 0.063220 10.0.0.61 - - [2025-12-11 03:44:22] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008182 10.0.0.61 - - [2025-12-11 03:44:22] "POST /neutron/port HTTP/1.1" 200 1098 0.014735 10.0.0.61 - - [2025-12-11 03:44:22] "GET /virtual-machine/1a67bace-9ac4-4f00-bd8f-bac6510044e4 HTTP/1.1" 401 292 0.000421 10.0.0.61 - - [2025-12-11 03:44:22] "GET /virtual-machine/1a67bace-9ac4-4f00-bd8f-bac6510044e4 HTTP/1.1" 200 1305 0.028951 10.0.0.61 - - [2025-12-11 03:44:22] "GET /virtual-machine-interface/b0d71847-463b-4512-9845-a7836b728786 HTTP/1.1" 200 3010 0.005597 10.0.0.61 - - [2025-12-11 03:44:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.61 - - [2025-12-11 03:44:22] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003064 10.0.0.61 - - [2025-12-11 03:44:22] "GET /virtual-networks?parent_id=996e441c-5966-4ecc-bba4-6c8af2e1afbb&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002800 10.0.0.61 - - [2025-12-11 03:44:22] "GET /virtual-network/23b04181-66d1-42db-8e3d-f08f38325495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005361 10.0.0.61 - - [2025-12-11 03:44:25] "POST /neutron/port HTTP/1.1" 200 1098 0.013611 10.0.0.61 - - [2025-12-11 03:44:25] "POST /neutron/subnet HTTP/1.1" 200 684 0.007586 10.0.0.61 - - [2025-12-11 03:44:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.61 - - [2025-12-11 03:44:25] "GET /virtual-network/23b04181-66d1-42db-8e3d-f08f38325495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004977 10.0.0.61 - - [2025-12-11 03:44:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.61 - - [2025-12-11 03:44:29] "GET /virtual-network/23b04181-66d1-42db-8e3d-f08f38325495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004787 10.0.0.27 - - [2025-12-11 03:44:32] "DELETE /project/996e441c59664eccbba46c8af2e1afbb HTTP/1.1" 404 173 0.005190 10.0.0.27 - - [2025-12-11 03:44:32] "GET /projects?obj_uuids=359a4d95-ccd5-4998-9ec9-c9f5ba153970&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000767 10.0.0.27 - - [2025-12-11 03:44:32] "GET /project/359a4d95-ccd5-4998-9ec9-c9f5ba153970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.051197 10.0.0.27 - - [2025-12-11 03:44:32] "GET /projects?obj_uuids=359a4d95-ccd5-4998-9ec9-c9f5ba153970&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000880 10.0.0.27 - - [2025-12-11 03:44:32] "GET /project/359a4d95-ccd5-4998-9ec9-c9f5ba153970?fields=security_groups HTTP/1.1" 200 1370 0.049662 10.0.0.27 - - [2025-12-11 03:44:32] "DELETE /security-group/7bf32f37-45bb-49fe-b9a8-80db35217b0c HTTP/1.1" 404 177 0.003570 10.0.0.33 - - [2025-12-11 03:44:32] "DELETE /access-control-list/b6ab4318-7962-441e-96f2-8d8c80fefd44 HTTP/1.1" 200 115 0.059051 10.0.0.27 - - [2025-12-11 03:44:32] "GET /projects?obj_uuids=359a4d95-ccd5-4998-9ec9-c9f5ba153970&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001829 10.0.0.27 - - [2025-12-11 03:44:32] "GET /project/359a4d95-ccd5-4998-9ec9-c9f5ba153970?fields=application_policy_sets HTTP/1.1" 200 1409 0.056377 10.0.0.27 - - [2025-12-11 03:44:32] "DELETE /project/359a4d95-ccd5-4998-9ec9-c9f5ba153970 HTTP/1.1" 200 115 0.448754 10.0.0.61 - - [2025-12-11 03:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.61 - - [2025-12-11 03:44:33] "GET /virtual-network/23b04181-66d1-42db-8e3d-f08f38325495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005276 10.0.0.61 - - [2025-12-11 03:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.61 - - [2025-12-11 03:44:37] "GET /virtual-network/23b04181-66d1-42db-8e3d-f08f38325495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006516 10.0.0.61 - - [2025-12-11 03:44:39] "POST /neutron/port HTTP/1.1" 200 1098 0.014722 10.0.0.61 - - [2025-12-11 03:44:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.61 - - [2025-12-11 03:44:39] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003530 10.0.0.61 - - [2025-12-11 03:44:40] "GET /virtual-networks?parent_id=996e441c-5966-4ecc-bba4-6c8af2e1afbb&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002748 10.0.0.61 - - [2025-12-11 03:44:40] "GET /virtual-network/23b04181-66d1-42db-8e3d-f08f38325495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007103 10.0.0.61 - - [2025-12-11 03:44:40] "POST /neutron/security_group HTTP/1.1" 200 2071 0.006847 10.0.0.61 - - [2025-12-11 03:44:45] "POST /neutron/port HTTP/1.1" 200 1098 0.015295 10.0.0.61 - - [2025-12-11 03:44:50] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007027 10.0.0.61 - - [2025-12-11 03:44:50] "POST /neutron/port HTTP/1.1" 200 1098 0.015136 10.0.0.61 - - [2025-12-11 03:44:50] "GET /virtual-machine/7436b320-0cdd-4a2b-897a-f493837d01d3 HTTP/1.1" 200 1304 0.005411 10.0.0.61 - - [2025-12-11 03:44:50] "GET /virtual-machine-interface/b1307b67-be05-4ce0-8c53-89460c41c7f1 HTTP/1.1" 200 3010 0.004280 10.0.0.61 - - [2025-12-11 03:44:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.61 - - [2025-12-11 03:44:50] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004704 10.0.0.61 - - [2025-12-11 03:44:50] "GET /virtual-networks?parent_id=996e441c-5966-4ecc-bba4-6c8af2e1afbb&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002324 10.0.0.61 - - [2025-12-11 03:44:50] "GET /virtual-network/23b04181-66d1-42db-8e3d-f08f38325495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005898 10.0.0.61 - - [2025-12-11 03:44:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.61 - - [2025-12-11 03:44:51] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004505 10.0.0.61 - - [2025-12-11 03:44:51] "GET /virtual-networks?parent_id=996e441c-5966-4ecc-bba4-6c8af2e1afbb&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002679 10.0.0.61 - - [2025-12-11 03:44:51] "GET /virtual-network/23b04181-66d1-42db-8e3d-f08f38325495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005216 10.0.0.61 - - [2025-12-11 03:44:51] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007161 10.0.0.61 - - [2025-12-11 03:44:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005136 10.0.0.61 - - [2025-12-11 03:44:57] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004470 10.0.0.61 - - [2025-12-11 03:44:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.61 - - [2025-12-11 03:44:57] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005099 10.0.0.61 - - [2025-12-11 03:44:57] "PUT /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1 HTTP/1.1" 200 276 0.012209 10.0.0.61 - - [2025-12-11 03:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.61 - - [2025-12-11 03:45:08] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1636 0.003349 10.0.0.61 - - [2025-12-11 03:45:08] "PUT /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1 HTTP/1.1" 200 276 0.011701 10.0.0.33 - - [2025-12-11 03:45:22] "GET /obj-perms HTTP/1.1" 200 5056 0.056521 10.0.0.27 - - [2025-12-11 03:45:22] "GET /obj-perms HTTP/1.1" 200 5056 0.066665 10.0.0.61 - - [2025-12-11 03:45:27] "POST /neutron/network HTTP/1.1" 200 846 0.010053 10.0.0.61 - - [2025-12-11 03:45:27] "POST /neutron/port HTTP/1.1" 200 117 0.001169 10.0.0.61 - - [2025-12-11 03:45:57] "POST /neutron/network HTTP/1.1" 400 204 0.014033 10.0.0.61 - - [2025-12-11 03:45:58] "POST /neutron/port HTTP/1.1" 200 151 0.183468 10.0.0.61 - - [2025-12-11 03:45:58] "POST /neutron/port HTTP/1.1" 200 151 0.223819 10.0.0.33 - - [2025-12-11 03:46:00] "DELETE /route-target/6fc81cdf-3235-4cda-8a15-4abd28096c41 HTTP/1.1" 200 115 0.028297 10.0.0.27 - - [2025-12-11 03:46:00] "GET /projects?obj_uuids=996e441c-5966-4ecc-bba4-6c8af2e1afbb&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001609 10.0.0.61 - - [2025-12-11 03:46:00] "GET /project/996e441c-5966-4ecc-bba4-6c8af2e1afbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.063515 10.0.0.27 - - [2025-12-11 03:46:00] "GET /projects?obj_uuids=996e441c-5966-4ecc-bba4-6c8af2e1afbb&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001379 10.0.0.61 - - [2025-12-11 03:46:00] "GET /project/996e441c-5966-4ecc-bba4-6c8af2e1afbb?fields=virtual_networks HTTP/1.1" 200 1069 0.084521 10.0.0.27 - - [2025-12-11 03:46:00] "GET /projects?obj_uuids=996e441c-5966-4ecc-bba4-6c8af2e1afbb&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001371 10.0.0.61 - - [2025-12-11 03:46:00] "GET /project/996e441c-5966-4ecc-bba4-6c8af2e1afbb?fields=virtual_machine_interfaces HTTP/1.1" 200 1069 0.066532 10.0.0.27 - - [2025-12-11 03:46:00] "GET /projects?obj_uuids=996e441c-5966-4ecc-bba4-6c8af2e1afbb&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001269 10.0.0.61 - - [2025-12-11 03:46:00] "GET /project/996e441c-5966-4ecc-bba4-6c8af2e1afbb?fields=security_groups HTTP/1.1" 200 1308 0.042017 10.0.0.61 - - [2025-12-11 03:46:01] "POST /fqname-to-id HTTP/1.1" 404 206 0.028490 10.0.0.27 - - [2025-12-11 03:46:01] "GET /projects?obj_uuids=200f7440-d271-4a99-8689-562e27d4dcb5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003573 10.0.0.27 - - [2025-12-11 03:46:01] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001329 10.0.0.27 - - [2025-12-11 03:46:01] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010090 10.0.0.27 - - [2025-12-11 03:46:01] "POST /id-to-fqname HTTP/1.1" 200 209 0.001334 10.0.0.27 - - [2025-12-11 03:46:01] "POST /fqname-to-id HTTP/1.1" 404 217 0.007425 10.0.0.27 - - [2025-12-11 03:46:01] "POST /security-groups HTTP/1.1" 200 609 0.045109 10.0.0.27 - - [2025-12-11 03:46:01] "POST /projects HTTP/1.1" 200 621 0.311075 10.0.0.27 - - [2025-12-11 03:46:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.348605 10.0.0.33 - - [2025-12-11 03:46:01] "POST /fqname-to-id HTTP/1.1" 404 251 0.007944 10.0.0.61 - - [2025-12-11 03:46:02] "GET /project/200f7440-d271-4a99-8689-562e27d4dcb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.510694 10.0.0.61 - - [2025-12-11 03:46:03] "GET / HTTP/1.1" 200 35931 0.001575 10.0.0.61 - - [2025-12-11 03:46:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000487 10.0.0.61 - - [2025-12-11 03:46:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.067282 10.0.0.27 - - [2025-12-11 03:46:03] "GET /projects?obj_uuids=200f7440-d271-4a99-8689-562e27d4dcb5&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000844 10.0.0.61 - - [2025-12-11 03:46:03] "GET /project/200f7440-d271-4a99-8689-562e27d4dcb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.040087 10.0.0.61 - - [2025-12-11 03:46:04] "POST /neutron/network HTTP/1.1" 200 117 0.040384 10.0.0.33 - - [2025-12-11 03:46:04] "POST /ref-update HTTP/1.1" 200 156 0.044279 10.0.0.61 - - [2025-12-11 03:46:04] "POST /neutron/network HTTP/1.1" 200 845 0.009625 10.0.0.61 - - [2025-12-11 03:46:04] "POST /id-to-fqname HTTP/1.1" 200 239 0.001281 10.0.0.61 - - [2025-12-11 03:46:04] "GET /virtual-network/cd17d76a-827d-4c9e-913f-88487d9ea99b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.004685 10.0.0.61 - - [2025-12-11 03:46:04] "GET /virtual-network/cd17d76a-827d-4c9e-913f-88487d9ea99b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.004379 10.0.0.61 - - [2025-12-11 03:46:04] "POST /neutron/subnet HTTP/1.1" 200 729 0.008847 10.0.0.61 - - [2025-12-11 03:46:04] "POST /id-to-fqname HTTP/1.1" 200 239 0.001202 10.0.0.27 - - [2025-12-11 03:46:05] "GET /projects?obj_uuids=200f7440-d271-4a99-8689-562e27d4dcb5&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001259 10.0.0.61 - - [2025-12-11 03:46:05] "GET /project/200f7440-d271-4a99-8689-562e27d4dcb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.066600 10.0.0.61 - - [2025-12-11 03:46:05] "POST /neutron/port HTTP/1.1" 200 117 0.006879 10.0.0.61 - - [2025-12-11 03:46:05] "POST /id-to-fqname HTTP/1.1" 200 239 0.001698 10.0.0.61 - - [2025-12-11 03:46:06] "POST /neutron/network HTTP/1.1" 200 855 0.087488 10.0.0.61 - - [2025-12-11 03:46:06] "POST /neutron/port HTTP/1.1" 200 1079 0.016397 10.0.0.61 - - [2025-12-11 03:46:06] "POST /neutron/port HTTP/1.1" 200 1107 0.016868 10.0.0.61 - - [2025-12-11 03:46:06] "POST /neutron/port HTTP/1.1" 200 117 0.001101 10.0.0.27 - - [2025-12-11 03:46:06] "GET /projects?obj_uuids=200f7440-d271-4a99-8689-562e27d4dcb5&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001306 10.0.0.61 - - [2025-12-11 03:46:06] "GET /project/200f7440-d271-4a99-8689-562e27d4dcb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.066425 10.0.0.61 - - [2025-12-11 03:46:07] "POST /neutron/port HTTP/1.1" 200 1107 0.019729 10.0.0.61 - - [2025-12-11 03:46:07] "POST /neutron/network HTTP/1.1" 200 855 0.008178 10.0.0.61 - - [2025-12-11 03:46:07] "GET /virtual-network/cd17d76a-827d-4c9e-913f-88487d9ea99b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.019127 10.0.0.61 - - [2025-12-11 03:46:07] "POST /neutron/port HTTP/1.1" 200 1079 0.013202 10.0.0.61 - - [2025-12-11 03:46:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004343 10.0.0.61 - - [2025-12-11 03:46:08] "POST /neutron/network HTTP/1.1" 200 845 0.007819 10.0.0.61 - - [2025-12-11 03:46:09] "POST /neutron/port HTTP/1.1" 200 1107 0.014160 10.0.0.61 - - [2025-12-11 03:46:09] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006902 10.0.0.61 - - [2025-12-11 03:46:09] "GET /virtual-machine/b2ffbbb8-c667-4075-bda5-332fd59432e8 HTTP/1.1" 401 292 0.000317 10.0.0.61 - - [2025-12-11 03:46:09] "GET /virtual-machine/b2ffbbb8-c667-4075-bda5-332fd59432e8 HTTP/1.1" 200 1311 0.033695 10.0.0.61 - - [2025-12-11 03:46:09] "GET /virtual-machine-interface/d66faeee-e0c4-4609-80b9-d7ae73f9ed7d HTTP/1.1" 200 3034 0.005543 10.0.0.61 - - [2025-12-11 03:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004265 10.0.0.61 - - [2025-12-11 03:46:09] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004967 10.0.0.61 - - [2025-12-11 03:46:09] "GET /virtual-networks?parent_id=200f7440-d271-4a99-8689-562e27d4dcb5&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003513 10.0.0.61 - - [2025-12-11 03:46:09] "GET /virtual-network/cd17d76a-827d-4c9e-913f-88487d9ea99b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005858 10.0.0.61 - - [2025-12-11 03:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.61 - - [2025-12-11 03:46:12] "GET /virtual-network/cd17d76a-827d-4c9e-913f-88487d9ea99b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006187 10.0.0.61 - - [2025-12-11 03:46:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.61 - - [2025-12-11 03:46:16] "GET /virtual-network/cd17d76a-827d-4c9e-913f-88487d9ea99b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005756 10.0.0.61 - - [2025-12-11 03:46:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.61 - - [2025-12-11 03:46:21] "GET /virtual-network/cd17d76a-827d-4c9e-913f-88487d9ea99b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.004925 10.0.0.27 - - [2025-12-11 03:46:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.27 - - [2025-12-11 03:46:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000540 10.0.0.27 - - [2025-12-11 03:46:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.27 - - [2025-12-11 03:46:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000480 10.0.0.33 - - [2025-12-11 03:46:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.61 - - [2025-12-11 03:46:23] "GET /obj-perms HTTP/1.1" 200 5056 0.081887 10.0.0.33 - - [2025-12-11 03:46:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.33 - - [2025-12-11 03:46:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000494 10.0.0.33 - - [2025-12-11 03:46:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000491 10.0.0.61 - - [2025-12-11 03:46:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.61 - - [2025-12-11 03:46:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000502 10.0.0.61 - - [2025-12-11 03:46:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.61 - - [2025-12-11 03:46:25] "GET /virtual-network/cd17d76a-827d-4c9e-913f-88487d9ea99b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005053 10.0.0.61 - - [2025-12-11 03:46:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.61 - - [2025-12-11 03:46:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.61 - - [2025-12-11 03:46:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.61 - - [2025-12-11 03:46:27] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004131 10.0.0.61 - - [2025-12-11 03:46:27] "GET /virtual-networks?parent_id=200f7440-d271-4a99-8689-562e27d4dcb5&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003464 10.0.0.61 - - [2025-12-11 03:46:27] "GET /virtual-network/cd17d76a-827d-4c9e-913f-88487d9ea99b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006556 10.0.0.61 - - [2025-12-11 03:46:27] "POST /neutron/port HTTP/1.1" 200 1107 0.014757 10.0.0.61 - - [2025-12-11 03:46:27] "POST /neutron/port HTTP/1.1" 200 1107 0.014079 10.0.0.61 - - [2025-12-11 03:46:27] "POST /neutron/subnet HTTP/1.1" 200 703 0.010497 10.0.0.61 - - [2025-12-11 03:46:30] "POST /neutron/port HTTP/1.1" 200 1107 0.014428 10.0.0.61 - - [2025-12-11 03:46:32] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007650 10.0.0.27 - - [2025-12-11 03:46:33] "GET /projects?obj_uuids=996e441c-5966-4ecc-bba4-6c8af2e1afbb&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000736 10.0.0.27 - - [2025-12-11 03:46:33] "DELETE /project/200f7440d2714a998689562e27d4dcb5 HTTP/1.1" 404 173 0.014260 10.0.0.27 - - [2025-12-11 03:46:33] "GET /project/996e441c-5966-4ecc-bba4-6c8af2e1afbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.050739 10.0.0.27 - - [2025-12-11 03:46:33] "GET /projects?obj_uuids=996e441c-5966-4ecc-bba4-6c8af2e1afbb&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001379 10.0.0.27 - - [2025-12-11 03:46:33] "GET /project/996e441c-5966-4ecc-bba4-6c8af2e1afbb?fields=security_groups HTTP/1.1" 200 1139 0.092781 10.0.0.27 - - [2025-12-11 03:46:33] "GET /projects?obj_uuids=996e441c-5966-4ecc-bba4-6c8af2e1afbb&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001105 10.0.0.27 - - [2025-12-11 03:46:33] "GET /project/996e441c-5966-4ecc-bba4-6c8af2e1afbb?fields=application_policy_sets HTTP/1.1" 200 1452 0.045865 10.0.0.27 - - [2025-12-11 03:46:33] "DELETE /project/996e441c-5966-4ecc-bba4-6c8af2e1afbb HTTP/1.1" 200 115 0.355031 10.0.0.61 - - [2025-12-11 03:46:37] "POST /neutron/port HTTP/1.1" 200 1107 0.014495 10.0.0.61 - - [2025-12-11 03:46:37] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006485 10.0.0.61 - - [2025-12-11 03:46:37] "GET /virtual-machine/7919c253-b702-4ff2-a32d-72f5474b71c1 HTTP/1.1" 200 1310 0.004952 10.0.0.61 - - [2025-12-11 03:46:37] "GET /virtual-machine-interface/bcee6578-647f-471d-a108-a598da8f0f6f HTTP/1.1" 200 3035 0.003998 10.0.0.61 - - [2025-12-11 03:46:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.61 - - [2025-12-11 03:46:38] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003488 10.0.0.61 - - [2025-12-11 03:46:38] "GET /virtual-networks?parent_id=200f7440-d271-4a99-8689-562e27d4dcb5&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002557 10.0.0.61 - - [2025-12-11 03:46:38] "GET /virtual-network/cd17d76a-827d-4c9e-913f-88487d9ea99b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005362 10.0.0.61 - - [2025-12-11 03:46:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004733 10.0.0.61 - - [2025-12-11 03:46:39] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003301 10.0.0.61 - - [2025-12-11 03:46:39] "GET /virtual-networks?parent_id=200f7440-d271-4a99-8689-562e27d4dcb5&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002426 10.0.0.61 - - [2025-12-11 03:46:39] "GET /virtual-network/cd17d76a-827d-4c9e-913f-88487d9ea99b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005438 10.0.0.61 - - [2025-12-11 03:46:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.27 - - [2025-12-11 03:46:39] "GET /projects?obj_uuids=200f7440-d271-4a99-8689-562e27d4dcb5&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000899 10.0.0.61 - - [2025-12-11 03:46:39] "GET /project/200f7440-d271-4a99-8689-562e27d4dcb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.042095 10.0.0.33 - - [2025-12-11 03:46:39] "POST /route-targets HTTP/1.1" 200 327 0.014444 10.0.0.27 - - [2025-12-11 03:46:39] "POST /useragent-kv HTTP/1.1" 200 115 0.006757 10.0.0.61 - - [2025-12-11 03:46:39] "POST /neutron/subnet HTTP/1.1" 200 715 0.163105 10.0.0.61 - - [2025-12-11 03:46:39] "POST /id-to-fqname HTTP/1.1" 200 239 0.001333 10.0.0.61 - - [2025-12-11 03:46:39] "GET /virtual-network/6b35b530-50c0-48c2-ada6-f1cae088cdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004670 10.0.0.61 - - [2025-12-11 03:46:39] "GET /virtual-network/6b35b530-50c0-48c2-ada6-f1cae088cdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005334 10.0.0.61 - - [2025-12-11 03:46:39] "POST /neutron/network HTTP/1.1" 200 842 0.005532 10.0.0.61 - - [2025-12-11 03:46:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.27 - - [2025-12-11 03:46:39] "GET /projects?obj_uuids=200f7440-d271-4a99-8689-562e27d4dcb5&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000947 10.0.0.61 - - [2025-12-11 03:46:40] "GET /project/200f7440-d271-4a99-8689-562e27d4dcb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.037707 10.0.0.27 - - [2025-12-11 03:46:40] "GET /projects?obj_uuids=200f7440-d271-4a99-8689-562e27d4dcb5&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000959 10.0.0.61 - - [2025-12-11 03:46:40] "POST /neutron/network HTTP/1.1" 200 631 0.112030 10.0.0.33 - - [2025-12-11 03:46:40] "POST /ref-update HTTP/1.1" 200 156 0.020847 10.0.0.61 - - [2025-12-11 03:46:40] "POST /id-to-fqname HTTP/1.1" 200 242 0.003460 10.0.0.61 - - [2025-12-11 03:46:40] "GET /virtual-network/2c8165b2-722d-4f0c-8a2d-e9ec8c571e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006507 10.0.0.61 - - [2025-12-11 03:46:40] "POST /neutron/network HTTP/1.1" 200 852 0.006803 10.0.0.61 - - [2025-12-11 03:46:40] "GET /virtual-network/2c8165b2-722d-4f0c-8a2d-e9ec8c571e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.004511 10.0.0.61 - - [2025-12-11 03:46:40] "POST /id-to-fqname HTTP/1.1" 200 239 0.001763 10.0.0.61 - - [2025-12-11 03:46:40] "POST /neutron/port HTTP/1.1" 200 2098 0.018705 10.0.0.27 - - [2025-12-11 03:46:41] "GET /projects?obj_uuids=200f7440-d271-4a99-8689-562e27d4dcb5&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000889 10.0.0.61 - - [2025-12-11 03:46:41] "GET /project/200f7440-d271-4a99-8689-562e27d4dcb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.057222 10.0.0.61 - - [2025-12-11 03:46:41] "POST /neutron/network HTTP/1.1" 200 842 0.035634 10.0.0.61 - - [2025-12-11 03:46:41] "POST /neutron/port HTTP/1.1" 200 117 0.015026 10.0.0.61 - - [2025-12-11 03:46:41] "POST /id-to-fqname HTTP/1.1" 200 242 0.001353 10.0.0.61 - - [2025-12-11 03:46:41] "POST /neutron/network HTTP/1.1" 200 862 0.006719 10.0.0.61 - - [2025-12-11 03:46:42] "POST /neutron/port HTTP/1.1" 200 1076 0.039273 10.0.0.61 - - [2025-12-11 03:46:42] "POST /neutron/port HTTP/1.1" 200 1104 0.015859 10.0.0.27 - - [2025-12-11 03:46:42] "GET /projects?obj_uuids=200f7440-d271-4a99-8689-562e27d4dcb5&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001148 10.0.0.61 - - [2025-12-11 03:46:42] "POST /neutron/port HTTP/1.1" 200 117 0.001487 10.0.0.61 - - [2025-12-11 03:46:42] "GET /project/200f7440-d271-4a99-8689-562e27d4dcb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.072053 10.0.0.61 - - [2025-12-11 03:46:42] "POST /neutron/port HTTP/1.1" 200 3085 0.024163 10.0.0.61 - - [2025-12-11 03:46:43] "POST /id-to-fqname HTTP/1.1" 200 239 0.001348 10.0.0.61 - - [2025-12-11 03:46:43] "POST /id-to-fqname HTTP/1.1" 200 239 0.000912 10.0.0.61 - - [2025-12-11 03:46:43] "POST /neutron/port HTTP/1.1" 200 3085 0.026838 10.0.0.61 - - [2025-12-11 03:46:43] "POST /neutron/network HTTP/1.1" 200 862 0.006951 10.0.0.61 - - [2025-12-11 03:46:43] "POST /neutron/port HTTP/1.1" 200 1080 0.016245 10.0.0.61 - - [2025-12-11 03:46:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004226 10.0.0.61 - - [2025-12-11 03:46:44] "POST /neutron/network HTTP/1.1" 200 852 0.006240 10.0.0.27 - - [2025-12-11 03:46:44] "GET /projects?obj_uuids=200f7440-d271-4a99-8689-562e27d4dcb5&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000772 10.0.0.61 - - [2025-12-11 03:46:44] "GET /project/200f7440-d271-4a99-8689-562e27d4dcb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.072091 10.0.0.61 - - [2025-12-11 03:46:44] "POST /neutron/port HTTP/1.1" 200 4076 0.024817 10.0.0.61 - - [2025-12-11 03:46:44] "GET /virtual-network/cd17d76a-827d-4c9e-913f-88487d9ea99b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005352 10.0.0.61 - - [2025-12-11 03:46:44] "POST /neutron/network HTTP/1.1" 200 1555 0.008721 10.0.0.33 - - [2025-12-11 03:46:45] "GET /obj-perms HTTP/1.1" 200 5066 0.091996 10.0.0.61 - - [2025-12-11 03:46:45] "GET /virtual-network/6b35b530-50c0-48c2-ada6-f1cae088cdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004702 10.0.0.61 - - [2025-12-11 03:46:45] "POST /neutron/port HTTP/1.1" 200 1079 0.012931 10.0.0.61 - - [2025-12-11 03:46:45] "POST /neutron/port HTTP/1.1" 200 1076 0.022604 10.0.0.27 - - [2025-12-11 03:46:45] "GET /obj-perms HTTP/1.1" 200 5066 0.077527 10.0.0.61 - - [2025-12-11 03:46:45] "POST /neutron/port HTTP/1.1" 200 2095 0.016515 10.0.0.61 - - [2025-12-11 03:46:45] "POST /neutron/port HTTP/1.1" 200 117 0.001560 10.0.0.61 - - [2025-12-11 03:46:45] "GET /virtual-network/2c8165b2-722d-4f0c-8a2d-e9ec8c571e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006241 10.0.0.61 - - [2025-12-11 03:46:45] "POST /neutron/subnet HTTP/1.1" 200 689 0.008038 10.0.0.61 - - [2025-12-11 03:46:46] "GET /obj-perms HTTP/1.1" 200 5066 0.059937 10.0.0.61 - - [2025-12-11 03:46:46] "POST /neutron/port HTTP/1.1" 200 1108 0.013618 10.0.0.61 - - [2025-12-11 03:46:46] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006766 10.0.0.61 - - [2025-12-11 03:46:46] "GET /virtual-machine/dab2b8ed-bbdd-453a-9c19-de683589c2d0 HTTP/1.1" 200 1311 0.005263 10.0.0.61 - - [2025-12-11 03:46:46] "GET /virtual-machine-interface/0f813b81-ccf7-45e7-ab40-ce847a5e8f9e HTTP/1.1" 200 3043 0.005514 10.0.0.61 - - [2025-12-11 03:46:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.61 - - [2025-12-11 03:46:46] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003253 10.0.0.61 - - [2025-12-11 03:46:46] "GET /virtual-networks?parent_id=200f7440-d271-4a99-8689-562e27d4dcb5&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002517 10.0.0.61 - - [2025-12-11 03:46:46] "GET /virtual-network/2c8165b2-722d-4f0c-8a2d-e9ec8c571e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006174 10.0.0.61 - - [2025-12-11 03:46:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.61 - - [2025-12-11 03:46:49] "GET /virtual-network/2c8165b2-722d-4f0c-8a2d-e9ec8c571e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.004840 10.0.0.61 - - [2025-12-11 03:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.61 - - [2025-12-11 03:46:53] "GET /virtual-network/2c8165b2-722d-4f0c-8a2d-e9ec8c571e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.004845 10.0.0.61 - - [2025-12-11 03:46:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.61 - - [2025-12-11 03:46:57] "GET /virtual-network/2c8165b2-722d-4f0c-8a2d-e9ec8c571e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006245 10.0.0.61 - - [2025-12-11 03:47:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005029 10.0.0.61 - - [2025-12-11 03:47:02] "GET /virtual-network/2c8165b2-722d-4f0c-8a2d-e9ec8c571e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006714 10.0.0.61 - - [2025-12-11 03:47:02] "POST /neutron/port HTTP/1.1" 200 2095 0.019443 10.0.0.61 - - [2025-12-11 03:47:04] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006228 10.0.0.61 - - [2025-12-11 03:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.61 - - [2025-12-11 03:47:06] "GET /virtual-network/2c8165b2-722d-4f0c-8a2d-e9ec8c571e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.005390 10.0.0.61 - - [2025-12-11 03:47:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.61 - - [2025-12-11 03:47:08] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003687 10.0.0.61 - - [2025-12-11 03:47:08] "GET /virtual-networks?parent_id=200f7440-d271-4a99-8689-562e27d4dcb5&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002803 10.0.0.61 - - [2025-12-11 03:47:08] "GET /virtual-network/2c8165b2-722d-4f0c-8a2d-e9ec8c571e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.005859 10.0.0.61 - - [2025-12-11 03:47:08] "POST /neutron/port HTTP/1.1" 200 1108 0.014794 10.0.0.61 - - [2025-12-11 03:47:13] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007138 10.0.0.61 - - [2025-12-11 03:47:18] "POST /neutron/port HTTP/1.1" 200 1104 0.013793 10.0.0.61 - - [2025-12-11 03:47:18] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006955 10.0.0.61 - - [2025-12-11 03:47:18] "GET /virtual-machine/e686bac9-a3f2-4160-9dc5-c95a9b7180fc HTTP/1.1" 200 1311 0.004769 10.0.0.61 - - [2025-12-11 03:47:18] "GET /virtual-machine-interface/fb465dc2-4d14-4509-a6fc-561f7255f3d7 HTTP/1.1" 200 3035 0.004615 10.0.0.61 - - [2025-12-11 03:47:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.61 - - [2025-12-11 03:47:18] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003895 10.0.0.61 - - [2025-12-11 03:47:18] "GET /virtual-networks?parent_id=200f7440-d271-4a99-8689-562e27d4dcb5&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002604 10.0.0.61 - - [2025-12-11 03:47:19] "GET /virtual-network/6b35b530-50c0-48c2-ada6-f1cae088cdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005387 10.0.0.61 - - [2025-12-11 03:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.61 - - [2025-12-11 03:47:20] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003163 10.0.0.61 - - [2025-12-11 03:47:20] "GET /virtual-networks?parent_id=200f7440-d271-4a99-8689-562e27d4dcb5&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002618 10.0.0.61 - - [2025-12-11 03:47:20] "GET /virtual-network/6b35b530-50c0-48c2-ada6-f1cae088cdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005077 10.0.0.61 - - [2025-12-11 03:47:20] "POST /neutron/port HTTP/1.1" 200 2095 0.015231 10.0.0.61 - - [2025-12-11 03:47:20] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007127 10.0.0.61 - - [2025-12-11 03:47:20] "GET /virtual-machine/0ce5a5ca-56cb-44d1-ae4a-7962027f5bfb HTTP/1.1" 200 1585 0.005733 10.0.0.61 - - [2025-12-11 03:47:20] "GET /virtual-machine-interface/0ec6e6f1-9efd-4e45-bf4a-e8ac948e01c9 HTTP/1.1" 200 3034 0.004697 10.0.0.61 - - [2025-12-11 03:47:20] "GET /virtual-machine-interface/d4e15d3b-4d99-4725-90be-b87891301e25 HTTP/1.1" 200 3035 0.004871 10.0.0.61 - - [2025-12-11 03:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.61 - - [2025-12-11 03:47:20] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003412 10.0.0.61 - - [2025-12-11 03:47:20] "GET /virtual-networks?parent_id=200f7440-d271-4a99-8689-562e27d4dcb5&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002704 10.0.0.61 - - [2025-12-11 03:47:20] "GET /virtual-network/cd17d76a-827d-4c9e-913f-88487d9ea99b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006027 10.0.0.61 - - [2025-12-11 03:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006547 10.0.0.61 - - [2025-12-11 03:47:21] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004007 10.0.0.61 - - [2025-12-11 03:47:21] "GET /virtual-networks?parent_id=200f7440-d271-4a99-8689-562e27d4dcb5&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002933 10.0.0.61 - - [2025-12-11 03:47:21] "GET /virtual-network/cd17d76a-827d-4c9e-913f-88487d9ea99b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005167 10.0.0.61 - - [2025-12-11 03:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.61 - - [2025-12-11 03:47:22] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003514 10.0.0.61 - - [2025-12-11 03:47:22] "GET /virtual-networks?parent_id=200f7440-d271-4a99-8689-562e27d4dcb5&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002712 10.0.0.61 - - [2025-12-11 03:47:22] "GET /virtual-network/6b35b530-50c0-48c2-ada6-f1cae088cdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005610 10.0.0.61 - - [2025-12-11 03:47:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.61 - - [2025-12-11 03:47:23] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004352 10.0.0.61 - - [2025-12-11 03:47:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.61 - - [2025-12-11 03:47:23] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004196 10.0.0.61 - - [2025-12-11 03:47:23] "PUT /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1 HTTP/1.1" 200 276 0.013483 10.0.0.61 - - [2025-12-11 03:47:23] "POST /fqname-to-id HTTP/1.1" 404 217 0.004476 10.0.0.61 - - [2025-12-11 03:47:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.27 - - [2025-12-11 03:47:23] "GET /projects?obj_uuids=200f7440-d271-4a99-8689-562e27d4dcb5&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.109409 10.0.0.61 - - [2025-12-11 03:47:23] "GET /project/200f7440-d271-4a99-8689-562e27d4dcb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.149831 10.0.0.61 - - [2025-12-11 03:47:24] "POST /network-policys HTTP/1.1" 200 539 0.025224 10.0.0.61 - - [2025-12-11 03:47:24] "GET /network-policy/b2a1087f-c9f6-4307-abe1-66bd4075a29d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.006312 10.0.0.61 - - [2025-12-11 03:47:24] "POST /neutron/network HTTP/1.1" 200 845 0.005780 10.0.0.61 - - [2025-12-11 03:47:24] "GET /virtual-network/cd17d76a-827d-4c9e-913f-88487d9ea99b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.007469 10.0.0.61 - - [2025-12-11 03:47:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004680 10.0.0.61 - - [2025-12-11 03:47:24] "GET /network-policy/b2a1087f-c9f6-4307-abe1-66bd4075a29d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.004464 10.0.0.61 - - [2025-12-11 03:47:24] "POST /neutron/network HTTP/1.1" 200 842 0.006978 10.0.0.61 - - [2025-12-11 03:47:24] "GET /virtual-network/6b35b530-50c0-48c2-ada6-f1cae088cdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2383 0.007775 10.0.0.61 - - [2025-12-11 03:47:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004718 10.0.0.61 - - [2025-12-11 03:47:24] "GET /network-policy/b2a1087f-c9f6-4307-abe1-66bd4075a29d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.003886 10.0.0.61 - - [2025-12-11 03:47:24] "GET /virtual-network/cd17d76a-827d-4c9e-913f-88487d9ea99b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.005233 10.0.0.33 - - [2025-12-11 03:47:24] "POST /fqname-to-id HTTP/1.1" 404 254 0.027834 10.0.0.33 - - [2025-12-11 03:47:24] "PUT /access-control-list/4eb2b118-f568-4e65-8e52-2b3cc99cc04e HTTP/1.1" 200 272 0.024529 10.0.0.33 - - [2025-12-11 03:47:25] "GET /obj-perms HTTP/1.1" 200 5066 0.003620 10.0.0.27 - - [2025-12-11 03:47:25] "GET /obj-perms HTTP/1.1" 200 5066 0.003806 10.0.0.61 - - [2025-12-11 03:47:25] "GET /virtual-network/6b35b530-50c0-48c2-ada6-f1cae088cdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2383 0.005915 10.0.0.61 - - [2025-12-11 03:47:25] "GET /obj-perms HTTP/1.1" 200 5066 0.004118 10.0.0.61 - - [2025-12-11 03:47:25] "GET /virtual-network/cd17d76a-827d-4c9e-913f-88487d9ea99b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.005267 10.0.0.61 - - [2025-12-11 03:47:26] "GET /virtual-network/6b35b530-50c0-48c2-ada6-f1cae088cdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2383 0.005033 10.0.0.33 - - [2025-12-11 03:47:26] "GET /obj-perms HTTP/1.1" 200 5066 0.003397 10.0.0.27 - - [2025-12-11 03:47:26] "GET /obj-perms HTTP/1.1" 200 5066 0.003519 10.0.0.61 - - [2025-12-11 03:47:26] "GET /virtual-network/2c8165b2-722d-4f0c-8a2d-e9ec8c571e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.005147 10.0.0.61 - - [2025-12-11 03:47:26] "GET /obj-perms HTTP/1.1" 200 5066 0.004558 10.0.0.61 - - [2025-12-11 03:47:29] "POST /neutron/port HTTP/1.1" 200 1107 0.037138 10.0.0.61 - - [2025-12-11 03:47:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003591 10.0.0.61 - - [2025-12-11 03:47:29] "POST /neutron/network HTTP/1.1" 200 939 0.006167 10.0.0.61 - - [2025-12-11 03:47:33] "POST /neutron/network HTTP/1.1" 200 946 0.007613 10.0.0.61 - - [2025-12-11 03:47:34] "POST /neutron/port HTTP/1.1" 200 117 0.001237 10.0.0.61 - - [2025-12-11 03:47:42] "GET /obj-perms HTTP/1.1" 200 5066 0.005311 10.0.0.61 - - [2025-12-11 03:48:30] "POST /neutron/port HTTP/1.1" 200 1107 0.014370 10.0.0.61 - - [2025-12-11 03:48:30] "POST /neutron/subnet HTTP/1.1" 200 703 0.009201 10.0.0.61 - - [2025-12-11 03:48:35] "POST /neutron/port HTTP/1.1" 200 1108 0.017249 10.0.0.61 - - [2025-12-11 03:48:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004698 10.0.0.61 - - [2025-12-11 03:48:36] "POST /neutron/network HTTP/1.1" 200 852 0.007187 10.0.0.33 - - [2025-12-11 03:49:25] "GET /obj-perms HTTP/1.1" 200 5056 0.052783 10.0.0.61 - - [2025-12-11 03:49:31] "POST /neutron/network HTTP/1.1" 200 949 0.007456 10.0.0.61 - - [2025-12-11 03:49:31] "POST /neutron/port HTTP/1.1" 200 117 0.001466 10.0.0.61 - - [2025-12-11 03:49:37] "POST /neutron/port HTTP/1.1" 200 1104 0.013451 10.0.0.61 - - [2025-12-11 03:49:37] "POST /neutron/subnet HTTP/1.1" 200 689 0.008006 10.0.0.27 - - [2025-12-11 03:50:26] "GET /obj-perms HTTP/1.1" 200 5056 0.058181 10.0.0.61 - - [2025-12-11 03:50:31] "POST /neutron/port HTTP/1.1" 200 2095 0.016606 10.0.0.61 - - [2025-12-11 03:50:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007435 10.0.0.61 - - [2025-12-11 03:50:31] "POST /neutron/network HTTP/1.1" 200 939 0.016171 10.0.0.61 - - [2025-12-11 03:50:31] "POST /neutron/port HTTP/1.1" 200 117 0.001151 10.0.0.61 - - [2025-12-11 03:50:38] "POST /neutron/port HTTP/1.1" 200 1108 0.013591 10.0.0.61 - - [2025-12-11 03:50:38] "POST /neutron/subnet HTTP/1.1" 200 708 0.007913 10.0.0.61 - - [2025-12-11 03:51:03] "GET /obj-perms HTTP/1.1" 200 5066 0.004219 10.0.0.61 - - [2025-12-11 03:51:05] "GET /obj-perms HTTP/1.1" 200 5066 0.005406 10.0.0.61 - - [2025-12-11 03:51:06] "GET /virtual-network/6b35b530-50c0-48c2-ada6-f1cae088cdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2383 0.033431 10.0.0.61 - - [2025-12-11 03:51:06] "POST /neutron/network HTTP/1.1" 200 936 0.029390 10.0.0.33 - - [2025-12-11 03:51:06] "POST /ref-update HTTP/1.1" 200 156 0.026518 10.0.0.61 - - [2025-12-11 03:51:06] "GET /virtual-network/6b35b530-50c0-48c2-ada6-f1cae088cdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.012402 10.0.0.61 - - [2025-12-11 03:51:06] "GET /virtual-network/cd17d76a-827d-4c9e-913f-88487d9ea99b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.004681 10.0.0.61 - - [2025-12-11 03:51:06] "POST /neutron/network HTTP/1.1" 200 939 0.012426 10.0.0.61 - - [2025-12-11 03:51:07] "GET /virtual-network/cd17d76a-827d-4c9e-913f-88487d9ea99b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.007209 10.0.0.61 - - [2025-12-11 03:51:07] "DELETE /network-policy/b2a1087f-c9f6-4307-abe1-66bd4075a29d HTTP/1.1" 200 115 0.024044 10.0.0.61 - - [2025-12-11 03:51:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.61 - - [2025-12-11 03:51:07] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1637 0.004074 10.0.0.61 - - [2025-12-11 03:51:07] "PUT /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1 HTTP/1.1" 200 276 0.010204 10.0.0.33 - - [2025-12-11 03:51:07] "POST /ref-update HTTP/1.1" 200 156 0.024518 10.0.0.61 - - [2025-12-11 03:51:08] "POST /neutron/network HTTP/1.1" 200 852 0.006000 10.0.0.61 - - [2025-12-11 03:51:09] "POST /neutron/port HTTP/1.1" 200 1104 0.012445 10.0.0.61 - - [2025-12-11 03:51:09] "POST /neutron/port HTTP/1.1" 200 1130 0.009714 10.0.0.61 - - [2025-12-11 03:51:09] "POST /neutron/port HTTP/1.1" 200 1130 0.022172 10.0.0.61 - - [2025-12-11 03:51:09] "POST /neutron/port HTTP/1.1" 200 151 0.165623 10.0.0.61 - - [2025-12-11 03:51:11] "POST /neutron/network HTTP/1.1" 200 842 0.007404 10.0.0.33 - - [2025-12-11 03:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.61 - - [2025-12-11 03:51:11] "POST /neutron/network HTTP/1.1" 400 204 0.014995 10.0.0.61 - - [2025-12-11 03:51:12] "POST /neutron/port HTTP/1.1" 200 151 0.186789 10.0.0.61 - - [2025-12-11 03:51:12] "POST /neutron/port HTTP/1.1" 200 151 0.181955 10.0.0.33 - - [2025-12-11 03:51:13] "DELETE /route-target/c3d77b5a-a7f9-47ff-9388-a1fc1bde07e1 HTTP/1.1" 200 115 0.024218 10.0.0.27 - - [2025-12-11 03:51:14] "GET /projects?obj_uuids=200f7440-d271-4a99-8689-562e27d4dcb5&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000923 10.0.0.61 - - [2025-12-11 03:51:14] "GET /project/200f7440-d271-4a99-8689-562e27d4dcb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.068517 10.0.0.27 - - [2025-12-11 03:51:14] "GET /projects?obj_uuids=200f7440-d271-4a99-8689-562e27d4dcb5&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001524 10.0.0.61 - - [2025-12-11 03:51:14] "GET /project/200f7440-d271-4a99-8689-562e27d4dcb5?fields=virtual_networks HTTP/1.1" 200 1077 0.083548 10.0.0.27 - - [2025-12-11 03:51:14] "GET /projects?obj_uuids=200f7440-d271-4a99-8689-562e27d4dcb5&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000903 10.0.0.61 - - [2025-12-11 03:51:14] "GET /project/200f7440-d271-4a99-8689-562e27d4dcb5?fields=virtual_machine_interfaces HTTP/1.1" 200 1077 0.039494 10.0.0.27 - - [2025-12-11 03:51:14] "GET /projects?obj_uuids=200f7440-d271-4a99-8689-562e27d4dcb5&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000979 10.0.0.61 - - [2025-12-11 03:51:14] "GET /project/200f7440-d271-4a99-8689-562e27d4dcb5?fields=security_groups HTTP/1.1" 200 1321 0.039075 10.0.0.61 - - [2025-12-11 03:51:15] "POST /fqname-to-id HTTP/1.1" 404 183 0.034612 10.0.0.27 - - [2025-12-11 03:51:15] "GET /projects?obj_uuids=8d919753-166f-467e-b646-3bc3834d206e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003304 10.0.0.27 - - [2025-12-11 03:51:15] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000877 10.0.0.27 - - [2025-12-11 03:51:15] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.039439 10.0.0.27 - - [2025-12-11 03:51:15] "POST /id-to-fqname HTTP/1.1" 200 185 0.001115 10.0.0.27 - - [2025-12-11 03:51:15] "POST /fqname-to-id HTTP/1.1" 404 194 0.007614 10.0.0.27 - - [2025-12-11 03:51:15] "POST /security-groups HTTP/1.1" 200 586 0.072776 10.0.0.27 - - [2025-12-11 03:51:15] "POST /projects HTTP/1.1" 200 575 0.262001 10.0.0.27 - - [2025-12-11 03:51:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.298701 10.0.0.33 - - [2025-12-11 03:51:15] "POST /fqname-to-id HTTP/1.1" 404 228 0.004825 10.0.0.61 - - [2025-12-11 03:51:15] "GET /project/8d919753-166f-467e-b646-3bc3834d206e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.486767 10.0.0.61 - - [2025-12-11 03:51:16] "GET / HTTP/1.1" 200 35931 0.002074 10.0.0.27 - - [2025-12-11 03:51:17] "GET /projects?obj_uuids=277346ea-9726-46eb-9343-31fae992fe5f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000952 10.0.0.61 - - [2025-12-11 03:51:17] "GET /project/277346ea-9726-46eb-9343-31fae992fe5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.043686 10.0.0.61 - - [2025-12-11 03:51:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.61 - - [2025-12-11 03:51:18] "GET /security-group/d9a75d78-035b-4237-8aab-6d556e3553d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3718 0.004567 10.0.0.61 - - [2025-12-11 03:51:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.27 - - [2025-12-11 03:51:18] "GET /projects?obj_uuids=277346ea-9726-46eb-9343-31fae992fe5f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001261 10.0.0.61 - - [2025-12-11 03:51:18] "GET /project/277346ea-9726-46eb-9343-31fae992fe5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.038021 10.0.0.61 - - [2025-12-11 03:51:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.61 - - [2025-12-11 03:51:18] "GET /security-group/d9a75d78-035b-4237-8aab-6d556e3553d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3718 0.004423 10.0.0.61 - - [2025-12-11 03:51:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.61 - - [2025-12-11 03:51:18] "PUT /security-group/d9a75d78-035b-4237-8aab-6d556e3553d6 HTTP/1.1" 200 262 0.015622 10.0.0.33 - - [2025-12-11 03:51:18] "PUT /access-control-list/df0ea97d-3810-44b9-8dbd-2007e361f138 HTTP/1.1" 200 272 0.017544 10.0.0.27 - - [2025-12-11 03:51:20] "GET /projects?obj_uuids=8d919753-166f-467e-b646-3bc3834d206e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000946 10.0.0.61 - - [2025-12-11 03:51:20] "GET /project/8d919753-166f-467e-b646-3bc3834d206e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.037311 10.0.0.27 - - [2025-12-11 03:51:20] "GET /projects?obj_uuids=8d919753-166f-467e-b646-3bc3834d206e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001160 10.0.0.61 - - [2025-12-11 03:51:21] "GET /project/8d919753-166f-467e-b646-3bc3834d206e?fields=virtual_networks HTTP/1.1" 200 1033 0.082036 10.0.0.27 - - [2025-12-11 03:51:21] "GET /projects?obj_uuids=8d919753-166f-467e-b646-3bc3834d206e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000856 10.0.0.61 - - [2025-12-11 03:51:21] "GET /project/8d919753-166f-467e-b646-3bc3834d206e?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.036144 10.0.0.27 - - [2025-12-11 03:51:21] "GET /projects?obj_uuids=8d919753-166f-467e-b646-3bc3834d206e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000831 10.0.0.61 - - [2025-12-11 03:51:21] "GET /project/8d919753-166f-467e-b646-3bc3834d206e?fields=security_groups HTTP/1.1" 200 1254 0.040926 10.0.0.27 - - [2025-12-11 03:51:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.27 - - [2025-12-11 03:51:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000680 10.0.0.61 - - [2025-12-11 03:51:22] "POST /fqname-to-id HTTP/1.1" 404 192 0.028009 10.0.0.27 - - [2025-12-11 03:51:22] "GET /projects?obj_uuids=ae5d12b7-c78f-4d34-acc6-5b92a0f3d0d0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002749 10.0.0.27 - - [2025-12-11 03:51:22] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001180 10.0.0.27 - - [2025-12-11 03:51:22] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006438 10.0.0.27 - - [2025-12-11 03:51:22] "POST /id-to-fqname HTTP/1.1" 200 194 0.005473 10.0.0.27 - - [2025-12-11 03:51:22] "POST /fqname-to-id HTTP/1.1" 404 203 0.004113 10.0.0.27 - - [2025-12-11 03:51:22] "POST /security-groups HTTP/1.1" 200 595 0.028116 10.0.0.27 - - [2025-12-11 03:51:22] "POST /projects HTTP/1.1" 200 593 0.215245 10.0.0.33 - - [2025-12-11 03:51:22] "POST /fqname-to-id HTTP/1.1" 404 237 0.009128 10.0.0.27 - - [2025-12-11 03:51:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.291661 10.0.0.61 - - [2025-12-11 03:51:22] "GET /project/ae5d12b7-c78f-4d34-acc6-5b92a0f3d0d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.419052 10.0.0.27 - - [2025-12-11 03:51:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.27 - - [2025-12-11 03:51:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.33 - - [2025-12-11 03:51:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.33 - - [2025-12-11 03:51:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.33 - - [2025-12-11 03:51:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.61 - - [2025-12-11 03:51:23] "GET / HTTP/1.1" 200 35931 0.002050 10.0.0.33 - - [2025-12-11 03:51:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.61 - - [2025-12-11 03:51:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.61 - - [2025-12-11 03:51:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.61 - - [2025-12-11 03:51:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.61 - - [2025-12-11 03:51:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.61 - - [2025-12-11 03:51:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000438 10.0.0.61 - - [2025-12-11 03:51:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.062169 10.0.0.27 - - [2025-12-11 03:51:25] "GET /projects?obj_uuids=ae5d12b7-c78f-4d34-acc6-5b92a0f3d0d0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005895 10.0.0.61 - - [2025-12-11 03:51:25] "GET /project/ae5d12b7-c78f-4d34-acc6-5b92a0f3d0d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.055298 10.0.0.61 - - [2025-12-11 03:51:26] "POST /neutron/network HTTP/1.1" 200 117 0.034311 10.0.0.33 - - [2025-12-11 03:51:26] "POST /ref-update HTTP/1.1" 200 156 0.021761 10.0.0.61 - - [2025-12-11 03:51:26] "POST /neutron/network HTTP/1.1" 200 842 0.008252 10.0.0.61 - - [2025-12-11 03:51:26] "POST /id-to-fqname HTTP/1.1" 200 231 0.001086 10.0.0.61 - - [2025-12-11 03:51:26] "GET /virtual-network/7ef27397-b95c-41dc-98c5-9547995b6469?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004658 10.0.0.61 - - [2025-12-11 03:51:26] "GET /virtual-network/7ef27397-b95c-41dc-98c5-9547995b6469?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005039 10.0.0.61 - - [2025-12-11 03:51:26] "POST /neutron/subnet HTTP/1.1" 200 725 0.007524 10.0.0.61 - - [2025-12-11 03:51:26] "POST /id-to-fqname HTTP/1.1" 200 231 0.000877 10.0.0.27 - - [2025-12-11 03:51:27] "GET /projects?obj_uuids=ae5d12b7-c78f-4d34-acc6-5b92a0f3d0d0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001210 10.0.0.61 - - [2025-12-11 03:51:27] "GET /project/ae5d12b7-c78f-4d34-acc6-5b92a0f3d0d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.071621 10.0.0.61 - - [2025-12-11 03:51:27] "POST /neutron/port HTTP/1.1" 200 117 0.005751 10.0.0.61 - - [2025-12-11 03:51:28] "POST /id-to-fqname HTTP/1.1" 200 231 0.001388 10.0.0.61 - - [2025-12-11 03:51:28] "POST /neutron/network HTTP/1.1" 200 852 0.008145 10.0.0.61 - - [2025-12-11 03:51:28] "POST /neutron/port HTTP/1.1" 200 1064 0.013278 10.0.0.61 - - [2025-12-11 03:51:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003579 10.0.0.61 - - [2025-12-11 03:51:29] "POST /neutron/network HTTP/1.1" 200 842 0.006102 10.0.0.61 - - [2025-12-11 03:51:31] "POST /neutron/network HTTP/1.1" 200 852 0.006445 10.0.0.61 - - [2025-12-11 03:51:31] "POST /neutron/port HTTP/1.1" 200 117 0.001162 10.0.0.27 - - [2025-12-11 03:51:33] "DELETE /project/8d919753166f467eb6463bc3834d206e HTTP/1.1" 404 173 0.007921 10.0.0.27 - - [2025-12-11 03:51:33] "DELETE /project/ae5d12b7c78f4d34acc65b92a0f3d0d0 HTTP/1.1" 404 173 0.009915 10.0.0.27 - - [2025-12-11 03:51:33] "GET /projects?obj_uuids=200f7440-d271-4a99-8689-562e27d4dcb5&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001172 10.0.0.27 - - [2025-12-11 03:51:33] "GET /projects?obj_uuids=8d919753-166f-467e-b646-3bc3834d206e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000932 10.0.0.27 - - [2025-12-11 03:51:33] "GET /project/8d919753-166f-467e-b646-3bc3834d206e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.066044 10.0.0.27 - - [2025-12-11 03:51:33] "GET /project/200f7440-d271-4a99-8689-562e27d4dcb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1549 0.076924 10.0.0.27 - - [2025-12-11 03:51:33] "GET /projects?obj_uuids=8d919753-166f-467e-b646-3bc3834d206e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001250 10.0.0.27 - - [2025-12-11 03:51:33] "GET /projects?obj_uuids=200f7440-d271-4a99-8689-562e27d4dcb5&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001231 10.0.0.27 - - [2025-12-11 03:51:33] "GET /project/8d919753-166f-467e-b646-3bc3834d206e?fields=security_groups HTTP/1.1" 200 1359 0.062575 10.0.0.27 - - [2025-12-11 03:51:33] "GET /project/200f7440-d271-4a99-8689-562e27d4dcb5?fields=security_groups HTTP/1.1" 200 1426 0.099007 10.0.0.27 - - [2025-12-11 03:51:34] "DELETE /security-group/d7ca3115-7aa8-495d-a619-00fd922d699c HTTP/1.1" 200 115 0.056702 10.0.0.27 - - [2025-12-11 03:51:34] "GET /projects?obj_uuids=8d919753-166f-467e-b646-3bc3834d206e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000892 10.0.0.27 - - [2025-12-11 03:51:34] "GET /project/8d919753-166f-467e-b646-3bc3834d206e?fields=application_policy_sets HTTP/1.1" 200 1398 0.045352 10.0.0.27 - - [2025-12-11 03:51:34] "DELETE /security-group/f4fc3ff9-7132-4646-b523-5ebbba8615e8 HTTP/1.1" 200 115 0.081322 10.0.0.27 - - [2025-12-11 03:51:34] "GET /projects?obj_uuids=200f7440-d271-4a99-8689-562e27d4dcb5&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001243 10.0.0.27 - - [2025-12-11 03:51:34] "GET /project/200f7440-d271-4a99-8689-562e27d4dcb5?fields=application_policy_sets HTTP/1.1" 200 1465 0.134513 10.0.0.33 - - [2025-12-11 03:51:34] "DELETE /access-control-list/1cae0810-6809-4ccb-ae13-36630910ed51 HTTP/1.1" 200 115 0.116786 10.0.0.27 - - [2025-12-11 03:51:34] "DELETE /project/8d919753-166f-467e-b646-3bc3834d206e HTTP/1.1" 200 115 0.559716 10.0.0.27 - - [2025-12-11 03:51:34] "DELETE /project/200f7440-d271-4a99-8689-562e27d4dcb5 HTTP/1.1" 200 115 0.688872 10.0.0.61 - - [2025-12-11 03:51:45] "POST /neutron/security_group HTTP/1.1" 200 2062 0.035659 10.0.0.27 - - [2025-12-11 03:51:49] "GET /projects?obj_uuids=ae5d12b7-c78f-4d34-acc6-5b92a0f3d0d0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000937 10.0.0.61 - - [2025-12-11 03:51:49] "GET /project/ae5d12b7-c78f-4d34-acc6-5b92a0f3d0d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.056150 10.0.0.61 - - [2025-12-11 03:51:49] "POST /neutron/port HTTP/1.1" 200 1092 0.019281 10.0.0.61 - - [2025-12-11 03:51:50] "POST /neutron/port HTTP/1.1" 200 1092 0.013336 10.0.0.61 - - [2025-12-11 03:51:50] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006628 10.0.0.61 - - [2025-12-11 03:51:50] "GET /virtual-machine/1d4b649f-f4cd-4783-ad48-15857506bb73 HTTP/1.1" 401 292 0.000438 10.0.0.61 - - [2025-12-11 03:51:50] "POST /neutron/network HTTP/1.1" 200 852 0.007794 10.0.0.61 - - [2025-12-11 03:51:50] "GET /virtual-machine/1d4b649f-f4cd-4783-ad48-15857506bb73 HTTP/1.1" 200 1296 0.067200 10.0.0.61 - - [2025-12-11 03:51:50] "GET /virtual-machine-interface/43550b4a-1e49-4f9c-bd2c-11de129e0772 HTTP/1.1" 200 2982 0.008435 10.0.0.61 - - [2025-12-11 03:51:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004425 10.0.0.61 - - [2025-12-11 03:51:50] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003445 10.0.0.61 - - [2025-12-11 03:51:50] "GET /virtual-networks?parent_id=ae5d12b7-c78f-4d34-acc6-5b92a0f3d0d0&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.011070 10.0.0.61 - - [2025-12-11 03:51:50] "GET /virtual-network/7ef27397-b95c-41dc-98c5-9547995b6469?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.009295 10.0.0.61 - - [2025-12-11 03:51:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005802 10.0.0.61 - - [2025-12-11 03:51:51] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003511 10.0.0.61 - - [2025-12-11 03:51:51] "GET /virtual-networks?parent_id=ae5d12b7-c78f-4d34-acc6-5b92a0f3d0d0&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.010394 10.0.0.61 - - [2025-12-11 03:51:51] "POST /neutron/port HTTP/1.1" 200 1064 0.055428 10.0.0.61 - - [2025-12-11 03:51:51] "GET /virtual-network/7ef27397-b95c-41dc-98c5-9547995b6469?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005169 10.0.0.61 - - [2025-12-11 03:51:52] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007027 10.0.0.61 - - [2025-12-11 03:51:54] "POST /neutron/subnet HTTP/1.1" 200 699 0.017010 10.0.0.61 - - [2025-12-11 03:51:57] "POST /neutron/port HTTP/1.1" 200 1092 0.030449 10.0.0.61 - - [2025-12-11 03:52:02] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007521 10.0.0.61 - - [2025-12-11 03:52:12] "POST /neutron/port HTTP/1.1" 200 1092 0.017282 10.0.0.61 - - [2025-12-11 03:52:17] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006997 10.0.0.61 - - [2025-12-11 03:52:27] "POST /neutron/port HTTP/1.1" 200 1092 0.015096 10.0.0.61 - - [2025-12-11 03:52:28] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006183 10.0.0.61 - - [2025-12-11 03:52:28] "GET /virtual-machine/7012535b-7404-43ba-b83f-766b00133034 HTTP/1.1" 200 1296 0.005344 10.0.0.61 - - [2025-12-11 03:52:28] "GET /virtual-machine-interface/10512d8d-e9b5-4d19-8aee-a38ee549518f HTTP/1.1" 200 2982 0.005271 10.0.0.61 - - [2025-12-11 03:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.61 - - [2025-12-11 03:52:28] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.002992 10.0.0.61 - - [2025-12-11 03:52:28] "GET /virtual-networks?parent_id=ae5d12b7-c78f-4d34-acc6-5b92a0f3d0d0&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002704 10.0.0.61 - - [2025-12-11 03:52:28] "GET /virtual-network/7ef27397-b95c-41dc-98c5-9547995b6469?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005703 10.0.0.61 - - [2025-12-11 03:52:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.61 - - [2025-12-11 03:52:31] "GET /virtual-network/7ef27397-b95c-41dc-98c5-9547995b6469?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005193 10.0.0.61 - - [2025-12-11 03:52:32] "POST /neutron/port HTTP/1.1" 200 1092 0.039109 10.0.0.61 - - [2025-12-11 03:52:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003709 10.0.0.61 - - [2025-12-11 03:52:32] "POST /neutron/network HTTP/1.1" 200 842 0.006105 10.0.0.61 - - [2025-12-11 03:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.61 - - [2025-12-11 03:52:35] "GET /virtual-network/7ef27397-b95c-41dc-98c5-9547995b6469?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005084 10.0.0.61 - - [2025-12-11 03:52:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.61 - - [2025-12-11 03:52:39] "GET /virtual-network/7ef27397-b95c-41dc-98c5-9547995b6469?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006419 10.0.0.61 - - [2025-12-11 03:52:39] "POST /neutron/network HTTP/1.1" 200 852 0.010000 10.0.0.61 - - [2025-12-11 03:52:40] "POST /neutron/port HTTP/1.1" 200 117 0.002008 10.0.0.61 - - [2025-12-11 03:52:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.61 - - [2025-12-11 03:52:43] "GET /virtual-network/7ef27397-b95c-41dc-98c5-9547995b6469?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004535 10.0.0.61 - - [2025-12-11 03:52:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.61 - - [2025-12-11 03:52:47] "GET /virtual-network/7ef27397-b95c-41dc-98c5-9547995b6469?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007298 10.0.0.61 - - [2025-12-11 03:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.61 - - [2025-12-11 03:52:51] "GET /virtual-network/7ef27397-b95c-41dc-98c5-9547995b6469?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005695 10.0.0.61 - - [2025-12-11 03:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.61 - - [2025-12-11 03:52:56] "GET /virtual-network/7ef27397-b95c-41dc-98c5-9547995b6469?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007724 10.0.0.61 - - [2025-12-11 03:53:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.61 - - [2025-12-11 03:53:00] "GET /virtual-network/7ef27397-b95c-41dc-98c5-9547995b6469?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004934 10.0.0.61 - - [2025-12-11 03:53:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.61 - - [2025-12-11 03:53:04] "GET /virtual-network/7ef27397-b95c-41dc-98c5-9547995b6469?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004902 10.0.0.61 - - [2025-12-11 03:53:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.61 - - [2025-12-11 03:53:08] "GET /virtual-network/7ef27397-b95c-41dc-98c5-9547995b6469?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004693 10.0.0.61 - - [2025-12-11 03:53:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.61 - - [2025-12-11 03:53:12] "GET /virtual-network/7ef27397-b95c-41dc-98c5-9547995b6469?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005424 10.0.0.61 - - [2025-12-11 03:53:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005047 10.0.0.61 - - [2025-12-11 03:53:16] "GET /virtual-network/7ef27397-b95c-41dc-98c5-9547995b6469?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006179 10.0.0.61 - - [2025-12-11 03:53:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004363 10.0.0.61 - - [2025-12-11 03:53:20] "GET /virtual-network/7ef27397-b95c-41dc-98c5-9547995b6469?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005589 10.0.0.61 - - [2025-12-11 03:53:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.61 - - [2025-12-11 03:53:24] "GET /virtual-network/7ef27397-b95c-41dc-98c5-9547995b6469?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005676 10.0.0.27 - - [2025-12-11 03:53:28] "GET /obj-perms HTTP/1.1" 200 5056 0.054080 10.0.0.61 - - [2025-12-11 03:53:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.61 - - [2025-12-11 03:53:28] "GET /virtual-network/7ef27397-b95c-41dc-98c5-9547995b6469?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006304 10.0.0.61 - - [2025-12-11 03:53:31] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006594 10.0.0.61 - - [2025-12-11 03:53:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.61 - - [2025-12-11 03:53:32] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005339 10.0.0.61 - - [2025-12-11 03:53:32] "GET /virtual-networks?parent_id=ae5d12b7-c78f-4d34-acc6-5b92a0f3d0d0&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002603 10.0.0.61 - - [2025-12-11 03:53:32] "GET /virtual-network/7ef27397-b95c-41dc-98c5-9547995b6469?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005536 10.0.0.61 - - [2025-12-11 03:53:34] "POST /neutron/port HTTP/1.1" 200 1092 0.017856 10.0.0.61 - - [2025-12-11 03:53:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005126 10.0.0.61 - - [2025-12-11 03:53:34] "POST /neutron/network HTTP/1.1" 200 842 0.006581 10.0.0.61 - - [2025-12-11 03:53:39] "POST /neutron/port HTTP/1.1" 200 1092 0.012900 10.0.0.61 - - [2025-12-11 03:53:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003583 10.0.0.61 - - [2025-12-11 03:53:40] "POST /neutron/network HTTP/1.1" 200 842 0.006554 10.0.0.61 - - [2025-12-11 03:53:48] "POST /neutron/port HTTP/1.1" 200 1092 0.013298 10.0.0.61 - - [2025-12-11 03:53:53] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006794 10.0.0.61 - - [2025-12-11 03:54:03] "POST /neutron/port HTTP/1.1" 200 1092 0.014702 10.0.0.61 - - [2025-12-11 03:54:09] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006271 10.0.0.61 - - [2025-12-11 03:54:19] "POST /fqname-to-id HTTP/1.1" 404 240 0.004549 10.0.0.61 - - [2025-12-11 03:54:19] "POST /bgp-as-a-services HTTP/1.1" 200 597 0.032613 10.0.0.61 - - [2025-12-11 03:54:20] "GET /bgp-as-a-service/efe476ee-cbe6-46be-a0ba-efec5ad1c3ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1623 0.006106 10.0.0.61 - - [2025-12-11 03:54:20] "GET /virtual-machine-interface/10512d8d-e9b5-4d19-8aee-a38ee549518f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.005018 10.0.0.61 - - [2025-12-11 03:54:20] "POST /ref-update HTTP/1.1" 200 156 0.011138 10.0.0.61 - - [2025-12-11 03:54:20] "POST /neutron/network HTTP/1.1" 200 842 0.006653 10.0.0.61 - - [2025-12-11 03:54:20] "POST /neutron/subnet HTTP/1.1" 200 725 0.010217 10.0.0.33 - - [2025-12-11 03:54:20] "POST /bgp-routers HTTP/1.1" 200 659 0.076855 10.0.0.33 - - [2025-12-11 03:54:20] "PUT /bgp-router/b0a69d80-728a-4511-850b-a91e73197f79 HTTP/1.1" 200 254 0.040416 10.0.0.33 - - [2025-12-11 03:54:29] "GET /obj-perms HTTP/1.1" 200 5056 0.047825 10.0.0.61 - - [2025-12-11 03:54:35] "POST /neutron/network HTTP/1.1" 200 852 0.006358 10.0.0.61 - - [2025-12-11 03:54:35] "POST /neutron/port HTTP/1.1" 200 117 0.001139 10.0.0.61 - - [2025-12-11 03:54:40] "POST /neutron/port HTTP/1.1" 200 1092 0.018054 10.0.0.61 - - [2025-12-11 03:54:41] "POST /neutron/subnet HTTP/1.1" 200 699 0.009570 10.0.0.61 - - [2025-12-11 03:54:48] "GET /bgp-as-a-service/efe476ee-cbe6-46be-a0ba-efec5ad1c3ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.008258 10.0.0.61 - - [2025-12-11 03:54:48] "GET /virtual-machine-interface/10512d8d-e9b5-4d19-8aee-a38ee549518f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3090 0.005149 10.0.0.61 - - [2025-12-11 03:54:48] "POST /ref-update HTTP/1.1" 200 156 0.011152 10.0.0.61 - - [2025-12-11 03:54:48] "DELETE /bgp-as-a-service/efe476ee-cbe6-46be-a0ba-efec5ad1c3ce HTTP/1.1" 200 115 0.048659 10.0.0.33 - - [2025-12-11 03:54:49] "DELETE /bgp-router/b0a69d80-728a-4511-850b-a91e73197f79 HTTP/1.1" 200 115 0.065794 10.0.0.61 - - [2025-12-11 03:54:49] "POST /neutron/network HTTP/1.1" 200 842 0.006209 10.0.0.61 - - [2025-12-11 03:54:49] "POST /neutron/port HTTP/1.1" 200 1118 0.014049 10.0.0.61 - - [2025-12-11 03:54:49] "POST /neutron/port HTTP/1.1" 200 1118 0.009233 10.0.0.27 - - [2025-12-11 03:54:51] "POST /useragent-kv HTTP/1.1" 200 115 0.047311 10.0.0.27 - - [2025-12-11 03:54:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002138 10.0.0.61 - - [2025-12-11 03:54:51] "POST /neutron/network HTTP/1.1" 200 151 0.187619 10.0.0.27 - - [2025-12-11 03:54:52] "GET /projects?obj_uuids=ae5d12b7-c78f-4d34-acc6-5b92a0f3d0d0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000898 10.0.0.61 - - [2025-12-11 03:54:52] "GET /project/ae5d12b7-c78f-4d34-acc6-5b92a0f3d0d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.033596 10.0.0.27 - - [2025-12-11 03:54:52] "GET /projects?obj_uuids=ae5d12b7-c78f-4d34-acc6-5b92a0f3d0d0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000966 10.0.0.61 - - [2025-12-11 03:54:52] "GET /project/ae5d12b7-c78f-4d34-acc6-5b92a0f3d0d0?fields=virtual_networks HTTP/1.1" 200 1051 0.035099 10.0.0.27 - - [2025-12-11 03:54:52] "GET /projects?obj_uuids=ae5d12b7-c78f-4d34-acc6-5b92a0f3d0d0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000882 10.0.0.61 - - [2025-12-11 03:54:52] "GET /project/ae5d12b7-c78f-4d34-acc6-5b92a0f3d0d0?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.031508 10.0.0.27 - - [2025-12-11 03:54:52] "GET /projects?obj_uuids=ae5d12b7-c78f-4d34-acc6-5b92a0f3d0d0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001309 10.0.0.61 - - [2025-12-11 03:54:52] "GET /project/ae5d12b7-c78f-4d34-acc6-5b92a0f3d0d0?fields=security_groups HTTP/1.1" 200 1281 0.036076 10.0.0.61 - - [2025-12-11 03:54:54] "POST /fqname-to-id HTTP/1.1" 404 189 0.339028 10.0.0.27 - - [2025-12-11 03:54:54] "GET /projects?obj_uuids=d54f434e-80ca-4f4c-b8df-4999ea16ebd0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002780 10.0.0.27 - - [2025-12-11 03:54:54] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001053 10.0.0.27 - - [2025-12-11 03:54:54] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007549 10.0.0.27 - - [2025-12-11 03:54:54] "POST /id-to-fqname HTTP/1.1" 200 191 0.006797 10.0.0.27 - - [2025-12-11 03:54:54] "POST /fqname-to-id HTTP/1.1" 404 200 0.004857 10.0.0.27 - - [2025-12-11 03:54:54] "POST /security-groups HTTP/1.1" 200 592 0.074255 10.0.0.33 - - [2025-12-11 03:54:54] "POST /fqname-to-id HTTP/1.1" 404 235 0.004376 10.0.0.27 - - [2025-12-11 03:54:54] "POST /projects HTTP/1.1" 200 587 0.287980 10.0.0.33 - - [2025-12-11 03:54:54] "POST /access-control-lists HTTP/1.1" 200 595 0.030419 10.0.0.27 - - [2025-12-11 03:54:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.366145 10.0.0.61 - - [2025-12-11 03:54:54] "GET /project/d54f434e-80ca-4f4c-b8df-4999ea16ebd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.502639 10.0.0.61 - - [2025-12-11 03:54:55] "GET / HTTP/1.1" 200 35931 0.001597 10.0.0.61 - - [2025-12-11 03:54:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000601 10.0.0.61 - - [2025-12-11 03:54:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.054686 10.0.0.27 - - [2025-12-11 03:54:57] "GET /projects?obj_uuids=d54f434e-80ca-4f4c-b8df-4999ea16ebd0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000758 10.0.0.61 - - [2025-12-11 03:54:57] "GET /project/d54f434e-80ca-4f4c-b8df-4999ea16ebd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.030337 10.0.0.27 - - [2025-12-11 03:54:58] "POST /useragent-kv HTTP/1.1" 200 115 0.006214 10.0.0.61 - - [2025-12-11 03:54:58] "POST /neutron/subnet HTTP/1.1" 200 720 0.202287 10.0.0.61 - - [2025-12-11 03:54:58] "POST /id-to-fqname HTTP/1.1" 200 225 0.001315 10.0.0.61 - - [2025-12-11 03:54:58] "GET /virtual-network/5c20f1f8-9d1a-4d34-8cbd-e09b02170dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004780 10.0.0.61 - - [2025-12-11 03:54:58] "GET /virtual-network/5c20f1f8-9d1a-4d34-8cbd-e09b02170dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006396 10.0.0.61 - - [2025-12-11 03:54:58] "POST /neutron/network HTTP/1.1" 200 832 0.006392 10.0.0.61 - - [2025-12-11 03:54:58] "POST /id-to-fqname HTTP/1.1" 200 225 0.001719 10.0.0.27 - - [2025-12-11 03:54:59] "GET /projects?obj_uuids=d54f434e-80ca-4f4c-b8df-4999ea16ebd0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001117 10.0.0.61 - - [2025-12-11 03:54:59] "GET /project/d54f434e-80ca-4f4c-b8df-4999ea16ebd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.059546 10.0.0.61 - - [2025-12-11 03:54:59] "POST /neutron/network HTTP/1.1" 200 832 0.032904 10.0.0.61 - - [2025-12-11 03:54:59] "POST /id-to-fqname HTTP/1.1" 200 225 0.001300 10.0.0.61 - - [2025-12-11 03:54:59] "POST /neutron/port HTTP/1.1" 200 117 0.005589 10.0.0.27 - - [2025-12-11 03:54:59] "GET /projects?obj_uuids=d54f434e-80ca-4f4c-b8df-4999ea16ebd0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000883 10.0.0.61 - - [2025-12-11 03:55:00] "POST /neutron/port HTTP/1.1" 200 1060 0.372113 10.0.0.27 - - [2025-12-11 03:55:00] "GET /projects?obj_uuids=d54f434e-80ca-4f4c-b8df-4999ea16ebd0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000889 10.0.0.61 - - [2025-12-11 03:55:00] "GET /project/d54f434e-80ca-4f4c-b8df-4999ea16ebd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.122258 10.0.0.61 - - [2025-12-11 03:55:00] "POST /neutron/port HTTP/1.1" 200 1114 0.179950 10.0.0.61 - - [2025-12-11 03:55:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009029 10.0.0.61 - - [2025-12-11 03:55:00] "POST /neutron/port HTTP/1.1" 200 1088 0.038667 10.0.0.61 - - [2025-12-11 03:55:00] "POST /neutron/port HTTP/1.1" 200 117 0.012359 10.0.0.61 - - [2025-12-11 03:55:00] "POST /id-to-fqname HTTP/1.1" 200 225 0.001271 10.0.0.61 - - [2025-12-11 03:55:01] "POST /neutron/network HTTP/1.1" 200 842 0.013793 10.0.0.61 - - [2025-12-11 03:55:01] "POST /neutron/port HTTP/1.1" 200 1060 0.026135 10.0.0.27 - - [2025-12-11 03:55:01] "GET /projects?obj_uuids=d54f434e-80ca-4f4c-b8df-4999ea16ebd0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002319 10.0.0.61 - - [2025-12-11 03:55:02] "GET /project/d54f434e-80ca-4f4c-b8df-4999ea16ebd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.163484 10.0.0.61 - - [2025-12-11 03:55:02] "POST /neutron/port HTTP/1.1" 200 1088 0.048126 10.0.0.61 - - [2025-12-11 03:55:02] "POST /neutron/subnet HTTP/1.1" 200 694 0.015104 10.0.0.61 - - [2025-12-11 03:55:02] "POST /neutron/port HTTP/1.1" 200 2060 0.040192 10.0.0.61 - - [2025-12-11 03:55:02] "POST /neutron/port HTTP/1.1" 200 1088 0.031599 10.0.0.27 - - [2025-12-11 03:55:02] "GET /projects?obj_uuids=d54f434e-80ca-4f4c-b8df-4999ea16ebd0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000982 10.0.0.61 - - [2025-12-11 03:55:03] "POST /neutron/port HTTP/1.1" 200 1060 0.484223 10.0.0.61 - - [2025-12-11 03:55:03] "POST /neutron/port HTTP/1.1" 200 1114 0.140676 10.0.0.61 - - [2025-12-11 03:55:03] "POST /neutron/subnet HTTP/1.1" 200 694 0.018749 10.0.0.61 - - [2025-12-11 03:55:07] "POST /neutron/port HTTP/1.1" 200 1088 0.029649 10.0.0.61 - - [2025-12-11 03:55:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009125 10.0.0.61 - - [2025-12-11 03:55:23] "POST /neutron/port HTTP/1.1" 200 1088 0.016811 10.0.0.61 - - [2025-12-11 03:55:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006513 10.0.0.61 - - [2025-12-11 03:55:30] "GET /obj-perms HTTP/1.1" 200 5056 0.046721 10.0.0.27 - - [2025-12-11 03:55:34] "DELETE /project/d54f434e80ca4f4cb8df4999ea16ebd0 HTTP/1.1" 404 173 0.005184 10.0.0.27 - - [2025-12-11 03:55:34] "GET /projects?obj_uuids=ae5d12b7-c78f-4d34-acc6-5b92a0f3d0d0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000713 10.0.0.27 - - [2025-12-11 03:55:34] "GET /project/ae5d12b7-c78f-4d34-acc6-5b92a0f3d0d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.033954 10.0.0.27 - - [2025-12-11 03:55:34] "GET /projects?obj_uuids=ae5d12b7-c78f-4d34-acc6-5b92a0f3d0d0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000746 10.0.0.27 - - [2025-12-11 03:55:34] "GET /project/ae5d12b7-c78f-4d34-acc6-5b92a0f3d0d0?fields=security_groups HTTP/1.1" 200 1386 0.077636 10.0.0.27 - - [2025-12-11 03:55:34] "DELETE /security-group/1b441b68-b674-4eea-a2cb-4d33e262e2bd HTTP/1.1" 200 115 0.087414 10.0.0.27 - - [2025-12-11 03:55:34] "GET /projects?obj_uuids=ae5d12b7-c78f-4d34-acc6-5b92a0f3d0d0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000962 10.0.0.33 - - [2025-12-11 03:55:34] "DELETE /access-control-list/5fae1c4e-3639-4824-b486-6a924fdb8d11 HTTP/1.1" 200 115 0.049412 10.0.0.27 - - [2025-12-11 03:55:35] "GET /project/ae5d12b7-c78f-4d34-acc6-5b92a0f3d0d0?fields=application_policy_sets HTTP/1.1" 200 1425 0.070379 10.0.0.27 - - [2025-12-11 03:55:35] "DELETE /project/ae5d12b7-c78f-4d34-acc6-5b92a0f3d0d0 HTTP/1.1" 200 115 0.526688 10.0.0.61 - - [2025-12-11 03:55:38] "POST /neutron/port HTTP/1.1" 200 1088 0.014117 10.0.0.61 - - [2025-12-11 03:55:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007241 10.0.0.61 - - [2025-12-11 03:55:38] "GET /virtual-machine/206b02a9-465a-491c-8d4d-cfa77c3f12a4 HTTP/1.1" 401 292 0.000425 10.0.0.61 - - [2025-12-11 03:55:38] "GET /virtual-machine/206b02a9-465a-491c-8d4d-cfa77c3f12a4 HTTP/1.1" 200 1293 0.030937 10.0.0.61 - - [2025-12-11 03:55:38] "GET /virtual-machine-interface/718678b1-45bd-4ee6-8fcb-d16aacf03ff0 HTTP/1.1" 200 2958 0.004783 10.0.0.61 - - [2025-12-11 03:55:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.61 - - [2025-12-11 03:55:38] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003378 10.0.0.61 - - [2025-12-11 03:55:38] "GET /virtual-networks?parent_id=d54f434e-80ca-4f4c-b8df-4999ea16ebd0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002498 10.0.0.61 - - [2025-12-11 03:55:38] "GET /virtual-network/5c20f1f8-9d1a-4d34-8cbd-e09b02170dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005780 10.0.0.61 - - [2025-12-11 03:55:41] "POST /neutron/port HTTP/1.1" 200 1088 0.013526 10.0.0.61 - - [2025-12-11 03:55:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.61 - - [2025-12-11 03:55:41] "GET /virtual-network/5c20f1f8-9d1a-4d34-8cbd-e09b02170dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005568 10.0.0.61 - - [2025-12-11 03:55:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007747 10.0.0.61 - - [2025-12-11 03:55:42] "POST /neutron/network HTTP/1.1" 200 832 0.007506 10.0.0.61 - - [2025-12-11 03:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004331 10.0.0.61 - - [2025-12-11 03:55:46] "GET /virtual-network/5c20f1f8-9d1a-4d34-8cbd-e09b02170dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005810 10.0.0.61 - - [2025-12-11 03:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.61 - - [2025-12-11 03:55:50] "GET /virtual-network/5c20f1f8-9d1a-4d34-8cbd-e09b02170dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004764 10.0.0.61 - - [2025-12-11 03:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.61 - - [2025-12-11 03:55:54] "GET /virtual-network/5c20f1f8-9d1a-4d34-8cbd-e09b02170dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004901 10.0.0.61 - - [2025-12-11 03:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.61 - - [2025-12-11 03:55:58] "GET /virtual-network/5c20f1f8-9d1a-4d34-8cbd-e09b02170dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006098 10.0.0.61 - - [2025-12-11 03:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.61 - - [2025-12-11 03:56:02] "GET /virtual-network/5c20f1f8-9d1a-4d34-8cbd-e09b02170dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006826 10.0.0.61 - - [2025-12-11 03:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004165 10.0.0.61 - - [2025-12-11 03:56:06] "GET /virtual-network/5c20f1f8-9d1a-4d34-8cbd-e09b02170dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005682 10.0.0.61 - - [2025-12-11 03:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.61 - - [2025-12-11 03:56:10] "GET /virtual-network/5c20f1f8-9d1a-4d34-8cbd-e09b02170dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006077 10.0.0.61 - - [2025-12-11 03:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.61 - - [2025-12-11 03:56:14] "GET /virtual-network/5c20f1f8-9d1a-4d34-8cbd-e09b02170dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004972 10.0.0.61 - - [2025-12-11 03:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.61 - - [2025-12-11 03:56:18] "GET /virtual-network/5c20f1f8-9d1a-4d34-8cbd-e09b02170dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004467 10.0.0.27 - - [2025-12-11 03:56:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000525 10.0.0.27 - - [2025-12-11 03:56:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.27 - - [2025-12-11 03:56:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.27 - - [2025-12-11 03:56:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.61 - - [2025-12-11 03:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.61 - - [2025-12-11 03:56:22] "GET /virtual-network/5c20f1f8-9d1a-4d34-8cbd-e09b02170dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.010658 10.0.0.33 - - [2025-12-11 03:56:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.33 - - [2025-12-11 03:56:23] "GET /global-system-configs HTTP/1.1" 401 292 0.001053 10.0.0.33 - - [2025-12-11 03:56:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.33 - - [2025-12-11 03:56:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.61 - - [2025-12-11 03:56:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000546 10.0.0.61 - - [2025-12-11 03:56:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.61 - - [2025-12-11 03:56:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.61 - - [2025-12-11 03:56:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.61 - - [2025-12-11 03:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.61 - - [2025-12-11 03:56:27] "GET /virtual-network/5c20f1f8-9d1a-4d34-8cbd-e09b02170dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004739 10.0.0.61 - - [2025-12-11 03:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.61 - - [2025-12-11 03:56:31] "GET /virtual-network/5c20f1f8-9d1a-4d34-8cbd-e09b02170dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007983 10.0.0.61 - - [2025-12-11 03:56:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.61 - - [2025-12-11 03:56:35] "GET /virtual-network/5c20f1f8-9d1a-4d34-8cbd-e09b02170dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.016717 10.0.0.61 - - [2025-12-11 03:56:36] "POST /neutron/port HTTP/1.1" 200 1088 0.016530 10.0.0.61 - - [2025-12-11 03:56:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003633 10.0.0.61 - - [2025-12-11 03:56:36] "POST /neutron/network HTTP/1.1" 200 832 0.006373 10.0.0.61 - - [2025-12-11 03:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.61 - - [2025-12-11 03:56:39] "GET /virtual-network/5c20f1f8-9d1a-4d34-8cbd-e09b02170dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004649 10.0.0.61 - - [2025-12-11 03:56:42] "POST /neutron/network HTTP/1.1" 200 842 0.006457 10.0.0.61 - - [2025-12-11 03:56:43] "POST /neutron/port HTTP/1.1" 200 117 0.001213 10.0.0.61 - - [2025-12-11 03:56:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.61 - - [2025-12-11 03:56:43] "GET /virtual-network/5c20f1f8-9d1a-4d34-8cbd-e09b02170dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005132 10.0.0.61 - - [2025-12-11 03:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.61 - - [2025-12-11 03:56:47] "GET /virtual-network/5c20f1f8-9d1a-4d34-8cbd-e09b02170dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005095 10.0.0.61 - - [2025-12-11 03:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.61 - - [2025-12-11 03:56:51] "GET /virtual-network/5c20f1f8-9d1a-4d34-8cbd-e09b02170dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004916 10.0.0.61 - - [2025-12-11 03:56:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.033916 10.0.0.61 - - [2025-12-11 03:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.61 - - [2025-12-11 03:56:55] "GET /virtual-network/5c20f1f8-9d1a-4d34-8cbd-e09b02170dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004591 10.0.0.61 - - [2025-12-11 03:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.61 - - [2025-12-11 03:56:57] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003941 10.0.0.61 - - [2025-12-11 03:56:57] "GET /virtual-networks?parent_id=d54f434e-80ca-4f4c-b8df-4999ea16ebd0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003373 10.0.0.61 - - [2025-12-11 03:56:57] "GET /virtual-network/5c20f1f8-9d1a-4d34-8cbd-e09b02170dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006979 10.0.0.61 - - [2025-12-11 03:56:57] "POST /neutron/port HTTP/1.1" 200 1088 0.020989 10.0.0.61 - - [2025-12-11 03:57:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007468 10.0.0.61 - - [2025-12-11 03:57:13] "POST /neutron/port HTTP/1.1" 200 1088 0.017426 10.0.0.61 - - [2025-12-11 03:57:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007365 10.0.0.61 - - [2025-12-11 03:57:28] "POST /neutron/port HTTP/1.1" 200 1088 0.015924 10.0.0.27 - - [2025-12-11 03:57:31] "GET /obj-perms HTTP/1.1" 200 5056 0.049488 10.0.0.61 - - [2025-12-11 03:57:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007441 10.0.0.61 - - [2025-12-11 03:57:37] "POST /neutron/network HTTP/1.1" 200 842 0.041557 10.0.0.61 - - [2025-12-11 03:57:37] "POST /neutron/port HTTP/1.1" 200 117 0.001473 10.0.0.61 - - [2025-12-11 03:57:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012491 10.0.0.61 - - [2025-12-11 03:57:44] "POST /neutron/network HTTP/1.1" 200 842 0.029512 10.0.0.61 - - [2025-12-11 03:57:44] "POST /neutron/port HTTP/1.1" 200 117 0.001435 10.0.0.61 - - [2025-12-11 03:57:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007881 10.0.0.61 - - [2025-12-11 03:57:44] "POST /neutron/port HTTP/1.1" 200 1088 0.016763 10.0.0.61 - - [2025-12-11 03:57:44] "GET /virtual-machine/513b2a96-8a85-4fb4-81c5-1d3770a4a76a HTTP/1.1" 200 1292 0.007374 10.0.0.61 - - [2025-12-11 03:57:44] "GET /virtual-machine-interface/9a705423-a2ab-49e9-9fd2-b501199ddf07 HTTP/1.1" 200 2959 0.006947 10.0.0.61 - - [2025-12-11 03:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004295 10.0.0.61 - - [2025-12-11 03:57:44] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005446 10.0.0.61 - - [2025-12-11 03:57:44] "GET /virtual-networks?parent_id=d54f434e-80ca-4f4c-b8df-4999ea16ebd0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002916 10.0.0.61 - - [2025-12-11 03:57:44] "GET /virtual-network/5c20f1f8-9d1a-4d34-8cbd-e09b02170dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.011709 10.0.0.61 - - [2025-12-11 03:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005383 10.0.0.61 - - [2025-12-11 03:57:45] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005215 10.0.0.61 - - [2025-12-11 03:57:45] "GET /virtual-networks?parent_id=d54f434e-80ca-4f4c-b8df-4999ea16ebd0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003745 10.0.0.61 - - [2025-12-11 03:57:45] "GET /virtual-network/5c20f1f8-9d1a-4d34-8cbd-e09b02170dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007506 10.0.0.61 - - [2025-12-11 03:57:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009009 10.0.0.61 - - [2025-12-11 03:57:46] "POST /neutron/port HTTP/1.1" 200 1088 0.016186 10.0.0.61 - - [2025-12-11 03:57:46] "GET /virtual-machine/b7f791af-33f0-4647-983c-2067b4fbd4f6 HTTP/1.1" 200 1294 0.006806 10.0.0.61 - - [2025-12-11 03:57:46] "GET /virtual-machine-interface/37ad0796-0bed-48bc-a00f-6851cf42a78b HTTP/1.1" 200 2958 0.004889 10.0.0.61 - - [2025-12-11 03:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.61 - - [2025-12-11 03:57:46] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004237 10.0.0.61 - - [2025-12-11 03:57:46] "GET /virtual-networks?parent_id=d54f434e-80ca-4f4c-b8df-4999ea16ebd0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003495 10.0.0.61 - - [2025-12-11 03:57:46] "GET /virtual-network/5c20f1f8-9d1a-4d34-8cbd-e09b02170dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006928 10.0.0.61 - - [2025-12-11 03:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004500 10.0.0.61 - - [2025-12-11 03:57:47] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003554 10.0.0.61 - - [2025-12-11 03:57:47] "GET /virtual-networks?parent_id=d54f434e-80ca-4f4c-b8df-4999ea16ebd0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002670 10.0.0.61 - - [2025-12-11 03:57:47] "GET /virtual-network/5c20f1f8-9d1a-4d34-8cbd-e09b02170dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005923 10.0.0.61 - - [2025-12-11 03:57:47] "POST /fqname-to-id HTTP/1.1" 404 198 0.003310 10.0.0.61 - - [2025-12-11 03:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.61 - - [2025-12-11 03:57:47] "GET /global-system-config/557068e1-0e3a-446d-ac40-1db86d8ca1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.008482 10.0.0.61 - - [2025-12-11 03:57:47] "POST /control-node-zones HTTP/1.1" 200 569 0.032521 10.0.0.61 - - [2025-12-11 03:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.61 - - [2025-12-11 03:57:47] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005524 10.0.0.61 - - [2025-12-11 03:57:47] "GET /control-node-zone/d30760a6-c319-4888-a353-e9bf8b9bf657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006951 10.0.0.61 - - [2025-12-11 03:57:47] "PUT /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307 HTTP/1.1" 200 254 0.021638 10.0.0.61 - - [2025-12-11 03:57:48] "POST /fqname-to-id HTTP/1.1" 404 198 0.003361 10.0.0.61 - - [2025-12-11 03:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.61 - - [2025-12-11 03:57:48] "GET /global-system-config/557068e1-0e3a-446d-ac40-1db86d8ca1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006723 10.0.0.61 - - [2025-12-11 03:57:48] "POST /control-node-zones HTTP/1.1" 200 569 0.029232 10.0.0.61 - - [2025-12-11 03:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.61 - - [2025-12-11 03:57:48] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004667 10.0.0.61 - - [2025-12-11 03:57:48] "GET /control-node-zone/083a8a3a-cfea-4f92-903b-8aeb720f3fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004683 10.0.0.61 - - [2025-12-11 03:57:48] "PUT /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5 HTTP/1.1" 200 254 0.020137 10.0.0.61 - - [2025-12-11 03:57:48] "POST /fqname-to-id HTTP/1.1" 404 198 0.003561 10.0.0.61 - - [2025-12-11 03:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.61 - - [2025-12-11 03:57:48] "GET /global-system-config/557068e1-0e3a-446d-ac40-1db86d8ca1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006909 10.0.0.61 - - [2025-12-11 03:57:48] "POST /control-node-zones HTTP/1.1" 200 569 0.026612 10.0.0.61 - - [2025-12-11 03:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.61 - - [2025-12-11 03:57:48] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005763 10.0.0.61 - - [2025-12-11 03:57:48] "GET /control-node-zone/291fb1e5-02fb-41d8-94a5-d126643622c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006565 10.0.0.61 - - [2025-12-11 03:57:48] "PUT /bgp-router/f50801db-639f-4929-8652-cc2760892d37 HTTP/1.1" 200 254 0.030308 10.0.0.61 - - [2025-12-11 03:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.61 - - [2025-12-11 03:57:48] "GET /global-system-config/557068e1-0e3a-446d-ac40-1db86d8ca1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007079 10.0.0.61 - - [2025-12-11 03:57:48] "POST /fqname-to-id HTTP/1.1" 404 234 0.004517 10.0.0.61 - - [2025-12-11 03:57:48] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.029567 10.0.0.61 - - [2025-12-11 03:57:49] "POST /neutron/subnet HTTP/1.1" 200 720 0.008080 10.0.0.61 - - [2025-12-11 03:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.61 - - [2025-12-11 03:57:49] "GET /bgp-as-a-service/cef29e78-bd40-4ab4-85ac-29261908ef0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.004822 10.0.0.61 - - [2025-12-11 03:57:49] "GET /control-node-zone/d30760a6-c319-4888-a353-e9bf8b9bf657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004135 10.0.0.61 - - [2025-12-11 03:57:49] "POST /ref-update HTTP/1.1" 200 156 0.013433 10.0.0.61 - - [2025-12-11 03:58:08] "GET /bgp-as-a-service/cef29e78-bd40-4ab4-85ac-29261908ef0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.007454 10.0.0.61 - - [2025-12-11 03:58:08] "GET /virtual-machine-interface/718678b1-45bd-4ee6-8fcb-d16aacf03ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.005770 10.0.0.61 - - [2025-12-11 03:58:08] "POST /ref-update HTTP/1.1" 200 156 0.013143 10.0.0.33 - - [2025-12-11 03:58:08] "POST /bgp-routers HTTP/1.1" 200 640 0.038726 10.0.0.33 - - [2025-12-11 03:58:08] "PUT /bgp-router/6ad9315c-076c-44a8-a729-0e2999bda887 HTTP/1.1" 200 254 0.029030 10.0.0.61 - - [2025-12-11 03:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.61 - - [2025-12-11 03:58:09] "GET /global-system-config/557068e1-0e3a-446d-ac40-1db86d8ca1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006449 10.0.0.61 - - [2025-12-11 03:58:09] "POST /fqname-to-id HTTP/1.1" 404 234 0.002540 10.0.0.61 - - [2025-12-11 03:58:09] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.030317 10.0.0.61 - - [2025-12-11 03:58:09] "POST /neutron/network HTTP/1.1" 200 832 0.005654 10.0.0.61 - - [2025-12-11 03:58:09] "POST /neutron/subnet HTTP/1.1" 200 720 0.008653 10.0.0.61 - - [2025-12-11 03:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002610 10.0.0.61 - - [2025-12-11 03:58:09] "GET /bgp-as-a-service/07964591-5908-4a93-96ec-b75255a43027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1546 0.004517 10.0.0.61 - - [2025-12-11 03:58:09] "GET /control-node-zone/083a8a3a-cfea-4f92-903b-8aeb720f3fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004322 10.0.0.61 - - [2025-12-11 03:58:09] "POST /ref-update HTTP/1.1" 200 156 0.014972 10.0.0.61 - - [2025-12-11 03:58:17] "GET /bgp-as-a-service/07964591-5908-4a93-96ec-b75255a43027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.005647 10.0.0.61 - - [2025-12-11 03:58:17] "GET /virtual-machine-interface/9a705423-a2ab-49e9-9fd2-b501199ddf07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.004469 10.0.0.61 - - [2025-12-11 03:58:17] "POST /ref-update HTTP/1.1" 200 156 0.010303 10.0.0.33 - - [2025-12-11 03:58:17] "POST /ref-update HTTP/1.1" 200 156 0.019832 10.0.0.61 - - [2025-12-11 03:58:31] "GET /control-node-zone/d30760a6-c319-4888-a353-e9bf8b9bf657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003663 10.0.0.61 - - [2025-12-11 03:58:31] "POST /ref-update HTTP/1.1" 200 156 0.020959 10.0.0.61 - - [2025-12-11 03:58:31] "GET /control-node-zone/083a8a3a-cfea-4f92-903b-8aeb720f3fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004589 10.0.0.61 - - [2025-12-11 03:58:31] "POST /ref-update HTTP/1.1" 200 156 0.016368 10.0.0.61 - - [2025-12-11 03:58:31] "GET /control-node-zone/291fb1e5-02fb-41d8-94a5-d126643622c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004025 10.0.0.61 - - [2025-12-11 03:58:31] "POST /ref-update HTTP/1.1" 200 156 0.016704 10.0.0.61 - - [2025-12-11 03:58:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.61 - - [2025-12-11 03:58:31] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004646 10.0.0.61 - - [2025-12-11 03:58:31] "GET /control-node-zone/d30760a6-c319-4888-a353-e9bf8b9bf657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003100 10.0.0.61 - - [2025-12-11 03:58:31] "PUT /bgp-router/f50801db-639f-4929-8652-cc2760892d37 HTTP/1.1" 200 254 0.016672 10.0.0.61 - - [2025-12-11 03:58:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.61 - - [2025-12-11 03:58:31] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004276 10.0.0.61 - - [2025-12-11 03:58:31] "GET /control-node-zone/083a8a3a-cfea-4f92-903b-8aeb720f3fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003118 10.0.0.61 - - [2025-12-11 03:58:31] "PUT /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5 HTTP/1.1" 200 254 0.017093 10.0.0.61 - - [2025-12-11 03:58:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.61 - - [2025-12-11 03:58:31] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005301 10.0.0.61 - - [2025-12-11 03:58:31] "GET /control-node-zone/291fb1e5-02fb-41d8-94a5-d126643622c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003081 10.0.0.61 - - [2025-12-11 03:58:31] "PUT /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307 HTTP/1.1" 200 254 0.026605 10.0.0.33 - - [2025-12-11 03:58:32] "GET /obj-perms HTTP/1.1" 200 5056 0.057408 10.0.0.61 - - [2025-12-11 03:58:38] "POST /neutron/network HTTP/1.1" 200 842 0.006031 10.0.0.61 - - [2025-12-11 03:58:38] "POST /neutron/port HTTP/1.1" 200 117 0.001101 10.0.0.61 - - [2025-12-11 03:58:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.61 - - [2025-12-11 03:58:44] "GET /bgp-as-a-service/cef29e78-bd40-4ab4-85ac-29261908ef0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.005966 10.0.0.61 - - [2025-12-11 03:58:44] "GET /control-node-zone/d30760a6-c319-4888-a353-e9bf8b9bf657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003114 10.0.0.61 - - [2025-12-11 03:58:44] "POST /ref-update HTTP/1.1" 200 156 0.014684 10.0.0.61 - - [2025-12-11 03:58:44] "GET /control-node-zone/d30760a6-c319-4888-a353-e9bf8b9bf657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003966 10.0.0.61 - - [2025-12-11 03:58:44] "POST /ref-update HTTP/1.1" 200 156 0.021616 10.0.0.61 - - [2025-12-11 03:58:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004509 10.0.0.61 - - [2025-12-11 03:58:44] "GET /global-system-config/557068e1-0e3a-446d-ac40-1db86d8ca1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.005738 10.0.0.61 - - [2025-12-11 03:58:44] "POST /neutron/subnet HTTP/1.1" 200 720 0.008250 10.0.0.61 - - [2025-12-11 03:58:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.61 - - [2025-12-11 03:58:44] "GET /bgp-as-a-service/cef29e78-bd40-4ab4-85ac-29261908ef0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.004520 10.0.0.61 - - [2025-12-11 03:58:44] "GET /control-node-zone/291fb1e5-02fb-41d8-94a5-d126643622c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.002619 10.0.0.61 - - [2025-12-11 03:58:44] "POST /ref-update HTTP/1.1" 200 156 0.011777 10.0.0.61 - - [2025-12-11 03:58:44] "POST /neutron/port HTTP/1.1" 200 1088 0.014477 10.0.0.61 - - [2025-12-11 03:58:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003764 10.0.0.61 - - [2025-12-11 03:58:45] "POST /neutron/network HTTP/1.1" 200 832 0.007580 10.0.0.61 - - [2025-12-11 03:58:47] "GET /bgp-as-a-service/cef29e78-bd40-4ab4-85ac-29261908ef0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.006913 10.0.0.61 - - [2025-12-11 03:58:47] "GET /virtual-machine-interface/718678b1-45bd-4ee6-8fcb-d16aacf03ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.007814 10.0.0.61 - - [2025-12-11 03:59:00] "GET /bgp-as-a-service/cef29e78-bd40-4ab4-85ac-29261908ef0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.003699 10.0.0.61 - - [2025-12-11 03:59:00] "GET /virtual-machine-interface/718678b1-45bd-4ee6-8fcb-d16aacf03ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.004981 10.0.0.61 - - [2025-12-11 03:59:00] "POST /ref-update HTTP/1.1" 200 156 0.014312 10.0.0.61 - - [2025-12-11 03:59:00] "GET /bgp-as-a-service/07964591-5908-4a93-96ec-b75255a43027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2446 0.005424 10.0.0.61 - - [2025-12-11 03:59:00] "GET /virtual-machine-interface/9a705423-a2ab-49e9-9fd2-b501199ddf07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.006783 10.0.0.61 - - [2025-12-11 03:59:00] "POST /ref-update HTTP/1.1" 200 156 0.012564 10.0.0.61 - - [2025-12-11 03:59:00] "DELETE /bgp-as-a-service/07964591-5908-4a93-96ec-b75255a43027 HTTP/1.1" 200 115 0.056289 10.0.0.61 - - [2025-12-11 03:59:00] "GET /bgp-as-a-service/cef29e78-bd40-4ab4-85ac-29261908ef0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.006047 10.0.0.61 - - [2025-12-11 03:59:00] "GET /virtual-machine-interface/718678b1-45bd-4ee6-8fcb-d16aacf03ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.004757 10.0.0.61 - - [2025-12-11 03:59:00] "DELETE /bgp-as-a-service/cef29e78-bd40-4ab4-85ac-29261908ef0e HTTP/1.1" 200 115 0.040807 10.0.0.61 - - [2025-12-11 03:59:00] "GET /control-node-zone/291fb1e5-02fb-41d8-94a5-d126643622c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003854 10.0.0.61 - - [2025-12-11 03:59:00] "POST /ref-update HTTP/1.1" 200 156 0.019192 10.0.0.61 - - [2025-12-11 03:59:00] "DELETE /control-node-zone/291fb1e5-02fb-41d8-94a5-d126643622c7 HTTP/1.1" 200 115 0.027775 10.0.0.61 - - [2025-12-11 03:59:00] "GET /control-node-zone/083a8a3a-cfea-4f92-903b-8aeb720f3fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.009311 10.0.0.61 - - [2025-12-11 03:59:00] "POST /ref-update HTTP/1.1" 200 156 0.016568 10.0.0.61 - - [2025-12-11 03:59:00] "DELETE /control-node-zone/083a8a3a-cfea-4f92-903b-8aeb720f3fa8 HTTP/1.1" 200 115 0.029230 10.0.0.61 - - [2025-12-11 03:59:00] "GET /control-node-zone/d30760a6-c319-4888-a353-e9bf8b9bf657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.007805 10.0.0.33 - - [2025-12-11 03:59:00] "POST /ref-update HTTP/1.1" 200 156 0.032900 10.0.0.61 - - [2025-12-11 03:59:00] "DELETE /control-node-zone/d30760a6-c319-4888-a353-e9bf8b9bf657 HTTP/1.1" 200 115 0.035770 10.0.0.33 - - [2025-12-11 03:59:01] "DELETE /bgp-router/8fca7b6a-45ba-4f11-ae9d-af86587fb838 HTTP/1.1" 200 115 0.062904 10.0.0.61 - - [2025-12-11 03:59:01] "POST /neutron/port HTTP/1.1" 200 1088 0.013940 10.0.0.61 - - [2025-12-11 03:59:01] "POST /neutron/port HTTP/1.1" 200 1114 0.009167 10.0.0.61 - - [2025-12-11 03:59:02] "POST /neutron/port HTTP/1.1" 200 1088 0.027638 10.0.0.61 - - [2025-12-11 03:59:03] "POST /neutron/network HTTP/1.1" 200 832 0.008143 10.0.0.61 - - [2025-12-11 03:59:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.27 - - [2025-12-11 03:59:06] "GET /projects?obj_uuids=d54f434e-80ca-4f4c-b8df-4999ea16ebd0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001034 10.0.0.61 - - [2025-12-11 03:59:06] "GET /project/d54f434e-80ca-4f4c-b8df-4999ea16ebd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.043734 10.0.0.27 - - [2025-12-11 03:59:06] "GET /projects?obj_uuids=d54f434e-80ca-4f4c-b8df-4999ea16ebd0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001202 10.0.0.61 - - [2025-12-11 03:59:06] "POST /neutron/network HTTP/1.1" 200 614 0.123638 10.0.0.33 - - [2025-12-11 03:59:06] "POST /route-targets HTTP/1.1" 200 327 0.012156 10.0.0.61 - - [2025-12-11 03:59:06] "POST /id-to-fqname HTTP/1.1" 200 225 0.003238 10.0.0.61 - - [2025-12-11 03:59:06] "GET /virtual-network/b824b686-3cb8-4abc-8b7f-e4f48cc9f78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004223 10.0.0.61 - - [2025-12-11 03:59:06] "POST /neutron/network HTTP/1.1" 200 835 0.004897 10.0.0.61 - - [2025-12-11 03:59:06] "GET /virtual-network/b824b686-3cb8-4abc-8b7f-e4f48cc9f78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.003845 10.0.0.61 - - [2025-12-11 03:59:06] "POST /id-to-fqname HTTP/1.1" 200 225 0.001134 10.0.0.61 - - [2025-12-11 03:59:06] "POST /neutron/network HTTP/1.1" 200 845 0.006930 10.0.0.27 - - [2025-12-11 03:59:07] "GET /projects?obj_uuids=d54f434e-80ca-4f4c-b8df-4999ea16ebd0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000925 10.0.0.61 - - [2025-12-11 03:59:07] "GET /project/d54f434e-80ca-4f4c-b8df-4999ea16ebd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.070951 10.0.0.61 - - [2025-12-11 03:59:07] "POST /neutron/port HTTP/1.1" 200 117 0.005628 10.0.0.61 - - [2025-12-11 03:59:07] "POST /id-to-fqname HTTP/1.1" 200 225 0.001060 10.0.0.61 - - [2025-12-11 03:59:08] "POST /neutron/network HTTP/1.1" 200 845 0.006204 10.0.0.61 - - [2025-12-11 03:59:08] "POST /neutron/port HTTP/1.1" 200 1063 0.012981 10.0.0.27 - - [2025-12-11 03:59:08] "GET /projects?obj_uuids=d54f434e-80ca-4f4c-b8df-4999ea16ebd0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001015 10.0.0.61 - - [2025-12-11 03:59:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002657 10.0.0.61 - - [2025-12-11 03:59:08] "GET /project/d54f434e-80ca-4f4c-b8df-4999ea16ebd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.060509 10.0.0.61 - - [2025-12-11 03:59:08] "POST /neutron/port HTTP/1.1" 200 117 0.001094 10.0.0.61 - - [2025-12-11 03:59:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009628 10.0.0.61 - - [2025-12-11 03:59:09] "POST /id-to-fqname HTTP/1.1" 200 225 0.002784 10.0.0.61 - - [2025-12-11 03:59:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009677 10.0.0.27 - - [2025-12-11 03:59:09] "GET /projects?obj_uuids=d54f434e-80ca-4f4c-b8df-4999ea16ebd0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000950 10.0.0.61 - - [2025-12-11 03:59:09] "POST /neutron/port HTTP/1.1" 200 1063 0.263353 10.0.0.61 - - [2025-12-11 03:59:09] "POST /neutron/port HTTP/1.1" 200 1117 0.103932 10.0.0.61 - - [2025-12-11 03:59:09] "POST /neutron/subnet HTTP/1.1" 200 708 0.007789 10.0.0.27 - - [2025-12-11 03:59:10] "GET /projects?obj_uuids=d54f434e-80ca-4f4c-b8df-4999ea16ebd0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000912 10.0.0.61 - - [2025-12-11 03:59:10] "GET /project/d54f434e-80ca-4f4c-b8df-4999ea16ebd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.074359 10.0.0.61 - - [2025-12-11 03:59:10] "POST /neutron/network HTTP/1.1" 200 835 0.006747 10.0.0.61 - - [2025-12-11 03:59:10] "POST /neutron/port HTTP/1.1" 200 117 0.006909 10.0.0.61 - - [2025-12-11 03:59:10] "POST /neutron/port HTTP/1.1" 200 1091 0.016221 10.0.0.61 - - [2025-12-11 03:59:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007602 10.0.0.61 - - [2025-12-11 03:59:10] "GET /virtual-machine/d6e6bcc1-f65e-4b47-9887-6f6fcc398944 HTTP/1.1" 200 1294 0.005625 10.0.0.61 - - [2025-12-11 03:59:10] "GET /virtual-machine-interface/0437504d-ecbe-49fe-bc5b-2872559ef353 HTTP/1.1" 200 2957 0.005119 10.0.0.61 - - [2025-12-11 03:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.61 - - [2025-12-11 03:59:10] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003240 10.0.0.61 - - [2025-12-11 03:59:10] "GET /virtual-networks?parent_id=d54f434e-80ca-4f4c-b8df-4999ea16ebd0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002639 10.0.0.61 - - [2025-12-11 03:59:10] "GET /virtual-network/b824b686-3cb8-4abc-8b7f-e4f48cc9f78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006883 10.0.0.61 - - [2025-12-11 03:59:11] "POST /neutron/port HTTP/1.1" 200 1063 0.013444 10.0.0.61 - - [2025-12-11 03:59:11] "POST /neutron/port HTTP/1.1" 200 1091 0.015295 10.0.0.61 - - [2025-12-11 03:59:11] "POST /neutron/port HTTP/1.1" 200 117 0.001154 10.0.0.61 - - [2025-12-11 03:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.61 - - [2025-12-11 03:59:13] "GET /virtual-network/b824b686-3cb8-4abc-8b7f-e4f48cc9f78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005073 10.0.0.61 - - [2025-12-11 03:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.61 - - [2025-12-11 03:59:17] "GET /virtual-network/b824b686-3cb8-4abc-8b7f-e4f48cc9f78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004800 10.0.0.61 - - [2025-12-11 03:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.61 - - [2025-12-11 03:59:22] "GET /virtual-network/b824b686-3cb8-4abc-8b7f-e4f48cc9f78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005115 10.0.0.61 - - [2025-12-11 03:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.61 - - [2025-12-11 03:59:26] "GET /virtual-network/b824b686-3cb8-4abc-8b7f-e4f48cc9f78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005532 10.0.0.61 - - [2025-12-11 03:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.61 - - [2025-12-11 03:59:30] "GET /virtual-network/b824b686-3cb8-4abc-8b7f-e4f48cc9f78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004659 10.0.0.61 - - [2025-12-11 03:59:33] "GET /obj-perms HTTP/1.1" 200 5056 0.052172 10.0.0.61 - - [2025-12-11 03:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.61 - - [2025-12-11 03:59:34] "GET /virtual-network/b824b686-3cb8-4abc-8b7f-e4f48cc9f78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004593 10.0.0.61 - - [2025-12-11 03:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.61 - - [2025-12-11 03:59:38] "GET /virtual-network/b824b686-3cb8-4abc-8b7f-e4f48cc9f78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004701 10.0.0.61 - - [2025-12-11 03:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004430 10.0.0.61 - - [2025-12-11 03:59:42] "GET /virtual-network/b824b686-3cb8-4abc-8b7f-e4f48cc9f78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006015 10.0.0.61 - - [2025-12-11 03:59:45] "POST /neutron/port HTTP/1.1" 200 1091 0.014433 10.0.0.61 - - [2025-12-11 03:59:45] "POST /neutron/subnet HTTP/1.1" 200 708 0.008344 10.0.0.61 - - [2025-12-11 03:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.61 - - [2025-12-11 03:59:46] "GET /virtual-network/b824b686-3cb8-4abc-8b7f-e4f48cc9f78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006963 10.0.0.61 - - [2025-12-11 03:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.61 - - [2025-12-11 03:59:50] "GET /virtual-network/b824b686-3cb8-4abc-8b7f-e4f48cc9f78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005239 10.0.0.61 - - [2025-12-11 03:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.61 - - [2025-12-11 03:59:54] "GET /virtual-network/b824b686-3cb8-4abc-8b7f-e4f48cc9f78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005025 10.0.0.61 - - [2025-12-11 03:59:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.029800 10.0.0.61 - - [2025-12-11 03:59:58] "GET /virtual-network/b824b686-3cb8-4abc-8b7f-e4f48cc9f78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005853 10.0.0.61 - - [2025-12-11 04:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005097 10.0.0.61 - - [2025-12-11 04:00:03] "GET /virtual-network/b824b686-3cb8-4abc-8b7f-e4f48cc9f78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006047 10.0.0.61 - - [2025-12-11 04:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.61 - - [2025-12-11 04:00:07] "GET /virtual-network/b824b686-3cb8-4abc-8b7f-e4f48cc9f78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004589 10.0.0.61 - - [2025-12-11 04:00:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.61 - - [2025-12-11 04:00:11] "GET /virtual-network/b824b686-3cb8-4abc-8b7f-e4f48cc9f78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004886 10.0.0.61 - - [2025-12-11 04:00:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.61 - - [2025-12-11 04:00:15] "GET /virtual-network/b824b686-3cb8-4abc-8b7f-e4f48cc9f78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004700 10.0.0.61 - - [2025-12-11 04:00:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.61 - - [2025-12-11 04:00:19] "GET /virtual-network/b824b686-3cb8-4abc-8b7f-e4f48cc9f78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005176 10.0.0.61 - - [2025-12-11 04:00:19] "POST /neutron/port HTTP/1.1" 200 1091 0.016468 10.0.0.61 - - [2025-12-11 04:00:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.61 - - [2025-12-11 04:00:23] "GET /virtual-network/b824b686-3cb8-4abc-8b7f-e4f48cc9f78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005819 10.0.0.61 - - [2025-12-11 04:00:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.61 - - [2025-12-11 04:00:27] "GET /virtual-network/b824b686-3cb8-4abc-8b7f-e4f48cc9f78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004847 10.0.0.61 - - [2025-12-11 04:00:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008691 10.0.0.61 - - [2025-12-11 04:00:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.61 - - [2025-12-11 04:00:29] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003423 10.0.0.61 - - [2025-12-11 04:00:29] "GET /virtual-networks?parent_id=d54f434e-80ca-4f4c-b8df-4999ea16ebd0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003052 10.0.0.61 - - [2025-12-11 04:00:29] "GET /virtual-network/b824b686-3cb8-4abc-8b7f-e4f48cc9f78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005252 10.0.0.61 - - [2025-12-11 04:00:34] "POST /neutron/port HTTP/1.1" 200 1091 0.013368 10.0.0.61 - - [2025-12-11 04:00:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.037317 10.0.0.61 - - [2025-12-11 04:00:41] "POST /neutron/port HTTP/1.1" 200 1091 0.013258 10.0.0.61 - - [2025-12-11 04:00:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003551 10.0.0.61 - - [2025-12-11 04:00:41] "POST /neutron/network HTTP/1.1" 200 835 0.006651 10.0.0.61 - - [2025-12-11 04:00:45] "POST /neutron/port HTTP/1.1" 200 1091 0.014594 10.0.0.61 - - [2025-12-11 04:00:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003835 10.0.0.61 - - [2025-12-11 04:00:46] "POST /neutron/network HTTP/1.1" 200 835 0.008176 10.0.0.61 - - [2025-12-11 04:00:55] "POST /neutron/port HTTP/1.1" 200 1091 0.013722 10.0.0.61 - - [2025-12-11 04:01:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009129 10.0.0.61 - - [2025-12-11 04:01:11] "POST /neutron/port HTTP/1.1" 200 1091 0.014616 10.0.0.61 - - [2025-12-11 04:01:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010420 10.0.0.61 - - [2025-12-11 04:01:21] "POST /neutron/port HTTP/1.1" 200 1091 0.015045 10.0.0.61 - - [2025-12-11 04:01:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008485 10.0.0.61 - - [2025-12-11 04:01:21] "GET /virtual-machine/753288ce-7e96-46d2-b75e-60ca955adb0f HTTP/1.1" 200 1293 0.036904 10.0.0.61 - - [2025-12-11 04:01:21] "GET /virtual-machine-interface/854c255f-5017-42d6-9f1c-6c083e860335 HTTP/1.1" 200 2958 0.005670 10.0.0.61 - - [2025-12-11 04:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.61 - - [2025-12-11 04:01:21] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003206 10.0.0.61 - - [2025-12-11 04:01:21] "GET /virtual-networks?parent_id=d54f434e-80ca-4f4c-b8df-4999ea16ebd0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002378 10.0.0.61 - - [2025-12-11 04:01:21] "GET /virtual-network/b824b686-3cb8-4abc-8b7f-e4f48cc9f78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005196 10.0.0.27 - - [2025-12-11 04:01:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.27 - - [2025-12-11 04:01:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.27 - - [2025-12-11 04:01:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.27 - - [2025-12-11 04:01:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.61 - - [2025-12-11 04:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.61 - - [2025-12-11 04:01:22] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003870 10.0.0.61 - - [2025-12-11 04:01:22] "GET /virtual-networks?parent_id=d54f434e-80ca-4f4c-b8df-4999ea16ebd0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002261 10.0.0.61 - - [2025-12-11 04:01:22] "GET /virtual-network/b824b686-3cb8-4abc-8b7f-e4f48cc9f78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005568 10.0.0.33 - - [2025-12-11 04:01:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.33 - - [2025-12-11 04:01:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.61 - - [2025-12-11 04:01:23] "POST /neutron/port HTTP/1.1" 200 1091 0.013933 10.0.0.61 - - [2025-12-11 04:01:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007394 10.0.0.61 - - [2025-12-11 04:01:23] "GET /virtual-machine/1a34a8b8-3137-4fdd-881f-b5ca3ed8dce2 HTTP/1.1" 200 1292 0.005323 10.0.0.61 - - [2025-12-11 04:01:23] "GET /virtual-machine-interface/aefaecb5-8a09-4638-8072-71119879599c HTTP/1.1" 200 2958 0.004699 10.0.0.61 - - [2025-12-11 04:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.61 - - [2025-12-11 04:01:23] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003436 10.0.0.61 - - [2025-12-11 04:01:23] "GET /virtual-networks?parent_id=d54f434e-80ca-4f4c-b8df-4999ea16ebd0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002557 10.0.0.61 - - [2025-12-11 04:01:23] "GET /virtual-network/b824b686-3cb8-4abc-8b7f-e4f48cc9f78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005931 10.0.0.33 - - [2025-12-11 04:01:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.33 - - [2025-12-11 04:01:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000742 10.0.0.61 - - [2025-12-11 04:01:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.61 - - [2025-12-11 04:01:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.61 - - [2025-12-11 04:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616 10.0.0.61 - - [2025-12-11 04:01:24] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004545 10.0.0.61 - - [2025-12-11 04:01:24] "GET /virtual-networks?parent_id=d54f434e-80ca-4f4c-b8df-4999ea16ebd0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004503 10.0.0.61 - - [2025-12-11 04:01:24] "GET /virtual-network/b824b686-3cb8-4abc-8b7f-e4f48cc9f78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007327 10.0.0.61 - - [2025-12-11 04:01:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.61 - - [2025-12-11 04:01:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.61 - - [2025-12-11 04:01:29] "POST /fqname-to-id HTTP/1.1" 404 198 0.003138 10.0.0.61 - - [2025-12-11 04:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002602 10.0.0.61 - - [2025-12-11 04:01:30] "GET /global-system-config/557068e1-0e3a-446d-ac40-1db86d8ca1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007267 10.0.0.61 - - [2025-12-11 04:01:30] "POST /control-node-zones HTTP/1.1" 200 569 0.022957 10.0.0.61 - - [2025-12-11 04:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.61 - - [2025-12-11 04:01:30] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004426 10.0.0.61 - - [2025-12-11 04:01:30] "GET /control-node-zone/135fa91f-cd95-4fb7-be3e-2ca3ba6fcd22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005027 10.0.0.61 - - [2025-12-11 04:01:30] "PUT /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307 HTTP/1.1" 200 254 0.018945 10.0.0.61 - - [2025-12-11 04:01:30] "POST /fqname-to-id HTTP/1.1" 404 198 0.006333 10.0.0.61 - - [2025-12-11 04:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.61 - - [2025-12-11 04:01:30] "GET /global-system-config/557068e1-0e3a-446d-ac40-1db86d8ca1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.005697 10.0.0.61 - - [2025-12-11 04:01:30] "POST /control-node-zones HTTP/1.1" 200 569 0.026461 10.0.0.61 - - [2025-12-11 04:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004907 10.0.0.61 - - [2025-12-11 04:01:30] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005020 10.0.0.61 - - [2025-12-11 04:01:30] "GET /control-node-zone/6b4709ea-2320-49f9-a9af-d5d5492805c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004681 10.0.0.61 - - [2025-12-11 04:01:30] "PUT /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5 HTTP/1.1" 200 254 0.018521 10.0.0.61 - - [2025-12-11 04:01:30] "POST /fqname-to-id HTTP/1.1" 404 198 0.002947 10.0.0.61 - - [2025-12-11 04:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.61 - - [2025-12-11 04:01:30] "GET /global-system-config/557068e1-0e3a-446d-ac40-1db86d8ca1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006731 10.0.0.61 - - [2025-12-11 04:01:30] "POST /control-node-zones HTTP/1.1" 200 569 0.031036 10.0.0.61 - - [2025-12-11 04:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.61 - - [2025-12-11 04:01:30] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004698 10.0.0.61 - - [2025-12-11 04:01:30] "GET /control-node-zone/04ffe439-dfd8-45aa-89b8-4e719dc263c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.005591 10.0.0.61 - - [2025-12-11 04:01:30] "PUT /bgp-router/f50801db-639f-4929-8652-cc2760892d37 HTTP/1.1" 200 254 0.021414 10.0.0.61 - - [2025-12-11 04:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.61 - - [2025-12-11 04:01:30] "GET /global-system-config/557068e1-0e3a-446d-ac40-1db86d8ca1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006197 10.0.0.61 - - [2025-12-11 04:01:31] "POST /fqname-to-id HTTP/1.1" 404 234 0.003103 10.0.0.61 - - [2025-12-11 04:01:31] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.031152 10.0.0.61 - - [2025-12-11 04:01:31] "POST /neutron/network HTTP/1.1" 200 835 0.006608 10.0.0.61 - - [2025-12-11 04:01:31] "POST /neutron/subnet HTTP/1.1" 200 734 0.008662 10.0.0.61 - - [2025-12-11 04:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.61 - - [2025-12-11 04:01:31] "GET /bgp-as-a-service/56a2f0fc-f4f5-42b6-b7d9-503357a7238d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.004719 10.0.0.61 - - [2025-12-11 04:01:31] "GET /control-node-zone/135fa91f-cd95-4fb7-be3e-2ca3ba6fcd22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005891 10.0.0.61 - - [2025-12-11 04:01:31] "POST /ref-update HTTP/1.1" 200 156 0.013222 10.0.0.61 - - [2025-12-11 04:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.61 - - [2025-12-11 04:01:31] "GET /bgp-as-a-service/56a2f0fc-f4f5-42b6-b7d9-503357a7238d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.006202 10.0.0.61 - - [2025-12-11 04:01:31] "GET /control-node-zone/6b4709ea-2320-49f9-a9af-d5d5492805c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004087 10.0.0.61 - - [2025-12-11 04:01:31] "POST /ref-update HTTP/1.1" 200 156 0.014621 10.0.0.61 - - [2025-12-11 04:01:42] "POST /neutron/network HTTP/1.1" 200 845 0.007304 10.0.0.61 - - [2025-12-11 04:01:42] "POST /neutron/port HTTP/1.1" 200 117 0.001462 10.0.0.61 - - [2025-12-11 04:01:45] "GET /bgp-as-a-service/56a2f0fc-f4f5-42b6-b7d9-503357a7238d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.007328 10.0.0.61 - - [2025-12-11 04:01:46] "GET /virtual-machine-interface/0437504d-ecbe-49fe-bc5b-2872559ef353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.006224 10.0.0.61 - - [2025-12-11 04:01:46] "POST /ref-update HTTP/1.1" 200 156 0.013234 10.0.0.33 - - [2025-12-11 04:01:46] "POST /bgp-routers HTTP/1.1" 200 640 0.082337 10.0.0.33 - - [2025-12-11 04:01:46] "PUT /bgp-router/0e165930-1224-43cd-8442-a13c81e7e97c HTTP/1.1" 200 254 0.029376 10.0.0.61 - - [2025-12-11 04:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.61 - - [2025-12-11 04:01:46] "GET /global-system-config/557068e1-0e3a-446d-ac40-1db86d8ca1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006982 10.0.0.61 - - [2025-12-11 04:01:46] "POST /fqname-to-id HTTP/1.1" 404 234 0.003381 10.0.0.61 - - [2025-12-11 04:01:46] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.036458 10.0.0.61 - - [2025-12-11 04:01:46] "POST /neutron/port HTTP/1.1" 200 1091 0.024726 10.0.0.61 - - [2025-12-11 04:01:46] "POST /neutron/network HTTP/1.1" 200 845 0.006575 10.0.0.61 - - [2025-12-11 04:01:47] "POST /neutron/subnet HTTP/1.1" 200 734 0.011983 10.0.0.61 - - [2025-12-11 04:01:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.61 - - [2025-12-11 04:01:47] "GET /bgp-as-a-service/ddd97d86-a0cc-448a-89fe-4ee5f0861fbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.006953 10.0.0.61 - - [2025-12-11 04:01:47] "POST /neutron/network HTTP/1.1" 200 835 0.012566 10.0.0.61 - - [2025-12-11 04:01:47] "GET /control-node-zone/135fa91f-cd95-4fb7-be3e-2ca3ba6fcd22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004996 10.0.0.61 - - [2025-12-11 04:01:47] "POST /ref-update HTTP/1.1" 200 156 0.016192 10.0.0.61 - - [2025-12-11 04:01:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.61 - - [2025-12-11 04:01:47] "GET /bgp-as-a-service/ddd97d86-a0cc-448a-89fe-4ee5f0861fbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.007773 10.0.0.61 - - [2025-12-11 04:01:47] "GET /control-node-zone/6b4709ea-2320-49f9-a9af-d5d5492805c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004249 10.0.0.61 - - [2025-12-11 04:01:47] "POST /ref-update HTTP/1.1" 200 156 0.015908 10.0.0.61 - - [2025-12-11 04:01:55] "GET /bgp-as-a-service/ddd97d86-a0cc-448a-89fe-4ee5f0861fbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.009184 10.0.0.61 - - [2025-12-11 04:01:55] "GET /virtual-machine-interface/854c255f-5017-42d6-9f1c-6c083e860335?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.007318 10.0.0.61 - - [2025-12-11 04:01:55] "POST /ref-update HTTP/1.1" 200 156 0.014719 10.0.0.33 - - [2025-12-11 04:01:55] "POST /ref-update HTTP/1.1" 200 156 0.024480 10.0.0.61 - - [2025-12-11 04:02:17] "GET /bgp-as-a-service/ddd97d86-a0cc-448a-89fe-4ee5f0861fbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.007301 10.0.0.61 - - [2025-12-11 04:02:17] "GET /virtual-machine-interface/854c255f-5017-42d6-9f1c-6c083e860335?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.007529 10.0.0.61 - - [2025-12-11 04:02:17] "POST /ref-update HTTP/1.1" 200 156 0.014179 10.0.0.33 - - [2025-12-11 04:02:17] "POST /ref-update HTTP/1.1" 200 156 0.023549 10.0.0.61 - - [2025-12-11 04:02:17] "DELETE /bgp-as-a-service/ddd97d86-a0cc-448a-89fe-4ee5f0861fbe HTTP/1.1" 200 115 0.089355 10.0.0.61 - - [2025-12-11 04:02:17] "GET /bgp-as-a-service/56a2f0fc-f4f5-42b6-b7d9-503357a7238d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.008950 10.0.0.61 - - [2025-12-11 04:02:17] "GET /virtual-machine-interface/0437504d-ecbe-49fe-bc5b-2872559ef353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.008643 10.0.0.61 - - [2025-12-11 04:02:17] "POST /ref-update HTTP/1.1" 200 156 0.013355 10.0.0.33 - - [2025-12-11 04:02:17] "POST /ref-update HTTP/1.1" 200 156 0.029661 10.0.0.61 - - [2025-12-11 04:02:17] "DELETE /bgp-as-a-service/56a2f0fc-f4f5-42b6-b7d9-503357a7238d HTTP/1.1" 200 115 0.063833 10.0.0.61 - - [2025-12-11 04:02:17] "GET /control-node-zone/04ffe439-dfd8-45aa-89b8-4e719dc263c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.006024 10.0.0.61 - - [2025-12-11 04:02:17] "POST /ref-update HTTP/1.1" 200 156 0.031124 10.0.0.61 - - [2025-12-11 04:02:17] "DELETE /control-node-zone/04ffe439-dfd8-45aa-89b8-4e719dc263c8 HTTP/1.1" 200 115 0.028506 10.0.0.61 - - [2025-12-11 04:02:17] "GET /control-node-zone/6b4709ea-2320-49f9-a9af-d5d5492805c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.011710 10.0.0.61 - - [2025-12-11 04:02:17] "POST /ref-update HTTP/1.1" 200 156 0.017568 10.0.0.61 - - [2025-12-11 04:02:17] "DELETE /control-node-zone/6b4709ea-2320-49f9-a9af-d5d5492805c3 HTTP/1.1" 200 115 0.026945 10.0.0.61 - - [2025-12-11 04:02:17] "GET /control-node-zone/135fa91f-cd95-4fb7-be3e-2ca3ba6fcd22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004770 10.0.0.61 - - [2025-12-11 04:02:18] "POST /ref-update HTTP/1.1" 200 156 0.020954 10.0.0.61 - - [2025-12-11 04:02:18] "DELETE /control-node-zone/135fa91f-cd95-4fb7-be3e-2ca3ba6fcd22 HTTP/1.1" 200 115 0.031626 10.0.0.61 - - [2025-12-11 04:02:18] "POST /neutron/port HTTP/1.1" 200 1091 0.019079 10.0.0.61 - - [2025-12-11 04:02:18] "POST /neutron/port HTTP/1.1" 200 1091 0.026222 10.0.0.61 - - [2025-12-11 04:02:19] "POST /neutron/port HTTP/1.1" 200 1091 0.020178 10.0.0.61 - - [2025-12-11 04:02:20] "POST /neutron/network HTTP/1.1" 200 835 0.008352 10.0.0.33 - - [2025-12-11 04:02:20] "DELETE /route-target/4b79ce7d-389c-40a1-a4f2-a752859ed75b HTTP/1.1" 200 115 0.021356 10.0.0.27 - - [2025-12-11 04:02:21] "GET /projects?obj_uuids=d54f434e-80ca-4f4c-b8df-4999ea16ebd0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.032395 10.0.0.61 - - [2025-12-11 04:02:21] "GET /project/d54f434e-80ca-4f4c-b8df-4999ea16ebd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.101943 10.0.0.27 - - [2025-12-11 04:02:21] "GET /projects?obj_uuids=d54f434e-80ca-4f4c-b8df-4999ea16ebd0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001416 10.0.0.61 - - [2025-12-11 04:02:22] "GET /project/d54f434e-80ca-4f4c-b8df-4999ea16ebd0?fields=virtual_networks HTTP/1.1" 200 1045 0.041358 10.0.0.27 - - [2025-12-11 04:02:22] "GET /projects?obj_uuids=d54f434e-80ca-4f4c-b8df-4999ea16ebd0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000915 10.0.0.61 - - [2025-12-11 04:02:22] "GET /project/d54f434e-80ca-4f4c-b8df-4999ea16ebd0?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.044317 10.0.0.27 - - [2025-12-11 04:02:22] "GET /projects?obj_uuids=d54f434e-80ca-4f4c-b8df-4999ea16ebd0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001385 10.0.0.61 - - [2025-12-11 04:02:22] "GET /project/d54f434e-80ca-4f4c-b8df-4999ea16ebd0?fields=security_groups HTTP/1.1" 200 1272 0.044288 10.0.0.61 - - [2025-12-11 04:02:23] "POST /fqname-to-id HTTP/1.1" 404 181 0.031831 10.0.0.27 - - [2025-12-11 04:02:23] "GET /projects?obj_uuids=839dc70c-857d-48ad-8dc6-35bfbae2369a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004982 10.0.0.27 - - [2025-12-11 04:02:23] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001230 10.0.0.27 - - [2025-12-11 04:02:23] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.038480 10.0.0.27 - - [2025-12-11 04:02:23] "POST /id-to-fqname HTTP/1.1" 200 183 0.006696 10.0.0.27 - - [2025-12-11 04:02:23] "POST /fqname-to-id HTTP/1.1" 404 192 0.005980 10.0.0.27 - - [2025-12-11 04:02:23] "POST /security-groups HTTP/1.1" 200 584 0.028488 10.0.0.27 - - [2025-12-11 04:02:23] "POST /projects HTTP/1.1" 200 571 0.223216 10.0.0.33 - - [2025-12-11 04:02:23] "POST /fqname-to-id HTTP/1.1" 404 226 0.017295 10.0.0.27 - - [2025-12-11 04:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.290996 10.0.0.61 - - [2025-12-11 04:02:23] "GET /project/839dc70c-857d-48ad-8dc6-35bfbae2369a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.455033 10.0.0.61 - - [2025-12-11 04:02:24] "GET / HTTP/1.1" 200 35931 0.001497 10.0.0.27 - - [2025-12-11 04:02:27] "GET /projects?obj_uuids=839dc70c-857d-48ad-8dc6-35bfbae2369a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000942 10.0.0.61 - - [2025-12-11 04:02:27] "GET /project/839dc70c-857d-48ad-8dc6-35bfbae2369a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.039824 10.0.0.27 - - [2025-12-11 04:02:27] "GET /projects?obj_uuids=839dc70c-857d-48ad-8dc6-35bfbae2369a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000841 10.0.0.61 - - [2025-12-11 04:02:27] "GET /project/839dc70c-857d-48ad-8dc6-35bfbae2369a?fields=virtual_networks HTTP/1.1" 200 1028 0.038174 10.0.0.27 - - [2025-12-11 04:02:27] "GET /projects?obj_uuids=839dc70c-857d-48ad-8dc6-35bfbae2369a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000864 10.0.0.61 - - [2025-12-11 04:02:27] "GET /project/839dc70c-857d-48ad-8dc6-35bfbae2369a?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.035412 10.0.0.27 - - [2025-12-11 04:02:27] "GET /projects?obj_uuids=839dc70c-857d-48ad-8dc6-35bfbae2369a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000922 10.0.0.61 - - [2025-12-11 04:02:27] "GET /project/839dc70c-857d-48ad-8dc6-35bfbae2369a?fields=security_groups HTTP/1.1" 200 1247 0.039524 10.0.0.61 - - [2025-12-11 04:02:28] "POST /fqname-to-id HTTP/1.1" 404 189 0.025604 10.0.0.27 - - [2025-12-11 04:02:28] "GET /projects?obj_uuids=fe1efc14-7a66-4a73-a964-467b301b0aa8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003019 10.0.0.27 - - [2025-12-11 04:02:28] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000984 10.0.0.27 - - [2025-12-11 04:02:28] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010756 10.0.0.27 - - [2025-12-11 04:02:28] "POST /id-to-fqname HTTP/1.1" 200 191 0.005133 10.0.0.27 - - [2025-12-11 04:02:28] "POST /fqname-to-id HTTP/1.1" 404 200 0.006243 10.0.0.27 - - [2025-12-11 04:02:28] "POST /security-groups HTTP/1.1" 200 592 0.025920 10.0.0.27 - - [2025-12-11 04:02:28] "POST /projects HTTP/1.1" 200 587 0.241987 10.0.0.33 - - [2025-12-11 04:02:29] "POST /access-control-lists HTTP/1.1" 200 597 0.028276 10.0.0.27 - - [2025-12-11 04:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.315746 10.0.0.61 - - [2025-12-11 04:02:29] "GET /project/fe1efc14-7a66-4a73-a964-467b301b0aa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.451924 10.0.0.61 - - [2025-12-11 04:02:30] "GET / HTTP/1.1" 200 35931 0.002156 10.0.0.27 - - [2025-12-11 04:02:33] "GET /projects?obj_uuids=fe1efc14-7a66-4a73-a964-467b301b0aa8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001159 10.0.0.61 - - [2025-12-11 04:02:33] "GET /project/fe1efc14-7a66-4a73-a964-467b301b0aa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.038530 10.0.0.27 - - [2025-12-11 04:02:33] "GET /projects?obj_uuids=fe1efc14-7a66-4a73-a964-467b301b0aa8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001344 10.0.0.61 - - [2025-12-11 04:02:33] "GET /project/fe1efc14-7a66-4a73-a964-467b301b0aa8?fields=virtual_networks HTTP/1.1" 200 1045 0.049150 10.0.0.27 - - [2025-12-11 04:02:33] "GET /projects?obj_uuids=fe1efc14-7a66-4a73-a964-467b301b0aa8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001339 10.0.0.61 - - [2025-12-11 04:02:33] "GET /project/fe1efc14-7a66-4a73-a964-467b301b0aa8?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.041995 10.0.0.27 - - [2025-12-11 04:02:33] "GET /projects?obj_uuids=fe1efc14-7a66-4a73-a964-467b301b0aa8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000974 10.0.0.61 - - [2025-12-11 04:02:33] "GET /project/fe1efc14-7a66-4a73-a964-467b301b0aa8?fields=security_groups HTTP/1.1" 200 1272 0.039679 10.0.0.61 - - [2025-12-11 04:02:34] "POST /fqname-to-id HTTP/1.1" 404 195 0.034168 10.0.0.27 - - [2025-12-11 04:02:34] "GET /projects?obj_uuids=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003076 10.0.0.27 - - [2025-12-11 04:02:34] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001174 10.0.0.27 - - [2025-12-11 04:02:34] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008803 10.0.0.27 - - [2025-12-11 04:02:34] "POST /id-to-fqname HTTP/1.1" 200 197 0.001296 10.0.0.27 - - [2025-12-11 04:02:34] "POST /fqname-to-id HTTP/1.1" 404 206 0.012174 10.0.0.27 - - [2025-12-11 04:02:34] "POST /security-groups HTTP/1.1" 200 598 0.031801 10.0.0.33 - - [2025-12-11 04:02:34] "POST /fqname-to-id HTTP/1.1" 404 241 0.003164 10.0.0.27 - - [2025-12-11 04:02:34] "POST /projects HTTP/1.1" 200 599 0.234967 10.0.0.27 - - [2025-12-11 04:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.270796 10.0.0.33 - - [2025-12-11 04:02:34] "POST /access-control-lists HTTP/1.1" 200 601 0.044705 10.0.0.61 - - [2025-12-11 04:02:34] "GET /project/2dce59aa-fe6c-4e2e-be20-25042c8fb892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.439083 10.0.0.27 - - [2025-12-11 04:02:35] "GET /obj-perms HTTP/1.1" 200 5056 0.360117 10.0.0.27 - - [2025-12-11 04:02:36] "DELETE /project/2dce59aafe6c4e2ebe2025042c8fb892 HTTP/1.1" 404 173 0.010967 10.0.0.27 - - [2025-12-11 04:02:36] "DELETE /project/839dc70c857d48ad8dc635bfbae2369a HTTP/1.1" 404 173 0.017402 10.0.0.27 - - [2025-12-11 04:02:36] "DELETE /project/fe1efc147a664a73a964467b301b0aa8 HTTP/1.1" 404 173 0.012989 10.0.0.27 - - [2025-12-11 04:02:36] "GET /projects?obj_uuids=839dc70c-857d-48ad-8dc6-35bfbae2369a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000801 10.0.0.27 - - [2025-12-11 04:02:36] "GET /projects?obj_uuids=fe1efc14-7a66-4a73-a964-467b301b0aa8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000687 10.0.0.27 - - [2025-12-11 04:02:36] "GET /projects?obj_uuids=d54f434e-80ca-4f4c-b8df-4999ea16ebd0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000702 10.0.0.27 - - [2025-12-11 04:02:36] "GET /project/839dc70c-857d-48ad-8dc6-35bfbae2369a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.079504 10.0.0.27 - - [2025-12-11 04:02:36] "GET /project/fe1efc14-7a66-4a73-a964-467b301b0aa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.103778 10.0.0.27 - - [2025-12-11 04:02:36] "GET /projects?obj_uuids=839dc70c-857d-48ad-8dc6-35bfbae2369a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001422 10.0.0.27 - - [2025-12-11 04:02:36] "GET /project/d54f434e-80ca-4f4c-b8df-4999ea16ebd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.124233 10.0.0.27 - - [2025-12-11 04:02:36] "GET /projects?obj_uuids=fe1efc14-7a66-4a73-a964-467b301b0aa8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001150 10.0.0.27 - - [2025-12-11 04:02:36] "GET /projects?obj_uuids=d54f434e-80ca-4f4c-b8df-4999ea16ebd0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001105 10.0.0.27 - - [2025-12-11 04:02:36] "GET /project/839dc70c-857d-48ad-8dc6-35bfbae2369a?fields=security_groups HTTP/1.1" 200 1352 0.087832 10.0.0.27 - - [2025-12-11 04:02:36] "GET /project/d54f434e-80ca-4f4c-b8df-4999ea16ebd0?fields=security_groups HTTP/1.1" 200 1377 0.068899 10.0.0.27 - - [2025-12-11 04:02:36] "GET /project/fe1efc14-7a66-4a73-a964-467b301b0aa8?fields=security_groups HTTP/1.1" 200 1377 0.173379 10.0.0.27 - - [2025-12-11 04:02:36] "DELETE /security-group/b3e24f1b-1009-465a-beb9-1f15b20f5042 HTTP/1.1" 200 115 0.108696 10.0.0.27 - - [2025-12-11 04:02:36] "GET /projects?obj_uuids=839dc70c-857d-48ad-8dc6-35bfbae2369a&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000903 10.0.0.27 - - [2025-12-11 04:02:36] "DELETE /security-group/2c77363c-982e-4493-a7b7-4aae953f44fd HTTP/1.1" 200 115 0.110371 10.0.0.27 - - [2025-12-11 04:02:36] "GET /projects?obj_uuids=d54f434e-80ca-4f4c-b8df-4999ea16ebd0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003303 10.0.0.27 - - [2025-12-11 04:02:36] "GET /project/839dc70c-857d-48ad-8dc6-35bfbae2369a?fields=application_policy_sets HTTP/1.1" 200 1391 0.067492 10.0.0.27 - - [2025-12-11 04:02:36] "DELETE /security-group/33669d03-2e81-42b9-a206-9f288bad8da1 HTTP/1.1" 200 115 0.085628 10.0.0.27 - - [2025-12-11 04:02:36] "GET /projects?obj_uuids=fe1efc14-7a66-4a73-a964-467b301b0aa8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001727 10.0.0.27 - - [2025-12-11 04:02:36] "GET /project/d54f434e-80ca-4f4c-b8df-4999ea16ebd0?fields=application_policy_sets HTTP/1.1" 200 1416 0.117774 10.0.0.27 - - [2025-12-11 04:02:36] "GET /project/fe1efc14-7a66-4a73-a964-467b301b0aa8?fields=application_policy_sets HTTP/1.1" 200 1416 0.139699 10.0.0.27 - - [2025-12-11 04:02:36] "DELETE /project/839dc70c-857d-48ad-8dc6-35bfbae2369a HTTP/1.1" 200 115 0.681099 10.0.0.33 - - [2025-12-11 04:02:36] "DELETE /access-control-list/bbe1adf0-4bcb-4359-81b9-53952296aaed HTTP/1.1" 200 115 0.065932 10.0.0.27 - - [2025-12-11 04:02:36] "DELETE /project/fe1efc14-7a66-4a73-a964-467b301b0aa8 HTTP/1.1" 200 115 0.790749 10.0.0.27 - - [2025-12-11 04:02:36] "DELETE /project/d54f434e-80ca-4f4c-b8df-4999ea16ebd0 HTTP/1.1" 200 115 0.791471 10.0.0.33 - - [2025-12-11 04:02:36] "DELETE /access-control-list/43e1d21e-e394-4671-b2a9-f56537bbfa39 HTTP/1.1" 200 115 0.027065 10.0.0.61 - - [2025-12-11 04:02:37] "GET / HTTP/1.1" 200 35931 0.003627 10.0.0.61 - - [2025-12-11 04:02:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000411 10.0.0.61 - - [2025-12-11 04:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.054361 10.0.0.61 - - [2025-12-11 04:02:39] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003393 10.0.0.61 - - [2025-12-11 04:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.61 - - [2025-12-11 04:02:39] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004538 10.0.0.61 - - [2025-12-11 04:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002592 10.0.0.61 - - [2025-12-11 04:02:39] "PUT /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1 HTTP/1.1" 200 276 0.011637 10.0.0.61 - - [2025-12-11 04:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.27 - - [2025-12-11 04:02:39] "GET /projects?obj_uuids=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000872 10.0.0.61 - - [2025-12-11 04:02:39] "GET /project/2dce59aa-fe6c-4e2e-be20-25042c8fb892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.033066 10.0.0.27 - - [2025-12-11 04:02:39] "GET /projects?obj_uuids=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001339 10.0.0.61 - - [2025-12-11 04:02:39] "POST /neutron/network HTTP/1.1" 200 594 0.135037 10.0.0.61 - - [2025-12-11 04:02:40] "POST /id-to-fqname HTTP/1.1" 200 218 0.003326 10.0.0.61 - - [2025-12-11 04:02:40] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.004742 10.0.0.61 - - [2025-12-11 04:02:40] "POST /neutron/network HTTP/1.1" 200 808 0.006398 10.0.0.61 - - [2025-12-11 04:02:40] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005821 10.0.0.61 - - [2025-12-11 04:02:40] "POST /id-to-fqname HTTP/1.1" 200 218 0.002782 10.0.0.61 - - [2025-12-11 04:02:40] "POST /neutron/network HTTP/1.1" 200 818 0.007777 10.0.0.27 - - [2025-12-11 04:02:41] "GET /projects?obj_uuids=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000960 10.0.0.61 - - [2025-12-11 04:02:41] "GET /project/2dce59aa-fe6c-4e2e-be20-25042c8fb892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.068221 10.0.0.61 - - [2025-12-11 04:02:41] "POST /neutron/port HTTP/1.1" 200 117 0.005757 10.0.0.61 - - [2025-12-11 04:02:41] "POST /id-to-fqname HTTP/1.1" 200 218 0.001038 10.0.0.61 - - [2025-12-11 04:02:41] "POST /neutron/network HTTP/1.1" 200 818 0.006164 10.0.0.61 - - [2025-12-11 04:02:42] "POST /neutron/port HTTP/1.1" 200 1062 0.051616 10.0.0.27 - - [2025-12-11 04:02:42] "GET /projects?obj_uuids=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001251 10.0.0.61 - - [2025-12-11 04:02:42] "GET /project/2dce59aa-fe6c-4e2e-be20-25042c8fb892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.098479 10.0.0.61 - - [2025-12-11 04:02:42] "POST /neutron/network HTTP/1.1" 200 808 0.034588 10.0.0.61 - - [2025-12-11 04:02:42] "POST /neutron/port HTTP/1.1" 200 117 0.001447 10.0.0.61 - - [2025-12-11 04:02:42] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008828 10.0.0.27 - - [2025-12-11 04:02:43] "GET /projects?obj_uuids=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000957 10.0.0.61 - - [2025-12-11 04:02:43] "POST /neutron/port HTTP/1.1" 200 1062 0.258800 10.0.0.61 - - [2025-12-11 04:02:43] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006531 10.0.0.61 - - [2025-12-11 04:02:43] "POST /neutron/port HTTP/1.1" 200 1116 0.101539 10.0.0.61 - - [2025-12-11 04:02:43] "POST /neutron/subnet HTTP/1.1" 200 675 0.013089 10.0.0.61 - - [2025-12-11 04:02:44] "GET /obj-perms HTTP/1.1" 200 5044 0.056808 10.0.0.61 - - [2025-12-11 04:02:44] "POST /neutron/port HTTP/1.1" 200 1090 0.016348 10.0.0.33 - - [2025-12-11 04:02:44] "GET /obj-perms HTTP/1.1" 200 5044 0.052481 10.0.0.61 - - [2025-12-11 04:02:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005547 10.0.0.61 - - [2025-12-11 04:02:44] "POST /neutron/network HTTP/1.1" 200 808 0.006245 10.0.0.61 - - [2025-12-11 04:02:45] "POST /neutron/port HTTP/1.1" 200 1090 0.021766 10.0.0.61 - - [2025-12-11 04:02:45] "POST /neutron/security_group HTTP/1.1" 200 2065 0.006788 10.0.0.61 - - [2025-12-11 04:02:45] "GET /virtual-machine/60605125-84e9-42a0-a44c-8ebb5a1fa936 HTTP/1.1" 401 292 0.000475 10.0.0.61 - - [2025-12-11 04:02:45] "GET /virtual-machine/60605125-84e9-42a0-a44c-8ebb5a1fa936 HTTP/1.1" 200 1299 0.036962 10.0.0.61 - - [2025-12-11 04:02:45] "GET /virtual-machine/60605125-84e9-42a0-a44c-8ebb5a1fa936 HTTP/1.1" 200 1299 0.005007 10.0.0.61 - - [2025-12-11 04:02:45] "GET /virtual-machine-interface/59b88358-c515-4a97-9bb6-ad6663d1589a HTTP/1.1" 200 2949 0.005807 10.0.0.61 - - [2025-12-11 04:02:45] "GET /virtual-machine/60605125-84e9-42a0-a44c-8ebb5a1fa936 HTTP/1.1" 200 1299 0.004646 10.0.0.61 - - [2025-12-11 04:02:45] "GET /virtual-machine-interface/59b88358-c515-4a97-9bb6-ad6663d1589a HTTP/1.1" 200 2949 0.006020 10.0.0.61 - - [2025-12-11 04:02:45] "GET /instance-ip/fedb853f-0d06-4b92-8815-9b6f64f1cac9 HTTP/1.1" 200 1620 0.005537 10.0.0.61 - - [2025-12-11 04:02:45] "GET /virtual-machine/60605125-84e9-42a0-a44c-8ebb5a1fa936 HTTP/1.1" 200 1299 0.003141 10.0.0.61 - - [2025-12-11 04:02:45] "GET /virtual-machine-interface/59b88358-c515-4a97-9bb6-ad6663d1589a HTTP/1.1" 200 2949 0.004452 10.0.0.61 - - [2025-12-11 04:02:45] "GET /instance-ip/fedb853f-0d06-4b92-8815-9b6f64f1cac9 HTTP/1.1" 200 1620 0.003551 10.0.0.61 - - [2025-12-11 04:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.61 - - [2025-12-11 04:02:45] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.011192 10.0.0.61 - - [2025-12-11 04:02:45] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002817 10.0.0.61 - - [2025-12-11 04:02:45] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005807 10.0.0.61 - - [2025-12-11 04:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.61 - - [2025-12-11 04:02:45] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004377 10.0.0.61 - - [2025-12-11 04:02:45] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002748 10.0.0.61 - - [2025-12-11 04:02:45] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005507 10.0.0.61 - - [2025-12-11 04:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.61 - - [2025-12-11 04:02:45] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005461 10.0.0.61 - - [2025-12-11 04:02:45] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004668 10.0.0.61 - - [2025-12-11 04:02:45] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006876 10.0.0.61 - - [2025-12-11 04:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290 10.0.0.61 - - [2025-12-11 04:02:46] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005111 10.0.0.61 - - [2025-12-11 04:02:46] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004136 10.0.0.61 - - [2025-12-11 04:02:46] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005410 10.0.0.61 - - [2025-12-11 04:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.61 - - [2025-12-11 04:02:46] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004256 10.0.0.61 - - [2025-12-11 04:02:46] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002988 10.0.0.61 - - [2025-12-11 04:02:46] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009330 10.0.0.61 - - [2025-12-11 04:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.61 - - [2025-12-11 04:02:46] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004436 10.0.0.61 - - [2025-12-11 04:02:46] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002712 10.0.0.61 - - [2025-12-11 04:02:46] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005893 10.0.0.61 - - [2025-12-11 04:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.61 - - [2025-12-11 04:02:46] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004366 10.0.0.61 - - [2025-12-11 04:02:46] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003050 10.0.0.61 - - [2025-12-11 04:02:46] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005662 10.0.0.61 - - [2025-12-11 04:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.007952 10.0.0.61 - - [2025-12-11 04:02:49] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006566 10.0.0.61 - - [2025-12-11 04:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.61 - - [2025-12-11 04:02:53] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.004386 10.0.0.61 - - [2025-12-11 04:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.61 - - [2025-12-11 04:02:57] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.004452 10.0.0.61 - - [2025-12-11 04:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005684 10.0.0.61 - - [2025-12-11 04:03:01] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005044 10.0.0.61 - - [2025-12-11 04:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.61 - - [2025-12-11 04:03:05] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.004914 10.0.0.61 - - [2025-12-11 04:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.61 - - [2025-12-11 04:03:10] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.004554 10.0.0.61 - - [2025-12-11 04:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.61 - - [2025-12-11 04:03:14] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006335 10.0.0.61 - - [2025-12-11 04:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.61 - - [2025-12-11 04:03:18] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006205 10.0.0.61 - - [2025-12-11 04:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.61 - - [2025-12-11 04:03:22] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006638 10.0.0.61 - - [2025-12-11 04:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004921 10.0.0.61 - - [2025-12-11 04:03:24] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005090 10.0.0.61 - - [2025-12-11 04:03:24] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005358 10.0.0.61 - - [2025-12-11 04:03:24] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007597 10.0.0.61 - - [2025-12-11 04:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005102 10.0.0.61 - - [2025-12-11 04:03:24] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005036 10.0.0.61 - - [2025-12-11 04:03:24] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003883 10.0.0.61 - - [2025-12-11 04:03:24] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008013 10.0.0.61 - - [2025-12-11 04:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.61 - - [2025-12-11 04:03:24] "GET /routing-instance/ec00d154-1615-4a58-a590-ee4eb6815d21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.008101 10.0.0.61 - - [2025-12-11 04:03:24] "GET /route-target/ee4e7dc6-b8de-42cd-95bd-40494910de2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005641 10.0.0.61 - - [2025-12-11 04:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004609 10.0.0.61 - - [2025-12-11 04:03:25] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005212 10.0.0.61 - - [2025-12-11 04:03:25] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004256 10.0.0.61 - - [2025-12-11 04:03:25] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007030 10.0.0.61 - - [2025-12-11 04:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004550 10.0.0.61 - - [2025-12-11 04:03:25] "GET /routing-instance/ec00d154-1615-4a58-a590-ee4eb6815d21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005285 10.0.0.61 - - [2025-12-11 04:03:25] "GET /route-target/ee4e7dc6-b8de-42cd-95bd-40494910de2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004093 10.0.0.61 - - [2025-12-11 04:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.61 - - [2025-12-11 04:03:25] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003896 10.0.0.61 - - [2025-12-11 04:03:25] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003103 10.0.0.61 - - [2025-12-11 04:03:25] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005354 10.0.0.61 - - [2025-12-11 04:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.61 - - [2025-12-11 04:03:25] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004096 10.0.0.61 - - [2025-12-11 04:03:25] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003249 10.0.0.61 - - [2025-12-11 04:03:25] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005454 10.0.0.27 - - [2025-12-11 04:03:25] "GET /obj-perms HTTP/1.1" 200 5044 0.056183 10.0.0.61 - - [2025-12-11 04:03:25] "GET /obj-perms HTTP/1.1" 200 5044 0.003615 10.0.0.61 - - [2025-12-11 04:03:25] "GET /obj-perms HTTP/1.1" 200 5044 0.003795 10.0.0.27 - - [2025-12-11 04:03:25] "GET /obj-perms HTTP/1.1" 200 5044 0.003762 10.0.0.61 - - [2025-12-11 04:03:26] "POST /neutron/port HTTP/1.1" 200 1090 0.022398 10.0.0.61 - - [2025-12-11 04:03:26] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007205 10.0.0.61 - - [2025-12-11 04:03:26] "POST /neutron/port HTTP/1.1" 200 1090 0.014129 10.0.0.61 - - [2025-12-11 04:03:26] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 200 1300 0.006098 10.0.0.61 - - [2025-12-11 04:03:26] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 200 1300 0.004743 10.0.0.61 - - [2025-12-11 04:03:26] "GET /virtual-machine-interface/cc07afd3-cc82-4ef0-a547-7fc6974eaca8 HTTP/1.1" 200 2950 0.005648 10.0.0.61 - - [2025-12-11 04:03:26] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 200 1300 0.005899 10.0.0.61 - - [2025-12-11 04:03:26] "GET /virtual-machine-interface/cc07afd3-cc82-4ef0-a547-7fc6974eaca8 HTTP/1.1" 200 2950 0.006448 10.0.0.61 - - [2025-12-11 04:03:26] "GET /instance-ip/540ea970-a425-466b-bda0-ac476dc85fad HTTP/1.1" 200 1620 0.006169 10.0.0.61 - - [2025-12-11 04:03:26] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 200 1300 0.003443 10.0.0.61 - - [2025-12-11 04:03:26] "GET /virtual-machine-interface/cc07afd3-cc82-4ef0-a547-7fc6974eaca8 HTTP/1.1" 200 2950 0.004715 10.0.0.61 - - [2025-12-11 04:03:26] "GET /instance-ip/540ea970-a425-466b-bda0-ac476dc85fad HTTP/1.1" 200 1620 0.004911 10.0.0.61 - - [2025-12-11 04:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.61 - - [2025-12-11 04:03:26] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004327 10.0.0.61 - - [2025-12-11 04:03:26] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003791 10.0.0.61 - - [2025-12-11 04:03:26] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005329 10.0.0.61 - - [2025-12-11 04:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.61 - - [2025-12-11 04:03:26] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004234 10.0.0.61 - - [2025-12-11 04:03:26] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002567 10.0.0.61 - - [2025-12-11 04:03:26] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005684 10.0.0.61 - - [2025-12-11 04:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.61 - - [2025-12-11 04:03:26] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003812 10.0.0.61 - - [2025-12-11 04:03:26] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003087 10.0.0.61 - - [2025-12-11 04:03:26] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005994 10.0.0.61 - - [2025-12-11 04:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.61 - - [2025-12-11 04:03:26] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004828 10.0.0.61 - - [2025-12-11 04:03:26] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002842 10.0.0.61 - - [2025-12-11 04:03:26] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005628 10.0.0.61 - - [2025-12-11 04:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.61 - - [2025-12-11 04:03:27] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004513 10.0.0.61 - - [2025-12-11 04:03:27] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002871 10.0.0.61 - - [2025-12-11 04:03:27] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007030 10.0.0.61 - - [2025-12-11 04:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004481 10.0.0.61 - - [2025-12-11 04:03:27] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005037 10.0.0.61 - - [2025-12-11 04:03:27] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004179 10.0.0.61 - - [2025-12-11 04:03:27] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006487 10.0.0.61 - - [2025-12-11 04:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.61 - - [2025-12-11 04:03:27] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005322 10.0.0.61 - - [2025-12-11 04:03:27] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003905 10.0.0.61 - - [2025-12-11 04:03:27] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006879 10.0.0.61 - - [2025-12-11 04:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006585 10.0.0.61 - - [2025-12-11 04:03:28] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005124 10.0.0.61 - - [2025-12-11 04:03:28] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003667 10.0.0.61 - - [2025-12-11 04:03:28] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009530 10.0.0.61 - - [2025-12-11 04:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.61 - - [2025-12-11 04:03:28] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003227 10.0.0.61 - - [2025-12-11 04:03:28] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.009017 10.0.0.61 - - [2025-12-11 04:03:28] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006232 10.0.0.61 - - [2025-12-11 04:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.61 - - [2025-12-11 04:03:28] "GET /routing-instance/ec00d154-1615-4a58-a590-ee4eb6815d21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004249 10.0.0.61 - - [2025-12-11 04:03:28] "GET /route-target/ee4e7dc6-b8de-42cd-95bd-40494910de2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004210 10.0.0.61 - - [2025-12-11 04:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.61 - - [2025-12-11 04:03:29] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.009292 10.0.0.61 - - [2025-12-11 04:03:29] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002797 10.0.0.61 - - [2025-12-11 04:03:29] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005162 10.0.0.61 - - [2025-12-11 04:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.61 - - [2025-12-11 04:03:29] "GET /routing-instance/ec00d154-1615-4a58-a590-ee4eb6815d21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004257 10.0.0.61 - - [2025-12-11 04:03:29] "GET /route-target/ee4e7dc6-b8de-42cd-95bd-40494910de2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003721 10.0.0.61 - - [2025-12-11 04:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.61 - - [2025-12-11 04:03:29] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003818 10.0.0.61 - - [2025-12-11 04:03:29] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003176 10.0.0.61 - - [2025-12-11 04:03:29] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006287 10.0.0.61 - - [2025-12-11 04:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006452 10.0.0.61 - - [2025-12-11 04:03:29] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004007 10.0.0.61 - - [2025-12-11 04:03:29] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.008931 10.0.0.61 - - [2025-12-11 04:03:29] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005487 10.0.0.61 - - [2025-12-11 04:03:29] "GET /obj-perms HTTP/1.1" 200 5044 0.003907 10.0.0.27 - - [2025-12-11 04:03:29] "GET /obj-perms HTTP/1.1" 200 5044 0.003662 10.0.0.61 - - [2025-12-11 04:03:29] "GET /obj-perms HTTP/1.1" 200 5044 0.003792 10.0.0.27 - - [2025-12-11 04:03:29] "GET /obj-perms HTTP/1.1" 200 5044 0.003754 10.0.0.61 - - [2025-12-11 04:03:29] "GET /virtual-machine/60605125-84e9-42a0-a44c-8ebb5a1fa936 HTTP/1.1" 200 1299 0.003778 10.0.0.61 - - [2025-12-11 04:03:29] "GET /virtual-machine-interface/59b88358-c515-4a97-9bb6-ad6663d1589a HTTP/1.1" 200 2949 0.004704 10.0.0.61 - - [2025-12-11 04:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.61 - - [2025-12-11 04:03:29] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003738 10.0.0.61 - - [2025-12-11 04:03:29] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002805 10.0.0.61 - - [2025-12-11 04:03:30] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007612 10.0.0.61 - - [2025-12-11 04:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.61 - - [2025-12-11 04:03:31] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003653 10.0.0.61 - - [2025-12-11 04:03:31] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002500 10.0.0.61 - - [2025-12-11 04:03:31] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005197 10.0.0.61 - - [2025-12-11 04:03:31] "POST /neutron/security_group HTTP/1.1" 200 2065 0.006864 10.0.0.61 - - [2025-12-11 04:03:34] "POST /neutron/port HTTP/1.1" 200 1090 0.038615 10.0.0.33 - - [2025-12-11 04:03:36] "GET /obj-perms HTTP/1.1" 200 5056 0.053077 10.0.0.61 - - [2025-12-11 04:03:36] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007433 10.0.0.61 - - [2025-12-11 04:03:41] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 200 1300 0.003957 10.0.0.61 - - [2025-12-11 04:03:41] "GET /virtual-machine-interface/cc07afd3-cc82-4ef0-a547-7fc6974eaca8 HTTP/1.1" 200 2950 0.005042 10.0.0.61 - - [2025-12-11 04:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.61 - - [2025-12-11 04:03:41] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003677 10.0.0.61 - - [2025-12-11 04:03:41] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002932 10.0.0.61 - - [2025-12-11 04:03:41] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005399 10.0.0.61 - - [2025-12-11 04:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.61 - - [2025-12-11 04:03:42] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003864 10.0.0.61 - - [2025-12-11 04:03:42] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002551 10.0.0.61 - - [2025-12-11 04:03:42] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005867 10.0.0.61 - - [2025-12-11 04:03:45] "POST /neutron/network HTTP/1.1" 200 818 0.006233 10.0.0.61 - - [2025-12-11 04:03:45] "POST /neutron/port HTTP/1.1" 200 117 0.001210 10.0.0.61 - - [2025-12-11 04:03:48] "POST /neutron/port HTTP/1.1" 200 1090 0.039768 10.0.0.61 - - [2025-12-11 04:03:49] "POST /neutron/subnet HTTP/1.1" 200 675 0.008251 10.0.0.61 - - [2025-12-11 04:04:37] "GET /obj-perms HTTP/1.1" 200 5056 0.152745 10.0.0.61 - - [2025-12-11 04:04:47] "POST /neutron/port HTTP/1.1" 200 1090 0.015981 10.0.0.61 - - [2025-12-11 04:04:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004553 10.0.0.61 - - [2025-12-11 04:04:47] "POST /neutron/network HTTP/1.1" 200 808 0.007655 10.0.0.61 - - [2025-12-11 04:04:50] "POST /neutron/network HTTP/1.1" 200 818 0.008026 10.0.0.61 - - [2025-12-11 04:04:51] "POST /neutron/port HTTP/1.1" 200 117 0.001982 10.0.0.61 - - [2025-12-11 04:05:29] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007101 10.0.0.61 - - [2025-12-11 04:05:29] "GET /virtual-machine/60605125-84e9-42a0-a44c-8ebb5a1fa936 HTTP/1.1" 200 1299 0.003506 10.0.0.61 - - [2025-12-11 04:05:29] "GET /virtual-machine-interface/59b88358-c515-4a97-9bb6-ad6663d1589a HTTP/1.1" 200 2949 0.004520 10.0.0.61 - - [2025-12-11 04:05:29] "GET /virtual-machine/60605125-84e9-42a0-a44c-8ebb5a1fa936 HTTP/1.1" 200 1299 0.003206 10.0.0.61 - - [2025-12-11 04:05:29] "GET /virtual-machine-interface/59b88358-c515-4a97-9bb6-ad6663d1589a HTTP/1.1" 200 2949 0.007153 10.0.0.61 - - [2025-12-11 04:05:29] "GET /instance-ip/fedb853f-0d06-4b92-8815-9b6f64f1cac9 HTTP/1.1" 200 1620 0.003783 10.0.0.61 - - [2025-12-11 04:05:29] "GET /virtual-machine/60605125-84e9-42a0-a44c-8ebb5a1fa936 HTTP/1.1" 200 1299 0.006463 10.0.0.61 - - [2025-12-11 04:05:29] "GET /virtual-machine-interface/59b88358-c515-4a97-9bb6-ad6663d1589a HTTP/1.1" 200 2949 0.004862 10.0.0.61 - - [2025-12-11 04:05:29] "GET /instance-ip/fedb853f-0d06-4b92-8815-9b6f64f1cac9 HTTP/1.1" 200 1620 0.003920 10.0.0.61 - - [2025-12-11 04:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.61 - - [2025-12-11 04:05:29] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003181 10.0.0.61 - - [2025-12-11 04:05:29] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002989 10.0.0.61 - - [2025-12-11 04:05:29] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005469 10.0.0.61 - - [2025-12-11 04:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.61 - - [2025-12-11 04:05:29] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004020 10.0.0.61 - - [2025-12-11 04:05:29] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002961 10.0.0.61 - - [2025-12-11 04:05:29] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005226 10.0.0.61 - - [2025-12-11 04:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.61 - - [2025-12-11 04:05:29] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004775 10.0.0.61 - - [2025-12-11 04:05:29] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004087 10.0.0.61 - - [2025-12-11 04:05:29] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005817 10.0.0.61 - - [2025-12-11 04:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.61 - - [2025-12-11 04:05:30] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004224 10.0.0.61 - - [2025-12-11 04:05:30] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003200 10.0.0.61 - - [2025-12-11 04:05:30] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006162 10.0.0.61 - - [2025-12-11 04:05:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.61 - - [2025-12-11 04:05:30] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004405 10.0.0.61 - - [2025-12-11 04:05:30] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003761 10.0.0.61 - - [2025-12-11 04:05:30] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007913 10.0.0.61 - - [2025-12-11 04:05:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.61 - - [2025-12-11 04:05:30] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004354 10.0.0.61 - - [2025-12-11 04:05:30] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003872 10.0.0.61 - - [2025-12-11 04:05:30] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005045 10.0.0.61 - - [2025-12-11 04:05:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.61 - - [2025-12-11 04:05:30] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004734 10.0.0.61 - - [2025-12-11 04:05:30] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004054 10.0.0.61 - - [2025-12-11 04:05:30] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005813 10.0.0.61 - - [2025-12-11 04:05:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.61 - - [2025-12-11 04:05:31] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003633 10.0.0.61 - - [2025-12-11 04:05:31] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002972 10.0.0.61 - - [2025-12-11 04:05:31] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005868 10.0.0.61 - - [2025-12-11 04:05:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005132 10.0.0.61 - - [2025-12-11 04:05:31] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004177 10.0.0.61 - - [2025-12-11 04:05:31] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003993 10.0.0.61 - - [2025-12-11 04:05:31] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006390 10.0.0.61 - - [2025-12-11 04:05:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.61 - - [2025-12-11 04:05:31] "GET /routing-instance/ec00d154-1615-4a58-a590-ee4eb6815d21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004893 10.0.0.61 - - [2025-12-11 04:05:32] "GET /route-target/ee4e7dc6-b8de-42cd-95bd-40494910de2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004833 10.0.0.61 - - [2025-12-11 04:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.61 - - [2025-12-11 04:05:32] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.012189 10.0.0.61 - - [2025-12-11 04:05:32] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004211 10.0.0.61 - - [2025-12-11 04:05:32] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005670 10.0.0.61 - - [2025-12-11 04:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.61 - - [2025-12-11 04:05:32] "GET /routing-instance/ec00d154-1615-4a58-a590-ee4eb6815d21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.007870 10.0.0.61 - - [2025-12-11 04:05:32] "GET /route-target/ee4e7dc6-b8de-42cd-95bd-40494910de2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005891 10.0.0.61 - - [2025-12-11 04:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.61 - - [2025-12-11 04:05:32] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004265 10.0.0.61 - - [2025-12-11 04:05:32] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003342 10.0.0.61 - - [2025-12-11 04:05:32] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006638 10.0.0.61 - - [2025-12-11 04:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.61 - - [2025-12-11 04:05:32] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005471 10.0.0.61 - - [2025-12-11 04:05:32] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003339 10.0.0.61 - - [2025-12-11 04:05:32] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005615 10.0.0.27 - - [2025-12-11 04:05:32] "GET /obj-perms HTTP/1.1" 200 5044 0.003860 10.0.0.27 - - [2025-12-11 04:05:38] "GET /obj-perms HTTP/1.1" 200 5056 0.047784 10.0.0.27 - - [2025-12-11 04:05:38] "GET /virtual-router/450c88a8-a80d-47ba-bcfb-0c84ca17dbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.027713 10.0.0.27 - - [2025-12-11 04:05:42] "GET /obj-perms HTTP/1.1" 200 5044 0.003942 10.0.0.61 - - [2025-12-11 04:05:46] "GET /obj-perms HTTP/1.1" 200 5044 0.003509 10.0.0.27 - - [2025-12-11 04:05:46] "GET /obj-perms HTTP/1.1" 200 5044 0.003781 10.0.0.61 - - [2025-12-11 04:05:46] "GET /obj-perms HTTP/1.1" 200 5044 0.003602 10.0.0.61 - - [2025-12-11 04:05:46] "GET /obj-perms HTTP/1.1" 200 5044 0.003864 10.0.0.61 - - [2025-12-11 04:05:47] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 200 1300 0.003703 10.0.0.61 - - [2025-12-11 04:05:47] "GET /virtual-machine-interface/cc07afd3-cc82-4ef0-a547-7fc6974eaca8 HTTP/1.1" 200 2950 0.004512 10.0.0.61 - - [2025-12-11 04:05:47] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 200 1300 0.004047 10.0.0.61 - - [2025-12-11 04:05:47] "GET /virtual-machine-interface/cc07afd3-cc82-4ef0-a547-7fc6974eaca8 HTTP/1.1" 200 2950 0.004862 10.0.0.61 - - [2025-12-11 04:05:47] "GET /instance-ip/540ea970-a425-466b-bda0-ac476dc85fad HTTP/1.1" 200 1620 0.003505 10.0.0.61 - - [2025-12-11 04:05:47] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 200 1300 0.003109 10.0.0.61 - - [2025-12-11 04:05:47] "GET /virtual-machine-interface/cc07afd3-cc82-4ef0-a547-7fc6974eaca8 HTTP/1.1" 200 2950 0.004515 10.0.0.61 - - [2025-12-11 04:05:47] "GET /instance-ip/540ea970-a425-466b-bda0-ac476dc85fad HTTP/1.1" 200 1620 0.004407 10.0.0.61 - - [2025-12-11 04:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.61 - - [2025-12-11 04:05:47] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004070 10.0.0.61 - - [2025-12-11 04:05:47] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002952 10.0.0.61 - - [2025-12-11 04:05:47] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005688 10.0.0.61 - - [2025-12-11 04:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.61 - - [2025-12-11 04:05:47] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004234 10.0.0.61 - - [2025-12-11 04:05:47] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003237 10.0.0.61 - - [2025-12-11 04:05:47] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006207 10.0.0.61 - - [2025-12-11 04:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.61 - - [2025-12-11 04:05:47] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003501 10.0.0.61 - - [2025-12-11 04:05:47] "POST /neutron/port HTTP/1.1" 200 1090 0.015556 10.0.0.61 - - [2025-12-11 04:05:47] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002533 10.0.0.61 - - [2025-12-11 04:05:47] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005030 10.0.0.61 - - [2025-12-11 04:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.61 - - [2025-12-11 04:05:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003182 10.0.0.61 - - [2025-12-11 04:05:47] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003729 10.0.0.61 - - [2025-12-11 04:05:47] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002902 10.0.0.61 - - [2025-12-11 04:05:47] "POST /neutron/network HTTP/1.1" 200 808 0.005838 10.0.0.61 - - [2025-12-11 04:05:47] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005465 10.0.0.61 - - [2025-12-11 04:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.61 - - [2025-12-11 04:05:47] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004321 10.0.0.61 - - [2025-12-11 04:05:47] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003741 10.0.0.61 - - [2025-12-11 04:05:47] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005509 10.0.0.61 - - [2025-12-11 04:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.61 - - [2025-12-11 04:05:47] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004661 10.0.0.61 - - [2025-12-11 04:05:47] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003736 10.0.0.61 - - [2025-12-11 04:05:47] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005463 10.0.0.61 - - [2025-12-11 04:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.61 - - [2025-12-11 04:05:47] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005831 10.0.0.61 - - [2025-12-11 04:05:47] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003864 10.0.0.61 - - [2025-12-11 04:05:48] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005831 10.0.0.61 - - [2025-12-11 04:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004432 10.0.0.61 - - [2025-12-11 04:05:49] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003760 10.0.0.61 - - [2025-12-11 04:05:49] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002885 10.0.0.61 - - [2025-12-11 04:05:49] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006087 10.0.0.61 - - [2025-12-11 04:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004840 10.0.0.61 - - [2025-12-11 04:05:49] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004742 10.0.0.61 - - [2025-12-11 04:05:49] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003433 10.0.0.61 - - [2025-12-11 04:05:49] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007714 10.0.0.61 - - [2025-12-11 04:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.61 - - [2025-12-11 04:05:49] "GET /routing-instance/ec00d154-1615-4a58-a590-ee4eb6815d21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005669 10.0.0.61 - - [2025-12-11 04:05:49] "GET /route-target/ee4e7dc6-b8de-42cd-95bd-40494910de2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005065 10.0.0.61 - - [2025-12-11 04:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.61 - - [2025-12-11 04:05:49] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005676 10.0.0.61 - - [2025-12-11 04:05:49] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003948 10.0.0.61 - - [2025-12-11 04:05:49] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007088 10.0.0.61 - - [2025-12-11 04:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.61 - - [2025-12-11 04:05:49] "GET /routing-instance/ec00d154-1615-4a58-a590-ee4eb6815d21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005108 10.0.0.61 - - [2025-12-11 04:05:49] "GET /route-target/ee4e7dc6-b8de-42cd-95bd-40494910de2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005355 10.0.0.61 - - [2025-12-11 04:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.61 - - [2025-12-11 04:05:49] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004499 10.0.0.61 - - [2025-12-11 04:05:50] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003178 10.0.0.61 - - [2025-12-11 04:05:50] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008079 10.0.0.61 - - [2025-12-11 04:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.61 - - [2025-12-11 04:05:50] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003884 10.0.0.61 - - [2025-12-11 04:05:50] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003083 10.0.0.61 - - [2025-12-11 04:05:50] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005329 10.0.0.27 - - [2025-12-11 04:05:50] "GET /obj-perms HTTP/1.1" 200 5044 0.003686 10.0.0.61 - - [2025-12-11 04:05:50] "GET /obj-perms HTTP/1.1" 200 5044 0.003470 10.0.0.61 - - [2025-12-11 04:05:50] "GET /obj-perms HTTP/1.1" 200 5044 0.003839 10.0.0.33 - - [2025-12-11 04:05:50] "GET /obj-perms HTTP/1.1" 200 5044 0.003147 10.0.0.27 - - [2025-12-11 04:05:50] "GET /obj-perms HTTP/1.1" 200 5044 0.003447 10.0.0.61 - - [2025-12-11 04:05:51] "POST /neutron/network HTTP/1.1" 200 818 0.006894 10.0.0.61 - - [2025-12-11 04:05:52] "POST /neutron/port HTTP/1.1" 200 117 0.001412 10.0.0.61 - - [2025-12-11 04:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.61 - - [2025-12-11 04:06:10] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003882 10.0.0.61 - - [2025-12-11 04:06:10] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002985 10.0.0.61 - - [2025-12-11 04:06:10] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005368 10.0.0.61 - - [2025-12-11 04:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004304 10.0.0.61 - - [2025-12-11 04:06:12] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004063 10.0.0.61 - - [2025-12-11 04:06:12] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003501 10.0.0.61 - - [2025-12-11 04:06:12] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005959 10.0.0.27 - - [2025-12-11 04:06:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.27 - - [2025-12-11 04:06:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.27 - - [2025-12-11 04:06:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000495 10.0.0.27 - - [2025-12-11 04:06:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.33 - - [2025-12-11 04:06:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000596 10.0.0.33 - - [2025-12-11 04:06:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000547 10.0.0.33 - - [2025-12-11 04:06:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.33 - - [2025-12-11 04:06:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.61 - - [2025-12-11 04:06:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000526 10.0.0.61 - - [2025-12-11 04:06:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000572 10.0.0.61 - - [2025-12-11 04:06:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000794 10.0.0.61 - - [2025-12-11 04:06:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000588 10.0.0.61 - - [2025-12-11 04:06:27] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 200 1300 0.003956 10.0.0.61 - - [2025-12-11 04:06:27] "GET /virtual-machine-interface/cc07afd3-cc82-4ef0-a547-7fc6974eaca8 HTTP/1.1" 200 2950 0.004719 10.0.0.61 - - [2025-12-11 04:06:27] "GET /instance-ip/540ea970-a425-466b-bda0-ac476dc85fad HTTP/1.1" 200 1620 0.003874 10.0.0.61 - - [2025-12-11 04:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002665 10.0.0.61 - - [2025-12-11 04:06:27] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003031 10.0.0.61 - - [2025-12-11 04:06:27] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002873 10.0.0.61 - - [2025-12-11 04:06:27] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005332 10.0.0.61 - - [2025-12-11 04:06:30] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 200 1300 0.004223 10.0.0.61 - - [2025-12-11 04:06:31] "POST /neutron/port HTTP/1.1" 200 1116 0.011589 10.0.0.61 - - [2025-12-11 04:06:33] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 404 171 0.004264 10.0.0.61 - - [2025-12-11 04:06:33] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 404 171 0.003552 10.0.0.61 - - [2025-12-11 04:06:33] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 404 171 0.003975 10.0.0.61 - - [2025-12-11 04:06:33] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 404 171 0.003959 10.0.0.61 - - [2025-12-11 04:06:34] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 404 171 0.003204 10.0.0.61 - - [2025-12-11 04:06:35] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 404 171 0.004238 10.0.0.61 - - [2025-12-11 04:06:36] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 404 171 0.003107 10.0.0.61 - - [2025-12-11 04:06:37] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 404 171 0.002843 10.0.0.33 - - [2025-12-11 04:06:38] "GET /obj-perms HTTP/1.1" 200 5056 0.060759 10.0.0.61 - - [2025-12-11 04:06:38] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 404 171 0.003527 10.0.0.61 - - [2025-12-11 04:06:38] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 404 171 0.002690 10.0.0.61 - - [2025-12-11 04:06:39] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 404 171 0.003284 10.0.0.61 - - [2025-12-11 04:06:40] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 404 171 0.002929 10.0.0.61 - - [2025-12-11 04:06:41] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 404 171 0.002933 10.0.0.61 - - [2025-12-11 04:06:43] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 404 171 0.003620 10.0.0.61 - - [2025-12-11 04:06:44] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 404 171 0.003216 10.0.0.61 - - [2025-12-11 04:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.61 - - [2025-12-11 04:06:44] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003066 10.0.0.61 - - [2025-12-11 04:06:44] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002970 10.0.0.61 - - [2025-12-11 04:06:44] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005491 10.0.0.61 - - [2025-12-11 04:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.61 - - [2025-12-11 04:06:44] "GET /routing-instance/ec00d154-1615-4a58-a590-ee4eb6815d21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004340 10.0.0.61 - - [2025-12-11 04:06:44] "GET /route-target/ee4e7dc6-b8de-42cd-95bd-40494910de2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004260 10.0.0.61 - - [2025-12-11 04:06:44] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 404 171 0.003844 10.0.0.61 - - [2025-12-11 04:06:45] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 404 171 0.003473 10.0.0.61 - - [2025-12-11 04:06:46] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 404 171 0.003231 10.0.0.61 - - [2025-12-11 04:06:47] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 404 171 0.003686 10.0.0.61 - - [2025-12-11 04:06:48] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 404 171 0.003487 10.0.0.61 - - [2025-12-11 04:06:49] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 404 171 0.004133 10.0.0.61 - - [2025-12-11 04:06:49] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 404 171 0.002715 10.0.0.61 - - [2025-12-11 04:06:49] "POST /neutron/port HTTP/1.1" 200 1090 0.013510 10.0.0.61 - - [2025-12-11 04:06:49] "POST /neutron/subnet HTTP/1.1" 200 675 0.007807 10.0.0.61 - - [2025-12-11 04:06:50] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 404 171 0.002964 10.0.0.61 - - [2025-12-11 04:06:51] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 404 171 0.002836 10.0.0.61 - - [2025-12-11 04:06:52] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 404 171 0.003651 10.0.0.61 - - [2025-12-11 04:06:53] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 404 171 0.003893 10.0.0.61 - - [2025-12-11 04:06:54] "GET /virtual-machine/d051e58b-5c8c-4f47-ab6a-ab0ed6db65b0 HTTP/1.1" 404 171 0.002810 10.0.0.61 - - [2025-12-11 04:06:54] "GET /obj-perms HTTP/1.1" 200 5044 0.003149 10.0.0.61 - - [2025-12-11 04:06:54] "GET /virtual-machine/60605125-84e9-42a0-a44c-8ebb5a1fa936 HTTP/1.1" 200 1299 0.004676 10.0.0.61 - - [2025-12-11 04:06:55] "POST /neutron/port HTTP/1.1" 200 1090 0.013443 10.0.0.61 - - [2025-12-11 04:06:56] "GET /virtual-machine/60605125-84e9-42a0-a44c-8ebb5a1fa936 HTTP/1.1" 404 171 0.003350 10.0.0.61 - - [2025-12-11 04:06:56] "GET /virtual-machine/60605125-84e9-42a0-a44c-8ebb5a1fa936 HTTP/1.1" 404 171 0.002333 10.0.0.61 - - [2025-12-11 04:06:56] "GET /virtual-machine/60605125-84e9-42a0-a44c-8ebb5a1fa936 HTTP/1.1" 404 171 0.002407 10.0.0.61 - - [2025-12-11 04:06:56] "GET /virtual-machine/60605125-84e9-42a0-a44c-8ebb5a1fa936 HTTP/1.1" 404 171 0.003531 10.0.0.61 - - [2025-12-11 04:06:57] "GET /virtual-machine/60605125-84e9-42a0-a44c-8ebb5a1fa936 HTTP/1.1" 404 171 0.003867 10.0.0.61 - - [2025-12-11 04:06:58] "GET /virtual-machine/60605125-84e9-42a0-a44c-8ebb5a1fa936 HTTP/1.1" 404 171 0.004412 10.0.0.61 - - [2025-12-11 04:06:59] "GET /virtual-machine/60605125-84e9-42a0-a44c-8ebb5a1fa936 HTTP/1.1" 404 171 0.003446 10.0.0.61 - - [2025-12-11 04:07:00] "GET /virtual-machine/60605125-84e9-42a0-a44c-8ebb5a1fa936 HTTP/1.1" 404 171 0.003248 10.0.0.61 - - [2025-12-11 04:07:01] "GET /virtual-machine/60605125-84e9-42a0-a44c-8ebb5a1fa936 HTTP/1.1" 404 171 0.003542 10.0.0.61 - - [2025-12-11 04:07:01] "GET /virtual-machine/60605125-84e9-42a0-a44c-8ebb5a1fa936 HTTP/1.1" 404 171 0.005274 10.0.0.61 - - [2025-12-11 04:07:02] "GET /virtual-machine/60605125-84e9-42a0-a44c-8ebb5a1fa936 HTTP/1.1" 404 171 0.002850 10.0.0.61 - - [2025-12-11 04:07:03] "GET /virtual-machine/60605125-84e9-42a0-a44c-8ebb5a1fa936 HTTP/1.1" 404 171 0.003950 10.0.0.61 - - [2025-12-11 04:07:04] "GET /virtual-machine/60605125-84e9-42a0-a44c-8ebb5a1fa936 HTTP/1.1" 404 171 0.004116 10.0.0.61 - - [2025-12-11 04:07:05] "GET /virtual-machine/60605125-84e9-42a0-a44c-8ebb5a1fa936 HTTP/1.1" 404 171 0.003814 10.0.0.61 - - [2025-12-11 04:07:06] "GET /virtual-machine/60605125-84e9-42a0-a44c-8ebb5a1fa936 HTTP/1.1" 404 171 0.003192 10.0.0.61 - - [2025-12-11 04:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.61 - - [2025-12-11 04:07:06] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003430 10.0.0.61 - - [2025-12-11 04:07:06] "GET /virtual-networks?parent_id=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002752 10.0.0.61 - - [2025-12-11 04:07:06] "GET /virtual-network/c952f855-ba66-4761-849c-b85059030c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006755 10.0.0.61 - - [2025-12-11 04:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.61 - - [2025-12-11 04:07:07] "GET /routing-instance/ec00d154-1615-4a58-a590-ee4eb6815d21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.003687 10.0.0.61 - - [2025-12-11 04:07:07] "GET /route-target/ee4e7dc6-b8de-42cd-95bd-40494910de2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004206 10.0.0.61 - - [2025-12-11 04:07:07] "GET /obj-perms HTTP/1.1" 200 5044 0.003429 10.0.0.61 - - [2025-12-11 04:07:10] "GET /obj-perms HTTP/1.1" 200 5044 0.004242 10.0.0.61 - - [2025-12-11 04:07:16] "GET /obj-perms HTTP/1.1" 200 5044 0.004854 10.0.0.61 - - [2025-12-11 04:07:16] "GET /obj-perms HTTP/1.1" 200 5044 0.004376 10.0.0.33 - - [2025-12-11 04:07:16] "GET /obj-perms HTTP/1.1" 200 5044 0.003803 10.0.0.27 - - [2025-12-11 04:07:16] "GET /obj-perms HTTP/1.1" 200 5044 0.004229 10.0.0.61 - - [2025-12-11 04:07:16] "POST /neutron/network HTTP/1.1" 200 808 0.007012 10.0.0.33 - - [2025-12-11 04:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.043477 10.0.0.61 - - [2025-12-11 04:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.61 - - [2025-12-11 04:07:16] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003581 10.0.0.61 - - [2025-12-11 04:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.61 - - [2025-12-11 04:07:16] "PUT /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1 HTTP/1.1" 200 276 0.011512 10.0.0.27 - - [2025-12-11 04:07:19] "GET /projects?obj_uuids=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001122 10.0.0.61 - - [2025-12-11 04:07:19] "GET /project/2dce59aa-fe6c-4e2e-be20-25042c8fb892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.039329 10.0.0.27 - - [2025-12-11 04:07:19] "GET /projects?obj_uuids=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001188 10.0.0.61 - - [2025-12-11 04:07:19] "GET /project/2dce59aa-fe6c-4e2e-be20-25042c8fb892?fields=virtual_networks HTTP/1.1" 200 1056 0.043781 10.0.0.27 - - [2025-12-11 04:07:19] "GET /projects?obj_uuids=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001110 10.0.0.61 - - [2025-12-11 04:07:19] "GET /project/2dce59aa-fe6c-4e2e-be20-25042c8fb892?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.050238 10.0.0.27 - - [2025-12-11 04:07:19] "GET /projects?obj_uuids=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000879 10.0.0.61 - - [2025-12-11 04:07:19] "GET /project/2dce59aa-fe6c-4e2e-be20-25042c8fb892?fields=security_groups HTTP/1.1" 200 1289 0.039238 10.0.0.61 - - [2025-12-11 04:07:20] "POST /fqname-to-id HTTP/1.1" 404 194 0.027087 10.0.0.27 - - [2025-12-11 04:07:20] "GET /projects?obj_uuids=4ca8a026-3198-4857-b901-525fc5abf845&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002808 10.0.0.27 - - [2025-12-11 04:07:20] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000823 10.0.0.27 - - [2025-12-11 04:07:20] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006567 10.0.0.27 - - [2025-12-11 04:07:20] "POST /id-to-fqname HTTP/1.1" 200 196 0.003410 10.0.0.27 - - [2025-12-11 04:07:20] "POST /fqname-to-id HTTP/1.1" 404 205 0.003837 10.0.0.27 - - [2025-12-11 04:07:20] "POST /security-groups HTTP/1.1" 200 597 0.069189 10.0.0.27 - - [2025-12-11 04:07:20] "POST /projects HTTP/1.1" 200 597 0.254322 10.0.0.33 - - [2025-12-11 04:07:20] "POST /access-control-lists HTTP/1.1" 200 602 0.028364 10.0.0.27 - - [2025-12-11 04:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.334345 10.0.0.61 - - [2025-12-11 04:07:20] "GET /project/4ca8a026-3198-4857-b901-525fc5abf845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.463229 10.0.0.61 - - [2025-12-11 04:07:22] "GET / HTTP/1.1" 200 35931 0.002385 10.0.0.27 - - [2025-12-11 04:07:25] "GET /projects?obj_uuids=4ca8a026-3198-4857-b901-525fc5abf845&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.029970 10.0.0.61 - - [2025-12-11 04:07:25] "GET /project/4ca8a026-3198-4857-b901-525fc5abf845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.130176 10.0.0.27 - - [2025-12-11 04:07:25] "GET /projects?obj_uuids=4ca8a026-3198-4857-b901-525fc5abf845&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000799 10.0.0.61 - - [2025-12-11 04:07:25] "GET /project/4ca8a026-3198-4857-b901-525fc5abf845?fields=virtual_networks HTTP/1.1" 200 1054 0.046159 10.0.0.27 - - [2025-12-11 04:07:25] "GET /projects?obj_uuids=4ca8a026-3198-4857-b901-525fc5abf845&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000874 10.0.0.61 - - [2025-12-11 04:07:25] "GET /project/4ca8a026-3198-4857-b901-525fc5abf845?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.039773 10.0.0.27 - - [2025-12-11 04:07:25] "GET /projects?obj_uuids=4ca8a026-3198-4857-b901-525fc5abf845&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000854 10.0.0.61 - - [2025-12-11 04:07:25] "GET /project/4ca8a026-3198-4857-b901-525fc5abf845?fields=security_groups HTTP/1.1" 200 1286 0.034877 10.0.0.61 - - [2025-12-11 04:07:26] "POST /fqname-to-id HTTP/1.1" 404 188 0.031939 10.0.0.27 - - [2025-12-11 04:07:26] "GET /projects?obj_uuids=da9194f2-bc64-48c8-ad2f-330b3d181ab6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003031 10.0.0.27 - - [2025-12-11 04:07:26] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000872 10.0.0.27 - - [2025-12-11 04:07:26] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.029987 10.0.0.27 - - [2025-12-11 04:07:26] "POST /id-to-fqname HTTP/1.1" 200 190 0.007828 10.0.0.27 - - [2025-12-11 04:07:26] "POST /fqname-to-id HTTP/1.1" 404 199 0.005113 10.0.0.27 - - [2025-12-11 04:07:26] "POST /security-groups HTTP/1.1" 200 591 0.024166 10.0.0.33 - - [2025-12-11 04:07:26] "POST /fqname-to-id HTTP/1.1" 404 234 0.003148 10.0.0.27 - - [2025-12-11 04:07:26] "POST /projects HTTP/1.1" 200 585 0.232006 10.0.0.33 - - [2025-12-11 04:07:26] "POST /access-control-lists HTTP/1.1" 200 594 0.027269 10.0.0.27 - - [2025-12-11 04:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.306354 10.0.0.61 - - [2025-12-11 04:07:26] "GET /project/da9194f2-bc64-48c8-ad2f-330b3d181ab6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.457499 10.0.0.61 - - [2025-12-11 04:07:27] "GET / HTTP/1.1" 200 35931 0.002029 10.0.0.27 - - [2025-12-11 04:07:30] "GET /projects?obj_uuids=da9194f2-bc64-48c8-ad2f-330b3d181ab6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000931 10.0.0.61 - - [2025-12-11 04:07:30] "GET /project/da9194f2-bc64-48c8-ad2f-330b3d181ab6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.035409 10.0.0.27 - - [2025-12-11 04:07:30] "GET /projects?obj_uuids=da9194f2-bc64-48c8-ad2f-330b3d181ab6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001187 10.0.0.61 - - [2025-12-11 04:07:30] "GET /project/da9194f2-bc64-48c8-ad2f-330b3d181ab6?fields=virtual_networks HTTP/1.1" 200 1043 0.051654 10.0.0.27 - - [2025-12-11 04:07:30] "GET /projects?obj_uuids=da9194f2-bc64-48c8-ad2f-330b3d181ab6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000947 10.0.0.61 - - [2025-12-11 04:07:30] "GET /project/da9194f2-bc64-48c8-ad2f-330b3d181ab6?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.041965 10.0.0.27 - - [2025-12-11 04:07:30] "GET /projects?obj_uuids=da9194f2-bc64-48c8-ad2f-330b3d181ab6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001086 10.0.0.61 - - [2025-12-11 04:07:30] "GET /project/da9194f2-bc64-48c8-ad2f-330b3d181ab6?fields=security_groups HTTP/1.1" 200 1269 0.038008 10.0.0.61 - - [2025-12-11 04:07:31] "POST /fqname-to-id HTTP/1.1" 404 196 0.027480 10.0.0.27 - - [2025-12-11 04:07:31] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002705 10.0.0.27 - - [2025-12-11 04:07:31] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000896 10.0.0.27 - - [2025-12-11 04:07:31] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006195 10.0.0.27 - - [2025-12-11 04:07:31] "POST /id-to-fqname HTTP/1.1" 200 198 0.001469 10.0.0.27 - - [2025-12-11 04:07:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.003798 10.0.0.27 - - [2025-12-11 04:07:32] "POST /security-groups HTTP/1.1" 200 599 0.073417 10.0.0.27 - - [2025-12-11 04:07:32] "POST /projects HTTP/1.1" 200 601 0.276237 10.0.0.33 - - [2025-12-11 04:07:32] "POST /fqname-to-id HTTP/1.1" 404 241 0.006296 10.0.0.27 - - [2025-12-11 04:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.354603 10.0.0.61 - - [2025-12-11 04:07:32] "GET /project/608e2cbe-3ee2-463d-aab1-1111dbea8db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.477755 10.0.0.61 - - [2025-12-11 04:07:33] "GET / HTTP/1.1" 200 35931 0.002401 10.0.0.61 - - [2025-12-11 04:07:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000574 10.0.0.61 - - [2025-12-11 04:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.059181 10.0.0.27 - - [2025-12-11 04:07:34] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001160 10.0.0.61 - - [2025-12-11 04:07:34] "GET /project/608e2cbe-3ee2-463d-aab1-1111dbea8db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.043947 10.0.0.27 - - [2025-12-11 04:07:34] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001380 10.0.0.61 - - [2025-12-11 04:07:34] "POST /neutron/network HTTP/1.1" 200 601 0.127391 10.0.0.33 - - [2025-12-11 04:07:34] "POST /ref-update HTTP/1.1" 200 156 0.019892 10.0.0.61 - - [2025-12-11 04:07:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.041424 10.0.0.61 - - [2025-12-11 04:07:35] "POST /neutron/network HTTP/1.1" 200 975 0.009391 10.0.0.61 - - [2025-12-11 04:07:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.000996 10.0.0.61 - - [2025-12-11 04:07:35] "GET /virtual-network/a640a64f-8b26-4b43-a7db-cb3be4f6bca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.004004 10.0.0.61 - - [2025-12-11 04:07:35] "GET /virtual-network/a640a64f-8b26-4b43-a7db-cb3be4f6bca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005472 10.0.0.61 - - [2025-12-11 04:07:35] "POST /neutron/subnet HTTP/1.1" 200 716 0.007955 10.0.0.61 - - [2025-12-11 04:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.27 - - [2025-12-11 04:07:35] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001020 10.0.0.61 - - [2025-12-11 04:07:35] "GET /project/608e2cbe-3ee2-463d-aab1-1111dbea8db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.033192 10.0.0.27 - - [2025-12-11 04:07:35] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000826 10.0.0.61 - - [2025-12-11 04:07:35] "POST /neutron/network HTTP/1.1" 200 601 0.103202 10.0.0.61 - - [2025-12-11 04:07:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.005611 10.0.0.61 - - [2025-12-11 04:07:35] "POST /neutron/network HTTP/1.1" 200 976 0.010035 10.0.0.61 - - [2025-12-11 04:07:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001019 10.0.0.61 - - [2025-12-11 04:07:35] "GET /virtual-network/814ace18-2786-4f08-a3ad-038030663e2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.004323 10.0.0.61 - - [2025-12-11 04:07:35] "GET /virtual-network/814ace18-2786-4f08-a3ad-038030663e2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006242 10.0.0.61 - - [2025-12-11 04:07:35] "POST /neutron/subnet HTTP/1.1" 200 716 0.008951 10.0.0.61 - - [2025-12-11 04:07:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001592 10.0.0.27 - - [2025-12-11 04:07:36] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001574 10.0.0.61 - - [2025-12-11 04:07:36] "GET /project/608e2cbe-3ee2-463d-aab1-1111dbea8db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.096315 10.0.0.61 - - [2025-12-11 04:07:36] "POST /neutron/network HTTP/1.1" 200 975 0.008566 10.0.0.61 - - [2025-12-11 04:07:37] "POST /id-to-fqname HTTP/1.1" 200 222 0.001381 10.0.0.61 - - [2025-12-11 04:07:37] "POST /neutron/port HTTP/1.1" 200 117 0.005780 10.0.0.27 - - [2025-12-11 04:07:37] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001030 10.0.0.27 - - [2025-12-11 04:07:37] "DELETE /project/da9194f2bc6448c8ad2f330b3d181ab6 HTTP/1.1" 404 173 0.007186 10.0.0.27 - - [2025-12-11 04:07:37] "DELETE /project/608e2cbe3ee2463daab11111dbea8db9 HTTP/1.1" 404 173 0.033840 10.0.0.27 - - [2025-12-11 04:07:37] "DELETE /project/4ca8a02631984857b901525fc5abf845 HTTP/1.1" 404 173 0.035174 10.0.0.27 - - [2025-12-11 04:07:37] "GET /projects?obj_uuids=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001489 10.0.0.27 - - [2025-12-11 04:07:37] "GET /projects?obj_uuids=da9194f2-bc64-48c8-ad2f-330b3d181ab6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000791 10.0.0.27 - - [2025-12-11 04:07:37] "GET /projects?obj_uuids=4ca8a026-3198-4857-b901-525fc5abf845&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000937 10.0.0.27 - - [2025-12-11 04:07:37] "GET /project/da9194f2-bc64-48c8-ad2f-330b3d181ab6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.077276 10.0.0.27 - - [2025-12-11 04:07:37] "GET /project/2dce59aa-fe6c-4e2e-be20-25042c8fb892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1506 0.089818 10.0.0.27 - - [2025-12-11 04:07:37] "GET /project/4ca8a026-3198-4857-b901-525fc5abf845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.106690 10.0.0.27 - - [2025-12-11 04:07:37] "GET /projects?obj_uuids=da9194f2-bc64-48c8-ad2f-330b3d181ab6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002389 10.0.0.27 - - [2025-12-11 04:07:37] "GET /projects?obj_uuids=4ca8a026-3198-4857-b901-525fc5abf845&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004706 10.0.0.27 - - [2025-12-11 04:07:37] "GET /projects?obj_uuids=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000734 10.0.0.27 - - [2025-12-11 04:07:37] "GET /project/da9194f2-bc64-48c8-ad2f-330b3d181ab6?fields=security_groups HTTP/1.1" 200 1374 0.106218 10.0.0.27 - - [2025-12-11 04:07:37] "GET /project/4ca8a026-3198-4857-b901-525fc5abf845?fields=security_groups HTTP/1.1" 200 1391 0.094031 10.0.0.27 - - [2025-12-11 04:07:37] "GET /project/2dce59aa-fe6c-4e2e-be20-25042c8fb892?fields=security_groups HTTP/1.1" 200 1126 0.195871 10.0.0.33 - - [2025-12-11 04:07:38] "DELETE /access-control-list/da95bd53-3ae4-46df-b6d9-0310f9e3e79e HTTP/1.1" 200 115 0.124709 10.0.0.27 - - [2025-12-11 04:07:38] "GET /projects?obj_uuids=2dce59aa-fe6c-4e2e-be20-25042c8fb892&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001981 10.0.0.27 - - [2025-12-11 04:07:38] "DELETE /security-group/a2d37da6-23c9-4c02-8f54-eca2dc90b3d1 HTTP/1.1" 200 115 0.156510 10.0.0.27 - - [2025-12-11 04:07:38] "GET /projects?obj_uuids=da9194f2-bc64-48c8-ad2f-330b3d181ab6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000752 10.0.0.27 - - [2025-12-11 04:07:38] "DELETE /security-group/4736539d-c814-4468-b63d-94c598b43d83 HTTP/1.1" 200 115 0.135128 10.0.0.27 - - [2025-12-11 04:07:38] "GET /projects?obj_uuids=4ca8a026-3198-4857-b901-525fc5abf845&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000721 10.0.0.27 - - [2025-12-11 04:07:38] "GET /project/2dce59aa-fe6c-4e2e-be20-25042c8fb892?fields=application_policy_sets HTTP/1.1" 200 1433 0.116562 10.0.0.27 - - [2025-12-11 04:07:38] "GET /project/4ca8a026-3198-4857-b901-525fc5abf845?fields=application_policy_sets HTTP/1.1" 200 1430 0.120085 10.0.0.61 - - [2025-12-11 04:07:38] "POST /neutron/port HTTP/1.1" 200 1153 0.710603 10.0.0.27 - - [2025-12-11 04:07:38] "GET /project/da9194f2-bc64-48c8-ad2f-330b3d181ab6?fields=application_policy_sets HTTP/1.1" 200 1413 0.156818 10.0.0.27 - - [2025-12-11 04:07:38] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003004 10.0.0.33 - - [2025-12-11 04:07:38] "DELETE /access-control-list/3abad65d-f2c6-4ac7-8b03-8b085129ff00 HTTP/1.1" 200 115 0.061612 10.0.0.27 - - [2025-12-11 04:07:38] "DELETE /project/2dce59aa-fe6c-4e2e-be20-25042c8fb892 HTTP/1.1" 200 115 0.732723 10.0.0.61 - - [2025-12-11 04:07:38] "GET /project/608e2cbe-3ee2-463d-aab1-1111dbea8db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.210220 10.0.0.27 - - [2025-12-11 04:07:38] "DELETE /project/4ca8a026-3198-4857-b901-525fc5abf845 HTTP/1.1" 200 115 0.825243 10.0.0.27 - - [2025-12-11 04:07:38] "DELETE /project/da9194f2-bc64-48c8-ad2f-330b3d181ab6 HTTP/1.1" 200 115 0.844212 10.0.0.61 - - [2025-12-11 04:07:38] "POST /neutron/port HTTP/1.1" 200 1207 0.179897 10.0.0.61 - - [2025-12-11 04:07:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004122 10.0.0.61 - - [2025-12-11 04:07:38] "POST /neutron/port HTTP/1.1" 200 117 0.001273 10.0.0.61 - - [2025-12-11 04:07:38] "POST /neutron/network HTTP/1.1" 200 975 0.009012 10.0.0.61 - - [2025-12-11 04:07:38] "POST /neutron/port HTTP/1.1" 200 1181 0.021631 10.0.0.27 - - [2025-12-11 04:07:39] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001042 10.0.0.61 - - [2025-12-11 04:07:39] "POST /neutron/port HTTP/1.1" 200 1154 0.268807 10.0.0.61 - - [2025-12-11 04:07:39] "POST /neutron/port HTTP/1.1" 200 1208 0.152078 10.0.0.61 - - [2025-12-11 04:07:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004820 10.0.0.61 - - [2025-12-11 04:07:39] "POST /neutron/port HTTP/1.1" 200 117 0.001181 10.0.0.61 - - [2025-12-11 04:07:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008186 10.0.0.61 - - [2025-12-11 04:07:44] "POST /neutron/port HTTP/1.1" 200 1181 0.016836 10.0.0.61 - - [2025-12-11 04:07:44] "GET /virtual-machine/7c6de9ec-06d3-467e-93b1-aec7b6519e91 HTTP/1.1" 401 292 0.000498 10.0.0.61 - - [2025-12-11 04:07:44] "GET /virtual-machine/7c6de9ec-06d3-467e-93b1-aec7b6519e91 HTTP/1.1" 200 1300 0.031178 10.0.0.61 - - [2025-12-11 04:07:44] "GET /virtual-machine-interface/ff9b6a43-f48d-432d-b5fb-3c5f3db309df HTTP/1.1" 200 3158 0.005172 10.0.0.61 - - [2025-12-11 04:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.61 - - [2025-12-11 04:07:44] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003395 10.0.0.61 - - [2025-12-11 04:07:44] "GET /virtual-networks?parent_id=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002449 10.0.0.61 - - [2025-12-11 04:07:44] "GET /virtual-network/a640a64f-8b26-4b43-a7db-cb3be4f6bca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.009630 10.0.0.61 - - [2025-12-11 04:07:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008574 10.0.0.61 - - [2025-12-11 04:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006698 10.0.0.61 - - [2025-12-11 04:07:47] "GET /virtual-network/a640a64f-8b26-4b43-a7db-cb3be4f6bca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006584 10.0.0.61 - - [2025-12-11 04:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.61 - - [2025-12-11 04:07:49] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003620 10.0.0.61 - - [2025-12-11 04:07:49] "GET /virtual-networks?parent_id=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002537 10.0.0.61 - - [2025-12-11 04:07:49] "GET /virtual-network/a640a64f-8b26-4b43-a7db-cb3be4f6bca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005630 10.0.0.61 - - [2025-12-11 04:07:50] "POST /neutron/port HTTP/1.1" 200 1181 0.014209 10.0.0.61 - - [2025-12-11 04:07:51] "POST /neutron/port HTTP/1.1" 200 1181 0.041722 10.0.0.61 - - [2025-12-11 04:07:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003509 10.0.0.61 - - [2025-12-11 04:07:51] "POST /neutron/port HTTP/1.1" 200 117 0.001530 10.0.0.61 - - [2025-12-11 04:07:53] "POST /neutron/port HTTP/1.1" 200 1182 0.017515 10.0.0.61 - - [2025-12-11 04:07:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003773 10.0.0.61 - - [2025-12-11 04:07:54] "POST /neutron/port HTTP/1.1" 200 117 0.001112 10.0.0.61 - - [2025-12-11 04:07:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007674 10.0.0.61 - - [2025-12-11 04:07:55] "POST /neutron/port HTTP/1.1" 200 1182 0.014275 10.0.0.61 - - [2025-12-11 04:07:55] "GET /virtual-machine/8de851b4-1a5c-4315-9a06-d9511591b5d1 HTTP/1.1" 200 1301 0.005613 10.0.0.61 - - [2025-12-11 04:07:55] "GET /virtual-machine-interface/8bb84acb-6879-4316-92c1-e82b064b2fcb HTTP/1.1" 200 3158 0.004749 10.0.0.61 - - [2025-12-11 04:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.61 - - [2025-12-11 04:07:55] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004270 10.0.0.61 - - [2025-12-11 04:07:55] "GET /virtual-networks?parent_id=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002993 10.0.0.61 - - [2025-12-11 04:07:55] "GET /virtual-network/814ace18-2786-4f08-a3ad-038030663e2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005971 10.0.0.61 - - [2025-12-11 04:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.61 - - [2025-12-11 04:07:56] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003611 10.0.0.61 - - [2025-12-11 04:07:56] "GET /virtual-networks?parent_id=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002497 10.0.0.61 - - [2025-12-11 04:07:56] "GET /virtual-network/814ace18-2786-4f08-a3ad-038030663e2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005430 10.0.0.61 - - [2025-12-11 04:07:56] "POST /fqname-to-id HTTP/1.1" 404 209 0.003356 10.0.0.61 - - [2025-12-11 04:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002664 10.0.0.27 - - [2025-12-11 04:07:56] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000815 10.0.0.61 - - [2025-12-11 04:07:56] "GET /project/608e2cbe-3ee2-463d-aab1-1111dbea8db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.034714 10.0.0.61 - - [2025-12-11 04:07:57] "POST /network-policys HTTP/1.1" 200 533 0.022789 10.0.0.61 - - [2025-12-11 04:07:57] "GET /network-policy/4623069f-9a03-4594-aff4-013c2f0316b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005367 10.0.0.61 - - [2025-12-11 04:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002329 10.0.0.61 - - [2025-12-11 04:07:57] "GET /virtual-network/a640a64f-8b26-4b43-a7db-cb3be4f6bca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005984 10.0.0.61 - - [2025-12-11 04:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002504 10.0.0.61 - - [2025-12-11 04:07:57] "GET /network-policy/4623069f-9a03-4594-aff4-013c2f0316b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.003889 10.0.0.33 - - [2025-12-11 04:07:57] "POST /fqname-to-id HTTP/1.1" 404 230 0.006012 10.0.0.61 - - [2025-12-11 04:07:57] "POST /ref-update HTTP/1.1" 200 156 0.044033 10.0.0.61 - - [2025-12-11 04:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.61 - - [2025-12-11 04:07:57] "GET /network-policy/4623069f-9a03-4594-aff4-013c2f0316b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004040 10.0.0.61 - - [2025-12-11 04:07:57] "GET /virtual-network/a640a64f-8b26-4b43-a7db-cb3be4f6bca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2867 0.006602 10.0.0.61 - - [2025-12-11 04:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002660 10.0.0.61 - - [2025-12-11 04:07:57] "GET /network-policy/4623069f-9a03-4594-aff4-013c2f0316b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.003861 10.0.0.61 - - [2025-12-11 04:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002672 10.0.0.61 - - [2025-12-11 04:07:57] "GET /virtual-network/814ace18-2786-4f08-a3ad-038030663e2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006145 10.0.0.61 - - [2025-12-11 04:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.61 - - [2025-12-11 04:07:57] "GET /network-policy/4623069f-9a03-4594-aff4-013c2f0316b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005353 10.0.0.61 - - [2025-12-11 04:07:57] "POST /ref-update HTTP/1.1" 200 156 0.056996 10.0.0.33 - - [2025-12-11 04:07:57] "POST /access-control-lists HTTP/1.1" 200 578 0.033942 10.0.0.61 - - [2025-12-11 04:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.61 - - [2025-12-11 04:07:57] "GET /network-policy/4623069f-9a03-4594-aff4-013c2f0316b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006035 10.0.0.61 - - [2025-12-11 04:07:57] "POST /neutron/network HTTP/1.1" 200 1062 0.019244 10.0.0.61 - - [2025-12-11 04:07:57] "GET /virtual-network/814ace18-2786-4f08-a3ad-038030663e2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2869 0.006198 10.0.0.61 - - [2025-12-11 04:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004615 10.0.0.61 - - [2025-12-11 04:07:57] "GET /network-policy/4623069f-9a03-4594-aff4-013c2f0316b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006144 10.0.0.61 - - [2025-12-11 04:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.27 - - [2025-12-11 04:07:57] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000887 10.0.0.61 - - [2025-12-11 04:07:57] "GET /project/608e2cbe-3ee2-463d-aab1-1111dbea8db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.036736 10.0.0.33 - - [2025-12-11 04:07:58] "POST /route-targets HTTP/1.1" 200 327 0.018740 10.0.0.27 - - [2025-12-11 04:07:58] "POST /useragent-kv HTTP/1.1" 200 115 0.007506 10.0.0.61 - - [2025-12-11 04:07:58] "POST /neutron/subnet HTTP/1.1" 200 701 0.199653 10.0.0.61 - - [2025-12-11 04:07:58] "POST /id-to-fqname HTTP/1.1" 200 214 0.001270 10.0.0.61 - - [2025-12-11 04:07:58] "GET /virtual-network/324f9ca9-f4f8-460d-82b0-a3c12ea69e4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.006109 10.0.0.61 - - [2025-12-11 04:07:58] "GET /virtual-network/324f9ca9-f4f8-460d-82b0-a3c12ea69e4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005330 10.0.0.61 - - [2025-12-11 04:07:58] "POST /neutron/network HTTP/1.1" 200 799 0.005109 10.0.0.61 - - [2025-12-11 04:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002618 10.0.0.27 - - [2025-12-11 04:07:58] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000900 10.0.0.61 - - [2025-12-11 04:07:58] "GET /project/608e2cbe-3ee2-463d-aab1-1111dbea8db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.039843 10.0.0.27 - - [2025-12-11 04:07:58] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000866 10.0.0.61 - - [2025-12-11 04:07:58] "POST /neutron/network HTTP/1.1" 200 585 0.096632 10.0.0.33 - - [2025-12-11 04:07:58] "POST /ref-update HTTP/1.1" 200 156 0.020236 10.0.0.61 - - [2025-12-11 04:07:58] "POST /id-to-fqname HTTP/1.1" 200 214 0.003683 10.0.0.61 - - [2025-12-11 04:07:58] "GET /virtual-network/4f369d82-0f39-4100-814f-6fd70e693203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005625 10.0.0.61 - - [2025-12-11 04:07:58] "POST /neutron/network HTTP/1.1" 200 799 0.006653 10.0.0.61 - - [2025-12-11 04:07:58] "GET /virtual-network/4f369d82-0f39-4100-814f-6fd70e693203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005613 10.0.0.61 - - [2025-12-11 04:07:59] "POST /fqname-to-id HTTP/1.1" 404 239 0.002903 10.0.0.61 - - [2025-12-11 04:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.27 - - [2025-12-11 04:07:59] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001060 10.0.0.61 - - [2025-12-11 04:07:59] "GET /project/608e2cbe-3ee2-463d-aab1-1111dbea8db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.042658 10.0.0.61 - - [2025-12-11 04:07:59] "POST /network-policys HTTP/1.1" 200 587 0.037415 10.0.0.61 - - [2025-12-11 04:07:59] "GET /network-policy/a3b12991-7b08-4f49-a98e-021d814706e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.012227 10.0.0.61 - - [2025-12-11 04:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004954 10.0.0.61 - - [2025-12-11 04:07:59] "GET /virtual-network/324f9ca9-f4f8-460d-82b0-a3c12ea69e4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005784 10.0.0.61 - - [2025-12-11 04:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.61 - - [2025-12-11 04:07:59] "GET /network-policy/a3b12991-7b08-4f49-a98e-021d814706e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004007 10.0.0.61 - - [2025-12-11 04:07:59] "POST /ref-update HTTP/1.1" 200 156 0.041335 10.0.0.61 - - [2025-12-11 04:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.61 - - [2025-12-11 04:07:59] "GET /network-policy/a3b12991-7b08-4f49-a98e-021d814706e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004208 10.0.0.61 - - [2025-12-11 04:07:59] "POST /neutron/network HTTP/1.1" 200 912 0.007722 10.0.0.61 - - [2025-12-11 04:07:59] "GET /virtual-network/324f9ca9-f4f8-460d-82b0-a3c12ea69e4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.004699 10.0.0.61 - - [2025-12-11 04:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002352 10.0.0.61 - - [2025-12-11 04:07:59] "GET /network-policy/a3b12991-7b08-4f49-a98e-021d814706e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004175 10.0.0.61 - - [2025-12-11 04:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.61 - - [2025-12-11 04:07:59] "GET /virtual-network/4f369d82-0f39-4100-814f-6fd70e693203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005325 10.0.0.61 - - [2025-12-11 04:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.61 - - [2025-12-11 04:07:59] "GET /network-policy/a3b12991-7b08-4f49-a98e-021d814706e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004228 10.0.0.33 - - [2025-12-11 04:07:59] "POST /fqname-to-id HTTP/1.1" 404 210 0.005620 10.0.0.61 - - [2025-12-11 04:07:59] "POST /ref-update HTTP/1.1" 200 156 0.055011 10.0.0.61 - - [2025-12-11 04:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.33 - - [2025-12-11 04:07:59] "PUT /access-control-list/71f0759e-fdb2-45da-8f0f-a1f4762092ff HTTP/1.1" 200 272 0.027083 10.0.0.61 - - [2025-12-11 04:07:59] "GET /network-policy/a3b12991-7b08-4f49-a98e-021d814706e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004648 10.0.0.61 - - [2025-12-11 04:07:59] "GET /virtual-network/4f369d82-0f39-4100-814f-6fd70e693203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.007601 10.0.0.61 - - [2025-12-11 04:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002690 10.0.0.61 - - [2025-12-11 04:07:59] "GET /network-policy/a3b12991-7b08-4f49-a98e-021d814706e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.003834 10.0.0.61 - - [2025-12-11 04:07:59] "POST /id-to-fqname HTTP/1.1" 200 214 0.000898 10.0.0.61 - - [2025-12-11 04:08:00] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010297 10.0.0.27 - - [2025-12-11 04:08:00] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001026 10.0.0.61 - - [2025-12-11 04:08:00] "GET /project/608e2cbe-3ee2-463d-aab1-1111dbea8db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.073745 10.0.0.61 - - [2025-12-11 04:08:01] "POST /neutron/port HTTP/1.1" 200 2245 0.020719 10.0.0.61 - - [2025-12-11 04:08:01] "POST /id-to-fqname HTTP/1.1" 200 214 0.001450 10.0.0.61 - - [2025-12-11 04:08:01] "POST /neutron/port HTTP/1.1" 200 2245 0.023354 10.0.0.61 - - [2025-12-11 04:08:01] "POST /neutron/network HTTP/1.1" 200 922 0.008044 10.0.0.61 - - [2025-12-11 04:08:02] "POST /neutron/port HTTP/1.1" 200 1063 0.014443 10.0.0.61 - - [2025-12-11 04:08:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004289 10.0.0.61 - - [2025-12-11 04:08:02] "POST /neutron/network HTTP/1.1" 200 912 0.006694 10.0.0.27 - - [2025-12-11 04:08:02] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001101 10.0.0.61 - - [2025-12-11 04:08:02] "GET /project/608e2cbe-3ee2-463d-aab1-1111dbea8db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.072462 10.0.0.61 - - [2025-12-11 04:08:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.014742 10.0.0.61 - - [2025-12-11 04:08:02] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003371 10.0.0.61 - - [2025-12-11 04:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.61 - - [2025-12-11 04:08:02] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005538 10.0.0.27 - - [2025-12-11 04:08:03] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001249 10.0.0.61 - - [2025-12-11 04:08:03] "POST /neutron/port HTTP/1.1" 200 1063 0.309208 10.0.0.61 - - [2025-12-11 04:08:03] "POST /neutron/port HTTP/1.1" 200 1117 0.107311 10.0.0.61 - - [2025-12-11 04:08:03] "POST /neutron/subnet HTTP/1.1" 200 675 0.009087 10.0.0.61 - - [2025-12-11 04:08:04] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003357 10.0.0.61 - - [2025-12-11 04:08:04] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005381 10.0.0.61 - - [2025-12-11 04:08:04] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004264 10.0.0.61 - - [2025-12-11 04:08:04] "PUT /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307 HTTP/1.1" 200 254 0.027626 10.0.0.61 - - [2025-12-11 04:08:04] "PUT /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307 HTTP/1.1" 200 254 0.033425 10.0.0.61 - - [2025-12-11 04:08:04] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005933 10.0.0.61 - - [2025-12-11 04:08:04] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003609 10.0.0.61 - - [2025-12-11 04:08:04] "PUT /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5 HTTP/1.1" 200 254 0.029937 10.0.0.61 - - [2025-12-11 04:08:04] "PUT /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5 HTTP/1.1" 200 254 0.027569 10.0.0.61 - - [2025-12-11 04:08:04] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004336 10.0.0.61 - - [2025-12-11 04:08:04] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004448 10.0.0.61 - - [2025-12-11 04:08:04] "PUT /bgp-router/f50801db-639f-4929-8652-cc2760892d37 HTTP/1.1" 200 254 0.028071 10.0.0.61 - - [2025-12-11 04:08:04] "PUT /bgp-router/f50801db-639f-4929-8652-cc2760892d37 HTTP/1.1" 200 254 0.045040 10.0.0.61 - - [2025-12-11 04:08:04] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005627 10.0.0.61 - - [2025-12-11 04:08:04] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008551 10.0.0.61 - - [2025-12-11 04:08:04] "PUT /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307 HTTP/1.1" 200 254 0.034909 10.0.0.61 - - [2025-12-11 04:08:04] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003172 10.0.0.61 - - [2025-12-11 04:08:04] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004913 10.0.0.61 - - [2025-12-11 04:08:04] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.003538 10.0.0.61 - - [2025-12-11 04:08:04] "PUT /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307 HTTP/1.1" 200 254 0.022097 10.0.0.61 - - [2025-12-11 04:08:04] "PUT /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307 HTTP/1.1" 200 254 0.035353 10.0.0.61 - - [2025-12-11 04:08:04] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003989 10.0.0.61 - - [2025-12-11 04:08:04] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003119 10.0.0.61 - - [2025-12-11 04:08:04] "PUT /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5 HTTP/1.1" 200 254 0.029061 10.0.0.61 - - [2025-12-11 04:08:05] "PUT /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5 HTTP/1.1" 200 254 0.037444 10.0.0.61 - - [2025-12-11 04:08:05] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004210 10.0.0.61 - - [2025-12-11 04:08:05] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007031 10.0.0.61 - - [2025-12-11 04:08:05] "PUT /bgp-router/f50801db-639f-4929-8652-cc2760892d37 HTTP/1.1" 200 254 0.036367 10.0.0.61 - - [2025-12-11 04:08:05] "PUT /bgp-router/f50801db-639f-4929-8652-cc2760892d37 HTTP/1.1" 200 254 0.033250 10.0.0.61 - - [2025-12-11 04:08:05] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005255 10.0.0.61 - - [2025-12-11 04:08:05] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003845 10.0.0.61 - - [2025-12-11 04:08:05] "PUT /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5 HTTP/1.1" 200 254 0.015803 10.0.0.61 - - [2025-12-11 04:08:05] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003160 10.0.0.61 - - [2025-12-11 04:08:05] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004397 10.0.0.61 - - [2025-12-11 04:08:05] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.003459 10.0.0.61 - - [2025-12-11 04:08:05] "PUT /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307 HTTP/1.1" 200 254 0.021518 10.0.0.61 - - [2025-12-11 04:08:05] "PUT /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307 HTTP/1.1" 200 254 0.030099 10.0.0.61 - - [2025-12-11 04:08:05] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004623 10.0.0.61 - - [2025-12-11 04:08:05] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003843 10.0.0.61 - - [2025-12-11 04:08:05] "PUT /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5 HTTP/1.1" 200 254 0.021775 10.0.0.61 - - [2025-12-11 04:08:05] "PUT /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5 HTTP/1.1" 200 254 0.026919 10.0.0.61 - - [2025-12-11 04:08:05] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005141 10.0.0.61 - - [2025-12-11 04:08:05] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003715 10.0.0.61 - - [2025-12-11 04:08:05] "PUT /bgp-router/f50801db-639f-4929-8652-cc2760892d37 HTTP/1.1" 200 254 0.021866 10.0.0.61 - - [2025-12-11 04:08:05] "PUT /bgp-router/f50801db-639f-4929-8652-cc2760892d37 HTTP/1.1" 200 254 0.023865 10.0.0.61 - - [2025-12-11 04:08:05] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005114 10.0.0.61 - - [2025-12-11 04:08:05] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.009591 10.0.0.61 - - [2025-12-11 04:08:05] "PUT /bgp-router/f50801db-639f-4929-8652-cc2760892d37 HTTP/1.1" 200 254 0.015942 10.0.0.61 - - [2025-12-11 04:08:05] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003155 10.0.0.61 - - [2025-12-11 04:08:05] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004530 10.0.0.61 - - [2025-12-11 04:08:05] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.003367 10.0.0.61 - - [2025-12-11 04:08:06] "PUT /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307 HTTP/1.1" 200 254 0.023378 10.0.0.61 - - [2025-12-11 04:08:06] "PUT /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307 HTTP/1.1" 200 254 0.029944 10.0.0.61 - - [2025-12-11 04:08:06] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.007610 10.0.0.61 - - [2025-12-11 04:08:06] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.003361 10.0.0.61 - - [2025-12-11 04:08:06] "PUT /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5 HTTP/1.1" 200 254 0.033710 10.0.0.61 - - [2025-12-11 04:08:06] "PUT /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5 HTTP/1.1" 200 254 0.029476 10.0.0.61 - - [2025-12-11 04:08:06] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.009747 10.0.0.61 - - [2025-12-11 04:08:06] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004562 10.0.0.61 - - [2025-12-11 04:08:06] "PUT /bgp-router/f50801db-639f-4929-8652-cc2760892d37 HTTP/1.1" 200 254 0.031702 10.0.0.61 - - [2025-12-11 04:08:06] "PUT /bgp-router/f50801db-639f-4929-8652-cc2760892d37 HTTP/1.1" 200 254 0.030110 10.0.0.61 - - [2025-12-11 04:08:11] "POST /neutron/port HTTP/1.1" 200 1091 0.031323 10.0.0.61 - - [2025-12-11 04:08:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009026 10.0.0.61 - - [2025-12-11 04:08:16] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003937 10.0.0.61 - - [2025-12-11 04:08:16] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004640 10.0.0.61 - - [2025-12-11 04:08:16] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004214 10.0.0.61 - - [2025-12-11 04:08:16] "PUT /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307 HTTP/1.1" 200 254 0.023214 10.0.0.61 - - [2025-12-11 04:08:16] "PUT /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307 HTTP/1.1" 200 254 0.034846 10.0.0.61 - - [2025-12-11 04:08:16] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004799 10.0.0.61 - - [2025-12-11 04:08:16] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.003662 10.0.0.61 - - [2025-12-11 04:08:16] "PUT /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5 HTTP/1.1" 200 254 0.024269 10.0.0.61 - - [2025-12-11 04:08:16] "PUT /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5 HTTP/1.1" 200 254 0.025013 10.0.0.61 - - [2025-12-11 04:08:16] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006988 10.0.0.61 - - [2025-12-11 04:08:16] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005483 10.0.0.61 - - [2025-12-11 04:08:16] "PUT /bgp-router/f50801db-639f-4929-8652-cc2760892d37 HTTP/1.1" 200 254 0.035377 10.0.0.61 - - [2025-12-11 04:08:16] "PUT /bgp-router/f50801db-639f-4929-8652-cc2760892d37 HTTP/1.1" 200 254 0.035963 10.0.0.61 - - [2025-12-11 04:08:17] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006707 10.0.0.61 - - [2025-12-11 04:08:17] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005344 10.0.0.61 - - [2025-12-11 04:08:17] "PUT /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307 HTTP/1.1" 200 254 0.019717 10.0.0.61 - - [2025-12-11 04:08:17] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003373 10.0.0.61 - - [2025-12-11 04:08:17] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004966 10.0.0.61 - - [2025-12-11 04:08:17] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.003917 10.0.0.61 - - [2025-12-11 04:08:17] "PUT /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307 HTTP/1.1" 200 254 0.025964 10.0.0.61 - - [2025-12-11 04:08:17] "PUT /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307 HTTP/1.1" 200 254 0.026833 10.0.0.61 - - [2025-12-11 04:08:17] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006110 10.0.0.61 - - [2025-12-11 04:08:17] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004267 10.0.0.61 - - [2025-12-11 04:08:17] "PUT /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5 HTTP/1.1" 200 254 0.023267 10.0.0.61 - - [2025-12-11 04:08:17] "PUT /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5 HTTP/1.1" 200 254 0.039921 10.0.0.61 - - [2025-12-11 04:08:17] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004467 10.0.0.61 - - [2025-12-11 04:08:17] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005068 10.0.0.61 - - [2025-12-11 04:08:17] "PUT /bgp-router/f50801db-639f-4929-8652-cc2760892d37 HTTP/1.1" 200 254 0.026247 10.0.0.61 - - [2025-12-11 04:08:17] "PUT /bgp-router/f50801db-639f-4929-8652-cc2760892d37 HTTP/1.1" 200 254 0.031119 10.0.0.61 - - [2025-12-11 04:08:17] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004461 10.0.0.61 - - [2025-12-11 04:08:17] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008955 10.0.0.61 - - [2025-12-11 04:08:17] "PUT /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5 HTTP/1.1" 200 254 0.023185 10.0.0.61 - - [2025-12-11 04:08:17] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003612 10.0.0.61 - - [2025-12-11 04:08:17] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004694 10.0.0.61 - - [2025-12-11 04:08:17] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.003516 10.0.0.61 - - [2025-12-11 04:08:17] "PUT /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307 HTTP/1.1" 200 254 0.026209 10.0.0.61 - - [2025-12-11 04:08:17] "PUT /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307 HTTP/1.1" 200 254 0.052835 10.0.0.61 - - [2025-12-11 04:08:17] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004701 10.0.0.61 - - [2025-12-11 04:08:17] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003193 10.0.0.61 - - [2025-12-11 04:08:17] "PUT /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5 HTTP/1.1" 200 254 0.027327 10.0.0.61 - - [2025-12-11 04:08:18] "PUT /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5 HTTP/1.1" 200 254 0.024109 10.0.0.61 - - [2025-12-11 04:08:18] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004318 10.0.0.61 - - [2025-12-11 04:08:18] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003619 10.0.0.61 - - [2025-12-11 04:08:18] "PUT /bgp-router/f50801db-639f-4929-8652-cc2760892d37 HTTP/1.1" 200 254 0.036423 10.0.0.61 - - [2025-12-11 04:08:18] "PUT /bgp-router/f50801db-639f-4929-8652-cc2760892d37 HTTP/1.1" 200 254 0.033324 10.0.0.61 - - [2025-12-11 04:08:18] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004183 10.0.0.61 - - [2025-12-11 04:08:18] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004177 10.0.0.61 - - [2025-12-11 04:08:18] "PUT /bgp-router/f50801db-639f-4929-8652-cc2760892d37 HTTP/1.1" 200 254 0.019428 10.0.0.61 - - [2025-12-11 04:08:18] "POST /ref-update HTTP/1.1" 200 156 0.046844 10.0.0.61 - - [2025-12-11 04:08:18] "GET /virtual-network/4f369d82-0f39-4100-814f-6fd70e693203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.008559 10.0.0.61 - - [2025-12-11 04:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.33 - - [2025-12-11 04:08:18] "POST /ref-update HTTP/1.1" 200 156 0.025919 10.0.0.61 - - [2025-12-11 04:08:18] "GET /network-policy/a3b12991-7b08-4f49-a98e-021d814706e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004686 10.0.0.61 - - [2025-12-11 04:08:18] "POST /ref-update HTTP/1.1" 200 156 0.042207 10.0.0.61 - - [2025-12-11 04:08:18] "GET /virtual-network/324f9ca9-f4f8-460d-82b0-a3c12ea69e4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.008032 10.0.0.61 - - [2025-12-11 04:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.61 - - [2025-12-11 04:08:18] "GET /network-policy/a3b12991-7b08-4f49-a98e-021d814706e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004265 10.0.0.61 - - [2025-12-11 04:08:18] "DELETE /network-policy/a3b12991-7b08-4f49-a98e-021d814706e6 HTTP/1.1" 200 115 0.031871 10.0.0.61 - - [2025-12-11 04:08:18] "POST /neutron/network HTTP/1.1" 200 799 0.006006 10.0.0.61 - - [2025-12-11 04:08:18] "POST /neutron/port HTTP/1.1" 200 1117 0.010259 10.0.0.61 - - [2025-12-11 04:08:19] "POST /neutron/port HTTP/1.1" 200 1117 0.010604 10.0.0.27 - - [2025-12-11 04:08:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003068 10.0.0.27 - - [2025-12-11 04:08:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002651 10.0.0.61 - - [2025-12-11 04:08:21] "POST /neutron/network HTTP/1.1" 200 151 0.099234 10.0.0.33 - - [2025-12-11 04:08:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005684 10.0.0.33 - - [2025-12-11 04:08:21] "DELETE /route-target/35e0cca7-c428-495c-901d-433f91dbcfc4 HTTP/1.1" 200 115 0.021861 10.0.0.61 - - [2025-12-11 04:08:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.008057 10.0.0.61 - - [2025-12-11 04:08:21] "POST /ref-update HTTP/1.1" 200 156 0.048600 10.0.0.61 - - [2025-12-11 04:08:21] "POST /neutron/network HTTP/1.1" 200 976 0.010089 10.0.0.61 - - [2025-12-11 04:08:21] "GET /virtual-network/814ace18-2786-4f08-a3ad-038030663e2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.011166 10.0.0.61 - - [2025-12-11 04:08:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.61 - - [2025-12-11 04:08:21] "GET /network-policy/4623069f-9a03-4594-aff4-013c2f0316b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004455 10.0.0.61 - - [2025-12-11 04:08:21] "POST /ref-update HTTP/1.1" 200 156 0.049472 10.0.0.33 - - [2025-12-11 04:08:21] "DELETE /access-control-list/b6e7b455-7042-4255-bd84-039c68ec0aa1 HTTP/1.1" 200 115 0.040391 10.0.0.61 - - [2025-12-11 04:08:21] "GET /virtual-network/a640a64f-8b26-4b43-a7db-cb3be4f6bca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.015369 10.0.0.61 - - [2025-12-11 04:08:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.61 - - [2025-12-11 04:08:21] "GET /network-policy/4623069f-9a03-4594-aff4-013c2f0316b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004104 10.0.0.61 - - [2025-12-11 04:08:21] "DELETE /network-policy/4623069f-9a03-4594-aff4-013c2f0316b7 HTTP/1.1" 200 115 0.029179 10.0.0.61 - - [2025-12-11 04:08:21] "POST /neutron/network HTTP/1.1" 400 204 0.020614 10.0.0.61 - - [2025-12-11 04:08:22] "POST /neutron/port HTTP/1.1" 200 151 0.250397 10.0.0.61 - - [2025-12-11 04:08:22] "POST /neutron/port HTTP/1.1" 200 151 0.293746 10.0.0.33 - - [2025-12-11 04:08:23] "DELETE /route-target/727cf1ec-69bc-49cf-93f9-6aa6b2ad7501 HTTP/1.1" 200 115 0.019782 10.0.0.61 - - [2025-12-11 04:08:23] "POST /neutron/network HTTP/1.1" 200 975 0.008175 10.0.0.61 - - [2025-12-11 04:08:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.27 - - [2025-12-11 04:08:25] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000855 10.0.0.61 - - [2025-12-11 04:08:25] "GET /project/608e2cbe-3ee2-463d-aab1-1111dbea8db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.041891 10.0.0.27 - - [2025-12-11 04:08:25] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000918 10.0.0.61 - - [2025-12-11 04:08:25] "POST /neutron/network HTTP/1.1" 200 601 0.104923 10.0.0.33 - - [2025-12-11 04:08:25] "POST /route-targets HTTP/1.1" 200 327 0.014694 10.0.0.61 - - [2025-12-11 04:08:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.010099 10.0.0.61 - - [2025-12-11 04:08:26] "POST /neutron/network HTTP/1.1" 200 975 0.010671 10.0.0.61 - - [2025-12-11 04:08:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.001058 10.0.0.61 - - [2025-12-11 04:08:26] "GET /virtual-network/e9a055c4-8470-44ab-b0d1-2cf9965812f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.004265 10.0.0.61 - - [2025-12-11 04:08:26] "GET /virtual-network/e9a055c4-8470-44ab-b0d1-2cf9965812f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005608 10.0.0.61 - - [2025-12-11 04:08:26] "POST /neutron/subnet HTTP/1.1" 200 716 0.008932 10.0.0.61 - - [2025-12-11 04:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.27 - - [2025-12-11 04:08:26] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000921 10.0.0.61 - - [2025-12-11 04:08:26] "GET /project/608e2cbe-3ee2-463d-aab1-1111dbea8db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.042969 10.0.0.27 - - [2025-12-11 04:08:26] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001062 10.0.0.61 - - [2025-12-11 04:08:26] "POST /neutron/network HTTP/1.1" 200 601 0.132141 10.0.0.33 - - [2025-12-11 04:08:26] "POST /ref-update HTTP/1.1" 200 156 0.020413 10.0.0.61 - - [2025-12-11 04:08:26] "POST /neutron/network HTTP/1.1" 200 974 0.010928 10.0.0.61 - - [2025-12-11 04:08:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.000955 10.0.0.61 - - [2025-12-11 04:08:26] "GET /virtual-network/4e6f7806-b5ba-4be4-b853-6c1988fafd23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.004459 10.0.0.61 - - [2025-12-11 04:08:26] "GET /virtual-network/4e6f7806-b5ba-4be4-b853-6c1988fafd23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005384 10.0.0.61 - - [2025-12-11 04:08:27] "POST /neutron/subnet HTTP/1.1" 200 716 0.008777 10.0.0.61 - - [2025-12-11 04:08:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.001329 10.0.0.27 - - [2025-12-11 04:08:27] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000989 10.0.0.61 - - [2025-12-11 04:08:27] "GET /project/608e2cbe-3ee2-463d-aab1-1111dbea8db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.070533 10.0.0.61 - - [2025-12-11 04:08:27] "POST /neutron/network HTTP/1.1" 200 975 0.039363 10.0.0.61 - - [2025-12-11 04:08:28] "POST /id-to-fqname HTTP/1.1" 200 222 0.001804 10.0.0.61 - - [2025-12-11 04:08:28] "POST /neutron/port HTTP/1.1" 200 117 0.008492 10.0.0.27 - - [2025-12-11 04:08:28] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001229 10.0.0.61 - - [2025-12-11 04:08:28] "POST /neutron/port HTTP/1.1" 200 1153 0.292441 10.0.0.61 - - [2025-12-11 04:08:28] "POST /neutron/port HTTP/1.1" 200 1207 0.106795 10.0.0.61 - - [2025-12-11 04:08:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003962 10.0.0.61 - - [2025-12-11 04:08:29] "POST /neutron/port HTTP/1.1" 200 117 0.001165 10.0.0.27 - - [2025-12-11 04:08:29] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001086 10.0.0.61 - - [2025-12-11 04:08:29] "GET /project/608e2cbe-3ee2-463d-aab1-1111dbea8db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.098321 10.0.0.61 - - [2025-12-11 04:08:29] "POST /neutron/port HTTP/1.1" 200 1181 0.035943 10.0.0.61 - - [2025-12-11 04:08:29] "POST /neutron/port HTTP/1.1" 200 1181 0.020643 10.0.0.27 - - [2025-12-11 04:08:29] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001225 10.0.0.61 - - [2025-12-11 04:08:30] "POST /neutron/port HTTP/1.1" 200 1152 0.337968 10.0.0.61 - - [2025-12-11 04:08:30] "POST /neutron/port HTTP/1.1" 200 1206 0.107249 10.0.0.61 - - [2025-12-11 04:08:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004277 10.0.0.61 - - [2025-12-11 04:08:30] "POST /neutron/port HTTP/1.1" 200 117 0.001483 10.0.0.61 - - [2025-12-11 04:08:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006849 10.0.0.61 - - [2025-12-11 04:08:34] "POST /neutron/port HTTP/1.1" 200 1181 0.019718 10.0.0.61 - - [2025-12-11 04:08:34] "GET /virtual-machine/2afe31d7-2a6c-48f5-b62c-4c9aceaba738 HTTP/1.1" 200 1300 0.007198 10.0.0.61 - - [2025-12-11 04:08:34] "GET /virtual-machine-interface/48177aa9-06b5-468a-9758-25df88f353fb HTTP/1.1" 200 3157 0.006052 10.0.0.61 - - [2025-12-11 04:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.61 - - [2025-12-11 04:08:34] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004711 10.0.0.61 - - [2025-12-11 04:08:34] "GET /virtual-networks?parent_id=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003702 10.0.0.61 - - [2025-12-11 04:08:34] "GET /virtual-network/e9a055c4-8470-44ab-b0d1-2cf9965812f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.007627 10.0.0.61 - - [2025-12-11 04:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.61 - - [2025-12-11 04:08:37] "GET /virtual-network/e9a055c4-8470-44ab-b0d1-2cf9965812f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005512 10.0.0.61 - - [2025-12-11 04:08:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.035844 10.0.0.61 - - [2025-12-11 04:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.61 - - [2025-12-11 04:08:40] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003808 10.0.0.61 - - [2025-12-11 04:08:40] "GET /virtual-networks?parent_id=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003215 10.0.0.61 - - [2025-12-11 04:08:40] "GET /virtual-network/e9a055c4-8470-44ab-b0d1-2cf9965812f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005606 10.0.0.61 - - [2025-12-11 04:08:40] "POST /neutron/port HTTP/1.1" 200 1181 0.013244 10.0.0.61 - - [2025-12-11 04:08:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008731 10.0.0.61 - - [2025-12-11 04:08:45] "POST /neutron/port HTTP/1.1" 200 1180 0.014332 10.0.0.61 - - [2025-12-11 04:08:45] "GET /virtual-machine/2bbefc9b-159c-4129-83cf-9d117a08f55b HTTP/1.1" 200 1299 0.012191 10.0.0.61 - - [2025-12-11 04:08:45] "GET /virtual-machine-interface/cbb3e9af-0c63-4084-a152-48f43f769e42 HTTP/1.1" 200 3158 0.004664 10.0.0.61 - - [2025-12-11 04:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.61 - - [2025-12-11 04:08:45] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004971 10.0.0.61 - - [2025-12-11 04:08:45] "GET /virtual-networks?parent_id=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003582 10.0.0.61 - - [2025-12-11 04:08:45] "GET /virtual-network/4e6f7806-b5ba-4be4-b853-6c1988fafd23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005750 10.0.0.61 - - [2025-12-11 04:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.61 - - [2025-12-11 04:08:46] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003685 10.0.0.61 - - [2025-12-11 04:08:46] "GET /virtual-networks?parent_id=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003662 10.0.0.61 - - [2025-12-11 04:08:46] "GET /virtual-network/4e6f7806-b5ba-4be4-b853-6c1988fafd23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006379 10.0.0.61 - - [2025-12-11 04:08:47] "POST /fqname-to-id HTTP/1.1" 404 209 0.003507 10.0.0.61 - - [2025-12-11 04:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.27 - - [2025-12-11 04:08:47] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001096 10.0.0.61 - - [2025-12-11 04:08:47] "GET /project/608e2cbe-3ee2-463d-aab1-1111dbea8db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.040271 10.0.0.61 - - [2025-12-11 04:08:47] "POST /network-policys HTTP/1.1" 200 533 0.026161 10.0.0.61 - - [2025-12-11 04:08:47] "GET /network-policy/c7757790-f953-4755-97ad-b1f3ebc79905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006150 10.0.0.61 - - [2025-12-11 04:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.61 - - [2025-12-11 04:08:47] "GET /virtual-network/e9a055c4-8470-44ab-b0d1-2cf9965812f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006090 10.0.0.61 - - [2025-12-11 04:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.61 - - [2025-12-11 04:08:47] "GET /network-policy/c7757790-f953-4755-97ad-b1f3ebc79905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004536 10.0.0.61 - - [2025-12-11 04:08:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.003867 10.0.0.61 - - [2025-12-11 04:08:47] "POST /ref-update HTTP/1.1" 200 156 0.048364 10.0.0.61 - - [2025-12-11 04:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.61 - - [2025-12-11 04:08:47] "GET /network-policy/c7757790-f953-4755-97ad-b1f3ebc79905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004155 10.0.0.61 - - [2025-12-11 04:08:47] "GET /virtual-network/e9a055c4-8470-44ab-b0d1-2cf9965812f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2867 0.007103 10.0.0.61 - - [2025-12-11 04:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.61 - - [2025-12-11 04:08:47] "GET /network-policy/c7757790-f953-4755-97ad-b1f3ebc79905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004454 10.0.0.61 - - [2025-12-11 04:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.61 - - [2025-12-11 04:08:47] "GET /virtual-network/4e6f7806-b5ba-4be4-b853-6c1988fafd23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005841 10.0.0.61 - - [2025-12-11 04:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.61 - - [2025-12-11 04:08:47] "GET /network-policy/c7757790-f953-4755-97ad-b1f3ebc79905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004134 10.0.0.61 - - [2025-12-11 04:08:47] "POST /ref-update HTTP/1.1" 200 156 0.064101 10.0.0.61 - - [2025-12-11 04:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005409 10.0.0.33 - - [2025-12-11 04:08:47] "POST /fqname-to-id HTTP/1.1" 404 230 0.003766 10.0.0.61 - - [2025-12-11 04:08:47] "GET /network-policy/c7757790-f953-4755-97ad-b1f3ebc79905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004100 10.0.0.61 - - [2025-12-11 04:08:47] "POST /neutron/network HTTP/1.1" 200 1060 0.010003 10.0.0.61 - - [2025-12-11 04:08:47] "GET /virtual-network/4e6f7806-b5ba-4be4-b853-6c1988fafd23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2863 0.004236 10.0.0.61 - - [2025-12-11 04:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.014737 10.0.0.61 - - [2025-12-11 04:08:48] "GET /network-policy/c7757790-f953-4755-97ad-b1f3ebc79905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007097 10.0.0.33 - - [2025-12-11 04:08:48] "PUT /access-control-list/a8cb5e19-f5b5-421f-beff-8acd5a76fde0 HTTP/1.1" 200 272 0.034962 10.0.0.61 - - [2025-12-11 04:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529 10.0.0.27 - - [2025-12-11 04:08:48] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001019 10.0.0.61 - - [2025-12-11 04:08:48] "GET /project/608e2cbe-3ee2-463d-aab1-1111dbea8db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.046598 10.0.0.27 - - [2025-12-11 04:08:48] "POST /useragent-kv HTTP/1.1" 200 115 0.009055 10.0.0.61 - - [2025-12-11 04:08:48] "POST /neutron/subnet HTTP/1.1" 200 701 0.221734 10.0.0.61 - - [2025-12-11 04:08:48] "POST /id-to-fqname HTTP/1.1" 200 214 0.001761 10.0.0.61 - - [2025-12-11 04:08:48] "GET /virtual-network/3405d0b6-f1a4-4bfd-b706-62083bbe1f01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005188 10.0.0.61 - - [2025-12-11 04:08:48] "GET /virtual-network/3405d0b6-f1a4-4bfd-b706-62083bbe1f01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005698 10.0.0.61 - - [2025-12-11 04:08:48] "POST /neutron/network HTTP/1.1" 200 799 0.008079 10.0.0.61 - - [2025-12-11 04:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.27 - - [2025-12-11 04:08:48] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001006 10.0.0.61 - - [2025-12-11 04:08:48] "GET /project/608e2cbe-3ee2-463d-aab1-1111dbea8db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.133591 10.0.0.27 - - [2025-12-11 04:08:48] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001028 10.0.0.61 - - [2025-12-11 04:08:49] "POST /neutron/network HTTP/1.1" 200 585 0.139161 10.0.0.33 - - [2025-12-11 04:08:49] "POST /route-targets HTTP/1.1" 200 327 0.016422 10.0.0.61 - - [2025-12-11 04:08:49] "POST /id-to-fqname HTTP/1.1" 200 214 0.004268 10.0.0.61 - - [2025-12-11 04:08:49] "GET /virtual-network/bbf5f391-64e0-4c99-affe-fe88330d9677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005032 10.0.0.61 - - [2025-12-11 04:08:49] "POST /neutron/network HTTP/1.1" 200 799 0.006034 10.0.0.61 - - [2025-12-11 04:08:49] "GET /virtual-network/bbf5f391-64e0-4c99-affe-fe88330d9677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.004990 10.0.0.61 - - [2025-12-11 04:08:49] "POST /fqname-to-id HTTP/1.1" 404 239 0.003556 10.0.0.61 - - [2025-12-11 04:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.27 - - [2025-12-11 04:08:49] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001377 10.0.0.61 - - [2025-12-11 04:08:49] "GET /project/608e2cbe-3ee2-463d-aab1-1111dbea8db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.039593 10.0.0.61 - - [2025-12-11 04:08:49] "POST /network-policys HTTP/1.1" 200 587 0.026834 10.0.0.61 - - [2025-12-11 04:08:49] "GET /network-policy/dd17cef5-d75c-4949-850e-5356c23413a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005471 10.0.0.61 - - [2025-12-11 04:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002611 10.0.0.61 - - [2025-12-11 04:08:49] "GET /virtual-network/3405d0b6-f1a4-4bfd-b706-62083bbe1f01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005584 10.0.0.61 - - [2025-12-11 04:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002578 10.0.0.61 - - [2025-12-11 04:08:49] "GET /network-policy/dd17cef5-d75c-4949-850e-5356c23413a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004270 10.0.0.61 - - [2025-12-11 04:08:49] "POST /ref-update HTTP/1.1" 200 156 0.036492 10.0.0.33 - - [2025-12-11 04:08:49] "POST /access-control-lists HTTP/1.1" 200 554 0.029820 10.0.0.61 - - [2025-12-11 04:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006493 10.0.0.61 - - [2025-12-11 04:08:49] "GET /network-policy/dd17cef5-d75c-4949-850e-5356c23413a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004188 10.0.0.61 - - [2025-12-11 04:08:49] "POST /neutron/network HTTP/1.1" 200 912 0.009290 10.0.0.61 - - [2025-12-11 04:08:49] "GET /virtual-network/3405d0b6-f1a4-4bfd-b706-62083bbe1f01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.004999 10.0.0.61 - - [2025-12-11 04:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.61 - - [2025-12-11 04:08:49] "GET /network-policy/dd17cef5-d75c-4949-850e-5356c23413a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004301 10.0.0.61 - - [2025-12-11 04:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.61 - - [2025-12-11 04:08:49] "GET /virtual-network/bbf5f391-64e0-4c99-affe-fe88330d9677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006063 10.0.0.61 - - [2025-12-11 04:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.61 - - [2025-12-11 04:08:50] "GET /network-policy/dd17cef5-d75c-4949-850e-5356c23413a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004467 10.0.0.61 - - [2025-12-11 04:08:50] "POST /ref-update HTTP/1.1" 200 156 0.048883 10.0.0.61 - - [2025-12-11 04:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.33 - - [2025-12-11 04:08:50] "POST /ref-update HTTP/1.1" 200 156 0.032398 10.0.0.61 - - [2025-12-11 04:08:50] "GET /network-policy/dd17cef5-d75c-4949-850e-5356c23413a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005420 10.0.0.61 - - [2025-12-11 04:08:50] "GET /virtual-network/bbf5f391-64e0-4c99-affe-fe88330d9677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.008499 10.0.0.61 - - [2025-12-11 04:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.61 - - [2025-12-11 04:08:50] "GET /network-policy/dd17cef5-d75c-4949-850e-5356c23413a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004442 10.0.0.61 - - [2025-12-11 04:08:50] "POST /id-to-fqname HTTP/1.1" 200 214 0.001121 10.0.0.61 - - [2025-12-11 04:08:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007815 10.0.0.27 - - [2025-12-11 04:08:51] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000974 10.0.0.61 - - [2025-12-11 04:08:51] "GET /project/608e2cbe-3ee2-463d-aab1-1111dbea8db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.067830 10.0.0.61 - - [2025-12-11 04:08:51] "POST /neutron/port HTTP/1.1" 200 2243 0.021325 10.0.0.61 - - [2025-12-11 04:08:51] "POST /neutron/port HTTP/1.1" 200 117 0.006577 10.0.0.61 - - [2025-12-11 04:08:51] "POST /id-to-fqname HTTP/1.1" 200 214 0.001114 10.0.0.61 - - [2025-12-11 04:08:51] "POST /neutron/port HTTP/1.1" 200 2243 0.023481 10.0.0.61 - - [2025-12-11 04:08:51] "POST /neutron/subnet HTTP/1.1" 200 1272 0.011822 10.0.0.61 - - [2025-12-11 04:08:51] "POST /neutron/port HTTP/1.1" 200 117 0.001202 10.0.0.61 - - [2025-12-11 04:08:51] "POST /neutron/network HTTP/1.1" 200 922 0.007944 10.0.0.61 - - [2025-12-11 04:08:52] "POST /neutron/port HTTP/1.1" 200 1063 0.017727 10.0.0.61 - - [2025-12-11 04:08:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004175 10.0.0.61 - - [2025-12-11 04:08:52] "POST /neutron/network HTTP/1.1" 200 912 0.007099 10.0.0.27 - - [2025-12-11 04:08:52] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000843 10.0.0.61 - - [2025-12-11 04:08:52] "GET /project/608e2cbe-3ee2-463d-aab1-1111dbea8db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.073436 10.0.0.61 - - [2025-12-11 04:08:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007610 10.0.0.61 - - [2025-12-11 04:08:53] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003690 10.0.0.61 - - [2025-12-11 04:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.61 - - [2025-12-11 04:08:53] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005679 10.0.0.27 - - [2025-12-11 04:08:53] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001565 10.0.0.61 - - [2025-12-11 04:08:53] "POST /neutron/port HTTP/1.1" 200 1063 0.303501 10.0.0.61 - - [2025-12-11 04:08:53] "POST /neutron/port HTTP/1.1" 200 1117 0.131227 10.0.0.61 - - [2025-12-11 04:08:53] "POST /neutron/subnet HTTP/1.1" 200 675 0.010248 10.0.0.61 - - [2025-12-11 04:08:53] "POST /neutron/port HTTP/1.1" 200 1180 0.013844 10.0.0.61 - - [2025-12-11 04:08:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004266 10.0.0.61 - - [2025-12-11 04:08:54] "POST /neutron/port HTTP/1.1" 200 117 0.001209 10.0.0.61 - - [2025-12-11 04:08:54] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003769 10.0.0.61 - - [2025-12-11 04:08:54] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004318 10.0.0.61 - - [2025-12-11 04:08:54] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004043 10.0.0.61 - - [2025-12-11 04:08:54] "PUT /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307 HTTP/1.1" 200 254 0.024921 10.0.0.61 - - [2025-12-11 04:08:54] "PUT /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307 HTTP/1.1" 200 254 0.034670 10.0.0.61 - - [2025-12-11 04:08:54] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005412 10.0.0.61 - - [2025-12-11 04:08:54] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004645 10.0.0.61 - - [2025-12-11 04:08:54] "PUT /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5 HTTP/1.1" 200 254 0.029499 10.0.0.61 - - [2025-12-11 04:08:54] "PUT /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5 HTTP/1.1" 200 254 0.027389 10.0.0.61 - - [2025-12-11 04:08:54] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007857 10.0.0.61 - - [2025-12-11 04:08:54] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004685 10.0.0.61 - - [2025-12-11 04:08:54] "PUT /bgp-router/f50801db-639f-4929-8652-cc2760892d37 HTTP/1.1" 200 254 0.030198 10.0.0.61 - - [2025-12-11 04:08:54] "PUT /bgp-router/f50801db-639f-4929-8652-cc2760892d37 HTTP/1.1" 200 254 0.032540 10.0.0.61 - - [2025-12-11 04:08:54] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004621 10.0.0.61 - - [2025-12-11 04:08:54] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004093 10.0.0.61 - - [2025-12-11 04:08:54] "PUT /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307 HTTP/1.1" 200 254 0.018904 10.0.0.61 - - [2025-12-11 04:08:54] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004023 10.0.0.61 - - [2025-12-11 04:08:55] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005930 10.0.0.61 - - [2025-12-11 04:08:55] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004267 10.0.0.61 - - [2025-12-11 04:08:55] "PUT /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307 HTTP/1.1" 200 254 0.023906 10.0.0.61 - - [2025-12-11 04:08:55] "PUT /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307 HTTP/1.1" 200 254 0.025703 10.0.0.61 - - [2025-12-11 04:08:55] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004869 10.0.0.61 - - [2025-12-11 04:08:55] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003988 10.0.0.61 - - [2025-12-11 04:08:55] "PUT /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5 HTTP/1.1" 200 254 0.022943 10.0.0.61 - - [2025-12-11 04:08:55] "PUT /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5 HTTP/1.1" 200 254 0.026372 10.0.0.61 - - [2025-12-11 04:08:55] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004712 10.0.0.61 - - [2025-12-11 04:08:55] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005201 10.0.0.61 - - [2025-12-11 04:08:55] "PUT /bgp-router/f50801db-639f-4929-8652-cc2760892d37 HTTP/1.1" 200 254 0.026373 10.0.0.61 - - [2025-12-11 04:08:55] "PUT /bgp-router/f50801db-639f-4929-8652-cc2760892d37 HTTP/1.1" 200 254 0.029414 10.0.0.61 - - [2025-12-11 04:08:55] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004867 10.0.0.61 - - [2025-12-11 04:08:55] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004271 10.0.0.61 - - [2025-12-11 04:08:55] "PUT /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5 HTTP/1.1" 200 254 0.018291 10.0.0.61 - - [2025-12-11 04:08:55] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004398 10.0.0.61 - - [2025-12-11 04:08:55] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004378 10.0.0.61 - - [2025-12-11 04:08:55] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004187 10.0.0.61 - - [2025-12-11 04:08:55] "PUT /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307 HTTP/1.1" 200 254 0.021232 10.0.0.61 - - [2025-12-11 04:08:55] "PUT /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307 HTTP/1.1" 200 254 0.031005 10.0.0.61 - - [2025-12-11 04:08:55] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006436 10.0.0.61 - - [2025-12-11 04:08:55] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005652 10.0.0.61 - - [2025-12-11 04:08:55] "PUT /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5 HTTP/1.1" 200 254 0.023499 10.0.0.61 - - [2025-12-11 04:08:55] "PUT /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5 HTTP/1.1" 200 254 0.025817 10.0.0.61 - - [2025-12-11 04:08:55] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005739 10.0.0.61 - - [2025-12-11 04:08:55] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003514 10.0.0.61 - - [2025-12-11 04:08:55] "PUT /bgp-router/f50801db-639f-4929-8652-cc2760892d37 HTTP/1.1" 200 254 0.027342 10.0.0.61 - - [2025-12-11 04:08:56] "PUT /bgp-router/f50801db-639f-4929-8652-cc2760892d37 HTTP/1.1" 200 254 0.026709 10.0.0.61 - - [2025-12-11 04:08:56] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006779 10.0.0.61 - - [2025-12-11 04:08:56] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005122 10.0.0.61 - - [2025-12-11 04:08:56] "PUT /bgp-router/f50801db-639f-4929-8652-cc2760892d37 HTTP/1.1" 200 254 0.017538 10.0.0.61 - - [2025-12-11 04:08:56] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005260 10.0.0.61 - - [2025-12-11 04:08:56] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.003708 10.0.0.61 - - [2025-12-11 04:08:56] "PUT /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307 HTTP/1.1" 200 254 0.014978 10.0.0.61 - - [2025-12-11 04:08:56] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005084 10.0.0.61 - - [2025-12-11 04:08:56] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003898 10.0.0.61 - - [2025-12-11 04:08:56] "PUT /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5 HTTP/1.1" 200 254 0.018555 10.0.0.61 - - [2025-12-11 04:08:56] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004752 10.0.0.61 - - [2025-12-11 04:08:56] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003485 10.0.0.61 - - [2025-12-11 04:08:56] "PUT /bgp-router/f50801db-639f-4929-8652-cc2760892d37 HTTP/1.1" 200 254 0.013687 10.0.0.61 - - [2025-12-11 04:09:02] "POST /neutron/port HTTP/1.1" 200 1091 0.022108 10.0.0.61 - - [2025-12-11 04:09:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009386 10.0.0.61 - - [2025-12-11 04:09:06] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003603 10.0.0.61 - - [2025-12-11 04:09:06] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004730 10.0.0.61 - - [2025-12-11 04:09:06] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.005632 10.0.0.61 - - [2025-12-11 04:09:06] "PUT /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307 HTTP/1.1" 200 254 0.032094 10.0.0.61 - - [2025-12-11 04:09:06] "PUT /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307 HTTP/1.1" 200 254 0.046731 10.0.0.61 - - [2025-12-11 04:09:06] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005221 10.0.0.61 - - [2025-12-11 04:09:06] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005811 10.0.0.61 - - [2025-12-11 04:09:06] "PUT /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5 HTTP/1.1" 200 254 0.041811 10.0.0.61 - - [2025-12-11 04:09:06] "PUT /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5 HTTP/1.1" 200 254 0.047062 10.0.0.61 - - [2025-12-11 04:09:06] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004574 10.0.0.61 - - [2025-12-11 04:09:06] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.003957 10.0.0.61 - - [2025-12-11 04:09:06] "PUT /bgp-router/f50801db-639f-4929-8652-cc2760892d37 HTTP/1.1" 200 254 0.029900 10.0.0.61 - - [2025-12-11 04:09:06] "PUT /bgp-router/f50801db-639f-4929-8652-cc2760892d37 HTTP/1.1" 200 254 0.030081 10.0.0.61 - - [2025-12-11 04:09:06] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004498 10.0.0.61 - - [2025-12-11 04:09:06] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.005389 10.0.0.61 - - [2025-12-11 04:09:07] "PUT /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307 HTTP/1.1" 200 254 0.030696 10.0.0.61 - - [2025-12-11 04:09:07] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.012974 10.0.0.61 - - [2025-12-11 04:09:07] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005671 10.0.0.61 - - [2025-12-11 04:09:07] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004274 10.0.0.61 - - [2025-12-11 04:09:07] "PUT /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307 HTTP/1.1" 200 254 0.024858 10.0.0.61 - - [2025-12-11 04:09:07] "PUT /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307 HTTP/1.1" 200 254 0.041966 10.0.0.61 - - [2025-12-11 04:09:07] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.007087 10.0.0.61 - - [2025-12-11 04:09:07] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005745 10.0.0.61 - - [2025-12-11 04:09:07] "PUT /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5 HTTP/1.1" 200 254 0.028922 10.0.0.61 - - [2025-12-11 04:09:07] "PUT /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5 HTTP/1.1" 200 254 0.032323 10.0.0.61 - - [2025-12-11 04:09:07] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004505 10.0.0.61 - - [2025-12-11 04:09:07] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.003745 10.0.0.61 - - [2025-12-11 04:09:07] "PUT /bgp-router/f50801db-639f-4929-8652-cc2760892d37 HTTP/1.1" 200 254 0.030794 10.0.0.61 - - [2025-12-11 04:09:07] "PUT /bgp-router/f50801db-639f-4929-8652-cc2760892d37 HTTP/1.1" 200 254 0.050858 10.0.0.61 - - [2025-12-11 04:09:07] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.008193 10.0.0.61 - - [2025-12-11 04:09:07] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004117 10.0.0.61 - - [2025-12-11 04:09:07] "PUT /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5 HTTP/1.1" 200 254 0.017939 10.0.0.61 - - [2025-12-11 04:09:07] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003370 10.0.0.61 - - [2025-12-11 04:09:07] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008401 10.0.0.61 - - [2025-12-11 04:09:07] "GET /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005030 10.0.0.61 - - [2025-12-11 04:09:07] "PUT /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307 HTTP/1.1" 200 254 0.025111 10.0.0.61 - - [2025-12-11 04:09:07] "PUT /bgp-router/6f647a0e-3128-4b4c-8d4f-a539d3a09307 HTTP/1.1" 200 254 0.034562 10.0.0.61 - - [2025-12-11 04:09:07] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007369 10.0.0.61 - - [2025-12-11 04:09:07] "GET /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004092 10.0.0.61 - - [2025-12-11 04:09:07] "PUT /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5 HTTP/1.1" 200 254 0.035320 10.0.0.61 - - [2025-12-11 04:09:08] "PUT /bgp-router/fe383ec5-34c0-401f-a06c-972ab5fd8ac5 HTTP/1.1" 200 254 0.038213 10.0.0.61 - - [2025-12-11 04:09:08] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005030 10.0.0.61 - - [2025-12-11 04:09:08] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.003813 10.0.0.61 - - [2025-12-11 04:09:08] "PUT /bgp-router/f50801db-639f-4929-8652-cc2760892d37 HTTP/1.1" 200 254 0.025379 10.0.0.61 - - [2025-12-11 04:09:08] "PUT /bgp-router/f50801db-639f-4929-8652-cc2760892d37 HTTP/1.1" 200 254 0.035801 10.0.0.61 - - [2025-12-11 04:09:08] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005978 10.0.0.61 - - [2025-12-11 04:09:08] "GET /bgp-router/f50801db-639f-4929-8652-cc2760892d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.006796 10.0.0.61 - - [2025-12-11 04:09:08] "PUT /bgp-router/f50801db-639f-4929-8652-cc2760892d37 HTTP/1.1" 200 254 0.015882 10.0.0.61 - - [2025-12-11 04:09:08] "POST /ref-update HTTP/1.1" 200 156 0.060992 10.0.0.61 - - [2025-12-11 04:09:08] "GET /virtual-network/bbf5f391-64e0-4c99-affe-fe88330d9677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006523 10.0.0.61 - - [2025-12-11 04:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.33 - - [2025-12-11 04:09:08] "DELETE /access-control-list/0e2e5fbf-b3dc-4f5d-a4a4-c362d102e1fc HTTP/1.1" 200 115 0.064033 10.0.0.61 - - [2025-12-11 04:09:08] "GET /network-policy/dd17cef5-d75c-4949-850e-5356c23413a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004947 10.0.0.61 - - [2025-12-11 04:09:08] "POST /ref-update HTTP/1.1" 200 156 0.074306 10.0.0.33 - - [2025-12-11 04:09:08] "POST /ref-update HTTP/1.1" 200 156 0.019925 10.0.0.61 - - [2025-12-11 04:09:08] "GET /virtual-network/3405d0b6-f1a4-4bfd-b706-62083bbe1f01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.011429 10.0.0.61 - - [2025-12-11 04:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.61 - - [2025-12-11 04:09:08] "GET /network-policy/dd17cef5-d75c-4949-850e-5356c23413a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004726 10.0.0.61 - - [2025-12-11 04:09:08] "DELETE /network-policy/dd17cef5-d75c-4949-850e-5356c23413a3 HTTP/1.1" 200 115 0.041266 10.0.0.61 - - [2025-12-11 04:09:08] "POST /neutron/port HTTP/1.1" 200 1091 0.038200 10.0.0.61 - - [2025-12-11 04:09:08] "POST /neutron/port HTTP/1.1" 200 1117 0.012290 10.0.0.61 - - [2025-12-11 04:09:09] "POST /neutron/port HTTP/1.1" 200 1117 0.019763 10.0.0.27 - - [2025-12-11 04:09:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002750 10.0.0.27 - - [2025-12-11 04:09:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003325 10.0.0.61 - - [2025-12-11 04:09:11] "POST /neutron/network HTTP/1.1" 200 151 0.115585 10.0.0.33 - - [2025-12-11 04:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.61 - - [2025-12-11 04:09:11] "POST /ref-update HTTP/1.1" 200 156 0.045544 10.0.0.61 - - [2025-12-11 04:09:11] "POST /neutron/network HTTP/1.1" 200 974 0.028059 10.0.0.61 - - [2025-12-11 04:09:11] "GET /virtual-network/4e6f7806-b5ba-4be4-b853-6c1988fafd23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007817 10.0.0.33 - - [2025-12-11 04:09:11] "POST /ref-update HTTP/1.1" 200 156 0.029626 10.0.0.61 - - [2025-12-11 04:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.61 - - [2025-12-11 04:09:11] "GET /network-policy/c7757790-f953-4755-97ad-b1f3ebc79905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004580 10.0.0.61 - - [2025-12-11 04:09:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.006953 10.0.0.61 - - [2025-12-11 04:09:11] "POST /ref-update HTTP/1.1" 200 156 0.045812 10.0.0.61 - - [2025-12-11 04:09:11] "GET /virtual-network/e9a055c4-8470-44ab-b0d1-2cf9965812f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.012700 10.0.0.61 - - [2025-12-11 04:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.61 - - [2025-12-11 04:09:11] "GET /network-policy/c7757790-f953-4755-97ad-b1f3ebc79905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004351 10.0.0.61 - - [2025-12-11 04:09:11] "DELETE /network-policy/c7757790-f953-4755-97ad-b1f3ebc79905 HTTP/1.1" 200 115 0.026827 10.0.0.61 - - [2025-12-11 04:09:11] "POST /neutron/network HTTP/1.1" 400 204 0.015542 10.0.0.61 - - [2025-12-11 04:09:12] "POST /neutron/port HTTP/1.1" 200 151 0.226136 10.0.0.61 - - [2025-12-11 04:09:12] "POST /neutron/port HTTP/1.1" 200 151 0.218063 10.0.0.33 - - [2025-12-11 04:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.61 - - [2025-12-11 04:09:14] "POST /neutron/network HTTP/1.1" 200 975 0.007562 10.0.0.33 - - [2025-12-11 04:09:14] "DELETE /route-target/163b54df-c329-43de-93d9-2743831c744d HTTP/1.1" 200 115 0.018519 10.0.0.27 - - [2025-12-11 04:09:15] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001129 10.0.0.61 - - [2025-12-11 04:09:15] "GET /project/608e2cbe-3ee2-463d-aab1-1111dbea8db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.043175 10.0.0.27 - - [2025-12-11 04:09:15] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002623 10.0.0.61 - - [2025-12-11 04:09:15] "GET /project/608e2cbe-3ee2-463d-aab1-1111dbea8db9?fields=virtual_networks HTTP/1.1" 200 1058 0.045452 10.0.0.27 - - [2025-12-11 04:09:15] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001091 10.0.0.61 - - [2025-12-11 04:09:15] "GET /project/608e2cbe-3ee2-463d-aab1-1111dbea8db9?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.038213 10.0.0.27 - - [2025-12-11 04:09:15] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000896 10.0.0.61 - - [2025-12-11 04:09:15] "GET /project/608e2cbe-3ee2-463d-aab1-1111dbea8db9?fields=security_groups HTTP/1.1" 200 1292 0.032777 10.0.0.61 - - [2025-12-11 04:09:16] "POST /fqname-to-id HTTP/1.1" 404 183 0.032740 10.0.0.27 - - [2025-12-11 04:09:16] "GET /projects?obj_uuids=d1ecd1a6-929c-41f5-9ccc-e0bc90c7b9b1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003508 10.0.0.27 - - [2025-12-11 04:09:16] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000907 10.0.0.27 - - [2025-12-11 04:09:16] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007074 10.0.0.27 - - [2025-12-11 04:09:16] "POST /id-to-fqname HTTP/1.1" 200 185 0.001231 10.0.0.27 - - [2025-12-11 04:09:16] "POST /fqname-to-id HTTP/1.1" 404 194 0.004416 10.0.0.27 - - [2025-12-11 04:09:16] "POST /security-groups HTTP/1.1" 200 586 0.028068 10.0.0.27 - - [2025-12-11 04:09:16] "POST /projects HTTP/1.1" 200 575 0.214704 10.0.0.33 - - [2025-12-11 04:09:16] "POST /fqname-to-id HTTP/1.1" 404 228 0.009023 10.0.0.27 - - [2025-12-11 04:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.285250 10.0.0.61 - - [2025-12-11 04:09:16] "GET /project/d1ecd1a6-929c-41f5-9ccc-e0bc90c7b9b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.425859 10.0.0.61 - - [2025-12-11 04:09:18] "GET / HTTP/1.1" 200 35931 0.002160 10.0.0.61 - - [2025-12-11 04:09:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000522 10.0.0.61 - - [2025-12-11 04:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.029272 10.0.0.61 - - [2025-12-11 04:09:20] "GET /api-access-list/f51853e4-eb97-4dd2-903b-e4bca9257924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.005100 10.0.0.61 - - [2025-12-11 04:09:20] "GET /api-access-list/f51853e4-eb97-4dd2-903b-e4bca9257924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.002521 10.0.0.61 - - [2025-12-11 04:09:20] "GET /api-access-list/f51853e4-eb97-4dd2-903b-e4bca9257924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.002464 10.0.0.61 - - [2025-12-11 04:09:20] "PUT /api-access-list/f51853e4-eb97-4dd2-903b-e4bca9257924 HTTP/1.1" 200 264 0.008972 10.0.0.61 - - [2025-12-11 04:09:22] "POST /fqname-to-id HTTP/1.1" 404 183 0.023680 10.0.0.27 - - [2025-12-11 04:09:22] "GET /projects?obj_uuids=9b73062f-6777-4119-b1a1-dc8abc6cee2f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003324 10.0.0.27 - - [2025-12-11 04:09:22] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000822 10.0.0.27 - - [2025-12-11 04:09:22] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006168 10.0.0.27 - - [2025-12-11 04:09:22] "POST /id-to-fqname HTTP/1.1" 200 185 0.001694 10.0.0.27 - - [2025-12-11 04:09:22] "POST /fqname-to-id HTTP/1.1" 404 194 0.007186 10.0.0.27 - - [2025-12-11 04:09:22] "POST /security-groups HTTP/1.1" 200 586 0.029420 10.0.0.27 - - [2025-12-11 04:09:22] "POST /projects HTTP/1.1" 200 575 0.238314 10.0.0.33 - - [2025-12-11 04:09:22] "POST /access-control-lists HTTP/1.1" 200 591 0.026991 10.0.0.27 - - [2025-12-11 04:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.305608 10.0.0.61 - - [2025-12-11 04:09:23] "GET /project/9b73062f-6777-4119-b1a1-dc8abc6cee2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.440988 10.0.0.61 - - [2025-12-11 04:09:23] "POST /fqname-to-id HTTP/1.1" 404 183 0.022912 10.0.0.27 - - [2025-12-11 04:09:23] "GET /projects?obj_uuids=ffb2b2f6-de5c-45f7-82c5-e8bcf401761e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003171 10.0.0.27 - - [2025-12-11 04:09:23] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001464 10.0.0.27 - - [2025-12-11 04:09:23] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007414 10.0.0.27 - - [2025-12-11 04:09:23] "POST /id-to-fqname HTTP/1.1" 200 185 0.005887 10.0.0.27 - - [2025-12-11 04:09:23] "POST /fqname-to-id HTTP/1.1" 404 194 0.003214 10.0.0.27 - - [2025-12-11 04:09:23] "POST /security-groups HTTP/1.1" 200 586 0.072000 10.0.0.33 - - [2025-12-11 04:09:23] "POST /fqname-to-id HTTP/1.1" 404 229 0.003059 10.0.0.27 - - [2025-12-11 04:09:23] "POST /projects HTTP/1.1" 200 575 0.300519 10.0.0.27 - - [2025-12-11 04:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.374312 10.0.0.33 - - [2025-12-11 04:09:23] "POST /access-control-lists HTTP/1.1" 200 589 0.025586 10.0.0.61 - - [2025-12-11 04:09:23] "GET /project/ffb2b2f6-de5c-45f7-82c5-e8bcf401761e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.507909 10.0.0.61 - - [2025-12-11 04:09:24] "GET / HTTP/1.1" 200 35931 0.001949 10.0.0.61 - - [2025-12-11 04:09:25] "GET / HTTP/1.1" 200 35931 0.001543 10.0.0.61 - - [2025-12-11 04:09:25] "POST /fqname-to-id HTTP/1.1" 404 183 0.004827 10.0.0.61 - - [2025-12-11 04:09:25] "POST /api-access-lists HTTP/1.1" 200 521 0.029298 10.0.0.61 - - [2025-12-11 04:09:25] "GET /api-access-list/f06f1a56-a2d7-42df-a5dc-5dcc4719c1c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.006169 10.0.0.61 - - [2025-12-11 04:09:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000532 10.0.0.61 - - [2025-12-11 04:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.102491 10.0.0.27 - - [2025-12-11 04:09:26] "GET /projects?obj_uuids=9b73062f-6777-4119-b1a1-dc8abc6cee2f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001138 10.0.0.61 - - [2025-12-11 04:09:26] "GET /project/9b73062f-6777-4119-b1a1-dc8abc6cee2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.062580 10.0.0.61 - - [2025-12-11 04:09:26] "GET /virtual-networks?parent_id=9b73062f-6777-4119-b1a1-dc8abc6cee2f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018117 10.0.0.61 - - [2025-12-11 04:09:26] "POST /virtual-networks HTTP/1.1" 200 568 0.091448 10.0.0.61 - - [2025-12-11 04:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.031192 10.0.0.61 - - [2025-12-11 04:09:27] "GET /network-ipam/6c63472b-8030-485b-a285-2bc8b041915e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.015850 10.0.0.27 - - [2025-12-11 04:09:27] "POST /useragent-kv HTTP/1.1" 200 115 0.006646 10.0.0.61 - - [2025-12-11 04:09:27] "POST /ref-update HTTP/1.1" 200 156 0.079479 10.0.0.61 - - [2025-12-11 04:09:27] "POST /neutron/network HTTP/1.1" 200 830 0.049891 10.0.0.61 - - [2025-12-11 04:09:27] "GET /virtual-network/532dfab1-8102-4450-8072-e0d08d09ad68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1975 0.016138 10.0.0.61 - - [2025-12-11 04:09:28] "GET /obj-perms HTTP/1.1" 200 4915 0.067253 10.0.0.61 - - [2025-12-11 04:09:28] "GET /virtual-network/532dfab1-8102-4450-8072-e0d08d09ad68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1975 0.019340 10.0.0.61 - - [2025-12-11 04:09:29] "GET /obj-perms HTTP/1.1" 200 4915 0.078331 10.0.0.61 - - [2025-12-11 04:09:29] "GET /obj-perms HTTP/1.1" 200 4915 0.013634 10.0.0.61 - - [2025-12-11 04:09:29] "POST /id-to-fqname HTTP/1.1" 401 292 0.000573 10.0.0.61 - - [2025-12-11 04:09:29] "POST /id-to-fqname HTTP/1.1" 200 230 0.037329 10.0.0.61 - - [2025-12-11 04:09:30] "POST /neutron/network HTTP/1.1" 200 840 0.050227 10.0.0.27 - - [2025-12-11 04:09:31] "GET /projects?obj_uuids=ffb2b2f6-de5c-45f7-82c5-e8bcf401761e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001272 10.0.0.61 - - [2025-12-11 04:09:31] "GET /project/ffb2b2f6-de5c-45f7-82c5-e8bcf401761e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.062137 10.0.0.61 - - [2025-12-11 04:09:31] "POST /neutron/port HTTP/1.1" 200 117 0.043540 10.0.0.61 - - [2025-12-11 04:09:32] "POST /neutron/network HTTP/1.1" 200 830 0.027545 10.0.0.61 - - [2025-12-11 04:09:32] "POST /neutron/port HTTP/1.1" 200 1054 0.014106 10.0.0.61 - - [2025-12-11 04:09:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005345 10.0.0.61 - - [2025-12-11 04:09:32] "POST /neutron/network HTTP/1.1" 200 830 0.007072 10.0.0.61 - - [2025-12-11 04:09:36] "POST /neutron/port HTTP/1.1" 200 1082 0.014874 10.0.0.61 - - [2025-12-11 04:09:36] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007405 10.0.0.61 - - [2025-12-11 04:09:37] "GET /virtual-machine/fd93eed5-388e-41b0-9458-f253b2f5e520 HTTP/1.1" 401 292 0.000441 10.0.0.61 - - [2025-12-11 04:09:37] "GET /virtual-machine/fd93eed5-388e-41b0-9458-f253b2f5e520 HTTP/1.1" 200 1288 0.056240 10.0.0.61 - - [2025-12-11 04:09:37] "GET /virtual-machine/fd93eed5-388e-41b0-9458-f253b2f5e520 HTTP/1.1" 200 1288 0.015001 10.0.0.61 - - [2025-12-11 04:09:37] "GET /virtual-machine-interface/c45b1a8c-90fc-4065-8db4-ffd8a4da274e HTTP/1.1" 200 2531 0.017399 10.0.0.61 - - [2025-12-11 04:09:37] "GET /virtual-machine/fd93eed5-388e-41b0-9458-f253b2f5e520 HTTP/1.1" 200 1288 0.013494 10.0.0.61 - - [2025-12-11 04:09:37] "GET /virtual-machine-interface/c45b1a8c-90fc-4065-8db4-ffd8a4da274e HTTP/1.1" 200 2531 0.018543 10.0.0.61 - - [2025-12-11 04:09:37] "GET /instance-ip/84362cd7-66e6-48a1-9bfe-acaaceea5285 HTTP/1.1" 200 1624 0.017952 10.0.0.61 - - [2025-12-11 04:09:37] "GET /virtual-machine/fd93eed5-388e-41b0-9458-f253b2f5e520 HTTP/1.1" 200 1288 0.013920 10.0.0.61 - - [2025-12-11 04:09:37] "GET /virtual-machine-interface/c45b1a8c-90fc-4065-8db4-ffd8a4da274e HTTP/1.1" 200 2531 0.019025 10.0.0.61 - - [2025-12-11 04:09:37] "GET /instance-ip/84362cd7-66e6-48a1-9bfe-acaaceea5285 HTTP/1.1" 200 1624 0.016855 10.0.0.61 - - [2025-12-11 04:09:37] "POST /fqname-to-id HTTP/1.1" 403 339 0.013462 10.0.0.61 - - [2025-12-11 04:09:37] "GET / HTTP/1.1" 200 35931 0.001601 10.0.0.61 - - [2025-12-11 04:09:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000509 10.0.0.61 - - [2025-12-11 04:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.047091 10.0.0.61 - - [2025-12-11 04:09:38] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.006215 10.0.0.61 - - [2025-12-11 04:09:38] "GET /virtual-networks?parent_id=ffb2b2f6-de5c-45f7-82c5-e8bcf401761e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021179 10.0.0.61 - - [2025-12-11 04:09:38] "POST /fqname-to-id HTTP/1.1" 403 339 0.026712 10.0.0.61 - - [2025-12-11 04:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.61 - - [2025-12-11 04:09:38] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003665 10.0.0.61 - - [2025-12-11 04:09:38] "GET /virtual-networks?parent_id=ffb2b2f6-de5c-45f7-82c5-e8bcf401761e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016588 10.0.0.61 - - [2025-12-11 04:09:38] "POST /fqname-to-id HTTP/1.1" 403 339 0.042420 10.0.0.33 - - [2025-12-11 04:09:38] "DELETE /access-control-list/70c90ca4-30b4-4fbc-bc92-9d6e71286e7e HTTP/1.1" 200 115 0.047617 10.0.0.61 - - [2025-12-11 04:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.61 - - [2025-12-11 04:09:38] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003457 10.0.0.61 - - [2025-12-11 04:09:38] "GET /virtual-networks?parent_id=ffb2b2f6-de5c-45f7-82c5-e8bcf401761e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.025009 10.0.0.27 - - [2025-12-11 04:09:38] "DELETE /project/d1ecd1a6929c41f59ccce0bc90c7b9b1 HTTP/1.1" 404 173 0.005669 10.0.0.27 - - [2025-12-11 04:09:38] "DELETE /project/9b73062f67774119b1a1dc8abc6cee2f HTTP/1.1" 404 173 0.017328 10.0.0.27 - - [2025-12-11 04:09:38] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000803 10.0.0.27 - - [2025-12-11 04:09:38] "DELETE /project/ffb2b2f6de5c45f782c5e8bcf401761e HTTP/1.1" 404 173 0.009808 10.0.0.61 - - [2025-12-11 04:09:38] "POST /fqname-to-id HTTP/1.1" 403 339 0.044143 10.0.0.27 - - [2025-12-11 04:09:38] "GET /project/608e2cbe-3ee2-463d-aab1-1111dbea8db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.062150 10.0.0.27 - - [2025-12-11 04:09:38] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001106 10.0.0.27 - - [2025-12-11 04:09:38] "GET /project/608e2cbe-3ee2-463d-aab1-1111dbea8db9?fields=security_groups HTTP/1.1" 404 203 0.033110 10.0.0.61 - - [2025-12-11 04:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.008305 10.0.0.61 - - [2025-12-11 04:09:38] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.008640 10.0.0.61 - - [2025-12-11 04:09:38] "GET /virtual-networks?parent_id=ffb2b2f6-de5c-45f7-82c5-e8bcf401761e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.029291 10.0.0.27 - - [2025-12-11 04:09:38] "GET /projects?obj_uuids=608e2cbe-3ee2-463d-aab1-1111dbea8db9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003941 10.0.0.61 - - [2025-12-11 04:09:38] "POST /fqname-to-id HTTP/1.1" 403 339 0.014837 10.0.0.61 - - [2025-12-11 04:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.61 - - [2025-12-11 04:09:39] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003538 10.0.0.61 - - [2025-12-11 04:09:39] "GET /virtual-networks?parent_id=ffb2b2f6-de5c-45f7-82c5-e8bcf401761e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016184 10.0.0.27 - - [2025-12-11 04:09:39] "GET /project/608e2cbe-3ee2-463d-aab1-1111dbea8db9?fields=application_policy_sets HTTP/1.1" 404 171 0.403712 10.0.0.27 - - [2025-12-11 04:09:39] "DELETE /project/608e2cbe-3ee2-463d-aab1-1111dbea8db9 HTTP/1.1" 404 171 0.607160 10.0.0.61 - - [2025-12-11 04:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.015792 10.0.0.61 - - [2025-12-11 04:09:42] "GET /virtual-network/532dfab1-8102-4450-8072-e0d08d09ad68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1975 0.019058 10.0.0.61 - - [2025-12-11 04:09:42] "POST /neutron/port HTTP/1.1" 200 1082 0.014247 10.0.0.61 - - [2025-12-11 04:09:44] "POST /fqname-to-id HTTP/1.1" 403 339 0.017541 10.0.0.61 - - [2025-12-11 04:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.61 - - [2025-12-11 04:09:44] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003773 10.0.0.61 - - [2025-12-11 04:09:44] "GET /virtual-networks?parent_id=ffb2b2f6-de5c-45f7-82c5-e8bcf401761e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016144 10.0.0.61 - - [2025-12-11 04:09:44] "POST /fqname-to-id HTTP/1.1" 403 339 0.015527 10.0.0.61 - - [2025-12-11 04:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002578 10.0.0.61 - - [2025-12-11 04:09:44] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003589 10.0.0.61 - - [2025-12-11 04:09:44] "GET /virtual-networks?parent_id=ffb2b2f6-de5c-45f7-82c5-e8bcf401761e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013692 10.0.0.61 - - [2025-12-11 04:09:44] "POST /fqname-to-id HTTP/1.1" 403 361 0.017986 10.0.0.61 - - [2025-12-11 04:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.61 - - [2025-12-11 04:09:44] "GET /routing-instance/9bf89795-ff97-4575-a2ab-ce67765f8b67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.004132 10.0.0.61 - - [2025-12-11 04:09:44] "GET /route-target/0477f764-ad67-4f24-9631-e9b377e0cff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.016197 10.0.0.61 - - [2025-12-11 04:09:44] "GET /route-target/0477f764-ad67-4f24-9631-e9b377e0cff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004135 10.0.0.61 - - [2025-12-11 04:09:44] "POST /fqname-to-id HTTP/1.1" 403 339 0.019089 10.0.0.61 - - [2025-12-11 04:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.61 - - [2025-12-11 04:09:44] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004849 10.0.0.61 - - [2025-12-11 04:09:44] "GET /virtual-networks?parent_id=ffb2b2f6-de5c-45f7-82c5-e8bcf401761e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014925 10.0.0.61 - - [2025-12-11 04:09:44] "POST /fqname-to-id HTTP/1.1" 403 361 0.015697 10.0.0.61 - - [2025-12-11 04:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.61 - - [2025-12-11 04:09:44] "GET /routing-instance/9bf89795-ff97-4575-a2ab-ce67765f8b67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.004776 10.0.0.61 - - [2025-12-11 04:09:45] "GET /route-target/0477f764-ad67-4f24-9631-e9b377e0cff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.015539 10.0.0.61 - - [2025-12-11 04:09:45] "GET /route-target/0477f764-ad67-4f24-9631-e9b377e0cff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003252 10.0.0.61 - - [2025-12-11 04:09:45] "POST /fqname-to-id HTTP/1.1" 403 339 0.015834 10.0.0.61 - - [2025-12-11 04:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.61 - - [2025-12-11 04:09:45] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004883 10.0.0.61 - - [2025-12-11 04:09:45] "GET /virtual-networks?parent_id=ffb2b2f6-de5c-45f7-82c5-e8bcf401761e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016801 10.0.0.61 - - [2025-12-11 04:09:45] "POST /fqname-to-id HTTP/1.1" 403 339 0.017690 10.0.0.61 - - [2025-12-11 04:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004322 10.0.0.61 - - [2025-12-11 04:09:45] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004281 10.0.0.61 - - [2025-12-11 04:09:45] "GET /virtual-networks?parent_id=ffb2b2f6-de5c-45f7-82c5-e8bcf401761e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015973 10.0.0.27 - - [2025-12-11 04:09:45] "GET /obj-perms HTTP/1.1" 200 4915 0.069685 10.0.0.61 - - [2025-12-11 04:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.038889 10.0.0.61 - - [2025-12-11 04:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.27 - - [2025-12-11 04:09:46] "GET /virtual-machine/fd93eed5-388e-41b0-9458-f253b2f5e520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.016283 10.0.0.61 - - [2025-12-11 04:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.61 - - [2025-12-11 04:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.61 - - [2025-12-11 04:09:46] "GET /obj-perms HTTP/1.1" 200 4915 0.012523 10.0.0.61 - - [2025-12-11 04:09:47] "GET /obj-perms HTTP/1.1" 200 5020 0.046600 10.0.0.33 - - [2025-12-11 04:09:47] "GET /obj-perms HTTP/1.1" 200 5020 0.057314 10.0.0.61 - - [2025-12-11 04:09:47] "GET /obj-perms HTTP/1.1" 200 4915 0.068470 10.0.0.61 - - [2025-12-11 04:09:48] "GET /obj-perms HTTP/1.1" 200 4915 0.017819 10.0.0.33 - - [2025-12-11 04:09:48] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.041819 10.0.0.27 - - [2025-12-11 04:09:48] "GET /obj-perms HTTP/1.1" 200 4915 0.012325 10.0.0.61 - - [2025-12-11 04:09:48] "GET /virtual-machine/fd93eed5-388e-41b0-9458-f253b2f5e520 HTTP/1.1" 200 1288 0.018616 10.0.0.61 - - [2025-12-11 04:09:49] "POST /neutron/port HTTP/1.1" 200 1108 0.010890 10.0.0.61 - - [2025-12-11 04:09:50] "GET /virtual-machine/fd93eed5-388e-41b0-9458-f253b2f5e520 HTTP/1.1" 404 171 0.012460 10.0.0.61 - - [2025-12-11 04:09:50] "GET /virtual-machine/fd93eed5-388e-41b0-9458-f253b2f5e520 HTTP/1.1" 404 171 0.009862 10.0.0.61 - - [2025-12-11 04:09:50] "GET /virtual-machine/fd93eed5-388e-41b0-9458-f253b2f5e520 HTTP/1.1" 404 171 0.013300 10.0.0.61 - - [2025-12-11 04:09:51] "POST /fqname-to-id HTTP/1.1" 403 339 0.018433 10.0.0.61 - - [2025-12-11 04:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002680 10.0.0.61 - - [2025-12-11 04:09:51] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.002971 10.0.0.61 - - [2025-12-11 04:09:51] "GET /virtual-networks?parent_id=ffb2b2f6-de5c-45f7-82c5-e8bcf401761e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013929 10.0.0.61 - - [2025-12-11 04:09:51] "POST /fqname-to-id HTTP/1.1" 403 361 0.015719 10.0.0.61 - - [2025-12-11 04:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004547 10.0.0.61 - - [2025-12-11 04:09:51] "GET /routing-instance/9bf89795-ff97-4575-a2ab-ce67765f8b67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.004357 10.0.0.61 - - [2025-12-11 04:09:51] "GET /route-target/0477f764-ad67-4f24-9631-e9b377e0cff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.014796 10.0.0.61 - - [2025-12-11 04:09:51] "GET /route-target/0477f764-ad67-4f24-9631-e9b377e0cff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003175 10.0.0.61 - - [2025-12-11 04:09:51] "GET /obj-perms HTTP/1.1" 200 4915 0.013289 10.0.0.61 - - [2025-12-11 04:09:51] "GET /obj-perms HTTP/1.1" 200 5020 0.003527 10.0.0.33 - - [2025-12-11 04:09:58] "GET /obj-perms HTTP/1.1" 200 5020 0.003556 10.0.0.61 - - [2025-12-11 04:10:01] "GET /obj-perms HTTP/1.1" 200 5020 0.003886 10.0.0.33 - - [2025-12-11 04:10:07] "GET /obj-perms HTTP/1.1" 200 5020 0.004254 10.0.0.61 - - [2025-12-11 04:10:07] "GET /obj-perms HTTP/1.1" 200 5020 0.003748 10.0.0.27 - - [2025-12-11 04:10:07] "POST /useragent-kv HTTP/1.1" 200 115 0.005461 10.0.0.27 - - [2025-12-11 04:10:07] "POST /useragent-kv HTTP/1.1" 200 115 0.005583 10.0.0.61 - - [2025-12-11 04:10:07] "DELETE /virtual-network/532dfab1-8102-4450-8072-e0d08d09ad68 HTTP/1.1" 200 115 0.120150 10.0.0.33 - - [2025-12-11 04:10:07] "DELETE /route-target/0477f764-ad67-4f24-9631-e9b377e0cff5 HTTP/1.1" 200 115 0.024354 10.0.0.61 - - [2025-12-11 04:10:07] "DELETE /api-access-list/f06f1a56-a2d7-42df-a5dc-5dcc4719c1c2 HTTP/1.1" 200 115 0.036611 10.0.0.27 - - [2025-12-11 04:10:08] "GET /projects?obj_uuids=ffb2b2f6-de5c-45f7-82c5-e8bcf401761e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001176 10.0.0.61 - - [2025-12-11 04:10:08] "GET /project/ffb2b2f6-de5c-45f7-82c5-e8bcf401761e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.040442 10.0.0.27 - - [2025-12-11 04:10:08] "GET /projects?obj_uuids=ffb2b2f6-de5c-45f7-82c5-e8bcf401761e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001135 10.0.0.61 - - [2025-12-11 04:10:08] "GET /project/ffb2b2f6-de5c-45f7-82c5-e8bcf401761e?fields=virtual_networks HTTP/1.1" 200 1032 0.035765 10.0.0.27 - - [2025-12-11 04:10:08] "GET /projects?obj_uuids=ffb2b2f6-de5c-45f7-82c5-e8bcf401761e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001015 10.0.0.61 - - [2025-12-11 04:10:08] "GET /project/ffb2b2f6-de5c-45f7-82c5-e8bcf401761e?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.034742 10.0.0.27 - - [2025-12-11 04:10:08] "GET /projects?obj_uuids=ffb2b2f6-de5c-45f7-82c5-e8bcf401761e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001071 10.0.0.61 - - [2025-12-11 04:10:08] "GET /project/ffb2b2f6-de5c-45f7-82c5-e8bcf401761e?fields=security_groups HTTP/1.1" 200 1253 0.037623 10.0.0.27 - - [2025-12-11 04:10:08] "GET /projects?obj_uuids=9b73062f-6777-4119-b1a1-dc8abc6cee2f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001543 10.0.0.61 - - [2025-12-11 04:10:08] "GET /project/9b73062f-6777-4119-b1a1-dc8abc6cee2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.053648 10.0.0.27 - - [2025-12-11 04:10:08] "GET /projects?obj_uuids=9b73062f-6777-4119-b1a1-dc8abc6cee2f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001322 10.0.0.61 - - [2025-12-11 04:10:09] "GET /project/9b73062f-6777-4119-b1a1-dc8abc6cee2f?fields=virtual_networks HTTP/1.1" 200 1033 0.068211 10.0.0.27 - - [2025-12-11 04:10:09] "GET /projects?obj_uuids=9b73062f-6777-4119-b1a1-dc8abc6cee2f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001307 10.0.0.61 - - [2025-12-11 04:10:09] "GET /project/9b73062f-6777-4119-b1a1-dc8abc6cee2f?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.051882 10.0.0.27 - - [2025-12-11 04:10:09] "GET /projects?obj_uuids=9b73062f-6777-4119-b1a1-dc8abc6cee2f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001271 10.0.0.61 - - [2025-12-11 04:10:09] "GET /project/9b73062f-6777-4119-b1a1-dc8abc6cee2f?fields=security_groups HTTP/1.1" 200 1254 0.040809 10.0.0.61 - - [2025-12-11 04:10:11] "GET /api-access-list/f51853e4-eb97-4dd2-903b-e4bca9257924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.005233 10.0.0.61 - - [2025-12-11 04:10:11] "PUT /api-access-list/f51853e4-eb97-4dd2-903b-e4bca9257924 HTTP/1.1" 200 264 0.012528 10.0.0.27 - - [2025-12-11 04:10:11] "GET /projects?obj_uuids=d1ecd1a6-929c-41f5-9ccc-e0bc90c7b9b1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000947 10.0.0.61 - - [2025-12-11 04:10:11] "GET /project/d1ecd1a6-929c-41f5-9ccc-e0bc90c7b9b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.033761 10.0.0.27 - - [2025-12-11 04:10:11] "GET /projects?obj_uuids=d1ecd1a6-929c-41f5-9ccc-e0bc90c7b9b1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000948 10.0.0.61 - - [2025-12-11 04:10:11] "GET /project/d1ecd1a6-929c-41f5-9ccc-e0bc90c7b9b1?fields=virtual_networks HTTP/1.1" 200 1033 0.083738 10.0.0.27 - - [2025-12-11 04:10:11] "GET /projects?obj_uuids=d1ecd1a6-929c-41f5-9ccc-e0bc90c7b9b1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001106 10.0.0.61 - - [2025-12-11 04:10:11] "GET /project/d1ecd1a6-929c-41f5-9ccc-e0bc90c7b9b1?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.038697 10.0.0.27 - - [2025-12-11 04:10:11] "GET /projects?obj_uuids=d1ecd1a6-929c-41f5-9ccc-e0bc90c7b9b1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001378 10.0.0.61 - - [2025-12-11 04:10:11] "GET /project/d1ecd1a6-929c-41f5-9ccc-e0bc90c7b9b1?fields=security_groups HTTP/1.1" 200 1254 0.038786 10.0.0.61 - - [2025-12-11 04:10:12] "POST /fqname-to-id HTTP/1.1" 404 188 0.032522 10.0.0.27 - - [2025-12-11 04:10:12] "GET /projects?obj_uuids=eee128ce-9a23-4495-a9c3-a8277219b98e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003333 10.0.0.27 - - [2025-12-11 04:10:12] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001768 10.0.0.27 - - [2025-12-11 04:10:12] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009055 10.0.0.27 - - [2025-12-11 04:10:13] "POST /id-to-fqname HTTP/1.1" 200 190 0.003013 10.0.0.27 - - [2025-12-11 04:10:13] "POST /fqname-to-id HTTP/1.1" 404 199 0.005411 10.0.0.27 - - [2025-12-11 04:10:13] "POST /security-groups HTTP/1.1" 200 591 0.028733 10.0.0.27 - - [2025-12-11 04:10:13] "POST /projects HTTP/1.1" 200 585 0.218467 10.0.0.27 - - [2025-12-11 04:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.255970 10.0.0.33 - - [2025-12-11 04:10:13] "POST /fqname-to-id HTTP/1.1" 404 233 0.003000 10.0.0.61 - - [2025-12-11 04:10:13] "GET /project/eee128ce-9a23-4495-a9c3-a8277219b98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.435741 10.0.0.61 - - [2025-12-11 04:10:14] "GET / HTTP/1.1" 200 35931 0.001866 10.0.0.61 - - [2025-12-11 04:10:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000576 10.0.0.61 - - [2025-12-11 04:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.029521 10.0.0.61 - - [2025-12-11 04:10:16] "GET /api-access-list/f51853e4-eb97-4dd2-903b-e4bca9257924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003540 10.0.0.61 - - [2025-12-11 04:10:16] "GET /api-access-list/f51853e4-eb97-4dd2-903b-e4bca9257924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.002742 10.0.0.61 - - [2025-12-11 04:10:16] "GET /api-access-list/f51853e4-eb97-4dd2-903b-e4bca9257924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.002796 10.0.0.61 - - [2025-12-11 04:10:16] "PUT /api-access-list/f51853e4-eb97-4dd2-903b-e4bca9257924 HTTP/1.1" 200 264 0.010621 10.0.0.61 - - [2025-12-11 04:10:18] "POST /fqname-to-id HTTP/1.1" 404 188 0.029478 10.0.0.27 - - [2025-12-11 04:10:18] "GET /projects?obj_uuids=9ca1251f-a221-4599-8ad6-9e5ce0a6d40e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003048 10.0.0.27 - - [2025-12-11 04:10:18] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001184 10.0.0.27 - - [2025-12-11 04:10:18] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008030 10.0.0.27 - - [2025-12-11 04:10:18] "POST /id-to-fqname HTTP/1.1" 200 190 0.004056 10.0.0.27 - - [2025-12-11 04:10:18] "POST /fqname-to-id HTTP/1.1" 404 199 0.003913 10.0.0.27 - - [2025-12-11 04:10:18] "POST /security-groups HTTP/1.1" 200 591 0.026425 10.0.0.27 - - [2025-12-11 04:10:18] "POST /projects HTTP/1.1" 200 585 0.219047 10.0.0.33 - - [2025-12-11 04:10:18] "POST /access-control-lists HTTP/1.1" 200 596 0.022712 10.0.0.27 - - [2025-12-11 04:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.294036 10.0.0.61 - - [2025-12-11 04:10:19] "GET /project/9ca1251f-a221-4599-8ad6-9e5ce0a6d40e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.419947 10.0.0.61 - - [2025-12-11 04:10:19] "POST /fqname-to-id HTTP/1.1" 404 188 0.023706 10.0.0.27 - - [2025-12-11 04:10:19] "GET /projects?obj_uuids=fd133aa9-a716-4a63-a3bd-ea44370e569c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002835 10.0.0.27 - - [2025-12-11 04:10:19] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001355 10.0.0.27 - - [2025-12-11 04:10:19] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007239 10.0.0.27 - - [2025-12-11 04:10:19] "POST /id-to-fqname HTTP/1.1" 200 190 0.001494 10.0.0.27 - - [2025-12-11 04:10:19] "POST /fqname-to-id HTTP/1.1" 404 199 0.003704 10.0.0.27 - - [2025-12-11 04:10:19] "POST /security-groups HTTP/1.1" 200 591 0.025856 10.0.0.33 - - [2025-12-11 04:10:19] "POST /fqname-to-id HTTP/1.1" 404 234 0.004775 10.0.0.27 - - [2025-12-11 04:10:19] "POST /projects HTTP/1.1" 200 585 0.225898 10.0.0.27 - - [2025-12-11 04:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.297216 10.0.0.33 - - [2025-12-11 04:10:19] "POST /access-control-lists HTTP/1.1" 200 594 0.028661 10.0.0.61 - - [2025-12-11 04:10:19] "GET /project/fd133aa9-a716-4a63-a3bd-ea44370e569c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.426578 10.0.0.61 - - [2025-12-11 04:10:20] "GET / HTTP/1.1" 200 35931 0.002915 10.0.0.61 - - [2025-12-11 04:10:21] "GET / HTTP/1.1" 200 35931 0.001648 10.0.0.61 - - [2025-12-11 04:10:21] "POST /fqname-to-id HTTP/1.1" 404 183 0.003748 10.0.0.61 - - [2025-12-11 04:10:21] "POST /api-access-lists HTTP/1.1" 200 521 0.021876 10.0.0.61 - - [2025-12-11 04:10:21] "GET /api-access-list/884c6148-b2ef-422c-a48c-814071157727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.005610 10.0.0.61 - - [2025-12-11 04:10:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000521 10.0.0.61 - - [2025-12-11 04:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.046581 10.0.0.27 - - [2025-12-11 04:10:22] "GET /projects?obj_uuids=9ca1251f-a221-4599-8ad6-9e5ce0a6d40e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001699 10.0.0.61 - - [2025-12-11 04:10:22] "GET /project/9ca1251f-a221-4599-8ad6-9e5ce0a6d40e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.074207 10.0.0.61 - - [2025-12-11 04:10:22] "GET /virtual-networks?parent_id=9ca1251f-a221-4599-8ad6-9e5ce0a6d40e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018490 10.0.0.61 - - [2025-12-11 04:10:22] "POST /virtual-networks HTTP/1.1" 200 583 0.089285 10.0.0.61 - - [2025-12-11 04:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.020136 10.0.0.61 - - [2025-12-11 04:10:22] "GET /network-ipam/6c63472b-8030-485b-a285-2bc8b041915e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.019525 10.0.0.27 - - [2025-12-11 04:10:23] "POST /useragent-kv HTTP/1.1" 200 115 0.007924 10.0.0.61 - - [2025-12-11 04:10:23] "POST /ref-update HTTP/1.1" 200 156 0.078564 10.0.0.61 - - [2025-12-11 04:10:23] "POST /neutron/network HTTP/1.1" 200 847 0.048405 10.0.0.61 - - [2025-12-11 04:10:23] "GET /virtual-network/3ad7ca33-8904-462e-86e6-3ac64d0c5d79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.018042 10.0.0.61 - - [2025-12-11 04:10:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000461 10.0.0.61 - - [2025-12-11 04:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.043700 10.0.0.27 - - [2025-12-11 04:10:23] "GET /projects?obj_uuids=fd133aa9-a716-4a63-a3bd-ea44370e569c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001294 10.0.0.61 - - [2025-12-11 04:10:23] "GET /project/fd133aa9-a716-4a63-a3bd-ea44370e569c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.067995 10.0.0.61 - - [2025-12-11 04:10:23] "GET /virtual-networks?parent_id=fd133aa9-a716-4a63-a3bd-ea44370e569c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017234 10.0.0.61 - - [2025-12-11 04:10:24] "POST /virtual-networks HTTP/1.1" 200 583 0.090739 10.0.0.33 - - [2025-12-11 04:10:24] "POST /route-targets HTTP/1.1" 200 327 0.013707 10.0.0.61 - - [2025-12-11 04:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.024211 10.0.0.61 - - [2025-12-11 04:10:24] "GET /network-ipam/6c63472b-8030-485b-a285-2bc8b041915e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.021206 10.0.0.27 - - [2025-12-11 04:10:24] "POST /useragent-kv HTTP/1.1" 200 115 0.006212 10.0.0.61 - - [2025-12-11 04:10:24] "POST /ref-update HTTP/1.1" 200 156 0.084497 10.0.0.61 - - [2025-12-11 04:10:24] "POST /neutron/network HTTP/1.1" 200 848 0.053278 10.0.0.61 - - [2025-12-11 04:10:24] "GET /virtual-network/20666967-d5d1-41df-96ea-65ccbf424b14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.025129 10.0.0.61 - - [2025-12-11 04:10:24] "POST /neutron/subnet HTTP/1.1" 200 676 0.038229 10.0.0.61 - - [2025-12-11 04:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.61 - - [2025-12-11 04:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.33 - - [2025-12-11 04:10:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000498 10.0.0.27 - - [2025-12-11 04:10:27] "GET /obj-perms HTTP/1.1" 403 257 0.037255 10.0.0.27 - - [2025-12-11 04:10:27] "GET /virtual-network/3ad7ca33-8904-462e-86e6-3ac64d0c5d79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.014018 10.0.0.61 - - [2025-12-11 04:10:28] "GET /obj-perms HTTP/1.1" 403 257 0.035155 10.0.0.61 - - [2025-12-11 04:10:28] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.055244 10.0.0.61 - - [2025-12-11 04:10:28] "PUT /virtual-network/3ad7ca33-8904-462e-86e6-3ac64d0c5d79 HTTP/1.1" 200 264 0.046123 10.0.0.61 - - [2025-12-11 04:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.61 - - [2025-12-11 04:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.33 - - [2025-12-11 04:10:29] "GET /obj-perms HTTP/1.1" 403 257 0.034630 10.0.0.27 - - [2025-12-11 04:10:29] "GET /virtual-network/3ad7ca33-8904-462e-86e6-3ac64d0c5d79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.041069 10.0.0.61 - - [2025-12-11 04:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.61 - - [2025-12-11 04:10:29] "GET /obj-perms HTTP/1.1" 403 257 0.042202 10.0.0.61 - - [2025-12-11 04:10:29] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.031227 10.0.0.61 - - [2025-12-11 04:10:29] "PUT /virtual-network/3ad7ca33-8904-462e-86e6-3ac64d0c5d79 HTTP/1.1" 200 264 0.056242 10.0.0.27 - - [2025-12-11 04:10:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003106 10.0.0.27 - - [2025-12-11 04:10:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004092 10.0.0.61 - - [2025-12-11 04:10:29] "DELETE /virtual-network/20666967-d5d1-41df-96ea-65ccbf424b14 HTTP/1.1" 200 115 0.129196 10.0.0.33 - - [2025-12-11 04:10:29] "DELETE /route-target/55de4b4a-c711-461a-9f56-31c81661d5fb HTTP/1.1" 200 115 0.024439 10.0.0.27 - - [2025-12-11 04:10:30] "POST /useragent-kv HTTP/1.1" 200 115 0.004867 10.0.0.27 - - [2025-12-11 04:10:30] "POST /useragent-kv HTTP/1.1" 200 115 0.007700 10.0.0.61 - - [2025-12-11 04:10:30] "DELETE /virtual-network/3ad7ca33-8904-462e-86e6-3ac64d0c5d79 HTTP/1.1" 200 115 0.145369 10.0.0.61 - - [2025-12-11 04:10:30] "DELETE /api-access-list/884c6148-b2ef-422c-a48c-814071157727 HTTP/1.1" 200 115 0.040674 10.0.0.27 - - [2025-12-11 04:10:30] "GET /projects?obj_uuids=fd133aa9-a716-4a63-a3bd-ea44370e569c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001214 10.0.0.61 - - [2025-12-11 04:10:30] "GET /project/fd133aa9-a716-4a63-a3bd-ea44370e569c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.037868 10.0.0.27 - - [2025-12-11 04:10:30] "GET /projects?obj_uuids=fd133aa9-a716-4a63-a3bd-ea44370e569c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001865 10.0.0.61 - - [2025-12-11 04:10:30] "GET /project/fd133aa9-a716-4a63-a3bd-ea44370e569c?fields=virtual_networks HTTP/1.1" 200 1043 0.072154 10.0.0.27 - - [2025-12-11 04:10:30] "GET /projects?obj_uuids=fd133aa9-a716-4a63-a3bd-ea44370e569c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001106 10.0.0.61 - - [2025-12-11 04:10:30] "GET /project/fd133aa9-a716-4a63-a3bd-ea44370e569c?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.043308 10.0.0.27 - - [2025-12-11 04:10:30] "GET /projects?obj_uuids=fd133aa9-a716-4a63-a3bd-ea44370e569c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001830 10.0.0.61 - - [2025-12-11 04:10:30] "GET /project/fd133aa9-a716-4a63-a3bd-ea44370e569c?fields=security_groups HTTP/1.1" 200 1269 0.040093 10.0.0.27 - - [2025-12-11 04:10:31] "GET /projects?obj_uuids=9ca1251f-a221-4599-8ad6-9e5ce0a6d40e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000933 10.0.0.61 - - [2025-12-11 04:10:31] "GET /project/9ca1251f-a221-4599-8ad6-9e5ce0a6d40e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.049776 10.0.0.27 - - [2025-12-11 04:10:31] "GET /projects?obj_uuids=9ca1251f-a221-4599-8ad6-9e5ce0a6d40e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002651 10.0.0.61 - - [2025-12-11 04:10:31] "GET /project/9ca1251f-a221-4599-8ad6-9e5ce0a6d40e?fields=virtual_networks HTTP/1.1" 200 1043 0.048659 10.0.0.27 - - [2025-12-11 04:10:31] "GET /projects?obj_uuids=9ca1251f-a221-4599-8ad6-9e5ce0a6d40e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001080 10.0.0.61 - - [2025-12-11 04:10:31] "GET /project/9ca1251f-a221-4599-8ad6-9e5ce0a6d40e?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.038633 10.0.0.27 - - [2025-12-11 04:10:31] "GET /projects?obj_uuids=9ca1251f-a221-4599-8ad6-9e5ce0a6d40e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001087 10.0.0.61 - - [2025-12-11 04:10:31] "GET /project/9ca1251f-a221-4599-8ad6-9e5ce0a6d40e?fields=security_groups HTTP/1.1" 200 1269 0.038212 10.0.0.61 - - [2025-12-11 04:10:35] "GET / HTTP/1.1" 200 35931 0.001558 10.0.0.61 - - [2025-12-11 04:10:35] "GET / HTTP/1.1" 200 35931 0.002146 10.0.0.61 - - [2025-12-11 04:10:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000537 10.0.0.61 - - [2025-12-11 04:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.073091 10.0.0.27 - - [2025-12-11 04:10:36] "GET /projects?obj_uuids=eee128ce-9a23-4495-a9c3-a8277219b98e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001698 10.0.0.61 - - [2025-12-11 04:10:36] "GET /project/eee128ce-9a23-4495-a9c3-a8277219b98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.058746 10.0.0.61 - - [2025-12-11 04:10:36] "GET /virtual-networks?parent_id=eee128ce-9a23-4495-a9c3-a8277219b98e&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.016225 10.0.0.61 - - [2025-12-11 04:10:36] "POST /fqname-to-id HTTP/1.1" 404 197 0.012030 10.0.0.61 - - [2025-12-11 04:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.014643 10.0.0.27 - - [2025-12-11 04:10:36] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001167 10.0.0.61 - - [2025-12-11 04:10:36] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.018547 10.0.0.61 - - [2025-12-11 04:10:36] "POST /service-templates HTTP/1.1" 403 264 0.011445 10.0.0.61 - - [2025-12-11 04:10:37] "POST /fqname-to-id HTTP/1.1" 404 215 0.003419 10.0.0.61 - - [2025-12-11 04:10:37] "POST /api-access-lists HTTP/1.1" 200 555 0.023473 10.0.0.61 - - [2025-12-11 04:10:37] "GET /api-access-list/c10a28b2-f2be-48a9-8f11-ce62e42b85bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.009743 10.0.0.61 - - [2025-12-11 04:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.015995 10.0.0.27 - - [2025-12-11 04:10:37] "GET /projects?obj_uuids=eee128ce-9a23-4495-a9c3-a8277219b98e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000826 10.0.0.61 - - [2025-12-11 04:10:37] "GET /project/eee128ce-9a23-4495-a9c3-a8277219b98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.046997 10.0.0.61 - - [2025-12-11 04:10:37] "GET /virtual-networks?parent_id=eee128ce-9a23-4495-a9c3-a8277219b98e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016071 10.0.0.61 - - [2025-12-11 04:10:37] "POST /virtual-networks HTTP/1.1" 200 583 0.080531 10.0.0.33 - - [2025-12-11 04:10:37] "POST /route-targets HTTP/1.1" 200 327 0.011413 10.0.0.61 - - [2025-12-11 04:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.032468 10.0.0.61 - - [2025-12-11 04:10:37] "GET /network-ipam/6c63472b-8030-485b-a285-2bc8b041915e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.015817 10.0.0.27 - - [2025-12-11 04:10:37] "POST /useragent-kv HTTP/1.1" 200 115 0.007412 10.0.0.61 - - [2025-12-11 04:10:37] "POST /ref-update HTTP/1.1" 200 156 0.079784 10.0.0.61 - - [2025-12-11 04:10:37] "GET /virtual-network/5480da91-caba-4c02-8258-d8e48ccdc441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.016035 10.0.0.61 - - [2025-12-11 04:10:37] "POST /neutron/network HTTP/1.1" 200 849 0.054968 10.0.0.61 - - [2025-12-11 04:10:38] "GET /virtual-network/5480da91-caba-4c02-8258-d8e48ccdc441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005384 10.0.0.61 - - [2025-12-11 04:10:38] "GET /network-ipam/6c63472b-8030-485b-a285-2bc8b041915e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.003135 10.0.0.61 - - [2025-12-11 04:10:38] "GET /virtual-network/5480da91-caba-4c02-8258-d8e48ccdc441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005151 10.0.0.33 - - [2025-12-11 04:10:38] "GET /obj-perms HTTP/1.1" 200 5030 0.072071 10.0.0.33 - - [2025-12-11 04:10:39] "DELETE /access-control-list/b9dffaa2-4899-4650-8806-b664ae1e9a58 HTTP/1.1" 200 115 0.055780 10.0.0.33 - - [2025-12-11 04:10:39] "DELETE /access-control-list/4ccd2d7d-74e5-4396-a4de-1b5c59f2f897 HTTP/1.1" 200 115 0.124061 10.0.0.27 - - [2025-12-11 04:10:39] "DELETE /project/fd133aa9a7164a63a3bdea44370e569c HTTP/1.1" 404 173 0.010378 10.0.0.27 - - [2025-12-11 04:10:39] "DELETE /project/eee128ce9a234495a9c3a8277219b98e HTTP/1.1" 404 173 0.040787 10.0.0.27 - - [2025-12-11 04:10:39] "DELETE /project/9ca1251fa22145998ad69e5ce0a6d40e HTTP/1.1" 404 173 0.044769 10.0.0.27 - - [2025-12-11 04:10:39] "GET /projects?obj_uuids=fd133aa9-a716-4a63-a3bd-ea44370e569c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003522 10.0.0.27 - - [2025-12-11 04:10:39] "GET /projects?obj_uuids=ffb2b2f6-de5c-45f7-82c5-e8bcf401761e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001193 10.0.0.27 - - [2025-12-11 04:10:39] "GET /projects?obj_uuids=d1ecd1a6-929c-41f5-9ccc-e0bc90c7b9b1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000965 10.0.0.27 - - [2025-12-11 04:10:39] "GET /projects?obj_uuids=9ca1251f-a221-4599-8ad6-9e5ce0a6d40e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001031 10.0.0.27 - - [2025-12-11 04:10:39] "GET /projects?obj_uuids=9b73062f-6777-4119-b1a1-dc8abc6cee2f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.015986 10.0.0.27 - - [2025-12-11 04:10:39] "GET /project/ffb2b2f6-de5c-45f7-82c5-e8bcf401761e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 182 0.072910 10.0.0.27 - - [2025-12-11 04:10:39] "GET /project/d1ecd1a6-929c-41f5-9ccc-e0bc90c7b9b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 182 0.077296 10.0.0.27 - - [2025-12-11 04:10:39] "DELETE /project/ffb2b2f6-de5c-45f7-82c5-e8bcf401761e HTTP/1.1" 404 171 0.100937 10.0.0.27 - - [2025-12-11 04:10:39] "DELETE /project/d1ecd1a6-929c-41f5-9ccc-e0bc90c7b9b1 HTTP/1.1" 404 171 0.099751 10.0.0.61 - - [2025-12-11 04:10:39] "POST /fqname-to-id HTTP/1.1" 404 197 0.074404 10.0.0.27 - - [2025-12-11 04:10:39] "GET /project/fd133aa9-a716-4a63-a3bd-ea44370e569c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.134292 10.0.0.27 - - [2025-12-11 04:10:39] "GET /project/9ca1251f-a221-4599-8ad6-9e5ce0a6d40e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.157292 10.0.0.27 - - [2025-12-11 04:10:39] "GET /projects?obj_uuids=fd133aa9-a716-4a63-a3bd-ea44370e569c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002753 10.0.0.27 - - [2025-12-11 04:10:39] "GET /projects?obj_uuids=9ca1251f-a221-4599-8ad6-9e5ce0a6d40e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001211 10.0.0.61 - - [2025-12-11 04:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.074661 10.0.0.27 - - [2025-12-11 04:10:39] "GET /project/9ca1251f-a221-4599-8ad6-9e5ce0a6d40e?fields=security_groups HTTP/1.1" 200 1374 0.053902 10.0.0.27 - - [2025-12-11 04:10:39] "GET /project/fd133aa9-a716-4a63-a3bd-ea44370e569c?fields=security_groups HTTP/1.1" 200 1374 0.072573 10.0.0.27 - - [2025-12-11 04:10:39] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001398 10.0.0.61 - - [2025-12-11 04:10:39] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.035620 10.0.0.27 - - [2025-12-11 04:10:39] "DELETE /security-group/dec37b9d-2d80-4cd9-ad10-e0f56f1b3e2d HTTP/1.1" 200 115 0.061537 10.0.0.27 - - [2025-12-11 04:10:39] "GET /projects?obj_uuids=9ca1251f-a221-4599-8ad6-9e5ce0a6d40e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001055 10.0.0.61 - - [2025-12-11 04:10:39] "POST /service-templates HTTP/1.1" 403 264 0.029332 10.0.0.27 - - [2025-12-11 04:10:40] "DELETE /security-group/ce18fbfa-1cb8-4875-9157-1d605ac24659 HTTP/1.1" 200 115 0.080621 10.0.0.27 - - [2025-12-11 04:10:40] "GET /projects?obj_uuids=fd133aa9-a716-4a63-a3bd-ea44370e569c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001031 10.0.0.61 - - [2025-12-11 04:10:40] "POST /fqname-to-id HTTP/1.1" 404 183 0.005773 10.0.0.27 - - [2025-12-11 04:10:40] "GET /project/9ca1251f-a221-4599-8ad6-9e5ce0a6d40e?fields=application_policy_sets HTTP/1.1" 200 1413 0.073239 10.0.0.27 - - [2025-12-11 04:10:40] "GET /project/fd133aa9-a716-4a63-a3bd-ea44370e569c?fields=application_policy_sets HTTP/1.1" 200 1413 0.079950 10.0.0.33 - - [2025-12-11 04:10:40] "DELETE /access-control-list/ec48d0de-c699-4ec4-a05a-b97890834b7e HTTP/1.1" 200 115 0.060086 10.0.0.61 - - [2025-12-11 04:10:40] "POST /api-access-lists HTTP/1.1" 200 521 0.036797 10.0.0.61 - - [2025-12-11 04:10:40] "GET /api-access-list/46704478-4a12-4dc5-bf44-f6444068b5aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.015235 10.0.0.27 - - [2025-12-11 04:10:40] "DELETE /project/fd133aa9-a716-4a63-a3bd-ea44370e569c HTTP/1.1" 200 115 0.647749 10.0.0.61 - - [2025-12-11 04:10:40] "POST /fqname-to-id HTTP/1.1" 404 197 0.037786 10.0.0.27 - - [2025-12-11 04:10:40] "DELETE /project/9ca1251f-a221-4599-8ad6-9e5ce0a6d40e HTTP/1.1" 200 115 0.632303 10.0.0.61 - - [2025-12-11 04:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.027900 10.0.0.27 - - [2025-12-11 04:10:40] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001487 10.0.0.61 - - [2025-12-11 04:10:40] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.040772 10.0.0.61 - - [2025-12-11 04:10:40] "POST /service-templates HTTP/1.1" 200 551 0.046272 10.0.0.61 - - [2025-12-11 04:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.021109 10.0.0.61 - - [2025-12-11 04:10:40] "GET /service-template/ff37eedf-aa1e-4789-bb23-115de7868f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.020104 10.0.0.61 - - [2025-12-11 04:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.028757 10.0.0.61 - - [2025-12-11 04:10:40] "GET /service-template/ff37eedf-aa1e-4789-bb23-115de7868f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.027845 10.0.0.27 - - [2025-12-11 04:10:40] "GET /project/9b73062f-6777-4119-b1a1-dc8abc6cee2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 1.107534 10.0.0.27 - - [2025-12-11 04:10:40] "DELETE /project/9b73062f-6777-4119-b1a1-dc8abc6cee2f HTTP/1.1" 404 171 1.141521 10.0.0.61 - - [2025-12-11 04:10:42] "GET /obj-perms HTTP/1.1" 403 257 0.330034 10.0.0.61 - - [2025-12-11 04:10:42] "GET /virtual-network/5480da91-caba-4c02-8258-d8e48ccdc441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.014962 10.0.0.33 - - [2025-12-11 04:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.034935 10.0.0.27 - - [2025-12-11 04:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.031437 10.0.0.61 - - [2025-12-11 04:10:43] "GET /api-access-list/c10a28b2-f2be-48a9-8f11-ce62e42b85bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.004997 10.0.0.61 - - [2025-12-11 04:10:43] "PUT /api-access-list/c10a28b2-f2be-48a9-8f11-ce62e42b85bf HTTP/1.1" 200 264 0.013823 10.0.0.61 - - [2025-12-11 04:10:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000616 10.0.0.61 - - [2025-12-11 04:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.044246 10.0.0.27 - - [2025-12-11 04:10:43] "GET /projects?obj_uuids=eee128ce-9a23-4495-a9c3-a8277219b98e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001252 10.0.0.61 - - [2025-12-11 04:10:43] "GET /project/eee128ce-9a23-4495-a9c3-a8277219b98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.054826 10.0.0.61 - - [2025-12-11 04:10:44] "GET /virtual-networks?parent_id=eee128ce-9a23-4495-a9c3-a8277219b98e&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.021320 10.0.0.61 - - [2025-12-11 04:10:44] "POST /virtual-networks HTTP/1.1" 403 263 0.014620 10.0.0.61 - - [2025-12-11 04:10:44] "GET /obj-perms HTTP/1.1" 403 257 0.017792 10.0.0.61 - - [2025-12-11 04:10:44] "GET /obj-perms HTTP/1.1" 403 257 0.011889 10.0.0.61 - - [2025-12-11 04:10:44] "GET /api-access-list/46704478-4a12-4dc5-bf44-f6444068b5aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.003618 10.0.0.61 - - [2025-12-11 04:10:44] "PUT /api-access-list/46704478-4a12-4dc5-bf44-f6444068b5aa HTTP/1.1" 200 264 0.011511 10.0.0.61 - - [2025-12-11 04:10:44] "POST /fqname-to-id HTTP/1.1" 404 197 0.013981 10.0.0.61 - - [2025-12-11 04:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.015811 10.0.0.27 - - [2025-12-11 04:10:44] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001035 10.0.0.61 - - [2025-12-11 04:10:44] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.019097 10.0.0.61 - - [2025-12-11 04:10:44] "POST /service-templates HTTP/1.1" 403 264 0.013598 10.0.0.61 - - [2025-12-11 04:10:44] "GET /api-access-list/c10a28b2-f2be-48a9-8f11-ce62e42b85bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.004607 10.0.0.61 - - [2025-12-11 04:10:44] "PUT /api-access-list/c10a28b2-f2be-48a9-8f11-ce62e42b85bf HTTP/1.1" 200 264 0.011903 10.0.0.61 - - [2025-12-11 04:10:44] "GET /api-access-list/46704478-4a12-4dc5-bf44-f6444068b5aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004267 10.0.0.61 - - [2025-12-11 04:10:45] "PUT /api-access-list/46704478-4a12-4dc5-bf44-f6444068b5aa HTTP/1.1" 200 264 0.012070 10.0.0.61 - - [2025-12-11 04:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.61 - - [2025-12-11 04:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.33 - - [2025-12-11 04:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.33 - - [2025-12-11 04:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.27 - - [2025-12-11 04:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.27 - - [2025-12-11 04:10:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.61 - - [2025-12-11 04:10:47] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.037605 10.0.0.61 - - [2025-12-11 04:10:47] "GET /api-access-list/f51853e4-eb97-4dd2-903b-e4bca9257924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004029 10.0.0.61 - - [2025-12-11 04:10:47] "PUT /api-access-list/f51853e4-eb97-4dd2-903b-e4bca9257924 HTTP/1.1" 200 264 0.012706 10.0.0.61 - - [2025-12-11 04:10:47] "GET /virtual-network/5480da91-caba-4c02-8258-d8e48ccdc441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.020495 10.0.0.61 - - [2025-12-11 04:10:47] "DELETE /api-access-list/c10a28b2-f2be-48a9-8f11-ce62e42b85bf HTTP/1.1" 200 115 0.036643 10.0.0.61 - - [2025-12-11 04:10:47] "DELETE /api-access-list/46704478-4a12-4dc5-bf44-f6444068b5aa HTTP/1.1" 200 115 0.037063 10.0.0.61 - - [2025-12-11 04:10:48] "GET /obj-perms HTTP/1.1" 403 257 0.037251 10.0.0.33 - - [2025-12-11 04:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.27 - - [2025-12-11 04:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.61 - - [2025-12-11 04:10:49] "GET /obj-perms HTTP/1.1" 403 257 0.009720 10.0.0.61 - - [2025-12-11 04:10:49] "GET /api-access-list/f51853e4-eb97-4dd2-903b-e4bca9257924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.003850 10.0.0.61 - - [2025-12-11 04:10:49] "PUT /api-access-list/f51853e4-eb97-4dd2-903b-e4bca9257924 HTTP/1.1" 200 264 0.012074 10.0.0.61 - - [2025-12-11 04:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.61 - - [2025-12-11 04:10:49] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.024907 10.0.0.61 - - [2025-12-11 04:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.012486 10.0.0.61 - - [2025-12-11 04:10:49] "DELETE /service-template/ff37eedf-aa1e-4789-bb23-115de7868f49 HTTP/1.1" 200 115 0.037499 10.0.0.61 - - [2025-12-11 04:10:49] "POST /fqname-to-id HTTP/1.1" 404 197 0.019741 10.0.0.33 - - [2025-12-11 04:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.27 - - [2025-12-11 04:10:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002771 10.0.0.27 - - [2025-12-11 04:10:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002240 10.0.0.61 - - [2025-12-11 04:10:49] "DELETE /virtual-network/5480da91-caba-4c02-8258-d8e48ccdc441 HTTP/1.1" 200 115 0.115773 10.0.0.61 - - [2025-12-11 04:10:50] "GET /api-access-list/f51853e4-eb97-4dd2-903b-e4bca9257924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004114 10.0.0.61 - - [2025-12-11 04:10:50] "PUT /api-access-list/f51853e4-eb97-4dd2-903b-e4bca9257924 HTTP/1.1" 200 264 0.019357 10.0.0.61 - - [2025-12-11 04:10:50] "GET /api-access-list/f51853e4-eb97-4dd2-903b-e4bca9257924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2692 0.004255 10.0.0.61 - - [2025-12-11 04:10:50] "PUT /api-access-list/f51853e4-eb97-4dd2-903b-e4bca9257924 HTTP/1.1" 200 264 0.010808 10.0.0.61 - - [2025-12-11 04:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.27 - - [2025-12-11 04:10:52] "GET /projects?obj_uuids=eee128ce-9a23-4495-a9c3-a8277219b98e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000870 10.0.0.61 - - [2025-12-11 04:10:52] "GET /project/eee128ce-9a23-4495-a9c3-a8277219b98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.037694 10.0.0.61 - - [2025-12-11 04:10:53] "POST /neutron/network HTTP/1.1" 200 117 0.100350 10.0.0.61 - - [2025-12-11 04:10:53] "POST /neutron/network HTTP/1.1" 200 862 0.007980 10.0.0.61 - - [2025-12-11 04:10:53] "POST /id-to-fqname HTTP/1.1" 200 240 0.001056 10.0.0.61 - - [2025-12-11 04:10:53] "GET /virtual-network/ebf1886d-abac-4357-a4a1-3ecd425068fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.004111 10.0.0.61 - - [2025-12-11 04:10:53] "GET /virtual-network/ebf1886d-abac-4357-a4a1-3ecd425068fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005019 10.0.0.61 - - [2025-12-11 04:10:53] "POST /neutron/subnet HTTP/1.1" 200 724 0.009990 10.0.0.61 - - [2025-12-11 04:10:53] "GET /virtual-network/ebf1886d-abac-4357-a4a1-3ecd425068fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005415 10.0.0.61 - - [2025-12-11 04:10:53] "GET /network-ipam/6c63472b-8030-485b-a285-2bc8b041915e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.002933 10.0.0.33 - - [2025-12-11 04:10:53] "POST /ref-update HTTP/1.1" 200 156 0.027509 10.0.0.61 - - [2025-12-11 04:10:53] "GET /virtual-network/ebf1886d-abac-4357-a4a1-3ecd425068fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005114 10.0.0.61 - - [2025-12-11 04:10:54] "POST /fqname-to-id HTTP/1.1" 404 215 0.003626 10.0.0.61 - - [2025-12-11 04:10:54] "POST /api-access-lists HTTP/1.1" 200 555 0.027408 10.0.0.61 - - [2025-12-11 04:10:54] "GET /api-access-list/3d577666-ed08-4cb6-b00f-61e34a8ef34f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2442 0.006919 10.0.0.61 - - [2025-12-11 04:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.033333 10.0.0.27 - - [2025-12-11 04:10:54] "GET /projects?obj_uuids=eee128ce-9a23-4495-a9c3-a8277219b98e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001267 10.0.0.61 - - [2025-12-11 04:10:54] "GET /project/eee128ce-9a23-4495-a9c3-a8277219b98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.074872 10.0.0.27 - - [2025-12-11 04:10:54] "GET /projects?obj_uuids=eee128ce-9a23-4495-a9c3-a8277219b98e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001320 10.0.0.61 - - [2025-12-11 04:10:54] "POST /neutron/network HTTP/1.1" 200 645 0.152975 10.0.0.27 - - [2025-12-11 04:10:55] "POST /useragent-kv HTTP/1.1" 200 115 0.008545 10.0.0.61 - - [2025-12-11 04:10:55] "POST /neutron/subnet HTTP/1.1" 200 710 0.203183 10.0.0.61 - - [2025-12-11 04:10:55] "POST /id-to-fqname HTTP/1.1" 200 240 0.011152 10.0.0.61 - - [2025-12-11 04:10:55] "GET /virtual-network/7ddb8d73-8c1b-411a-ae82-d92aa009fad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.014544 10.0.0.61 - - [2025-12-11 04:10:55] "GET /virtual-network/7ddb8d73-8c1b-411a-ae82-d92aa009fad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.016001 10.0.0.61 - - [2025-12-11 04:10:55] "POST /neutron/network HTTP/1.1" 200 861 0.023654 10.0.0.61 - - [2025-12-11 04:10:55] "GET /virtual-network/7ddb8d73-8c1b-411a-ae82-d92aa009fad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.004964 10.0.0.61 - - [2025-12-11 04:10:55] "GET /network-ipam/6c63472b-8030-485b-a285-2bc8b041915e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.003026 10.0.0.61 - - [2025-12-11 04:10:55] "GET /virtual-network/7ddb8d73-8c1b-411a-ae82-d92aa009fad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005530 10.0.0.33 - - [2025-12-11 04:10:55] "GET /obj-perms HTTP/1.1" 200 5030 0.006090 10.0.0.27 - - [2025-12-11 04:10:55] "GET /obj-perms HTTP/1.1" 200 5030 0.107058 10.0.0.61 - - [2025-12-11 04:10:55] "POST /fqname-to-id HTTP/1.1" 404 232 0.015924 10.0.0.27 - - [2025-12-11 04:10:55] "GET /projects?obj_uuids=eee128ce-9a23-4495-a9c3-a8277219b98e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001046 10.0.0.33 - - [2025-12-11 04:10:56] "POST /fqname-to-id HTTP/1.1" 404 264 0.004044 10.0.0.33 - - [2025-12-11 04:10:56] "POST /access-control-lists HTTP/1.1" 200 624 0.024580 10.0.0.33 - - [2025-12-11 04:10:56] "PUT /access-control-list/edb74c83-d655-4628-834d-4e7b99a83411 HTTP/1.1" 200 272 0.017029 10.0.0.61 - - [2025-12-11 04:10:56] "POST /neutron/security_group HTTP/1.1" 200 1426 0.460506 10.0.0.61 - - [2025-12-11 04:10:56] "POST /neutron/security_group HTTP/1.1" 200 1426 0.015702 10.0.0.27 - - [2025-12-11 04:10:56] "GET /projects?obj_uuids=eee128ce-9a23-4495-a9c3-a8277219b98e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001129 10.0.0.61 - - [2025-12-11 04:10:56] "POST /neutron/security_group_rule HTTP/1.1" 200 570 0.102664 10.0.0.61 - - [2025-12-11 04:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.027674 10.0.0.61 - - [2025-12-11 04:10:57] "GET /security-group/53689755-ec26-41ba-8e06-a66093e16f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.018631 10.0.0.61 - - [2025-12-11 04:10:57] "POST /id-to-fqname HTTP/1.1" 200 240 0.017638 10.0.0.61 - - [2025-12-11 04:10:58] "POST /neutron/network HTTP/1.1" 200 871 0.026843 10.0.0.27 - - [2025-12-11 04:10:59] "GET /projects?obj_uuids=eee128ce-9a23-4495-a9c3-a8277219b98e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001494 10.0.0.61 - - [2025-12-11 04:10:59] "GET /project/eee128ce-9a23-4495-a9c3-a8277219b98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.065937 10.0.0.61 - - [2025-12-11 04:10:59] "POST /neutron/port HTTP/1.1" 200 117 0.034637 10.0.0.61 - - [2025-12-11 04:10:59] "POST /neutron/network HTTP/1.1" 200 861 0.030668 10.0.0.61 - - [2025-12-11 04:11:00] "POST /neutron/port HTTP/1.1" 200 1057 0.017033 10.0.0.61 - - [2025-12-11 04:11:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004766 10.0.0.61 - - [2025-12-11 04:11:00] "POST /neutron/network HTTP/1.1" 200 861 0.009413 10.0.0.61 - - [2025-12-11 04:11:04] "POST /neutron/port HTTP/1.1" 200 1085 0.019017 10.0.0.61 - - [2025-12-11 04:11:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007964 10.0.0.61 - - [2025-12-11 04:11:04] "GET /virtual-machine/a3cc3a39-11b6-4687-b799-5fca266c7533 HTTP/1.1" 401 292 0.000520 10.0.0.61 - - [2025-12-11 04:11:05] "GET /virtual-machine/a3cc3a39-11b6-4687-b799-5fca266c7533 HTTP/1.1" 200 1293 0.044360 10.0.0.61 - - [2025-12-11 04:11:05] "GET /virtual-machine/a3cc3a39-11b6-4687-b799-5fca266c7533 HTTP/1.1" 200 1293 0.013251 10.0.0.61 - - [2025-12-11 04:11:05] "GET /virtual-machine-interface/afa342f9-98ac-4c98-8be8-a03455fc7181 HTTP/1.1" 200 3024 0.023895 10.0.0.61 - - [2025-12-11 04:11:05] "GET /virtual-machine/a3cc3a39-11b6-4687-b799-5fca266c7533 HTTP/1.1" 200 1293 0.031596 10.0.0.61 - - [2025-12-11 04:11:05] "GET /virtual-machine-interface/afa342f9-98ac-4c98-8be8-a03455fc7181 HTTP/1.1" 200 3024 0.025930 10.0.0.61 - - [2025-12-11 04:11:05] "GET /instance-ip/8767577d-e903-401c-89c9-72d29318ebfe HTTP/1.1" 200 1636 0.022537 10.0.0.61 - - [2025-12-11 04:11:05] "GET /virtual-machine/a3cc3a39-11b6-4687-b799-5fca266c7533 HTTP/1.1" 200 1293 0.018828 10.0.0.61 - - [2025-12-11 04:11:05] "GET /virtual-machine-interface/afa342f9-98ac-4c98-8be8-a03455fc7181 HTTP/1.1" 200 3024 0.016448 10.0.0.61 - - [2025-12-11 04:11:05] "GET /instance-ip/8767577d-e903-401c-89c9-72d29318ebfe HTTP/1.1" 200 1636 0.014994 10.0.0.61 - - [2025-12-11 04:11:05] "POST /fqname-to-id HTTP/1.1" 403 354 0.013034 10.0.0.61 - - [2025-12-11 04:11:05] "GET / HTTP/1.1" 200 35931 0.001843 10.0.0.61 - - [2025-12-11 04:11:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000536 10.0.0.61 - - [2025-12-11 04:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.026857 10.0.0.61 - - [2025-12-11 04:11:06] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005093 10.0.0.61 - - [2025-12-11 04:11:06] "GET /virtual-networks?parent_id=eee128ce-9a23-4495-a9c3-a8277219b98e&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.020688 10.0.0.61 - - [2025-12-11 04:11:06] "GET /virtual-network/7ddb8d73-8c1b-411a-ae82-d92aa009fad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.018203 10.0.0.61 - - [2025-12-11 04:11:06] "POST /fqname-to-id HTTP/1.1" 403 354 0.020250 10.0.0.61 - - [2025-12-11 04:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.61 - - [2025-12-11 04:11:06] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003821 10.0.0.61 - - [2025-12-11 04:11:06] "GET /virtual-networks?parent_id=eee128ce-9a23-4495-a9c3-a8277219b98e&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021832 10.0.0.61 - - [2025-12-11 04:11:06] "GET /virtual-network/7ddb8d73-8c1b-411a-ae82-d92aa009fad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.022655 10.0.0.61 - - [2025-12-11 04:11:06] "POST /fqname-to-id HTTP/1.1" 403 354 0.017114 10.0.0.61 - - [2025-12-11 04:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.61 - - [2025-12-11 04:11:06] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004071 10.0.0.61 - - [2025-12-11 04:11:06] "GET /virtual-networks?parent_id=eee128ce-9a23-4495-a9c3-a8277219b98e&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.022631 10.0.0.61 - - [2025-12-11 04:11:06] "GET /virtual-network/7ddb8d73-8c1b-411a-ae82-d92aa009fad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.019761 10.0.0.61 - - [2025-12-11 04:11:06] "POST /fqname-to-id HTTP/1.1" 403 354 0.015297 10.0.0.61 - - [2025-12-11 04:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.61 - - [2025-12-11 04:11:06] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003905 10.0.0.61 - - [2025-12-11 04:11:06] "GET /virtual-networks?parent_id=eee128ce-9a23-4495-a9c3-a8277219b98e&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.018152 10.0.0.61 - - [2025-12-11 04:11:06] "GET /virtual-network/7ddb8d73-8c1b-411a-ae82-d92aa009fad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.018886 10.0.0.61 - - [2025-12-11 04:11:06] "POST /fqname-to-id HTTP/1.1" 403 354 0.014531 10.0.0.61 - - [2025-12-11 04:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.61 - - [2025-12-11 04:11:06] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005676 10.0.0.61 - - [2025-12-11 04:11:06] "GET /virtual-networks?parent_id=eee128ce-9a23-4495-a9c3-a8277219b98e&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.020010 10.0.0.61 - - [2025-12-11 04:11:06] "GET /virtual-network/7ddb8d73-8c1b-411a-ae82-d92aa009fad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.016825 10.0.0.61 - - [2025-12-11 04:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.015534 10.0.0.61 - - [2025-12-11 04:11:09] "GET /virtual-network/7ddb8d73-8c1b-411a-ae82-d92aa009fad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.018789 10.0.0.61 - - [2025-12-11 04:11:10] "POST /neutron/port HTTP/1.1" 200 1085 0.018571 10.0.0.61 - - [2025-12-11 04:11:12] "POST /fqname-to-id HTTP/1.1" 403 354 0.017115 10.0.0.61 - - [2025-12-11 04:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.61 - - [2025-12-11 04:11:12] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003659 10.0.0.61 - - [2025-12-11 04:11:12] "GET /virtual-networks?parent_id=eee128ce-9a23-4495-a9c3-a8277219b98e&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021191 10.0.0.61 - - [2025-12-11 04:11:12] "GET /virtual-network/7ddb8d73-8c1b-411a-ae82-d92aa009fad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.019127 10.0.0.61 - - [2025-12-11 04:11:12] "POST /fqname-to-id HTTP/1.1" 403 354 0.016684 10.0.0.61 - - [2025-12-11 04:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.61 - - [2025-12-11 04:11:12] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003384 10.0.0.61 - - [2025-12-11 04:11:12] "GET /virtual-networks?parent_id=eee128ce-9a23-4495-a9c3-a8277219b98e&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.017081 10.0.0.61 - - [2025-12-11 04:11:12] "GET /virtual-network/7ddb8d73-8c1b-411a-ae82-d92aa009fad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.017198 10.0.0.61 - - [2025-12-11 04:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.011736 10.0.0.61 - - [2025-12-11 04:11:12] "GET /routing-instance/befacf1f-dd53-42a2-b819-b83dacde5494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.019965 10.0.0.61 - - [2025-12-11 04:11:12] "POST /fqname-to-id HTTP/1.1" 403 354 0.015108 10.0.0.61 - - [2025-12-11 04:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004703 10.0.0.61 - - [2025-12-11 04:11:12] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004311 10.0.0.61 - - [2025-12-11 04:11:12] "GET /virtual-networks?parent_id=eee128ce-9a23-4495-a9c3-a8277219b98e&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.045028 10.0.0.61 - - [2025-12-11 04:11:12] "GET /virtual-network/7ddb8d73-8c1b-411a-ae82-d92aa009fad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.018857 10.0.0.61 - - [2025-12-11 04:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.014369 10.0.0.61 - - [2025-12-11 04:11:12] "GET /routing-instance/befacf1f-dd53-42a2-b819-b83dacde5494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.017100 10.0.0.61 - - [2025-12-11 04:11:12] "GET /obj-perms HTTP/1.1" 403 257 0.013817 10.0.0.61 - - [2025-12-11 04:11:12] "GET /obj-perms HTTP/1.1" 403 257 0.015253 10.0.0.27 - - [2025-12-11 04:11:12] "GET /obj-perms HTTP/1.1" 403 257 0.040211 10.0.0.61 - - [2025-12-11 04:11:13] "GET /obj-perms HTTP/1.1" 403 257 0.011934 10.0.0.61 - - [2025-12-11 04:11:13] "GET /obj-perms HTTP/1.1" 403 257 0.012524 10.0.0.27 - - [2025-12-11 04:11:13] "GET /virtual-machine/a3cc3a39-11b6-4687-b799-5fca266c7533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.016976 10.0.0.61 - - [2025-12-11 04:11:13] "GET /obj-perms HTTP/1.1" 403 257 0.012080 10.0.0.61 - - [2025-12-11 04:11:13] "GET /obj-perms HTTP/1.1" 403 257 0.036633 10.0.0.61 - - [2025-12-11 04:11:13] "GET /obj-perms HTTP/1.1" 403 257 0.010669 10.0.0.61 - - [2025-12-11 04:11:14] "GET /obj-perms HTTP/1.1" 200 5030 0.047961 10.0.0.33 - - [2025-12-11 04:11:14] "GET /obj-perms HTTP/1.1" 403 257 0.036892 10.0.0.61 - - [2025-12-11 04:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.016252 10.0.0.27 - - [2025-12-11 04:11:14] "GET /projects?obj_uuids=eee128ce-9a23-4495-a9c3-a8277219b98e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000997 10.0.0.61 - - [2025-12-11 04:11:14] "GET /project/eee128ce-9a23-4495-a9c3-a8277219b98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.054677 10.0.0.61 - - [2025-12-11 04:11:14] "GET /virtual-network/ebf1886d-abac-4357-a4a1-3ecd425068fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.038106 10.0.0.61 - - [2025-12-11 04:11:14] "GET /floating-ip-pools?parent_id=ebf1886d-abac-4357-a4a1-3ecd425068fc&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.021810 10.0.0.61 - - [2025-12-11 04:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.016376 10.0.0.61 - - [2025-12-11 04:11:14] "GET /floating-ip-pool/5b55b9f7-8ada-495a-b560-342d8f4ea637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1181 0.015609 10.0.0.27 - - [2025-12-11 04:11:14] "GET /projects?obj_uuids=eee128ce-9a23-4495-a9c3-a8277219b98e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001314 10.0.0.61 - - [2025-12-11 04:11:14] "GET /project/eee128ce-9a23-4495-a9c3-a8277219b98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.065072 10.0.0.61 - - [2025-12-11 04:11:14] "POST /floating-ips HTTP/1.1" 200 616 0.074239 10.0.0.61 - - [2025-12-11 04:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.021651 10.0.0.61 - - [2025-12-11 04:11:15] "GET /floating-ip/b04abfa1-c2a4-4ff4-8240-281e276555b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.021006 10.0.0.61 - - [2025-12-11 04:11:15] "GET /floating-ip/b04abfa1-c2a4-4ff4-8240-281e276555b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.017643 10.0.0.61 - - [2025-12-11 04:11:15] "GET /virtual-machine/a3cc3a39-11b6-4687-b799-5fca266c7533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.015212 10.0.0.61 - - [2025-12-11 04:11:15] "GET /virtual-machine/a3cc3a39-11b6-4687-b799-5fca266c7533?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1204 0.015650 10.0.0.61 - - [2025-12-11 04:11:15] "GET /virtual-machine-interface/afa342f9-98ac-4c98-8be8-a03455fc7181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.018450 10.0.0.61 - - [2025-12-11 04:11:15] "POST /ref-update HTTP/1.1" 200 156 0.020661 10.0.0.61 - - [2025-12-11 04:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.014046 10.0.0.61 - - [2025-12-11 04:11:15] "GET /routing-instance/786ec22e-090d-44ad-b1f9-caf57d198b2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.016878 10.0.0.61 - - [2025-12-11 04:11:15] "GET /obj-perms HTTP/1.1" 403 257 0.037161 10.0.0.61 - - [2025-12-11 04:11:15] "GET /obj-perms HTTP/1.1" 403 257 0.011779 10.0.0.61 - - [2025-12-11 04:11:15] "POST /neutron/security_group HTTP/1.1" 200 542 0.037267 10.0.0.61 - - [2025-12-11 04:11:16] "POST /neutron/port HTTP/1.1" 200 1111 0.060624 10.0.0.61 - - [2025-12-11 04:11:16] "GET /virtual-machine/a3cc3a39-11b6-4687-b799-5fca266c7533 HTTP/1.1" 200 1293 0.016349 10.0.0.61 - - [2025-12-11 04:11:16] "GET /virtual-machine-interface/afa342f9-98ac-4c98-8be8-a03455fc7181 HTTP/1.1" 200 3586 0.022380 10.0.0.61 - - [2025-12-11 04:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.012579 10.0.0.61 - - [2025-12-11 04:11:16] "GET /security-group/53689755-ec26-41ba-8e06-a66093e16f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.014520 10.0.0.61 - - [2025-12-11 04:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.015991 10.0.0.61 - - [2025-12-11 04:11:16] "GET /security-group/53689755-ec26-41ba-8e06-a66093e16f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.016348 10.0.0.61 - - [2025-12-11 04:11:16] "DELETE /floating-ip/b04abfa1-c2a4-4ff4-8240-281e276555b1 HTTP/1.1" 200 115 0.079301 10.0.0.61 - - [2025-12-11 04:11:16] "GET /virtual-machine/a3cc3a39-11b6-4687-b799-5fca266c7533 HTTP/1.1" 200 1293 0.020189 10.0.0.61 - - [2025-12-11 04:11:17] "POST /neutron/port HTTP/1.1" 200 1126 0.018142 10.0.0.61 - - [2025-12-11 04:11:18] "GET /virtual-machine/a3cc3a39-11b6-4687-b799-5fca266c7533 HTTP/1.1" 404 171 0.015390 10.0.0.61 - - [2025-12-11 04:11:18] "GET /virtual-machine/a3cc3a39-11b6-4687-b799-5fca266c7533 HTTP/1.1" 404 171 0.013058 10.0.0.61 - - [2025-12-11 04:11:18] "GET /virtual-machine/a3cc3a39-11b6-4687-b799-5fca266c7533 HTTP/1.1" 404 171 0.013173 10.0.0.61 - - [2025-12-11 04:11:18] "POST /fqname-to-id HTTP/1.1" 403 354 0.014807 10.0.0.61 - - [2025-12-11 04:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.61 - - [2025-12-11 04:11:18] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003570 10.0.0.61 - - [2025-12-11 04:11:19] "GET /virtual-networks?parent_id=eee128ce-9a23-4495-a9c3-a8277219b98e&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.017944 10.0.0.61 - - [2025-12-11 04:11:19] "GET /virtual-network/7ddb8d73-8c1b-411a-ae82-d92aa009fad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.019474 10.0.0.61 - - [2025-12-11 04:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.022311 10.0.0.61 - - [2025-12-11 04:11:19] "GET /routing-instance/befacf1f-dd53-42a2-b819-b83dacde5494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.018031 10.0.0.61 - - [2025-12-11 04:11:19] "GET /obj-perms HTTP/1.1" 403 257 0.011962 10.0.0.61 - - [2025-12-11 04:11:19] "GET /obj-perms HTTP/1.1" 200 5030 0.003508 10.0.0.27 - - [2025-12-11 04:11:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.27 - - [2025-12-11 04:11:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.27 - - [2025-12-11 04:11:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.27 - - [2025-12-11 04:11:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000501 10.0.0.33 - - [2025-12-11 04:11:22] "GET /obj-perms HTTP/1.1" 200 5030 0.004374 10.0.0.33 - - [2025-12-11 04:11:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.33 - - [2025-12-11 04:11:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.33 - - [2025-12-11 04:11:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.33 - - [2025-12-11 04:11:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.61 - - [2025-12-11 04:11:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000497 10.0.0.61 - - [2025-12-11 04:11:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000594 10.0.0.61 - - [2025-12-11 04:11:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.61 - - [2025-12-11 04:11:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.61 - - [2025-12-11 04:11:28] "GET /obj-perms HTTP/1.1" 200 5030 0.004281 10.0.0.33 - - [2025-12-11 04:11:31] "GET /obj-perms HTTP/1.1" 200 5030 0.004474 10.0.0.61 - - [2025-12-11 04:11:38] "GET /obj-perms HTTP/1.1" 200 5030 0.004038 10.0.0.33 - - [2025-12-11 04:11:38] "GET /obj-perms HTTP/1.1" 200 5030 0.003648 10.0.0.27 - - [2025-12-11 04:11:38] "GET /obj-perms HTTP/1.1" 200 5030 0.003423 10.0.0.61 - - [2025-12-11 04:11:38] "POST /neutron/security_group HTTP/1.1" 200 568 0.020452 10.0.0.33 - - [2025-12-11 04:11:38] "DELETE /access-control-list/923c55ed-7f1b-48f5-9b42-aa1b2d136e28 HTTP/1.1" 200 115 0.030116 10.0.0.61 - - [2025-12-11 04:11:38] "POST /fqname-to-id HTTP/1.1" 404 232 0.025888 10.0.0.27 - - [2025-12-11 04:11:39] "POST /useragent-kv HTTP/1.1" 200 115 0.020360 10.0.0.27 - - [2025-12-11 04:11:39] "POST /useragent-kv HTTP/1.1" 200 115 0.008059 10.0.0.61 - - [2025-12-11 04:11:39] "POST /neutron/network HTTP/1.1" 200 151 0.189611 10.0.0.33 - - [2025-12-11 04:11:39] "DELETE /route-target/e385cd87-aa13-422b-8c66-d7166f75327c HTTP/1.1" 200 115 0.023238 10.0.0.61 - - [2025-12-11 04:11:39] "DELETE /api-access-list/3d577666-ed08-4cb6-b00f-61e34a8ef34f HTTP/1.1" 200 115 0.036912 10.0.0.61 - - [2025-12-11 04:11:41] "GET /api-access-list/f51853e4-eb97-4dd2-903b-e4bca9257924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004964 10.0.0.61 - - [2025-12-11 04:11:41] "PUT /api-access-list/f51853e4-eb97-4dd2-903b-e4bca9257924 HTTP/1.1" 200 264 0.011278 10.0.0.27 - - [2025-12-11 04:11:41] "GET /projects?obj_uuids=eee128ce-9a23-4495-a9c3-a8277219b98e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001583 10.0.0.61 - - [2025-12-11 04:11:41] "GET /project/eee128ce-9a23-4495-a9c3-a8277219b98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.053903 10.0.0.27 - - [2025-12-11 04:11:41] "GET /projects?obj_uuids=eee128ce-9a23-4495-a9c3-a8277219b98e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001787 10.0.0.61 - - [2025-12-11 04:11:41] "GET /project/eee128ce-9a23-4495-a9c3-a8277219b98e?fields=virtual_networks HTTP/1.1" 200 1043 0.050466 10.0.0.27 - - [2025-12-11 04:11:41] "GET /projects?obj_uuids=eee128ce-9a23-4495-a9c3-a8277219b98e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001230 10.0.0.61 - - [2025-12-11 04:11:41] "GET /project/eee128ce-9a23-4495-a9c3-a8277219b98e?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.050651 10.0.0.27 - - [2025-12-11 04:11:41] "GET /projects?obj_uuids=eee128ce-9a23-4495-a9c3-a8277219b98e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000936 10.0.0.61 - - [2025-12-11 04:11:41] "GET /project/eee128ce-9a23-4495-a9c3-a8277219b98e?fields=security_groups HTTP/1.1" 200 1269 0.034986 10.0.0.27 - - [2025-12-11 04:11:42] "GET /projects?obj_uuids=277346ea-9726-46eb-9343-31fae992fe5f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000953 10.0.0.61 - - [2025-12-11 04:11:42] "GET /project/277346ea-9726-46eb-9343-31fae992fe5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.048410 10.0.0.61 - - [2025-12-11 04:11:43] "GET /obj-perms HTTP/1.1" 200 5056 0.058887 [Introspect:8084]10.0.0.61 - - [2025-12-11 04:11:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001139 10.0.0.61 - - [2025-12-11 04:11:46] "POST /fqname-to-id HTTP/1.1" 404 189 0.029497 10.0.0.27 - - [2025-12-11 04:11:46] "GET /projects?obj_uuids=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002982 10.0.0.27 - - [2025-12-11 04:11:46] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001123 10.0.0.27 - - [2025-12-11 04:11:46] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006947 10.0.0.27 - - [2025-12-11 04:11:46] "POST /id-to-fqname HTTP/1.1" 200 191 0.004782 10.0.0.27 - - [2025-12-11 04:11:46] "POST /fqname-to-id HTTP/1.1" 404 200 0.004846 10.0.0.27 - - [2025-12-11 04:11:46] "POST /security-groups HTTP/1.1" 200 592 0.069246 10.0.0.33 - - [2025-12-11 04:11:46] "POST /fqname-to-id HTTP/1.1" 404 235 0.003217 10.0.0.27 - - [2025-12-11 04:11:46] "POST /projects HTTP/1.1" 200 587 0.247931 10.0.0.27 - - [2025-12-11 04:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.320474 10.0.0.33 - - [2025-12-11 04:11:46] "POST /access-control-lists HTTP/1.1" 200 595 0.028394 10.0.0.61 - - [2025-12-11 04:11:46] "GET /project/2bc25706-3e1b-4dcd-bbbb-0261d020b882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.467245 10.0.0.61 - - [2025-12-11 04:11:47] "GET / HTTP/1.1" 200 35931 0.002580 10.0.0.61 - - [2025-12-11 04:11:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000652 10.0.0.61 - - [2025-12-11 04:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.063084 10.0.0.27 - - [2025-12-11 04:11:49] "GET /projects?obj_uuids=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000910 10.0.0.61 - - [2025-12-11 04:11:49] "GET /project/2bc25706-3e1b-4dcd-bbbb-0261d020b882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.046329 10.0.0.61 - - [2025-12-11 04:11:49] "POST /neutron/network HTTP/1.1" 200 117 0.041581 10.0.0.61 - - [2025-12-11 04:11:50] "POST /neutron/network HTTP/1.1" 200 825 0.007862 10.0.0.61 - - [2025-12-11 04:11:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.001004 10.0.0.61 - - [2025-12-11 04:11:50] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004116 10.0.0.61 - - [2025-12-11 04:11:50] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004889 10.0.0.61 - - [2025-12-11 04:11:50] "POST /neutron/subnet HTTP/1.1" 200 716 0.010156 10.0.0.61 - - [2025-12-11 04:11:50] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005898 10.0.0.61 - - [2025-12-11 04:11:52] "POST /id-to-fqname HTTP/1.1" 200 222 0.003019 10.0.0.27 - - [2025-12-11 04:11:53] "GET /projects?obj_uuids=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001030 10.0.0.61 - - [2025-12-11 04:11:53] "GET /project/2bc25706-3e1b-4dcd-bbbb-0261d020b882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.067836 10.0.0.61 - - [2025-12-11 04:11:53] "POST /neutron/port HTTP/1.1" 200 117 0.007233 10.0.0.61 - - [2025-12-11 04:11:53] "POST /id-to-fqname HTTP/1.1" 200 222 0.001409 10.0.0.61 - - [2025-12-11 04:11:53] "POST /neutron/network HTTP/1.1" 200 835 0.006174 10.0.0.61 - - [2025-12-11 04:11:54] "POST /neutron/port HTTP/1.1" 200 1059 0.018884 10.0.0.61 - - [2025-12-11 04:11:54] "POST /neutron/port HTTP/1.1" 200 1087 0.016196 10.0.0.61 - - [2025-12-11 04:11:54] "POST /neutron/port HTTP/1.1" 200 117 0.001358 10.0.0.27 - - [2025-12-11 04:11:54] "GET /projects?obj_uuids=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000927 10.0.0.61 - - [2025-12-11 04:11:54] "GET /project/2bc25706-3e1b-4dcd-bbbb-0261d020b882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.067014 10.0.0.61 - - [2025-12-11 04:11:54] "POST /neutron/port HTTP/1.1" 200 1087 0.016143 10.0.0.61 - - [2025-12-11 04:11:54] "POST /neutron/port HTTP/1.1" 200 1087 0.018259 10.0.0.27 - - [2025-12-11 04:11:55] "GET /projects?obj_uuids=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001064 10.0.0.61 - - [2025-12-11 04:11:55] "POST /neutron/port HTTP/1.1" 200 1059 0.240140 10.0.0.61 - - [2025-12-11 04:11:55] "POST /neutron/port HTTP/1.1" 200 1113 0.086923 10.0.0.61 - - [2025-12-11 04:11:55] "POST /neutron/subnet HTTP/1.1" 200 690 0.007425 10.0.0.61 - - [2025-12-11 04:11:59] "POST /neutron/port HTTP/1.1" 200 1087 0.020768 10.0.0.61 - - [2025-12-11 04:11:59] "POST /neutron/port HTTP/1.1" 200 1087 0.017990 10.0.0.61 - - [2025-12-11 04:11:59] "POST /neutron/network HTTP/1.1" 200 835 0.006920 10.0.0.61 - - [2025-12-11 04:12:00] "POST /neutron/subnet HTTP/1.1" 200 690 0.008862 10.0.0.61 - - [2025-12-11 04:12:00] "GET /virtual-machine/034da2e8-ef2b-4480-a910-a102aa142f77 HTTP/1.1" 401 292 0.000370 10.0.0.61 - - [2025-12-11 04:12:00] "POST /neutron/network HTTP/1.1" 200 825 0.011356 10.0.0.61 - - [2025-12-11 04:12:00] "GET /virtual-machine/034da2e8-ef2b-4480-a910-a102aa142f77 HTTP/1.1" 200 1292 0.035051 10.0.0.61 - - [2025-12-11 04:12:00] "GET /virtual-machine-interface/3e8c2d36-9ecd-4f00-96c7-1066028279dc HTTP/1.1" 200 2949 0.004971 10.0.0.61 - - [2025-12-11 04:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.61 - - [2025-12-11 04:12:00] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003150 10.0.0.61 - - [2025-12-11 04:12:00] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002413 10.0.0.61 - - [2025-12-11 04:12:00] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008991 10.0.0.61 - - [2025-12-11 04:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.61 - - [2025-12-11 04:12:03] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004600 10.0.0.61 - - [2025-12-11 04:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.61 - - [2025-12-11 04:12:07] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005009 10.0.0.61 - - [2025-12-11 04:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.61 - - [2025-12-11 04:12:11] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006785 10.0.0.61 - - [2025-12-11 04:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.61 - - [2025-12-11 04:12:15] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004786 10.0.0.61 - - [2025-12-11 04:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.61 - - [2025-12-11 04:12:20] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005836 10.0.0.61 - - [2025-12-11 04:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.61 - - [2025-12-11 04:12:24] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004639 10.0.0.61 - - [2025-12-11 04:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.61 - - [2025-12-11 04:12:28] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004680 10.0.0.61 - - [2025-12-11 04:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.61 - - [2025-12-11 04:12:32] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004807 10.0.0.61 - - [2025-12-11 04:12:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.61 - - [2025-12-11 04:12:34] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003393 10.0.0.61 - - [2025-12-11 04:12:34] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002628 10.0.0.61 - - [2025-12-11 04:12:34] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005183 10.0.0.61 - - [2025-12-11 04:12:39] "POST /neutron/port HTTP/1.1" 200 1087 0.014860 10.0.0.33 - - [2025-12-11 04:12:40] "DELETE /access-control-list/2ba0cd68-8dd7-4442-9d21-d9c71a80f5b1 HTTP/1.1" 200 115 0.082311 10.0.0.27 - - [2025-12-11 04:12:41] "DELETE /project/2bc257063e1b4dcdbbbb0261d020b882 HTTP/1.1" 404 173 0.031202 10.0.0.27 - - [2025-12-11 04:12:41] "DELETE /project/eee128ce-9a23-4495-a9c3-a8277219b98e HTTP/1.1" 404 177 0.048297 10.0.0.27 - - [2025-12-11 04:12:44] "GET /obj-perms HTTP/1.1" 200 5056 0.058500 10.0.0.61 - - [2025-12-11 04:12:44] "POST /neutron/port HTTP/1.1" 200 1087 0.012900 10.0.0.61 - - [2025-12-11 04:12:47] "POST /neutron/port HTTP/1.1" 200 1087 0.013427 10.0.0.61 - - [2025-12-11 04:12:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007404 10.0.0.61 - - [2025-12-11 04:12:55] "POST /neutron/port HTTP/1.1" 200 1087 0.014057 10.0.0.61 - - [2025-12-11 04:12:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007497 10.0.0.61 - - [2025-12-11 04:12:55] "GET /virtual-machine/81f16b9d-c76b-4522-9f5c-b2e71d6a4e79 HTTP/1.1" 200 1293 0.005520 10.0.0.61 - - [2025-12-11 04:12:55] "GET /virtual-machine-interface/28a11ee5-1428-45cc-9116-03dd0e8f7a63 HTTP/1.1" 200 2949 0.005596 10.0.0.61 - - [2025-12-11 04:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.61 - - [2025-12-11 04:12:55] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003601 10.0.0.61 - - [2025-12-11 04:12:55] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002527 10.0.0.61 - - [2025-12-11 04:12:55] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005738 10.0.0.61 - - [2025-12-11 04:12:55] "POST /neutron/network HTTP/1.1" 200 835 0.028338 10.0.0.61 - - [2025-12-11 04:12:55] "POST /neutron/port HTTP/1.1" 200 117 0.001072 10.0.0.61 - - [2025-12-11 04:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.61 - - [2025-12-11 04:12:56] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004030 10.0.0.61 - - [2025-12-11 04:12:56] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002677 10.0.0.61 - - [2025-12-11 04:12:56] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005676 10.0.0.61 - - [2025-12-11 04:13:01] "POST /neutron/port HTTP/1.1" 200 1087 0.016052 10.0.0.61 - - [2025-12-11 04:13:02] "POST /neutron/subnet HTTP/1.1" 200 690 0.008159 10.0.0.33 - - [2025-12-11 04:13:45] "GET /obj-perms HTTP/1.1" 200 5056 0.056786 10.0.0.61 - - [2025-12-11 04:13:56] "POST /neutron/port HTTP/1.1" 200 1087 0.017019 10.0.0.61 - - [2025-12-11 04:13:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004283 10.0.0.61 - - [2025-12-11 04:13:56] "POST /neutron/network HTTP/1.1" 200 825 0.006740 10.0.0.61 - - [2025-12-11 04:14:02] "POST /neutron/network HTTP/1.1" 200 835 0.033461 10.0.0.61 - - [2025-12-11 04:14:02] "POST /neutron/port HTTP/1.1" 200 117 0.001159 10.0.0.61 - - [2025-12-11 04:14:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008343 10.0.0.61 - - [2025-12-11 04:14:17] "GET /virtual-machine/034da2e8-ef2b-4480-a910-a102aa142f77 HTTP/1.1" 200 1292 0.004827 10.0.0.61 - - [2025-12-11 04:14:17] "GET /virtual-machine-interface/3e8c2d36-9ecd-4f00-96c7-1066028279dc HTTP/1.1" 200 2949 0.005849 10.0.0.61 - - [2025-12-11 04:14:17] "GET /virtual-machine/034da2e8-ef2b-4480-a910-a102aa142f77 HTTP/1.1" 200 1292 0.003752 10.0.0.61 - - [2025-12-11 04:14:17] "GET /virtual-machine-interface/3e8c2d36-9ecd-4f00-96c7-1066028279dc HTTP/1.1" 200 2949 0.005537 10.0.0.61 - - [2025-12-11 04:14:17] "GET /instance-ip/264b0c98-a43c-448a-a3c4-e1917482e171 HTTP/1.1" 200 1621 0.005234 10.0.0.61 - - [2025-12-11 04:14:17] "GET /virtual-machine/034da2e8-ef2b-4480-a910-a102aa142f77 HTTP/1.1" 200 1292 0.003340 10.0.0.61 - - [2025-12-11 04:14:17] "GET /virtual-machine-interface/3e8c2d36-9ecd-4f00-96c7-1066028279dc HTTP/1.1" 200 2949 0.004216 10.0.0.61 - - [2025-12-11 04:14:17] "GET /instance-ip/264b0c98-a43c-448a-a3c4-e1917482e171 HTTP/1.1" 200 1621 0.004156 10.0.0.61 - - [2025-12-11 04:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.61 - - [2025-12-11 04:14:17] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004744 10.0.0.61 - - [2025-12-11 04:14:17] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003816 10.0.0.61 - - [2025-12-11 04:14:17] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005800 10.0.0.61 - - [2025-12-11 04:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.61 - - [2025-12-11 04:14:17] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004050 10.0.0.61 - - [2025-12-11 04:14:17] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002962 10.0.0.61 - - [2025-12-11 04:14:17] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006097 10.0.0.61 - - [2025-12-11 04:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.61 - - [2025-12-11 04:14:17] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004094 10.0.0.61 - - [2025-12-11 04:14:17] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003251 10.0.0.61 - - [2025-12-11 04:14:17] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005936 10.0.0.61 - - [2025-12-11 04:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.61 - - [2025-12-11 04:14:17] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004184 10.0.0.61 - - [2025-12-11 04:14:17] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003160 10.0.0.61 - - [2025-12-11 04:14:17] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005463 10.0.0.61 - - [2025-12-11 04:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.61 - - [2025-12-11 04:14:17] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003573 10.0.0.61 - - [2025-12-11 04:14:17] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002597 10.0.0.61 - - [2025-12-11 04:14:17] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004750 10.0.0.61 - - [2025-12-11 04:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.61 - - [2025-12-11 04:14:18] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004235 10.0.0.61 - - [2025-12-11 04:14:18] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003020 10.0.0.61 - - [2025-12-11 04:14:18] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005810 10.0.0.61 - - [2025-12-11 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.61 - - [2025-12-11 04:14:18] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003892 10.0.0.61 - - [2025-12-11 04:14:18] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002399 10.0.0.61 - - [2025-12-11 04:14:18] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005355 10.0.0.61 - - [2025-12-11 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.61 - - [2025-12-11 04:14:18] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003587 10.0.0.61 - - [2025-12-11 04:14:18] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.008499 10.0.0.61 - - [2025-12-11 04:14:18] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005693 10.0.0.61 - - [2025-12-11 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002536 10.0.0.61 - - [2025-12-11 04:14:18] "GET /routing-instance/3664c295-184e-47d1-9c3d-bfdf79b26b1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005985 10.0.0.61 - - [2025-12-11 04:14:18] "GET /route-target/65048d26-5d88-4ef3-82f9-99fd57f21701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003613 10.0.0.61 - - [2025-12-11 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.61 - - [2025-12-11 04:14:18] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003344 10.0.0.61 - - [2025-12-11 04:14:18] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002370 10.0.0.61 - - [2025-12-11 04:14:18] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006713 10.0.0.61 - - [2025-12-11 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.61 - - [2025-12-11 04:14:18] "GET /routing-instance/3664c295-184e-47d1-9c3d-bfdf79b26b1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.003816 10.0.0.61 - - [2025-12-11 04:14:18] "GET /route-target/65048d26-5d88-4ef3-82f9-99fd57f21701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003963 10.0.0.61 - - [2025-12-11 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.61 - - [2025-12-11 04:14:18] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004225 10.0.0.61 - - [2025-12-11 04:14:18] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002787 10.0.0.61 - - [2025-12-11 04:14:19] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005444 10.0.0.61 - - [2025-12-11 04:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.61 - - [2025-12-11 04:14:19] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004402 10.0.0.61 - - [2025-12-11 04:14:19] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.006769 10.0.0.61 - - [2025-12-11 04:14:19] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005645 10.0.0.61 - - [2025-12-11 04:14:19] "GET /obj-perms HTTP/1.1" 200 5032 0.043449 10.0.0.61 - - [2025-12-11 04:14:19] "GET /obj-perms HTTP/1.1" 200 5032 0.004777 10.0.0.27 - - [2025-12-11 04:14:19] "GET /obj-perms HTTP/1.1" 200 5032 0.050541 10.0.0.61 - - [2025-12-11 04:14:19] "GET /obj-perms HTTP/1.1" 200 5032 0.005729 10.0.0.61 - - [2025-12-11 04:14:19] "GET /virtual-machine/81f16b9d-c76b-4522-9f5c-b2e71d6a4e79 HTTP/1.1" 200 1293 0.004283 10.0.0.61 - - [2025-12-11 04:14:19] "GET /virtual-machine-interface/28a11ee5-1428-45cc-9116-03dd0e8f7a63 HTTP/1.1" 200 2949 0.005145 10.0.0.61 - - [2025-12-11 04:14:19] "GET /virtual-machine/81f16b9d-c76b-4522-9f5c-b2e71d6a4e79 HTTP/1.1" 200 1293 0.004183 10.0.0.61 - - [2025-12-11 04:14:19] "GET /virtual-machine-interface/28a11ee5-1428-45cc-9116-03dd0e8f7a63 HTTP/1.1" 200 2949 0.004946 10.0.0.61 - - [2025-12-11 04:14:19] "GET /instance-ip/95392436-fd86-4ed7-80f5-1826626c1187 HTTP/1.1" 200 1621 0.005358 10.0.0.61 - - [2025-12-11 04:14:19] "GET /virtual-machine/81f16b9d-c76b-4522-9f5c-b2e71d6a4e79 HTTP/1.1" 200 1293 0.003078 10.0.0.61 - - [2025-12-11 04:14:19] "GET /virtual-machine-interface/28a11ee5-1428-45cc-9116-03dd0e8f7a63 HTTP/1.1" 200 2949 0.005574 10.0.0.61 - - [2025-12-11 04:14:19] "GET /instance-ip/95392436-fd86-4ed7-80f5-1826626c1187 HTTP/1.1" 200 1621 0.005473 10.0.0.61 - - [2025-12-11 04:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.61 - - [2025-12-11 04:14:19] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003657 10.0.0.61 - - [2025-12-11 04:14:19] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003437 10.0.0.61 - - [2025-12-11 04:14:19] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005970 10.0.0.61 - - [2025-12-11 04:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006169 10.0.0.61 - - [2025-12-11 04:14:20] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004230 10.0.0.61 - - [2025-12-11 04:14:20] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003166 10.0.0.61 - - [2025-12-11 04:14:20] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005419 10.0.0.61 - - [2025-12-11 04:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.61 - - [2025-12-11 04:14:20] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004362 10.0.0.61 - - [2025-12-11 04:14:20] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003442 10.0.0.61 - - [2025-12-11 04:14:20] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005573 10.0.0.61 - - [2025-12-11 04:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004515 10.0.0.61 - - [2025-12-11 04:14:20] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004155 10.0.0.61 - - [2025-12-11 04:14:20] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003124 10.0.0.61 - - [2025-12-11 04:14:20] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005882 10.0.0.61 - - [2025-12-11 04:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.61 - - [2025-12-11 04:14:20] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004689 10.0.0.61 - - [2025-12-11 04:14:20] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002944 10.0.0.61 - - [2025-12-11 04:14:20] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006531 10.0.0.61 - - [2025-12-11 04:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005298 10.0.0.61 - - [2025-12-11 04:14:20] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004304 10.0.0.61 - - [2025-12-11 04:14:20] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002823 10.0.0.61 - - [2025-12-11 04:14:20] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005519 10.0.0.61 - - [2025-12-11 04:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.61 - - [2025-12-11 04:14:20] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003773 10.0.0.61 - - [2025-12-11 04:14:20] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003233 10.0.0.61 - - [2025-12-11 04:14:20] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005666 10.0.0.61 - - [2025-12-11 04:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.61 - - [2025-12-11 04:14:20] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003350 10.0.0.61 - - [2025-12-11 04:14:20] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002451 10.0.0.61 - - [2025-12-11 04:14:21] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005358 10.0.0.61 - - [2025-12-11 04:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.61 - - [2025-12-11 04:14:21] "GET /routing-instance/3664c295-184e-47d1-9c3d-bfdf79b26b1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004114 10.0.0.61 - - [2025-12-11 04:14:21] "GET /route-target/65048d26-5d88-4ef3-82f9-99fd57f21701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003472 10.0.0.61 - - [2025-12-11 04:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.61 - - [2025-12-11 04:14:21] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003905 10.0.0.61 - - [2025-12-11 04:14:21] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002769 10.0.0.61 - - [2025-12-11 04:14:21] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005342 10.0.0.61 - - [2025-12-11 04:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.61 - - [2025-12-11 04:14:21] "GET /routing-instance/3664c295-184e-47d1-9c3d-bfdf79b26b1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004078 10.0.0.61 - - [2025-12-11 04:14:21] "GET /route-target/65048d26-5d88-4ef3-82f9-99fd57f21701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004904 10.0.0.61 - - [2025-12-11 04:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.61 - - [2025-12-11 04:14:21] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003850 10.0.0.61 - - [2025-12-11 04:14:21] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003354 10.0.0.61 - - [2025-12-11 04:14:21] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007041 10.0.0.61 - - [2025-12-11 04:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.61 - - [2025-12-11 04:14:21] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005399 10.0.0.61 - - [2025-12-11 04:14:21] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003664 10.0.0.61 - - [2025-12-11 04:14:21] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006922 10.0.0.61 - - [2025-12-11 04:14:21] "GET /obj-perms HTTP/1.1" 200 5032 0.003750 10.0.0.27 - - [2025-12-11 04:14:21] "GET /obj-perms HTTP/1.1" 200 5032 0.003871 10.0.0.61 - - [2025-12-11 04:14:21] "GET /obj-perms HTTP/1.1" 200 5032 0.003420 10.0.0.33 - - [2025-12-11 04:14:22] "GET /obj-perms HTTP/1.1" 200 5032 0.053988 10.0.0.61 - - [2025-12-11 04:14:22] "GET /obj-perms HTTP/1.1" 200 5032 0.003608 10.0.0.61 - - [2025-12-11 04:14:27] "GET /virtual-machine/81f16b9d-c76b-4522-9f5c-b2e71d6a4e79 HTTP/1.1" 200 1293 0.003816 10.0.0.61 - - [2025-12-11 04:14:27] "POST /neutron/port HTTP/1.1" 200 1087 0.015412 10.0.0.61 - - [2025-12-11 04:14:29] "GET /virtual-machine/81f16b9d-c76b-4522-9f5c-b2e71d6a4e79 HTTP/1.1" 404 171 0.005704 10.0.0.61 - - [2025-12-11 04:14:29] "GET /virtual-machine/81f16b9d-c76b-4522-9f5c-b2e71d6a4e79 HTTP/1.1" 404 171 0.002721 10.0.0.61 - - [2025-12-11 04:14:29] "GET /virtual-machine/81f16b9d-c76b-4522-9f5c-b2e71d6a4e79 HTTP/1.1" 404 171 0.002176 10.0.0.61 - - [2025-12-11 04:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.61 - - [2025-12-11 04:14:29] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004005 10.0.0.61 - - [2025-12-11 04:14:29] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002865 10.0.0.61 - - [2025-12-11 04:14:29] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006689 10.0.0.61 - - [2025-12-11 04:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.61 - - [2025-12-11 04:14:29] "GET /routing-instance/3664c295-184e-47d1-9c3d-bfdf79b26b1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004233 10.0.0.61 - - [2025-12-11 04:14:29] "GET /route-target/65048d26-5d88-4ef3-82f9-99fd57f21701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004509 10.0.0.33 - - [2025-12-11 04:14:32] "GET /obj-perms HTTP/1.1" 200 5032 0.005732 10.0.0.61 - - [2025-12-11 04:14:36] "GET /obj-perms HTTP/1.1" 200 5032 0.004869 10.0.0.61 - - [2025-12-11 04:14:39] "GET /obj-perms HTTP/1.1" 200 5032 0.003800 10.0.0.33 - - [2025-12-11 04:14:39] "GET /obj-perms HTTP/1.1" 200 5032 0.005762 10.0.0.27 - - [2025-12-11 04:14:39] "GET /obj-perms HTTP/1.1" 200 5032 0.012381 10.0.0.61 - - [2025-12-11 04:14:39] "GET /virtual-machine/034da2e8-ef2b-4480-a910-a102aa142f77 HTTP/1.1" 200 1292 0.004225 10.0.0.61 - - [2025-12-11 04:14:39] "POST /neutron/port HTTP/1.1" 200 1087 0.013857 10.0.0.61 - - [2025-12-11 04:14:41] "GET /virtual-machine/034da2e8-ef2b-4480-a910-a102aa142f77 HTTP/1.1" 404 171 0.002879 10.0.0.61 - - [2025-12-11 04:14:41] "GET /virtual-machine/034da2e8-ef2b-4480-a910-a102aa142f77 HTTP/1.1" 404 171 0.002581 10.0.0.61 - - [2025-12-11 04:14:41] "GET /virtual-machine/034da2e8-ef2b-4480-a910-a102aa142f77 HTTP/1.1" 404 171 0.003354 10.0.0.61 - - [2025-12-11 04:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.61 - - [2025-12-11 04:14:41] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003399 10.0.0.61 - - [2025-12-11 04:14:41] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002523 10.0.0.61 - - [2025-12-11 04:14:41] "GET /virtual-network/3cefc596-4b06-4e66-8c15-44705d46adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005072 10.0.0.61 - - [2025-12-11 04:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006683 10.0.0.61 - - [2025-12-11 04:14:41] "GET /routing-instance/3664c295-184e-47d1-9c3d-bfdf79b26b1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004066 10.0.0.61 - - [2025-12-11 04:14:41] "GET /route-target/65048d26-5d88-4ef3-82f9-99fd57f21701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003793 10.0.0.61 - - [2025-12-11 04:14:44] "GET /obj-perms HTTP/1.1" 200 5032 0.006331 10.0.0.61 - - [2025-12-11 04:14:47] "GET /obj-perms HTTP/1.1" 200 5032 0.005138 10.0.0.61 - - [2025-12-11 04:14:48] "GET /obj-perms HTTP/1.1" 200 5032 0.003239 10.0.0.61 - - [2025-12-11 04:14:48] "POST /neutron/network HTTP/1.1" 200 825 0.006514 10.0.0.33 - - [2025-12-11 04:14:48] "DELETE /route-target/65048d26-5d88-4ef3-82f9-99fd57f21701 HTTP/1.1" 200 115 0.019484 10.0.0.61 - - [2025-12-11 04:14:50] "POST /fqname-to-id HTTP/1.1" 404 200 0.003317 10.0.0.61 - - [2025-12-11 04:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.27 - - [2025-12-11 04:14:51] "GET /projects?obj_uuids=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.026829 10.0.0.61 - - [2025-12-11 04:14:51] "GET /project/2bc25706-3e1b-4dcd-bbbb-0261d020b882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.063637 10.0.0.61 - - [2025-12-11 04:14:51] "POST /network-policys HTTP/1.1" 200 522 0.025372 10.0.0.61 - - [2025-12-11 04:14:51] "GET /network-policy/1157b7f2-1abd-4ab2-959a-3e7df2ee697d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005656 10.0.0.61 - - [2025-12-11 04:14:51] "POST /fqname-to-id HTTP/1.1" 404 200 0.002538 10.0.0.61 - - [2025-12-11 04:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.27 - - [2025-12-11 04:14:51] "GET /projects?obj_uuids=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000889 10.0.0.61 - - [2025-12-11 04:14:51] "GET /project/2bc25706-3e1b-4dcd-bbbb-0261d020b882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.038003 10.0.0.61 - - [2025-12-11 04:14:51] "POST /network-policys HTTP/1.1" 200 522 0.028401 10.0.0.61 - - [2025-12-11 04:14:51] "GET /network-policy/341bb97d-438b-423d-a351-6a55c1ea4d40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006712 10.0.0.61 - - [2025-12-11 04:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.27 - - [2025-12-11 04:14:51] "GET /projects?obj_uuids=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001407 10.0.0.61 - - [2025-12-11 04:14:51] "GET /project/2bc25706-3e1b-4dcd-bbbb-0261d020b882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.041623 10.0.0.61 - - [2025-12-11 04:14:51] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003675 10.0.0.61 - - [2025-12-11 04:14:51] "POST /virtual-networks HTTP/1.1" 200 546 0.075840 10.0.0.61 - - [2025-12-11 04:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005035 10.0.0.61 - - [2025-12-11 04:14:51] "GET /network-ipam/6c63472b-8030-485b-a285-2bc8b041915e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.004967 10.0.0.27 - - [2025-12-11 04:14:51] "POST /useragent-kv HTTP/1.1" 200 115 0.007387 10.0.0.61 - - [2025-12-11 04:14:51] "POST /ref-update HTTP/1.1" 200 156 0.070256 10.0.0.61 - - [2025-12-11 04:14:52] "POST /neutron/network HTTP/1.1" 200 809 0.007991 10.0.0.61 - - [2025-12-11 04:14:52] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.005001 10.0.0.61 - - [2025-12-11 04:14:52] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006420 10.0.0.27 - - [2025-12-11 04:14:52] "GET /obj-perms HTTP/1.1" 200 5032 0.004614 10.0.0.61 - - [2025-12-11 04:14:52] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006695 10.0.0.61 - - [2025-12-11 04:14:52] "PUT /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53 HTTP/1.1" 200 264 0.056349 10.0.0.61 - - [2025-12-11 04:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.61 - - [2025-12-11 04:14:52] "GET /network-policy/1157b7f2-1abd-4ab2-959a-3e7df2ee697d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005674 10.0.0.33 - - [2025-12-11 04:14:52] "POST /fqname-to-id HTTP/1.1" 404 237 0.008721 10.0.0.61 - - [2025-12-11 04:14:52] "POST /ref-update HTTP/1.1" 200 156 0.046124 10.0.0.61 - - [2025-12-11 04:14:52] "POST /neutron/network HTTP/1.1" 200 886 0.008142 10.0.0.61 - - [2025-12-11 04:14:52] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005287 10.0.0.61 - - [2025-12-11 04:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.61 - - [2025-12-11 04:14:52] "GET /network-policy/1157b7f2-1abd-4ab2-959a-3e7df2ee697d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005155 10.0.0.61 - - [2025-12-11 04:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004202 10.0.0.27 - - [2025-12-11 04:14:52] "GET /projects?obj_uuids=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001642 10.0.0.61 - - [2025-12-11 04:14:53] "GET /project/2bc25706-3e1b-4dcd-bbbb-0261d020b882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.044900 10.0.0.61 - - [2025-12-11 04:14:53] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003727 10.0.0.61 - - [2025-12-11 04:14:53] "POST /virtual-networks HTTP/1.1" 200 546 0.069466 10.0.0.61 - - [2025-12-11 04:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.33 - - [2025-12-11 04:14:53] "POST /ref-update HTTP/1.1" 200 156 0.019271 10.0.0.61 - - [2025-12-11 04:14:53] "GET /network-ipam/6c63472b-8030-485b-a285-2bc8b041915e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.003803 10.0.0.27 - - [2025-12-11 04:14:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004086 10.0.0.61 - - [2025-12-11 04:14:53] "POST /ref-update HTTP/1.1" 200 156 0.060140 10.0.0.61 - - [2025-12-11 04:14:53] "GET /virtual-network/a62f0c86-883a-4ca5-b5bb-5e23d6af5ad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.005185 10.0.0.61 - - [2025-12-11 04:14:53] "POST /neutron/network HTTP/1.1" 200 809 0.005260 10.0.0.61 - - [2025-12-11 04:14:53] "GET /virtual-network/a62f0c86-883a-4ca5-b5bb-5e23d6af5ad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.005129 10.0.0.33 - - [2025-12-11 04:14:53] "GET /obj-perms HTTP/1.1" 200 5032 0.003462 10.0.0.61 - - [2025-12-11 04:14:53] "GET /virtual-network/a62f0c86-883a-4ca5-b5bb-5e23d6af5ad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006897 10.0.0.61 - - [2025-12-11 04:14:54] "PUT /virtual-network/a62f0c86-883a-4ca5-b5bb-5e23d6af5ad1 HTTP/1.1" 200 264 0.040457 10.0.0.61 - - [2025-12-11 04:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.61 - - [2025-12-11 04:14:54] "GET /network-policy/341bb97d-438b-423d-a351-6a55c1ea4d40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.003896 10.0.0.61 - - [2025-12-11 04:14:54] "POST /ref-update HTTP/1.1" 200 156 0.053586 10.0.0.61 - - [2025-12-11 04:14:54] "GET /virtual-network/a62f0c86-883a-4ca5-b5bb-5e23d6af5ad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005965 10.0.0.61 - - [2025-12-11 04:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.009733 10.0.0.33 - - [2025-12-11 04:14:54] "POST /ref-update HTTP/1.1" 200 156 0.033050 10.0.0.61 - - [2025-12-11 04:14:54] "GET /network-policy/341bb97d-438b-423d-a351-6a55c1ea4d40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005378 10.0.0.61 - - [2025-12-11 04:14:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.001656 10.0.0.61 - - [2025-12-11 04:14:54] "POST /neutron/network HTTP/1.1" 200 896 0.007808 10.0.0.27 - - [2025-12-11 04:14:55] "GET /projects?obj_uuids=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001021 10.0.0.61 - - [2025-12-11 04:14:55] "GET /project/2bc25706-3e1b-4dcd-bbbb-0261d020b882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.066222 10.0.0.61 - - [2025-12-11 04:14:55] "POST /neutron/port HTTP/1.1" 200 117 0.007628 10.0.0.61 - - [2025-12-11 04:14:55] "POST /id-to-fqname HTTP/1.1" 200 222 0.001197 10.0.0.61 - - [2025-12-11 04:14:55] "POST /neutron/network HTTP/1.1" 200 896 0.006795 10.0.0.61 - - [2025-12-11 04:14:56] "POST /neutron/port HTTP/1.1" 200 1061 0.012857 10.0.0.27 - - [2025-12-11 04:14:56] "GET /projects?obj_uuids=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001267 10.0.0.61 - - [2025-12-11 04:14:56] "GET /project/2bc25706-3e1b-4dcd-bbbb-0261d020b882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.090382 10.0.0.61 - - [2025-12-11 04:14:56] "POST /neutron/network HTTP/1.1" 200 886 0.032383 10.0.0.61 - - [2025-12-11 04:14:56] "POST /neutron/port HTTP/1.1" 200 117 0.001600 10.0.0.61 - - [2025-12-11 04:14:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006604 10.0.0.61 - - [2025-12-11 04:14:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006255 10.0.0.61 - - [2025-12-11 04:14:57] "POST /neutron/port HTTP/1.1" 200 1061 0.013650 10.0.0.61 - - [2025-12-11 04:14:57] "POST /neutron/port HTTP/1.1" 200 1089 0.014307 10.0.0.61 - - [2025-12-11 04:14:57] "POST /neutron/port HTTP/1.1" 200 117 0.001656 10.0.0.61 - - [2025-12-11 04:15:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009859 10.0.0.61 - - [2025-12-11 04:15:02] "POST /neutron/port HTTP/1.1" 200 1089 0.016467 10.0.0.61 - - [2025-12-11 04:15:02] "GET /virtual-machine/14d2ab20-12c2-48a7-b1aa-5426c78d7c3c HTTP/1.1" 200 1293 0.006045 10.0.0.61 - - [2025-12-11 04:15:02] "GET /virtual-machine-interface/5590a187-0957-4033-a3f5-19741fffe2d4 HTTP/1.1" 200 2949 0.006262 10.0.0.61 - - [2025-12-11 04:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004813 10.0.0.61 - - [2025-12-11 04:15:02] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004742 10.0.0.61 - - [2025-12-11 04:15:02] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003790 10.0.0.61 - - [2025-12-11 04:15:02] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006909 10.0.0.61 - - [2025-12-11 04:15:03] "POST /neutron/port HTTP/1.1" 200 1089 0.014824 10.0.0.61 - - [2025-12-11 04:15:04] "POST /neutron/subnet HTTP/1.1" 200 646 0.008844 10.0.0.61 - - [2025-12-11 04:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.61 - - [2025-12-11 04:15:05] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005464 10.0.0.61 - - [2025-12-11 04:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.61 - - [2025-12-11 04:15:09] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.004907 10.0.0.61 - - [2025-12-11 04:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.61 - - [2025-12-11 04:15:13] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005271 10.0.0.61 - - [2025-12-11 04:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403 10.0.0.61 - - [2025-12-11 04:15:17] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005221 10.0.0.61 - - [2025-12-11 04:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.61 - - [2025-12-11 04:15:21] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.004828 10.0.0.61 - - [2025-12-11 04:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.61 - - [2025-12-11 04:15:25] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.004630 10.0.0.61 - - [2025-12-11 04:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.61 - - [2025-12-11 04:15:29] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.004904 10.0.0.61 - - [2025-12-11 04:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.61 - - [2025-12-11 04:15:33] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005826 10.0.0.61 - - [2025-12-11 04:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.61 - - [2025-12-11 04:15:38] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004617 10.0.0.61 - - [2025-12-11 04:15:38] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003519 10.0.0.61 - - [2025-12-11 04:15:38] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008158 10.0.0.61 - - [2025-12-11 04:15:38] "POST /neutron/port HTTP/1.1" 200 1089 0.014584 10.0.0.61 - - [2025-12-11 04:15:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006820 10.0.0.61 - - [2025-12-11 04:15:48] "POST /neutron/port HTTP/1.1" 200 1089 0.011966 10.0.0.61 - - [2025-12-11 04:15:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.033217 10.0.0.61 - - [2025-12-11 04:15:58] "POST /neutron/port HTTP/1.1" 200 1089 0.013175 10.0.0.61 - - [2025-12-11 04:15:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003603 10.0.0.61 - - [2025-12-11 04:15:58] "POST /neutron/network HTTP/1.1" 200 886 0.006529 10.0.0.61 - - [2025-12-11 04:15:59] "POST /neutron/port HTTP/1.1" 200 1089 0.016528 10.0.0.61 - - [2025-12-11 04:15:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006880 10.0.0.61 - - [2025-12-11 04:15:59] "GET /virtual-machine/0db5c9d0-0106-4bbd-92d5-118de894105b HTTP/1.1" 200 1292 0.006275 10.0.0.61 - - [2025-12-11 04:15:59] "GET /virtual-machine-interface/ca815bb4-a182-404c-9da1-e38ccc8bb731 HTTP/1.1" 200 2950 0.006418 10.0.0.61 - - [2025-12-11 04:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.61 - - [2025-12-11 04:15:59] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004820 10.0.0.61 - - [2025-12-11 04:15:59] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003275 10.0.0.61 - - [2025-12-11 04:15:59] "GET /virtual-network/a62f0c86-883a-4ca5-b5bb-5e23d6af5ad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006045 10.0.0.61 - - [2025-12-11 04:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.61 - - [2025-12-11 04:16:00] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004541 10.0.0.61 - - [2025-12-11 04:16:00] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003833 10.0.0.61 - - [2025-12-11 04:16:00] "GET /virtual-network/a62f0c86-883a-4ca5-b5bb-5e23d6af5ad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005564 10.0.0.61 - - [2025-12-11 04:16:05] "POST /neutron/network HTTP/1.1" 200 896 0.007032 10.0.0.61 - - [2025-12-11 04:16:06] "POST /neutron/port HTTP/1.1" 200 117 0.001119 10.0.0.27 - - [2025-12-11 04:16:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000486 10.0.0.27 - - [2025-12-11 04:16:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000500 10.0.0.27 - - [2025-12-11 04:16:22] "GET /global-system-configs HTTP/1.1" 401 292 0.002502 10.0.0.27 - - [2025-12-11 04:16:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000507 10.0.0.33 - - [2025-12-11 04:16:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000511 10.0.0.33 - - [2025-12-11 04:16:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000526 10.0.0.33 - - [2025-12-11 04:16:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000486 10.0.0.33 - - [2025-12-11 04:16:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.61 - - [2025-12-11 04:16:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000636 10.0.0.61 - - [2025-12-11 04:16:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000530 10.0.0.61 - - [2025-12-11 04:16:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000482 10.0.0.61 - - [2025-12-11 04:16:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.61 - - [2025-12-11 04:16:46] "GET /obj-perms HTTP/1.1" 200 5056 0.056058 10.0.0.27 - - [2025-12-11 04:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.027191 10.0.0.61 - - [2025-12-11 04:17:00] "POST /neutron/port HTTP/1.1" 200 1089 0.013381 10.0.0.61 - - [2025-12-11 04:17:00] "POST /neutron/network HTTP/1.1" 200 896 0.006247 10.0.0.61 - - [2025-12-11 04:17:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003697 10.0.0.61 - - [2025-12-11 04:17:00] "POST /neutron/subnet HTTP/1.1" 200 646 0.008155 10.0.0.61 - - [2025-12-11 04:17:00] "POST /neutron/port HTTP/1.1" 200 117 0.001141 10.0.0.61 - - [2025-12-11 04:17:00] "POST /neutron/network HTTP/1.1" 200 886 0.006728 10.0.0.61 - - [2025-12-11 04:17:07] "POST /neutron/port HTTP/1.1" 200 1089 0.016159 10.0.0.61 - - [2025-12-11 04:17:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003863 10.0.0.61 - - [2025-12-11 04:17:08] "POST /neutron/network HTTP/1.1" 200 886 0.007846 ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Dec 11 04:17:28 AM UTC 2025 ===================' INFO: =================== Thu Dec 11 04:17:28 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ cut -d / -f 1 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ grep 'inet ' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.27 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.61,10.0.0.33,10.0.0.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.61,10.0.0.33,10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.61,10.0.0.33,10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.61,10.0.0.33,10.0.0.27 ++ 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.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ '[' -n '10.0.0.61:8081 10.0.0.33:8081 10.0.0.27:8081 ' ']' +++ echo '10.0.0.61:8081 10.0.0.33:8081 10.0.0.27:8081' ++ ANALYTICS_SERVERS='10.0.0.61:8081 10.0.0.33:8081 10.0.0.27: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.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ '[' -n '10.0.0.61:9042 10.0.0.33:9042 10.0.0.27:9042 ' ']' +++ echo '10.0.0.61:9042 10.0.0.33:9042 10.0.0.27:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.61:9042 10.0.0.33:9042 10.0.0.27:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.61,10.0.0.33,10.0.0.27 ++ 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.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ '[' -n '10.0.0.61:8086 10.0.0.33:8086 10.0.0.27:8086 ' ']' +++ echo '10.0.0.61:8086 10.0.0.33:8086 10.0.0.27:8086' ++ COLLECTOR_SERVERS='10.0.0.61:8086 10.0.0.33:8086 10.0.0.27: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.61,10.0.0.33,10.0.0.27 ++ CONFIGDB_NODES=10.0.0.61,10.0.0.33,10.0.0.27 ++ 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.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ '[' -n '10.0.0.61:8082 10.0.0.33:8082 10.0.0.27:8082 ' ']' +++ echo '10.0.0.61:8082 10.0.0.33:8082 10.0.0.27:8082' ++ CONFIG_SERVERS='10.0.0.61:8082 10.0.0.33:8082 10.0.0.27: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.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ '[' -n '10.0.0.61:9161 10.0.0.33:9161 10.0.0.27:9161 ' ']' +++ echo '10.0.0.61:9161 10.0.0.33:9161 10.0.0.27:9161' ++ CONFIGDB_SERVERS='10.0.0.61:9161 10.0.0.33:9161 10.0.0.27: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.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ '[' -n '10.0.0.61:9041 10.0.0.33:9041 10.0.0.27:9041 ' ']' +++ echo '10.0.0.61:9041 10.0.0.33:9041 10.0.0.27:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.61:9041 10.0.0.33:9041 10.0.0.27: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.14,10.20.0.18,10.20.0.252 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.14,10.20.0.18,10.20.0.252 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.61,10.0.0.33,10.0.0.27 ++ 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.61 +++ local server_address=10.0.0.61 +++ extended_server_list+=10.0.0.61:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ '[' -n 10.0.0.61:2181,10.0.0.33:2181,10.0.0.27:2181, ']' +++ echo 10.0.0.61:2181,10.0.0.33:2181,10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.61:2181,10.0.0.33:2181,10.0.0.27: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.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ '[' -n '10.0.0.61:2181 10.0.0.33:2181 10.0.0.27:2181 ' ']' +++ echo '10.0.0.61:2181 10.0.0.33:2181 10.0.0.27:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.61:2181 10.0.0.33:2181 10.0.0.27:2181' ++ RABBITMQ_NODES=10.0.0.61,10.0.0.33,10.0.0.27 ++ 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.61 +++ local server_address=10.0.0.61 +++ extended_server_list+=10.0.0.61:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ '[' -n 10.0.0.61:5673,10.0.0.33:5673,10.0.0.27:5673, ']' +++ echo 10.0.0.61:5673,10.0.0.33:5673,10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.61:5673,10.0.0.33:5673,10.0.0.27: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.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ '[' -n '10.0.0.61:6379 10.0.0.33:6379 10.0.0.27:6379 ' ']' +++ echo '10.0.0.61:6379 10.0.0.33:6379 10.0.0.27:6379' ++ REDIS_SERVERS='10.0.0.61:6379 10.0.0.33:6379 10.0.0.27: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.61,10.0.0.33,10.0.0.27 ++ 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.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ '[' -n '10.0.0.61:9092 10.0.0.33:9092 10.0.0.27:9092 ' ']' +++ echo '10.0.0.61:9092 10.0.0.33:9092 10.0.0.27:9092' ++ KAFKA_SERVERS='10.0.0.61:9092 10.0.0.33:9092 10.0.0.27: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.61 ++ 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.61,10.0.0.33,10.0.0.27 ++ 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.61,10.0.0.33,10.0.0.27 ++ 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.61,10.0.0.33,10.0.0.27 + local cassandra=10.0.0.61 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.61 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.61,10.0.0.33,10.0.0.27 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.61,10.0.0.33,10.0.0.27 +++ 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.27,10.20.0.252,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.61'\''))' +++ local server_ip=10.0.0.61 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.61 ]] +++ [[ ,10.0.0.27,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.61, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.27,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.27,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ echo 10.0.0.27 3 +++ return ++ local ip=10.0.0.27 ++ [[ -z 10.0.0.27 ]] ++ echo 10.0.0.27 + host_ip=10.0.0.27 + [[ cql == \c\q\l ]] ++ echo 10.0.0.61:9041 10.0.0.33:9041 10.0.0.27:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.61:9041 10.0.0.33:9041 10.0.0.27:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.27:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ sort + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 12/11/2025 04:17:36.171 7fce43480700 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 12/11/2025 04:17:36.296 7fce43480700 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 12/11/2025 04:17:36.309 7fce43480700 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 12/11/2025 04:17:36.309 7fce43480700 [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.27:8082/ Hit Ctrl-C to quit. 10.0.0.27 - - [2025-12-11 04:17:36] "GET / HTTP/1.1" 503 181 0.000275 10.0.0.27 - - [2025-12-11 04:17:36] "GET / HTTP/1.1" 503 181 0.000178 10.0.0.27 - - [2025-12-11 04:17:37] "GET / HTTP/1.1" 200 45871 0.001482 10.0.0.27 - - [2025-12-11 04:17:37] "GET / HTTP/1.1" 200 45871 0.000973 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.27 - - [2025-12-11 04:17:37] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000462 10.0.0.27 - - [2025-12-11 04:17:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000248 [Introspect:8084]10.0.0.61 - - [2025-12-11 04:17:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3219 0.001368 10.0.0.27 - - [2025-12-11 04:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.634726 10.0.0.27 - - [2025-12-11 04:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.27 - - [2025-12-11 04:17:38] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.353634 10.0.0.27 - - [2025-12-11 04:17:38] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 1220 0.003119 /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.27 - - [2025-12-11 04:17:39] "GET /projects?obj_uuids=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001161 10.0.0.27 - - [2025-12-11 04:17:39] "GET /project/522de551-ad9d-49f4-8f72-86684afa0d87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.058093 10.0.0.27 - - [2025-12-11 04:17:39] "GET /projects?obj_uuids=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000806 10.0.0.27 - - [2025-12-11 04:17:39] "GET /project/522de551-ad9d-49f4-8f72-86684afa0d87?fields=security_groups HTTP/1.1" 200 1098 0.042283 10.0.0.27 - - [2025-12-11 04:17:39] "GET /projects?obj_uuids=522de551-ad9d-49f4-8f72-86684afa0d87&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001011 10.0.0.27 - - [2025-12-11 04:17:39] "GET /project/522de551-ad9d-49f4-8f72-86684afa0d87?fields=application_policy_sets HTTP/1.1" 200 1391 0.042387 10.0.0.27 - - [2025-12-11 04:17:39] "DELETE /project/522de551-ad9d-49f4-8f72-86684afa0d87 HTTP/1.1" 409 278 0.243289 [Introspect:8084]10.0.0.61 - - [2025-12-11 04:17:43] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001115 [Introspect:8084]10.0.0.61 - - [2025-12-11 04:17:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001043 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.61 - - [2025-12-11 04:17:45] "GET /obj-perms HTTP/1.1" 200 5032 0.351579 10.0.0.61 - - [2025-12-11 04:17:45] "GET /obj-perms HTTP/1.1" 200 5032 0.003576 10.0.0.61 - - [2025-12-11 04:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.024881 10.0.0.27 - - [2025-12-11 04:17:45] "GET /projects?obj_uuids=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000791 10.0.0.61 - - [2025-12-11 04:17:45] "GET /project/2bc25706-3e1b-4dcd-bbbb-0261d020b882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.034699 10.0.0.61 - - [2025-12-11 04:17:45] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003317 10.0.0.61 - - [2025-12-11 04:17:45] "POST /virtual-networks HTTP/1.1" 200 546 0.065551 10.0.0.61 - - [2025-12-11 04:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.61 - - [2025-12-11 04:17:45] "GET /network-ipam/6c63472b-8030-485b-a285-2bc8b041915e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.003933 10.0.0.27 - - [2025-12-11 04:17:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004808 10.0.0.61 - - [2025-12-11 04:17:45] "POST /ref-update HTTP/1.1" 200 156 0.062440 10.0.0.61 - - [2025-12-11 04:17:46] "GET /virtual-network/f4172fde-e478-4717-b4fa-325ae9204370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005167 10.0.0.61 - - [2025-12-11 04:17:46] "POST /neutron/network HTTP/1.1" 200 809 0.037113 10.0.0.33 - - [2025-12-11 04:17:46] "POST /route-targets HTTP/1.1" 200 327 0.035283 10.0.0.61 - - [2025-12-11 04:17:46] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006318 10.0.0.33 - - [2025-12-11 04:17:46] "GET /obj-perms HTTP/1.1" 200 5032 0.051528 10.0.0.27 - - [2025-12-11 04:17:46] "GET /obj-perms HTTP/1.1" 200 5032 0.053874 10.0.0.61 - - [2025-12-11 04:17:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.001314 10.0.0.61 - - [2025-12-11 04:17:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007534 10.0.0.27 - - [2025-12-11 04:17:48] "GET /projects?obj_uuids=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001009 10.0.0.61 - - [2025-12-11 04:17:48] "GET /project/2bc25706-3e1b-4dcd-bbbb-0261d020b882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.365302 10.0.0.61 - - [2025-12-11 04:17:48] "GET /obj-perms HTTP/1.1" 200 5056 0.067933 10.0.0.61 - - [2025-12-11 04:17:48] "POST /neutron/port HTTP/1.1" 200 2062 0.020931 10.0.0.61 - - [2025-12-11 04:17:48] "POST /neutron/port HTTP/1.1" 200 117 0.005680 10.0.0.61 - - [2025-12-11 04:17:48] "POST /neutron/port HTTP/1.1" 200 1061 0.038968 10.0.0.61 - - [2025-12-11 04:17:49] "POST /neutron/port HTTP/1.1" 200 1089 0.014350 10.0.0.61 - - [2025-12-11 04:17:49] "POST /neutron/port HTTP/1.1" 200 117 0.001159 10.0.0.61 - - [2025-12-11 04:17:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008390 10.0.0.61 - - [2025-12-11 04:17:53] "POST /neutron/port HTTP/1.1" 200 1089 0.016268 10.0.0.61 - - [2025-12-11 04:17:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009006 10.0.0.61 - - [2025-12-11 04:17:53] "GET /virtual-machine/142bc66e-8a08-4041-88c6-e09e92932075 HTTP/1.1" 200 1292 0.033143 10.0.0.61 - - [2025-12-11 04:17:53] "GET /virtual-machine/142bc66e-8a08-4041-88c6-e09e92932075 HTTP/1.1" 200 1292 0.004915 10.0.0.61 - - [2025-12-11 04:17:53] "GET /virtual-machine-interface/35adc6cb-9aa2-40e7-8951-b85abd507bdb HTTP/1.1" 200 2948 0.006604 10.0.0.61 - - [2025-12-11 04:17:53] "GET /virtual-machine/142bc66e-8a08-4041-88c6-e09e92932075 HTTP/1.1" 200 1292 0.004839 10.0.0.61 - - [2025-12-11 04:17:53] "GET /virtual-machine-interface/35adc6cb-9aa2-40e7-8951-b85abd507bdb HTTP/1.1" 200 2948 0.007103 10.0.0.61 - - [2025-12-11 04:17:53] "GET /instance-ip/390db9be-6192-464f-a827-bfce6d4326dc HTTP/1.1" 200 1623 0.006953 10.0.0.61 - - [2025-12-11 04:17:53] "GET /virtual-machine/142bc66e-8a08-4041-88c6-e09e92932075 HTTP/1.1" 200 1292 0.013260 10.0.0.61 - - [2025-12-11 04:17:53] "GET /virtual-machine-interface/35adc6cb-9aa2-40e7-8951-b85abd507bdb HTTP/1.1" 200 2948 0.005535 10.0.0.61 - - [2025-12-11 04:17:53] "GET /instance-ip/390db9be-6192-464f-a827-bfce6d4326dc HTTP/1.1" 200 1623 0.004584 10.0.0.61 - - [2025-12-11 04:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005753 10.0.0.61 - - [2025-12-11 04:17:53] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004935 10.0.0.61 - - [2025-12-11 04:17:53] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003945 10.0.0.61 - - [2025-12-11 04:17:53] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006998 10.0.0.61 - - [2025-12-11 04:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.61 - - [2025-12-11 04:17:53] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004858 10.0.0.61 - - [2025-12-11 04:17:53] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003733 10.0.0.61 - - [2025-12-11 04:17:54] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005650 10.0.0.61 - - [2025-12-11 04:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.61 - - [2025-12-11 04:17:54] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004000 10.0.0.61 - - [2025-12-11 04:17:54] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002824 10.0.0.61 - - [2025-12-11 04:17:54] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006054 10.0.0.61 - - [2025-12-11 04:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.61 - - [2025-12-11 04:17:54] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003975 10.0.0.61 - - [2025-12-11 04:17:54] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003042 10.0.0.61 - - [2025-12-11 04:17:54] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005575 10.0.0.61 - - [2025-12-11 04:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.61 - - [2025-12-11 04:17:54] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004590 10.0.0.61 - - [2025-12-11 04:17:54] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003134 10.0.0.61 - - [2025-12-11 04:17:54] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005428 10.0.0.61 - - [2025-12-11 04:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.61 - - [2025-12-11 04:17:57] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005684 10.0.0.61 - - [2025-12-11 04:18:00] "POST /neutron/network HTTP/1.1" 200 896 0.006949 10.0.0.61 - - [2025-12-11 04:18:00] "POST /neutron/port HTTP/1.1" 200 117 0.001127 10.0.0.61 - - [2025-12-11 04:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.61 - - [2025-12-11 04:18:01] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005293 10.0.0.61 - - [2025-12-11 04:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.61 - - [2025-12-11 04:18:05] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.004635 10.0.0.61 - - [2025-12-11 04:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.61 - - [2025-12-11 04:18:09] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.004961 10.0.0.61 - - [2025-12-11 04:18:10] "POST /neutron/port HTTP/1.1" 200 1089 0.040968 10.0.0.61 - - [2025-12-11 04:18:10] "POST /neutron/subnet HTTP/1.1" 200 646 0.008431 10.0.0.61 - - [2025-12-11 04:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.61 - - [2025-12-11 04:18:13] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005951 10.0.0.61 - - [2025-12-11 04:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.61 - - [2025-12-11 04:18:18] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.004809 10.0.0.61 - - [2025-12-11 04:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004584 10.0.0.61 - - [2025-12-11 04:18:22] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006797 10.0.0.61 - - [2025-12-11 04:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.61 - - [2025-12-11 04:18:26] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.004734 10.0.0.61 - - [2025-12-11 04:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.61 - - [2025-12-11 04:18:28] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004362 10.0.0.61 - - [2025-12-11 04:18:28] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003756 10.0.0.61 - - [2025-12-11 04:18:28] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007162 10.0.0.61 - - [2025-12-11 04:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247 10.0.0.61 - - [2025-12-11 04:18:28] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003950 10.0.0.61 - - [2025-12-11 04:18:28] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003936 10.0.0.61 - - [2025-12-11 04:18:28] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005399 10.0.0.61 - - [2025-12-11 04:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002589 10.0.0.61 - - [2025-12-11 04:18:28] "GET /routing-instance/eda0b80c-f51b-4438-a2ae-ffae70fd182f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.005105 10.0.0.61 - - [2025-12-11 04:18:28] "GET /route-target/2c6bea52-5e41-4cf9-b11c-31070197cffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003354 10.0.0.61 - - [2025-12-11 04:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.61 - - [2025-12-11 04:18:28] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004095 10.0.0.61 - - [2025-12-11 04:18:28] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003072 10.0.0.61 - - [2025-12-11 04:18:28] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005650 10.0.0.61 - - [2025-12-11 04:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.61 - - [2025-12-11 04:18:28] "GET /routing-instance/eda0b80c-f51b-4438-a2ae-ffae70fd182f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.004105 10.0.0.61 - - [2025-12-11 04:18:28] "GET /route-target/2c6bea52-5e41-4cf9-b11c-31070197cffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003969 10.0.0.61 - - [2025-12-11 04:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.61 - - [2025-12-11 04:18:28] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003862 10.0.0.61 - - [2025-12-11 04:18:28] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002949 10.0.0.61 - - [2025-12-11 04:18:29] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005640 10.0.0.61 - - [2025-12-11 04:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.61 - - [2025-12-11 04:18:29] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003786 10.0.0.61 - - [2025-12-11 04:18:29] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002899 10.0.0.61 - - [2025-12-11 04:18:29] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005368 10.0.0.27 - - [2025-12-11 04:18:29] "GET /obj-perms HTTP/1.1" 200 5032 0.005103 10.0.0.61 - - [2025-12-11 04:18:29] "GET /obj-perms HTTP/1.1" 200 5032 0.003129 10.0.0.61 - - [2025-12-11 04:18:29] "GET /obj-perms HTTP/1.1" 200 5032 0.003418 10.0.0.27 - - [2025-12-11 04:18:29] "GET /obj-perms HTTP/1.1" 200 5032 0.003397 10.0.0.61 - - [2025-12-11 04:18:29] "POST /id-to-fqname HTTP/1.1" 200 222 0.001256 10.0.0.61 - - [2025-12-11 04:18:29] "POST /neutron/port HTTP/1.1" 200 3034 0.015960 10.0.0.27 - - [2025-12-11 04:18:30] "GET /projects?obj_uuids=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000941 10.0.0.61 - - [2025-12-11 04:18:30] "GET /project/2bc25706-3e1b-4dcd-bbbb-0261d020b882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.070682 10.0.0.61 - - [2025-12-11 04:18:30] "POST /neutron/network HTTP/1.1" 200 886 0.038330 10.0.0.61 - - [2025-12-11 04:18:30] "POST /neutron/port HTTP/1.1" 200 117 0.008918 10.0.0.27 - - [2025-12-11 04:18:31] "GET /projects?obj_uuids=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000924 10.0.0.61 - - [2025-12-11 04:18:31] "POST /neutron/port HTTP/1.1" 200 1061 0.236859 10.0.0.61 - - [2025-12-11 04:18:31] "POST /neutron/port HTTP/1.1" 200 1115 0.094213 10.0.0.61 - - [2025-12-11 04:18:31] "POST /neutron/subnet HTTP/1.1" 200 646 0.008277 10.0.0.61 - - [2025-12-11 04:18:36] "POST /neutron/port HTTP/1.1" 200 1089 0.025910 10.0.0.61 - - [2025-12-11 04:18:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007438 10.0.0.61 - - [2025-12-11 04:18:36] "POST /neutron/port HTTP/1.1" 200 1089 0.015475 10.0.0.61 - - [2025-12-11 04:18:36] "GET /virtual-machine/9468a82c-7773-4b4e-b58b-1d348aa1b6fe HTTP/1.1" 200 1294 0.007130 10.0.0.61 - - [2025-12-11 04:18:36] "GET /virtual-machine/9468a82c-7773-4b4e-b58b-1d348aa1b6fe HTTP/1.1" 200 1294 0.004518 10.0.0.61 - - [2025-12-11 04:18:36] "GET /virtual-machine-interface/b1f762de-badc-4501-9bed-da300d46018a HTTP/1.1" 200 2950 0.006199 10.0.0.61 - - [2025-12-11 04:18:36] "GET /virtual-machine/9468a82c-7773-4b4e-b58b-1d348aa1b6fe HTTP/1.1" 200 1294 0.004608 10.0.0.61 - - [2025-12-11 04:18:36] "GET /virtual-machine-interface/b1f762de-badc-4501-9bed-da300d46018a HTTP/1.1" 200 2950 0.006543 10.0.0.61 - - [2025-12-11 04:18:36] "GET /instance-ip/48e76345-b3fa-4979-905e-986ad7fbbc9c HTTP/1.1" 200 1623 0.007800 10.0.0.61 - - [2025-12-11 04:18:36] "GET /virtual-machine/9468a82c-7773-4b4e-b58b-1d348aa1b6fe HTTP/1.1" 200 1294 0.004722 10.0.0.61 - - [2025-12-11 04:18:36] "GET /virtual-machine-interface/b1f762de-badc-4501-9bed-da300d46018a HTTP/1.1" 200 2950 0.005705 10.0.0.61 - - [2025-12-11 04:18:36] "GET /instance-ip/48e76345-b3fa-4979-905e-986ad7fbbc9c HTTP/1.1" 200 1623 0.005843 10.0.0.61 - - [2025-12-11 04:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004563 10.0.0.61 - - [2025-12-11 04:18:36] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004732 10.0.0.61 - - [2025-12-11 04:18:36] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003887 10.0.0.61 - - [2025-12-11 04:18:36] "GET /virtual-network/a62f0c86-883a-4ca5-b5bb-5e23d6af5ad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007604 10.0.0.61 - - [2025-12-11 04:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004683 10.0.0.61 - - [2025-12-11 04:18:36] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004892 10.0.0.61 - - [2025-12-11 04:18:36] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003907 10.0.0.61 - - [2025-12-11 04:18:36] "GET /virtual-network/a62f0c86-883a-4ca5-b5bb-5e23d6af5ad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006810 10.0.0.61 - - [2025-12-11 04:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004994 10.0.0.61 - - [2025-12-11 04:18:36] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005627 10.0.0.61 - - [2025-12-11 04:18:36] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003931 10.0.0.61 - - [2025-12-11 04:18:36] "GET /virtual-network/a62f0c86-883a-4ca5-b5bb-5e23d6af5ad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006239 10.0.0.61 - - [2025-12-11 04:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.61 - - [2025-12-11 04:18:36] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004219 10.0.0.61 - - [2025-12-11 04:18:36] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003147 10.0.0.61 - - [2025-12-11 04:18:36] "GET /virtual-network/a62f0c86-883a-4ca5-b5bb-5e23d6af5ad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006178 10.0.0.61 - - [2025-12-11 04:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.61 - - [2025-12-11 04:18:36] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004731 10.0.0.61 - - [2025-12-11 04:18:36] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003582 10.0.0.61 - - [2025-12-11 04:18:37] "GET /virtual-network/a62f0c86-883a-4ca5-b5bb-5e23d6af5ad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006562 10.0.0.61 - - [2025-12-11 04:18:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.031357 10.0.0.61 - - [2025-12-11 04:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.61 - - [2025-12-11 04:18:40] "GET /virtual-network/a62f0c86-883a-4ca5-b5bb-5e23d6af5ad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005534 10.0.0.61 - - [2025-12-11 04:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.61 - - [2025-12-11 04:18:44] "GET /virtual-network/a62f0c86-883a-4ca5-b5bb-5e23d6af5ad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005237 10.0.0.61 - - [2025-12-11 04:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.61 - - [2025-12-11 04:18:48] "GET /virtual-network/a62f0c86-883a-4ca5-b5bb-5e23d6af5ad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.004749 10.0.0.61 - - [2025-12-11 04:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.61 - - [2025-12-11 04:18:52] "GET /virtual-network/a62f0c86-883a-4ca5-b5bb-5e23d6af5ad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.004468 10.0.0.61 - - [2025-12-11 04:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.61 - - [2025-12-11 04:18:56] "GET /virtual-network/a62f0c86-883a-4ca5-b5bb-5e23d6af5ad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.004192 10.0.0.61 - - [2025-12-11 04:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.61 - - [2025-12-11 04:19:00] "GET /virtual-network/a62f0c86-883a-4ca5-b5bb-5e23d6af5ad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005780 10.0.0.61 - - [2025-12-11 04:19:01] "POST /neutron/network HTTP/1.1" 200 896 0.007289 10.0.0.61 - - [2025-12-11 04:19:01] "POST /neutron/port HTTP/1.1" 200 117 0.001082 10.0.0.61 - - [2025-12-11 04:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.61 - - [2025-12-11 04:19:04] "GET /virtual-network/a62f0c86-883a-4ca5-b5bb-5e23d6af5ad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005063 10.0.0.61 - - [2025-12-11 04:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004487 10.0.0.61 - - [2025-12-11 04:19:08] "GET /virtual-network/a62f0c86-883a-4ca5-b5bb-5e23d6af5ad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006484 10.0.0.61 - - [2025-12-11 04:19:11] "POST /neutron/port HTTP/1.1" 200 1089 0.015288 10.0.0.61 - - [2025-12-11 04:19:12] "POST /neutron/subnet HTTP/1.1" 200 646 0.008384 10.0.0.61 - - [2025-12-11 04:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.61 - - [2025-12-11 04:19:12] "GET /virtual-network/a62f0c86-883a-4ca5-b5bb-5e23d6af5ad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.004757 10.0.0.61 - - [2025-12-11 04:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290 10.0.0.61 - - [2025-12-11 04:19:14] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004562 10.0.0.61 - - [2025-12-11 04:19:15] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005001 10.0.0.61 - - [2025-12-11 04:19:15] "GET /virtual-network/a62f0c86-883a-4ca5-b5bb-5e23d6af5ad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008122 10.0.0.61 - - [2025-12-11 04:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.61 - - [2025-12-11 04:19:15] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003678 10.0.0.61 - - [2025-12-11 04:19:15] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003077 10.0.0.61 - - [2025-12-11 04:19:15] "GET /virtual-network/a62f0c86-883a-4ca5-b5bb-5e23d6af5ad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005486 10.0.0.61 - - [2025-12-11 04:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.61 - - [2025-12-11 04:19:15] "GET /routing-instance/bc35afab-d0bc-4963-98b0-ed3d87b5c12d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.004444 10.0.0.61 - - [2025-12-11 04:19:15] "GET /route-target/c881f928-1a47-465a-8c7d-5d089a001ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003668 10.0.0.61 - - [2025-12-11 04:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.61 - - [2025-12-11 04:19:15] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003419 10.0.0.61 - - [2025-12-11 04:19:15] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002580 10.0.0.61 - - [2025-12-11 04:19:15] "GET /virtual-network/a62f0c86-883a-4ca5-b5bb-5e23d6af5ad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005235 10.0.0.61 - - [2025-12-11 04:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.61 - - [2025-12-11 04:19:15] "GET /routing-instance/bc35afab-d0bc-4963-98b0-ed3d87b5c12d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.004446 10.0.0.61 - - [2025-12-11 04:19:15] "GET /route-target/c881f928-1a47-465a-8c7d-5d089a001ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003383 10.0.0.61 - - [2025-12-11 04:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.61 - - [2025-12-11 04:19:15] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005057 10.0.0.61 - - [2025-12-11 04:19:15] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004625 10.0.0.61 - - [2025-12-11 04:19:15] "GET /virtual-network/a62f0c86-883a-4ca5-b5bb-5e23d6af5ad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005544 10.0.0.61 - - [2025-12-11 04:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.61 - - [2025-12-11 04:19:15] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004067 10.0.0.61 - - [2025-12-11 04:19:15] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002749 10.0.0.61 - - [2025-12-11 04:19:15] "GET /virtual-network/a62f0c86-883a-4ca5-b5bb-5e23d6af5ad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005560 10.0.0.27 - - [2025-12-11 04:19:15] "GET /obj-perms HTTP/1.1" 200 5032 0.004039 10.0.0.61 - - [2025-12-11 04:19:15] "GET /obj-perms HTTP/1.1" 200 5032 0.003681 10.0.0.61 - - [2025-12-11 04:19:15] "GET /obj-perms HTTP/1.1" 200 5032 0.003277 10.0.0.33 - - [2025-12-11 04:19:16] "GET /obj-perms HTTP/1.1" 200 5032 0.004083 10.0.0.27 - - [2025-12-11 04:19:16] "GET /obj-perms HTTP/1.1" 200 5032 0.003549 10.0.0.61 - - [2025-12-11 04:19:16] "GET /virtual-machine/142bc66e-8a08-4041-88c6-e09e92932075 HTTP/1.1" 200 1292 0.003543 10.0.0.61 - - [2025-12-11 04:19:16] "GET /virtual-machine-interface/35adc6cb-9aa2-40e7-8951-b85abd507bdb HTTP/1.1" 200 2948 0.005231 10.0.0.61 - - [2025-12-11 04:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.61 - - [2025-12-11 04:19:16] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003479 10.0.0.61 - - [2025-12-11 04:19:16] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003020 10.0.0.61 - - [2025-12-11 04:19:16] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005405 10.0.0.61 - - [2025-12-11 04:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004609 10.0.0.61 - - [2025-12-11 04:19:17] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004949 10.0.0.61 - - [2025-12-11 04:19:17] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004752 10.0.0.61 - - [2025-12-11 04:19:17] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006952 10.0.0.61 - - [2025-12-11 04:19:17] "GET /virtual-machine/9468a82c-7773-4b4e-b58b-1d348aa1b6fe HTTP/1.1" 200 1294 0.006704 10.0.0.61 - - [2025-12-11 04:19:17] "GET /virtual-machine-interface/b1f762de-badc-4501-9bed-da300d46018a HTTP/1.1" 200 2950 0.006150 10.0.0.61 - - [2025-12-11 04:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.61 - - [2025-12-11 04:19:17] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004552 10.0.0.61 - - [2025-12-11 04:19:17] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003447 10.0.0.61 - - [2025-12-11 04:19:17] "GET /virtual-network/a62f0c86-883a-4ca5-b5bb-5e23d6af5ad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007197 10.0.0.61 - - [2025-12-11 04:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.61 - - [2025-12-11 04:19:18] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.008239 10.0.0.61 - - [2025-12-11 04:19:18] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.008196 10.0.0.61 - - [2025-12-11 04:19:18] "GET /virtual-network/a62f0c86-883a-4ca5-b5bb-5e23d6af5ad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006978 10.0.0.61 - - [2025-12-11 04:19:19] "POST /neutron/port HTTP/1.1" 200 1089 0.019346 10.0.0.61 - - [2025-12-11 04:19:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008694 10.0.0.61 - - [2025-12-11 04:19:29] "POST /neutron/port HTTP/1.1" 200 1089 0.013696 10.0.0.61 - - [2025-12-11 04:19:49] "GET /obj-perms HTTP/1.1" 200 5056 0.049682 10.0.0.33 - - [2025-12-11 04:19:49] "GET /obj-perms HTTP/1.1" 200 5056 0.045875 10.0.0.61 - - [2025-12-11 04:20:03] "POST /neutron/port HTTP/1.1" 200 1089 0.017333 10.0.0.61 - - [2025-12-11 04:20:03] "POST /neutron/subnet HTTP/1.1" 200 646 0.009027 10.0.0.61 - - [2025-12-11 04:20:11] "POST /neutron/port HTTP/1.1" 200 1089 0.016279 10.0.0.61 - - [2025-12-11 04:20:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004890 10.0.0.61 - - [2025-12-11 04:20:12] "POST /neutron/network HTTP/1.1" 200 886 0.007357 10.0.0.61 - - [2025-12-11 04:20:15] "GET /virtual-machine/9468a82c-7773-4b4e-b58b-1d348aa1b6fe HTTP/1.1" 200 1294 0.003994 10.0.0.61 - - [2025-12-11 04:20:16] "POST /neutron/port HTTP/1.1" 200 151 0.171704 10.0.0.61 - - [2025-12-11 04:20:17] "GET /virtual-machine/9468a82c-7773-4b4e-b58b-1d348aa1b6fe HTTP/1.1" 404 171 0.002914 10.0.0.61 - - [2025-12-11 04:20:17] "GET /virtual-machine/9468a82c-7773-4b4e-b58b-1d348aa1b6fe HTTP/1.1" 404 171 0.049027 10.0.0.61 - - [2025-12-11 04:20:17] "GET /virtual-machine/9468a82c-7773-4b4e-b58b-1d348aa1b6fe HTTP/1.1" 404 171 0.002479 10.0.0.61 - - [2025-12-11 04:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.61 - - [2025-12-11 04:20:17] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003176 10.0.0.61 - - [2025-12-11 04:20:17] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002635 10.0.0.61 - - [2025-12-11 04:20:17] "GET /virtual-network/a62f0c86-883a-4ca5-b5bb-5e23d6af5ad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005423 10.0.0.61 - - [2025-12-11 04:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002638 10.0.0.61 - - [2025-12-11 04:20:17] "GET /routing-instance/bc35afab-d0bc-4963-98b0-ed3d87b5c12d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.004186 10.0.0.61 - - [2025-12-11 04:20:17] "GET /route-target/c881f928-1a47-465a-8c7d-5d089a001ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003034 10.0.0.61 - - [2025-12-11 04:20:24] "GET /obj-perms HTTP/1.1" 200 5032 0.004252 10.0.0.33 - - [2025-12-11 04:20:24] "GET /obj-perms HTTP/1.1" 200 5032 0.003868 10.0.0.61 - - [2025-12-11 04:20:27] "GET /obj-perms HTTP/1.1" 200 5032 0.004526 10.0.0.61 - - [2025-12-11 04:20:27] "GET /virtual-machine/142bc66e-8a08-4041-88c6-e09e92932075 HTTP/1.1" 200 1292 0.004108 10.0.0.61 - - [2025-12-11 04:20:28] "POST /neutron/port HTTP/1.1" 200 151 0.147274 10.0.0.61 - - [2025-12-11 04:20:29] "GET /virtual-machine/142bc66e-8a08-4041-88c6-e09e92932075 HTTP/1.1" 404 171 0.003497 10.0.0.61 - - [2025-12-11 04:20:29] "GET /virtual-machine/142bc66e-8a08-4041-88c6-e09e92932075 HTTP/1.1" 404 171 0.003705 10.0.0.61 - - [2025-12-11 04:20:29] "GET /virtual-machine/142bc66e-8a08-4041-88c6-e09e92932075 HTTP/1.1" 404 171 0.002664 10.0.0.61 - - [2025-12-11 04:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.61 - - [2025-12-11 04:20:29] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003340 10.0.0.61 - - [2025-12-11 04:20:29] "GET /virtual-networks?parent_id=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003523 10.0.0.61 - - [2025-12-11 04:20:29] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005312 10.0.0.61 - - [2025-12-11 04:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.61 - - [2025-12-11 04:20:29] "GET /routing-instance/eda0b80c-f51b-4438-a2ae-ffae70fd182f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.003849 10.0.0.61 - - [2025-12-11 04:20:29] "GET /route-target/2c6bea52-5e41-4cf9-b11c-31070197cffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003477 10.0.0.27 - - [2025-12-11 04:20:33] "GET /obj-perms HTTP/1.1" 200 5032 0.003637 10.0.0.61 - - [2025-12-11 04:20:36] "GET /obj-perms HTTP/1.1" 200 5032 0.005203 10.0.0.33 - - [2025-12-11 04:20:36] "GET /obj-perms HTTP/1.1" 200 5032 0.004274 10.0.0.27 - - [2025-12-11 04:20:36] "POST /useragent-kv HTTP/1.1" 200 115 0.007362 10.0.0.27 - - [2025-12-11 04:20:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002287 10.0.0.61 - - [2025-12-11 04:20:36] "DELETE /virtual-network/f4172fde-e478-4717-b4fa-325ae9204370 HTTP/1.1" 200 115 0.099737 10.0.0.33 - - [2025-12-11 04:20:36] "DELETE /route-target/4c3616c7-1025-4b13-b506-5d5fb791e6c0 HTTP/1.1" 200 115 0.021320 10.0.0.61 - - [2025-12-11 04:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.61 - - [2025-12-11 04:20:36] "GET /network-policy/341bb97d-438b-423d-a351-6a55c1ea4d40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.003660 10.0.0.61 - - [2025-12-11 04:20:36] "POST /ref-update HTTP/1.1" 200 156 0.046397 10.0.0.61 - - [2025-12-11 04:20:36] "GET /virtual-network/a62f0c86-883a-4ca5-b5bb-5e23d6af5ad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.017517 10.0.0.61 - - [2025-12-11 04:20:36] "DELETE /virtual-network/a62f0c86-883a-4ca5-b5bb-5e23d6af5ad1 HTTP/1.1" 409 248 0.011400 10.0.0.61 - - [2025-12-11 04:20:36] "POST /neutron/port HTTP/1.1" 200 1115 0.011735 10.0.0.61 - - [2025-12-11 04:20:37] "POST /neutron/port HTTP/1.1" 200 1115 0.011217 10.0.0.27 - - [2025-12-11 04:20:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002817 10.0.0.33 - - [2025-12-11 04:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004590 10.0.0.27 - - [2025-12-11 04:20:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002084 10.0.0.61 - - [2025-12-11 04:20:38] "DELETE /virtual-network/a62f0c86-883a-4ca5-b5bb-5e23d6af5ad1 HTTP/1.1" 200 115 0.092206 10.0.0.61 - - [2025-12-11 04:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.61 - - [2025-12-11 04:20:38] "GET /network-policy/1157b7f2-1abd-4ab2-959a-3e7df2ee697d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.003687 10.0.0.61 - - [2025-12-11 04:20:39] "POST /ref-update HTTP/1.1" 200 156 0.069614 10.0.0.61 - - [2025-12-11 04:20:39] "GET /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.008040 10.0.0.33 - - [2025-12-11 04:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004543 10.0.0.27 - - [2025-12-11 04:20:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003929 10.0.0.27 - - [2025-12-11 04:20:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002234 10.0.0.61 - - [2025-12-11 04:20:39] "DELETE /virtual-network/bc21472c-b067-4b88-9e30-60838e877e53 HTTP/1.1" 200 115 0.104964 10.0.0.61 - - [2025-12-11 04:20:39] "DELETE /network-policy/341bb97d-438b-423d-a351-6a55c1ea4d40 HTTP/1.1" 200 115 0.034565 10.0.0.61 - - [2025-12-11 04:20:39] "DELETE /network-policy/1157b7f2-1abd-4ab2-959a-3e7df2ee697d HTTP/1.1" 200 115 0.053699 10.0.0.27 - - [2025-12-11 04:20:49] "GET /obj-perms HTTP/1.1" 200 5056 0.068257 10.0.0.61 - - [2025-12-11 04:20:50] "GET /obj-perms HTTP/1.1" 200 5056 0.045169 10.0.0.27 - - [2025-12-11 04:21:07] "GET /projects?obj_uuids=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001415 10.0.0.61 - - [2025-12-11 04:21:07] "GET /project/2bc25706-3e1b-4dcd-bbbb-0261d020b882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.072052 10.0.0.27 - - [2025-12-11 04:21:07] "GET /projects?obj_uuids=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001016 10.0.0.61 - - [2025-12-11 04:21:07] "GET /project/2bc25706-3e1b-4dcd-bbbb-0261d020b882?fields=virtual_networks HTTP/1.1" 200 1044 0.042944 10.0.0.27 - - [2025-12-11 04:21:07] "GET /projects?obj_uuids=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001087 10.0.0.61 - - [2025-12-11 04:21:07] "GET /project/2bc25706-3e1b-4dcd-bbbb-0261d020b882?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.042476 10.0.0.27 - - [2025-12-11 04:21:07] "GET /projects?obj_uuids=2bc25706-3e1b-4dcd-bbbb-0261d020b882&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000845 10.0.0.61 - - [2025-12-11 04:21:07] "GET /project/2bc25706-3e1b-4dcd-bbbb-0261d020b882?fields=security_groups HTTP/1.1" 200 1271 0.041170 10.0.0.61 - - [2025-12-11 04:21:08] "POST /fqname-to-id HTTP/1.1" 404 188 0.026225 10.0.0.27 - - [2025-12-11 04:21:08] "GET /projects?obj_uuids=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003464 10.0.0.27 - - [2025-12-11 04:21:08] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001477 10.0.0.27 - - [2025-12-11 04:21:08] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008576 10.0.0.27 - - [2025-12-11 04:21:09] "POST /id-to-fqname HTTP/1.1" 200 190 0.005706 10.0.0.27 - - [2025-12-11 04:21:09] "POST /fqname-to-id HTTP/1.1" 404 199 0.004308 10.0.0.27 - - [2025-12-11 04:21:09] "POST /security-groups HTTP/1.1" 200 591 0.033637 10.0.0.27 - - [2025-12-11 04:21:09] "POST /projects HTTP/1.1" 200 585 0.237612 10.0.0.33 - - [2025-12-11 04:21:09] "POST /access-control-lists HTTP/1.1" 200 596 0.025353 10.0.0.27 - - [2025-12-11 04:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.311048 10.0.0.61 - - [2025-12-11 04:21:09] "GET /project/209415f8-dd75-4e05-b5a5-d50fd7743827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.447263 10.0.0.61 - - [2025-12-11 04:21:10] "GET / HTTP/1.1" 200 35931 0.002211 10.0.0.61 - - [2025-12-11 04:21:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000435 10.0.0.61 - - [2025-12-11 04:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.065536 10.0.0.27 - - [2025-12-11 04:21:12] "GET /projects?obj_uuids=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000855 10.0.0.61 - - [2025-12-11 04:21:12] "GET /project/209415f8-dd75-4e05-b5a5-d50fd7743827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.048980 10.0.0.61 - - [2025-12-11 04:21:12] "POST /neutron/network HTTP/1.1" 200 117 0.032629 10.0.0.33 - - [2025-12-11 04:21:12] "POST /route-targets HTTP/1.1" 200 327 0.013268 10.0.0.61 - - [2025-12-11 04:21:13] "POST /neutron/network HTTP/1.1" 200 823 0.007299 10.0.0.61 - - [2025-12-11 04:21:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.000920 10.0.0.61 - - [2025-12-11 04:21:13] "GET /virtual-network/cdf0c944-8f1d-4378-9ae9-0a1cbf9578eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004034 10.0.0.61 - - [2025-12-11 04:21:13] "GET /virtual-network/cdf0c944-8f1d-4378-9ae9-0a1cbf9578eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005156 10.0.0.61 - - [2025-12-11 04:21:13] "POST /neutron/subnet HTTP/1.1" 200 720 0.008962 10.0.0.61 - - [2025-12-11 04:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002597 10.0.0.27 - - [2025-12-11 04:21:13] "GET /projects?obj_uuids=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000751 10.0.0.61 - - [2025-12-11 04:21:13] "GET /project/209415f8-dd75-4e05-b5a5-d50fd7743827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.035024 10.0.0.33 - - [2025-12-11 04:21:13] "POST /ref-update HTTP/1.1" 200 156 0.020914 10.0.0.27 - - [2025-12-11 04:21:13] "POST /useragent-kv HTTP/1.1" 200 115 0.006433 10.0.0.61 - - [2025-12-11 04:21:13] "POST /neutron/subnet HTTP/1.1" 200 725 0.208656 10.0.0.61 - - [2025-12-11 04:21:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001178 10.0.0.61 - - [2025-12-11 04:21:13] "GET /virtual-network/156c4278-70ae-4430-a7c6-7016f9040b2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004793 10.0.0.61 - - [2025-12-11 04:21:13] "GET /virtual-network/156c4278-70ae-4430-a7c6-7016f9040b2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005123 10.0.0.61 - - [2025-12-11 04:21:13] "POST /neutron/network HTTP/1.1" 200 824 0.006041 10.0.0.61 - - [2025-12-11 04:21:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001203 10.0.0.27 - - [2025-12-11 04:21:14] "GET /projects?obj_uuids=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002207 10.0.0.61 - - [2025-12-11 04:21:14] "GET /project/209415f8-dd75-4e05-b5a5-d50fd7743827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.072335 10.0.0.61 - - [2025-12-11 04:21:14] "POST /neutron/network HTTP/1.1" 200 823 0.009365 10.0.0.61 - - [2025-12-11 04:21:14] "POST /id-to-fqname HTTP/1.1" 200 220 0.001612 10.0.0.61 - - [2025-12-11 04:21:14] "POST /neutron/port HTTP/1.1" 200 117 0.007704 10.0.0.27 - - [2025-12-11 04:21:15] "GET /projects?obj_uuids=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001535 10.0.0.61 - - [2025-12-11 04:21:15] "POST /neutron/port HTTP/1.1" 200 1059 0.279656 10.0.0.61 - - [2025-12-11 04:21:15] "POST /neutron/port HTTP/1.1" 200 1113 0.094167 10.0.0.27 - - [2025-12-11 04:21:15] "GET /projects?obj_uuids=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001264 10.0.0.61 - - [2025-12-11 04:21:15] "POST /neutron/subnet HTTP/1.1" 200 694 0.007458 10.0.0.61 - - [2025-12-11 04:21:15] "GET /project/209415f8-dd75-4e05-b5a5-d50fd7743827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.073004 10.0.0.61 - - [2025-12-11 04:21:15] "POST /neutron/network HTTP/1.1" 200 824 0.009156 10.0.0.61 - - [2025-12-11 04:21:16] "POST /neutron/port HTTP/1.1" 200 117 0.005697 10.0.0.61 - - [2025-12-11 04:21:16] "POST /neutron/network HTTP/1.1" 200 834 0.006606 10.0.0.61 - - [2025-12-11 04:21:16] "POST /neutron/port HTTP/1.1" 200 1060 0.023221 10.0.0.61 - - [2025-12-11 04:21:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003753 10.0.0.61 - - [2025-12-11 04:21:17] "POST /neutron/network HTTP/1.1" 200 824 0.006332 10.0.0.61 - - [2025-12-11 04:21:21] "POST /neutron/port HTTP/1.1" 200 1087 0.013885 10.0.0.61 - - [2025-12-11 04:21:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007698 10.0.0.61 - - [2025-12-11 04:21:21] "GET /virtual-machine/7b2ee981-7654-426d-b06e-8a5e814f4632 HTTP/1.1" 401 292 0.000350 10.0.0.61 - - [2025-12-11 04:21:22] "GET /virtual-machine/7b2ee981-7654-426d-b06e-8a5e814f4632 HTTP/1.1" 200 1292 0.036443 10.0.0.61 - - [2025-12-11 04:21:22] "GET /virtual-machine-interface/9aacc149-4efb-49a9-972e-e372f9adf4bd HTTP/1.1" 200 2942 0.004295 10.0.0.61 - - [2025-12-11 04:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.27 - - [2025-12-11 04:21:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000319 10.0.0.61 - - [2025-12-11 04:21:22] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003040 10.0.0.61 - - [2025-12-11 04:21:22] "GET /virtual-networks?parent_id=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002639 10.0.0.27 - - [2025-12-11 04:21:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000334 10.0.0.61 - - [2025-12-11 04:21:22] "GET /virtual-network/cdf0c944-8f1d-4378-9ae9-0a1cbf9578eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005032 10.0.0.27 - - [2025-12-11 04:21:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.27 - - [2025-12-11 04:21:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.33 - - [2025-12-11 04:21:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.33 - - [2025-12-11 04:21:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.33 - - [2025-12-11 04:21:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000480 10.0.0.33 - - [2025-12-11 04:21:23] "GET /global-system-configs HTTP/1.1" 401 292 0.001099 10.0.0.61 - - [2025-12-11 04:21:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.61 - - [2025-12-11 04:21:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000643 10.0.0.61 - - [2025-12-11 04:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.61 - - [2025-12-11 04:21:25] "GET /virtual-network/cdf0c944-8f1d-4378-9ae9-0a1cbf9578eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004632 10.0.0.61 - - [2025-12-11 04:21:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.61 - - [2025-12-11 04:21:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.61 - - [2025-12-11 04:21:26] "POST /neutron/port HTTP/1.1" 200 1088 0.017481 10.0.0.61 - - [2025-12-11 04:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.61 - - [2025-12-11 04:21:27] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003306 10.0.0.61 - - [2025-12-11 04:21:27] "GET /virtual-networks?parent_id=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002282 10.0.0.61 - - [2025-12-11 04:21:27] "GET /virtual-network/cdf0c944-8f1d-4378-9ae9-0a1cbf9578eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005865 10.0.0.61 - - [2025-12-11 04:21:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005995 10.0.0.61 - - [2025-12-11 04:21:32] "POST /neutron/port HTTP/1.1" 200 1088 0.012998 10.0.0.61 - - [2025-12-11 04:21:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008758 10.0.0.61 - - [2025-12-11 04:21:32] "GET /virtual-machine/f89bfb38-3de1-4a26-8840-df36ad2831ae HTTP/1.1" 200 1292 0.007433 10.0.0.61 - - [2025-12-11 04:21:32] "GET /virtual-machine-interface/09a1ccde-f94b-47d7-9347-64d8e90ffe07 HTTP/1.1" 200 2940 0.005975 10.0.0.61 - - [2025-12-11 04:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.61 - - [2025-12-11 04:21:32] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003396 10.0.0.61 - - [2025-12-11 04:21:32] "GET /virtual-networks?parent_id=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005340 10.0.0.61 - - [2025-12-11 04:21:33] "GET /virtual-network/156c4278-70ae-4430-a7c6-7016f9040b2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005419 10.0.0.61 - - [2025-12-11 04:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004731 10.0.0.61 - - [2025-12-11 04:21:34] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004763 10.0.0.61 - - [2025-12-11 04:21:34] "GET /virtual-networks?parent_id=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003283 10.0.0.61 - - [2025-12-11 04:21:34] "GET /virtual-network/156c4278-70ae-4430-a7c6-7016f9040b2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006795 10.0.0.61 - - [2025-12-11 04:21:34] "GET /virtual-machine/7b2ee981-7654-426d-b06e-8a5e814f4632 HTTP/1.1" 200 1292 0.004293 10.0.0.61 - - [2025-12-11 04:21:34] "GET /virtual-machine-interface/9aacc149-4efb-49a9-972e-e372f9adf4bd HTTP/1.1" 200 2942 0.005605 10.0.0.61 - - [2025-12-11 04:21:34] "GET /virtual-machine/7b2ee981-7654-426d-b06e-8a5e814f4632 HTTP/1.1" 200 1292 0.011267 10.0.0.61 - - [2025-12-11 04:21:34] "GET /virtual-machine-interface/9aacc149-4efb-49a9-972e-e372f9adf4bd HTTP/1.1" 200 2942 0.024611 10.0.0.61 - - [2025-12-11 04:21:34] "GET /instance-ip/c2b80172-fb1c-47f0-a21a-1b4ea954e49e HTTP/1.1" 200 1620 0.008946 10.0.0.61 - - [2025-12-11 04:21:34] "GET /virtual-machine/7b2ee981-7654-426d-b06e-8a5e814f4632 HTTP/1.1" 200 1292 0.005701 10.0.0.61 - - [2025-12-11 04:21:34] "GET /virtual-machine-interface/9aacc149-4efb-49a9-972e-e372f9adf4bd HTTP/1.1" 200 2942 0.006074 10.0.0.61 - - [2025-12-11 04:21:34] "GET /instance-ip/c2b80172-fb1c-47f0-a21a-1b4ea954e49e HTTP/1.1" 200 1620 0.005323 10.0.0.61 - - [2025-12-11 04:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.61 - - [2025-12-11 04:21:34] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.006065 10.0.0.61 - - [2025-12-11 04:21:34] "GET /virtual-networks?parent_id=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003293 10.0.0.61 - - [2025-12-11 04:21:34] "GET /virtual-network/cdf0c944-8f1d-4378-9ae9-0a1cbf9578eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006153 10.0.0.61 - - [2025-12-11 04:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.61 - - [2025-12-11 04:21:34] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005877 10.0.0.61 - - [2025-12-11 04:21:34] "GET /virtual-networks?parent_id=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003640 10.0.0.61 - - [2025-12-11 04:21:34] "GET /virtual-network/cdf0c944-8f1d-4378-9ae9-0a1cbf9578eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007183 10.0.0.61 - - [2025-12-11 04:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.61 - - [2025-12-11 04:21:34] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005022 10.0.0.61 - - [2025-12-11 04:21:34] "GET /virtual-networks?parent_id=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003635 10.0.0.61 - - [2025-12-11 04:21:34] "GET /virtual-network/cdf0c944-8f1d-4378-9ae9-0a1cbf9578eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005739 10.0.0.61 - - [2025-12-11 04:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.61 - - [2025-12-11 04:21:34] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004245 10.0.0.61 - - [2025-12-11 04:21:34] "GET /virtual-networks?parent_id=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002821 10.0.0.61 - - [2025-12-11 04:21:34] "GET /virtual-network/cdf0c944-8f1d-4378-9ae9-0a1cbf9578eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005979 10.0.0.61 - - [2025-12-11 04:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.61 - - [2025-12-11 04:21:35] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005186 10.0.0.61 - - [2025-12-11 04:21:35] "GET /virtual-networks?parent_id=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004208 10.0.0.61 - - [2025-12-11 04:21:35] "GET /virtual-network/cdf0c944-8f1d-4378-9ae9-0a1cbf9578eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007153 10.0.0.61 - - [2025-12-11 04:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004395 10.0.0.61 - - [2025-12-11 04:21:35] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004449 10.0.0.61 - - [2025-12-11 04:21:35] "GET /virtual-networks?parent_id=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003803 10.0.0.61 - - [2025-12-11 04:21:35] "GET /virtual-network/cdf0c944-8f1d-4378-9ae9-0a1cbf9578eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006813 10.0.0.61 - - [2025-12-11 04:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.61 - - [2025-12-11 04:21:35] "GET /routing-instance/1b8cd860-2e96-4017-b11f-17369d9c7c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.006933 10.0.0.61 - - [2025-12-11 04:21:35] "GET /route-target/d717697c-a0c6-4793-9f50-0c3161ddcbef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005426 10.0.0.61 - - [2025-12-11 04:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.61 - - [2025-12-11 04:21:35] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005213 10.0.0.61 - - [2025-12-11 04:21:35] "GET /virtual-networks?parent_id=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003002 10.0.0.61 - - [2025-12-11 04:21:35] "GET /virtual-network/cdf0c944-8f1d-4378-9ae9-0a1cbf9578eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006213 10.0.0.61 - - [2025-12-11 04:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.61 - - [2025-12-11 04:21:35] "GET /routing-instance/1b8cd860-2e96-4017-b11f-17369d9c7c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.005267 10.0.0.61 - - [2025-12-11 04:21:35] "GET /route-target/d717697c-a0c6-4793-9f50-0c3161ddcbef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004854 10.0.0.61 - - [2025-12-11 04:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.61 - - [2025-12-11 04:21:35] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003997 10.0.0.61 - - [2025-12-11 04:21:35] "GET /virtual-networks?parent_id=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002707 10.0.0.61 - - [2025-12-11 04:21:35] "GET /virtual-network/cdf0c944-8f1d-4378-9ae9-0a1cbf9578eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005721 10.0.0.61 - - [2025-12-11 04:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004944 10.0.0.61 - - [2025-12-11 04:21:35] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005025 10.0.0.61 - - [2025-12-11 04:21:35] "GET /virtual-networks?parent_id=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003203 10.0.0.61 - - [2025-12-11 04:21:36] "GET /virtual-network/cdf0c944-8f1d-4378-9ae9-0a1cbf9578eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007203 10.0.0.61 - - [2025-12-11 04:21:36] "GET /obj-perms HTTP/1.1" 200 5030 0.056051 10.0.0.27 - - [2025-12-11 04:21:37] "GET /obj-perms HTTP/1.1" 200 5030 0.055880 10.0.0.61 - - [2025-12-11 04:21:37] "GET /obj-perms HTTP/1.1" 200 5030 0.003654 10.0.0.33 - - [2025-12-11 04:21:37] "GET /obj-perms HTTP/1.1" 200 5030 0.050256 10.0.0.61 - - [2025-12-11 04:21:37] "POST /neutron/port HTTP/1.1" 200 1088 0.013608 10.0.0.61 - - [2025-12-11 04:21:37] "GET /virtual-machine/f89bfb38-3de1-4a26-8840-df36ad2831ae HTTP/1.1" 200 1292 0.004987 10.0.0.61 - - [2025-12-11 04:21:37] "GET /virtual-machine-interface/09a1ccde-f94b-47d7-9347-64d8e90ffe07 HTTP/1.1" 200 2940 0.005207 10.0.0.61 - - [2025-12-11 04:21:37] "GET /virtual-machine/f89bfb38-3de1-4a26-8840-df36ad2831ae HTTP/1.1" 200 1292 0.002904 10.0.0.61 - - [2025-12-11 04:21:37] "GET /virtual-machine-interface/09a1ccde-f94b-47d7-9347-64d8e90ffe07 HTTP/1.1" 200 2940 0.004063 10.0.0.61 - - [2025-12-11 04:21:37] "GET /instance-ip/649b4cde-a040-4a03-8460-b377f5dc2cde HTTP/1.1" 200 1619 0.004555 10.0.0.61 - - [2025-12-11 04:21:37] "GET /virtual-machine/f89bfb38-3de1-4a26-8840-df36ad2831ae HTTP/1.1" 200 1292 0.003352 10.0.0.61 - - [2025-12-11 04:21:37] "GET /virtual-machine-interface/09a1ccde-f94b-47d7-9347-64d8e90ffe07 HTTP/1.1" 200 2940 0.004194 10.0.0.61 - - [2025-12-11 04:21:37] "GET /instance-ip/649b4cde-a040-4a03-8460-b377f5dc2cde HTTP/1.1" 200 1619 0.002977 10.0.0.61 - - [2025-12-11 04:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002590 10.0.0.61 - - [2025-12-11 04:21:37] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.002747 10.0.0.61 - - [2025-12-11 04:21:37] "GET /virtual-networks?parent_id=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002200 10.0.0.61 - - [2025-12-11 04:21:37] "GET /virtual-network/156c4278-70ae-4430-a7c6-7016f9040b2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005542 10.0.0.61 - - [2025-12-11 04:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.61 - - [2025-12-11 04:21:37] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003643 10.0.0.61 - - [2025-12-11 04:21:37] "GET /virtual-networks?parent_id=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003500 10.0.0.61 - - [2025-12-11 04:21:38] "GET /virtual-network/156c4278-70ae-4430-a7c6-7016f9040b2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005928 10.0.0.61 - - [2025-12-11 04:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.61 - - [2025-12-11 04:21:38] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004980 10.0.0.61 - - [2025-12-11 04:21:38] "GET /virtual-networks?parent_id=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003208 10.0.0.61 - - [2025-12-11 04:21:38] "GET /virtual-network/156c4278-70ae-4430-a7c6-7016f9040b2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006198 10.0.0.61 - - [2025-12-11 04:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.61 - - [2025-12-11 04:21:38] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003909 10.0.0.61 - - [2025-12-11 04:21:38] "GET /virtual-networks?parent_id=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002778 10.0.0.61 - - [2025-12-11 04:21:38] "GET /virtual-network/156c4278-70ae-4430-a7c6-7016f9040b2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006748 10.0.0.61 - - [2025-12-11 04:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.61 - - [2025-12-11 04:21:38] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004822 10.0.0.61 - - [2025-12-11 04:21:38] "GET /virtual-networks?parent_id=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003980 10.0.0.61 - - [2025-12-11 04:21:38] "GET /virtual-network/156c4278-70ae-4430-a7c6-7016f9040b2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006701 10.0.0.61 - - [2025-12-11 04:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004487 10.0.0.61 - - [2025-12-11 04:21:38] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004994 10.0.0.61 - - [2025-12-11 04:21:38] "GET /virtual-networks?parent_id=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003998 10.0.0.61 - - [2025-12-11 04:21:38] "GET /virtual-network/156c4278-70ae-4430-a7c6-7016f9040b2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005699 10.0.0.61 - - [2025-12-11 04:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004414 10.0.0.61 - - [2025-12-11 04:21:38] "GET /routing-instance/dd1f850c-9030-4531-9693-1a536cc1dc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.004833 10.0.0.61 - - [2025-12-11 04:21:38] "GET /route-target/4425a1be-f4de-4d34-b5dc-36824508c120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005071 10.0.0.61 - - [2025-12-11 04:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.61 - - [2025-12-11 04:21:38] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005509 10.0.0.61 - - [2025-12-11 04:21:38] "GET /virtual-networks?parent_id=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003359 10.0.0.61 - - [2025-12-11 04:21:38] "GET /virtual-network/156c4278-70ae-4430-a7c6-7016f9040b2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006211 10.0.0.61 - - [2025-12-11 04:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.61 - - [2025-12-11 04:21:38] "GET /routing-instance/dd1f850c-9030-4531-9693-1a536cc1dc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.004716 10.0.0.61 - - [2025-12-11 04:21:38] "GET /route-target/4425a1be-f4de-4d34-b5dc-36824508c120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004827 10.0.0.61 - - [2025-12-11 04:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.61 - - [2025-12-11 04:21:39] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004393 10.0.0.61 - - [2025-12-11 04:21:39] "GET /virtual-networks?parent_id=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002915 10.0.0.61 - - [2025-12-11 04:21:39] "GET /virtual-network/156c4278-70ae-4430-a7c6-7016f9040b2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005305 10.0.0.61 - - [2025-12-11 04:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.61 - - [2025-12-11 04:21:39] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004127 10.0.0.61 - - [2025-12-11 04:21:39] "GET /virtual-networks?parent_id=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003354 10.0.0.61 - - [2025-12-11 04:21:39] "GET /virtual-network/156c4278-70ae-4430-a7c6-7016f9040b2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005414 10.0.0.61 - - [2025-12-11 04:21:39] "GET /obj-perms HTTP/1.1" 200 5030 0.003872 10.0.0.27 - - [2025-12-11 04:21:39] "GET /obj-perms HTTP/1.1" 200 5030 0.003117 10.0.0.61 - - [2025-12-11 04:21:39] "GET /obj-perms HTTP/1.1" 200 5030 0.003360 10.0.0.27 - - [2025-12-11 04:21:39] "GET /obj-perms HTTP/1.1" 200 5030 0.003782 10.0.0.27 - - [2025-12-11 04:21:39] "DELETE /project/2bc25706-3e1b-4dcd-bbbb-0261d020b882 HTTP/1.1" 404 177 0.004057 10.0.0.27 - - [2025-12-11 04:21:39] "DELETE /project/209415f8dd754e05b5a5d50fd7743827 HTTP/1.1" 404 173 0.003284 10.0.0.61 - - [2025-12-11 04:21:57] "GET /virtual-machine/f89bfb38-3de1-4a26-8840-df36ad2831ae HTTP/1.1" 200 1292 0.004126 10.0.0.61 - - [2025-12-11 04:21:58] "POST /neutron/port HTTP/1.1" 200 1114 0.012914 10.0.0.61 - - [2025-12-11 04:21:59] "GET /virtual-machine/f89bfb38-3de1-4a26-8840-df36ad2831ae HTTP/1.1" 404 171 0.003793 10.0.0.61 - - [2025-12-11 04:21:59] "GET /virtual-machine/f89bfb38-3de1-4a26-8840-df36ad2831ae HTTP/1.1" 404 171 0.002987 10.0.0.61 - - [2025-12-11 04:21:59] "GET /virtual-machine/f89bfb38-3de1-4a26-8840-df36ad2831ae HTTP/1.1" 404 171 0.002746 10.0.0.61 - - [2025-12-11 04:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004936 10.0.0.61 - - [2025-12-11 04:22:00] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004321 10.0.0.61 - - [2025-12-11 04:22:00] "GET /virtual-networks?parent_id=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003787 10.0.0.61 - - [2025-12-11 04:22:00] "GET /virtual-network/156c4278-70ae-4430-a7c6-7016f9040b2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006827 10.0.0.61 - - [2025-12-11 04:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.61 - - [2025-12-11 04:22:00] "GET /routing-instance/dd1f850c-9030-4531-9693-1a536cc1dc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.005106 10.0.0.61 - - [2025-12-11 04:22:00] "GET /route-target/4425a1be-f4de-4d34-b5dc-36824508c120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005747 10.0.0.61 - - [2025-12-11 04:22:00] "GET /obj-perms HTTP/1.1" 200 5030 0.004558 10.0.0.27 - - [2025-12-11 04:22:00] "GET /obj-perms HTTP/1.1" 200 5030 0.003941 10.0.0.61 - - [2025-12-11 04:22:06] "GET /obj-perms HTTP/1.1" 200 5030 0.003726 10.0.0.33 - - [2025-12-11 04:22:06] "GET /obj-perms HTTP/1.1" 200 5030 0.003334 10.0.0.27 - - [2025-12-11 04:22:06] "GET /obj-perms HTTP/1.1" 200 5030 0.003388 10.0.0.61 - - [2025-12-11 04:22:06] "GET /virtual-machine/7b2ee981-7654-426d-b06e-8a5e814f4632 HTTP/1.1" 200 1292 0.003935 10.0.0.61 - - [2025-12-11 04:22:07] "POST /neutron/port HTTP/1.1" 200 1113 0.009815 10.0.0.61 - - [2025-12-11 04:22:08] "GET /virtual-machine/7b2ee981-7654-426d-b06e-8a5e814f4632 HTTP/1.1" 404 171 0.003020 10.0.0.61 - - [2025-12-11 04:22:08] "GET /virtual-machine/7b2ee981-7654-426d-b06e-8a5e814f4632 HTTP/1.1" 404 171 0.002243 10.0.0.61 - - [2025-12-11 04:22:08] "GET /virtual-machine/7b2ee981-7654-426d-b06e-8a5e814f4632 HTTP/1.1" 404 171 0.002314 10.0.0.61 - - [2025-12-11 04:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.61 - - [2025-12-11 04:22:08] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003873 10.0.0.61 - - [2025-12-11 04:22:08] "GET /virtual-networks?parent_id=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002843 10.0.0.61 - - [2025-12-11 04:22:08] "GET /virtual-network/cdf0c944-8f1d-4378-9ae9-0a1cbf9578eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005906 10.0.0.61 - - [2025-12-11 04:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.61 - - [2025-12-11 04:22:08] "GET /routing-instance/1b8cd860-2e96-4017-b11f-17369d9c7c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004228 10.0.0.61 - - [2025-12-11 04:22:09] "GET /route-target/d717697c-a0c6-4793-9f50-0c3161ddcbef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004658 10.0.0.61 - - [2025-12-11 04:22:12] "GET /obj-perms HTTP/1.1" 200 5030 0.003818 10.0.0.33 - - [2025-12-11 04:22:15] "GET /obj-perms HTTP/1.1" 200 5030 0.004184 10.0.0.61 - - [2025-12-11 04:22:21] "GET /obj-perms HTTP/1.1" 200 5030 0.003803 10.0.0.33 - - [2025-12-11 04:22:24] "GET /obj-perms HTTP/1.1" 200 5030 0.003678 10.0.0.61 - - [2025-12-11 04:22:27] "GET /obj-perms HTTP/1.1" 200 5030 0.004079 10.0.0.27 - - [2025-12-11 04:22:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003103 10.0.0.33 - - [2025-12-11 04:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.27 - - [2025-12-11 04:22:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001907 10.0.0.61 - - [2025-12-11 04:22:27] "POST /neutron/network HTTP/1.1" 200 151 0.101625 10.0.0.33 - - [2025-12-11 04:22:27] "DELETE /route-target/d717697c-a0c6-4793-9f50-0c3161ddcbef HTTP/1.1" 200 115 0.025981 10.0.0.27 - - [2025-12-11 04:22:29] "GET /projects?obj_uuids=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000835 10.0.0.61 - - [2025-12-11 04:22:29] "GET /project/209415f8-dd75-4e05-b5a5-d50fd7743827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.040334 10.0.0.27 - - [2025-12-11 04:22:29] "GET /projects?obj_uuids=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001109 10.0.0.61 - - [2025-12-11 04:22:29] "GET /project/209415f8-dd75-4e05-b5a5-d50fd7743827?fields=virtual_networks HTTP/1.1" 200 1042 0.051854 10.0.0.27 - - [2025-12-11 04:22:29] "GET /projects?obj_uuids=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000940 10.0.0.61 - - [2025-12-11 04:22:29] "GET /project/209415f8-dd75-4e05-b5a5-d50fd7743827?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.069757 10.0.0.27 - - [2025-12-11 04:22:29] "GET /projects?obj_uuids=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001425 10.0.0.61 - - [2025-12-11 04:22:29] "GET /project/209415f8-dd75-4e05-b5a5-d50fd7743827?fields=security_groups HTTP/1.1" 200 1268 0.048392 10.0.0.61 - - [2025-12-11 04:22:30] "POST /fqname-to-id HTTP/1.1" 404 196 0.034657 10.0.0.27 - - [2025-12-11 04:22:30] "GET /projects?obj_uuids=1ff49d3e-f6a4-4cb0-b83e-9143d5327e8e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002616 10.0.0.27 - - [2025-12-11 04:22:30] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001625 10.0.0.27 - - [2025-12-11 04:22:30] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007869 10.0.0.27 - - [2025-12-11 04:22:30] "POST /id-to-fqname HTTP/1.1" 200 198 0.003726 10.0.0.27 - - [2025-12-11 04:22:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.005913 10.0.0.27 - - [2025-12-11 04:22:30] "POST /security-groups HTTP/1.1" 200 599 0.027970 10.0.0.27 - - [2025-12-11 04:22:30] "POST /projects HTTP/1.1" 200 601 0.206615 10.0.0.27 - - [2025-12-11 04:22:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.246700 10.0.0.33 - - [2025-12-11 04:22:30] "POST /fqname-to-id HTTP/1.1" 404 241 0.006301 10.0.0.61 - - [2025-12-11 04:22:30] "GET /project/1ff49d3e-f6a4-4cb0-b83e-9143d5327e8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.403259 10.0.0.61 - - [2025-12-11 04:22:32] "GET / HTTP/1.1" 200 35931 0.001486 10.0.0.61 - - [2025-12-11 04:22:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000677 10.0.0.61 - - [2025-12-11 04:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.056000 10.0.0.27 - - [2025-12-11 04:22:35] "GET /projects?obj_uuids=1ff49d3e-f6a4-4cb0-b83e-9143d5327e8e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000772 10.0.0.61 - - [2025-12-11 04:22:35] "GET /project/1ff49d3e-f6a4-4cb0-b83e-9143d5327e8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.058998 10.0.0.61 - - [2025-12-11 04:22:35] "POST /neutron/network HTTP/1.1" 200 117 0.034756 10.0.0.33 - - [2025-12-11 04:22:36] "POST /ref-update HTTP/1.1" 200 156 0.022834 10.0.0.27 - - [2025-12-11 04:22:36] "POST /useragent-kv HTTP/1.1" 200 115 0.013621 10.0.0.61 - - [2025-12-11 04:22:36] "POST /neutron/subnet HTTP/1.1" 200 828 0.197135 10.0.0.61 - - [2025-12-11 04:22:36] "POST /id-to-fqname HTTP/1.1" 200 228 0.001323 10.0.0.61 - - [2025-12-11 04:22:36] "GET /virtual-network/7d5c6f13-2dd7-4c1d-be58-1bd31c9fc5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004900 10.0.0.61 - - [2025-12-11 04:22:36] "GET /virtual-network/7d5c6f13-2dd7-4c1d-be58-1bd31c9fc5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005156 10.0.0.61 - - [2025-12-11 04:22:36] "POST /neutron/network HTTP/1.1" 200 1006 0.008626 10.0.0.61 - - [2025-12-11 04:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.27 - - [2025-12-11 04:22:36] "GET /projects?obj_uuids=1ff49d3e-f6a4-4cb0-b83e-9143d5327e8e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000819 10.0.0.61 - - [2025-12-11 04:22:36] "GET /project/1ff49d3e-f6a4-4cb0-b83e-9143d5327e8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.036224 10.0.0.61 - - [2025-12-11 04:22:36] "POST /neutron/network HTTP/1.1" 200 117 0.013643 10.0.0.27 - - [2025-12-11 04:22:37] "POST /useragent-kv HTTP/1.1" 200 115 0.020609 10.0.0.61 - - [2025-12-11 04:22:37] "POST /neutron/subnet HTTP/1.1" 200 828 0.231775 10.0.0.61 - - [2025-12-11 04:22:37] "POST /id-to-fqname HTTP/1.1" 200 228 0.001319 10.0.0.61 - - [2025-12-11 04:22:37] "GET /virtual-network/2521c8ab-4a9d-441a-a668-5d1820dc0cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005050 10.0.0.61 - - [2025-12-11 04:22:37] "GET /virtual-network/2521c8ab-4a9d-441a-a668-5d1820dc0cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005284 10.0.0.61 - - [2025-12-11 04:22:37] "POST /neutron/network HTTP/1.1" 200 1005 0.008846 10.0.0.61 - - [2025-12-11 04:22:37] "GET /virtual-network/7d5c6f13-2dd7-4c1d-be58-1bd31c9fc5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005409 10.0.0.33 - - [2025-12-11 04:22:38] "GET /obj-perms HTTP/1.1" 200 5046 0.052787 10.0.0.61 - - [2025-12-11 04:22:39] "GET /virtual-network/2521c8ab-4a9d-441a-a668-5d1820dc0cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006012 10.0.0.61 - - [2025-12-11 04:22:39] "GET /obj-perms HTTP/1.1" 200 5046 0.056311 10.0.0.27 - - [2025-12-11 04:22:39] "GET /obj-perms HTTP/1.1" 200 5046 0.051809 10.0.0.61 - - [2025-12-11 04:22:39] "POST /neutron/network HTTP/1.1" 200 1006 0.008887 10.0.0.61 - - [2025-12-11 04:22:39] "POST /id-to-fqname HTTP/1.1" 200 228 0.001522 10.0.0.27 - - [2025-12-11 04:22:40] "DELETE /project/1ff49d3ef6a44cb0b83e9143d5327e8e HTTP/1.1" 404 173 0.065721 10.0.0.27 - - [2025-12-11 04:22:40] "GET /projects?obj_uuids=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001075 10.0.0.27 - - [2025-12-11 04:22:40] "GET /project/209415f8-dd75-4e05-b5a5-d50fd7743827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.091006 10.0.0.27 - - [2025-12-11 04:22:40] "GET /projects?obj_uuids=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000776 10.0.0.27 - - [2025-12-11 04:22:40] "GET /project/209415f8-dd75-4e05-b5a5-d50fd7743827?fields=security_groups HTTP/1.1" 200 1373 0.043400 10.0.0.61 - - [2025-12-11 04:22:40] "POST /neutron/network HTTP/1.1" 200 1016 0.006006 10.0.0.27 - - [2025-12-11 04:22:40] "DELETE /security-group/438228d8-93eb-40a9-8816-36c27ab327a9 HTTP/1.1" 200 115 0.052161 10.0.0.27 - - [2025-12-11 04:22:40] "GET /projects?obj_uuids=209415f8-dd75-4e05-b5a5-d50fd7743827&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001110 10.0.0.33 - - [2025-12-11 04:22:40] "DELETE /access-control-list/1777c8e4-f61b-4b1f-bf90-96aded08b219 HTTP/1.1" 200 115 0.043454 10.0.0.27 - - [2025-12-11 04:22:40] "GET /project/209415f8-dd75-4e05-b5a5-d50fd7743827?fields=application_policy_sets HTTP/1.1" 200 1412 0.047277 10.0.0.27 - - [2025-12-11 04:22:40] "DELETE /project/209415f8-dd75-4e05-b5a5-d50fd7743827 HTTP/1.1" 200 115 0.483525 10.0.0.27 - - [2025-12-11 04:22:40] "GET /projects?obj_uuids=1ff49d3e-f6a4-4cb0-b83e-9143d5327e8e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002342 10.0.0.61 - - [2025-12-11 04:22:40] "GET /project/1ff49d3e-f6a4-4cb0-b83e-9143d5327e8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.087283 10.0.0.61 - - [2025-12-11 04:22:41] "POST /neutron/port HTTP/1.1" 200 117 0.005965 10.0.0.27 - - [2025-12-11 04:22:41] "GET /projects?obj_uuids=1ff49d3e-f6a4-4cb0-b83e-9143d5327e8e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000918 10.0.0.61 - - [2025-12-11 04:22:41] "POST /neutron/port HTTP/1.1" 200 1175 0.284006 10.0.0.61 - - [2025-12-11 04:22:42] "POST /neutron/port HTTP/1.1" 200 1229 0.109628 10.0.0.61 - - [2025-12-11 04:22:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003664 10.0.0.61 - - [2025-12-11 04:22:42] "POST /neutron/port HTTP/1.1" 200 117 0.001076 10.0.0.61 - - [2025-12-11 04:22:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008987 10.0.0.61 - - [2025-12-11 04:22:46] "POST /neutron/port HTTP/1.1" 200 1203 0.015450 10.0.0.61 - - [2025-12-11 04:22:46] "GET /virtual-machine/df38a6cb-19ba-4655-8307-df80f723e8be HTTP/1.1" 401 292 0.000553 10.0.0.61 - - [2025-12-11 04:22:46] "GET /virtual-machine/df38a6cb-19ba-4655-8307-df80f723e8be HTTP/1.1" 200 1300 0.035519 10.0.0.61 - - [2025-12-11 04:22:46] "GET /virtual-machine-interface/1ec34297-7d40-410f-8115-c1549b78a3fc HTTP/1.1" 200 3174 0.005984 10.0.0.61 - - [2025-12-11 04:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004902 10.0.0.61 - - [2025-12-11 04:22:46] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.007467 10.0.0.61 - - [2025-12-11 04:22:47] "GET /virtual-networks?parent_id=1ff49d3e-f6a4-4cb0-b83e-9143d5327e8e&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003962 10.0.0.61 - - [2025-12-11 04:22:47] "GET /virtual-network/7d5c6f13-2dd7-4c1d-be58-1bd31c9fc5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005943 10.0.0.61 - - [2025-12-11 04:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.61 - - [2025-12-11 04:22:50] "GET /virtual-network/7d5c6f13-2dd7-4c1d-be58-1bd31c9fc5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004642 10.0.0.61 - - [2025-12-11 04:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004644 10.0.0.61 - - [2025-12-11 04:22:54] "GET /virtual-network/7d5c6f13-2dd7-4c1d-be58-1bd31c9fc5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.008180 10.0.0.61 - - [2025-12-11 04:22:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004295 10.0.0.61 - - [2025-12-11 04:22:58] "GET /virtual-network/7d5c6f13-2dd7-4c1d-be58-1bd31c9fc5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006282 10.0.0.61 - - [2025-12-11 04:23:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.61 - - [2025-12-11 04:23:02] "GET /virtual-network/7d5c6f13-2dd7-4c1d-be58-1bd31c9fc5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004958 10.0.0.61 - - [2025-12-11 04:23:05] "POST /neutron/port HTTP/1.1" 200 1203 0.039183 10.0.0.61 - - [2025-12-11 04:23:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003775 10.0.0.61 - - [2025-12-11 04:23:05] "POST /neutron/port HTTP/1.1" 200 117 0.001453 10.0.0.61 - - [2025-12-11 04:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.61 - - [2025-12-11 04:23:06] "GET /virtual-network/7d5c6f13-2dd7-4c1d-be58-1bd31c9fc5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006069 10.0.0.61 - - [2025-12-11 04:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.61 - - [2025-12-11 04:23:10] "GET /virtual-network/7d5c6f13-2dd7-4c1d-be58-1bd31c9fc5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005653 10.0.0.61 - - [2025-12-11 04:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.61 - - [2025-12-11 04:23:14] "GET /virtual-network/7d5c6f13-2dd7-4c1d-be58-1bd31c9fc5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005978 10.0.0.61 - - [2025-12-11 04:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.61 - - [2025-12-11 04:23:18] "GET /virtual-network/7d5c6f13-2dd7-4c1d-be58-1bd31c9fc5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005685 10.0.0.61 - - [2025-12-11 04:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.61 - - [2025-12-11 04:23:20] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004341 10.0.0.61 - - [2025-12-11 04:23:20] "GET /virtual-networks?parent_id=1ff49d3e-f6a4-4cb0-b83e-9143d5327e8e&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003747 10.0.0.61 - - [2025-12-11 04:23:20] "GET /virtual-network/7d5c6f13-2dd7-4c1d-be58-1bd31c9fc5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006420 10.0.0.61 - - [2025-12-11 04:23:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.018814 10.0.0.61 - - [2025-12-11 04:23:31] "POST /neutron/port HTTP/1.1" 200 1203 0.013383 10.0.0.61 - - [2025-12-11 04:23:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.015472 10.0.0.61 - - [2025-12-11 04:23:41] "POST /neutron/port HTTP/1.1" 200 1203 0.017206 10.0.0.61 - - [2025-12-11 04:23:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009527 10.0.0.61 - - [2025-12-11 04:23:42] "POST /neutron/port HTTP/1.1" 200 1203 0.013554 10.0.0.61 - - [2025-12-11 04:23:42] "POST /neutron/network HTTP/1.1" 200 1006 0.008283 10.0.0.61 - - [2025-12-11 04:23:42] "POST /id-to-fqname HTTP/1.1" 200 228 0.001053 10.0.0.61 - - [2025-12-11 04:23:42] "GET /virtual-machine/df38a6cb-19ba-4655-8307-df80f723e8be HTTP/1.1" 200 1300 0.003367 10.0.0.61 - - [2025-12-11 04:23:42] "GET /virtual-machine-interface/1ec34297-7d40-410f-8115-c1549b78a3fc HTTP/1.1" 200 3174 0.004464 10.0.0.61 - - [2025-12-11 04:23:42] "GET /instance-ip/a3af164c-cdcb-4ac6-b8a8-7b1c1fa3b32b HTTP/1.1" 200 1637 0.005175 10.0.0.61 - - [2025-12-11 04:23:42] "GET /instance-ip/fd5fb8c9-1211-4bb3-b94c-f9477d10cd92 HTTP/1.1" 200 1657 0.004287 10.0.0.61 - - [2025-12-11 04:23:42] "POST /fqname-to-id HTTP/1.1" 404 218 0.002726 10.0.0.61 - - [2025-12-11 04:23:42] "GET /virtual-network/7d5c6f13-2dd7-4c1d-be58-1bd31c9fc5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004120 10.0.0.27 - - [2025-12-11 04:23:42] "GET /projects?obj_uuids=1ff49d3e-f6a4-4cb0-b83e-9143d5327e8e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000736 10.0.0.61 - - [2025-12-11 04:23:42] "GET /project/1ff49d3e-f6a4-4cb0-b83e-9143d5327e8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.047589 10.0.0.61 - - [2025-12-11 04:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.61 - - [2025-12-11 04:23:42] "GET /security-group/4f8e16ed-e423-4310-9f4a-f3d4e06231b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3788 0.005769 10.0.0.61 - - [2025-12-11 04:23:42] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.089441 10.0.0.61 - - [2025-12-11 04:23:42] "POST /instance-ips HTTP/1.1" 200 357 0.033669 10.0.0.61 - - [2025-12-11 04:23:42] "GET /instance-ip/dcf3c0c0-7e4f-4010-8e9c-8e649885f0aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1591 0.005586 10.0.0.61 - - [2025-12-11 04:23:42] "POST /instance-ips HTTP/1.1" 200 357 0.030229 10.0.0.61 - - [2025-12-11 04:23:42] "GET /instance-ip/b89541de-5b53-4539-b718-ac6dedc0beef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.005918 10.0.0.61 - - [2025-12-11 04:23:42] "GET /virtual-machine-interface/7c242049-0f66-46af-a1a9-ef4ef228aad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.004587 10.0.0.61 - - [2025-12-11 04:23:42] "GET /virtual-machine-interface/7c242049-0f66-46af-a1a9-ef4ef228aad6?fields=instance_ip_back_refs HTTP/1.1" 200 1537 0.007189 10.0.0.61 - - [2025-12-11 04:23:42] "GET /instance-ip/b89541de-5b53-4539-b718-ac6dedc0beef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.004202 10.0.0.61 - - [2025-12-11 04:23:42] "GET /instance-ip/dcf3c0c0-7e4f-4010-8e9c-8e649885f0aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1591 0.003645 10.0.0.61 - - [2025-12-11 04:23:42] "POST /id-to-fqname HTTP/1.1" 200 228 0.001278 10.0.0.61 - - [2025-12-11 04:23:43] "POST /neutron/port HTTP/1.1" 200 1081 0.011067 10.0.0.61 - - [2025-12-11 04:23:43] "POST /neutron/port HTTP/1.1" 200 1081 0.011233 10.0.0.61 - - [2025-12-11 04:23:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007504 10.0.0.61 - - [2025-12-11 04:23:43] "POST /neutron/port HTTP/1.1" 200 1081 0.013350 10.0.0.61 - - [2025-12-11 04:23:43] "POST /neutron/port HTTP/1.1" 200 1081 0.009803 10.0.0.61 - - [2025-12-11 04:23:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004611 10.0.0.61 - - [2025-12-11 04:23:44] "POST /neutron/port HTTP/1.1" 200 117 0.001533 10.0.0.61 - - [2025-12-11 04:23:48] "POST /neutron/port HTTP/1.1" 200 1148 0.018005 10.0.0.61 - - [2025-12-11 04:23:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008215 10.0.0.61 - - [2025-12-11 04:23:48] "GET /virtual-machine/b3c1faf4-ac28-4fcd-9481-452f96bb646b HTTP/1.1" 200 1279 0.006402 10.0.0.61 - - [2025-12-11 04:23:48] "GET /virtual-machine-interface/7c242049-0f66-46af-a1a9-ef4ef228aad6 HTTP/1.1" 200 3225 0.005314 10.0.0.61 - - [2025-12-11 04:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.61 - - [2025-12-11 04:23:48] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003942 10.0.0.61 - - [2025-12-11 04:23:48] "GET /virtual-networks?parent_id=1ff49d3e-f6a4-4cb0-b83e-9143d5327e8e&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.005197 10.0.0.61 - - [2025-12-11 04:23:48] "GET /virtual-network/7d5c6f13-2dd7-4c1d-be58-1bd31c9fc5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006180 10.0.0.61 - - [2025-12-11 04:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.61 - - [2025-12-11 04:23:51] "GET /virtual-network/7d5c6f13-2dd7-4c1d-be58-1bd31c9fc5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005654 10.0.0.61 - - [2025-12-11 04:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.61 - - [2025-12-11 04:23:56] "GET /virtual-network/7d5c6f13-2dd7-4c1d-be58-1bd31c9fc5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005172 10.0.0.61 - - [2025-12-11 04:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.61 - - [2025-12-11 04:24:00] "GET /virtual-network/7d5c6f13-2dd7-4c1d-be58-1bd31c9fc5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004944 10.0.0.61 - - [2025-12-11 04:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.61 - - [2025-12-11 04:24:04] "GET /virtual-network/7d5c6f13-2dd7-4c1d-be58-1bd31c9fc5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005637 10.0.0.61 - - [2025-12-11 04:24:05] "POST /neutron/port HTTP/1.1" 200 1203 0.013725 10.0.0.61 - - [2025-12-11 04:24:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003523 10.0.0.61 - - [2025-12-11 04:24:05] "POST /neutron/port HTTP/1.1" 200 117 0.001148 10.0.0.61 - - [2025-12-11 04:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.61 - - [2025-12-11 04:24:08] "GET /virtual-network/7d5c6f13-2dd7-4c1d-be58-1bd31c9fc5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005087 10.0.0.61 - - [2025-12-11 04:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.61 - - [2025-12-11 04:24:12] "GET /virtual-network/7d5c6f13-2dd7-4c1d-be58-1bd31c9fc5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005834 10.0.0.61 - - [2025-12-11 04:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.61 - - [2025-12-11 04:24:16] "GET /virtual-network/7d5c6f13-2dd7-4c1d-be58-1bd31c9fc5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005293 10.0.0.61 - - [2025-12-11 04:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.61 - - [2025-12-11 04:24:20] "GET /virtual-network/7d5c6f13-2dd7-4c1d-be58-1bd31c9fc5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006220 10.0.0.61 - - [2025-12-11 04:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004436 10.0.0.61 - - [2025-12-11 04:24:24] "GET /virtual-network/7d5c6f13-2dd7-4c1d-be58-1bd31c9fc5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007675 10.0.0.61 - - [2025-12-11 04:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.61 - - [2025-12-11 04:24:28] "GET /virtual-network/7d5c6f13-2dd7-4c1d-be58-1bd31c9fc5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006474 10.0.0.61 - - [2025-12-11 04:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.61 - - [2025-12-11 04:24:30] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005506 10.0.0.61 - - [2025-12-11 04:24:30] "GET /virtual-networks?parent_id=1ff49d3e-f6a4-4cb0-b83e-9143d5327e8e&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004310 10.0.0.61 - - [2025-12-11 04:24:30] "GET /virtual-network/7d5c6f13-2dd7-4c1d-be58-1bd31c9fc5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007223 10.0.0.61 - - [2025-12-11 04:24:31] "POST /neutron/port HTTP/1.1" 200 1148 0.017422 10.0.0.61 - - [2025-12-11 04:24:36] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008607 10.0.0.61 - - [2025-12-11 04:24:41] "POST /neutron/port HTTP/1.1" 200 1148 0.012628 10.0.0.61 - - [2025-12-11 04:24:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008442 10.0.0.61 - - [2025-12-11 04:24:51] "POST /id-to-fqname HTTP/1.1" 200 228 0.001222 10.0.0.61 - - [2025-12-11 04:24:51] "POST /neutron/network HTTP/1.1" 200 1015 0.006984 10.0.0.27 - - [2025-12-11 04:24:52] "GET /projects?obj_uuids=1ff49d3e-f6a4-4cb0-b83e-9143d5327e8e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000907 10.0.0.61 - - [2025-12-11 04:24:52] "GET /project/1ff49d3e-f6a4-4cb0-b83e-9143d5327e8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.232145 10.0.0.33 - - [2025-12-11 04:24:52] "GET /obj-perms HTTP/1.1" 200 5056 0.075750 10.0.0.61 - - [2025-12-11 04:24:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.005872 10.0.0.61 - - [2025-12-11 04:24:53] "POST /neutron/network HTTP/1.1" 200 1015 0.006538 10.0.0.61 - - [2025-12-11 04:24:53] "POST /neutron/port HTTP/1.1" 200 1174 0.040224 10.0.0.61 - - [2025-12-11 04:24:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003520 10.0.0.61 - - [2025-12-11 04:24:54] "POST /neutron/port HTTP/1.1" 200 117 0.001161 10.0.0.61 - - [2025-12-11 04:24:58] "POST /neutron/port HTTP/1.1" 200 1202 0.017058 10.0.0.61 - - [2025-12-11 04:24:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006314 10.0.0.61 - - [2025-12-11 04:24:58] "GET /virtual-machine/0b048876-004d-4023-bf5c-093bf1ae6364 HTTP/1.1" 200 1299 0.005039 10.0.0.61 - - [2025-12-11 04:24:58] "GET /virtual-machine-interface/1b2728ab-f099-4f4c-a6f9-6ba9bcbf35e8 HTTP/1.1" 200 3175 0.004238 10.0.0.61 - - [2025-12-11 04:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.61 - - [2025-12-11 04:24:58] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.002778 10.0.0.61 - - [2025-12-11 04:24:58] "GET /virtual-networks?parent_id=1ff49d3e-f6a4-4cb0-b83e-9143d5327e8e&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003006 10.0.0.61 - - [2025-12-11 04:24:58] "GET /virtual-network/2521c8ab-4a9d-441a-a668-5d1820dc0cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006116 10.0.0.61 - - [2025-12-11 04:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.61 - - [2025-12-11 04:25:01] "GET /virtual-network/2521c8ab-4a9d-441a-a668-5d1820dc0cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005037 10.0.0.61 - - [2025-12-11 04:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.61 - - [2025-12-11 04:25:05] "GET /virtual-network/2521c8ab-4a9d-441a-a668-5d1820dc0cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.004484 10.0.0.61 - - [2025-12-11 04:25:06] "POST /neutron/port HTTP/1.1" 200 1148 0.014342 10.0.0.61 - - [2025-12-11 04:25:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003854 10.0.0.61 - - [2025-12-11 04:25:06] "POST /neutron/port HTTP/1.1" 200 117 0.001149 10.0.0.61 - - [2025-12-11 04:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.61 - - [2025-12-11 04:25:09] "GET /virtual-network/2521c8ab-4a9d-441a-a668-5d1820dc0cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.004715 10.0.0.61 - - [2025-12-11 04:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.61 - - [2025-12-11 04:25:13] "GET /virtual-network/2521c8ab-4a9d-441a-a668-5d1820dc0cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.004947 10.0.0.61 - - [2025-12-11 04:25:16] "POST /neutron/port HTTP/1.1" 200 1202 0.021676 10.0.0.61 - - [2025-12-11 04:25:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003989 10.0.0.61 - - [2025-12-11 04:25:17] "POST /neutron/port HTTP/1.1" 200 117 0.001060 10.0.0.61 - - [2025-12-11 04:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.61 - - [2025-12-11 04:25:18] "GET /virtual-network/2521c8ab-4a9d-441a-a668-5d1820dc0cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005287 10.0.0.61 - - [2025-12-11 04:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.61 - - [2025-12-11 04:25:22] "GET /virtual-network/2521c8ab-4a9d-441a-a668-5d1820dc0cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.004407 10.0.0.61 - - [2025-12-11 04:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.61 - - [2025-12-11 04:25:26] "GET /virtual-network/2521c8ab-4a9d-441a-a668-5d1820dc0cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006023 10.0.0.61 - - [2025-12-11 04:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004850 10.0.0.61 - - [2025-12-11 04:25:30] "GET /virtual-network/2521c8ab-4a9d-441a-a668-5d1820dc0cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005834 10.0.0.61 - - [2025-12-11 04:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.61 - - [2025-12-11 04:25:34] "GET /virtual-network/2521c8ab-4a9d-441a-a668-5d1820dc0cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005629 10.0.0.61 - - [2025-12-11 04:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.61 - - [2025-12-11 04:25:36] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004744 10.0.0.61 - - [2025-12-11 04:25:36] "GET /virtual-networks?parent_id=1ff49d3e-f6a4-4cb0-b83e-9143d5327e8e&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003475 10.0.0.61 - - [2025-12-11 04:25:36] "GET /virtual-network/2521c8ab-4a9d-441a-a668-5d1820dc0cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007071 10.0.0.61 - - [2025-12-11 04:25:36] "POST /neutron/port HTTP/1.1" 200 1202 0.016670 10.0.0.61 - - [2025-12-11 04:25:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008958 10.0.0.61 - - [2025-12-11 04:25:48] "POST /neutron/port HTTP/1.1" 200 1202 0.042841 10.0.0.61 - - [2025-12-11 04:25:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008207 10.0.0.61 - - [2025-12-11 04:25:53] "GET /obj-perms HTTP/1.1" 200 5056 0.048367 10.0.0.61 - - [2025-12-11 04:26:02] "POST /neutron/port HTTP/1.1" 200 1202 0.015043 10.0.0.61 - - [2025-12-11 04:26:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006942 10.0.0.61 - - [2025-12-11 04:26:02] "POST /neutron/port HTTP/1.1" 200 1202 0.014952 10.0.0.61 - - [2025-12-11 04:26:02] "POST /neutron/network HTTP/1.1" 200 1005 0.007638 10.0.0.61 - - [2025-12-11 04:26:02] "POST /id-to-fqname HTTP/1.1" 200 228 0.000918 10.0.0.61 - - [2025-12-11 04:26:02] "GET /virtual-machine/0b048876-004d-4023-bf5c-093bf1ae6364 HTTP/1.1" 200 1299 0.003328 10.0.0.61 - - [2025-12-11 04:26:02] "GET /virtual-machine-interface/1b2728ab-f099-4f4c-a6f9-6ba9bcbf35e8 HTTP/1.1" 200 3175 0.004387 10.0.0.61 - - [2025-12-11 04:26:02] "GET /instance-ip/4d024a94-ddac-4861-91dd-ad4630c4c7dd HTTP/1.1" 200 1635 0.006615 10.0.0.61 - - [2025-12-11 04:26:02] "GET /instance-ip/ea5c77ec-9968-439f-9874-02ffa93c2c15 HTTP/1.1" 200 1657 0.010841 10.0.0.61 - - [2025-12-11 04:26:03] "POST /fqname-to-id HTTP/1.1" 404 230 0.003257 10.0.0.61 - - [2025-12-11 04:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.27 - - [2025-12-11 04:26:03] "GET /projects?obj_uuids=1ff49d3e-f6a4-4cb0-b83e-9143d5327e8e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001228 10.0.0.61 - - [2025-12-11 04:26:03] "GET /project/1ff49d3e-f6a4-4cb0-b83e-9143d5327e8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.034616 10.0.0.61 - - [2025-12-11 04:26:03] "POST /network-policys HTTP/1.1" 200 569 0.027355 10.0.0.61 - - [2025-12-11 04:26:03] "GET /network-policy/5fe6abd5-685d-4d04-94a6-ee8e2461b381?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005306 10.0.0.61 - - [2025-12-11 04:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.61 - - [2025-12-11 04:26:03] "GET /virtual-network/7d5c6f13-2dd7-4c1d-be58-1bd31c9fc5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005135 10.0.0.61 - - [2025-12-11 04:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.61 - - [2025-12-11 04:26:03] "GET /network-policy/5fe6abd5-685d-4d04-94a6-ee8e2461b381?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004927 10.0.0.61 - - [2025-12-11 04:26:03] "POST /ref-update HTTP/1.1" 200 156 0.054431 10.0.0.61 - - [2025-12-11 04:26:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.056523 10.0.0.61 - - [2025-12-11 04:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006533 10.0.0.61 - - [2025-12-11 04:26:03] "GET /network-policy/5fe6abd5-685d-4d04-94a6-ee8e2461b381?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004104 10.0.0.61 - - [2025-12-11 04:26:03] "GET /virtual-network/7d5c6f13-2dd7-4c1d-be58-1bd31c9fc5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.007573 10.0.0.61 - - [2025-12-11 04:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.61 - - [2025-12-11 04:26:03] "GET /network-policy/5fe6abd5-685d-4d04-94a6-ee8e2461b381?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.003882 10.0.0.61 - - [2025-12-11 04:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.61 - - [2025-12-11 04:26:03] "GET /virtual-network/2521c8ab-4a9d-441a-a668-5d1820dc0cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006759 10.0.0.61 - - [2025-12-11 04:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.61 - - [2025-12-11 04:26:03] "GET /network-policy/5fe6abd5-685d-4d04-94a6-ee8e2461b381?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005291 10.0.0.61 - - [2025-12-11 04:26:03] "POST /ref-update HTTP/1.1" 200 156 0.057923 10.0.0.61 - - [2025-12-11 04:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.61 - - [2025-12-11 04:26:03] "GET /network-policy/5fe6abd5-685d-4d04-94a6-ee8e2461b381?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004890 10.0.0.33 - - [2025-12-11 04:26:03] "POST /access-control-lists HTTP/1.1" 200 596 0.079234 10.0.0.61 - - [2025-12-11 04:26:03] "GET /virtual-network/2521c8ab-4a9d-441a-a668-5d1820dc0cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.016518 10.0.0.61 - - [2025-12-11 04:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.61 - - [2025-12-11 04:26:04] "GET /network-policy/5fe6abd5-685d-4d04-94a6-ee8e2461b381?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004699 10.0.0.61 - - [2025-12-11 04:26:04] "GET /virtual-machine-interface/1b2728ab-f099-4f4c-a6f9-6ba9bcbf35e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.005745 10.0.0.33 - - [2025-12-11 04:26:04] "POST /ref-update HTTP/1.1" 200 156 0.035852 10.0.0.61 - - [2025-12-11 04:26:04] "PUT /virtual-machine-interface/1b2728ab-f099-4f4c-a6f9-6ba9bcbf35e8 HTTP/1.1" 200 284 0.035115 10.0.0.61 - - [2025-12-11 04:26:04] "GET /virtual-machine-interface/1b2728ab-f099-4f4c-a6f9-6ba9bcbf35e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3071 0.007776 10.0.0.61 - - [2025-12-11 04:26:04] "PUT /virtual-machine-interface/1b2728ab-f099-4f4c-a6f9-6ba9bcbf35e8 HTTP/1.1" 200 284 0.024499 10.0.0.61 - - [2025-12-11 04:26:07] "POST /neutron/port HTTP/1.1" 200 1203 0.013914 10.0.0.61 - - [2025-12-11 04:26:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003690 10.0.0.61 - - [2025-12-11 04:26:07] "POST /neutron/port HTTP/1.1" 200 117 0.001104 10.0.0.61 - - [2025-12-11 04:26:19] "POST /neutron/port HTTP/1.1" 200 1202 0.015361 10.0.0.61 - - [2025-12-11 04:26:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006742 10.0.0.61 - - [2025-12-11 04:26:19] "POST /neutron/port HTTP/1.1" 200 117 0.001031 10.0.0.27 - - [2025-12-11 04:26:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.27 - - [2025-12-11 04:26:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.27 - - [2025-12-11 04:26:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.27 - - [2025-12-11 04:26:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.33 - - [2025-12-11 04:26:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.33 - - [2025-12-11 04:26:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000841 10.0.0.33 - - [2025-12-11 04:26:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.33 - - [2025-12-11 04:26:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.61 - - [2025-12-11 04:26:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000622 10.0.0.61 - - [2025-12-11 04:26:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.61 - - [2025-12-11 04:26:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000525 10.0.0.61 - - [2025-12-11 04:26:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.27 - - [2025-12-11 04:26:54] "GET /obj-perms HTTP/1.1" 200 5056 0.054070 10.0.0.61 - - [2025-12-11 04:27:07] "POST /neutron/port HTTP/1.1" 200 1148 0.014362 10.0.0.61 - - [2025-12-11 04:27:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003566 10.0.0.61 - - [2025-12-11 04:27:07] "POST /neutron/port HTTP/1.1" 200 117 0.001103 10.0.0.61 - - [2025-12-11 04:27:18] "POST /neutron/port HTTP/1.1" 200 1202 0.016743 10.0.0.61 - - [2025-12-11 04:27:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004629 10.0.0.61 - - [2025-12-11 04:27:19] "POST /neutron/port HTTP/1.1" 200 117 0.001105 10.0.0.61 - - [2025-12-11 04:28:03] "POST /ref-update HTTP/1.1" 200 156 0.084970 10.0.0.33 - - [2025-12-11 04:28:03] "POST /ref-update HTTP/1.1" 200 156 0.021920 10.0.0.61 - - [2025-12-11 04:28:03] "POST /neutron/network HTTP/1.1" 200 1005 0.055813 10.0.0.61 - - [2025-12-11 04:28:03] "GET /virtual-network/2521c8ab-4a9d-441a-a668-5d1820dc0cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005347 10.0.0.61 - - [2025-12-11 04:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.61 - - [2025-12-11 04:28:03] "GET /network-policy/5fe6abd5-685d-4d04-94a6-ee8e2461b381?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004253 10.0.0.61 - - [2025-12-11 04:28:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.001985 10.0.0.61 - - [2025-12-11 04:28:03] "POST /ref-update HTTP/1.1" 200 156 0.063805 10.0.0.61 - - [2025-12-11 04:28:03] "GET /virtual-network/7d5c6f13-2dd7-4c1d-be58-1bd31c9fc5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006915 10.0.0.61 - - [2025-12-11 04:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.61 - - [2025-12-11 04:28:03] "GET /network-policy/5fe6abd5-685d-4d04-94a6-ee8e2461b381?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004220 10.0.0.61 - - [2025-12-11 04:28:03] "DELETE /network-policy/5fe6abd5-685d-4d04-94a6-ee8e2461b381 HTTP/1.1" 200 115 0.039573 10.0.0.61 - - [2025-12-11 04:28:04] "DELETE /instance-ip/b89541de-5b53-4539-b718-ac6dedc0beef HTTP/1.1" 200 115 0.041139 10.0.0.61 - - [2025-12-11 04:28:04] "DELETE /instance-ip/dcf3c0c0-7e4f-4010-8e9c-8e649885f0aa HTTP/1.1" 200 115 0.050160 10.0.0.61 - - [2025-12-11 04:28:04] "DELETE /virtual-machine-interface/7c242049-0f66-46af-a1a9-ef4ef228aad6 HTTP/1.1" 200 115 0.091949 10.0.0.61 - - [2025-12-11 04:28:04] "POST /neutron/port HTTP/1.1" 200 1202 0.021239 10.0.0.61 - - [2025-12-11 04:28:04] "POST /neutron/port HTTP/1.1" 200 151 0.237438 10.0.0.61 - - [2025-12-11 04:28:05] "POST /neutron/port HTTP/1.1" 200 151 0.193887 10.0.0.33 - - [2025-12-11 04:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005020 10.0.0.61 - - [2025-12-11 04:28:07] "POST /neutron/network HTTP/1.1" 200 1006 0.008039 10.0.0.33 - - [2025-12-11 04:28:07] "DELETE /route-target/65edf1ef-b7a8-45c2-aba2-7f124e158d5b HTTP/1.1" 200 115 0.024454 10.0.0.61 - - [2025-12-11 04:28:09] "POST /neutron/port HTTP/1.1" 400 205 0.003380 10.0.0.27 - - [2025-12-11 04:28:10] "GET /projects?obj_uuids=1ff49d3e-f6a4-4cb0-b83e-9143d5327e8e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.024881 10.0.0.61 - - [2025-12-11 04:28:10] "GET /project/1ff49d3e-f6a4-4cb0-b83e-9143d5327e8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.085195 10.0.0.27 - - [2025-12-11 04:28:10] "GET /projects?obj_uuids=1ff49d3e-f6a4-4cb0-b83e-9143d5327e8e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001119 10.0.0.61 - - [2025-12-11 04:28:10] "GET /project/1ff49d3e-f6a4-4cb0-b83e-9143d5327e8e?fields=virtual_networks HTTP/1.1" 200 1058 0.040539 10.0.0.27 - - [2025-12-11 04:28:10] "GET /projects?obj_uuids=1ff49d3e-f6a4-4cb0-b83e-9143d5327e8e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000857 10.0.0.61 - - [2025-12-11 04:28:10] "GET /project/1ff49d3e-f6a4-4cb0-b83e-9143d5327e8e?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.038310 10.0.0.27 - - [2025-12-11 04:28:10] "GET /projects?obj_uuids=1ff49d3e-f6a4-4cb0-b83e-9143d5327e8e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000827 10.0.0.61 - - [2025-12-11 04:28:10] "GET /project/1ff49d3e-f6a4-4cb0-b83e-9143d5327e8e?fields=security_groups HTTP/1.1" 200 1292 0.032779 10.0.0.61 - - [2025-12-11 04:28:11] "POST /fqname-to-id HTTP/1.1" 404 192 0.023366 10.0.0.27 - - [2025-12-11 04:28:11] "GET /projects?obj_uuids=0fcc15be-0753-400e-86e9-9da989dab5a7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002894 10.0.0.27 - - [2025-12-11 04:28:11] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001721 10.0.0.27 - - [2025-12-11 04:28:11] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.032639 10.0.0.27 - - [2025-12-11 04:28:11] "POST /id-to-fqname HTTP/1.1" 200 194 0.001299 10.0.0.27 - - [2025-12-11 04:28:11] "POST /fqname-to-id HTTP/1.1" 404 203 0.003504 10.0.0.27 - - [2025-12-11 04:28:11] "POST /security-groups HTTP/1.1" 200 595 0.073123 10.0.0.27 - - [2025-12-11 04:28:11] "POST /projects HTTP/1.1" 200 593 0.249370 10.0.0.33 - - [2025-12-11 04:28:11] "POST /fqname-to-id HTTP/1.1" 404 237 0.006230 10.0.0.27 - - [2025-12-11 04:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.315888 10.0.0.61 - - [2025-12-11 04:28:11] "GET /project/0fcc15be-0753-400e-86e9-9da989dab5a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.471660 10.0.0.61 - - [2025-12-11 04:28:12] "GET / HTTP/1.1" 200 35931 0.001343 10.0.0.61 - - [2025-12-11 04:28:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000631 10.0.0.61 - - [2025-12-11 04:28:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.066782 10.0.0.27 - - [2025-12-11 04:28:14] "GET /projects?obj_uuids=0fcc15be-0753-400e-86e9-9da989dab5a7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000798 10.0.0.61 - - [2025-12-11 04:28:14] "GET /project/0fcc15be-0753-400e-86e9-9da989dab5a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.033110 10.0.0.33 - - [2025-12-11 04:28:15] "POST /ref-update HTTP/1.1" 200 156 0.024021 10.0.0.27 - - [2025-12-11 04:28:15] "POST /useragent-kv HTTP/1.1" 200 115 0.007642 10.0.0.61 - - [2025-12-11 04:28:15] "POST /neutron/subnet HTTP/1.1" 200 724 0.201022 10.0.0.61 - - [2025-12-11 04:28:15] "POST /id-to-fqname HTTP/1.1" 200 224 0.001268 10.0.0.61 - - [2025-12-11 04:28:15] "GET /virtual-network/b8ef0704-9fd5-4cb0-bf89-9175022b04f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006526 10.0.0.61 - - [2025-12-11 04:28:15] "POST /neutron/network HTTP/1.1" 200 1002 0.007299 10.0.0.61 - - [2025-12-11 04:28:15] "GET /virtual-network/b8ef0704-9fd5-4cb0-bf89-9175022b04f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004086 10.0.0.61 - - [2025-12-11 04:28:15] "POST /neutron/subnet HTTP/1.1" 200 828 0.007908 10.0.0.61 - - [2025-12-11 04:28:16] "GET /virtual-network/b8ef0704-9fd5-4cb0-bf89-9175022b04f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005052 10.0.0.33 - - [2025-12-11 04:28:17] "GET /obj-perms HTTP/1.1" 200 5038 0.054797 10.0.0.61 - - [2025-12-11 04:28:17] "POST /id-to-fqname HTTP/1.1" 200 224 0.001228 10.0.0.27 - - [2025-12-11 04:28:18] "GET /projects?obj_uuids=0fcc15be-0753-400e-86e9-9da989dab5a7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001155 10.0.0.61 - - [2025-12-11 04:28:18] "GET /project/0fcc15be-0753-400e-86e9-9da989dab5a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.062417 10.0.0.61 - - [2025-12-11 04:28:18] "POST /neutron/port HTTP/1.1" 200 117 0.005394 10.0.0.61 - - [2025-12-11 04:28:18] "POST /id-to-fqname HTTP/1.1" 200 224 0.001346 10.0.0.61 - - [2025-12-11 04:28:18] "POST /neutron/network HTTP/1.1" 200 1012 0.007531 10.0.0.61 - - [2025-12-11 04:28:19] "POST /neutron/port HTTP/1.1" 200 1171 0.050305 10.0.0.27 - - [2025-12-11 04:28:19] "GET /projects?obj_uuids=0fcc15be-0753-400e-86e9-9da989dab5a7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000821 10.0.0.61 - - [2025-12-11 04:28:19] "GET /project/0fcc15be-0753-400e-86e9-9da989dab5a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.100817 10.0.0.61 - - [2025-12-11 04:28:19] "POST /neutron/network HTTP/1.1" 200 1002 0.061207 10.0.0.61 - - [2025-12-11 04:28:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004072 10.0.0.61 - - [2025-12-11 04:28:19] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007145 10.0.0.61 - - [2025-12-11 04:28:20] "POST /neutron/network HTTP/1.1" 200 1002 0.008462 10.0.0.61 - - [2025-12-11 04:28:20] "POST /id-to-fqname HTTP/1.1" 200 224 0.001143 10.0.0.61 - - [2025-12-11 04:28:20] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006969 10.0.0.27 - - [2025-12-11 04:28:20] "GET /projects?obj_uuids=0fcc15be-0753-400e-86e9-9da989dab5a7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000832 10.0.0.61 - - [2025-12-11 04:28:20] "POST /neutron/port HTTP/1.1" 200 1171 0.325876 10.0.0.61 - - [2025-12-11 04:28:21] "POST /neutron/port HTTP/1.1" 200 1225 0.094092 10.0.0.27 - - [2025-12-11 04:28:21] "GET /projects?obj_uuids=0fcc15be-0753-400e-86e9-9da989dab5a7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000878 10.0.0.61 - - [2025-12-11 04:28:21] "GET /project/0fcc15be-0753-400e-86e9-9da989dab5a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.073377 10.0.0.61 - - [2025-12-11 04:28:21] "POST /neutron/network HTTP/1.1" 200 1002 0.007838 10.0.0.61 - - [2025-12-11 04:28:21] "POST /neutron/port HTTP/1.1" 200 117 0.001235 10.0.0.61 - - [2025-12-11 04:28:21] "POST /neutron/port HTTP/1.1" 200 2280 0.026198 10.0.0.61 - - [2025-12-11 04:28:21] "POST /neutron/port HTTP/1.1" 200 1199 0.015589 10.0.0.61 - - [2025-12-11 04:28:21] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006586 10.0.0.61 - - [2025-12-11 04:28:21] "GET /virtual-machine/46064d29-ce39-4180-b43c-ba51de26bcc0 HTTP/1.1" 401 292 0.000420 10.0.0.61 - - [2025-12-11 04:28:21] "POST /neutron/network HTTP/1.1" 200 1012 0.006805 10.0.0.61 - - [2025-12-11 04:28:22] "GET /virtual-machine/46064d29-ce39-4180-b43c-ba51de26bcc0 HTTP/1.1" 200 1296 0.032518 10.0.0.61 - - [2025-12-11 04:28:22] "GET /virtual-machine-interface/24bda8d2-c99f-48ac-9807-a8cd06d97467 HTTP/1.1" 200 3155 0.005681 10.0.0.61 - - [2025-12-11 04:28:22] "POST /neutron/port HTTP/1.1" 200 1171 0.020649 10.0.0.61 - - [2025-12-11 04:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.61 - - [2025-12-11 04:28:22] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005949 10.0.0.61 - - [2025-12-11 04:28:22] "GET /virtual-networks?parent_id=0fcc15be-0753-400e-86e9-9da989dab5a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003136 10.0.0.61 - - [2025-12-11 04:28:22] "GET /virtual-network/b8ef0704-9fd5-4cb0-bf89-9175022b04f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.030463 10.0.0.61 - - [2025-12-11 04:28:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004518 10.0.0.61 - - [2025-12-11 04:28:22] "POST /neutron/port HTTP/1.1" 200 117 0.001120 10.0.0.61 - - [2025-12-11 04:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.61 - - [2025-12-11 04:28:25] "GET /virtual-network/b8ef0704-9fd5-4cb0-bf89-9175022b04f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004929 10.0.0.61 - - [2025-12-11 04:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.61 - - [2025-12-11 04:28:29] "GET /virtual-network/b8ef0704-9fd5-4cb0-bf89-9175022b04f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005645 10.0.0.61 - - [2025-12-11 04:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.61 - - [2025-12-11 04:28:33] "GET /virtual-network/b8ef0704-9fd5-4cb0-bf89-9175022b04f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006435 10.0.0.61 - - [2025-12-11 04:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.61 - - [2025-12-11 04:28:37] "GET /virtual-network/b8ef0704-9fd5-4cb0-bf89-9175022b04f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005759 10.0.0.27 - - [2025-12-11 04:28:40] "DELETE /project/0fcc15be0753400e86e99da989dab5a7 HTTP/1.1" 404 173 0.003922 10.0.0.27 - - [2025-12-11 04:28:40] "DELETE /project/1ff49d3e-f6a4-4cb0-b83e-9143d5327e8e HTTP/1.1" 404 177 0.003341 10.0.0.61 - - [2025-12-11 04:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.61 - - [2025-12-11 04:28:41] "GET /virtual-network/b8ef0704-9fd5-4cb0-bf89-9175022b04f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006065 10.0.0.61 - - [2025-12-11 04:28:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.61 - - [2025-12-11 04:28:46] "GET /virtual-network/b8ef0704-9fd5-4cb0-bf89-9175022b04f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005877 10.0.0.61 - - [2025-12-11 04:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.61 - - [2025-12-11 04:28:50] "GET /virtual-network/b8ef0704-9fd5-4cb0-bf89-9175022b04f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005849 10.0.0.61 - - [2025-12-11 04:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.61 - - [2025-12-11 04:28:54] "GET /virtual-network/b8ef0704-9fd5-4cb0-bf89-9175022b04f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006656 10.0.0.61 - - [2025-12-11 04:28:55] "GET /obj-perms HTTP/1.1" 200 5056 0.048097 10.0.0.61 - - [2025-12-11 04:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.61 - - [2025-12-11 04:28:58] "GET /virtual-network/b8ef0704-9fd5-4cb0-bf89-9175022b04f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005849 10.0.0.61 - - [2025-12-11 04:29:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.61 - - [2025-12-11 04:29:02] "GET /virtual-network/b8ef0704-9fd5-4cb0-bf89-9175022b04f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005960 10.0.0.61 - - [2025-12-11 04:29:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004866 10.0.0.61 - - [2025-12-11 04:29:06] "GET /virtual-network/b8ef0704-9fd5-4cb0-bf89-9175022b04f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005688 10.0.0.61 - - [2025-12-11 04:29:09] "POST /neutron/port HTTP/1.1" 200 1199 0.019161 10.0.0.61 - - [2025-12-11 04:29:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004133 10.0.0.61 - - [2025-12-11 04:29:09] "POST /neutron/port HTTP/1.1" 200 117 0.001191 10.0.0.61 - - [2025-12-11 04:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004507 10.0.0.61 - - [2025-12-11 04:29:10] "GET /virtual-network/b8ef0704-9fd5-4cb0-bf89-9175022b04f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007107 10.0.0.61 - - [2025-12-11 04:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004388 10.0.0.61 - - [2025-12-11 04:29:14] "GET /virtual-network/b8ef0704-9fd5-4cb0-bf89-9175022b04f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006265 10.0.0.61 - - [2025-12-11 04:29:16] "POST /neutron/port HTTP/1.1" 200 1199 0.017277 10.0.0.61 - - [2025-12-11 04:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.61 - - [2025-12-11 04:29:16] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003566 10.0.0.61 - - [2025-12-11 04:29:16] "GET /virtual-networks?parent_id=0fcc15be-0753-400e-86e9-9da989dab5a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002979 10.0.0.61 - - [2025-12-11 04:29:16] "GET /virtual-network/b8ef0704-9fd5-4cb0-bf89-9175022b04f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006224 10.0.0.61 - - [2025-12-11 04:29:16] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011218 10.0.0.61 - - [2025-12-11 04:29:22] "POST /neutron/port HTTP/1.1" 200 1199 0.013667 10.0.0.61 - - [2025-12-11 04:29:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003508 10.0.0.61 - - [2025-12-11 04:29:22] "POST /neutron/port HTTP/1.1" 200 117 0.001055 10.0.0.61 - - [2025-12-11 04:29:27] "POST /neutron/port HTTP/1.1" 200 1199 0.016381 10.0.0.61 - - [2025-12-11 04:29:28] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007272 10.0.0.61 - - [2025-12-11 04:29:32] "POST /neutron/port HTTP/1.1" 200 1199 0.015511 10.0.0.61 - - [2025-12-11 04:29:37] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006356 10.0.0.61 - - [2025-12-11 04:29:42] "POST /neutron/port HTTP/1.1" 200 1199 0.017782 10.0.0.61 - - [2025-12-11 04:29:42] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011046 10.0.0.61 - - [2025-12-11 04:29:43] "GET /virtual-machine/d057d854-812e-4fc9-a355-e9ac467cd261 HTTP/1.1" 200 1297 0.006809 10.0.0.61 - - [2025-12-11 04:29:43] "GET /virtual-machine-interface/0d651562-d74a-4d6b-a604-89c60e365e5b HTTP/1.1" 200 3154 0.005604 10.0.0.61 - - [2025-12-11 04:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.61 - - [2025-12-11 04:29:43] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.002945 10.0.0.61 - - [2025-12-11 04:29:43] "GET /virtual-networks?parent_id=0fcc15be-0753-400e-86e9-9da989dab5a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002846 10.0.0.61 - - [2025-12-11 04:29:43] "GET /virtual-network/b8ef0704-9fd5-4cb0-bf89-9175022b04f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004976 10.0.0.61 - - [2025-12-11 04:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004470 10.0.0.61 - - [2025-12-11 04:29:44] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003855 10.0.0.61 - - [2025-12-11 04:29:44] "GET /virtual-networks?parent_id=0fcc15be-0753-400e-86e9-9da989dab5a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003262 10.0.0.61 - - [2025-12-11 04:29:44] "GET /virtual-network/b8ef0704-9fd5-4cb0-bf89-9175022b04f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005287 10.0.0.61 - - [2025-12-11 04:29:44] "POST /neutron/port HTTP/1.1" 200 1199 0.018243 10.0.0.61 - - [2025-12-11 04:29:44] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008477 10.0.0.61 - - [2025-12-11 04:29:44] "GET /virtual-machine/d39fc803-1920-4e07-8479-24b86baf6517 HTTP/1.1" 200 1296 0.006383 10.0.0.61 - - [2025-12-11 04:29:44] "GET /virtual-machine-interface/1e2e78db-bd5b-4ce9-a8c5-43b383defe59 HTTP/1.1" 200 3155 0.005448 10.0.0.61 - - [2025-12-11 04:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.61 - - [2025-12-11 04:29:44] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005813 10.0.0.61 - - [2025-12-11 04:29:44] "GET /virtual-networks?parent_id=0fcc15be-0753-400e-86e9-9da989dab5a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003581 10.0.0.61 - - [2025-12-11 04:29:44] "GET /virtual-network/b8ef0704-9fd5-4cb0-bf89-9175022b04f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.013009 10.0.0.61 - - [2025-12-11 04:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004459 10.0.0.61 - - [2025-12-11 04:29:45] "GET /global-vrouter-config/00f9d93d-cb06-4297-ac03-cdddb466e8e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.003587 10.0.0.61 - - [2025-12-11 04:29:45] "GET /virtual-networks?parent_id=0fcc15be-0753-400e-86e9-9da989dab5a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002773 10.0.0.61 - - [2025-12-11 04:29:45] "GET /virtual-network/b8ef0704-9fd5-4cb0-bf89-9175022b04f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006557 10.0.0.61 - - [2025-12-11 04:29:46] "GET /virtual-machine-interface/1e2e78db-bd5b-4ce9-a8c5-43b383defe59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.006432 10.0.0.61 - - [2025-12-11 04:29:46] "PUT /virtual-machine-interface/1e2e78db-bd5b-4ce9-a8c5-43b383defe59 HTTP/1.1" 200 284 0.014224 10.0.0.27 - - [2025-12-11 04:29:56] "GET /obj-perms HTTP/1.1" 200 5056 0.052036 10.0.0.61 - - [2025-12-11 04:30:09] "POST /neutron/network HTTP/1.1" 200 1012 0.008043 10.0.0.61 - - [2025-12-11 04:30:09] "POST /neutron/subnet HTTP/1.1" 200 1384 0.013473 10.0.0.61 - - [2025-12-11 04:30:09] "POST /neutron/network HTTP/1.1" 200 1002 0.009560 10.0.0.61 - - [2025-12-11 04:30:22] "POST /neutron/network HTTP/1.1" 200 1012 0.035897 10.0.0.61 - - [2025-12-11 04:30:22] "POST /neutron/subnet HTTP/1.1" 200 1384 0.012626 10.0.0.61 - - [2025-12-11 04:30:22] "POST /neutron/network HTTP/1.1" 200 1002 0.008058 10.0.0.61 - - [2025-12-11 04:31:09] "POST /neutron/network HTTP/1.1" 200 1012 0.006524 10.0.0.61 - - [2025-12-11 04:31:09] "POST /neutron/subnet HTTP/1.1" 200 1384 0.013416 10.0.0.61 - - [2025-12-11 04:31:09] "POST /neutron/network HTTP/1.1" 200 1002 0.009806 10.0.0.61 - - [2025-12-11 04:31:14] "POST /neutron/port HTTP/1.1" 200 1199 0.018556 10.0.0.61 - - [2025-12-11 04:31:14] "POST /neutron/port HTTP/1.1" 200 1199 0.013825 10.0.0.61 - - [2025-12-11 04:31:14] "POST /neutron/port HTTP/1.1" 200 1199 0.016929 10.0.0.61 - - [2025-12-11 04:31:16] "POST /neutron/network HTTP/1.1" 200 1002 0.009733 10.0.0.33 - - [2025-12-11 04:31:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.046402 10.0.0.27 - - [2025-12-11 04:31:18] "GET /projects?obj_uuids=0fcc15be-0753-400e-86e9-9da989dab5a7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000893 10.0.0.61 - - [2025-12-11 04:31:18] "GET /project/0fcc15be-0753-400e-86e9-9da989dab5a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.033696 10.0.0.27 - - [2025-12-11 04:31:18] "GET /projects?obj_uuids=0fcc15be-0753-400e-86e9-9da989dab5a7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000750 10.0.0.61 - - [2025-12-11 04:31:18] "GET /project/0fcc15be-0753-400e-86e9-9da989dab5a7?fields=virtual_networks HTTP/1.1" 200 1049 0.072497 10.0.0.27 - - [2025-12-11 04:31:18] "GET /projects?obj_uuids=0fcc15be-0753-400e-86e9-9da989dab5a7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001136 10.0.0.61 - - [2025-12-11 04:31:18] "GET /project/0fcc15be-0753-400e-86e9-9da989dab5a7?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.031149 10.0.0.27 - - [2025-12-11 04:31:18] "GET /projects?obj_uuids=0fcc15be-0753-400e-86e9-9da989dab5a7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000829 10.0.0.61 - - [2025-12-11 04:31:18] "GET /project/0fcc15be-0753-400e-86e9-9da989dab5a7?fields=security_groups HTTP/1.1" 200 1279 0.031478 10.0.0.61 - - [2025-12-11 04:31:19] "POST /fqname-to-id HTTP/1.1" 404 188 0.031563 10.0.0.27 - - [2025-12-11 04:31:19] "GET /projects?obj_uuids=bcdc3119-142e-4e22-8b35-d2b1d62cd9e0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002895 10.0.0.27 - - [2025-12-11 04:31:19] "GET /domains?obj_uuids=35136ed0-c5bb-4823-8f5c-ae1b4c17652e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001092 10.0.0.27 - - [2025-12-11 04:31:19] "GET /domain/35136ed0-c5bb-4823-8f5c-ae1b4c17652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008080 10.0.0.27 - - [2025-12-11 04:31:19] "POST /id-to-fqname HTTP/1.1" 200 190 0.005239 10.0.0.27 - - [2025-12-11 04:31:19] "POST /fqname-to-id HTTP/1.1" 404 199 0.004616 10.0.0.27 - - [2025-12-11 04:31:19] "POST /security-groups HTTP/1.1" 200 591 0.024238 10.0.0.27 - - [2025-12-11 04:31:19] "POST /projects HTTP/1.1" 200 585 0.202633 10.0.0.33 - - [2025-12-11 04:31:19] "POST /access-control-lists HTTP/1.1" 200 596 0.022207 10.0.0.27 - - [2025-12-11 04:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.280753 10.0.0.61 - - [2025-12-11 04:31:19] "GET /project/bcdc3119-142e-4e22-8b35-d2b1d62cd9e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.412411 10.0.0.61 - - [2025-12-11 04:31:20] "GET / HTTP/1.1" 200 35931 0.001307 10.0.0.27 - - [2025-12-11 04:31:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.27 - - [2025-12-11 04:31:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000520 10.0.0.27 - - [2025-12-11 04:31:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.27 - - [2025-12-11 04:31:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.33 - - [2025-12-11 04:31:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.33 - - [2025-12-11 04:31:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000534 10.0.0.33 - - [2025-12-11 04:31:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.33 - - [2025-12-11 04:31:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.61 - - [2025-12-11 04:31:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.61 - - [2025-12-11 04:31:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000511 10.0.0.61 - - [2025-12-11 04:31:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.61 - - [2025-12-11 04:31:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.33 - - [2025-12-11 04:31:25] "DELETE /access-control-list/72e3fcfc-971d-4f1e-a4e2-618fb0885f3c HTTP/1.1" 200 115 0.037998 10.0.0.27 - - [2025-12-11 04:31:26] "GET /projects?obj_uuids=bcdc3119-142e-4e22-8b35-d2b1d62cd9e0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000929 10.0.0.61 - - [2025-12-11 04:31:26] "GET /project/bcdc3119-142e-4e22-8b35-d2b1d62cd9e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.038632 10.0.0.27 - - [2025-12-11 04:31:26] "GET /projects?obj_uuids=bcdc3119-142e-4e22-8b35-d2b1d62cd9e0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001044 10.0.0.61 - - [2025-12-11 04:31:26] "GET /project/bcdc3119-142e-4e22-8b35-d2b1d62cd9e0?fields=virtual_networks HTTP/1.1" 200 1043 0.041394 10.0.0.27 - - [2025-12-11 04:31:26] "GET /projects?obj_uuids=bcdc3119-142e-4e22-8b35-d2b1d62cd9e0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000928 10.0.0.61 - - [2025-12-11 04:31:26] "GET /project/bcdc3119-142e-4e22-8b35-d2b1d62cd9e0?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.052076 10.0.0.27 - - [2025-12-11 04:31:26] "GET /projects?obj_uuids=bcdc3119-142e-4e22-8b35-d2b1d62cd9e0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001190 10.0.0.61 - - [2025-12-11 04:31:26] "GET /project/bcdc3119-142e-4e22-8b35-d2b1d62cd9e0?fields=security_groups HTTP/1.1" 200 1269 0.043461 10.0.0.27 - - [2025-12-11 04:31:40] "DELETE /project/0fcc15be-0753-400e-86e9-9da989dab5a7 HTTP/1.1" 404 177 0.005336 10.0.0.27 - - [2025-12-11 04:31:40] "DELETE /project/bcdc3119142e4e228b35d2b1d62cd9e0 HTTP/1.1" 404 173 0.004241 10.0.0.27 - - [2025-12-11 04:31:40] "GET /projects?obj_uuids=bcdc3119-142e-4e22-8b35-d2b1d62cd9e0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000750 10.0.0.27 - - [2025-12-11 04:31:40] "GET /project/bcdc3119-142e-4e22-8b35-d2b1d62cd9e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.045808 10.0.0.27 - - [2025-12-11 04:31:40] "GET /projects?obj_uuids=bcdc3119-142e-4e22-8b35-d2b1d62cd9e0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001206 10.0.0.27 - - [2025-12-11 04:31:41] "GET /project/bcdc3119-142e-4e22-8b35-d2b1d62cd9e0?fields=security_groups HTTP/1.1" 200 1374 0.044606 10.0.0.27 - - [2025-12-11 04:31:41] "DELETE /security-group/ffab2efb-a6b8-4ba7-b6b2-89c6aef3d064 HTTP/1.1" 200 115 0.051372 10.0.0.27 - - [2025-12-11 04:31:41] "GET /projects?obj_uuids=bcdc3119-142e-4e22-8b35-d2b1d62cd9e0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000747 10.0.0.27 - - [2025-12-11 04:31:41] "GET /project/bcdc3119-142e-4e22-8b35-d2b1d62cd9e0?fields=application_policy_sets HTTP/1.1" 200 1413 0.060171 10.0.0.33 - - [2025-12-11 04:31:41] "DELETE /access-control-list/2f947a18-c191-45a7-a12c-bb898e11dc87 HTTP/1.1" 200 115 0.052405 10.0.0.27 - - [2025-12-11 04:31:41] "DELETE /project/bcdc3119-142e-4e22-8b35-d2b1d62cd9e0 HTTP/1.1" 200 115 0.384450 10.0.0.33 - - [2025-12-11 04:31:58] "GET /obj-perms HTTP/1.1" 200 5056 0.070149 10.0.0.61 - - [2025-12-11 04:32:59] "GET /obj-perms HTTP/1.1" 200 5056 0.064691 [Introspect:8084]10.0.0.27 - - [2025-12-11 04:33:27] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001013 [Introspect:8084]10.0.0.27 - - [2025-12-11 04:33:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000804