++ 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 Nov 27 02:01:36 AM UTC 2025 ===================' INFO: =================== Thu Nov 27 02:01:36 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ head -n 1 +++ grep 'inet ' +++ cut -d / -f 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.27:8081 10.0.0.33:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.27:8081 10.0.0.33:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.27:8081 10.0.0.33:8081 10.0.0.23:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.27:9042 10.0.0.33:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.27:9042 10.0.0.33:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.27:9042 10.0.0.33:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.27:8086 10.0.0.33:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.27:8086 10.0.0.33:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.27:8086 10.0.0.33:8086 10.0.0.23:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.27:8082 10.0.0.33:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.27:8082 10.0.0.33:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.27:8082 10.0.0.33:8082 10.0.0.23:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.27:9161 10.0.0.33:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.27:9161 10.0.0.33:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.27:9161 10.0.0.33:9161 10.0.0.23:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.27:9041 10.0.0.33:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.27:9041 10.0.0.33:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.27:9041 10.0.0.33:9041 10.0.0.23:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.193,10.20.0.129,10.20.0.192 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.129,10.20.0.192 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.27:2181,10.0.0.33:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.27:2181,10.0.0.33:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.27:2181,10.0.0.33:2181,10.0.0.23:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.27:2181 10.0.0.33:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.27:2181 10.0.0.33:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.27:2181 10.0.0.33:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.27:5673,10.0.0.33:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.27:5673,10.0.0.33:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.27:5673,10.0.0.33:5673,10.0.0.23:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.27:6379 10.0.0.33:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.27:6379 10.0.0.33:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.27:6379 10.0.0.33:6379 10.0.0.23:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.27:9092 10.0.0.33:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.27:9092 10.0.0.33:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.27:9092 10.0.0.33:9092 10.0.0.23:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.27 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.27,10.0.0.33,10.0.0.23 ++ cut -d , -f 1 + local cassandra=10.0.0.27 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.27 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.27,10.0.0.33,10.0.0.23 +++ local servers=10.0.0.27,10.0.0.33,10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ tr '\n' , ++++ sort ++++ cat /proc/net/fib_trie ++++ uniq +++ local local_ips=,10.0.0.23,10.20.0.192,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.23,10.20.0.192,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.23,10.20.0.192,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.23,10.20.0.192,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 3 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + [[ cql == \c\q\l ]] ++ sed 's/,/ /g' ++ echo 10.0.0.27:9041 10.0.0.33:9041 10.0.0.23:9041 + cassandra_server_list='10.0.0.27:9041 10.0.0.33:9041 10.0.0.23:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.23:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ grep '^API__.*__.*=.*$' ++ sed 's/^API__//g' ++ set -o posix ++ set ++ cut -d = -f 1 ++ 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: 11/27/2025 02:01:45.920 7f2e0a9495c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 11/27/2025 02:01:46.059 7f2e0a9495c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 11/27/2025 02:01:46.072 7f2e0a9495c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 11/27/2025 02:01:46.072 7f2e0a9495c0 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.23:8082/ Hit Ctrl-C to quit. 10.0.0.23 - - [2025-11-27 02:02:05] "GET / HTTP/1.1" 503 181 0.000226 10.0.0.23 - - [2025-11-27 02:02:05] "GET / HTTP/1.1" 503 181 0.000281 10.0.0.27 - - [2025-11-27 02:02:06] "GET / HTTP/1.1" 200 35931 0.001833 10.0.0.33 - - [2025-11-27 02:02:06] "GET / HTTP/1.1" 200 35931 0.001353 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.33 - - [2025-11-27 02:02:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000567 10.0.0.23 - - [2025-11-27 02:02:06] "GET / HTTP/1.1" 200 45871 0.001192 10.0.0.23 - - [2025-11-27 02:02:06] "GET / HTTP/1.1" 200 45871 0.000931 10.0.0.23 - - [2025-11-27 02:02:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000290 10.0.0.23 - - [2025-11-27 02:02:06] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000215 10.0.0.23 - - [2025-11-27 02:02:07] "GET / HTTP/1.1" 200 35931 0.001381 10.0.0.23 - - [2025-11-27 02:02:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000334 10.0.0.27 - - [2025-11-27 02:02:07] "GET / HTTP/1.1" 200 35931 0.001152 10.0.0.27 - - [2025-11-27 02:02:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000339 10.0.0.27 - - [2025-11-27 02:02:07] "GET / HTTP/1.1" 200 35931 0.001286 10.0.0.27 - - [2025-11-27 02:02:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000338 10.0.0.23 - - [2025-11-27 02:02:07] "GET / HTTP/1.1" 200 35931 0.001324 10.0.0.33 - - [2025-11-27 02:02:08] "GET / HTTP/1.1" 200 35931 0.001271 10.0.0.33 - - [2025-11-27 02:02:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000365 10.0.0.23 - - [2025-11-27 02:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 1.945060 10.0.0.27 - - [2025-11-27 02:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.991993 10.0.0.23 - - [2025-11-27 02:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.019170 10.0.0.27 - - [2025-11-27 02:02:09] "GET /global-system-config/ff8e6f71-6c25-4b52-a5da-728f1e6e3cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.012648 10.0.0.23 - - [2025-11-27 02:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 1.346560 10.0.0.23 - - [2025-11-27 02:02:09] "GET /global-system-config/ff8e6f71-6c25-4b52-a5da-728f1e6e3cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.014496 10.0.0.23 - - [2025-11-27 02:02:09] "GET / HTTP/1.1" 200 35931 0.003879 10.0.0.27 - - [2025-11-27 02:02:09] "POST /fqname-to-id HTTP/1.1" 404 220 0.006323 10.0.0.23 - - [2025-11-27 02:02:09] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.687832 10.0.0.33 - - [2025-11-27 02:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 2.377192 10.0.0.23 - - [2025-11-27 02:02:09] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.017677 10.0.0.33 - - [2025-11-27 02:02:09] "GET /global-system-config/ff8e6f71-6c25-4b52-a5da-728f1e6e3cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008197 10.0.0.27 - - [2025-11-27 02:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.764806 10.0.0.27 - - [2025-11-27 02:02:09] "GET /global-system-config/ff8e6f71-6c25-4b52-a5da-728f1e6e3cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006226 10.0.0.23 - - [2025-11-27 02:02:09] "POST /fqname-to-id HTTP/1.1" 404 220 0.019799 10.0.0.33 - - [2025-11-27 02:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.220024 10.0.0.33 - - [2025-11-27 02:02:09] "GET /global-system-config/ff8e6f71-6c25-4b52-a5da-728f1e6e3cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006272 10.0.0.33 - - [2025-11-27 02:02:09] "POST /fqname-to-id HTTP/1.1" 404 220 0.009485 10.0.0.27 - - [2025-11-27 02:02:09] "POST /fqname-to-id HTTP/1.1" 404 220 0.008861 10.0.0.33 - - [2025-11-27 02:02:09] "POST /fqname-to-id HTTP/1.1" 404 220 0.003960 10.0.0.27 - - [2025-11-27 02:02:09] "POST /config-database-nodes HTTP/1.1" 200 617 0.105944 10.0.0.23 - - [2025-11-27 02:02:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000338 10.0.0.23 - - [2025-11-27 02:02:09] "POST /config-nodes HTTP/1.1" 200 599 0.097665 10.0.0.33 - - [2025-11-27 02:02:09] "POST /config-nodes HTTP/1.1" 200 599 0.062475 10.0.0.27 - - [2025-11-27 02:02:09] "POST /config-nodes HTTP/1.1" 200 599 0.091362 10.0.0.33 - - [2025-11-27 02:02:09] "POST /config-database-nodes HTTP/1.1" 200 617 0.096859 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.23 - - [2025-11-27 02:02:10] "POST /fqname-to-id HTTP/1.1" 404 186 0.048237 10.0.0.23 - - [2025-11-27 02:02:10] "GET / HTTP/1.1" 200 35931 0.001580 10.0.0.23 - - [2025-11-27 02:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005173 10.0.0.23 - - [2025-11-27 02:02:10] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000298 10.0.0.23 - - [2025-11-27 02:02:10] "GET /global-system-config/ff8e6f71-6c25-4b52-a5da-728f1e6e3cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007212 10.0.0.27 - - [2025-11-27 02:02:10] "GET / HTTP/1.1" 200 35931 0.001344 10.0.0.27 - - [2025-11-27 02:02:10] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000322 10.0.0.33 - - [2025-11-27 02:02:10] "GET / HTTP/1.1" 200 35931 0.001257 10.0.0.33 - - [2025-11-27 02:02:10] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000342 10.0.0.23 - - [2025-11-27 02:02:10] "POST /service-appliance-sets HTTP/1.1" 200 553 0.065064 10.0.0.23 - - [2025-11-27 02:02:10] "POST /fqname-to-id HTTP/1.1" 404 180 0.019029 10.0.0.23 - - [2025-11-27 02:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004252 10.0.0.23 - - [2025-11-27 02:02:10] "GET /global-system-config/ff8e6f71-6c25-4b52-a5da-728f1e6e3cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007044 10.0.0.23 - - [2025-11-27 02:02:10] "POST /service-appliance-sets HTTP/1.1" 200 541 0.068015 10.0.0.23 - - [2025-11-27 02:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005568 10.0.0.23 - - [2025-11-27 02:02:10] "GET /network-ipam/a1dfb6bf-a6cc-4f2f-aaaa-25d18a1fc140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.015773 10.0.0.23 - - [2025-11-27 02:02:11] "POST /service-templates HTTP/1.1" 200 511 0.073595 10.0.0.23 - - [2025-11-27 02:02:11] "POST /service-templates HTTP/1.1" 200 501 0.073262 10.0.0.23 - - [2025-11-27 02:02:11] "POST /service-templates HTTP/1.1" 200 515 0.058956 10.0.0.23 - - [2025-11-27 02:02:11] "POST /service-templates HTTP/1.1" 200 535 0.055364 10.0.0.23 - - [2025-11-27 02:02:11] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.870442 10.0.0.23 - - [2025-11-27 02:02:11] "POST /service-templates HTTP/1.1" 200 507 0.084707 10.0.0.27 - - [2025-11-27 02:02:11] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.623530 10.0.0.33 - - [2025-11-27 02:02:11] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.200475 10.0.0.23 - - [2025-11-27 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005417 10.0.0.23 - - [2025-11-27 02:02:16] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1216 0.007560 10.0.0.23 - - [2025-11-27 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725 10.0.0.27 - - [2025-11-27 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.23 - - [2025-11-27 02:02:16] "PUT /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624 HTTP/1.1" 200 276 0.016635 10.0.0.27 - - [2025-11-27 02:02:16] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.004256 10.0.0.33 - - [2025-11-27 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.33 - - [2025-11-27 02:02:16] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.004249 10.0.0.27 - - [2025-11-27 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.33 - - [2025-11-27 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.27 - - [2025-11-27 02:02:16] "PUT /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624 HTTP/1.1" 200 276 0.017996 10.0.0.33 - - [2025-11-27 02:02:16] "PUT /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624 HTTP/1.1" 200 276 0.016640 10.0.0.23 - - [2025-11-27 02:02:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.23 - - [2025-11-27 02:02:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.23 - - [2025-11-27 02:02:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.23 - - [2025-11-27 02:02:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000507 10.0.0.33 - - [2025-11-27 02:02:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.33 - - [2025-11-27 02:02:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.27 - - [2025-11-27 02:02:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.27 - - [2025-11-27 02:02:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000334 10.0.0.33 - - [2025-11-27 02:02:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.33 - - [2025-11-27 02:02:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.27 - - [2025-11-27 02:02:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.27 - - [2025-11-27 02:02:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.27 - - [2025-11-27 02:02:26] "GET /network-ipam/a1dfb6bf-a6cc-4f2f-aaaa-25d18a1fc140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.036300 10.0.0.27 - - [2025-11-27 02:02:27] "POST /fqname-to-id HTTP/1.1" 404 224 0.003565 10.0.0.27 - - [2025-11-27 02:02:27] "POST /ref-update HTTP/1.1" 200 156 0.023205 10.0.0.27 - - [2025-11-27 02:02:27] "POST /route-targets HTTP/1.1" 200 327 0.030978 10.0.0.27 - - [2025-11-27 02:02:27] "POST /ref-update HTTP/1.1" 200 156 0.026529 10.0.0.27 - - [2025-11-27 02:02:27] "PUT /access-control-list/c1c763b7-541c-4801-9e9a-08ba50433b54 HTTP/1.1" 200 272 0.014920 10.0.0.27 - - [2025-11-27 02:03:02] "POST /ref-update HTTP/1.1" 200 156 0.028981 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.23 - - [2025-11-27 02:05:14] "GET /obj-perms HTTP/1.1" 200 5056 0.361472 10.0.0.27 - - [2025-11-27 02:06:14] "GET /obj-perms HTTP/1.1" 200 5056 0.052305 10.0.0.33 - - [2025-11-27 02:06:15] "GET /obj-perms HTTP/1.1" 200 5056 0.048755 [Introspect:8084]10.0.0.23 - - [2025-11-27 02:06:52] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000906 [Introspect:8084]10.0.0.23 - - [2025-11-27 02:06:52] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3423 0.000896 [Introspect:8084]10.0.0.23 - - [2025-11-27 02:07:09] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000913 [Introspect:8084]10.0.0.23 - - [2025-11-27 02:07:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3423 0.001163 10.0.0.23 - - [2025-11-27 02:07:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.23 - - [2025-11-27 02:07:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.23 - - [2025-11-27 02:07:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.23 - - [2025-11-27 02:07:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.33 - - [2025-11-27 02:07:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.33 - - [2025-11-27 02:07:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.27 - - [2025-11-27 02:07:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.27 - - [2025-11-27 02:07:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000332 10.0.0.33 - - [2025-11-27 02:07:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.33 - - [2025-11-27 02:07:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.27 - - [2025-11-27 02:07:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.27 - - [2025-11-27 02:07:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 [Introspect:8084]10.0.0.23 - - [2025-11-27 02:07:25] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001054 [Introspect:8084]10.0.0.23 - - [2025-11-27 02:07:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000798 [Introspect:8084]10.0.0.23 - - [2025-11-27 02:07:43] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001071 [Introspect:8084]10.0.0.23 - - [2025-11-27 02:07:43] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000926 10.0.0.27 - - [2025-11-27 02:08:58] "GET / HTTP/1.1" 200 35931 0.001566 10.0.0.27 - - [2025-11-27 02:08:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000442 10.0.0.27 - - [2025-11-27 02:09:00] "POST /fqname-to-id HTTP/1.1" 404 186 0.054149 10.0.0.23 - - [2025-11-27 02:09:00] "GET /projects?obj_uuids=c30b4a08-5ebe-4f48-83e8-92923ae66c28&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.056412 10.0.0.23 - - [2025-11-27 02:09:00] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000901 10.0.0.23 - - [2025-11-27 02:09:00] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.029726 10.0.0.23 - - [2025-11-27 02:09:00] "POST /id-to-fqname HTTP/1.1" 200 188 0.007852 10.0.0.23 - - [2025-11-27 02:09:00] "POST /fqname-to-id HTTP/1.1" 404 197 0.012961 10.0.0.23 - - [2025-11-27 02:09:00] "POST /security-groups HTTP/1.1" 200 589 0.051246 10.0.0.23 - - [2025-11-27 02:09:00] "POST /projects HTTP/1.1" 200 581 0.301803 10.0.0.27 - - [2025-11-27 02:09:00] "POST /fqname-to-id HTTP/1.1" 404 232 0.030362 10.0.0.23 - - [2025-11-27 02:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.377856 10.0.0.27 - - [2025-11-27 02:09:00] "GET /project/c30b4a08-5ebe-4f48-83e8-92923ae66c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.572093 10.0.0.27 - - [2025-11-27 02:09:00] "POST /access-control-lists HTTP/1.1" 200 592 0.052347 10.0.0.27 - - [2025-11-27 02:09:01] "GET / HTTP/1.1" 200 35931 0.001758 10.0.0.23 - - [2025-11-27 02:09:05] "GET /projects?obj_uuids=c30b4a08-5ebe-4f48-83e8-92923ae66c28&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000955 10.0.0.27 - - [2025-11-27 02:09:05] "GET /project/c30b4a08-5ebe-4f48-83e8-92923ae66c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.058687 10.0.0.23 - - [2025-11-27 02:09:05] "GET /projects?obj_uuids=c30b4a08-5ebe-4f48-83e8-92923ae66c28&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000839 10.0.0.27 - - [2025-11-27 02:09:05] "GET /project/c30b4a08-5ebe-4f48-83e8-92923ae66c28?fields=virtual_networks HTTP/1.1" 200 1028 0.060026 10.0.0.23 - - [2025-11-27 02:09:05] "GET /projects?obj_uuids=c30b4a08-5ebe-4f48-83e8-92923ae66c28&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000887 10.0.0.27 - - [2025-11-27 02:09:05] "GET /project/c30b4a08-5ebe-4f48-83e8-92923ae66c28?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.045421 10.0.0.23 - - [2025-11-27 02:09:05] "GET /projects?obj_uuids=c30b4a08-5ebe-4f48-83e8-92923ae66c28&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001149 10.0.0.27 - - [2025-11-27 02:09:05] "GET /project/c30b4a08-5ebe-4f48-83e8-92923ae66c28?fields=security_groups HTTP/1.1" 200 1252 0.055981 10.0.0.23 - - [2025-11-27 02:09:06] "GET /projects?obj_uuids=2cb45a1e-c495-4d45-8a74-dee6721f0cec&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003321 10.0.0.23 - - [2025-11-27 02:09:06] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001089 10.0.0.23 - - [2025-11-27 02:09:06] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007782 10.0.0.23 - - [2025-11-27 02:09:06] "POST /id-to-fqname HTTP/1.1" 200 167 0.001429 10.0.0.23 - - [2025-11-27 02:09:06] "POST /fqname-to-id HTTP/1.1" 404 176 0.011762 10.0.0.23 - - [2025-11-27 02:09:06] "POST /security-groups HTTP/1.1" 200 568 0.034740 10.0.0.23 - - [2025-11-27 02:09:06] "POST /projects HTTP/1.1" 200 539 0.288940 10.0.0.23 - - [2025-11-27 02:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.329745 10.0.0.27 - - [2025-11-27 02:09:06] "POST /fqname-to-id HTTP/1.1" 404 206 0.018363 10.0.0.27 - - [2025-11-27 02:09:06] "GET /project/2cb45a1e-c495-4d45-8a74-dee6721f0cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.533147 [Introspect:8084]10.0.0.27 - - [2025-11-27 02:09:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.003043 10.0.0.23 - - [2025-11-27 02:09:08] "GET /projects?obj_uuids=2cb45a1e-c495-4d45-8a74-dee6721f0cec&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000990 10.0.0.27 - - [2025-11-27 02:09:08] "GET /project/2cb45a1e-c495-4d45-8a74-dee6721f0cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.060133 10.0.0.23 - - [2025-11-27 02:09:09] "GET /obj-perms HTTP/1.1" 200 5056 0.056950 [Introspect:8084]10.0.0.27 - - [2025-11-27 02:09:11] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000439 10.0.0.23 - - [2025-11-27 02:09:11] "DELETE /project/c30b4a085ebe4f4883e892923ae66c28 HTTP/1.1" 404 173 0.051380 10.0.0.23 - - [2025-11-27 02:09:11] "DELETE /project/2cb45a1ec4954d458a74dee6721f0cec HTTP/1.1" 404 173 0.052335 10.0.0.23 - - [2025-11-27 02:09:11] "GET /projects?obj_uuids=c30b4a08-5ebe-4f48-83e8-92923ae66c28&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000764 10.0.0.23 - - [2025-11-27 02:09:11] "GET /project/c30b4a08-5ebe-4f48-83e8-92923ae66c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.043409 10.0.0.23 - - [2025-11-27 02:09:11] "GET /projects?obj_uuids=c30b4a08-5ebe-4f48-83e8-92923ae66c28&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001079 10.0.0.23 - - [2025-11-27 02:09:11] "GET /project/c30b4a08-5ebe-4f48-83e8-92923ae66c28?fields=security_groups HTTP/1.1" 200 1357 0.063489 10.0.0.23 - - [2025-11-27 02:09:11] "DELETE /security-group/b7675b28-0d63-459d-882f-8fc91fda7b1c HTTP/1.1" 200 115 0.053064 10.0.0.23 - - [2025-11-27 02:09:11] "GET /projects?obj_uuids=c30b4a08-5ebe-4f48-83e8-92923ae66c28&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000860 10.0.0.23 - - [2025-11-27 02:09:11] "GET /project/c30b4a08-5ebe-4f48-83e8-92923ae66c28?fields=application_policy_sets HTTP/1.1" 200 1396 0.086704 10.0.0.27 - - [2025-11-27 02:09:11] "DELETE /access-control-list/bd892c51-7869-4d89-8920-73386265abc1 HTTP/1.1" 200 115 0.134321 10.0.0.23 - - [2025-11-27 02:09:11] "DELETE /project/c30b4a08-5ebe-4f48-83e8-92923ae66c28 HTTP/1.1" 200 115 0.566366 10.0.0.27 - - [2025-11-27 02:09:11] "GET /obj-perms HTTP/1.1" 200 5056 0.056138 10.0.0.27 - - [2025-11-27 02:09:11] "GET /obj-perms HTTP/1.1" 200 5056 0.003848 10.0.0.27 - - [2025-11-27 02:09:12] "GET /obj-perms HTTP/1.1" 200 5056 0.005951 10.0.0.27 - - [2025-11-27 02:09:12] "GET /obj-perms HTTP/1.1" 200 5056 0.003825 10.0.0.27 - - [2025-11-27 02:09:12] "GET /obj-perms HTTP/1.1" 200 5056 0.004187 10.0.0.27 - - [2025-11-27 02:09:12] "GET /obj-perms HTTP/1.1" 200 5056 0.007335 10.0.0.27 - - [2025-11-27 02:09:12] "GET /obj-perms HTTP/1.1" 200 5056 0.003649 10.0.0.27 - - [2025-11-27 02:09:12] "GET /obj-perms HTTP/1.1" 200 5056 0.004134 10.0.0.27 - - [2025-11-27 02:09:12] "GET /obj-perms HTTP/1.1" 200 5056 0.003958 10.0.0.27 - - [2025-11-27 02:09:12] "GET /obj-perms HTTP/1.1" 200 5056 0.003775 10.0.0.27 - - [2025-11-27 02:09:13] "GET /obj-perms HTTP/1.1" 200 5056 0.003691 10.0.0.33 - - [2025-11-27 02:09:13] "GET /obj-perms HTTP/1.1" 200 5056 0.049352 10.0.0.23 - - [2025-11-27 02:09:13] "GET /obj-perms HTTP/1.1" 200 5056 0.003955 10.0.0.23 - - [2025-11-27 02:09:13] "GET /obj-perms HTTP/1.1" 200 5056 0.004047 10.0.0.27 - - [2025-11-27 02:09:14] "GET /obj-perms HTTP/1.1" 200 5056 0.004172 10.0.0.27 - - [2025-11-27 02:09:14] "GET /obj-perms HTTP/1.1" 200 5056 0.003573 10.0.0.27 - - [2025-11-27 02:09:14] "GET /obj-perms HTTP/1.1" 200 5056 0.003746 10.0.0.27 - - [2025-11-27 02:09:15] "GET /obj-perms HTTP/1.1" 200 5056 0.003894 10.0.0.27 - - [2025-11-27 02:09:15] "GET /obj-perms HTTP/1.1" 200 5056 0.003830 10.0.0.27 - - [2025-11-27 02:09:15] "GET /obj-perms HTTP/1.1" 200 5056 0.006113 10.0.0.27 - - [2025-11-27 02:09:15] "GET /obj-perms HTTP/1.1" 200 5056 0.004046 10.0.0.27 - - [2025-11-27 02:09:15] "GET /obj-perms HTTP/1.1" 200 5056 0.003693 10.0.0.27 - - [2025-11-27 02:09:15] "GET /obj-perms HTTP/1.1" 200 5056 0.004112 10.0.0.27 - - [2025-11-27 02:09:15] "GET /obj-perms HTTP/1.1" 200 5056 0.003802 10.0.0.27 - - [2025-11-27 02:09:15] "GET /obj-perms HTTP/1.1" 200 5056 0.003863 10.0.0.33 - - [2025-11-27 02:09:17] "GET /obj-perms HTTP/1.1" 200 5056 0.048369 10.0.0.27 - - [2025-11-27 02:09:18] "GET /obj-perms HTTP/1.1" 200 5056 0.003931 10.0.0.27 - - [2025-11-27 02:09:18] "GET /obj-perms HTTP/1.1" 200 5056 0.003767 10.0.0.27 - - [2025-11-27 02:09:18] "GET /obj-perms HTTP/1.1" 200 5056 0.003877 10.0.0.27 - - [2025-11-27 02:09:18] "GET /obj-perms HTTP/1.1" 200 5056 0.004146 10.0.0.27 - - [2025-11-27 02:09:19] "GET /obj-perms HTTP/1.1" 200 5056 0.005266 10.0.0.27 - - [2025-11-27 02:09:20] "POST /fqname-to-id HTTP/1.1" 404 199 0.026792 10.0.0.23 - - [2025-11-27 02:09:20] "GET /projects?obj_uuids=54c52877-1b7a-475e-934a-ce66552604a8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003109 10.0.0.23 - - [2025-11-27 02:09:20] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000834 10.0.0.23 - - [2025-11-27 02:09:20] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006977 10.0.0.23 - - [2025-11-27 02:09:21] "POST /id-to-fqname HTTP/1.1" 200 201 0.003979 10.0.0.23 - - [2025-11-27 02:09:21] "POST /fqname-to-id HTTP/1.1" 404 210 0.005862 10.0.0.23 - - [2025-11-27 02:09:21] "POST /security-groups HTTP/1.1" 200 602 0.050716 10.0.0.23 - - [2025-11-27 02:09:21] "POST /projects HTTP/1.1" 200 607 0.283331 10.0.0.27 - - [2025-11-27 02:09:21] "POST /fqname-to-id HTTP/1.1" 404 244 0.006846 10.0.0.23 - - [2025-11-27 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.357280 10.0.0.27 - - [2025-11-27 02:09:21] "GET /project/54c52877-1b7a-475e-934a-ce66552604a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.509314 10.0.0.27 - - [2025-11-27 02:09:22] "GET / HTTP/1.1" 200 35931 0.001684 10.0.0.27 - - [2025-11-27 02:09:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000444 10.0.0.27 - - [2025-11-27 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.064717 10.0.0.23 - - [2025-11-27 02:09:23] "GET /projects?obj_uuids=54c52877-1b7a-475e-934a-ce66552604a8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000901 10.0.0.27 - - [2025-11-27 02:09:24] "GET /project/54c52877-1b7a-475e-934a-ce66552604a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.055057 10.0.0.27 - - [2025-11-27 02:09:24] "POST /ref-update HTTP/1.1" 200 156 0.036050 10.0.0.23 - - [2025-11-27 02:09:24] "POST /useragent-kv HTTP/1.1" 200 115 0.011734 10.0.0.27 - - [2025-11-27 02:09:24] "POST /neutron/subnet HTTP/1.1" 200 730 0.254982 10.0.0.27 - - [2025-11-27 02:09:24] "POST /id-to-fqname HTTP/1.1" 200 233 0.001171 10.0.0.27 - - [2025-11-27 02:09:24] "GET /virtual-network/3ef5eb17-e299-4791-a9af-9bee581cc30a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005309 10.0.0.27 - - [2025-11-27 02:09:24] "GET /virtual-network/3ef5eb17-e299-4791-a9af-9bee581cc30a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005442 10.0.0.27 - - [2025-11-27 02:09:24] "POST /neutron/network HTTP/1.1" 200 840 0.006440 10.0.0.27 - - [2025-11-27 02:09:25] "GET /virtual-network/3ef5eb17-e299-4791-a9af-9bee581cc30a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005905 10.0.0.27 - - [2025-11-27 02:09:26] "GET /obj-perms HTTP/1.1" 200 5052 0.052098 10.0.0.23 - - [2025-11-27 02:09:26] "GET /obj-perms HTTP/1.1" 200 5052 0.057136 10.0.0.27 - - [2025-11-27 02:09:26] "POST /id-to-fqname HTTP/1.1" 200 233 0.001156 10.0.0.23 - - [2025-11-27 02:09:29] "GET /projects?obj_uuids=54c52877-1b7a-475e-934a-ce66552604a8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000875 10.0.0.27 - - [2025-11-27 02:09:29] "GET /project/54c52877-1b7a-475e-934a-ce66552604a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.071721 10.0.0.27 - - [2025-11-27 02:09:29] "POST /neutron/network HTTP/1.1" 200 840 0.028619 10.0.0.27 - - [2025-11-27 02:09:30] "POST /neutron/port HTTP/1.1" 200 117 0.007308 10.0.0.27 - - [2025-11-27 02:09:31] "POST /neutron/port HTTP/1.1" 200 1072 0.052315 10.0.0.27 - - [2025-11-27 02:09:32] "POST /neutron/port HTTP/1.1" 200 1100 0.022241 10.0.0.27 - - [2025-11-27 02:09:32] "POST /neutron/port HTTP/1.1" 200 117 0.001006 10.0.0.27 - - [2025-11-27 02:09:35] "POST /neutron/security_group HTTP/1.1" 200 2069 0.009556 10.0.0.27 - - [2025-11-27 02:09:42] "GET /obj-perms HTTP/1.1" 200 5052 0.004275 10.0.0.27 - - [2025-11-27 02:09:45] "POST /neutron/port HTTP/1.1" 200 1100 0.039830 10.0.0.27 - - [2025-11-27 02:09:45] "POST /neutron/network HTTP/1.1" 400 204 0.015685 10.0.0.27 - - [2025-11-27 02:09:46] "POST /neutron/port HTTP/1.1" 200 151 0.209607 10.0.0.23 - - [2025-11-27 02:09:48] "GET /projects?obj_uuids=54c52877-1b7a-475e-934a-ce66552604a8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000915 10.0.0.27 - - [2025-11-27 02:09:48] "GET /project/54c52877-1b7a-475e-934a-ce66552604a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.059887 10.0.0.23 - - [2025-11-27 02:09:48] "GET /projects?obj_uuids=54c52877-1b7a-475e-934a-ce66552604a8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001156 10.0.0.27 - - [2025-11-27 02:09:48] "GET /project/54c52877-1b7a-475e-934a-ce66552604a8?fields=virtual_networks HTTP/1.1" 200 1054 0.055057 10.0.0.23 - - [2025-11-27 02:09:48] "GET /projects?obj_uuids=54c52877-1b7a-475e-934a-ce66552604a8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000923 10.0.0.27 - - [2025-11-27 02:09:48] "GET /project/54c52877-1b7a-475e-934a-ce66552604a8?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.046292 10.0.0.23 - - [2025-11-27 02:09:49] "GET /projects?obj_uuids=54c52877-1b7a-475e-934a-ce66552604a8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001040 10.0.0.27 - - [2025-11-27 02:09:49] "GET /project/54c52877-1b7a-475e-934a-ce66552604a8?fields=security_groups HTTP/1.1" 200 1291 0.053080 10.0.0.23 - - [2025-11-27 02:09:49] "GET /projects?obj_uuids=2cb45a1e-c495-4d45-8a74-dee6721f0cec&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000877 10.0.0.27 - - [2025-11-27 02:09:49] "GET /project/2cb45a1e-c495-4d45-8a74-dee6721f0cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.041777 10.0.0.23 - - [2025-11-27 02:09:55] "GET /projects?obj_uuids=2cb45a1e-c495-4d45-8a74-dee6721f0cec&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001188 10.0.0.27 - - [2025-11-27 02:09:55] "GET /project/2cb45a1e-c495-4d45-8a74-dee6721f0cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.046133 10.0.0.27 - - [2025-11-27 02:09:58] "POST /fqname-to-id HTTP/1.1" 404 200 0.044183 10.0.0.23 - - [2025-11-27 02:09:58] "GET /projects?obj_uuids=d0ab525e-a0a9-474e-9faf-9970d5ce18b0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.009635 10.0.0.23 - - [2025-11-27 02:09:58] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000830 10.0.0.23 - - [2025-11-27 02:09:58] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007411 10.0.0.23 - - [2025-11-27 02:09:58] "POST /id-to-fqname HTTP/1.1" 200 202 0.002072 10.0.0.23 - - [2025-11-27 02:09:58] "POST /fqname-to-id HTTP/1.1" 404 211 0.008009 10.0.0.23 - - [2025-11-27 02:09:58] "POST /security-groups HTTP/1.1" 200 603 0.033054 10.0.0.27 - - [2025-11-27 02:09:58] "POST /fqname-to-id HTTP/1.1" 404 246 0.003098 10.0.0.23 - - [2025-11-27 02:09:58] "POST /projects HTTP/1.1" 200 609 0.296570 10.0.0.23 - - [2025-11-27 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.333402 10.0.0.27 - - [2025-11-27 02:09:58] "POST /access-control-lists HTTP/1.1" 200 606 0.040621 10.0.0.27 - - [2025-11-27 02:09:58] "GET /project/d0ab525e-a0a9-474e-9faf-9970d5ce18b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.535445 10.0.0.27 - - [2025-11-27 02:10:00] "GET / HTTP/1.1" 200 35931 0.001753 10.0.0.27 - - [2025-11-27 02:10:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000455 10.0.0.27 - - [2025-11-27 02:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.053742 10.0.0.23 - - [2025-11-27 02:10:00] "GET /projects?obj_uuids=d0ab525e-a0a9-474e-9faf-9970d5ce18b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000938 10.0.0.27 - - [2025-11-27 02:10:00] "GET /project/d0ab525e-a0a9-474e-9faf-9970d5ce18b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.056654 10.0.0.27 - - [2025-11-27 02:10:00] "POST /neutron/network HTTP/1.1" 200 117 0.034094 10.0.0.27 - - [2025-11-27 02:10:01] "POST /neutron/network HTTP/1.1" 200 922 0.012323 10.0.0.27 - - [2025-11-27 02:10:01] "POST /id-to-fqname HTTP/1.1" 200 275 0.001552 10.0.0.27 - - [2025-11-27 02:10:01] "GET /virtual-network/2386206f-db19-4cf8-8cc4-be9d5890a75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.007956 10.0.0.27 - - [2025-11-27 02:10:01] "GET /virtual-network/2386206f-db19-4cf8-8cc4-be9d5890a75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.008238 10.0.0.27 - - [2025-11-27 02:10:01] "POST /neutron/subnet HTTP/1.1" 200 725 0.012747 10.0.0.27 - - [2025-11-27 02:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005066 10.0.0.23 - - [2025-11-27 02:10:01] "GET /projects?obj_uuids=d0ab525e-a0a9-474e-9faf-9970d5ce18b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001368 10.0.0.27 - - [2025-11-27 02:10:01] "GET /project/d0ab525e-a0a9-474e-9faf-9970d5ce18b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.072310 10.0.0.27 - - [2025-11-27 02:10:02] "POST /route-targets HTTP/1.1" 200 327 0.021229 10.0.0.23 - - [2025-11-27 02:10:02] "POST /useragent-kv HTTP/1.1" 200 115 0.007754 10.0.0.27 - - [2025-11-27 02:10:02] "POST /neutron/subnet HTTP/1.1" 200 725 0.213970 10.0.0.27 - - [2025-11-27 02:10:02] "POST /id-to-fqname HTTP/1.1" 200 275 0.001205 10.0.0.27 - - [2025-11-27 02:10:02] "GET /virtual-network/a59365bd-ab67-4482-ab28-9dfdae0fa14c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.005664 10.0.0.27 - - [2025-11-27 02:10:02] "GET /virtual-network/a59365bd-ab67-4482-ab28-9dfdae0fa14c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.006763 10.0.0.27 - - [2025-11-27 02:10:02] "POST /neutron/network HTTP/1.1" 200 922 0.005956 10.0.0.27 - - [2025-11-27 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.010371 10.0.0.23 - - [2025-11-27 02:10:02] "GET /projects?obj_uuids=d0ab525e-a0a9-474e-9faf-9970d5ce18b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000956 10.0.0.27 - - [2025-11-27 02:10:02] "GET /project/d0ab525e-a0a9-474e-9faf-9970d5ce18b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.060295 10.0.0.23 - - [2025-11-27 02:10:02] "GET /projects?obj_uuids=d0ab525e-a0a9-474e-9faf-9970d5ce18b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000878 10.0.0.27 - - [2025-11-27 02:10:02] "POST /neutron/network HTTP/1.1" 200 705 0.177973 10.0.0.27 - - [2025-11-27 02:10:02] "POST /ref-update HTTP/1.1" 200 156 0.031939 10.0.0.27 - - [2025-11-27 02:10:03] "POST /id-to-fqname HTTP/1.1" 200 276 0.003616 10.0.0.27 - - [2025-11-27 02:10:03] "GET /virtual-network/816463ed-67ca-41a8-9305-74d10796d3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.005360 10.0.0.27 - - [2025-11-27 02:10:03] "POST /neutron/network HTTP/1.1" 200 923 0.007477 10.0.0.27 - - [2025-11-27 02:10:03] "GET /virtual-network/816463ed-67ca-41a8-9305-74d10796d3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.005200 10.0.0.27 - - [2025-11-27 02:10:03] "POST /id-to-fqname HTTP/1.1" 200 275 0.001127 10.0.0.27 - - [2025-11-27 02:10:03] "POST /neutron/network HTTP/1.1" 200 932 0.006656 10.0.0.23 - - [2025-11-27 02:10:04] "GET /projects?obj_uuids=d0ab525e-a0a9-474e-9faf-9970d5ce18b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000905 10.0.0.27 - - [2025-11-27 02:10:04] "GET /project/d0ab525e-a0a9-474e-9faf-9970d5ce18b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.065164 10.0.0.27 - - [2025-11-27 02:10:04] "POST /neutron/port HTTP/1.1" 200 117 0.006156 10.0.0.27 - - [2025-11-27 02:10:04] "POST /id-to-fqname HTTP/1.1" 200 276 0.001191 10.0.0.27 - - [2025-11-27 02:10:05] "POST /neutron/network HTTP/1.1" 200 932 0.006287 10.0.0.23 - - [2025-11-27 02:10:05] "GET /projects?obj_uuids=d0ab525e-a0a9-474e-9faf-9970d5ce18b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001120 10.0.0.27 - - [2025-11-27 02:10:05] "GET /project/d0ab525e-a0a9-474e-9faf-9970d5ce18b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.104316 10.0.0.27 - - [2025-11-27 02:10:05] "POST /neutron/port HTTP/1.1" 200 1072 0.042701 10.0.0.27 - - [2025-11-27 02:10:06] "POST /neutron/port HTTP/1.1" 200 1100 0.020597 10.0.0.27 - - [2025-11-27 02:10:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.015939 10.0.0.27 - - [2025-11-27 02:10:06] "POST /neutron/network HTTP/1.1" 200 922 0.006115 10.0.0.23 - - [2025-11-27 02:10:07] "GET /projects?obj_uuids=d0ab525e-a0a9-474e-9faf-9970d5ce18b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000896 10.0.0.27 - - [2025-11-27 02:10:07] "POST /neutron/port HTTP/1.1" 200 1071 0.354807 10.0.0.27 - - [2025-11-27 02:10:07] "POST /neutron/network HTTP/1.1" 200 932 0.007300 10.0.0.27 - - [2025-11-27 02:10:07] "POST /neutron/port HTTP/1.1" 200 117 0.001063 10.0.0.27 - - [2025-11-27 02:10:07] "POST /neutron/network HTTP/1.1" 400 204 0.016279 10.0.0.27 - - [2025-11-27 02:10:08] "POST /neutron/port HTTP/1.1" 200 1125 0.146624 10.0.0.27 - - [2025-11-27 02:10:08] "POST /neutron/subnet HTTP/1.1" 200 693 0.009585 10.0.0.27 - - [2025-11-27 02:10:08] "POST /neutron/port HTTP/1.1" 200 1100 0.016543 10.0.0.27 - - [2025-11-27 02:10:09] "POST /neutron/network HTTP/1.1" 200 922 0.008114 10.0.0.27 - - [2025-11-27 02:10:10] "POST /neutron/network HTTP/1.1" 400 204 0.034617 10.0.0.23 - - [2025-11-27 02:10:11] "DELETE /project/d0ab525ea0a9474e9faf9970d5ce18b0 HTTP/1.1" 404 173 0.006272 10.0.0.23 - - [2025-11-27 02:10:11] "DELETE /project/54c528771b7a475e934ace66552604a8 HTTP/1.1" 404 173 0.003736 10.0.0.23 - - [2025-11-27 02:10:11] "GET /projects?obj_uuids=54c52877-1b7a-475e-934a-ce66552604a8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000753 10.0.0.23 - - [2025-11-27 02:10:11] "GET /project/54c52877-1b7a-475e-934a-ce66552604a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.035179 10.0.0.23 - - [2025-11-27 02:10:11] "GET /projects?obj_uuids=54c52877-1b7a-475e-934a-ce66552604a8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000909 10.0.0.23 - - [2025-11-27 02:10:11] "GET /project/54c52877-1b7a-475e-934a-ce66552604a8?fields=security_groups HTTP/1.1" 200 1396 0.107768 10.0.0.23 - - [2025-11-27 02:10:11] "DELETE /security-group/8dc8c94f-6f5e-4b88-b9a8-7db37f0d6e55 HTTP/1.1" 200 115 0.080395 10.0.0.23 - - [2025-11-27 02:10:11] "GET /projects?obj_uuids=54c52877-1b7a-475e-934a-ce66552604a8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000873 10.0.0.27 - - [2025-11-27 02:10:11] "DELETE /access-control-list/8db212f7-f51a-4855-974d-3444feacc33e HTTP/1.1" 200 115 0.043493 10.0.0.23 - - [2025-11-27 02:10:11] "GET /project/54c52877-1b7a-475e-934a-ce66552604a8?fields=application_policy_sets HTTP/1.1" 200 1435 0.069314 10.0.0.23 - - [2025-11-27 02:10:12] "DELETE /project/54c52877-1b7a-475e-934a-ce66552604a8 HTTP/1.1" 200 115 0.554743 10.0.0.27 - - [2025-11-27 02:10:12] "POST /neutron/port HTTP/1.1" 200 151 0.312144 10.0.0.27 - - [2025-11-27 02:10:12] "POST /neutron/port HTTP/1.1" 200 117 0.006984 10.0.0.27 - - [2025-11-27 02:10:12] "POST /neutron/network HTTP/1.1" 200 117 0.012491 10.0.0.27 - - [2025-11-27 02:10:12] "POST /neutron/network HTTP/1.1" 200 117 0.010494 10.0.0.23 - - [2025-11-27 02:10:14] "POST /useragent-kv HTTP/1.1" 200 115 0.006671 10.0.0.23 - - [2025-11-27 02:10:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002324 10.0.0.27 - - [2025-11-27 02:10:14] "POST /neutron/network HTTP/1.1" 200 151 0.138911 10.0.0.27 - - [2025-11-27 02:10:14] "DELETE /route-target/99e3f6da-2ec2-47ff-afd7-834192545197 HTTP/1.1" 200 115 0.034888 10.0.0.23 - - [2025-11-27 02:10:14] "GET /projects?obj_uuids=d0ab525e-a0a9-474e-9faf-9970d5ce18b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000908 10.0.0.27 - - [2025-11-27 02:10:14] "GET /project/d0ab525e-a0a9-474e-9faf-9970d5ce18b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.056875 10.0.0.23 - - [2025-11-27 02:10:14] "GET /projects?obj_uuids=d0ab525e-a0a9-474e-9faf-9970d5ce18b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000959 10.0.0.27 - - [2025-11-27 02:10:14] "GET /project/d0ab525e-a0a9-474e-9faf-9970d5ce18b0?fields=virtual_networks HTTP/1.1" 200 1057 0.058894 10.0.0.23 - - [2025-11-27 02:10:14] "GET /projects?obj_uuids=d0ab525e-a0a9-474e-9faf-9970d5ce18b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000886 10.0.0.27 - - [2025-11-27 02:10:14] "GET /project/d0ab525e-a0a9-474e-9faf-9970d5ce18b0?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.059600 10.0.0.23 - - [2025-11-27 02:10:14] "GET /projects?obj_uuids=d0ab525e-a0a9-474e-9faf-9970d5ce18b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000980 10.0.0.27 - - [2025-11-27 02:10:14] "GET /project/d0ab525e-a0a9-474e-9faf-9970d5ce18b0?fields=security_groups HTTP/1.1" 200 1295 0.053822 10.0.0.27 - - [2025-11-27 02:10:15] "POST /fqname-to-id HTTP/1.1" 404 190 0.026024 10.0.0.23 - - [2025-11-27 02:10:15] "GET /projects?obj_uuids=c0f8d883-cb25-495c-bcaf-7d9334d0e6bc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003845 10.0.0.23 - - [2025-11-27 02:10:15] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000793 10.0.0.23 - - [2025-11-27 02:10:15] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006263 10.0.0.23 - - [2025-11-27 02:10:16] "POST /id-to-fqname HTTP/1.1" 200 192 0.003510 10.0.0.23 - - [2025-11-27 02:10:16] "POST /fqname-to-id HTTP/1.1" 404 201 0.011717 10.0.0.23 - - [2025-11-27 02:10:16] "POST /security-groups HTTP/1.1" 200 593 0.044451 10.0.0.27 - - [2025-11-27 02:10:16] "POST /fqname-to-id HTTP/1.1" 404 236 0.002751 10.0.0.23 - - [2025-11-27 02:10:16] "POST /projects HTTP/1.1" 200 589 0.305689 10.0.0.23 - - [2025-11-27 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.379483 10.0.0.27 - - [2025-11-27 02:10:16] "POST /access-control-lists HTTP/1.1" 200 596 0.028270 10.0.0.27 - - [2025-11-27 02:10:16] "GET /project/c0f8d883-cb25-495c-bcaf-7d9334d0e6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.518857 10.0.0.27 - - [2025-11-27 02:10:17] "GET / HTTP/1.1" 200 35931 0.002408 10.0.0.27 - - [2025-11-27 02:10:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000413 10.0.0.27 - - [2025-11-27 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.322385 10.0.0.23 - - [2025-11-27 02:10:18] "GET /projects?obj_uuids=c0f8d883-cb25-495c-bcaf-7d9334d0e6bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000798 10.0.0.27 - - [2025-11-27 02:10:18] "GET /project/c0f8d883-cb25-495c-bcaf-7d9334d0e6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.039885 10.0.0.27 - - [2025-11-27 02:10:18] "POST /neutron/network HTTP/1.1" 200 117 0.305659 10.0.0.27 - - [2025-11-27 02:10:18] "GET /obj-perms HTTP/1.1" 200 5056 0.100559 10.0.0.27 - - [2025-11-27 02:10:19] "POST /neutron/network HTTP/1.1" 200 891 0.007979 10.0.0.27 - - [2025-11-27 02:10:19] "POST /id-to-fqname HTTP/1.1" 200 255 0.000869 10.0.0.27 - - [2025-11-27 02:10:19] "GET /virtual-network/6c98d899-2ce5-405f-a72b-f8f42fa331c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.004171 10.0.0.27 - - [2025-11-27 02:10:19] "GET /virtual-network/6c98d899-2ce5-405f-a72b-f8f42fa331c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.004598 10.0.0.27 - - [2025-11-27 02:10:19] "POST /neutron/subnet HTTP/1.1" 200 719 0.008793 10.0.0.27 - - [2025-11-27 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.23 - - [2025-11-27 02:10:19] "GET /projects?obj_uuids=c0f8d883-cb25-495c-bcaf-7d9334d0e6bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000934 10.0.0.27 - - [2025-11-27 02:10:19] "GET /project/c0f8d883-cb25-495c-bcaf-7d9334d0e6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.046332 10.0.0.27 - - [2025-11-27 02:10:19] "POST /route-targets HTTP/1.1" 200 327 0.016525 10.0.0.23 - - [2025-11-27 02:10:20] "POST /useragent-kv HTTP/1.1" 200 115 0.008410 10.0.0.27 - - [2025-11-27 02:10:20] "POST /neutron/subnet HTTP/1.1" 200 725 0.224705 10.0.0.27 - - [2025-11-27 02:10:20] "POST /id-to-fqname HTTP/1.1" 200 255 0.001166 10.0.0.27 - - [2025-11-27 02:10:20] "GET /virtual-network/250b2a97-1fc0-421a-aa62-151185a967e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.005859 10.0.0.27 - - [2025-11-27 02:10:20] "GET /virtual-network/250b2a97-1fc0-421a-aa62-151185a967e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.006720 10.0.0.27 - - [2025-11-27 02:10:20] "POST /neutron/network HTTP/1.1" 200 892 0.007799 10.0.0.27 - - [2025-11-27 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.23 - - [2025-11-27 02:10:20] "GET /projects?obj_uuids=c0f8d883-cb25-495c-bcaf-7d9334d0e6bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001100 10.0.0.27 - - [2025-11-27 02:10:20] "GET /project/c0f8d883-cb25-495c-bcaf-7d9334d0e6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.047879 10.0.0.23 - - [2025-11-27 02:10:20] "GET /projects?obj_uuids=c0f8d883-cb25-495c-bcaf-7d9334d0e6bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000897 10.0.0.27 - - [2025-11-27 02:10:20] "POST /neutron/network HTTP/1.1" 200 675 0.176118 10.0.0.27 - - [2025-11-27 02:10:20] "POST /ref-update HTTP/1.1" 200 156 0.034762 10.0.0.27 - - [2025-11-27 02:10:20] "POST /id-to-fqname HTTP/1.1" 200 256 0.003121 10.0.0.27 - - [2025-11-27 02:10:20] "GET /virtual-network/cdcf7942-de7d-48f8-bc6a-6b26f31e9cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.005198 10.0.0.27 - - [2025-11-27 02:10:20] "POST /neutron/network HTTP/1.1" 200 893 0.006430 10.0.0.27 - - [2025-11-27 02:10:21] "GET /virtual-network/cdcf7942-de7d-48f8-bc6a-6b26f31e9cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.005416 10.0.0.27 - - [2025-11-27 02:10:21] "POST /id-to-fqname HTTP/1.1" 200 255 0.001203 10.0.0.27 - - [2025-11-27 02:10:21] "POST /neutron/network HTTP/1.1" 200 902 0.006922 10.0.0.23 - - [2025-11-27 02:10:21] "GET /projects?obj_uuids=c0f8d883-cb25-495c-bcaf-7d9334d0e6bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000896 10.0.0.27 - - [2025-11-27 02:10:22] "GET /project/c0f8d883-cb25-495c-bcaf-7d9334d0e6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.081815 10.0.0.27 - - [2025-11-27 02:10:22] "POST /neutron/port HTTP/1.1" 200 117 0.006217 10.0.0.27 - - [2025-11-27 02:10:22] "POST /id-to-fqname HTTP/1.1" 200 256 0.001083 10.0.0.27 - - [2025-11-27 02:10:22] "POST /neutron/network HTTP/1.1" 200 902 0.006913 10.0.0.27 - - [2025-11-27 02:10:23] "POST /neutron/port HTTP/1.1" 200 1062 0.016525 10.0.0.23 - - [2025-11-27 02:10:23] "GET /projects?obj_uuids=c0f8d883-cb25-495c-bcaf-7d9334d0e6bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000863 10.0.0.27 - - [2025-11-27 02:10:23] "GET /project/c0f8d883-cb25-495c-bcaf-7d9334d0e6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.088476 10.0.0.27 - - [2025-11-27 02:10:23] "POST /neutron/network HTTP/1.1" 200 893 0.006706 10.0.0.27 - - [2025-11-27 02:10:23] "POST /neutron/port HTTP/1.1" 200 117 0.001709 10.0.0.27 - - [2025-11-27 02:10:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009037 10.0.0.23 - - [2025-11-27 02:10:23] "GET /projects?obj_uuids=c0f8d883-cb25-495c-bcaf-7d9334d0e6bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001074 10.0.0.27 - - [2025-11-27 02:10:24] "POST /neutron/port HTTP/1.1" 200 1061 0.300935 10.0.0.27 - - [2025-11-27 02:10:24] "POST /neutron/port HTTP/1.1" 200 1115 0.139894 10.0.0.27 - - [2025-11-27 02:10:24] "POST /neutron/subnet HTTP/1.1" 200 694 0.009908 10.0.0.27 - - [2025-11-27 02:10:25] "POST /neutron/network HTTP/1.1" 200 892 0.006715 10.0.0.27 - - [2025-11-27 02:10:25] "POST /neutron/port HTTP/1.1" 200 1116 0.014967 10.0.0.27 - - [2025-11-27 02:10:25] "POST /neutron/port HTTP/1.1" 200 1115 0.011122 10.0.0.27 - - [2025-11-27 02:10:27] "POST /neutron/network HTTP/1.1" 200 892 0.006497 10.0.0.23 - - [2025-11-27 02:10:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002979 10.0.0.23 - - [2025-11-27 02:10:27] "POST /useragent-kv HTTP/1.1" 200 115 0.004111 10.0.0.27 - - [2025-11-27 02:10:27] "POST /neutron/network HTTP/1.1" 200 151 0.151222 10.0.0.27 - - [2025-11-27 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006025 10.0.0.23 - - [2025-11-27 02:10:27] "GET /projects?obj_uuids=c0f8d883-cb25-495c-bcaf-7d9334d0e6bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000896 10.0.0.27 - - [2025-11-27 02:10:27] "DELETE /route-target/c56f1dc2-5ebd-4b27-8594-0670a874dd2b HTTP/1.1" 200 115 0.037836 10.0.0.27 - - [2025-11-27 02:10:27] "GET /project/c0f8d883-cb25-495c-bcaf-7d9334d0e6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.068087 10.0.0.23 - - [2025-11-27 02:10:27] "GET /projects?obj_uuids=c0f8d883-cb25-495c-bcaf-7d9334d0e6bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001473 10.0.0.27 - - [2025-11-27 02:10:27] "GET /project/c0f8d883-cb25-495c-bcaf-7d9334d0e6bc?fields=virtual_networks HTTP/1.1" 200 1037 0.055868 10.0.0.23 - - [2025-11-27 02:10:27] "GET /projects?obj_uuids=c0f8d883-cb25-495c-bcaf-7d9334d0e6bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001064 10.0.0.27 - - [2025-11-27 02:10:27] "GET /project/c0f8d883-cb25-495c-bcaf-7d9334d0e6bc?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.061366 10.0.0.23 - - [2025-11-27 02:10:27] "GET /projects?obj_uuids=c0f8d883-cb25-495c-bcaf-7d9334d0e6bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001351 10.0.0.27 - - [2025-11-27 02:10:27] "GET /project/c0f8d883-cb25-495c-bcaf-7d9334d0e6bc?fields=security_groups HTTP/1.1" 200 1265 0.050796 10.0.0.27 - - [2025-11-27 02:10:28] "POST /fqname-to-id HTTP/1.1" 404 196 0.027058 10.0.0.23 - - [2025-11-27 02:10:28] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002694 10.0.0.23 - - [2025-11-27 02:10:29] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000856 10.0.0.23 - - [2025-11-27 02:10:29] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006660 10.0.0.23 - - [2025-11-27 02:10:29] "POST /id-to-fqname HTTP/1.1" 200 198 0.000983 10.0.0.23 - - [2025-11-27 02:10:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.005938 10.0.0.23 - - [2025-11-27 02:10:29] "POST /security-groups HTTP/1.1" 200 599 0.053266 10.0.0.23 - - [2025-11-27 02:10:29] "POST /projects HTTP/1.1" 200 601 0.250850 10.0.0.27 - - [2025-11-27 02:10:29] "POST /fqname-to-id HTTP/1.1" 404 241 0.012347 10.0.0.23 - - [2025-11-27 02:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.325329 10.0.0.27 - - [2025-11-27 02:10:29] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.457076 10.0.0.27 - - [2025-11-27 02:10:30] "GET / HTTP/1.1" 200 35931 0.001336 10.0.0.27 - - [2025-11-27 02:10:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000573 10.0.0.27 - - [2025-11-27 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.069549 10.0.0.23 - - [2025-11-27 02:10:31] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000899 10.0.0.27 - - [2025-11-27 02:10:31] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.036378 10.0.0.27 - - [2025-11-27 02:10:31] "POST /neutron/network HTTP/1.1" 200 117 0.036782 10.0.0.27 - - [2025-11-27 02:10:31] "POST /ref-update HTTP/1.1" 200 156 0.033443 10.0.0.27 - - [2025-11-27 02:10:32] "POST /neutron/network HTTP/1.1" 200 910 0.008032 10.0.0.27 - - [2025-11-27 02:10:32] "POST /id-to-fqname HTTP/1.1" 200 267 0.000970 10.0.0.27 - - [2025-11-27 02:10:32] "GET /virtual-network/361c9e60-b4f5-42f7-a894-2104900f6e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.004891 10.0.0.27 - - [2025-11-27 02:10:32] "GET /virtual-network/361c9e60-b4f5-42f7-a894-2104900f6e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.005112 10.0.0.27 - - [2025-11-27 02:10:32] "POST /neutron/subnet HTTP/1.1" 200 724 0.017682 10.0.0.27 - - [2025-11-27 02:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002618 10.0.0.23 - - [2025-11-27 02:10:32] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001148 10.0.0.27 - - [2025-11-27 02:10:32] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.058951 10.0.0.23 - - [2025-11-27 02:10:32] "POST /useragent-kv HTTP/1.1" 200 115 0.011783 10.0.0.27 - - [2025-11-27 02:10:32] "POST /neutron/subnet HTTP/1.1" 200 724 0.227978 10.0.0.27 - - [2025-11-27 02:10:32] "POST /id-to-fqname HTTP/1.1" 200 267 0.001132 10.0.0.27 - - [2025-11-27 02:10:32] "GET /virtual-network/b664e2ae-36cf-4b80-9821-9b91c205d341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.004912 10.0.0.27 - - [2025-11-27 02:10:32] "GET /virtual-network/b664e2ae-36cf-4b80-9821-9b91c205d341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.005537 10.0.0.27 - - [2025-11-27 02:10:32] "POST /neutron/network HTTP/1.1" 200 910 0.008388 10.0.0.27 - - [2025-11-27 02:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.23 - - [2025-11-27 02:10:32] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000894 10.0.0.27 - - [2025-11-27 02:10:32] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048658 10.0.0.23 - - [2025-11-27 02:10:33] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002103 10.0.0.27 - - [2025-11-27 02:10:33] "POST /neutron/network HTTP/1.1" 200 693 0.151336 10.0.0.27 - - [2025-11-27 02:10:33] "POST /route-targets HTTP/1.1" 200 327 0.012492 10.0.0.27 - - [2025-11-27 02:10:33] "POST /id-to-fqname HTTP/1.1" 200 268 0.010065 10.0.0.27 - - [2025-11-27 02:10:33] "GET /virtual-network/158f5274-8e9d-4384-9e91-beeac2e79a07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.005487 10.0.0.27 - - [2025-11-27 02:10:33] "POST /neutron/network HTTP/1.1" 200 912 0.007782 10.0.0.27 - - [2025-11-27 02:10:33] "GET /virtual-network/158f5274-8e9d-4384-9e91-beeac2e79a07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.004802 10.0.0.27 - - [2025-11-27 02:10:33] "POST /id-to-fqname HTTP/1.1" 200 267 0.001116 10.0.0.27 - - [2025-11-27 02:11:07] "POST /neutron/network HTTP/1.1" 200 920 0.007401 10.0.0.23 - - [2025-11-27 02:11:07] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001176 10.0.0.27 - - [2025-11-27 02:11:07] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.065489 10.0.0.27 - - [2025-11-27 02:11:08] "POST /neutron/port HTTP/1.1" 200 117 0.006146 10.0.0.27 - - [2025-11-27 02:11:08] "POST /id-to-fqname HTTP/1.1" 200 268 0.001236 10.0.0.27 - - [2025-11-27 02:11:08] "POST /neutron/network HTTP/1.1" 200 920 0.006985 10.0.0.27 - - [2025-11-27 02:11:09] "POST /neutron/port HTTP/1.1" 200 1068 0.038118 10.0.0.23 - - [2025-11-27 02:11:09] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000909 10.0.0.27 - - [2025-11-27 02:11:09] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.094476 10.0.0.27 - - [2025-11-27 02:11:09] "POST /neutron/port HTTP/1.1" 200 1096 0.034675 10.0.0.27 - - [2025-11-27 02:11:09] "POST /neutron/port HTTP/1.1" 200 1096 0.042034 10.0.0.27 - - [2025-11-27 02:11:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007436 10.0.0.23 - - [2025-11-27 02:11:09] "GET /projects?obj_uuids=2cb45a1e-c495-4d45-8a74-dee6721f0cec&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000862 10.0.0.27 - - [2025-11-27 02:11:09] "GET /project/2cb45a1e-c495-4d45-8a74-dee6721f0cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.063751 10.0.0.23 - - [2025-11-27 02:11:10] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000928 10.0.0.27 - - [2025-11-27 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.011931 10.0.0.27 - - [2025-11-27 02:11:10] "GET /security-group/39e02601-0161-448e-a667-78ffff2fa52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.021646 10.0.0.27 - - [2025-11-27 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.009934 10.0.0.23 - - [2025-11-27 02:11:10] "GET /projects?obj_uuids=2cb45a1e-c495-4d45-8a74-dee6721f0cec&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000868 10.0.0.27 - - [2025-11-27 02:11:10] "POST /neutron/port HTTP/1.1" 200 1068 0.759026 10.0.0.27 - - [2025-11-27 02:11:10] "GET /project/2cb45a1e-c495-4d45-8a74-dee6721f0cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.117316 10.0.0.27 - - [2025-11-27 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005095 10.0.0.27 - - [2025-11-27 02:11:10] "GET /security-group/39e02601-0161-448e-a667-78ffff2fa52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.017225 10.0.0.27 - - [2025-11-27 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.007103 10.0.0.27 - - [2025-11-27 02:11:11] "PUT /security-group/39e02601-0161-448e-a667-78ffff2fa52d HTTP/1.1" 200 262 0.070588 10.0.0.27 - - [2025-11-27 02:11:11] "PUT /access-control-list/7619893b-d98b-4624-926b-afcdfd4192a2 HTTP/1.1" 200 272 0.072663 10.0.0.27 - - [2025-11-27 02:11:11] "POST /neutron/port HTTP/1.1" 200 1122 0.272183 10.0.0.27 - - [2025-11-27 02:11:11] "POST /neutron/subnet HTTP/1.1" 200 698 0.025974 10.0.0.27 - - [2025-11-27 02:11:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.016416 10.0.0.27 - - [2025-11-27 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.007933 10.0.0.23 - - [2025-11-27 02:11:12] "DELETE /project/c0f8d883cb25495cbcaf7d9334d0e6bc HTTP/1.1" 404 173 0.008585 10.0.0.23 - - [2025-11-27 02:11:12] "GET /projects?obj_uuids=c0f8d883-cb25-495c-bcaf-7d9334d0e6bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000965 10.0.0.23 - - [2025-11-27 02:11:12] "GET /projects?obj_uuids=d0ab525e-a0a9-474e-9faf-9970d5ce18b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000767 10.0.0.23 - - [2025-11-27 02:11:12] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000739 10.0.0.23 - - [2025-11-27 02:11:12] "DELETE /project/1fae9f07a564400daa51cc3454c92d0e HTTP/1.1" 404 173 0.013842 10.0.0.27 - - [2025-11-27 02:11:12] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.024090 10.0.0.23 - - [2025-11-27 02:11:12] "GET /project/c0f8d883-cb25-495c-bcaf-7d9334d0e6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.122908 10.0.0.23 - - [2025-11-27 02:11:12] "GET /project/d0ab525e-a0a9-474e-9faf-9970d5ce18b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.134664 10.0.0.23 - - [2025-11-27 02:11:12] "GET /projects?obj_uuids=c0f8d883-cb25-495c-bcaf-7d9334d0e6bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001302 10.0.0.23 - - [2025-11-27 02:11:12] "GET /projects?obj_uuids=d0ab525e-a0a9-474e-9faf-9970d5ce18b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000756 10.0.0.23 - - [2025-11-27 02:11:12] "GET /project/c0f8d883-cb25-495c-bcaf-7d9334d0e6bc?fields=security_groups HTTP/1.1" 200 1370 0.115524 10.0.0.23 - - [2025-11-27 02:11:12] "GET /project/d0ab525e-a0a9-474e-9faf-9970d5ce18b0?fields=security_groups HTTP/1.1" 200 1400 0.125962 10.0.0.27 - - [2025-11-27 02:11:12] "POST /service-templates HTTP/1.1" 200 543 0.195345 10.0.0.27 - - [2025-11-27 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004969 10.0.0.27 - - [2025-11-27 02:11:12] "GET /service-template/ceb0bad0-f7c5-425c-bf01-03cded49c2cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.029353 10.0.0.27 - - [2025-11-27 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.035338 10.0.0.23 - - [2025-11-27 02:11:12] "DELETE /security-group/65dc4f8e-50e0-445f-be3d-c286e7e57da1 HTTP/1.1" 200 115 0.183924 10.0.0.23 - - [2025-11-27 02:11:12] "GET /projects?obj_uuids=c0f8d883-cb25-495c-bcaf-7d9334d0e6bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001200 10.0.0.27 - - [2025-11-27 02:11:12] "GET /service-template/ceb0bad0-f7c5-425c-bf01-03cded49c2cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.003359 10.0.0.23 - - [2025-11-27 02:11:12] "DELETE /security-group/c076724b-a441-4cb3-8d6e-1f6975a3f7ea HTTP/1.1" 200 115 0.226515 10.0.0.23 - - [2025-11-27 02:11:12] "GET /projects?obj_uuids=d0ab525e-a0a9-474e-9faf-9970d5ce18b0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001141 10.0.0.27 - - [2025-11-27 02:11:12] "POST /id-to-fqname HTTP/1.1" 200 267 0.001065 10.0.0.27 - - [2025-11-27 02:11:12] "POST /id-to-fqname HTTP/1.1" 200 267 0.004944 10.0.0.23 - - [2025-11-27 02:11:12] "GET /project/c0f8d883-cb25-495c-bcaf-7d9334d0e6bc?fields=application_policy_sets HTTP/1.1" 200 1409 0.149337 10.0.0.27 - - [2025-11-27 02:11:12] "POST /id-to-fqname HTTP/1.1" 200 268 0.005889 10.0.0.23 - - [2025-11-27 02:11:12] "GET /project/d0ab525e-a0a9-474e-9faf-9970d5ce18b0?fields=application_policy_sets HTTP/1.1" 200 1439 0.185871 10.0.0.27 - - [2025-11-27 02:11:13] "POST /neutron/port HTTP/1.1" 200 2076 0.040789 10.0.0.27 - - [2025-11-27 02:11:13] "DELETE /access-control-list/35ce9660-ce64-44a4-a01c-f47da208888e HTTP/1.1" 200 115 0.152859 10.0.0.23 - - [2025-11-27 02:11:13] "DELETE /project/c0f8d883-cb25-495c-bcaf-7d9334d0e6bc HTTP/1.1" 200 115 1.078380 10.0.0.27 - - [2025-11-27 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.007871 10.0.0.23 - - [2025-11-27 02:11:13] "DELETE /project/d0ab525e-a0a9-474e-9faf-9970d5ce18b0 HTTP/1.1" 200 115 1.195564 10.0.0.27 - - [2025-11-27 02:11:13] "DELETE /service-template/ceb0bad0-f7c5-425c-bf01-03cded49c2cf HTTP/1.1" 200 115 0.131923 10.0.0.27 - - [2025-11-27 02:11:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.006553 10.0.0.27 - - [2025-11-27 02:11:16] "POST /neutron/network HTTP/1.1" 400 204 0.042835 10.0.0.27 - - [2025-11-27 02:11:20] "POST /neutron/network HTTP/1.1" 200 910 0.023003 10.0.0.27 - - [2025-11-27 02:11:22] "POST /neutron/network HTTP/1.1" 400 204 0.029661 10.0.0.27 - - [2025-11-27 02:11:27] "POST /neutron/network HTTP/1.1" 200 910 0.022410 10.0.0.27 - - [2025-11-27 02:11:29] "POST /neutron/network HTTP/1.1" 400 204 0.042845 10.0.0.27 - - [2025-11-27 02:11:33] "POST /neutron/network HTTP/1.1" 200 910 0.010136 10.0.0.27 - - [2025-11-27 02:11:35] "POST /neutron/network HTTP/1.1" 400 204 0.042372 10.0.0.27 - - [2025-11-27 02:11:39] "POST /neutron/network HTTP/1.1" 200 910 0.022881 10.0.0.27 - - [2025-11-27 02:11:41] "POST /neutron/network HTTP/1.1" 400 204 0.026505 10.0.0.27 - - [2025-11-27 02:11:46] "POST /neutron/network HTTP/1.1" 200 910 0.020866 10.0.0.27 - - [2025-11-27 02:11:48] "POST /neutron/network HTTP/1.1" 400 204 0.031106 10.0.0.27 - - [2025-11-27 02:11:52] "POST /neutron/network HTTP/1.1" 200 910 0.006234 10.0.0.27 - - [2025-11-27 02:11:54] "POST /neutron/network HTTP/1.1" 400 204 0.011584 10.0.0.27 - - [2025-11-27 02:11:58] "POST /neutron/network HTTP/1.1" 200 910 0.009214 10.0.0.27 - - [2025-11-27 02:12:00] "POST /neutron/network HTTP/1.1" 400 204 0.012298 10.0.0.27 - - [2025-11-27 02:12:04] "POST /neutron/network HTTP/1.1" 200 910 0.008053 10.0.0.27 - - [2025-11-27 02:12:06] "POST /neutron/network HTTP/1.1" 400 204 0.014985 10.0.0.27 - - [2025-11-27 02:12:08] "POST /neutron/network HTTP/1.1" 200 912 0.006556 10.0.0.27 - - [2025-11-27 02:12:10] "POST /neutron/network HTTP/1.1" 400 204 0.013236 10.0.0.27 - - [2025-11-27 02:12:14] "POST /neutron/network HTTP/1.1" 200 912 0.010119 10.0.0.27 - - [2025-11-27 02:12:16] "POST /neutron/network HTTP/1.1" 400 204 0.014747 10.0.0.23 - - [2025-11-27 02:12:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.23 - - [2025-11-27 02:12:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.33 - - [2025-11-27 02:12:20] "GET /obj-perms HTTP/1.1" 200 5056 0.106107 10.0.0.23 - - [2025-11-27 02:12:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.23 - - [2025-11-27 02:12:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000523 10.0.0.27 - - [2025-11-27 02:12:20] "POST /neutron/network HTTP/1.1" 200 912 0.006375 10.0.0.33 - - [2025-11-27 02:12:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.33 - - [2025-11-27 02:12:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.27 - - [2025-11-27 02:12:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.27 - - [2025-11-27 02:12:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.33 - - [2025-11-27 02:12:22] "GET /global-system-configs HTTP/1.1" 401 292 0.001057 10.0.0.33 - - [2025-11-27 02:12:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.27 - - [2025-11-27 02:12:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.27 - - [2025-11-27 02:12:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.27 - - [2025-11-27 02:12:22] "POST /neutron/network HTTP/1.1" 400 204 0.013134 10.0.0.27 - - [2025-11-27 02:12:27] "POST /neutron/network HTTP/1.1" 200 912 0.006652 10.0.0.27 - - [2025-11-27 02:12:27] "POST /neutron/port HTTP/1.1" 200 1122 0.012803 10.0.0.27 - - [2025-11-27 02:12:28] "POST /neutron/port HTTP/1.1" 200 1096 0.023833 10.0.0.27 - - [2025-11-27 02:12:29] "POST /neutron/network HTTP/1.1" 200 912 0.006718 10.0.0.27 - - [2025-11-27 02:12:29] "DELETE /route-target/98f0c9bf-7895-4f6a-9b3f-d480fa9e2ae0 HTTP/1.1" 200 115 0.035746 10.0.0.23 - - [2025-11-27 02:12:29] "POST /useragent-kv HTTP/1.1" 200 115 0.006006 10.0.0.23 - - [2025-11-27 02:12:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002631 10.0.0.27 - - [2025-11-27 02:12:29] "POST /neutron/network HTTP/1.1" 200 151 0.123809 10.0.0.23 - - [2025-11-27 02:12:29] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000845 10.0.0.27 - - [2025-11-27 02:12:29] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.093093 10.0.0.23 - - [2025-11-27 02:12:29] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000988 10.0.0.27 - - [2025-11-27 02:12:29] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?fields=virtual_networks HTTP/1.1" 200 1333 0.054972 10.0.0.23 - - [2025-11-27 02:12:31] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000890 10.0.0.27 - - [2025-11-27 02:12:31] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045262 10.0.0.23 - - [2025-11-27 02:12:31] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001176 10.0.0.27 - - [2025-11-27 02:12:31] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?fields=virtual_networks HTTP/1.1" 200 1333 0.056325 10.0.0.23 - - [2025-11-27 02:12:33] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001115 10.0.0.27 - - [2025-11-27 02:12:33] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041090 10.0.0.23 - - [2025-11-27 02:12:33] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000829 10.0.0.27 - - [2025-11-27 02:12:33] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?fields=virtual_networks HTTP/1.1" 200 1333 0.037556 10.0.0.23 - - [2025-11-27 02:12:35] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000882 10.0.0.27 - - [2025-11-27 02:12:35] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.037423 10.0.0.23 - - [2025-11-27 02:12:35] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000859 10.0.0.27 - - [2025-11-27 02:12:36] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?fields=virtual_networks HTTP/1.1" 200 1333 0.077062 10.0.0.23 - - [2025-11-27 02:12:38] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000888 10.0.0.27 - - [2025-11-27 02:12:38] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.049201 10.0.0.23 - - [2025-11-27 02:12:38] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001018 10.0.0.27 - - [2025-11-27 02:12:38] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?fields=virtual_networks HTTP/1.1" 200 1333 0.035617 10.0.0.23 - - [2025-11-27 02:12:40] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000912 10.0.0.27 - - [2025-11-27 02:12:40] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.038475 10.0.0.23 - - [2025-11-27 02:12:40] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000833 10.0.0.27 - - [2025-11-27 02:12:40] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?fields=virtual_networks HTTP/1.1" 200 1333 0.040760 10.0.0.23 - - [2025-11-27 02:12:42] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001080 10.0.0.27 - - [2025-11-27 02:12:42] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043630 10.0.0.23 - - [2025-11-27 02:12:42] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000939 10.0.0.27 - - [2025-11-27 02:12:42] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?fields=virtual_networks HTTP/1.1" 200 1333 0.047570 10.0.0.23 - - [2025-11-27 02:12:44] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001164 10.0.0.27 - - [2025-11-27 02:12:44] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048536 10.0.0.23 - - [2025-11-27 02:12:44] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000798 10.0.0.27 - - [2025-11-27 02:12:44] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?fields=virtual_networks HTTP/1.1" 200 1333 0.049056 10.0.0.23 - - [2025-11-27 02:12:46] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000927 10.0.0.27 - - [2025-11-27 02:12:46] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043633 10.0.0.23 - - [2025-11-27 02:12:46] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001357 10.0.0.27 - - [2025-11-27 02:12:46] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?fields=virtual_networks HTTP/1.1" 200 1333 0.044370 10.0.0.23 - - [2025-11-27 02:12:48] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000878 10.0.0.27 - - [2025-11-27 02:12:48] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.037244 10.0.0.23 - - [2025-11-27 02:12:48] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000888 10.0.0.27 - - [2025-11-27 02:12:48] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?fields=virtual_networks HTTP/1.1" 200 1333 0.079806 10.0.0.23 - - [2025-11-27 02:12:50] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000977 10.0.0.27 - - [2025-11-27 02:12:50] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053187 10.0.0.23 - - [2025-11-27 02:12:50] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000806 10.0.0.27 - - [2025-11-27 02:12:51] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?fields=virtual_networks HTTP/1.1" 200 1333 0.049483 10.0.0.23 - - [2025-11-27 02:12:53] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000921 10.0.0.27 - - [2025-11-27 02:12:53] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.051982 10.0.0.23 - - [2025-11-27 02:12:53] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001370 10.0.0.27 - - [2025-11-27 02:12:53] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?fields=virtual_networks HTTP/1.1" 200 1333 0.049798 10.0.0.23 - - [2025-11-27 02:12:55] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001996 10.0.0.27 - - [2025-11-27 02:12:55] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054318 10.0.0.23 - - [2025-11-27 02:12:55] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000795 10.0.0.27 - - [2025-11-27 02:12:55] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?fields=virtual_networks HTTP/1.1" 200 1333 0.058497 10.0.0.23 - - [2025-11-27 02:12:57] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000865 10.0.0.27 - - [2025-11-27 02:12:57] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053954 10.0.0.23 - - [2025-11-27 02:12:57] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000792 10.0.0.27 - - [2025-11-27 02:12:57] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?fields=virtual_networks HTTP/1.1" 200 1333 0.055880 10.0.0.23 - - [2025-11-27 02:12:59] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001137 10.0.0.27 - - [2025-11-27 02:12:59] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041520 10.0.0.23 - - [2025-11-27 02:12:59] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001157 10.0.0.27 - - [2025-11-27 02:12:59] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?fields=virtual_networks HTTP/1.1" 200 1333 0.055364 10.0.0.23 - - [2025-11-27 02:13:01] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000901 10.0.0.27 - - [2025-11-27 02:13:01] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.049864 10.0.0.23 - - [2025-11-27 02:13:01] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000849 10.0.0.27 - - [2025-11-27 02:13:01] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?fields=virtual_networks HTTP/1.1" 200 1333 0.036938 10.0.0.23 - - [2025-11-27 02:13:03] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001161 10.0.0.27 - - [2025-11-27 02:13:03] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048080 10.0.0.23 - - [2025-11-27 02:13:03] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000856 10.0.0.27 - - [2025-11-27 02:13:03] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?fields=virtual_networks HTTP/1.1" 200 1333 0.046665 10.0.0.23 - - [2025-11-27 02:13:05] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000939 10.0.0.27 - - [2025-11-27 02:13:05] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.031392 10.0.0.23 - - [2025-11-27 02:13:05] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000843 10.0.0.27 - - [2025-11-27 02:13:06] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?fields=virtual_networks HTTP/1.1" 200 1333 0.043232 10.0.0.23 - - [2025-11-27 02:13:08] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000873 10.0.0.27 - - [2025-11-27 02:13:08] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045985 10.0.0.23 - - [2025-11-27 02:13:08] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000876 10.0.0.27 - - [2025-11-27 02:13:08] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?fields=virtual_networks HTTP/1.1" 200 1333 0.044944 10.0.0.23 - - [2025-11-27 02:13:10] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001027 10.0.0.27 - - [2025-11-27 02:13:10] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.036388 10.0.0.23 - - [2025-11-27 02:13:10] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001058 10.0.0.27 - - [2025-11-27 02:13:10] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?fields=virtual_networks HTTP/1.1" 200 1333 0.058513 10.0.0.23 - - [2025-11-27 02:13:12] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001087 10.0.0.27 - - [2025-11-27 02:13:12] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041870 10.0.0.23 - - [2025-11-27 02:13:12] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001257 10.0.0.27 - - [2025-11-27 02:13:12] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?fields=virtual_networks HTTP/1.1" 200 1333 0.040988 10.0.0.23 - - [2025-11-27 02:13:14] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000899 10.0.0.27 - - [2025-11-27 02:13:14] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.039060 10.0.0.23 - - [2025-11-27 02:13:14] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000977 10.0.0.27 - - [2025-11-27 02:13:14] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?fields=virtual_networks HTTP/1.1" 200 1333 0.035386 10.0.0.23 - - [2025-11-27 02:13:16] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001689 10.0.0.27 - - [2025-11-27 02:13:16] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045058 10.0.0.23 - - [2025-11-27 02:13:16] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000973 10.0.0.27 - - [2025-11-27 02:13:16] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?fields=virtual_networks HTTP/1.1" 200 1333 0.042603 10.0.0.23 - - [2025-11-27 02:13:18] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000848 10.0.0.27 - - [2025-11-27 02:13:18] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.040678 10.0.0.23 - - [2025-11-27 02:13:18] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001119 10.0.0.27 - - [2025-11-27 02:13:18] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?fields=virtual_networks HTTP/1.1" 200 1333 0.040853 10.0.0.23 - - [2025-11-27 02:13:20] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000910 10.0.0.27 - - [2025-11-27 02:13:20] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.042539 10.0.0.23 - - [2025-11-27 02:13:20] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000873 10.0.0.27 - - [2025-11-27 02:13:20] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?fields=virtual_networks HTTP/1.1" 200 1333 0.036701 10.0.0.23 - - [2025-11-27 02:13:21] "GET /obj-perms HTTP/1.1" 200 5056 0.059282 10.0.0.23 - - [2025-11-27 02:13:23] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000860 10.0.0.27 - - [2025-11-27 02:13:23] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.036107 10.0.0.23 - - [2025-11-27 02:13:23] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000858 10.0.0.27 - - [2025-11-27 02:13:23] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?fields=virtual_networks HTTP/1.1" 200 1333 0.048892 10.0.0.23 - - [2025-11-27 02:13:25] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000913 10.0.0.27 - - [2025-11-27 02:13:25] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.038621 10.0.0.23 - - [2025-11-27 02:13:25] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002051 10.0.0.27 - - [2025-11-27 02:13:25] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?fields=virtual_networks HTTP/1.1" 200 1333 0.039628 10.0.0.23 - - [2025-11-27 02:13:27] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000893 10.0.0.27 - - [2025-11-27 02:13:27] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.032746 10.0.0.23 - - [2025-11-27 02:13:27] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000781 10.0.0.27 - - [2025-11-27 02:13:27] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?fields=virtual_networks HTTP/1.1" 200 1333 0.080025 10.0.0.23 - - [2025-11-27 02:13:29] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000907 10.0.0.27 - - [2025-11-27 02:13:29] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.036043 10.0.0.23 - - [2025-11-27 02:13:29] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000919 10.0.0.27 - - [2025-11-27 02:13:29] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?fields=virtual_networks HTTP/1.1" 200 1333 0.078031 10.0.0.23 - - [2025-11-27 02:13:31] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001641 10.0.0.27 - - [2025-11-27 02:13:31] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.062677 10.0.0.23 - - [2025-11-27 02:13:31] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001182 10.0.0.27 - - [2025-11-27 02:13:31] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?fields=virtual_networks HTTP/1.1" 200 1333 0.045563 10.0.0.23 - - [2025-11-27 02:13:33] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000957 10.0.0.27 - - [2025-11-27 02:13:33] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.037996 10.0.0.23 - - [2025-11-27 02:13:33] "GET /projects?obj_uuids=1fae9f07-a564-400d-aa51-cc3454c92d0e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002652 10.0.0.27 - - [2025-11-27 02:13:33] "GET /project/1fae9f07-a564-400d-aa51-cc3454c92d0e?fields=virtual_networks HTTP/1.1" 200 1333 0.044443 10.0.0.27 - - [2025-11-27 02:13:34] "POST /fqname-to-id HTTP/1.1" 404 189 0.033698 10.0.0.23 - - [2025-11-27 02:13:34] "GET /projects?obj_uuids=7d384090-e06a-4ad8-98b1-b086ad17d595&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002994 10.0.0.23 - - [2025-11-27 02:13:34] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000878 10.0.0.23 - - [2025-11-27 02:13:34] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006863 10.0.0.23 - - [2025-11-27 02:13:34] "POST /id-to-fqname HTTP/1.1" 200 191 0.003174 10.0.0.23 - - [2025-11-27 02:13:34] "POST /fqname-to-id HTTP/1.1" 404 200 0.002813 10.0.0.23 - - [2025-11-27 02:13:34] "POST /security-groups HTTP/1.1" 200 592 0.077565 10.0.0.27 - - [2025-11-27 02:13:34] "POST /fqname-to-id HTTP/1.1" 404 235 0.007220 10.0.0.23 - - [2025-11-27 02:13:34] "POST /projects HTTP/1.1" 200 587 0.285425 10.0.0.23 - - [2025-11-27 02:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.355399 10.0.0.27 - - [2025-11-27 02:13:34] "POST /access-control-lists HTTP/1.1" 200 595 0.026644 10.0.0.27 - - [2025-11-27 02:13:34] "GET /project/7d384090-e06a-4ad8-98b1-b086ad17d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.497237 10.0.0.27 - - [2025-11-27 02:13:35] "GET / HTTP/1.1" 200 35931 0.001760 10.0.0.27 - - [2025-11-27 02:13:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000401 10.0.0.27 - - [2025-11-27 02:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.065490 10.0.0.23 - - [2025-11-27 02:13:36] "GET /projects?obj_uuids=7d384090-e06a-4ad8-98b1-b086ad17d595&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000870 10.0.0.27 - - [2025-11-27 02:13:36] "GET /project/7d384090-e06a-4ad8-98b1-b086ad17d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.038675 10.0.0.23 - - [2025-11-27 02:13:36] "GET /projects?obj_uuids=7d384090-e06a-4ad8-98b1-b086ad17d595&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001490 10.0.0.27 - - [2025-11-27 02:13:37] "POST /neutron/network HTTP/1.1" 200 670 0.149823 10.0.0.27 - - [2025-11-27 02:13:37] "POST /id-to-fqname HTTP/1.1" 200 253 0.003195 10.0.0.27 - - [2025-11-27 02:13:37] "GET /virtual-network/2fa80ece-0947-47b3-be1b-e5c921eac3aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.004938 10.0.0.27 - - [2025-11-27 02:13:37] "POST /neutron/network HTTP/1.1" 200 891 0.006206 10.0.0.27 - - [2025-11-27 02:13:37] "GET /virtual-network/2fa80ece-0947-47b3-be1b-e5c921eac3aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.004491 10.0.0.27 - - [2025-11-27 02:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.23 - - [2025-11-27 02:13:37] "GET /projects?obj_uuids=7d384090-e06a-4ad8-98b1-b086ad17d595&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000782 10.0.0.27 - - [2025-11-27 02:13:37] "GET /project/7d384090-e06a-4ad8-98b1-b086ad17d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.033907 10.0.0.27 - - [2025-11-27 02:13:37] "POST /neutron/network HTTP/1.1" 200 117 0.016513 10.0.0.27 - - [2025-11-27 02:13:37] "POST /route-targets HTTP/1.1" 200 327 0.011855 10.0.0.27 - - [2025-11-27 02:13:38] "POST /neutron/network HTTP/1.1" 200 886 0.008647 10.0.0.27 - - [2025-11-27 02:13:38] "POST /id-to-fqname HTTP/1.1" 200 253 0.000907 10.0.0.27 - - [2025-11-27 02:13:38] "GET /virtual-network/c2cf9710-68f3-4581-b51b-356904fb7ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.004393 10.0.0.27 - - [2025-11-27 02:13:38] "GET /virtual-network/c2cf9710-68f3-4581-b51b-356904fb7ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.005004 10.0.0.27 - - [2025-11-27 02:13:38] "POST /neutron/subnet HTTP/1.1" 200 710 0.008116 10.0.0.27 - - [2025-11-27 02:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.23 - - [2025-11-27 02:13:38] "GET /projects?obj_uuids=7d384090-e06a-4ad8-98b1-b086ad17d595&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000801 10.0.0.27 - - [2025-11-27 02:13:38] "GET /project/7d384090-e06a-4ad8-98b1-b086ad17d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.038613 10.0.0.27 - - [2025-11-27 02:13:38] "POST /ref-update HTTP/1.1" 200 156 0.026860 10.0.0.23 - - [2025-11-27 02:13:38] "POST /useragent-kv HTTP/1.1" 200 115 0.007062 10.0.0.27 - - [2025-11-27 02:13:38] "POST /neutron/subnet HTTP/1.1" 200 730 0.178659 10.0.0.27 - - [2025-11-27 02:13:38] "POST /id-to-fqname HTTP/1.1" 200 254 0.001171 10.0.0.27 - - [2025-11-27 02:13:38] "GET /virtual-network/efd33694-50c0-488f-a752-899413eb9cf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.004894 10.0.0.27 - - [2025-11-27 02:13:38] "GET /virtual-network/efd33694-50c0-488f-a752-899413eb9cf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.005390 10.0.0.27 - - [2025-11-27 02:13:38] "POST /neutron/network HTTP/1.1" 200 892 0.005918 10.0.0.27 - - [2025-11-27 02:13:38] "POST /id-to-fqname HTTP/1.1" 200 253 0.001082 10.0.0.23 - - [2025-11-27 02:13:39] "GET /projects?obj_uuids=7d384090-e06a-4ad8-98b1-b086ad17d595&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000911 10.0.0.27 - - [2025-11-27 02:13:39] "GET /project/7d384090-e06a-4ad8-98b1-b086ad17d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.063600 10.0.0.27 - - [2025-11-27 02:13:39] "POST /neutron/network HTTP/1.1" 200 886 0.005932 10.0.0.27 - - [2025-11-27 02:13:39] "POST /id-to-fqname HTTP/1.1" 200 254 0.001272 10.0.0.27 - - [2025-11-27 02:13:39] "POST /neutron/port HTTP/1.1" 200 117 0.005698 10.0.0.23 - - [2025-11-27 02:13:40] "GET /projects?obj_uuids=7d384090-e06a-4ad8-98b1-b086ad17d595&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000882 10.0.0.27 - - [2025-11-27 02:13:40] "POST /neutron/port HTTP/1.1" 200 1058 0.309133 10.0.0.27 - - [2025-11-27 02:13:40] "POST /neutron/port HTTP/1.1" 200 1112 0.107859 10.0.0.23 - - [2025-11-27 02:13:40] "GET /projects?obj_uuids=7d384090-e06a-4ad8-98b1-b086ad17d595&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000902 10.0.0.27 - - [2025-11-27 02:13:40] "GET /project/7d384090-e06a-4ad8-98b1-b086ad17d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.080969 10.0.0.27 - - [2025-11-27 02:13:40] "POST /neutron/subnet HTTP/1.1" 200 684 0.007837 10.0.0.27 - - [2025-11-27 02:13:40] "POST /neutron/network HTTP/1.1" 200 886 0.007446 10.0.0.27 - - [2025-11-27 02:13:41] "POST /neutron/port HTTP/1.1" 200 117 0.006065 10.0.0.27 - - [2025-11-27 02:13:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.004507 10.0.0.27 - - [2025-11-27 02:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002559 10.0.0.27 - - [2025-11-27 02:13:41] "POST /neutron/port HTTP/1.1" 200 1062 0.016136 10.0.0.23 - - [2025-11-27 02:13:41] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000915 10.0.0.27 - - [2025-11-27 02:13:41] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006346 10.0.0.27 - - [2025-11-27 02:13:41] "POST /service-templates HTTP/1.1" 200 543 0.049732 10.0.0.27 - - [2025-11-27 02:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.27 - - [2025-11-27 02:13:41] "POST /neutron/port HTTP/1.1" 200 1090 0.016194 10.0.0.27 - - [2025-11-27 02:13:41] "GET /service-template/b4c60c46-c5a7-4d27-98bf-9abf4b70c6d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006433 10.0.0.27 - - [2025-11-27 02:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002437 10.0.0.27 - - [2025-11-27 02:13:42] "POST /neutron/port HTTP/1.1" 200 117 0.001028 10.0.0.27 - - [2025-11-27 02:13:42] "GET /service-template/b4c60c46-c5a7-4d27-98bf-9abf4b70c6d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.003089 10.0.0.27 - - [2025-11-27 02:13:42] "POST /id-to-fqname HTTP/1.1" 200 253 0.001111 10.0.0.27 - - [2025-11-27 02:13:42] "POST /id-to-fqname HTTP/1.1" 200 253 0.001130 10.0.0.27 - - [2025-11-27 02:13:42] "POST /id-to-fqname HTTP/1.1" 200 254 0.001137 10.0.0.27 - - [2025-11-27 02:13:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008082 10.0.0.27 - - [2025-11-27 02:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.27 - - [2025-11-27 02:13:42] "DELETE /service-template/b4c60c46-c5a7-4d27-98bf-9abf4b70c6d7 HTTP/1.1" 200 115 0.023352 10.0.0.27 - - [2025-11-27 02:13:42] "POST /fqname-to-id HTTP/1.1" 404 193 0.002708 10.0.0.27 - - [2025-11-27 02:13:44] "POST /neutron/port HTTP/1.1" 200 1090 0.013815 10.0.0.27 - - [2025-11-27 02:13:45] "POST /neutron/port HTTP/1.1" 200 1086 0.020046 10.0.0.27 - - [2025-11-27 02:13:46] "POST /neutron/network HTTP/1.1" 200 886 0.006874 10.0.0.23 - - [2025-11-27 02:13:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003641 10.0.0.27 - - [2025-11-27 02:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004489 10.0.0.23 - - [2025-11-27 02:13:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002234 10.0.0.27 - - [2025-11-27 02:13:46] "POST /neutron/network HTTP/1.1" 200 151 0.128398 10.0.0.23 - - [2025-11-27 02:13:47] "GET /projects?obj_uuids=7d384090-e06a-4ad8-98b1-b086ad17d595&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000933 10.0.0.27 - - [2025-11-27 02:13:47] "DELETE /route-target/e87828c1-e0dc-427d-a487-91d9895b0e5f HTTP/1.1" 200 115 0.024686 10.0.0.27 - - [2025-11-27 02:13:47] "GET /project/7d384090-e06a-4ad8-98b1-b086ad17d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.039898 10.0.0.23 - - [2025-11-27 02:13:47] "GET /projects?obj_uuids=7d384090-e06a-4ad8-98b1-b086ad17d595&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000896 10.0.0.27 - - [2025-11-27 02:13:47] "GET /project/7d384090-e06a-4ad8-98b1-b086ad17d595?fields=virtual_networks HTTP/1.1" 200 1034 0.039864 10.0.0.23 - - [2025-11-27 02:13:47] "GET /projects?obj_uuids=7d384090-e06a-4ad8-98b1-b086ad17d595&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000911 10.0.0.27 - - [2025-11-27 02:13:47] "GET /project/7d384090-e06a-4ad8-98b1-b086ad17d595?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.042264 10.0.0.23 - - [2025-11-27 02:13:47] "GET /projects?obj_uuids=7d384090-e06a-4ad8-98b1-b086ad17d595&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000875 10.0.0.27 - - [2025-11-27 02:13:47] "GET /project/7d384090-e06a-4ad8-98b1-b086ad17d595?fields=security_groups HTTP/1.1" 200 1261 0.049441 10.0.0.27 - - [2025-11-27 02:13:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.026372 10.0.0.23 - - [2025-11-27 02:13:48] "GET /projects?obj_uuids=1557a188-3f8a-406c-afc7-c7fa032985d9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003142 10.0.0.23 - - [2025-11-27 02:13:48] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000853 10.0.0.23 - - [2025-11-27 02:13:48] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006327 10.0.0.23 - - [2025-11-27 02:13:48] "POST /id-to-fqname HTTP/1.1" 200 195 0.003139 10.0.0.23 - - [2025-11-27 02:13:48] "POST /fqname-to-id HTTP/1.1" 404 204 0.017786 10.0.0.23 - - [2025-11-27 02:13:48] "POST /security-groups HTTP/1.1" 200 596 0.073531 10.0.0.23 - - [2025-11-27 02:13:48] "POST /projects HTTP/1.1" 200 595 0.299435 10.0.0.27 - - [2025-11-27 02:13:48] "POST /fqname-to-id HTTP/1.1" 404 238 0.009205 10.0.0.23 - - [2025-11-27 02:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.373792 10.0.0.27 - - [2025-11-27 02:13:48] "GET /project/1557a188-3f8a-406c-afc7-c7fa032985d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.507086 10.0.0.27 - - [2025-11-27 02:13:49] "GET / HTTP/1.1" 200 35931 0.001761 10.0.0.27 - - [2025-11-27 02:13:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000412 10.0.0.27 - - [2025-11-27 02:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.085657 10.0.0.23 - - [2025-11-27 02:13:50] "GET /projects?obj_uuids=1557a188-3f8a-406c-afc7-c7fa032985d9&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001021 10.0.0.27 - - [2025-11-27 02:13:50] "GET /project/1557a188-3f8a-406c-afc7-c7fa032985d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.036585 10.0.0.27 - - [2025-11-27 02:13:50] "POST /neutron/network HTTP/1.1" 200 117 0.043340 10.0.0.27 - - [2025-11-27 02:13:51] "POST /ref-update HTTP/1.1" 200 156 0.039868 10.0.0.23 - - [2025-11-27 02:13:51] "POST /useragent-kv HTTP/1.1" 200 115 0.006050 10.0.0.27 - - [2025-11-27 02:13:51] "POST /neutron/subnet HTTP/1.1" 200 730 0.210078 10.0.0.27 - - [2025-11-27 02:13:51] "POST /id-to-fqname HTTP/1.1" 200 261 0.001246 10.0.0.27 - - [2025-11-27 02:13:51] "GET /virtual-network/237409a5-7ff4-42ed-9c27-a7b293b76be6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.004830 10.0.0.27 - - [2025-11-27 02:13:51] "GET /virtual-network/237409a5-7ff4-42ed-9c27-a7b293b76be6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.005719 10.0.0.27 - - [2025-11-27 02:13:51] "POST /neutron/network HTTP/1.1" 200 1075 0.007806 10.0.0.27 - - [2025-11-27 02:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.23 - - [2025-11-27 02:13:51] "GET /projects?obj_uuids=1557a188-3f8a-406c-afc7-c7fa032985d9&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001081 10.0.0.23 - - [2025-11-27 02:13:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.034459 10.0.0.27 - - [2025-11-27 02:13:51] "GET /project/1557a188-3f8a-406c-afc7-c7fa032985d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.047846 10.0.0.27 - - [2025-11-27 02:13:51] "POST /neutron/network HTTP/1.1" 200 117 0.012577 10.0.0.23 - - [2025-11-27 02:13:52] "POST /useragent-kv HTTP/1.1" 200 115 0.007134 10.0.0.27 - - [2025-11-27 02:13:52] "POST /neutron/subnet HTTP/1.1" 200 720 0.167894 10.0.0.27 - - [2025-11-27 02:13:52] "POST /id-to-fqname HTTP/1.1" 200 261 0.001599 10.0.0.27 - - [2025-11-27 02:13:52] "GET /virtual-network/64fe98bb-9e98-407d-97dd-034edaf060d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.005688 10.0.0.27 - - [2025-11-27 02:13:52] "GET /virtual-network/64fe98bb-9e98-407d-97dd-034edaf060d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.006026 10.0.0.27 - - [2025-11-27 02:13:52] "POST /neutron/network HTTP/1.1" 200 1074 0.009871 10.0.0.27 - - [2025-11-27 02:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.23 - - [2025-11-27 02:13:52] "GET /projects?obj_uuids=1557a188-3f8a-406c-afc7-c7fa032985d9&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000943 10.0.0.27 - - [2025-11-27 02:13:52] "GET /project/1557a188-3f8a-406c-afc7-c7fa032985d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.050918 10.0.0.27 - - [2025-11-27 02:13:52] "POST /neutron/network HTTP/1.1" 200 117 0.013403 10.0.0.27 - - [2025-11-27 02:13:52] "POST /route-targets HTTP/1.1" 200 327 0.012316 10.0.0.23 - - [2025-11-27 02:13:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.017631 10.0.0.23 - - [2025-11-27 02:13:53] "POST /useragent-kv HTTP/1.1" 200 115 0.007051 10.0.0.27 - - [2025-11-27 02:13:53] "POST /neutron/subnet HTTP/1.1" 200 720 0.247494 10.0.0.27 - - [2025-11-27 02:13:53] "POST /id-to-fqname HTTP/1.1" 200 262 0.001132 10.0.0.27 - - [2025-11-27 02:13:53] "GET /virtual-network/9b436a0a-ec7a-47f0-b959-b253f9edfb84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.004773 10.0.0.27 - - [2025-11-27 02:13:53] "GET /virtual-network/9b436a0a-ec7a-47f0-b959-b253f9edfb84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.005057 10.0.0.27 - - [2025-11-27 02:13:53] "POST /neutron/network HTTP/1.1" 200 1076 0.007846 10.0.0.27 - - [2025-11-27 02:13:53] "POST /id-to-fqname HTTP/1.1" 200 261 0.001113 10.0.0.27 - - [2025-11-27 02:13:53] "POST /neutron/network HTTP/1.1" 200 1084 0.006427 10.0.0.23 - - [2025-11-27 02:13:54] "GET /projects?obj_uuids=1557a188-3f8a-406c-afc7-c7fa032985d9&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001271 10.0.0.27 - - [2025-11-27 02:13:54] "GET /project/1557a188-3f8a-406c-afc7-c7fa032985d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.072714 10.0.0.27 - - [2025-11-27 02:13:54] "POST /neutron/port HTTP/1.1" 200 117 0.007693 10.0.0.27 - - [2025-11-27 02:13:54] "POST /id-to-fqname HTTP/1.1" 200 262 0.001382 10.0.0.27 - - [2025-11-27 02:13:55] "POST /neutron/network HTTP/1.1" 200 1084 0.007665 10.0.0.27 - - [2025-11-27 02:13:55] "POST /neutron/port HTTP/1.1" 200 1171 0.022651 10.0.0.23 - - [2025-11-27 02:13:55] "GET /projects?obj_uuids=1557a188-3f8a-406c-afc7-c7fa032985d9&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003892 10.0.0.27 - - [2025-11-27 02:13:55] "GET /project/1557a188-3f8a-406c-afc7-c7fa032985d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.110435 10.0.0.27 - - [2025-11-27 02:13:55] "POST /neutron/port HTTP/1.1" 200 1199 0.030259 10.0.0.27 - - [2025-11-27 02:13:55] "POST /neutron/subnet HTTP/1.1" 200 1380 0.012079 10.0.0.27 - - [2025-11-27 02:13:55] "POST /neutron/network HTTP/1.1" 200 1074 0.008724 10.0.0.27 - - [2025-11-27 02:13:56] "POST /neutron/port HTTP/1.1" 200 117 0.005707 10.0.0.27 - - [2025-11-27 02:13:56] "POST /neutron/port HTTP/1.1" 200 1171 0.022717 10.0.0.27 - - [2025-11-27 02:13:57] "POST /neutron/port HTTP/1.1" 200 1199 0.028633 10.0.0.27 - - [2025-11-27 02:13:57] "POST /neutron/subnet HTTP/1.1" 200 1380 0.012051 10.0.0.27 - - [2025-11-27 02:13:57] "POST /neutron/network HTTP/1.1" 200 1076 0.008700 10.0.0.27 - - [2025-11-27 02:13:58] "POST /neutron/port HTTP/1.1" 200 1199 0.015939 10.0.0.27 - - [2025-11-27 02:13:58] "POST /neutron/port HTTP/1.1" 200 1199 0.014959 10.0.0.27 - - [2025-11-27 02:13:59] "POST /neutron/port HTTP/1.1" 200 117 0.006042 10.0.0.27 - - [2025-11-27 02:13:59] "DELETE /route-target/33b54f39-fb7e-49a6-8ae7-967b20ddfffa HTTP/1.1" 200 115 0.032916 10.0.0.27 - - [2025-11-27 02:13:59] "POST /neutron/network HTTP/1.1" 200 1076 0.008686 10.0.0.23 - - [2025-11-27 02:14:00] "POST /useragent-kv HTTP/1.1" 200 115 0.034661 10.0.0.23 - - [2025-11-27 02:14:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002333 10.0.0.23 - - [2025-11-27 02:14:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002209 10.0.0.23 - - [2025-11-27 02:14:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002184 10.0.0.27 - - [2025-11-27 02:14:00] "POST /neutron/network HTTP/1.1" 200 151 0.154886 10.0.0.27 - - [2025-11-27 02:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.064717 10.0.0.23 - - [2025-11-27 02:14:00] "GET /projects?obj_uuids=1557a188-3f8a-406c-afc7-c7fa032985d9&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000949 10.0.0.27 - - [2025-11-27 02:14:00] "GET /project/1557a188-3f8a-406c-afc7-c7fa032985d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.097138 10.0.0.23 - - [2025-11-27 02:14:00] "GET /projects?obj_uuids=1557a188-3f8a-406c-afc7-c7fa032985d9&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001062 10.0.0.27 - - [2025-11-27 02:14:00] "GET /project/1557a188-3f8a-406c-afc7-c7fa032985d9?fields=virtual_networks HTTP/1.1" 200 1042 0.045392 10.0.0.23 - - [2025-11-27 02:14:00] "GET /projects?obj_uuids=1557a188-3f8a-406c-afc7-c7fa032985d9&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000858 10.0.0.27 - - [2025-11-27 02:14:00] "GET /project/1557a188-3f8a-406c-afc7-c7fa032985d9?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.036757 10.0.0.23 - - [2025-11-27 02:14:00] "GET /projects?obj_uuids=1557a188-3f8a-406c-afc7-c7fa032985d9&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000878 10.0.0.27 - - [2025-11-27 02:14:00] "GET /project/1557a188-3f8a-406c-afc7-c7fa032985d9?fields=security_groups HTTP/1.1" 200 1273 0.035539 10.0.0.27 - - [2025-11-27 02:14:01] "POST /fqname-to-id HTTP/1.1" 404 196 0.027717 10.0.0.23 - - [2025-11-27 02:14:01] "GET /projects?obj_uuids=b1c417e9-451e-4446-9bc8-35bc9ff048ab&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002934 10.0.0.23 - - [2025-11-27 02:14:01] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000911 10.0.0.23 - - [2025-11-27 02:14:01] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.033285 10.0.0.23 - - [2025-11-27 02:14:01] "POST /id-to-fqname HTTP/1.1" 200 198 0.002005 10.0.0.23 - - [2025-11-27 02:14:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.003642 10.0.0.23 - - [2025-11-27 02:14:01] "POST /security-groups HTTP/1.1" 200 599 0.073328 10.0.0.23 - - [2025-11-27 02:14:01] "POST /projects HTTP/1.1" 200 601 0.274589 10.0.0.27 - - [2025-11-27 02:14:01] "POST /access-control-lists HTTP/1.1" 200 604 0.026392 10.0.0.23 - - [2025-11-27 02:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.349611 10.0.0.27 - - [2025-11-27 02:14:01] "GET /project/b1c417e9-451e-4446-9bc8-35bc9ff048ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.510108 10.0.0.27 - - [2025-11-27 02:14:03] "GET / HTTP/1.1" 200 35931 0.001459 10.0.0.27 - - [2025-11-27 02:14:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000618 10.0.0.27 - - [2025-11-27 02:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.053338 10.0.0.23 - - [2025-11-27 02:14:03] "GET /projects?obj_uuids=b1c417e9-451e-4446-9bc8-35bc9ff048ab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000824 10.0.0.27 - - [2025-11-27 02:14:03] "GET /project/b1c417e9-451e-4446-9bc8-35bc9ff048ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.033743 10.0.0.27 - - [2025-11-27 02:14:04] "POST /route-targets HTTP/1.1" 200 327 0.016645 10.0.0.23 - - [2025-11-27 02:14:04] "POST /useragent-kv HTTP/1.1" 200 115 0.011053 10.0.0.27 - - [2025-11-27 02:14:04] "POST /neutron/subnet HTTP/1.1" 200 725 0.292656 10.0.0.27 - - [2025-11-27 02:14:04] "POST /id-to-fqname HTTP/1.1" 200 267 0.001170 10.0.0.27 - - [2025-11-27 02:14:04] "GET /virtual-network/757817e5-c3f9-44c2-9976-3e5c4351fde3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.005121 10.0.0.27 - - [2025-11-27 02:14:04] "GET /virtual-network/757817e5-c3f9-44c2-9976-3e5c4351fde3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.005127 10.0.0.27 - - [2025-11-27 02:14:04] "POST /neutron/network HTTP/1.1" 200 910 0.006240 10.0.0.27 - - [2025-11-27 02:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.23 - - [2025-11-27 02:14:04] "GET /projects?obj_uuids=b1c417e9-451e-4446-9bc8-35bc9ff048ab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001166 10.0.0.27 - - [2025-11-27 02:14:04] "GET /project/b1c417e9-451e-4446-9bc8-35bc9ff048ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.055611 10.0.0.23 - - [2025-11-27 02:14:04] "GET /projects?obj_uuids=b1c417e9-451e-4446-9bc8-35bc9ff048ab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001078 10.0.0.27 - - [2025-11-27 02:14:04] "POST /neutron/network HTTP/1.1" 200 691 0.130920 10.0.0.27 - - [2025-11-27 02:14:04] "POST /ref-update HTTP/1.1" 200 156 0.023032 10.0.0.27 - - [2025-11-27 02:14:05] "POST /id-to-fqname HTTP/1.1" 200 267 0.003174 10.0.0.27 - - [2025-11-27 02:14:05] "GET /virtual-network/92466ad3-ad96-469f-946a-a1b423d24a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.005008 10.0.0.27 - - [2025-11-27 02:14:05] "POST /neutron/network HTTP/1.1" 200 910 0.006302 10.0.0.27 - - [2025-11-27 02:14:05] "GET /virtual-network/92466ad3-ad96-469f-946a-a1b423d24a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.004668 10.0.0.27 - - [2025-11-27 02:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.23 - - [2025-11-27 02:14:05] "GET /projects?obj_uuids=b1c417e9-451e-4446-9bc8-35bc9ff048ab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000792 10.0.0.27 - - [2025-11-27 02:14:05] "GET /project/b1c417e9-451e-4446-9bc8-35bc9ff048ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.033448 10.0.0.27 - - [2025-11-27 02:14:05] "POST /neutron/network HTTP/1.1" 200 117 0.016095 10.0.0.27 - - [2025-11-27 02:14:05] "POST /neutron/network HTTP/1.1" 200 914 0.008068 10.0.0.27 - - [2025-11-27 02:14:05] "POST /id-to-fqname HTTP/1.1" 200 268 0.001041 10.0.0.27 - - [2025-11-27 02:14:05] "GET /virtual-network/ae3f93e7-8115-4361-a6c6-df71ed675b2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.005273 10.0.0.27 - - [2025-11-27 02:14:05] "GET /virtual-network/ae3f93e7-8115-4361-a6c6-df71ed675b2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.005293 10.0.0.27 - - [2025-11-27 02:14:05] "POST /neutron/subnet HTTP/1.1" 200 734 0.008687 10.0.0.27 - - [2025-11-27 02:14:05] "POST /id-to-fqname HTTP/1.1" 200 267 0.000942 10.0.0.23 - - [2025-11-27 02:14:06] "GET /projects?obj_uuids=b1c417e9-451e-4446-9bc8-35bc9ff048ab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000984 10.0.0.27 - - [2025-11-27 02:14:06] "GET /project/b1c417e9-451e-4446-9bc8-35bc9ff048ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.069842 10.0.0.27 - - [2025-11-27 02:14:06] "POST /neutron/port HTTP/1.1" 200 117 0.007305 10.0.0.27 - - [2025-11-27 02:14:06] "POST /id-to-fqname HTTP/1.1" 200 268 0.001721 10.0.0.27 - - [2025-11-27 02:14:07] "POST /neutron/network HTTP/1.1" 200 924 0.006837 10.0.0.27 - - [2025-11-27 02:14:07] "POST /neutron/port HTTP/1.1" 200 1068 0.013643 10.0.0.23 - - [2025-11-27 02:14:07] "GET /projects?obj_uuids=b1c417e9-451e-4446-9bc8-35bc9ff048ab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000836 10.0.0.27 - - [2025-11-27 02:14:07] "POST /neutron/port HTTP/1.1" 200 1096 0.018573 10.0.0.27 - - [2025-11-27 02:14:07] "GET /project/b1c417e9-451e-4446-9bc8-35bc9ff048ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.081029 10.0.0.27 - - [2025-11-27 02:14:08] "POST /neutron/network HTTP/1.1" 200 914 0.008102 10.0.0.27 - - [2025-11-27 02:14:08] "POST /neutron/port HTTP/1.1" 200 1096 0.015820 10.0.0.27 - - [2025-11-27 02:14:08] "POST /neutron/network HTTP/1.1" 200 924 0.006869 10.0.0.27 - - [2025-11-27 02:14:08] "POST /neutron/port HTTP/1.1" 200 1070 0.017309 10.0.0.27 - - [2025-11-27 02:14:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003465 10.0.0.27 - - [2025-11-27 02:14:09] "POST /neutron/network HTTP/1.1" 200 914 0.005629 10.0.0.27 - - [2025-11-27 02:14:10] "POST /neutron/port HTTP/1.1" 200 1096 0.013731 10.0.0.27 - - [2025-11-27 02:14:10] "POST /neutron/port HTTP/1.1" 200 1098 0.019712 10.0.0.27 - - [2025-11-27 02:14:11] "POST /neutron/port HTTP/1.1" 200 117 0.005702 10.0.0.27 - - [2025-11-27 02:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.27 - - [2025-11-27 02:14:11] "POST /neutron/network HTTP/1.1" 200 914 0.009372 10.0.0.27 - - [2025-11-27 02:14:12] "DELETE /route-target/c138c394-285e-4bc6-ab01-b087c291c388 HTTP/1.1" 200 115 0.022316 10.0.0.23 - - [2025-11-27 02:14:12] "POST /useragent-kv HTTP/1.1" 200 115 0.004708 10.0.0.23 - - [2025-11-27 02:14:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002245 10.0.0.27 - - [2025-11-27 02:14:12] "POST /neutron/network HTTP/1.1" 200 151 0.126222 10.0.0.23 - - [2025-11-27 02:14:12] "GET /projects?obj_uuids=b1c417e9-451e-4446-9bc8-35bc9ff048ab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000844 10.0.0.27 - - [2025-11-27 02:14:12] "GET /project/b1c417e9-451e-4446-9bc8-35bc9ff048ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.076311 10.0.0.23 - - [2025-11-27 02:14:12] "GET /projects?obj_uuids=b1c417e9-451e-4446-9bc8-35bc9ff048ab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000813 10.0.0.27 - - [2025-11-27 02:14:12] "GET /project/b1c417e9-451e-4446-9bc8-35bc9ff048ab?fields=virtual_networks HTTP/1.1" 200 1049 0.082949 10.0.0.23 - - [2025-11-27 02:14:12] "GET /projects?obj_uuids=b1c417e9-451e-4446-9bc8-35bc9ff048ab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000877 10.0.0.27 - - [2025-11-27 02:14:12] "GET /project/b1c417e9-451e-4446-9bc8-35bc9ff048ab?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.035627 10.0.0.23 - - [2025-11-27 02:14:12] "GET /projects?obj_uuids=b1c417e9-451e-4446-9bc8-35bc9ff048ab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001211 10.0.0.27 - - [2025-11-27 02:14:12] "GET /project/b1c417e9-451e-4446-9bc8-35bc9ff048ab?fields=security_groups HTTP/1.1" 200 1283 0.052923 10.0.0.27 - - [2025-11-27 02:14:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.027787 10.0.0.23 - - [2025-11-27 02:14:13] "GET /projects?obj_uuids=9a625efe-38ed-40f5-bf7c-93a55a510ddd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002574 10.0.0.23 - - [2025-11-27 02:14:13] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000869 10.0.0.23 - - [2025-11-27 02:14:13] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006496 10.0.0.23 - - [2025-11-27 02:14:13] "DELETE /project/1557a1883f8a406cafc7c7fa032985d9 HTTP/1.1" 404 173 0.029402 10.0.0.23 - - [2025-11-27 02:14:13] "DELETE /project/7d384090e06a4ad898b1b086ad17d595 HTTP/1.1" 404 173 0.010166 10.0.0.23 - - [2025-11-27 02:14:13] "DELETE /project/b1c417e9451e44469bc835bc9ff048ab HTTP/1.1" 404 173 0.012331 10.0.0.23 - - [2025-11-27 02:14:13] "GET /projects?obj_uuids=1557a188-3f8a-406c-afc7-c7fa032985d9&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000824 10.0.0.23 - - [2025-11-27 02:14:13] "GET /projects?obj_uuids=b1c417e9-451e-4446-9bc8-35bc9ff048ab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000752 10.0.0.23 - - [2025-11-27 02:14:13] "GET /projects?obj_uuids=7d384090-e06a-4ad8-98b1-b086ad17d595&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000704 10.0.0.23 - - [2025-11-27 02:14:13] "GET /project/b1c417e9-451e-4446-9bc8-35bc9ff048ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.047020 10.0.0.23 - - [2025-11-27 02:14:13] "GET /project/7d384090-e06a-4ad8-98b1-b086ad17d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.051647 10.0.0.23 - - [2025-11-27 02:14:13] "GET /project/1557a188-3f8a-406c-afc7-c7fa032985d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.060109 10.0.0.23 - - [2025-11-27 02:14:13] "GET /projects?obj_uuids=b1c417e9-451e-4446-9bc8-35bc9ff048ab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000955 10.0.0.23 - - [2025-11-27 02:14:13] "GET /projects?obj_uuids=1557a188-3f8a-406c-afc7-c7fa032985d9&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000826 10.0.0.23 - - [2025-11-27 02:14:13] "GET /projects?obj_uuids=7d384090-e06a-4ad8-98b1-b086ad17d595&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001291 10.0.0.23 - - [2025-11-27 02:14:13] "GET /project/1557a188-3f8a-406c-afc7-c7fa032985d9?fields=security_groups HTTP/1.1" 200 1378 0.083577 10.0.0.23 - - [2025-11-27 02:14:13] "GET /project/b1c417e9-451e-4446-9bc8-35bc9ff048ab?fields=security_groups HTTP/1.1" 200 1388 0.103674 10.0.0.23 - - [2025-11-27 02:14:13] "POST /id-to-fqname HTTP/1.1" 200 195 0.001007 10.0.0.23 - - [2025-11-27 02:14:13] "GET /project/7d384090-e06a-4ad8-98b1-b086ad17d595?fields=security_groups HTTP/1.1" 200 1366 0.124805 10.0.0.23 - - [2025-11-27 02:14:13] "POST /fqname-to-id HTTP/1.1" 404 204 0.004257 10.0.0.23 - - [2025-11-27 02:14:13] "DELETE /security-group/e917caaf-11cc-423d-8631-d7fbbff3a67d HTTP/1.1" 200 115 0.112671 10.0.0.23 - - [2025-11-27 02:14:13] "GET /projects?obj_uuids=1557a188-3f8a-406c-afc7-c7fa032985d9&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000874 10.0.0.23 - - [2025-11-27 02:14:14] "DELETE /security-group/e0cfdb3d-4980-47a2-83c1-af591c0d5585 HTTP/1.1" 200 115 0.129034 10.0.0.23 - - [2025-11-27 02:14:14] "GET /projects?obj_uuids=b1c417e9-451e-4446-9bc8-35bc9ff048ab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000887 10.0.0.27 - - [2025-11-27 02:14:14] "DELETE /access-control-list/cc865933-bfa2-401e-a292-1e3612918ba3 HTTP/1.1" 200 115 0.099586 10.0.0.23 - - [2025-11-27 02:14:14] "DELETE /security-group/4f123d43-1219-4b38-b7b7-9628da9cc393 HTTP/1.1" 200 115 0.129299 10.0.0.23 - - [2025-11-27 02:14:14] "GET /projects?obj_uuids=7d384090-e06a-4ad8-98b1-b086ad17d595&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000799 10.0.0.23 - - [2025-11-27 02:14:14] "POST /security-groups HTTP/1.1" 200 596 0.129366 10.0.0.23 - - [2025-11-27 02:14:14] "GET /project/1557a188-3f8a-406c-afc7-c7fa032985d9?fields=application_policy_sets HTTP/1.1" 200 1417 0.064950 10.0.0.23 - - [2025-11-27 02:14:14] "POST /projects HTTP/1.1" 200 595 0.477859 10.0.0.23 - - [2025-11-27 02:14:14] "GET /project/7d384090-e06a-4ad8-98b1-b086ad17d595?fields=application_policy_sets HTTP/1.1" 200 1405 0.085505 10.0.0.23 - - [2025-11-27 02:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.565146 10.0.0.23 - - [2025-11-27 02:14:14] "GET /project/b1c417e9-451e-4446-9bc8-35bc9ff048ab?fields=application_policy_sets HTTP/1.1" 200 1427 0.171085 10.0.0.27 - - [2025-11-27 02:14:14] "DELETE /access-control-list/c3747ded-a572-4f38-a681-a36d9f8690e5 HTTP/1.1" 200 115 0.082838 10.0.0.27 - - [2025-11-27 02:14:14] "GET /project/9a625efe-38ed-40f5-bf7c-93a55a510ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.765901 10.0.0.23 - - [2025-11-27 02:14:14] "DELETE /project/1557a188-3f8a-406c-afc7-c7fa032985d9 HTTP/1.1" 200 115 0.731165 10.0.0.23 - - [2025-11-27 02:14:14] "DELETE /project/7d384090-e06a-4ad8-98b1-b086ad17d595 HTTP/1.1" 200 115 0.755050 10.0.0.27 - - [2025-11-27 02:14:14] "POST /fqname-to-id HTTP/1.1" 404 239 0.003433 10.0.0.23 - - [2025-11-27 02:14:14] "DELETE /project/b1c417e9-451e-4446-9bc8-35bc9ff048ab HTTP/1.1" 200 115 0.766513 10.0.0.27 - - [2025-11-27 02:14:14] "POST /access-control-lists HTTP/1.1" 200 599 0.034999 10.0.0.27 - - [2025-11-27 02:14:15] "GET / HTTP/1.1" 200 35931 0.002213 10.0.0.27 - - [2025-11-27 02:14:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000408 10.0.0.27 - - [2025-11-27 02:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.055540 10.0.0.23 - - [2025-11-27 02:14:16] "GET /projects?obj_uuids=9a625efe-38ed-40f5-bf7c-93a55a510ddd&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000911 10.0.0.27 - - [2025-11-27 02:14:16] "GET /project/9a625efe-38ed-40f5-bf7c-93a55a510ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.039172 10.0.0.23 - - [2025-11-27 02:14:17] "POST /useragent-kv HTTP/1.1" 200 115 0.008251 10.0.0.27 - - [2025-11-27 02:14:17] "POST /neutron/subnet HTTP/1.1" 200 715 0.282403 10.0.0.27 - - [2025-11-27 02:14:17] "POST /id-to-fqname HTTP/1.1" 200 261 0.001184 10.0.0.27 - - [2025-11-27 02:14:17] "GET /virtual-network/45cee95a-4c5e-4ac8-82ed-0b8fee4d859a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.004883 10.0.0.27 - - [2025-11-27 02:14:17] "GET /virtual-network/45cee95a-4c5e-4ac8-82ed-0b8fee4d859a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.005155 10.0.0.27 - - [2025-11-27 02:14:17] "POST /neutron/network HTTP/1.1" 200 899 0.006490 10.0.0.27 - - [2025-11-27 02:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.23 - - [2025-11-27 02:14:17] "GET /projects?obj_uuids=9a625efe-38ed-40f5-bf7c-93a55a510ddd&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000905 10.0.0.27 - - [2025-11-27 02:14:17] "GET /project/9a625efe-38ed-40f5-bf7c-93a55a510ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.034883 10.0.0.23 - - [2025-11-27 02:14:17] "GET /projects?obj_uuids=9a625efe-38ed-40f5-bf7c-93a55a510ddd&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000873 10.0.0.27 - - [2025-11-27 02:14:17] "POST /neutron/network HTTP/1.1" 200 682 0.102635 10.0.0.27 - - [2025-11-27 02:14:17] "POST /route-targets HTTP/1.1" 200 327 0.011902 10.0.0.27 - - [2025-11-27 02:14:17] "POST /id-to-fqname HTTP/1.1" 200 261 0.004092 10.0.0.27 - - [2025-11-27 02:14:17] "GET /virtual-network/d23bd8ae-8fdc-4c72-badb-e743a9fc9ab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.007764 10.0.0.27 - - [2025-11-27 02:14:17] "POST /neutron/network HTTP/1.1" 200 901 0.007010 10.0.0.27 - - [2025-11-27 02:14:17] "GET /virtual-network/d23bd8ae-8fdc-4c72-badb-e743a9fc9ab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.005491 10.0.0.27 - - [2025-11-27 02:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.23 - - [2025-11-27 02:14:17] "GET /projects?obj_uuids=9a625efe-38ed-40f5-bf7c-93a55a510ddd&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000912 10.0.0.27 - - [2025-11-27 02:14:17] "GET /project/9a625efe-38ed-40f5-bf7c-93a55a510ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.033520 10.0.0.27 - - [2025-11-27 02:14:17] "POST /neutron/network HTTP/1.1" 200 117 0.014782 10.0.0.27 - - [2025-11-27 02:14:18] "POST /ref-update HTTP/1.1" 200 156 0.021684 10.0.0.27 - - [2025-11-27 02:14:18] "POST /neutron/network HTTP/1.1" 200 903 0.009676 10.0.0.27 - - [2025-11-27 02:14:18] "POST /id-to-fqname HTTP/1.1" 200 262 0.001264 10.0.0.27 - - [2025-11-27 02:14:18] "GET /virtual-network/9c899235-7481-4ce9-bce9-8b3c95aa0e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005009 10.0.0.27 - - [2025-11-27 02:14:18] "GET /virtual-network/9c899235-7481-4ce9-bce9-8b3c95aa0e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.006050 10.0.0.27 - - [2025-11-27 02:14:18] "POST /neutron/subnet HTTP/1.1" 200 725 0.009333 10.0.0.27 - - [2025-11-27 02:14:18] "POST /id-to-fqname HTTP/1.1" 200 261 0.000990 10.0.0.23 - - [2025-11-27 02:14:19] "GET /projects?obj_uuids=9a625efe-38ed-40f5-bf7c-93a55a510ddd&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000941 10.0.0.27 - - [2025-11-27 02:14:19] "GET /project/9a625efe-38ed-40f5-bf7c-93a55a510ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.060312 10.0.0.27 - - [2025-11-27 02:14:19] "POST /neutron/port HTTP/1.1" 200 117 0.005464 10.0.0.27 - - [2025-11-27 02:14:19] "POST /id-to-fqname HTTP/1.1" 200 262 0.001255 10.0.0.27 - - [2025-11-27 02:14:19] "POST /neutron/network HTTP/1.1" 200 913 0.006929 10.0.0.27 - - [2025-11-27 02:14:20] "POST /neutron/port HTTP/1.1" 200 1065 0.013772 10.0.0.27 - - [2025-11-27 02:14:20] "POST /neutron/port HTTP/1.1" 200 1093 0.018178 10.0.0.23 - - [2025-11-27 02:14:20] "GET /projects?obj_uuids=9a625efe-38ed-40f5-bf7c-93a55a510ddd&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000801 10.0.0.27 - - [2025-11-27 02:14:20] "GET /project/9a625efe-38ed-40f5-bf7c-93a55a510ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.063932 10.0.0.27 - - [2025-11-27 02:14:20] "POST /neutron/port HTTP/1.1" 200 117 0.001045 10.0.0.27 - - [2025-11-27 02:14:20] "POST /neutron/port HTTP/1.1" 200 1093 0.015479 10.0.0.27 - - [2025-11-27 02:14:21] "POST /neutron/network HTTP/1.1" 200 913 0.006133 10.0.0.27 - - [2025-11-27 02:14:21] "POST /neutron/port HTTP/1.1" 200 1065 0.015338 10.0.0.27 - - [2025-11-27 02:14:21] "POST /fqname-to-id HTTP/1.1" 404 193 0.004961 10.0.0.27 - - [2025-11-27 02:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.23 - - [2025-11-27 02:14:21] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001715 10.0.0.27 - - [2025-11-27 02:14:21] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006985 10.0.0.27 - - [2025-11-27 02:14:21] "POST /service-templates HTTP/1.1" 200 543 0.044771 10.0.0.27 - - [2025-11-27 02:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.27 - - [2025-11-27 02:14:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003314 10.0.0.27 - - [2025-11-27 02:14:21] "GET /service-template/2fd33876-fee5-46c9-a0de-9e81081f62dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.005179 10.0.0.27 - - [2025-11-27 02:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002426 10.0.0.27 - - [2025-11-27 02:14:21] "POST /neutron/network HTTP/1.1" 200 903 0.007697 10.0.0.27 - - [2025-11-27 02:14:21] "GET /service-template/2fd33876-fee5-46c9-a0de-9e81081f62dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.003504 10.0.0.27 - - [2025-11-27 02:14:21] "POST /id-to-fqname HTTP/1.1" 200 261 0.001171 10.0.0.27 - - [2025-11-27 02:14:21] "POST /id-to-fqname HTTP/1.1" 200 261 0.001180 10.0.0.27 - - [2025-11-27 02:14:21] "POST /id-to-fqname HTTP/1.1" 200 262 0.001223 10.0.0.27 - - [2025-11-27 02:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.27 - - [2025-11-27 02:14:22] "DELETE /service-template/2fd33876-fee5-46c9-a0de-9e81081f62dd HTTP/1.1" 200 115 0.027572 10.0.0.27 - - [2025-11-27 02:14:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.002929 10.0.0.27 - - [2025-11-27 02:14:24] "POST /neutron/network HTTP/1.1" 200 901 0.005840 10.0.0.27 - - [2025-11-27 02:14:24] "POST /neutron/port HTTP/1.1" 200 1119 0.016199 10.0.0.27 - - [2025-11-27 02:14:24] "POST /neutron/port HTTP/1.1" 200 1119 0.010304 10.0.0.23 - - [2025-11-27 02:14:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003011 10.0.0.23 - - [2025-11-27 02:14:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003305 10.0.0.27 - - [2025-11-27 02:14:26] "POST /neutron/network HTTP/1.1" 200 151 0.118970 10.0.0.27 - - [2025-11-27 02:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.27 - - [2025-11-27 02:14:26] "POST /neutron/network HTTP/1.1" 200 899 0.007217 10.0.0.27 - - [2025-11-27 02:14:26] "DELETE /route-target/80396ecc-ee13-496f-b838-eacd17f3e583 HTTP/1.1" 200 115 0.025492 10.0.0.23 - - [2025-11-27 02:14:26] "GET /projects?obj_uuids=9a625efe-38ed-40f5-bf7c-93a55a510ddd&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000896 10.0.0.27 - - [2025-11-27 02:14:26] "GET /project/9a625efe-38ed-40f5-bf7c-93a55a510ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.046330 10.0.0.23 - - [2025-11-27 02:14:26] "GET /projects?obj_uuids=9a625efe-38ed-40f5-bf7c-93a55a510ddd&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000827 10.0.0.27 - - [2025-11-27 02:14:26] "GET /project/9a625efe-38ed-40f5-bf7c-93a55a510ddd?fields=virtual_networks HTTP/1.1" 200 1043 0.041431 10.0.0.23 - - [2025-11-27 02:14:27] "GET /projects?obj_uuids=9a625efe-38ed-40f5-bf7c-93a55a510ddd&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000977 10.0.0.27 - - [2025-11-27 02:14:27] "GET /project/9a625efe-38ed-40f5-bf7c-93a55a510ddd?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.032311 10.0.0.23 - - [2025-11-27 02:14:27] "GET /projects?obj_uuids=9a625efe-38ed-40f5-bf7c-93a55a510ddd&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001120 10.0.0.27 - - [2025-11-27 02:14:27] "GET /project/9a625efe-38ed-40f5-bf7c-93a55a510ddd?fields=security_groups HTTP/1.1" 200 1274 0.031525 10.0.0.27 - - [2025-11-27 02:14:27] "POST /fqname-to-id HTTP/1.1" 404 197 0.025322 10.0.0.23 - - [2025-11-27 02:14:28] "GET /projects?obj_uuids=a05a5483-abbf-43f8-84a3-b01032f0f71a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003286 10.0.0.23 - - [2025-11-27 02:14:28] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001188 10.0.0.23 - - [2025-11-27 02:14:28] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006593 10.0.0.23 - - [2025-11-27 02:14:28] "POST /id-to-fqname HTTP/1.1" 200 199 0.001817 10.0.0.23 - - [2025-11-27 02:14:28] "POST /fqname-to-id HTTP/1.1" 404 208 0.002704 10.0.0.23 - - [2025-11-27 02:14:28] "POST /security-groups HTTP/1.1" 200 600 0.073623 10.0.0.23 - - [2025-11-27 02:14:28] "POST /projects HTTP/1.1" 200 603 0.268789 10.0.0.27 - - [2025-11-27 02:14:28] "POST /fqname-to-id HTTP/1.1" 404 242 0.005350 10.0.0.23 - - [2025-11-27 02:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.340961 10.0.0.27 - - [2025-11-27 02:14:28] "GET /project/a05a5483-abbf-43f8-84a3-b01032f0f71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.475894 10.0.0.27 - - [2025-11-27 02:14:29] "GET / HTTP/1.1" 200 35931 0.001483 10.0.0.27 - - [2025-11-27 02:14:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000392 10.0.0.27 - - [2025-11-27 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.055166 10.0.0.23 - - [2025-11-27 02:14:30] "GET /projects?obj_uuids=a05a5483-abbf-43f8-84a3-b01032f0f71a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000808 10.0.0.27 - - [2025-11-27 02:14:30] "GET /project/a05a5483-abbf-43f8-84a3-b01032f0f71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.041249 10.0.0.23 - - [2025-11-27 02:14:30] "GET /projects?obj_uuids=a05a5483-abbf-43f8-84a3-b01032f0f71a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000898 10.0.0.27 - - [2025-11-27 02:14:30] "POST /neutron/network HTTP/1.1" 200 694 0.156538 10.0.0.27 - - [2025-11-27 02:14:30] "POST /ref-update HTTP/1.1" 200 156 0.021605 10.0.0.23 - - [2025-11-27 02:14:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.010879 10.0.0.27 - - [2025-11-27 02:14:31] "POST /neutron/network HTTP/1.1" 200 1088 0.009887 10.0.0.27 - - [2025-11-27 02:14:31] "POST /id-to-fqname HTTP/1.1" 200 269 0.000950 10.0.0.27 - - [2025-11-27 02:14:31] "GET /virtual-network/33853e55-b136-4a88-a455-d2b05e00bbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.004767 10.0.0.27 - - [2025-11-27 02:14:31] "GET /virtual-network/33853e55-b136-4a88-a455-d2b05e00bbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.005058 10.0.0.27 - - [2025-11-27 02:14:31] "POST /neutron/subnet HTTP/1.1" 200 828 0.009570 10.0.0.27 - - [2025-11-27 02:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.23 - - [2025-11-27 02:14:31] "GET /projects?obj_uuids=a05a5483-abbf-43f8-84a3-b01032f0f71a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001256 10.0.0.27 - - [2025-11-27 02:14:31] "GET /project/a05a5483-abbf-43f8-84a3-b01032f0f71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.041644 10.0.0.23 - - [2025-11-27 02:14:31] "GET /projects?obj_uuids=a05a5483-abbf-43f8-84a3-b01032f0f71a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002712 10.0.0.27 - - [2025-11-27 02:14:31] "POST /neutron/network HTTP/1.1" 200 694 0.143688 10.0.0.27 - - [2025-11-27 02:14:32] "POST /neutron/network HTTP/1.1" 200 1087 0.011911 10.0.0.27 - - [2025-11-27 02:14:32] "POST /id-to-fqname HTTP/1.1" 200 269 0.001388 10.0.0.27 - - [2025-11-27 02:14:32] "GET /virtual-network/1bd9cff9-752c-4efc-949d-9278eb23f962?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.005349 10.0.0.27 - - [2025-11-27 02:14:32] "GET /virtual-network/1bd9cff9-752c-4efc-949d-9278eb23f962?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.006604 10.0.0.27 - - [2025-11-27 02:14:32] "POST /neutron/subnet HTTP/1.1" 200 828 0.008362 10.0.0.27 - - [2025-11-27 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.23 - - [2025-11-27 02:14:32] "GET /projects?obj_uuids=a05a5483-abbf-43f8-84a3-b01032f0f71a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000809 10.0.0.27 - - [2025-11-27 02:14:32] "GET /project/a05a5483-abbf-43f8-84a3-b01032f0f71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.070661 10.0.0.23 - - [2025-11-27 02:14:32] "GET /projects?obj_uuids=a05a5483-abbf-43f8-84a3-b01032f0f71a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000899 10.0.0.27 - - [2025-11-27 02:14:32] "POST /neutron/network HTTP/1.1" 200 696 0.133445 10.0.0.27 - - [2025-11-27 02:14:32] "POST /route-targets HTTP/1.1" 200 327 0.012851 10.0.0.23 - - [2025-11-27 02:14:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.008194 10.0.0.27 - - [2025-11-27 02:14:33] "POST /neutron/network HTTP/1.1" 200 1089 0.011532 10.0.0.27 - - [2025-11-27 02:14:33] "POST /id-to-fqname HTTP/1.1" 200 270 0.001093 10.0.0.27 - - [2025-11-27 02:14:33] "GET /virtual-network/ced5e9d8-a7d8-42dc-9651-d3db916a3450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.005281 10.0.0.27 - - [2025-11-27 02:14:33] "GET /virtual-network/ced5e9d8-a7d8-42dc-9651-d3db916a3450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.005677 10.0.0.27 - - [2025-11-27 02:14:33] "POST /neutron/subnet HTTP/1.1" 200 823 0.008078 10.0.0.27 - - [2025-11-27 02:14:33] "POST /id-to-fqname HTTP/1.1" 200 269 0.001111 10.0.0.23 - - [2025-11-27 02:14:34] "GET /projects?obj_uuids=a05a5483-abbf-43f8-84a3-b01032f0f71a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000989 10.0.0.27 - - [2025-11-27 02:14:34] "GET /project/a05a5483-abbf-43f8-84a3-b01032f0f71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.073895 10.0.0.27 - - [2025-11-27 02:14:34] "POST /neutron/network HTTP/1.1" 200 1087 0.042637 10.0.0.27 - - [2025-11-27 02:14:34] "POST /id-to-fqname HTTP/1.1" 200 270 0.001220 10.0.0.27 - - [2025-11-27 02:14:34] "POST /neutron/port HTTP/1.1" 200 117 0.005918 10.0.0.23 - - [2025-11-27 02:14:35] "GET /projects?obj_uuids=a05a5483-abbf-43f8-84a3-b01032f0f71a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000898 10.0.0.27 - - [2025-11-27 02:14:35] "POST /neutron/port HTTP/1.1" 200 1176 0.325122 10.0.0.23 - - [2025-11-27 02:14:35] "GET /projects?obj_uuids=a05a5483-abbf-43f8-84a3-b01032f0f71a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001001 10.0.0.27 - - [2025-11-27 02:14:35] "GET /project/a05a5483-abbf-43f8-84a3-b01032f0f71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.092737 10.0.0.27 - - [2025-11-27 02:14:35] "POST /neutron/port HTTP/1.1" 200 1176 0.036387 10.0.0.27 - - [2025-11-27 02:14:35] "POST /neutron/port HTTP/1.1" 200 1204 0.021577 10.0.0.27 - - [2025-11-27 02:14:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003443 10.0.0.27 - - [2025-11-27 02:14:36] "POST /neutron/port HTTP/1.1" 200 117 0.001048 10.0.0.27 - - [2025-11-27 02:14:36] "POST /neutron/network HTTP/1.1" 200 1099 0.007479 10.0.0.27 - - [2025-11-27 02:14:36] "POST /neutron/port HTTP/1.1" 200 1176 0.020242 10.0.0.27 - - [2025-11-27 02:14:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003495 10.0.0.27 - - [2025-11-27 02:14:37] "POST /neutron/port HTTP/1.1" 200 117 0.000995 10.0.0.27 - - [2025-11-27 02:14:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.003239 10.0.0.27 - - [2025-11-27 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002557 10.0.0.23 - - [2025-11-27 02:14:37] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000849 10.0.0.27 - - [2025-11-27 02:14:37] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007236 10.0.0.27 - - [2025-11-27 02:14:37] "POST /service-templates HTTP/1.1" 200 543 0.029593 10.0.0.27 - - [2025-11-27 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.27 - - [2025-11-27 02:14:37] "GET /service-template/93ac78ee-6461-4d77-8857-7c930514d505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.005734 10.0.0.27 - - [2025-11-27 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002689 10.0.0.27 - - [2025-11-27 02:14:37] "GET /service-template/93ac78ee-6461-4d77-8857-7c930514d505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.004459 10.0.0.27 - - [2025-11-27 02:14:37] "POST /id-to-fqname HTTP/1.1" 200 269 0.001141 10.0.0.27 - - [2025-11-27 02:14:37] "POST /id-to-fqname HTTP/1.1" 200 269 0.001212 10.0.0.27 - - [2025-11-27 02:14:37] "POST /id-to-fqname HTTP/1.1" 200 270 0.001542 10.0.0.27 - - [2025-11-27 02:14:37] "POST /neutron/port HTTP/1.1" 200 2290 0.017429 10.0.0.27 - - [2025-11-27 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.27 - - [2025-11-27 02:14:37] "DELETE /service-template/93ac78ee-6461-4d77-8857-7c930514d505 HTTP/1.1" 200 115 0.031995 10.0.0.27 - - [2025-11-27 02:14:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.004258 10.0.0.27 - - [2025-11-27 02:14:39] "POST /neutron/network HTTP/1.1" 400 204 0.013311 10.0.0.27 - - [2025-11-27 02:14:40] "POST /neutron/port HTTP/1.1" 200 151 0.232553 10.0.0.27 - - [2025-11-27 02:14:40] "POST /neutron/port HTTP/1.1" 200 151 0.282670 10.0.0.27 - - [2025-11-27 02:14:41] "DELETE /route-target/355bef34-4022-4066-b365-7dc33526cf57 HTTP/1.1" 200 115 0.034463 10.0.0.27 - - [2025-11-27 02:14:41] "POST /neutron/network HTTP/1.1" 200 1089 0.008719 10.0.0.23 - - [2025-11-27 02:14:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002848 10.0.0.27 - - [2025-11-27 02:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004355 10.0.0.23 - - [2025-11-27 02:14:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002198 10.0.0.23 - - [2025-11-27 02:14:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002186 10.0.0.23 - - [2025-11-27 02:14:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001757 10.0.0.27 - - [2025-11-27 02:14:42] "POST /neutron/network HTTP/1.1" 200 151 0.104581 10.0.0.23 - - [2025-11-27 02:14:42] "GET /projects?obj_uuids=a05a5483-abbf-43f8-84a3-b01032f0f71a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000784 10.0.0.27 - - [2025-11-27 02:14:42] "GET /project/a05a5483-abbf-43f8-84a3-b01032f0f71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.088119 10.0.0.23 - - [2025-11-27 02:14:42] "GET /projects?obj_uuids=a05a5483-abbf-43f8-84a3-b01032f0f71a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000834 10.0.0.27 - - [2025-11-27 02:14:42] "GET /project/a05a5483-abbf-43f8-84a3-b01032f0f71a?fields=virtual_networks HTTP/1.1" 200 1050 0.043739 10.0.0.23 - - [2025-11-27 02:14:42] "GET /projects?obj_uuids=a05a5483-abbf-43f8-84a3-b01032f0f71a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000875 10.0.0.27 - - [2025-11-27 02:14:42] "GET /project/a05a5483-abbf-43f8-84a3-b01032f0f71a?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.043537 10.0.0.23 - - [2025-11-27 02:14:42] "GET /projects?obj_uuids=a05a5483-abbf-43f8-84a3-b01032f0f71a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001013 10.0.0.27 - - [2025-11-27 02:14:42] "GET /project/a05a5483-abbf-43f8-84a3-b01032f0f71a?fields=security_groups HTTP/1.1" 200 1285 0.041741 10.0.0.27 - - [2025-11-27 02:14:43] "POST /fqname-to-id HTTP/1.1" 404 200 0.024419 10.0.0.23 - - [2025-11-27 02:14:43] "GET /projects?obj_uuids=cd7998e7-88ae-4201-9efa-191380c6f020&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003008 10.0.0.23 - - [2025-11-27 02:14:43] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001165 10.0.0.23 - - [2025-11-27 02:14:43] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007938 10.0.0.23 - - [2025-11-27 02:14:43] "POST /id-to-fqname HTTP/1.1" 200 202 0.006161 10.0.0.23 - - [2025-11-27 02:14:43] "POST /fqname-to-id HTTP/1.1" 404 211 0.010623 10.0.0.23 - - [2025-11-27 02:14:43] "POST /security-groups HTTP/1.1" 200 603 0.077636 10.0.0.23 - - [2025-11-27 02:14:43] "POST /projects HTTP/1.1" 200 609 0.333062 10.0.0.27 - - [2025-11-27 02:14:43] "POST /access-control-lists HTTP/1.1" 200 608 0.031215 10.0.0.23 - - [2025-11-27 02:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.407782 10.0.0.27 - - [2025-11-27 02:14:43] "GET /project/cd7998e7-88ae-4201-9efa-191380c6f020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.542880 10.0.0.27 - - [2025-11-27 02:14:45] "GET / HTTP/1.1" 200 35931 0.001344 10.0.0.27 - - [2025-11-27 02:14:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000421 10.0.0.27 - - [2025-11-27 02:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.055143 10.0.0.23 - - [2025-11-27 02:14:46] "GET /projects?obj_uuids=cd7998e7-88ae-4201-9efa-191380c6f020&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000895 10.0.0.27 - - [2025-11-27 02:14:46] "GET /project/cd7998e7-88ae-4201-9efa-191380c6f020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.054596 10.0.0.27 - - [2025-11-27 02:14:46] "POST /route-targets HTTP/1.1" 200 327 0.021740 10.0.0.23 - - [2025-11-27 02:14:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002811 10.0.0.27 - - [2025-11-27 02:14:47] "POST /neutron/subnet HTTP/1.1" 200 730 0.268075 10.0.0.27 - - [2025-11-27 02:14:47] "POST /id-to-fqname HTTP/1.1" 200 233 0.001031 10.0.0.27 - - [2025-11-27 02:14:47] "GET /virtual-network/2d458499-75a8-44d2-a0ba-fb1eabd2aa70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005786 10.0.0.27 - - [2025-11-27 02:14:47] "GET /virtual-network/2d458499-75a8-44d2-a0ba-fb1eabd2aa70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004769 10.0.0.27 - - [2025-11-27 02:14:47] "POST /neutron/network HTTP/1.1" 200 839 0.005829 10.0.0.27 - - [2025-11-27 02:14:47] "GET /virtual-network/2d458499-75a8-44d2-a0ba-fb1eabd2aa70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007818 10.0.0.27 - - [2025-11-27 02:14:48] "GET /obj-perms HTTP/1.1" 200 5054 0.049830 10.0.0.27 - - [2025-11-27 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.23 - - [2025-11-27 02:14:49] "GET /projects?obj_uuids=cd7998e7-88ae-4201-9efa-191380c6f020&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000806 10.0.0.27 - - [2025-11-27 02:14:49] "GET /project/cd7998e7-88ae-4201-9efa-191380c6f020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.040345 10.0.0.23 - - [2025-11-27 02:14:49] "GET /projects?obj_uuids=cd7998e7-88ae-4201-9efa-191380c6f020&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000844 10.0.0.27 - - [2025-11-27 02:14:49] "POST /neutron/network HTTP/1.1" 200 619 0.108390 10.0.0.27 - - [2025-11-27 02:14:49] "POST /ref-update HTTP/1.1" 200 156 0.023726 10.0.0.27 - - [2025-11-27 02:14:49] "POST /id-to-fqname HTTP/1.1" 200 233 0.003196 10.0.0.27 - - [2025-11-27 02:14:49] "GET /virtual-network/655a5a4a-2edf-4a8b-a03f-4a3ada940d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004828 10.0.0.27 - - [2025-11-27 02:14:49] "POST /neutron/network HTTP/1.1" 200 835 0.006028 10.0.0.27 - - [2025-11-27 02:14:49] "GET /virtual-network/655a5a4a-2edf-4a8b-a03f-4a3ada940d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004671 10.0.0.27 - - [2025-11-27 02:14:49] "GET /virtual-network/655a5a4a-2edf-4a8b-a03f-4a3ada940d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005224 10.0.0.33 - - [2025-11-27 02:14:50] "GET /obj-perms HTTP/1.1" 200 5054 0.048710 10.0.0.23 - - [2025-11-27 02:14:50] "GET /obj-perms HTTP/1.1" 200 5054 0.048241 10.0.0.27 - - [2025-11-27 02:14:50] "POST /id-to-fqname HTTP/1.1" 200 233 0.001184 10.0.0.23 - - [2025-11-27 02:15:14] "DELETE /project/cd7998e788ae42019efa191380c6f020 HTTP/1.1" 404 173 0.008030 10.0.0.23 - - [2025-11-27 02:15:14] "DELETE /project/a05a5483abbf43f884a3b01032f0f71a HTTP/1.1" 404 173 0.005705 10.0.0.23 - - [2025-11-27 02:15:14] "GET /projects?obj_uuids=a05a5483-abbf-43f8-84a3-b01032f0f71a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000773 10.0.0.23 - - [2025-11-27 02:15:14] "GET /projects?obj_uuids=9a625efe-38ed-40f5-bf7c-93a55a510ddd&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000684 10.0.0.23 - - [2025-11-27 02:15:14] "GET /project/9a625efe-38ed-40f5-bf7c-93a55a510ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.038670 10.0.0.23 - - [2025-11-27 02:15:14] "GET /projects?obj_uuids=9a625efe-38ed-40f5-bf7c-93a55a510ddd&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001678 10.0.0.23 - - [2025-11-27 02:15:14] "GET /project/a05a5483-abbf-43f8-84a3-b01032f0f71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1504 0.051975 10.0.0.23 - - [2025-11-27 02:15:14] "GET /projects?obj_uuids=a05a5483-abbf-43f8-84a3-b01032f0f71a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000780 10.0.0.23 - - [2025-11-27 02:15:14] "GET /project/9a625efe-38ed-40f5-bf7c-93a55a510ddd?fields=security_groups HTTP/1.1" 200 1379 0.070121 10.0.0.23 - - [2025-11-27 02:15:14] "GET /project/a05a5483-abbf-43f8-84a3-b01032f0f71a?fields=security_groups HTTP/1.1" 200 1390 0.094881 10.0.0.23 - - [2025-11-27 02:15:14] "DELETE /security-group/8db210c4-a995-4418-8467-0fb9cfefa8af HTTP/1.1" 200 115 0.049198 10.0.0.23 - - [2025-11-27 02:15:14] "GET /projects?obj_uuids=9a625efe-38ed-40f5-bf7c-93a55a510ddd&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000839 10.0.0.23 - - [2025-11-27 02:15:14] "GET /project/9a625efe-38ed-40f5-bf7c-93a55a510ddd?fields=application_policy_sets HTTP/1.1" 200 1418 0.051124 10.0.0.23 - - [2025-11-27 02:15:14] "DELETE /security-group/5e9daef7-fdaf-418d-a1e2-aa74ad20440d HTTP/1.1" 200 115 0.085322 10.0.0.23 - - [2025-11-27 02:15:14] "GET /projects?obj_uuids=a05a5483-abbf-43f8-84a3-b01032f0f71a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002063 10.0.0.27 - - [2025-11-27 02:15:14] "DELETE /access-control-list/c58dcc6c-f9f3-4816-a119-32c87902545a HTTP/1.1" 200 115 0.040283 10.0.0.23 - - [2025-11-27 02:15:14] "GET /project/a05a5483-abbf-43f8-84a3-b01032f0f71a?fields=application_policy_sets HTTP/1.1" 200 1429 0.059420 10.0.0.23 - - [2025-11-27 02:15:15] "DELETE /project/9a625efe-38ed-40f5-bf7c-93a55a510ddd HTTP/1.1" 200 115 0.670028 10.0.0.23 - - [2025-11-27 02:15:15] "DELETE /project/a05a5483-abbf-43f8-84a3-b01032f0f71a HTTP/1.1" 200 115 0.718983 10.0.0.27 - - [2025-11-27 02:15:21] "POST /neutron/network HTTP/1.1" 200 845 0.006510 10.0.0.23 - - [2025-11-27 02:15:22] "GET /projects?obj_uuids=cd7998e7-88ae-4201-9efa-191380c6f020&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000894 10.0.0.27 - - [2025-11-27 02:15:22] "GET /project/cd7998e7-88ae-4201-9efa-191380c6f020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.065952 10.0.0.27 - - [2025-11-27 02:15:22] "POST /neutron/port HTTP/1.1" 200 117 0.007082 10.0.0.27 - - [2025-11-27 02:15:22] "POST /id-to-fqname HTTP/1.1" 200 233 0.001006 10.0.0.27 - - [2025-11-27 02:15:22] "POST /neutron/network HTTP/1.1" 200 845 0.007145 10.0.0.23 - - [2025-11-27 02:15:23] "GET /projects?obj_uuids=cd7998e7-88ae-4201-9efa-191380c6f020&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000890 10.0.0.27 - - [2025-11-27 02:15:23] "GET /project/cd7998e7-88ae-4201-9efa-191380c6f020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.167336 10.0.0.27 - - [2025-11-27 02:15:23] "POST /neutron/port HTTP/1.1" 200 1069 0.035092 10.0.0.27 - - [2025-11-27 02:15:23] "POST /neutron/port HTTP/1.1" 200 1097 0.057574 10.0.0.27 - - [2025-11-27 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.23 - - [2025-11-27 02:15:24] "GET /projects?obj_uuids=cd7998e7-88ae-4201-9efa-191380c6f020&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001235 10.0.0.27 - - [2025-11-27 02:15:24] "GET /project/cd7998e7-88ae-4201-9efa-191380c6f020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.074976 10.0.0.27 - - [2025-11-27 02:15:24] "GET /virtual-network/2d458499-75a8-44d2-a0ba-fb1eabd2aa70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006425 10.0.0.27 - - [2025-11-27 02:15:24] "GET /floating-ip-pools?parent_id=2d458499-75a8-44d2-a0ba-fb1eabd2aa70&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002628 10.0.0.27 - - [2025-11-27 02:15:24] "POST /neutron/port HTTP/1.1" 200 1097 0.053490 10.0.0.27 - - [2025-11-27 02:15:24] "GET /virtual-network/2d458499-75a8-44d2-a0ba-fb1eabd2aa70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005044 10.0.0.27 - - [2025-11-27 02:15:24] "POST /neutron/port HTTP/1.1" 200 117 0.002736 10.0.0.27 - - [2025-11-27 02:15:24] "POST /floating-ip-pools HTTP/1.1" 200 609 0.091642 10.0.0.27 - - [2025-11-27 02:15:24] "POST /ref-update HTTP/1.1" 200 156 0.032393 10.0.0.27 - - [2025-11-27 02:15:24] "GET /virtual-network/2d458499-75a8-44d2-a0ba-fb1eabd2aa70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005241 10.0.0.23 - - [2025-11-27 02:15:24] "GET /projects?obj_uuids=cd7998e7-88ae-4201-9efa-191380c6f020&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000949 10.0.0.27 - - [2025-11-27 02:15:24] "GET /virtual-network/2d458499-75a8-44d2-a0ba-fb1eabd2aa70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004674 10.0.0.27 - - [2025-11-27 02:15:25] "POST /neutron/port HTTP/1.1" 200 1073 0.682691 10.0.0.27 - - [2025-11-27 02:15:25] "POST /neutron/port HTTP/1.1" 200 1073 0.056979 10.0.0.27 - - [2025-11-27 02:15:25] "POST /neutron/port HTTP/1.1" 200 1101 0.035495 10.0.0.27 - - [2025-11-27 02:15:25] "POST /neutron/port HTTP/1.1" 200 117 0.003760 10.0.0.27 - - [2025-11-27 02:15:30] "POST /neutron/security_group HTTP/1.1" 200 2070 0.024222 10.0.0.27 - - [2025-11-27 02:15:40] "POST /neutron/port HTTP/1.1" 200 1097 0.042420 10.0.0.27 - - [2025-11-27 02:15:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.021524 10.0.0.27 - - [2025-11-27 02:15:55] "POST /neutron/port HTTP/1.1" 200 1097 0.043455 10.0.0.27 - - [2025-11-27 02:16:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009153 10.0.0.27 - - [2025-11-27 02:16:11] "POST /neutron/port HTTP/1.1" 200 1097 0.013364 10.0.0.27 - - [2025-11-27 02:16:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007224 10.0.0.27 - - [2025-11-27 02:16:24] "GET /obj-perms HTTP/1.1" 200 5056 0.048950 10.0.0.27 - - [2025-11-27 02:16:26] "POST /neutron/port HTTP/1.1" 200 1097 0.014639 10.0.0.27 - - [2025-11-27 02:16:31] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006638 10.0.0.27 - - [2025-11-27 02:16:41] "POST /neutron/port HTTP/1.1" 200 1097 0.013514 10.0.0.27 - - [2025-11-27 02:16:41] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006712 10.0.0.27 - - [2025-11-27 02:16:41] "GET /virtual-machine/2ea691c4-ac1a-4810-aaef-a706d821b373 HTTP/1.1" 401 292 0.000355 10.0.0.27 - - [2025-11-27 02:16:42] "GET /virtual-machine/2ea691c4-ac1a-4810-aaef-a706d821b373 HTTP/1.1" 200 1304 0.031743 10.0.0.27 - - [2025-11-27 02:16:42] "GET /virtual-machine-interface/d08485ec-d37c-427b-b736-7f8522e82128 HTTP/1.1" 200 3005 0.005080 10.0.0.27 - - [2025-11-27 02:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002558 10.0.0.27 - - [2025-11-27 02:16:42] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003573 10.0.0.27 - - [2025-11-27 02:16:42] "GET /virtual-networks?parent_id=cd7998e7-88ae-4201-9efa-191380c6f020&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002665 10.0.0.27 - - [2025-11-27 02:16:42] "GET /virtual-network/655a5a4a-2edf-4a8b-a03f-4a3ada940d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005109 10.0.0.27 - - [2025-11-27 02:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.27 - - [2025-11-27 02:16:45] "GET /virtual-network/655a5a4a-2edf-4a8b-a03f-4a3ada940d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005032 10.0.0.27 - - [2025-11-27 02:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005033 10.0.0.27 - - [2025-11-27 02:16:49] "GET /virtual-network/655a5a4a-2edf-4a8b-a03f-4a3ada940d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004969 10.0.0.27 - - [2025-11-27 02:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.27 - - [2025-11-27 02:16:53] "GET /virtual-network/655a5a4a-2edf-4a8b-a03f-4a3ada940d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004939 10.0.0.27 - - [2025-11-27 02:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.27 - - [2025-11-27 02:16:57] "GET /virtual-network/655a5a4a-2edf-4a8b-a03f-4a3ada940d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005913 10.0.0.27 - - [2025-11-27 02:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.27 - - [2025-11-27 02:17:01] "GET /virtual-network/655a5a4a-2edf-4a8b-a03f-4a3ada940d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004784 10.0.0.27 - - [2025-11-27 02:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.27 - - [2025-11-27 02:17:05] "GET /virtual-network/655a5a4a-2edf-4a8b-a03f-4a3ada940d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004807 10.0.0.27 - - [2025-11-27 02:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.27 - - [2025-11-27 02:17:09] "GET /virtual-network/655a5a4a-2edf-4a8b-a03f-4a3ada940d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005977 10.0.0.27 - - [2025-11-27 02:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.27 - - [2025-11-27 02:17:13] "GET /virtual-network/655a5a4a-2edf-4a8b-a03f-4a3ada940d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004885 10.0.0.27 - - [2025-11-27 02:17:14] "POST /neutron/port HTTP/1.1" 200 1101 0.013538 10.0.0.27 - - [2025-11-27 02:17:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004088 10.0.0.27 - - [2025-11-27 02:17:14] "POST /neutron/network HTTP/1.1" 200 839 0.006000 10.0.0.27 - - [2025-11-27 02:17:15] "POST /neutron/network HTTP/1.1" 200 845 0.006749 10.0.0.27 - - [2025-11-27 02:17:15] "POST /neutron/port HTTP/1.1" 200 117 0.001047 10.0.0.27 - - [2025-11-27 02:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.27 - - [2025-11-27 02:17:15] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003304 10.0.0.27 - - [2025-11-27 02:17:15] "GET /virtual-networks?parent_id=cd7998e7-88ae-4201-9efa-191380c6f020&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002378 10.0.0.27 - - [2025-11-27 02:17:15] "GET /virtual-network/655a5a4a-2edf-4a8b-a03f-4a3ada940d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006000 10.0.0.27 - - [2025-11-27 02:17:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006686 10.0.0.23 - - [2025-11-27 02:17:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000612 10.0.0.23 - - [2025-11-27 02:17:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.23 - - [2025-11-27 02:17:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.23 - - [2025-11-27 02:17:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.33 - - [2025-11-27 02:17:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.33 - - [2025-11-27 02:17:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000524 10.0.0.27 - - [2025-11-27 02:17:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.27 - - [2025-11-27 02:17:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000313 10.0.0.33 - - [2025-11-27 02:17:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.33 - - [2025-11-27 02:17:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.27 - - [2025-11-27 02:17:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.27 - - [2025-11-27 02:17:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.27 - - [2025-11-27 02:17:23] "POST /neutron/port HTTP/1.1" 200 1097 0.038346 10.0.0.27 - - [2025-11-27 02:17:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007071 10.0.0.27 - - [2025-11-27 02:17:31] "POST /neutron/port HTTP/1.1" 200 1097 0.013458 10.0.0.27 - - [2025-11-27 02:17:36] "POST /neutron/port HTTP/1.1" 200 1097 0.012325 10.0.0.27 - - [2025-11-27 02:17:36] "POST /neutron/port HTTP/1.1" 200 1101 0.014452 10.0.0.27 - - [2025-11-27 02:17:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006514 10.0.0.27 - - [2025-11-27 02:17:36] "GET /virtual-machine/75d1fbc7-d603-4665-b38c-d1064f3f1159 HTTP/1.1" 200 1304 0.005530 10.0.0.27 - - [2025-11-27 02:17:36] "GET /virtual-machine-interface/bff38468-45ac-4b8f-b0ca-7032c4281466 HTTP/1.1" 200 3005 0.004809 10.0.0.27 - - [2025-11-27 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.27 - - [2025-11-27 02:17:36] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004567 10.0.0.27 - - [2025-11-27 02:17:36] "GET /virtual-networks?parent_id=cd7998e7-88ae-4201-9efa-191380c6f020&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003430 10.0.0.27 - - [2025-11-27 02:17:36] "GET /virtual-network/2d458499-75a8-44d2-a0ba-fb1eabd2aa70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005622 10.0.0.27 - - [2025-11-27 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.27 - - [2025-11-27 02:17:37] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002972 10.0.0.27 - - [2025-11-27 02:17:37] "GET /virtual-networks?parent_id=cd7998e7-88ae-4201-9efa-191380c6f020&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002573 10.0.0.27 - - [2025-11-27 02:17:38] "GET /virtual-network/2d458499-75a8-44d2-a0ba-fb1eabd2aa70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006343 10.0.0.27 - - [2025-11-27 02:17:38] "POST /neutron/floatingip HTTP/1.1" 200 575 0.015856 10.0.0.27 - - [2025-11-27 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.27 - - [2025-11-27 02:17:38] "GET /routing-instance/cebc05a9-1148-4195-8187-cf8b7d15b0aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.003992 10.0.0.27 - - [2025-11-27 02:17:38] "GET /route-target/c0b73b66-4144-42b6-b0ac-7f3271e09625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004652 10.0.0.27 - - [2025-11-27 02:17:57] "POST /neutron/floatingip HTTP/1.1" 200 531 0.013834 10.0.0.27 - - [2025-11-27 02:17:57] "GET /floating-ip-pool/adcc3e2d-2e29-4659-8cd8-376c18c9a76b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.003087 10.0.0.27 - - [2025-11-27 02:17:57] "POST /ref-update HTTP/1.1" 200 156 0.022547 10.0.0.27 - - [2025-11-27 02:17:57] "DELETE /floating-ip-pool/adcc3e2d-2e29-4659-8cd8-376c18c9a76b HTTP/1.1" 200 115 0.036496 10.0.0.27 - - [2025-11-27 02:17:57] "POST /neutron/network HTTP/1.1" 400 204 0.012868 10.0.0.27 - - [2025-11-27 02:17:58] "POST /neutron/port HTTP/1.1" 200 151 0.224988 10.0.0.27 - - [2025-11-27 02:17:58] "POST /neutron/port HTTP/1.1" 200 151 0.316634 10.0.0.27 - - [2025-11-27 02:18:00] "DELETE /route-target/ce23b172-0e3a-4ea9-80d1-3260c4f170b5 HTTP/1.1" 200 115 0.024981 10.0.0.27 - - [2025-11-27 02:18:00] "POST /neutron/network HTTP/1.1" 200 839 0.006124 10.0.0.23 - - [2025-11-27 02:18:02] "GET /projects?obj_uuids=cd7998e7-88ae-4201-9efa-191380c6f020&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001134 10.0.0.27 - - [2025-11-27 02:18:02] "GET /project/cd7998e7-88ae-4201-9efa-191380c6f020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.038908 10.0.0.23 - - [2025-11-27 02:18:02] "GET /projects?obj_uuids=cd7998e7-88ae-4201-9efa-191380c6f020&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000890 10.0.0.27 - - [2025-11-27 02:18:02] "GET /project/cd7998e7-88ae-4201-9efa-191380c6f020?fields=virtual_networks HTTP/1.1" 200 1057 0.042632 10.0.0.23 - - [2025-11-27 02:18:02] "GET /projects?obj_uuids=cd7998e7-88ae-4201-9efa-191380c6f020&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000955 10.0.0.27 - - [2025-11-27 02:18:02] "GET /project/cd7998e7-88ae-4201-9efa-191380c6f020?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.042204 10.0.0.23 - - [2025-11-27 02:18:02] "GET /projects?obj_uuids=cd7998e7-88ae-4201-9efa-191380c6f020&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000965 10.0.0.27 - - [2025-11-27 02:18:02] "GET /project/cd7998e7-88ae-4201-9efa-191380c6f020?fields=security_groups HTTP/1.1" 200 1295 0.037065 10.0.0.27 - - [2025-11-27 02:18:03] "POST /fqname-to-id HTTP/1.1" 404 188 0.030594 10.0.0.23 - - [2025-11-27 02:18:03] "GET /projects?obj_uuids=8c11c31d-755b-49f3-9eb6-357e2afca994&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002781 10.0.0.23 - - [2025-11-27 02:18:03] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000826 10.0.0.23 - - [2025-11-27 02:18:03] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006768 10.0.0.23 - - [2025-11-27 02:18:03] "POST /id-to-fqname HTTP/1.1" 200 190 0.002411 10.0.0.23 - - [2025-11-27 02:18:03] "POST /fqname-to-id HTTP/1.1" 404 199 0.005140 10.0.0.23 - - [2025-11-27 02:18:03] "POST /security-groups HTTP/1.1" 200 591 0.028005 10.0.0.27 - - [2025-11-27 02:18:03] "POST /fqname-to-id HTTP/1.1" 404 234 0.005821 10.0.0.23 - - [2025-11-27 02:18:03] "POST /projects HTTP/1.1" 200 585 0.210161 10.0.0.27 - - [2025-11-27 02:18:03] "POST /access-control-lists HTTP/1.1" 200 594 0.026705 10.0.0.23 - - [2025-11-27 02:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.281078 10.0.0.27 - - [2025-11-27 02:18:03] "GET /project/8c11c31d-755b-49f3-9eb6-357e2afca994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.411404 10.0.0.27 - - [2025-11-27 02:18:04] "GET / HTTP/1.1" 200 35931 0.001536 10.0.0.23 - - [2025-11-27 02:18:07] "GET /projects?obj_uuids=8c11c31d-755b-49f3-9eb6-357e2afca994&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000893 10.0.0.27 - - [2025-11-27 02:18:07] "GET /project/8c11c31d-755b-49f3-9eb6-357e2afca994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.036529 10.0.0.23 - - [2025-11-27 02:18:07] "GET /projects?obj_uuids=8c11c31d-755b-49f3-9eb6-357e2afca994&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000777 10.0.0.27 - - [2025-11-27 02:18:07] "GET /project/8c11c31d-755b-49f3-9eb6-357e2afca994?fields=virtual_networks HTTP/1.1" 200 1033 0.032764 10.0.0.23 - - [2025-11-27 02:18:07] "GET /projects?obj_uuids=8c11c31d-755b-49f3-9eb6-357e2afca994&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001046 10.0.0.27 - - [2025-11-27 02:18:07] "GET /project/8c11c31d-755b-49f3-9eb6-357e2afca994?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.043983 10.0.0.23 - - [2025-11-27 02:18:07] "GET /projects?obj_uuids=8c11c31d-755b-49f3-9eb6-357e2afca994&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000860 10.0.0.27 - - [2025-11-27 02:18:07] "GET /project/8c11c31d-755b-49f3-9eb6-357e2afca994?fields=security_groups HTTP/1.1" 200 1259 0.032737 10.0.0.27 - - [2025-11-27 02:18:08] "POST /fqname-to-id HTTP/1.1" 404 183 0.025877 10.0.0.23 - - [2025-11-27 02:18:08] "GET /projects?obj_uuids=53e767a2-3f49-456d-86cb-c254f1531b9d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002611 10.0.0.23 - - [2025-11-27 02:18:08] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000828 10.0.0.23 - - [2025-11-27 02:18:08] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006055 10.0.0.23 - - [2025-11-27 02:18:08] "POST /id-to-fqname HTTP/1.1" 200 185 0.002873 10.0.0.23 - - [2025-11-27 02:18:08] "POST /fqname-to-id HTTP/1.1" 404 194 0.004627 10.0.0.23 - - [2025-11-27 02:18:09] "POST /security-groups HTTP/1.1" 200 586 0.028814 10.0.0.23 - - [2025-11-27 02:18:09] "POST /projects HTTP/1.1" 200 575 0.227874 10.0.0.27 - - [2025-11-27 02:18:09] "POST /fqname-to-id HTTP/1.1" 404 228 0.012319 10.0.0.23 - - [2025-11-27 02:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.297950 10.0.0.27 - - [2025-11-27 02:18:09] "GET /project/53e767a2-3f49-456d-86cb-c254f1531b9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.429694 10.0.0.27 - - [2025-11-27 02:18:10] "GET / HTTP/1.1" 200 35931 0.001746 10.0.0.23 - - [2025-11-27 02:18:15] "DELETE /project/8c11c31d755b49f39eb6357e2afca994 HTTP/1.1" 404 173 0.007066 10.0.0.23 - - [2025-11-27 02:18:15] "DELETE /project/53e767a23f49456d86cbc254f1531b9d HTTP/1.1" 404 173 0.014431 10.0.0.23 - - [2025-11-27 02:18:15] "GET /projects?obj_uuids=cd7998e7-88ae-4201-9efa-191380c6f020&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001053 10.0.0.23 - - [2025-11-27 02:18:15] "GET /projects?obj_uuids=8c11c31d-755b-49f3-9eb6-357e2afca994&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001018 10.0.0.23 - - [2025-11-27 02:18:15] "GET /project/cd7998e7-88ae-4201-9efa-191380c6f020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.040870 10.0.0.23 - - [2025-11-27 02:18:15] "GET /project/8c11c31d-755b-49f3-9eb6-357e2afca994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.070550 10.0.0.23 - - [2025-11-27 02:18:15] "GET /projects?obj_uuids=cd7998e7-88ae-4201-9efa-191380c6f020&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001214 10.0.0.23 - - [2025-11-27 02:18:15] "GET /projects?obj_uuids=8c11c31d-755b-49f3-9eb6-357e2afca994&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001117 10.0.0.23 - - [2025-11-27 02:18:15] "GET /project/cd7998e7-88ae-4201-9efa-191380c6f020?fields=security_groups HTTP/1.1" 200 1400 0.068557 10.0.0.23 - - [2025-11-27 02:18:15] "GET /project/8c11c31d-755b-49f3-9eb6-357e2afca994?fields=security_groups HTTP/1.1" 200 1364 0.081425 10.0.0.23 - - [2025-11-27 02:18:15] "DELETE /security-group/ff9fdb6a-1feb-4bac-b624-3782d659e7b4 HTTP/1.1" 200 115 0.058318 10.0.0.23 - - [2025-11-27 02:18:15] "GET /projects?obj_uuids=cd7998e7-88ae-4201-9efa-191380c6f020&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001498 10.0.0.27 - - [2025-11-27 02:18:15] "DELETE /access-control-list/4505f6d7-68d5-46ed-b8bf-261af9f02c28 HTTP/1.1" 200 115 0.039417 10.0.0.23 - - [2025-11-27 02:18:15] "GET /project/cd7998e7-88ae-4201-9efa-191380c6f020?fields=application_policy_sets HTTP/1.1" 200 1439 0.058717 10.0.0.23 - - [2025-11-27 02:18:15] "DELETE /security-group/2e535a16-e31f-4aa0-a135-d73e19c92f8a HTTP/1.1" 200 115 0.115413 10.0.0.23 - - [2025-11-27 02:18:15] "GET /projects?obj_uuids=8c11c31d-755b-49f3-9eb6-357e2afca994&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000951 10.0.0.23 - - [2025-11-27 02:18:15] "GET /project/8c11c31d-755b-49f3-9eb6-357e2afca994?fields=application_policy_sets HTTP/1.1" 200 1403 0.088790 10.0.0.23 - - [2025-11-27 02:18:15] "DELETE /project/cd7998e7-88ae-4201-9efa-191380c6f020 HTTP/1.1" 200 115 0.544072 10.0.0.23 - - [2025-11-27 02:18:15] "DELETE /project/8c11c31d-755b-49f3-9eb6-357e2afca994 HTTP/1.1" 200 115 0.592938 10.0.0.23 - - [2025-11-27 02:18:15] "GET /projects?obj_uuids=53e767a2-3f49-456d-86cb-c254f1531b9d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.005108 10.0.0.27 - - [2025-11-27 02:18:16] "GET /project/53e767a2-3f49-456d-86cb-c254f1531b9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.065352 10.0.0.23 - - [2025-11-27 02:18:16] "GET /projects?obj_uuids=53e767a2-3f49-456d-86cb-c254f1531b9d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001057 10.0.0.27 - - [2025-11-27 02:18:16] "GET /project/53e767a2-3f49-456d-86cb-c254f1531b9d?fields=virtual_networks HTTP/1.1" 200 1021 0.047744 10.0.0.23 - - [2025-11-27 02:18:16] "GET /projects?obj_uuids=53e767a2-3f49-456d-86cb-c254f1531b9d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001279 10.0.0.27 - - [2025-11-27 02:18:16] "GET /project/53e767a2-3f49-456d-86cb-c254f1531b9d?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.047547 10.0.0.23 - - [2025-11-27 02:18:16] "GET /projects?obj_uuids=53e767a2-3f49-456d-86cb-c254f1531b9d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000930 10.0.0.27 - - [2025-11-27 02:18:16] "GET /project/53e767a2-3f49-456d-86cb-c254f1531b9d?fields=security_groups HTTP/1.1" 200 1242 0.037405 10.0.0.27 - - [2025-11-27 02:18:17] "POST /fqname-to-id HTTP/1.1" 404 187 0.032979 10.0.0.23 - - [2025-11-27 02:18:17] "GET /projects?obj_uuids=f913ca14-ff28-48b4-911c-cfd6897afd2a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003511 10.0.0.23 - - [2025-11-27 02:18:17] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002063 10.0.0.23 - - [2025-11-27 02:18:17] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010250 10.0.0.23 - - [2025-11-27 02:18:17] "POST /id-to-fqname HTTP/1.1" 200 189 0.006072 10.0.0.23 - - [2025-11-27 02:18:17] "POST /fqname-to-id HTTP/1.1" 404 198 0.003637 10.0.0.23 - - [2025-11-27 02:18:17] "POST /security-groups HTTP/1.1" 200 590 0.073512 10.0.0.27 - - [2025-11-27 02:18:17] "POST /fqname-to-id HTTP/1.1" 404 233 0.002890 10.0.0.23 - - [2025-11-27 02:18:17] "POST /projects HTTP/1.1" 200 583 0.302441 10.0.0.23 - - [2025-11-27 02:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.375724 10.0.0.27 - - [2025-11-27 02:18:17] "POST /access-control-lists HTTP/1.1" 200 593 0.023957 10.0.0.27 - - [2025-11-27 02:18:17] "GET /project/f913ca14-ff28-48b4-911c-cfd6897afd2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.514203 10.0.0.27 - - [2025-11-27 02:18:18] "GET / HTTP/1.1" 200 35931 0.001750 10.0.0.23 - - [2025-11-27 02:18:21] "GET /projects?obj_uuids=f913ca14-ff28-48b4-911c-cfd6897afd2a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000932 10.0.0.27 - - [2025-11-27 02:18:21] "GET /project/f913ca14-ff28-48b4-911c-cfd6897afd2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.036190 10.0.0.23 - - [2025-11-27 02:18:21] "GET /projects?obj_uuids=f913ca14-ff28-48b4-911c-cfd6897afd2a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000837 10.0.0.27 - - [2025-11-27 02:18:21] "GET /project/f913ca14-ff28-48b4-911c-cfd6897afd2a?fields=virtual_networks HTTP/1.1" 200 1031 0.044143 10.0.0.23 - - [2025-11-27 02:18:21] "GET /projects?obj_uuids=f913ca14-ff28-48b4-911c-cfd6897afd2a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000915 10.0.0.27 - - [2025-11-27 02:18:21] "GET /project/f913ca14-ff28-48b4-911c-cfd6897afd2a?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.044442 10.0.0.23 - - [2025-11-27 02:18:22] "GET /projects?obj_uuids=f913ca14-ff28-48b4-911c-cfd6897afd2a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000924 10.0.0.27 - - [2025-11-27 02:18:22] "GET /project/f913ca14-ff28-48b4-911c-cfd6897afd2a?fields=security_groups HTTP/1.1" 200 1256 0.041736 10.0.0.27 - - [2025-11-27 02:18:22] "POST /fqname-to-id HTTP/1.1" 404 188 0.030626 10.0.0.23 - - [2025-11-27 02:18:23] "GET /projects?obj_uuids=538b106e-5ba4-4116-8a81-cf9ef0093ff5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002550 10.0.0.23 - - [2025-11-27 02:18:23] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000874 10.0.0.23 - - [2025-11-27 02:18:23] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006353 10.0.0.23 - - [2025-11-27 02:18:23] "POST /id-to-fqname HTTP/1.1" 200 190 0.001120 10.0.0.23 - - [2025-11-27 02:18:23] "POST /fqname-to-id HTTP/1.1" 404 199 0.015077 10.0.0.23 - - [2025-11-27 02:18:23] "POST /security-groups HTTP/1.1" 200 591 0.031952 10.0.0.23 - - [2025-11-27 02:18:23] "POST /projects HTTP/1.1" 200 585 0.231836 10.0.0.27 - - [2025-11-27 02:18:23] "POST /fqname-to-id HTTP/1.1" 404 233 0.011952 10.0.0.23 - - [2025-11-27 02:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.309532 10.0.0.27 - - [2025-11-27 02:18:23] "GET /project/538b106e-5ba4-4116-8a81-cf9ef0093ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.459605 10.0.0.27 - - [2025-11-27 02:18:24] "GET / HTTP/1.1" 200 35931 0.001430 10.0.0.33 - - [2025-11-27 02:18:25] "GET /obj-perms HTTP/1.1" 200 5056 0.099701 10.0.0.23 - - [2025-11-27 02:18:28] "GET /projects?obj_uuids=538b106e-5ba4-4116-8a81-cf9ef0093ff5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000880 10.0.0.27 - - [2025-11-27 02:18:28] "GET /project/538b106e-5ba4-4116-8a81-cf9ef0093ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.036802 10.0.0.23 - - [2025-11-27 02:18:28] "GET /projects?obj_uuids=538b106e-5ba4-4116-8a81-cf9ef0093ff5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000817 10.0.0.27 - - [2025-11-27 02:18:28] "GET /project/538b106e-5ba4-4116-8a81-cf9ef0093ff5?fields=virtual_networks HTTP/1.1" 200 1031 0.036789 10.0.0.23 - - [2025-11-27 02:18:28] "GET /projects?obj_uuids=538b106e-5ba4-4116-8a81-cf9ef0093ff5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000892 10.0.0.27 - - [2025-11-27 02:18:28] "GET /project/538b106e-5ba4-4116-8a81-cf9ef0093ff5?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.037122 10.0.0.23 - - [2025-11-27 02:18:28] "GET /projects?obj_uuids=538b106e-5ba4-4116-8a81-cf9ef0093ff5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000962 10.0.0.27 - - [2025-11-27 02:18:28] "GET /project/538b106e-5ba4-4116-8a81-cf9ef0093ff5?fields=security_groups HTTP/1.1" 200 1257 0.037266 10.0.0.27 - - [2025-11-27 02:18:29] "POST /fqname-to-id HTTP/1.1" 404 192 0.025239 10.0.0.23 - - [2025-11-27 02:18:29] "GET /projects?obj_uuids=c95a1ded-33dc-4b5f-aa7c-bd3057c1a335&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002888 10.0.0.23 - - [2025-11-27 02:18:29] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000883 10.0.0.23 - - [2025-11-27 02:18:29] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006477 10.0.0.23 - - [2025-11-27 02:18:29] "POST /id-to-fqname HTTP/1.1" 200 194 0.002508 10.0.0.23 - - [2025-11-27 02:18:29] "POST /fqname-to-id HTTP/1.1" 404 203 0.003628 10.0.0.23 - - [2025-11-27 02:18:29] "POST /security-groups HTTP/1.1" 200 595 0.026908 10.0.0.23 - - [2025-11-27 02:18:29] "POST /projects HTTP/1.1" 200 593 0.225226 10.0.0.27 - - [2025-11-27 02:18:29] "POST /access-control-lists HTTP/1.1" 200 600 0.021824 10.0.0.23 - - [2025-11-27 02:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.300728 10.0.0.27 - - [2025-11-27 02:18:29] "GET /project/c95a1ded-33dc-4b5f-aa7c-bd3057c1a335?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.440830 10.0.0.27 - - [2025-11-27 02:18:31] "GET / HTTP/1.1" 200 35931 0.001368 10.0.0.23 - - [2025-11-27 02:18:34] "GET /projects?obj_uuids=c95a1ded-33dc-4b5f-aa7c-bd3057c1a335&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000952 10.0.0.27 - - [2025-11-27 02:18:34] "GET /project/c95a1ded-33dc-4b5f-aa7c-bd3057c1a335?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.031006 10.0.0.23 - - [2025-11-27 02:18:34] "GET /projects?obj_uuids=c95a1ded-33dc-4b5f-aa7c-bd3057c1a335&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000868 10.0.0.27 - - [2025-11-27 02:18:34] "GET /project/c95a1ded-33dc-4b5f-aa7c-bd3057c1a335?fields=virtual_networks HTTP/1.1" 200 1041 0.038711 10.0.0.23 - - [2025-11-27 02:18:34] "GET /projects?obj_uuids=c95a1ded-33dc-4b5f-aa7c-bd3057c1a335&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000899 10.0.0.27 - - [2025-11-27 02:18:34] "GET /project/c95a1ded-33dc-4b5f-aa7c-bd3057c1a335?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.034976 10.0.0.23 - - [2025-11-27 02:18:34] "GET /projects?obj_uuids=c95a1ded-33dc-4b5f-aa7c-bd3057c1a335&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000884 10.0.0.27 - - [2025-11-27 02:18:34] "GET /project/c95a1ded-33dc-4b5f-aa7c-bd3057c1a335?fields=security_groups HTTP/1.1" 200 1271 0.036370 10.0.0.27 - - [2025-11-27 02:18:35] "POST /fqname-to-id HTTP/1.1" 404 183 0.026873 10.0.0.23 - - [2025-11-27 02:18:35] "GET /projects?obj_uuids=edbfd6d8-da68-4acf-b8a6-9e4f970b581c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002780 10.0.0.23 - - [2025-11-27 02:18:35] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000911 10.0.0.23 - - [2025-11-27 02:18:35] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006629 10.0.0.23 - - [2025-11-27 02:18:35] "POST /id-to-fqname HTTP/1.1" 200 185 0.001024 10.0.0.23 - - [2025-11-27 02:18:35] "POST /fqname-to-id HTTP/1.1" 404 194 0.003741 10.0.0.23 - - [2025-11-27 02:18:35] "POST /security-groups HTTP/1.1" 200 586 0.069583 10.0.0.27 - - [2025-11-27 02:18:35] "POST /fqname-to-id HTTP/1.1" 404 229 0.003161 10.0.0.23 - - [2025-11-27 02:18:35] "POST /projects HTTP/1.1" 200 575 0.256891 10.0.0.23 - - [2025-11-27 02:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.329489 10.0.0.27 - - [2025-11-27 02:18:35] "POST /access-control-lists HTTP/1.1" 200 589 0.028445 10.0.0.27 - - [2025-11-27 02:18:35] "GET /project/edbfd6d8-da68-4acf-b8a6-9e4f970b581c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.455785 10.0.0.27 - - [2025-11-27 02:18:36] "GET / HTTP/1.1" 200 35931 0.001696 10.0.0.27 - - [2025-11-27 02:18:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.003202 10.0.0.27 - - [2025-11-27 02:18:37] "POST /fqname-to-id HTTP/1.1" 404 227 0.008976 10.0.0.23 - - [2025-11-27 02:18:37] "GET /projects?obj_uuids=2cb45a1e-c495-4d45-8a74-dee6721f0cec&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001207 10.0.0.27 - - [2025-11-27 02:18:37] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.073730 10.0.0.27 - - [2025-11-27 02:18:38] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.016111 10.0.0.27 - - [2025-11-27 02:18:38] "PUT /access-control-list/f18b4f2e-9e8d-4460-ad38-041e0f5335a2 HTTP/1.1" 200 272 0.027576 10.0.0.27 - - [2025-11-27 02:18:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.002441 10.0.0.27 - - [2025-11-27 02:18:38] "POST /access-control-lists HTTP/1.1" 200 590 0.023721 10.0.0.27 - - [2025-11-27 02:18:38] "PUT /access-control-list/c1196b1b-bc82-4535-8180-11c47ba3dabf HTTP/1.1" 200 272 0.010982 10.0.0.23 - - [2025-11-27 02:18:38] "GET /projects?obj_uuids=2cb45a1e-c495-4d45-8a74-dee6721f0cec&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000872 10.0.0.27 - - [2025-11-27 02:18:38] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.053954 10.0.0.27 - - [2025-11-27 02:18:39] "PUT /access-control-list/96aede46-73dd-48d5-b8e9-ff27f034ff16 HTTP/1.1" 200 272 0.026268 10.0.0.27 - - [2025-11-27 02:18:39] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.020836 10.0.0.27 - - [2025-11-27 02:18:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000402 10.0.0.27 - - [2025-11-27 02:18:39] "POST /fqname-to-id HTTP/1.1" 404 210 0.026360 10.0.0.27 - - [2025-11-27 02:18:39] "POST /access-control-lists HTTP/1.1" 200 607 0.024033 10.0.0.27 - - [2025-11-27 02:18:39] "PUT /access-control-list/5aa0d09b-b1c2-4bc4-b5d7-dced4b6182da HTTP/1.1" 200 272 0.017316 10.0.0.23 - - [2025-11-27 02:18:40] "GET /projects?obj_uuids=edbfd6d8-da68-4acf-b8a6-9e4f970b581c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000874 10.0.0.27 - - [2025-11-27 02:18:40] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.079744 10.0.0.27 - - [2025-11-27 02:18:40] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.017328 10.0.0.27 - - [2025-11-27 02:18:40] "PUT /access-control-list/e5f6712c-0827-434f-98ad-0f4b88af46f0 HTTP/1.1" 200 272 0.026278 10.0.0.27 - - [2025-11-27 02:18:40] "POST /fqname-to-id HTTP/1.1" 404 210 0.005368 10.0.0.27 - - [2025-11-27 02:18:40] "POST /access-control-lists HTTP/1.1" 200 607 0.025926 10.0.0.27 - - [2025-11-27 02:18:40] "PUT /access-control-list/e8357027-4dca-40f0-a80e-4ab5a35b33f0 HTTP/1.1" 200 272 0.019239 10.0.0.23 - - [2025-11-27 02:18:40] "GET /projects?obj_uuids=edbfd6d8-da68-4acf-b8a6-9e4f970b581c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001141 10.0.0.27 - - [2025-11-27 02:18:41] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.058903 10.0.0.27 - - [2025-11-27 02:18:41] "PUT /access-control-list/b5823985-c8d1-478a-8844-a553528977d0 HTTP/1.1" 200 272 0.016300 10.0.0.27 - - [2025-11-27 02:18:41] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.014539 10.0.0.27 - - [2025-11-27 02:18:42] "POST /neutron/router HTTP/1.1" 200 541 0.005780 10.0.0.27 - - [2025-11-27 02:18:42] "PUT /logical-router/2345e1fa-f97c-4a03-88e8-416bc5e81527 HTTP/1.1" 200 262 0.025278 10.0.0.27 - - [2025-11-27 02:18:42] "POST /neutron/router HTTP/1.1" 200 541 0.005537 10.0.0.27 - - [2025-11-27 02:18:43] "POST /neutron/router HTTP/1.1" 200 541 0.003808 10.0.0.27 - - [2025-11-27 02:18:43] "POST /neutron/router HTTP/1.1" 200 541 0.003667 10.0.0.27 - - [2025-11-27 02:18:43] "POST /neutron/router HTTP/1.1" 200 541 0.004388 10.0.0.27 - - [2025-11-27 02:18:43] "POST /neutron/router HTTP/1.1" 200 541 0.003656 10.0.0.27 - - [2025-11-27 02:18:43] "POST /neutron/router HTTP/1.1" 200 541 0.003609 10.0.0.27 - - [2025-11-27 02:18:43] "POST /neutron/router HTTP/1.1" 200 541 0.003550 10.0.0.27 - - [2025-11-27 02:18:43] "POST /neutron/router HTTP/1.1" 200 541 0.003885 10.0.0.27 - - [2025-11-27 02:18:43] "POST /neutron/router HTTP/1.1" 200 541 0.003838 10.0.0.27 - - [2025-11-27 02:18:43] "POST /neutron/router HTTP/1.1" 200 541 0.003292 10.0.0.27 - - [2025-11-27 02:18:43] "POST /neutron/router HTTP/1.1" 200 541 0.007612 10.0.0.27 - - [2025-11-27 02:18:43] "POST /neutron/router HTTP/1.1" 200 151 0.087140 10.0.0.27 - - [2025-11-27 02:18:43] "POST /route-targets HTTP/1.1" 200 327 0.021125 10.0.0.27 - - [2025-11-27 02:18:43] "POST /neutron/router HTTP/1.1" 200 541 0.006400 10.0.0.27 - - [2025-11-27 02:18:43] "POST /neutron/router HTTP/1.1" 200 541 0.014358 10.0.0.27 - - [2025-11-27 02:18:43] "POST /neutron/router HTTP/1.1" 200 541 0.003726 10.0.0.27 - - [2025-11-27 02:18:43] "POST /neutron/router HTTP/1.1" 200 541 0.003357 10.0.0.27 - - [2025-11-27 02:18:43] "POST /neutron/router HTTP/1.1" 200 541 0.003823 10.0.0.27 - - [2025-11-27 02:18:43] "POST /neutron/router HTTP/1.1" 200 541 0.003818 10.0.0.27 - - [2025-11-27 02:18:44] "POST /neutron/router HTTP/1.1" 200 541 0.003486 10.0.0.27 - - [2025-11-27 02:18:44] "POST /neutron/router HTTP/1.1" 200 541 0.004109 10.0.0.27 - - [2025-11-27 02:18:44] "POST /neutron/router HTTP/1.1" 200 541 0.006071 10.0.0.27 - - [2025-11-27 02:18:44] "POST /neutron/router HTTP/1.1" 200 541 0.003379 10.0.0.27 - - [2025-11-27 02:18:44] "POST /neutron/router HTTP/1.1" 200 541 0.006209 10.0.0.27 - - [2025-11-27 02:18:44] "POST /neutron/router HTTP/1.1" 200 541 0.024024 10.0.0.23 - - [2025-11-27 02:18:44] "GET /projects?obj_uuids=edbfd6d8-da68-4acf-b8a6-9e4f970b581c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001177 10.0.0.27 - - [2025-11-27 02:18:44] "DELETE /route-target/a1596158-33b0-4cca-a684-995dbf42dab5 HTTP/1.1" 200 115 0.030962 10.0.0.27 - - [2025-11-27 02:18:44] "POST /neutron/router HTTP/1.1" 200 559 0.095139 10.0.0.27 - - [2025-11-27 02:18:44] "POST /neutron/router HTTP/1.1" 200 559 0.011509 10.0.0.27 - - [2025-11-27 02:18:44] "POST /neutron/router HTTP/1.1" 200 559 0.008713 10.0.0.27 - - [2025-11-27 02:18:44] "POST /neutron/router HTTP/1.1" 200 559 0.003531 10.0.0.27 - - [2025-11-27 02:18:44] "POST /neutron/router HTTP/1.1" 200 559 0.003921 10.0.0.27 - - [2025-11-27 02:18:44] "POST /neutron/router HTTP/1.1" 200 559 0.003618 10.0.0.27 - - [2025-11-27 02:18:44] "POST /neutron/router HTTP/1.1" 200 559 0.003455 10.0.0.27 - - [2025-11-27 02:18:44] "POST /neutron/router HTTP/1.1" 200 559 0.003573 10.0.0.27 - - [2025-11-27 02:18:44] "POST /neutron/router HTTP/1.1" 200 559 0.003707 10.0.0.27 - - [2025-11-27 02:18:44] "POST /neutron/router HTTP/1.1" 200 559 0.003418 10.0.0.27 - - [2025-11-27 02:18:44] "POST /neutron/router HTTP/1.1" 200 559 0.003554 10.0.0.27 - - [2025-11-27 02:18:45] "POST /neutron/router HTTP/1.1" 200 559 0.022178 10.0.0.27 - - [2025-11-27 02:18:45] "POST /neutron/router HTTP/1.1" 200 559 0.003894 10.0.0.23 - - [2025-11-27 02:18:45] "GET /logical-router/a27deff8-e07d-4f2a-8578-3dcd9938a1b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003645 10.0.0.27 - - [2025-11-27 02:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006354 10.0.0.27 - - [2025-11-27 02:18:45] "POST /neutron/security_group HTTP/1.1" 200 151 0.055005 10.0.0.27 - - [2025-11-27 02:18:45] "DELETE /access-control-list/b5823985-c8d1-478a-8844-a553528977d0 HTTP/1.1" 200 115 0.025162 10.0.0.27 - - [2025-11-27 02:18:45] "POST /neutron/security_group HTTP/1.1" 200 506 0.003480 10.0.0.27 - - [2025-11-27 02:18:45] "DELETE /access-control-list/c1196b1b-bc82-4535-8180-11c47ba3dabf HTTP/1.1" 200 115 0.031167 10.0.0.27 - - [2025-11-27 02:18:45] "POST /neutron/security_group HTTP/1.1" 200 151 0.058734 10.0.0.27 - - [2025-11-27 02:18:45] "DELETE /access-control-list/f18b4f2e-9e8d-4460-ad38-041e0f5335a2 HTTP/1.1" 200 115 0.032688 10.0.0.23 - - [2025-11-27 02:18:46] "GET /projects?obj_uuids=edbfd6d8-da68-4acf-b8a6-9e4f970b581c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000934 10.0.0.27 - - [2025-11-27 02:18:46] "GET /project/edbfd6d8-da68-4acf-b8a6-9e4f970b581c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.086879 10.0.0.23 - - [2025-11-27 02:18:46] "GET /projects?obj_uuids=edbfd6d8-da68-4acf-b8a6-9e4f970b581c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000878 10.0.0.27 - - [2025-11-27 02:18:46] "GET /project/edbfd6d8-da68-4acf-b8a6-9e4f970b581c?fields=virtual_networks HTTP/1.1" 200 1023 0.051796 10.0.0.23 - - [2025-11-27 02:18:47] "GET /projects?obj_uuids=edbfd6d8-da68-4acf-b8a6-9e4f970b581c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000965 10.0.0.27 - - [2025-11-27 02:18:47] "GET /project/edbfd6d8-da68-4acf-b8a6-9e4f970b581c?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.053029 10.0.0.23 - - [2025-11-27 02:18:47] "GET /projects?obj_uuids=edbfd6d8-da68-4acf-b8a6-9e4f970b581c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001043 10.0.0.27 - - [2025-11-27 02:18:47] "GET /project/edbfd6d8-da68-4acf-b8a6-9e4f970b581c?fields=security_groups HTTP/1.1" 200 1244 0.049958 10.0.0.27 - - [2025-11-27 02:18:48] "POST /fqname-to-id HTTP/1.1" 404 184 0.025009 10.0.0.23 - - [2025-11-27 02:18:48] "GET /projects?obj_uuids=2d648d22-45d9-48ab-86dc-706ee4ea6191&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002742 10.0.0.23 - - [2025-11-27 02:18:48] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000807 10.0.0.23 - - [2025-11-27 02:18:48] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006110 10.0.0.23 - - [2025-11-27 02:18:48] "POST /id-to-fqname HTTP/1.1" 200 186 0.002787 10.0.0.23 - - [2025-11-27 02:18:48] "POST /fqname-to-id HTTP/1.1" 404 195 0.003640 10.0.0.23 - - [2025-11-27 02:18:48] "POST /security-groups HTTP/1.1" 200 587 0.073734 10.0.0.23 - - [2025-11-27 02:18:48] "POST /projects HTTP/1.1" 200 577 0.291571 10.0.0.23 - - [2025-11-27 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.328457 10.0.0.27 - - [2025-11-27 02:18:48] "POST /fqname-to-id HTTP/1.1" 404 229 0.004046 10.0.0.27 - - [2025-11-27 02:18:48] "GET /project/2d648d22-45d9-48ab-86dc-706ee4ea6191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.454606 10.0.0.27 - - [2025-11-27 02:18:49] "GET / HTTP/1.1" 200 35931 0.001856 10.0.0.27 - - [2025-11-27 02:18:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000662 10.0.0.27 - - [2025-11-27 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.062180 10.0.0.23 - - [2025-11-27 02:18:51] "GET /projects?obj_uuids=2d648d22-45d9-48ab-86dc-706ee4ea6191&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000875 10.0.0.27 - - [2025-11-27 02:18:51] "GET /project/2d648d22-45d9-48ab-86dc-706ee4ea6191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.036103 10.0.0.27 - - [2025-11-27 02:18:52] "POST /ref-update HTTP/1.1" 200 156 0.020560 10.0.0.23 - - [2025-11-27 02:18:52] "POST /useragent-kv HTTP/1.1" 200 115 0.009373 10.0.0.27 - - [2025-11-27 02:18:52] "POST /neutron/subnet HTTP/1.1" 200 725 0.224127 10.0.0.27 - - [2025-11-27 02:18:52] "POST /id-to-fqname HTTP/1.1" 200 216 0.001312 10.0.0.27 - - [2025-11-27 02:18:52] "GET /virtual-network/d3c2bca9-29b2-42a6-8f35-6e9c3a0ee865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.004631 10.0.0.27 - - [2025-11-27 02:18:52] "GET /virtual-network/d3c2bca9-29b2-42a6-8f35-6e9c3a0ee865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005451 10.0.0.27 - - [2025-11-27 02:18:52] "POST /neutron/network HTTP/1.1" 200 820 0.005982 10.0.0.27 - - [2025-11-27 02:18:52] "POST /fqname-to-id HTTP/1.1" 404 206 0.002832 10.0.0.27 - - [2025-11-27 02:18:52] "GET /virtual-network/d3c2bca9-29b2-42a6-8f35-6e9c3a0ee865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.004704 10.0.0.27 - - [2025-11-27 02:18:52] "GET /virtual-machine-interface/999697ea-3566-4f4f-b154-bcea9ab35c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2385 0.007241 10.0.0.27 - - [2025-11-27 02:18:52] "GET /virtual-machine-interface/999697ea-3566-4f4f-b154-bcea9ab35c28?fields=instance_ip_back_refs HTTP/1.1" 200 1318 0.009176 10.0.0.27 - - [2025-11-27 02:18:52] "GET /instance-ip/d31dfa1d-09a5-4239-82cf-b79f0162c1e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1594 0.005435 10.0.0.27 - - [2025-11-27 02:18:53] "POST /neutron/port HTTP/1.1" 200 1017 0.008533 10.0.0.23 - - [2025-11-27 02:18:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004121 10.0.0.23 - - [2025-11-27 02:18:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002750 10.0.0.27 - - [2025-11-27 02:18:53] "POST /neutron/network HTTP/1.1" 200 151 0.111635 10.0.0.27 - - [2025-11-27 02:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.23 - - [2025-11-27 02:18:55] "GET /projects?obj_uuids=2d648d22-45d9-48ab-86dc-706ee4ea6191&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000965 10.0.0.27 - - [2025-11-27 02:18:55] "GET /project/2d648d22-45d9-48ab-86dc-706ee4ea6191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.045270 10.0.0.27 - - [2025-11-27 02:18:56] "POST /route-targets HTTP/1.1" 200 327 0.012005 10.0.0.23 - - [2025-11-27 02:18:56] "POST /useragent-kv HTTP/1.1" 200 115 0.011437 10.0.0.27 - - [2025-11-27 02:18:56] "POST /neutron/subnet HTTP/1.1" 200 730 0.187081 10.0.0.27 - - [2025-11-27 02:18:56] "POST /id-to-fqname HTTP/1.1" 200 217 0.001160 10.0.0.27 - - [2025-11-27 02:18:56] "GET /virtual-network/e2b6f097-dcae-4d03-b9bd-6f11dd54dd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.007956 10.0.0.27 - - [2025-11-27 02:18:56] "POST /neutron/network HTTP/1.1" 200 978 0.007282 10.0.0.27 - - [2025-11-27 02:18:56] "GET /virtual-network/e2b6f097-dcae-4d03-b9bd-6f11dd54dd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.004834 10.0.0.27 - - [2025-11-27 02:18:56] "POST /neutron/subnet HTTP/1.1" 200 719 0.008626 10.0.0.27 - - [2025-11-27 02:18:57] "POST /id-to-fqname HTTP/1.1" 200 217 0.001186 10.0.0.27 - - [2025-11-27 02:18:57] "POST /neutron/port HTTP/1.1" 200 1019 0.013471 10.0.0.27 - - [2025-11-27 02:18:57] "POST /neutron/port HTTP/1.1" 200 1019 0.007948 10.0.0.27 - - [2025-11-27 02:18:57] "POST /id-to-fqname HTTP/1.1" 200 217 0.001137 10.0.0.27 - - [2025-11-27 02:18:57] "POST /neutron/port HTTP/1.1" 200 117 0.006190 10.0.0.27 - - [2025-11-27 02:18:58] "POST /neutron/network HTTP/1.1" 200 978 0.009376 10.0.0.27 - - [2025-11-27 02:18:58] "POST /neutron/port HTTP/1.1" 200 1017 0.019490 10.0.0.27 - - [2025-11-27 02:18:58] "POST /neutron/port HTTP/1.1" 200 117 0.005803 10.0.0.27 - - [2025-11-27 02:18:58] "POST /neutron/port HTTP/1.1" 200 1019 0.007996 10.0.0.27 - - [2025-11-27 02:18:58] "POST /neutron/port HTTP/1.1" 200 1017 0.008650 10.0.0.27 - - [2025-11-27 02:18:59] "POST /neutron/port HTTP/1.1" 200 1017 0.008044 10.0.0.27 - - [2025-11-27 02:18:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006438 10.0.0.27 - - [2025-11-27 02:18:59] "POST /neutron/network HTTP/1.1" 200 978 0.039621 10.0.0.27 - - [2025-11-27 02:18:59] "POST /neutron/subnet HTTP/1.1" 200 693 0.009954 10.0.0.27 - - [2025-11-27 02:19:03] "POST /neutron/port HTTP/1.1" 200 1085 0.015668 10.0.0.27 - - [2025-11-27 02:19:03] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006496 10.0.0.27 - - [2025-11-27 02:19:03] "GET /virtual-machine/06b84b24-0782-497b-9d14-78d2d331b10c HTTP/1.1" 401 292 0.000396 10.0.0.27 - - [2025-11-27 02:19:04] "GET /virtual-machine/06b84b24-0782-497b-9d14-78d2d331b10c HTTP/1.1" 200 1283 0.035102 10.0.0.27 - - [2025-11-27 02:19:04] "GET /virtual-machine-interface/cc55397e-7912-458b-9034-c294de078c5f HTTP/1.1" 200 2925 0.004708 10.0.0.27 - - [2025-11-27 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.27 - - [2025-11-27 02:19:04] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002964 10.0.0.27 - - [2025-11-27 02:19:04] "GET /virtual-networks?parent_id=2d648d22-45d9-48ab-86dc-706ee4ea6191&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002263 10.0.0.27 - - [2025-11-27 02:19:04] "GET /virtual-network/e2b6f097-dcae-4d03-b9bd-6f11dd54dd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005706 10.0.0.27 - - [2025-11-27 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.27 - - [2025-11-27 02:19:07] "GET /virtual-network/e2b6f097-dcae-4d03-b9bd-6f11dd54dd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005161 10.0.0.27 - - [2025-11-27 02:19:07] "POST /neutron/port HTTP/1.1" 200 1085 0.015586 10.0.0.27 - - [2025-11-27 02:19:08] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006372 10.0.0.27 - - [2025-11-27 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.27 - - [2025-11-27 02:19:09] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003453 10.0.0.27 - - [2025-11-27 02:19:09] "GET /virtual-networks?parent_id=2d648d22-45d9-48ab-86dc-706ee4ea6191&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004190 10.0.0.27 - - [2025-11-27 02:19:09] "GET /virtual-network/e2b6f097-dcae-4d03-b9bd-6f11dd54dd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005180 10.0.0.27 - - [2025-11-27 02:19:09] "POST /neutron/port HTTP/1.1" 200 1083 0.015976 10.0.0.27 - - [2025-11-27 02:19:09] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007294 10.0.0.27 - - [2025-11-27 02:19:09] "GET /virtual-machine/affc6d1d-313d-49c5-8d10-e9077b47a16c HTTP/1.1" 200 1285 0.004793 10.0.0.27 - - [2025-11-27 02:19:09] "GET /virtual-machine-interface/a1d772db-3604-4065-9e4a-2f420218f1a0 HTTP/1.1" 200 2925 0.004160 10.0.0.27 - - [2025-11-27 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.27 - - [2025-11-27 02:19:09] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003627 10.0.0.27 - - [2025-11-27 02:19:09] "GET /virtual-networks?parent_id=2d648d22-45d9-48ab-86dc-706ee4ea6191&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003013 10.0.0.27 - - [2025-11-27 02:19:09] "GET /virtual-network/e2b6f097-dcae-4d03-b9bd-6f11dd54dd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006320 10.0.0.27 - - [2025-11-27 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.27 - - [2025-11-27 02:19:11] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003512 10.0.0.27 - - [2025-11-27 02:19:11] "GET /virtual-networks?parent_id=2d648d22-45d9-48ab-86dc-706ee4ea6191&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002683 10.0.0.27 - - [2025-11-27 02:19:11] "GET /virtual-network/e2b6f097-dcae-4d03-b9bd-6f11dd54dd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005147 10.0.0.27 - - [2025-11-27 02:19:14] "POST /neutron/port HTTP/1.1" 200 151 0.180610 10.0.0.27 - - [2025-11-27 02:19:14] "POST /neutron/port HTTP/1.1" 200 151 0.181144 10.0.0.27 - - [2025-11-27 02:19:15] "DELETE /route-target/631fdef6-88dc-4908-8f7d-ff8f08e1ae91 HTTP/1.1" 200 115 0.050075 10.0.0.23 - - [2025-11-27 02:19:16] "DELETE /project/f913ca14ff2848b4911ccfd6897afd2a HTTP/1.1" 404 173 0.061775 10.0.0.23 - - [2025-11-27 02:19:16] "DELETE /project/538b106e5ba441168a81cf9ef0093ff5 HTTP/1.1" 404 173 0.083668 10.0.0.23 - - [2025-11-27 02:19:16] "DELETE /project/c95a1ded33dc4b5faa7cbd3057c1a335 HTTP/1.1" 404 173 0.097673 10.0.0.23 - - [2025-11-27 02:19:16] "DELETE /project/edbfd6d8da684acfb8a69e4f970b581c HTTP/1.1" 404 173 0.138842 10.0.0.23 - - [2025-11-27 02:19:16] "DELETE /project/2d648d2245d948ab86dc706ee4ea6191 HTTP/1.1" 404 173 0.157806 10.0.0.23 - - [2025-11-27 02:19:16] "GET /projects?obj_uuids=538b106e-5ba4-4116-8a81-cf9ef0093ff5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000898 10.0.0.23 - - [2025-11-27 02:19:16] "GET /projects?obj_uuids=c95a1ded-33dc-4b5f-aa7c-bd3057c1a335&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000887 10.0.0.23 - - [2025-11-27 02:19:16] "GET /project/538b106e-5ba4-4116-8a81-cf9ef0093ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.216675 10.0.0.23 - - [2025-11-27 02:19:16] "GET /projects?obj_uuids=538b106e-5ba4-4116-8a81-cf9ef0093ff5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000784 10.0.0.23 - - [2025-11-27 02:19:16] "GET /projects?obj_uuids=53e767a2-3f49-456d-86cb-c254f1531b9d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000725 10.0.0.23 - - [2025-11-27 02:19:16] "GET /project/538b106e-5ba4-4116-8a81-cf9ef0093ff5?fields=security_groups HTTP/1.1" 200 1362 0.038843 10.0.0.23 - - [2025-11-27 02:19:16] "GET /projects?obj_uuids=edbfd6d8-da68-4acf-b8a6-9e4f970b581c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000801 10.0.0.23 - - [2025-11-27 02:19:16] "GET /project/c95a1ded-33dc-4b5f-aa7c-bd3057c1a335?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.219996 10.0.0.23 - - [2025-11-27 02:19:16] "GET /projects?obj_uuids=c95a1ded-33dc-4b5f-aa7c-bd3057c1a335&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000763 10.0.0.23 - - [2025-11-27 02:19:16] "GET /projects?obj_uuids=f913ca14-ff28-48b4-911c-cfd6897afd2a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000891 10.0.0.23 - - [2025-11-27 02:19:16] "GET /project/53e767a2-3f49-456d-86cb-c254f1531b9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.225268 10.0.0.23 - - [2025-11-27 02:19:16] "GET /projects?obj_uuids=2d648d22-45d9-48ab-86dc-706ee4ea6191&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001109 10.0.0.23 - - [2025-11-27 02:19:16] "GET /projects?obj_uuids=53e767a2-3f49-456d-86cb-c254f1531b9d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000889 10.0.0.23 - - [2025-11-27 02:19:16] "GET /project/f913ca14-ff28-48b4-911c-cfd6897afd2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.226324 10.0.0.23 - - [2025-11-27 02:19:16] "GET /project/edbfd6d8-da68-4acf-b8a6-9e4f970b581c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.246444 10.0.0.23 - - [2025-11-27 02:19:16] "GET /projects?obj_uuids=edbfd6d8-da68-4acf-b8a6-9e4f970b581c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000966 10.0.0.23 - - [2025-11-27 02:19:16] "GET /projects?obj_uuids=f913ca14-ff28-48b4-911c-cfd6897afd2a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000868 10.0.0.23 - - [2025-11-27 02:19:16] "GET /project/c95a1ded-33dc-4b5f-aa7c-bd3057c1a335?fields=security_groups HTTP/1.1" 200 1376 0.139561 10.0.0.23 - - [2025-11-27 02:19:16] "DELETE /security-group/4cffc7f0-60ad-4107-b3cb-70ab52ed6254 HTTP/1.1" 200 115 0.154410 10.0.0.23 - - [2025-11-27 02:19:16] "GET /projects?obj_uuids=538b106e-5ba4-4116-8a81-cf9ef0093ff5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001048 10.0.0.27 - - [2025-11-27 02:19:16] "GET /project/2d648d22-45d9-48ab-86dc-706ee4ea6191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.183917 10.0.0.23 - - [2025-11-27 02:19:16] "GET /project/53e767a2-3f49-456d-86cb-c254f1531b9d?fields=security_groups HTTP/1.1" 200 1347 0.129676 10.0.0.23 - - [2025-11-27 02:19:16] "GET /projects?obj_uuids=2d648d22-45d9-48ab-86dc-706ee4ea6191&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001250 10.0.0.23 - - [2025-11-27 02:19:16] "GET /project/f913ca14-ff28-48b4-911c-cfd6897afd2a?fields=security_groups HTTP/1.1" 200 1361 0.122815 10.0.0.23 - - [2025-11-27 02:19:16] "GET /project/edbfd6d8-da68-4acf-b8a6-9e4f970b581c?fields=security_groups HTTP/1.1" 200 1349 0.126803 10.0.0.23 - - [2025-11-27 02:19:16] "GET /project/538b106e-5ba4-4116-8a81-cf9ef0093ff5?fields=application_policy_sets HTTP/1.1" 200 1401 0.141815 10.0.0.27 - - [2025-11-27 02:19:16] "GET /project/2d648d22-45d9-48ab-86dc-706ee4ea6191?fields=virtual_networks HTTP/1.1" 200 1023 0.152283 10.0.0.23 - - [2025-11-27 02:19:16] "GET /projects?obj_uuids=2d648d22-45d9-48ab-86dc-706ee4ea6191&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000862 10.0.0.23 - - [2025-11-27 02:19:16] "DELETE /security-group/737bf1dc-73e2-4f9f-82ed-0464a2e8f8f7 HTTP/1.1" 200 115 0.201645 10.0.0.23 - - [2025-11-27 02:19:16] "GET /projects?obj_uuids=c95a1ded-33dc-4b5f-aa7c-bd3057c1a335&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001315 10.0.0.23 - - [2025-11-27 02:19:16] "DELETE /security-group/66a73aee-ca83-4a59-bbde-daff7dde5187 HTTP/1.1" 200 115 0.177536 10.0.0.23 - - [2025-11-27 02:19:16] "GET /projects?obj_uuids=53e767a2-3f49-456d-86cb-c254f1531b9d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000753 10.0.0.23 - - [2025-11-27 02:19:16] "DELETE /security-group/e3c06d2e-fd1e-480e-9da2-889a0cc45e1f HTTP/1.1" 200 115 0.187154 10.0.0.23 - - [2025-11-27 02:19:16] "GET /projects?obj_uuids=edbfd6d8-da68-4acf-b8a6-9e4f970b581c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000969 10.0.0.27 - - [2025-11-27 02:19:16] "DELETE /access-control-list/609c3e2b-9ce0-48c7-b6d2-2617a5ff729d HTTP/1.1" 200 115 0.140011 10.0.0.27 - - [2025-11-27 02:19:16] "GET /project/2d648d22-45d9-48ab-86dc-706ee4ea6191?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.149767 10.0.0.23 - - [2025-11-27 02:19:16] "DELETE /security-group/924e5924-2726-451b-a020-3eddac2144ab HTTP/1.1" 200 115 0.269737 10.0.0.23 - - [2025-11-27 02:19:16] "GET /projects?obj_uuids=f913ca14-ff28-48b4-911c-cfd6897afd2a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004977 10.0.0.23 - - [2025-11-27 02:19:16] "GET /projects?obj_uuids=2d648d22-45d9-48ab-86dc-706ee4ea6191&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000806 10.0.0.23 - - [2025-11-27 02:19:16] "GET /project/c95a1ded-33dc-4b5f-aa7c-bd3057c1a335?fields=application_policy_sets HTTP/1.1" 200 1415 0.188951 10.0.0.23 - - [2025-11-27 02:19:16] "GET /project/53e767a2-3f49-456d-86cb-c254f1531b9d?fields=application_policy_sets HTTP/1.1" 200 1386 0.196076 10.0.0.23 - - [2025-11-27 02:19:17] "GET /project/edbfd6d8-da68-4acf-b8a6-9e4f970b581c?fields=application_policy_sets HTTP/1.1" 200 1388 0.180651 10.0.0.23 - - [2025-11-27 02:19:17] "GET /project/f913ca14-ff28-48b4-911c-cfd6897afd2a?fields=application_policy_sets HTTP/1.1" 200 1400 0.169925 10.0.0.27 - - [2025-11-27 02:19:17] "GET /project/2d648d22-45d9-48ab-86dc-706ee4ea6191?fields=security_groups HTTP/1.1" 200 1245 0.161917 10.0.0.23 - - [2025-11-27 02:19:17] "DELETE /project/538b106e-5ba4-4116-8a81-cf9ef0093ff5 HTTP/1.1" 200 115 1.151411 10.0.0.27 - - [2025-11-27 02:19:17] "DELETE /access-control-list/d471a6db-82e6-49cf-adb9-3fbf4db72726 HTTP/1.1" 200 115 0.165051 10.0.0.23 - - [2025-11-27 02:19:17] "DELETE /project/53e767a2-3f49-456d-86cb-c254f1531b9d HTTP/1.1" 200 115 1.291142 10.0.0.23 - - [2025-11-27 02:19:17] "DELETE /project/c95a1ded-33dc-4b5f-aa7c-bd3057c1a335 HTTP/1.1" 200 115 1.307055 10.0.0.23 - - [2025-11-27 02:19:17] "DELETE /project/edbfd6d8-da68-4acf-b8a6-9e4f970b581c HTTP/1.1" 200 115 1.334753 10.0.0.23 - - [2025-11-27 02:19:17] "DELETE /project/f913ca14-ff28-48b4-911c-cfd6897afd2a HTTP/1.1" 200 115 1.346869 10.0.0.27 - - [2025-11-27 02:19:17] "DELETE /access-control-list/c8aa79e0-3c33-45cd-92ce-1a406bf6f4b9 HTTP/1.1" 200 115 0.036994 10.0.0.27 - - [2025-11-27 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 186 0.043619 10.0.0.23 - - [2025-11-27 02:19:18] "GET /projects?obj_uuids=87be5869-291b-40e3-8e96-4f409f746152&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003365 10.0.0.23 - - [2025-11-27 02:19:18] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001808 10.0.0.23 - - [2025-11-27 02:19:18] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009329 10.0.0.23 - - [2025-11-27 02:19:18] "POST /id-to-fqname HTTP/1.1" 200 188 0.004252 10.0.0.23 - - [2025-11-27 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 197 0.002979 10.0.0.23 - - [2025-11-27 02:19:18] "POST /security-groups HTTP/1.1" 200 589 0.085357 10.0.0.23 - - [2025-11-27 02:19:18] "POST /projects HTTP/1.1" 200 581 0.293568 10.0.0.27 - - [2025-11-27 02:19:18] "POST /access-control-lists HTTP/1.1" 200 594 0.025162 10.0.0.23 - - [2025-11-27 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.368792 10.0.0.27 - - [2025-11-27 02:19:18] "GET /project/87be5869-291b-40e3-8e96-4f409f746152?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.503074 10.0.0.27 - - [2025-11-27 02:19:19] "POST /neutron/port HTTP/1.1" 200 117 0.005917 10.0.0.27 - - [2025-11-27 02:19:19] "POST /neutron/port HTTP/1.1" 400 205 0.003380 10.0.0.27 - - [2025-11-27 02:19:19] "GET / HTTP/1.1" 200 35931 0.001905 10.0.0.27 - - [2025-11-27 02:19:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000421 10.0.0.27 - - [2025-11-27 02:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.061670 10.0.0.23 - - [2025-11-27 02:19:21] "GET /projects?obj_uuids=87be5869-291b-40e3-8e96-4f409f746152&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000983 10.0.0.27 - - [2025-11-27 02:19:21] "GET /project/87be5869-291b-40e3-8e96-4f409f746152?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.039289 10.0.0.27 - - [2025-11-27 02:19:22] "POST /route-targets HTTP/1.1" 200 327 0.013286 10.0.0.23 - - [2025-11-27 02:19:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002752 10.0.0.27 - - [2025-11-27 02:19:22] "POST /neutron/subnet HTTP/1.1" 200 729 0.279944 10.0.0.27 - - [2025-11-27 02:19:22] "POST /id-to-fqname HTTP/1.1" 200 219 0.001237 10.0.0.27 - - [2025-11-27 02:19:22] "GET /virtual-network/af7ef2e8-ac3a-482b-b8fa-d91af2515a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005410 10.0.0.27 - - [2025-11-27 02:19:22] "GET /virtual-network/af7ef2e8-ac3a-482b-b8fa-d91af2515a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005285 10.0.0.27 - - [2025-11-27 02:19:22] "POST /neutron/network HTTP/1.1" 200 825 0.006451 10.0.0.27 - - [2025-11-27 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.23 - - [2025-11-27 02:19:22] "GET /projects?obj_uuids=87be5869-291b-40e3-8e96-4f409f746152&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000928 10.0.0.27 - - [2025-11-27 02:19:22] "GET /project/87be5869-291b-40e3-8e96-4f409f746152?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.057781 10.0.0.23 - - [2025-11-27 02:19:22] "GET /projects?obj_uuids=87be5869-291b-40e3-8e96-4f409f746152&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000917 10.0.0.27 - - [2025-11-27 02:19:22] "POST /neutron/network HTTP/1.1" 200 605 0.121883 10.0.0.27 - - [2025-11-27 02:19:22] "POST /ref-update HTTP/1.1" 200 156 0.021651 10.0.0.27 - - [2025-11-27 02:19:23] "POST /id-to-fqname HTTP/1.1" 200 219 0.003292 10.0.0.27 - - [2025-11-27 02:19:23] "GET /virtual-network/e8f37c30-b345-44c3-86a7-67cfefeafbec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004627 10.0.0.27 - - [2025-11-27 02:19:23] "POST /neutron/network HTTP/1.1" 200 824 0.005462 10.0.0.27 - - [2025-11-27 02:19:23] "GET /virtual-network/e8f37c30-b345-44c3-86a7-67cfefeafbec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004164 10.0.0.27 - - [2025-11-27 02:19:23] "POST /id-to-fqname HTTP/1.1" 200 219 0.001006 10.0.0.27 - - [2025-11-27 02:19:23] "POST /neutron/network HTTP/1.1" 200 835 0.007310 10.0.0.23 - - [2025-11-27 02:19:24] "GET /projects?obj_uuids=87be5869-291b-40e3-8e96-4f409f746152&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000988 10.0.0.27 - - [2025-11-27 02:19:24] "GET /project/87be5869-291b-40e3-8e96-4f409f746152?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.069195 10.0.0.27 - - [2025-11-27 02:19:24] "POST /neutron/port HTTP/1.1" 200 117 0.005505 10.0.0.27 - - [2025-11-27 02:19:24] "POST /id-to-fqname HTTP/1.1" 200 219 0.001013 10.0.0.27 - - [2025-11-27 02:19:24] "POST /neutron/network HTTP/1.1" 200 835 0.006375 10.0.0.27 - - [2025-11-27 02:19:25] "POST /neutron/port HTTP/1.1" 200 1059 0.012430 10.0.0.27 - - [2025-11-27 02:19:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003577 10.0.0.23 - - [2025-11-27 02:19:25] "GET /projects?obj_uuids=87be5869-291b-40e3-8e96-4f409f746152&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000942 10.0.0.27 - - [2025-11-27 02:19:25] "POST /neutron/network HTTP/1.1" 200 825 0.005044 10.0.0.27 - - [2025-11-27 02:19:25] "GET /project/87be5869-291b-40e3-8e96-4f409f746152?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.089520 10.0.0.27 - - [2025-11-27 02:19:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009385 10.0.0.27 - - [2025-11-27 02:19:25] "POST /neutron/router HTTP/1.1" 200 580 0.008714 10.0.0.27 - - [2025-11-27 02:19:26] "POST /ref-update HTTP/1.1" 200 156 0.022030 10.0.0.27 - - [2025-11-27 02:19:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006288 10.0.0.23 - - [2025-11-27 02:19:26] "GET /obj-perms HTTP/1.1" 200 5056 0.182193 10.0.0.27 - - [2025-11-27 02:19:26] "POST /neutron/port HTTP/1.1" 200 1058 0.013283 10.0.0.27 - - [2025-11-27 02:19:26] "POST /neutron/port HTTP/1.1" 200 1086 0.016196 10.0.0.27 - - [2025-11-27 02:19:26] "POST /neutron/port HTTP/1.1" 200 117 0.001075 10.0.0.27 - - [2025-11-27 02:19:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008338 10.0.0.27 - - [2025-11-27 02:19:31] "POST /neutron/port HTTP/1.1" 200 1087 0.015740 10.0.0.27 - - [2025-11-27 02:19:31] "GET /virtual-machine/759c9f52-62e9-45fa-be27-91ff5a00dfe8 HTTP/1.1" 401 292 0.000480 10.0.0.27 - - [2025-11-27 02:19:31] "GET /virtual-machine/759c9f52-62e9-45fa-be27-91ff5a00dfe8 HTTP/1.1" 200 1290 0.032252 10.0.0.27 - - [2025-11-27 02:19:31] "GET /virtual-machine-interface/bbc28221-42d3-4dd4-9977-6aa1e98b54dd HTTP/1.1" 200 2935 0.004419 10.0.0.27 - - [2025-11-27 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.27 - - [2025-11-27 02:19:31] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003086 10.0.0.27 - - [2025-11-27 02:19:31] "GET /virtual-networks?parent_id=87be5869-291b-40e3-8e96-4f409f746152&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002638 10.0.0.27 - - [2025-11-27 02:19:31] "GET /virtual-network/af7ef2e8-ac3a-482b-b8fa-d91af2515a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005118 10.0.0.27 - - [2025-11-27 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.27 - - [2025-11-27 02:19:35] "GET /virtual-network/af7ef2e8-ac3a-482b-b8fa-d91af2515a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004920 10.0.0.27 - - [2025-11-27 02:19:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005793 10.0.0.27 - - [2025-11-27 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.27 - - [2025-11-27 02:19:37] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003447 10.0.0.27 - - [2025-11-27 02:19:37] "GET /virtual-networks?parent_id=87be5869-291b-40e3-8e96-4f409f746152&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002860 10.0.0.27 - - [2025-11-27 02:19:37] "GET /virtual-network/af7ef2e8-ac3a-482b-b8fa-d91af2515a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005398 10.0.0.27 - - [2025-11-27 02:19:37] "POST /neutron/port HTTP/1.1" 200 1086 0.015981 10.0.0.27 - - [2025-11-27 02:19:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007463 10.0.0.27 - - [2025-11-27 02:19:37] "GET /virtual-machine/be17875e-de24-4186-b9f8-69c0c42064b9 HTTP/1.1" 200 1291 0.005799 10.0.0.27 - - [2025-11-27 02:19:37] "GET /virtual-machine-interface/e022e450-0b05-40e8-9df6-94bba9145402 HTTP/1.1" 200 2935 0.004771 10.0.0.27 - - [2025-11-27 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.27 - - [2025-11-27 02:19:37] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003628 10.0.0.27 - - [2025-11-27 02:19:37] "GET /virtual-networks?parent_id=87be5869-291b-40e3-8e96-4f409f746152&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003744 10.0.0.27 - - [2025-11-27 02:19:37] "GET /virtual-network/e8f37c30-b345-44c3-86a7-67cfefeafbec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005256 10.0.0.27 - - [2025-11-27 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.27 - - [2025-11-27 02:19:38] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003732 10.0.0.27 - - [2025-11-27 02:19:38] "GET /virtual-networks?parent_id=87be5869-291b-40e3-8e96-4f409f746152&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002422 10.0.0.27 - - [2025-11-27 02:19:38] "GET /virtual-network/e8f37c30-b345-44c3-86a7-67cfefeafbec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005429 10.0.0.27 - - [2025-11-27 02:19:39] "POST /neutron/port HTTP/1.1" 200 1086 0.013570 10.0.0.23 - - [2025-11-27 02:19:48] "GET /projects?obj_uuids=87be5869-291b-40e3-8e96-4f409f746152&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001164 10.0.0.27 - - [2025-11-27 02:19:48] "POST /neutron/router HTTP/1.1" 200 344 0.285854 10.0.0.27 - - [2025-11-27 02:19:55] "POST /neutron/router HTTP/1.1" 200 344 0.156566 10.0.0.27 - - [2025-11-27 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.012490 10.0.0.27 - - [2025-11-27 02:20:01] "POST /neutron/router HTTP/1.1" 200 580 0.007720 10.0.0.27 - - [2025-11-27 02:20:01] "POST /neutron/router HTTP/1.1" 200 344 0.201004 10.0.0.27 - - [2025-11-27 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006022 10.0.0.27 - - [2025-11-27 02:20:01] "POST /neutron/network HTTP/1.1" 200 824 0.008209 10.0.0.27 - - [2025-11-27 02:20:02] "POST /neutron/port HTTP/1.1" 200 1112 0.010869 10.0.0.27 - - [2025-11-27 02:20:02] "POST /neutron/port HTTP/1.1" 200 1113 0.011677 10.0.0.23 - - [2025-11-27 02:20:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003126 10.0.0.23 - - [2025-11-27 02:20:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002093 10.0.0.27 - - [2025-11-27 02:20:04] "POST /neutron/network HTTP/1.1" 200 151 0.106882 10.0.0.27 - - [2025-11-27 02:20:04] "DELETE /route-target/30c7d67c-9b8b-4751-b0eb-16fe81d00ff5 HTTP/1.1" 200 115 0.035110 10.0.0.23 - - [2025-11-27 02:20:05] "GET /projects?obj_uuids=87be5869-291b-40e3-8e96-4f409f746152&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000984 10.0.0.27 - - [2025-11-27 02:20:05] "GET /project/87be5869-291b-40e3-8e96-4f409f746152?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.046309 10.0.0.23 - - [2025-11-27 02:20:05] "GET /projects?obj_uuids=87be5869-291b-40e3-8e96-4f409f746152&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001247 10.0.0.27 - - [2025-11-27 02:20:05] "GET /project/87be5869-291b-40e3-8e96-4f409f746152?fields=virtual_networks HTTP/1.1" 200 1028 0.038183 10.0.0.23 - - [2025-11-27 02:20:05] "GET /projects?obj_uuids=87be5869-291b-40e3-8e96-4f409f746152&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000860 10.0.0.27 - - [2025-11-27 02:20:05] "GET /project/87be5869-291b-40e3-8e96-4f409f746152?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.050053 10.0.0.23 - - [2025-11-27 02:20:05] "GET /projects?obj_uuids=87be5869-291b-40e3-8e96-4f409f746152&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002005 10.0.0.27 - - [2025-11-27 02:20:05] "GET /project/87be5869-291b-40e3-8e96-4f409f746152?fields=security_groups HTTP/1.1" 200 1252 0.049428 10.0.0.27 - - [2025-11-27 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 191 0.023134 10.0.0.23 - - [2025-11-27 02:20:06] "GET /projects?obj_uuids=de000176-43e4-45f8-921a-0fe1dcea3ec8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002944 10.0.0.23 - - [2025-11-27 02:20:06] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001214 10.0.0.23 - - [2025-11-27 02:20:06] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006907 10.0.0.23 - - [2025-11-27 02:20:06] "POST /id-to-fqname HTTP/1.1" 200 193 0.006529 10.0.0.23 - - [2025-11-27 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 202 0.003814 10.0.0.23 - - [2025-11-27 02:20:06] "POST /security-groups HTTP/1.1" 200 594 0.076649 10.0.0.27 - - [2025-11-27 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 237 0.004214 10.0.0.23 - - [2025-11-27 02:20:06] "POST /projects HTTP/1.1" 200 591 0.268054 10.0.0.23 - - [2025-11-27 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.340491 10.0.0.27 - - [2025-11-27 02:20:07] "POST /access-control-lists HTTP/1.1" 200 597 0.029104 10.0.0.27 - - [2025-11-27 02:20:07] "GET /project/de000176-43e4-45f8-921a-0fe1dcea3ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.485161 10.0.0.27 - - [2025-11-27 02:20:08] "GET / HTTP/1.1" 200 35931 0.001764 10.0.0.27 - - [2025-11-27 02:20:10] "GET /project/de000176-43e4-45f8-921a-0fe1dcea3ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000438 10.0.0.23 - - [2025-11-27 02:20:10] "GET /projects?obj_uuids=de000176-43e4-45f8-921a-0fe1dcea3ec8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000935 10.0.0.27 - - [2025-11-27 02:20:10] "GET /project/de000176-43e4-45f8-921a-0fe1dcea3ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.073620 10.0.0.27 - - [2025-11-27 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.27 - - [2025-11-27 02:20:10] "GET /security-group/083ca1d8-1f71-4559-a9be-c5a0921d29d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.005418 10.0.0.27 - - [2025-11-27 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002484 10.0.0.23 - - [2025-11-27 02:20:10] "GET /projects?obj_uuids=de000176-43e4-45f8-921a-0fe1dcea3ec8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000913 10.0.0.27 - - [2025-11-27 02:20:10] "GET /project/de000176-43e4-45f8-921a-0fe1dcea3ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.042366 10.0.0.27 - - [2025-11-27 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.27 - - [2025-11-27 02:20:10] "GET /security-group/083ca1d8-1f71-4559-a9be-c5a0921d29d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.004287 10.0.0.27 - - [2025-11-27 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.27 - - [2025-11-27 02:20:10] "PUT /security-group/083ca1d8-1f71-4559-a9be-c5a0921d29d7 HTTP/1.1" 200 262 0.019180 10.0.0.27 - - [2025-11-27 02:20:11] "POST /fqname-to-id HTTP/1.1" 404 202 0.005207 10.0.0.27 - - [2025-11-27 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.23 - - [2025-11-27 02:20:11] "GET /projects?obj_uuids=de000176-43e4-45f8-921a-0fe1dcea3ec8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000945 10.0.0.27 - - [2025-11-27 02:20:11] "GET /project/de000176-43e4-45f8-921a-0fe1dcea3ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.038305 10.0.0.27 - - [2025-11-27 02:20:11] "POST /neutron/network HTTP/1.1" 200 117 0.051902 10.0.0.27 - - [2025-11-27 02:20:11] "POST /route-targets HTTP/1.1" 200 327 0.012442 10.0.0.27 - - [2025-11-27 02:20:11] "POST /neutron/network HTTP/1.1" 200 827 0.007375 10.0.0.27 - - [2025-11-27 02:20:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001015 10.0.0.27 - - [2025-11-27 02:20:11] "GET /virtual-network/cf6a4a4a-a761-447f-9513-e39b66b60a31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004169 10.0.0.27 - - [2025-11-27 02:20:11] "GET /virtual-network/cf6a4a4a-a761-447f-9513-e39b66b60a31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004961 10.0.0.27 - - [2025-11-27 02:20:11] "POST /neutron/subnet HTTP/1.1" 200 725 0.007669 10.0.0.27 - - [2025-11-27 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002512 10.0.0.23 - - [2025-11-27 02:20:11] "GET /projects?obj_uuids=de000176-43e4-45f8-921a-0fe1dcea3ec8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000967 10.0.0.27 - - [2025-11-27 02:20:11] "GET /project/de000176-43e4-45f8-921a-0fe1dcea3ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.032743 10.0.0.27 - - [2025-11-27 02:20:12] "POST /ref-update HTTP/1.1" 200 156 0.018046 10.0.0.23 - - [2025-11-27 02:20:12] "POST /useragent-kv HTTP/1.1" 200 115 0.008132 10.0.0.27 - - [2025-11-27 02:20:12] "POST /neutron/subnet HTTP/1.1" 200 725 0.200277 10.0.0.27 - - [2025-11-27 02:20:12] "POST /id-to-fqname HTTP/1.1" 200 227 0.001157 10.0.0.27 - - [2025-11-27 02:20:12] "GET /virtual-network/39e4065f-9538-481c-a707-74f554580343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004796 10.0.0.27 - - [2025-11-27 02:20:12] "GET /virtual-network/39e4065f-9538-481c-a707-74f554580343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007413 10.0.0.27 - - [2025-11-27 02:20:12] "POST /neutron/network HTTP/1.1" 200 834 0.005773 10.0.0.27 - - [2025-11-27 02:20:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001279 10.0.0.23 - - [2025-11-27 02:20:13] "GET /projects?obj_uuids=de000176-43e4-45f8-921a-0fe1dcea3ec8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000887 10.0.0.27 - - [2025-11-27 02:20:13] "GET /project/de000176-43e4-45f8-921a-0fe1dcea3ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.061133 10.0.0.27 - - [2025-11-27 02:20:13] "POST /neutron/network HTTP/1.1" 200 827 0.036687 10.0.0.27 - - [2025-11-27 02:20:13] "POST /id-to-fqname HTTP/1.1" 200 227 0.001147 10.0.0.27 - - [2025-11-27 02:20:13] "POST /neutron/port HTTP/1.1" 200 117 0.005384 10.0.0.23 - - [2025-11-27 02:20:14] "GET /projects?obj_uuids=de000176-43e4-45f8-921a-0fe1dcea3ec8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000942 10.0.0.27 - - [2025-11-27 02:20:14] "POST /neutron/port HTTP/1.1" 200 1063 0.260412 10.0.0.23 - - [2025-11-27 02:20:14] "GET /projects?obj_uuids=de000176-43e4-45f8-921a-0fe1dcea3ec8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000840 10.0.0.27 - - [2025-11-27 02:20:14] "GET /project/de000176-43e4-45f8-921a-0fe1dcea3ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.076214 10.0.0.27 - - [2025-11-27 02:20:14] "POST /neutron/port HTTP/1.1" 200 1117 0.160206 10.0.0.27 - - [2025-11-27 02:20:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005080 10.0.0.27 - - [2025-11-27 02:20:15] "POST /neutron/network HTTP/1.1" 200 827 0.006074 10.0.0.27 - - [2025-11-27 02:20:15] "POST /neutron/port HTTP/1.1" 200 117 0.005698 10.0.0.27 - - [2025-11-27 02:20:15] "POST /neutron/router HTTP/1.1" 200 656 0.036782 10.0.0.23 - - [2025-11-27 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.064521 10.0.0.23 - - [2025-11-27 02:20:15] "POST /useragent-kv HTTP/1.1" 200 115 0.008047 10.0.0.23 - - [2025-11-27 02:20:15] "POST /virtual-networks HTTP/1.1" 200 694 0.185014 10.0.0.27 - - [2025-11-27 02:20:15] "POST /route-targets HTTP/1.1" 200 327 0.028714 10.0.0.27 - - [2025-11-27 02:20:15] "POST /neutron/network HTTP/1.1" 200 844 0.020882 10.0.0.23 - - [2025-11-27 02:20:15] "PUT /logical-router/bb870d2b-b1b8-4392-88b4-92daaf46d5aa HTTP/1.1" 200 262 0.036525 10.0.0.27 - - [2025-11-27 02:20:15] "POST /neutron/security_group HTTP/1.1" 200 2002 0.014383 10.0.0.23 - - [2025-11-27 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.007176 10.0.0.23 - - [2025-11-27 02:20:16] "POST /chown HTTP/1.1" 200 109 0.042351 10.0.0.23 - - [2025-11-27 02:20:16] "POST /chown HTTP/1.1" 200 109 0.012858 10.0.0.23 - - [2025-11-27 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.026996 10.0.0.27 - - [2025-11-27 02:20:16] "POST /neutron/port HTTP/1.1" 200 1117 0.097524 10.0.0.27 - - [2025-11-27 02:20:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.019708 10.0.0.23 - - [2025-11-27 02:20:16] "POST /instance-ips HTTP/1.1" 200 549 0.061222 10.0.0.23 - - [2025-11-27 02:20:16] "PUT /virtual-machine-interface/e06e711b-4e1e-4721-9f46-878ef7f53007 HTTP/1.1" 200 284 0.024391 10.0.0.23 - - [2025-11-27 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.026740 10.0.0.27 - - [2025-11-27 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.041272 10.0.0.23 - - [2025-11-27 02:20:17] "POST /chown HTTP/1.1" 200 109 0.023535 10.0.0.23 - - [2025-11-27 02:20:17] "PUT /virtual-machine-interface/8800a7c8-4467-4ef7-af9e-44e201346499 HTTP/1.1" 200 284 0.020223 10.0.0.23 - - [2025-11-27 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.023749 10.0.0.23 - - [2025-11-27 02:20:17] "DELETE /project/de00017643e445f8921a0fe1dcea3ec8 HTTP/1.1" 404 173 0.008961 10.0.0.23 - - [2025-11-27 02:20:17] "DELETE /project/87be5869291b40e38e964f409f746152 HTTP/1.1" 404 173 0.011147 10.0.0.23 - - [2025-11-27 02:20:17] "GET /projects?obj_uuids=87be5869-291b-40e3-8e96-4f409f746152&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.004131 10.0.0.23 - - [2025-11-27 02:20:17] "GET /projects?obj_uuids=2d648d22-45d9-48ab-86dc-706ee4ea6191&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000772 10.0.0.27 - - [2025-11-27 02:20:17] "PUT /routing-instance/7c5c2792-1c5d-4c8d-8744-d96d77631359 HTTP/1.1" 200 266 0.044784 10.0.0.23 - - [2025-11-27 02:20:17] "GET /project/2d648d22-45d9-48ab-86dc-706ee4ea6191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.104583 10.0.0.23 - - [2025-11-27 02:20:17] "GET /projects?obj_uuids=2d648d22-45d9-48ab-86dc-706ee4ea6191&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.003120 10.0.0.23 - - [2025-11-27 02:20:17] "POST /instance-ips HTTP/1.1" 400 316 0.079056 10.0.0.23 - - [2025-11-27 02:20:17] "GET /project/87be5869-291b-40e3-8e96-4f409f746152?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.152490 10.0.0.23 - - [2025-11-27 02:20:17] "GET /projects?obj_uuids=87be5869-291b-40e3-8e96-4f409f746152&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001000 10.0.0.23 - - [2025-11-27 02:20:17] "GET /project/2d648d22-45d9-48ab-86dc-706ee4ea6191?fields=security_groups HTTP/1.1" 200 1350 0.094325 10.0.0.23 - - [2025-11-27 02:20:17] "PUT /instance-ip/bf24c1d5-c8d3-44a1-97e8-350bd814de98 HTTP/1.1" 200 256 0.076157 10.0.0.23 - - [2025-11-27 02:20:17] "GET /project/87be5869-291b-40e3-8e96-4f409f746152?fields=security_groups HTTP/1.1" 200 1357 0.138600 10.0.0.23 - - [2025-11-27 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.047421 10.0.0.23 - - [2025-11-27 02:20:17] "DELETE /security-group/999676fd-9025-4d01-8707-db39a0915394 HTTP/1.1" 200 115 0.110646 10.0.0.23 - - [2025-11-27 02:20:17] "GET /projects?obj_uuids=2d648d22-45d9-48ab-86dc-706ee4ea6191&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002585 10.0.0.23 - - [2025-11-27 02:20:17] "DELETE /security-group/a7183170-904d-4913-9462-58b26023bdd2 HTTP/1.1" 200 115 0.143406 10.0.0.23 - - [2025-11-27 02:20:17] "GET /projects?obj_uuids=87be5869-291b-40e3-8e96-4f409f746152&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001145 10.0.0.23 - - [2025-11-27 02:20:18] "GET /project/2d648d22-45d9-48ab-86dc-706ee4ea6191?fields=application_policy_sets HTTP/1.1" 200 1389 0.139346 10.0.0.27 - - [2025-11-27 02:20:18] "DELETE /access-control-list/c1e12fea-dfaa-4cc5-8705-118fc1575a58 HTTP/1.1" 200 115 0.079648 10.0.0.23 - - [2025-11-27 02:20:18] "GET /project/87be5869-291b-40e3-8e96-4f409f746152?fields=application_policy_sets HTTP/1.1" 200 1396 0.077157 10.0.0.27 - - [2025-11-27 02:20:18] "DELETE /access-control-list/02b4194e-ffd4-480d-9e93-cc0ebc64c66c HTTP/1.1" 200 115 0.066701 10.0.0.23 - - [2025-11-27 02:20:18] "DELETE /project/2d648d22-45d9-48ab-86dc-706ee4ea6191 HTTP/1.1" 200 115 0.768383 10.0.0.23 - - [2025-11-27 02:20:18] "DELETE /project/87be5869-291b-40e3-8e96-4f409f746152 HTTP/1.1" 200 115 0.791076 10.0.0.27 - - [2025-11-27 02:20:20] "POST /neutron/port HTTP/1.1" 200 1091 0.014885 10.0.0.27 - - [2025-11-27 02:20:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004206 10.0.0.27 - - [2025-11-27 02:20:20] "POST /neutron/network HTTP/1.1" 200 827 0.007106 10.0.0.27 - - [2025-11-27 02:20:21] "POST /neutron/port HTTP/1.1" 200 1091 0.013965 10.0.0.27 - - [2025-11-27 02:20:21] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009124 10.0.0.27 - - [2025-11-27 02:20:21] "GET /virtual-machine/65ae93d6-2795-41ff-b160-fbc3c282628e HTTP/1.1" 401 292 0.000514 10.0.0.27 - - [2025-11-27 02:20:21] "GET /virtual-machine/65ae93d6-2795-41ff-b160-fbc3c282628e HTTP/1.1" 200 1295 0.034294 10.0.0.27 - - [2025-11-27 02:20:21] "GET /virtual-machine-interface/907efb60-972c-4baa-87b7-7bf9d7af3768 HTTP/1.1" 200 2956 0.004934 10.0.0.27 - - [2025-11-27 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.27 - - [2025-11-27 02:20:21] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002930 10.0.0.27 - - [2025-11-27 02:20:21] "GET /virtual-networks?parent_id=de000176-43e4-45f8-921a-0fe1dcea3ec8&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002598 10.0.0.27 - - [2025-11-27 02:20:21] "GET /virtual-network/cf6a4a4a-a761-447f-9513-e39b66b60a31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005604 10.0.0.27 - - [2025-11-27 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.27 - - [2025-11-27 02:20:24] "GET /virtual-network/cf6a4a4a-a761-447f-9513-e39b66b60a31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004965 10.0.0.27 - - [2025-11-27 02:20:26] "POST /neutron/port HTTP/1.1" 200 1091 0.017991 10.0.0.27 - - [2025-11-27 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.27 - - [2025-11-27 02:20:26] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003253 10.0.0.27 - - [2025-11-27 02:20:26] "GET /virtual-networks?parent_id=de000176-43e4-45f8-921a-0fe1dcea3ec8&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002698 10.0.0.27 - - [2025-11-27 02:20:26] "GET /virtual-network/cf6a4a4a-a761-447f-9513-e39b66b60a31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005202 10.0.0.27 - - [2025-11-27 02:20:27] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006464 10.0.0.27 - - [2025-11-27 02:20:27] "POST /neutron/port HTTP/1.1" 200 1091 0.013957 10.0.0.27 - - [2025-11-27 02:20:27] "GET /virtual-machine/4d8feb35-1e59-4ecf-ae84-94bb58a18b05 HTTP/1.1" 200 1295 0.010965 10.0.0.27 - - [2025-11-27 02:20:27] "GET /virtual-machine-interface/841959f7-e519-4a77-9014-bd099bf756ed HTTP/1.1" 200 2968 0.005864 10.0.0.27 - - [2025-11-27 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.27 - - [2025-11-27 02:20:27] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003633 10.0.0.27 - - [2025-11-27 02:20:27] "GET /virtual-networks?parent_id=de000176-43e4-45f8-921a-0fe1dcea3ec8&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003399 10.0.0.27 - - [2025-11-27 02:20:27] "GET /virtual-network/39e4065f-9538-481c-a707-74f554580343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007560 10.0.0.27 - - [2025-11-27 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.27 - - [2025-11-27 02:20:28] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003278 10.0.0.27 - - [2025-11-27 02:20:28] "GET /virtual-networks?parent_id=de000176-43e4-45f8-921a-0fe1dcea3ec8&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002964 10.0.0.27 - - [2025-11-27 02:20:28] "GET /virtual-network/39e4065f-9538-481c-a707-74f554580343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005009 10.0.0.27 - - [2025-11-27 02:20:32] "POST /neutron/router HTTP/1.1" 200 344 0.201850 10.0.0.27 - - [2025-11-27 02:20:32] "DELETE /route-target/b59ea0d2-af77-4653-b4c8-87d2fb48c78a HTTP/1.1" 409 239 0.026832 10.0.0.23 - - [2025-11-27 02:20:32] "PUT /logical-router/bb870d2b-b1b8-4392-88b4-92daaf46d5aa HTTP/1.1" 404 171 0.042616 10.0.0.23 - - [2025-11-27 02:20:32] "GET /virtual-network/60683120-f5ae-4c01-afa8-9c4c752c76ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.009512 10.0.0.23 - - [2025-11-27 02:20:33] "DELETE /instance-ip/bf24c1d5-c8d3-44a1-97e8-350bd814de98 HTTP/1.1" 200 115 0.065226 10.0.0.27 - - [2025-11-27 02:20:33] "POST /neutron/network HTTP/1.1" 200 834 0.006877 10.0.0.27 - - [2025-11-27 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.23 - - [2025-11-27 02:20:33] "GET /logical-router/bb870d2b-b1b8-4392-88b4-92daaf46d5aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006563 10.0.0.23 - - [2025-11-27 02:20:33] "DELETE /virtual-machine-interface/e06e711b-4e1e-4721-9f46-878ef7f53007 HTTP/1.1" 200 115 0.040524 10.0.0.23 - - [2025-11-27 02:20:33] "GET /instance-ip/d5fd1fb7-75e7-49ad-9e73-e6210ee9c6df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006163 10.0.0.27 - - [2025-11-27 02:20:33] "POST /neutron/port HTTP/1.1" 200 1117 0.015044 10.0.0.23 - - [2025-11-27 02:20:33] "DELETE /virtual-machine/1fc0758d-1932-403d-b5ea-1b3b7684a44d HTTP/1.1" 200 115 0.051334 10.0.0.27 - - [2025-11-27 02:20:33] "POST /neutron/port HTTP/1.1" 200 1117 0.014093 10.0.0.23 - - [2025-11-27 02:20:33] "GET /instance-ip/d5fd1fb7-75e7-49ad-9e73-e6210ee9c6df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1696 0.013765 10.0.0.23 - - [2025-11-27 02:20:33] "GET /virtual-machine-interface/2ca07d23-ae52-4f1b-9a9e-65731b161037?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1333 0.009155 10.0.0.23 - - [2025-11-27 02:20:34] "DELETE /virtual-machine/d4cadb49-06c4-4b70-84de-32b9858dcb19 HTTP/1.1" 200 115 0.053429 10.0.0.23 - - [2025-11-27 02:20:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003823 10.0.0.23 - - [2025-11-27 02:20:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003092 10.0.0.27 - - [2025-11-27 02:20:35] "POST /neutron/network HTTP/1.1" 200 151 0.120091 10.0.0.27 - - [2025-11-27 02:20:35] "DELETE /route-target/3c3f717e-826f-49db-8768-05026bc9eaa5 HTTP/1.1" 200 115 0.021065 10.0.0.23 - - [2025-11-27 02:20:36] "GET /projects?obj_uuids=de000176-43e4-45f8-921a-0fe1dcea3ec8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000865 10.0.0.27 - - [2025-11-27 02:20:36] "GET /project/de000176-43e4-45f8-921a-0fe1dcea3ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.038531 10.0.0.23 - - [2025-11-27 02:20:36] "GET /projects?obj_uuids=de000176-43e4-45f8-921a-0fe1dcea3ec8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001172 10.0.0.27 - - [2025-11-27 02:20:36] "GET /project/de000176-43e4-45f8-921a-0fe1dcea3ec8?fields=virtual_networks HTTP/1.1" 200 1039 0.037774 10.0.0.23 - - [2025-11-27 02:20:36] "GET /projects?obj_uuids=de000176-43e4-45f8-921a-0fe1dcea3ec8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000861 10.0.0.27 - - [2025-11-27 02:20:36] "GET /project/de000176-43e4-45f8-921a-0fe1dcea3ec8?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.033382 10.0.0.23 - - [2025-11-27 02:20:36] "GET /projects?obj_uuids=de000176-43e4-45f8-921a-0fe1dcea3ec8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000909 10.0.0.27 - - [2025-11-27 02:20:37] "GET /project/de000176-43e4-45f8-921a-0fe1dcea3ec8?fields=security_groups HTTP/1.1" 200 1268 0.033559 10.0.0.27 - - [2025-11-27 02:20:37] "POST /fqname-to-id HTTP/1.1" 404 196 0.026313 10.0.0.23 - - [2025-11-27 02:20:37] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003306 10.0.0.23 - - [2025-11-27 02:20:37] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000857 10.0.0.23 - - [2025-11-27 02:20:37] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006097 10.0.0.23 - - [2025-11-27 02:20:38] "POST /id-to-fqname HTTP/1.1" 200 198 0.003197 10.0.0.23 - - [2025-11-27 02:20:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.009401 10.0.0.23 - - [2025-11-27 02:20:38] "POST /security-groups HTTP/1.1" 200 599 0.081481 10.0.0.27 - - [2025-11-27 02:20:38] "POST /fqname-to-id HTTP/1.1" 404 242 0.002987 10.0.0.23 - - [2025-11-27 02:20:38] "POST /projects HTTP/1.1" 200 601 0.279452 10.0.0.23 - - [2025-11-27 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.356165 10.0.0.27 - - [2025-11-27 02:20:38] "POST /access-control-lists HTTP/1.1" 200 602 0.026955 10.0.0.27 - - [2025-11-27 02:20:38] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.485478 10.0.0.27 - - [2025-11-27 02:20:39] "GET / HTTP/1.1" 200 35931 0.001374 10.0.0.27 - - [2025-11-27 02:20:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000496 10.0.0.27 - - [2025-11-27 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.058882 10.0.0.23 - - [2025-11-27 02:20:41] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000834 10.0.0.27 - - [2025-11-27 02:20:41] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.036165 10.0.0.27 - - [2025-11-27 02:20:41] "POST /neutron/network HTTP/1.1" 200 117 0.035771 10.0.0.23 - - [2025-11-27 02:20:42] "POST /useragent-kv HTTP/1.1" 200 115 0.009567 10.0.0.27 - - [2025-11-27 02:20:42] "POST /neutron/subnet HTTP/1.1" 200 828 0.249239 10.0.0.27 - - [2025-11-27 02:20:42] "POST /id-to-fqname HTTP/1.1" 200 228 0.001143 10.0.0.27 - - [2025-11-27 02:20:42] "GET /virtual-network/932a9986-7200-4ef6-b3e3-048bee05abde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.004961 10.0.0.27 - - [2025-11-27 02:20:42] "GET /virtual-network/932a9986-7200-4ef6-b3e3-048bee05abde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.004982 10.0.0.27 - - [2025-11-27 02:20:42] "POST /neutron/network HTTP/1.1" 200 1005 0.008157 10.0.0.27 - - [2025-11-27 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.23 - - [2025-11-27 02:20:42] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000850 10.0.0.27 - - [2025-11-27 02:20:42] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.040612 10.0.0.27 - - [2025-11-27 02:20:42] "POST /neutron/network HTTP/1.1" 200 117 0.013400 10.0.0.27 - - [2025-11-27 02:20:42] "POST /route-targets HTTP/1.1" 200 327 0.014367 10.0.0.23 - - [2025-11-27 02:20:43] "POST /useragent-kv HTTP/1.1" 200 115 0.010574 10.0.0.23 - - [2025-11-27 02:20:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.050297 10.0.0.27 - - [2025-11-27 02:20:43] "POST /neutron/subnet HTTP/1.1" 200 823 0.201128 10.0.0.27 - - [2025-11-27 02:20:43] "POST /id-to-fqname HTTP/1.1" 200 228 0.001136 10.0.0.27 - - [2025-11-27 02:20:43] "GET /virtual-network/5843cf76-fffc-4966-bd22-af39d789a9ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005067 10.0.0.27 - - [2025-11-27 02:20:43] "GET /virtual-network/5843cf76-fffc-4966-bd22-af39d789a9ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.004735 10.0.0.27 - - [2025-11-27 02:20:43] "POST /neutron/network HTTP/1.1" 200 1004 0.007958 10.0.0.27 - - [2025-11-27 02:20:43] "POST /fqname-to-id HTTP/1.1" 404 234 0.002820 10.0.0.27 - - [2025-11-27 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.23 - - [2025-11-27 02:20:43] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001026 10.0.0.27 - - [2025-11-27 02:20:43] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.035335 10.0.0.27 - - [2025-11-27 02:20:43] "POST /network-policys HTTP/1.1" 200 577 0.030452 10.0.0.27 - - [2025-11-27 02:20:43] "GET /network-policy/546bc25c-a270-4268-af09-d1f55a40cac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.006449 10.0.0.27 - - [2025-11-27 02:20:43] "POST /neutron/network HTTP/1.1" 200 1005 0.008483 10.0.0.27 - - [2025-11-27 02:20:43] "POST /access-control-lists HTTP/1.1" 200 596 0.085009 10.0.0.27 - - [2025-11-27 02:20:43] "GET /virtual-network/932a9986-7200-4ef6-b3e3-048bee05abde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.008349 10.0.0.27 - - [2025-11-27 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.27 - - [2025-11-27 02:20:43] "GET /network-policy/546bc25c-a270-4268-af09-d1f55a40cac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004268 10.0.0.27 - - [2025-11-27 02:20:43] "POST /neutron/network HTTP/1.1" 200 1004 0.008150 10.0.0.27 - - [2025-11-27 02:20:43] "POST /ref-update HTTP/1.1" 200 156 0.031356 10.0.0.27 - - [2025-11-27 02:20:43] "GET /virtual-network/5843cf76-fffc-4966-bd22-af39d789a9ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.008400 10.0.0.27 - - [2025-11-27 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.27 - - [2025-11-27 02:20:43] "GET /network-policy/546bc25c-a270-4268-af09-d1f55a40cac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003736 10.0.0.27 - - [2025-11-27 02:20:44] "GET /virtual-network/932a9986-7200-4ef6-b3e3-048bee05abde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005296 10.0.0.27 - - [2025-11-27 02:20:45] "GET /obj-perms HTTP/1.1" 200 5046 0.061548 10.0.0.27 - - [2025-11-27 02:20:46] "GET /virtual-network/5843cf76-fffc-4966-bd22-af39d789a9ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.004961 10.0.0.33 - - [2025-11-27 02:20:46] "GET /obj-perms HTTP/1.1" 200 5046 0.052303 10.0.0.23 - - [2025-11-27 02:20:46] "GET /obj-perms HTTP/1.1" 200 5046 0.051069 10.0.0.27 - - [2025-11-27 02:20:46] "POST /id-to-fqname HTTP/1.1" 200 228 0.001579 10.0.0.27 - - [2025-11-27 02:20:46] "POST /neutron/network HTTP/1.1" 200 1123 0.006647 10.0.0.23 - - [2025-11-27 02:20:47] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000916 10.0.0.27 - - [2025-11-27 02:20:47] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.064874 10.0.0.27 - - [2025-11-27 02:20:47] "POST /neutron/port HTTP/1.1" 200 117 0.005964 10.0.0.27 - - [2025-11-27 02:20:47] "POST /id-to-fqname HTTP/1.1" 200 228 0.001120 10.0.0.27 - - [2025-11-27 02:20:47] "POST /neutron/network HTTP/1.1" 200 1123 0.008562 10.0.0.27 - - [2025-11-27 02:20:48] "POST /neutron/port HTTP/1.1" 200 1174 0.021397 10.0.0.23 - - [2025-11-27 02:20:48] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001008 10.0.0.27 - - [2025-11-27 02:20:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008482 10.0.0.27 - - [2025-11-27 02:20:48] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.064149 10.0.0.27 - - [2025-11-27 02:20:48] "POST /neutron/subnet HTTP/1.1" 200 1380 0.011640 10.0.0.27 - - [2025-11-27 02:20:48] "POST /neutron/network HTTP/1.1" 200 1113 0.011195 10.0.0.27 - - [2025-11-27 02:20:48] "POST /neutron/port HTTP/1.1" 200 117 0.005790 10.0.0.27 - - [2025-11-27 02:20:49] "POST /neutron/network HTTP/1.1" 200 1122 0.007885 10.0.0.27 - - [2025-11-27 02:20:49] "POST /neutron/port HTTP/1.1" 200 1173 0.076443 10.0.0.27 - - [2025-11-27 02:20:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003587 10.0.0.27 - - [2025-11-27 02:20:49] "POST /neutron/port HTTP/1.1" 200 117 0.000987 10.0.0.27 - - [2025-11-27 02:20:54] "POST /neutron/port HTTP/1.1" 200 1202 0.015304 10.0.0.27 - - [2025-11-27 02:20:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006392 10.0.0.27 - - [2025-11-27 02:20:54] "GET /virtual-machine/a1d7fa91-82f1-44e3-9ea2-7391fadc5e9b HTTP/1.1" 401 292 0.000377 10.0.0.27 - - [2025-11-27 02:20:54] "GET /virtual-machine/a1d7fa91-82f1-44e3-9ea2-7391fadc5e9b HTTP/1.1" 200 1301 0.032550 10.0.0.27 - - [2025-11-27 02:20:54] "GET /virtual-machine-interface/c99c14af-e249-4f69-8b31-3220a547e26c HTTP/1.1" 200 3176 0.004267 10.0.0.27 - - [2025-11-27 02:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.27 - - [2025-11-27 02:20:54] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002754 10.0.0.27 - - [2025-11-27 02:20:54] "GET /virtual-networks?parent_id=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002195 10.0.0.27 - - [2025-11-27 02:20:54] "GET /virtual-network/932a9986-7200-4ef6-b3e3-048bee05abde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005263 10.0.0.27 - - [2025-11-27 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.27 - - [2025-11-27 02:20:57] "GET /virtual-network/932a9986-7200-4ef6-b3e3-048bee05abde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005088 10.0.0.27 - - [2025-11-27 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.27 - - [2025-11-27 02:21:01] "GET /virtual-network/932a9986-7200-4ef6-b3e3-048bee05abde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005624 10.0.0.27 - - [2025-11-27 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.27 - - [2025-11-27 02:21:05] "GET /virtual-network/932a9986-7200-4ef6-b3e3-048bee05abde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005023 10.0.0.27 - - [2025-11-27 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.27 - - [2025-11-27 02:21:10] "GET /virtual-network/932a9986-7200-4ef6-b3e3-048bee05abde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.004496 10.0.0.27 - - [2025-11-27 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.27 - - [2025-11-27 02:21:14] "GET /virtual-network/932a9986-7200-4ef6-b3e3-048bee05abde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005227 10.0.0.27 - - [2025-11-27 02:21:17] "POST /neutron/port HTTP/1.1" 200 1201 0.017116 10.0.0.27 - - [2025-11-27 02:21:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003450 10.0.0.27 - - [2025-11-27 02:21:17] "POST /neutron/port HTTP/1.1" 200 117 0.001015 10.0.0.27 - - [2025-11-27 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.27 - - [2025-11-27 02:21:18] "GET /virtual-network/932a9986-7200-4ef6-b3e3-048bee05abde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005511 10.0.0.23 - - [2025-11-27 02:21:18] "GET /projects?obj_uuids=de000176-43e4-45f8-921a-0fe1dcea3ec8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000818 10.0.0.23 - - [2025-11-27 02:21:18] "DELETE /project/d04038cdacb44c3297780d4130e62080 HTTP/1.1" 404 173 0.005182 10.0.0.23 - - [2025-11-27 02:21:18] "GET /project/de000176-43e4-45f8-921a-0fe1dcea3ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.040727 10.0.0.23 - - [2025-11-27 02:21:18] "GET /projects?obj_uuids=de000176-43e4-45f8-921a-0fe1dcea3ec8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000823 10.0.0.23 - - [2025-11-27 02:21:18] "GET /project/de000176-43e4-45f8-921a-0fe1dcea3ec8?fields=security_groups HTTP/1.1" 200 1373 0.042678 10.0.0.23 - - [2025-11-27 02:21:18] "DELETE /security-group/083ca1d8-1f71-4559-a9be-c5a0921d29d7 HTTP/1.1" 200 115 0.060415 10.0.0.23 - - [2025-11-27 02:21:18] "GET /projects?obj_uuids=de000176-43e4-45f8-921a-0fe1dcea3ec8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001954 10.0.0.27 - - [2025-11-27 02:21:18] "DELETE /access-control-list/73f90b4b-1128-4c68-a265-46b02e077dda HTTP/1.1" 200 115 0.061963 10.0.0.23 - - [2025-11-27 02:21:18] "GET /project/de000176-43e4-45f8-921a-0fe1dcea3ec8?fields=application_policy_sets HTTP/1.1" 200 1412 0.056838 10.0.0.23 - - [2025-11-27 02:21:18] "DELETE /project/de000176-43e4-45f8-921a-0fe1dcea3ec8 HTTP/1.1" 200 115 0.424784 10.0.0.27 - - [2025-11-27 02:21:20] "POST /neutron/port HTTP/1.1" 200 1202 0.014224 10.0.0.27 - - [2025-11-27 02:21:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003537 10.0.0.27 - - [2025-11-27 02:21:20] "POST /neutron/port HTTP/1.1" 200 117 0.001107 10.0.0.27 - - [2025-11-27 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.27 - - [2025-11-27 02:21:22] "GET /virtual-network/932a9986-7200-4ef6-b3e3-048bee05abde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.004603 10.0.0.27 - - [2025-11-27 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.27 - - [2025-11-27 02:21:26] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003684 10.0.0.27 - - [2025-11-27 02:21:26] "GET /virtual-networks?parent_id=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002978 10.0.0.27 - - [2025-11-27 02:21:26] "GET /virtual-network/932a9986-7200-4ef6-b3e3-048bee05abde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005651 10.0.0.27 - - [2025-11-27 02:21:26] "POST /neutron/port HTTP/1.1" 200 1202 0.026136 10.0.0.27 - - [2025-11-27 02:21:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006301 10.0.0.27 - - [2025-11-27 02:21:36] "POST /neutron/port HTTP/1.1" 200 1202 0.013204 10.0.0.27 - - [2025-11-27 02:21:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.005790 10.0.0.27 - - [2025-11-27 02:21:47] "POST /neutron/port HTTP/1.1" 200 1201 0.013283 10.0.0.27 - - [2025-11-27 02:21:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006221 10.0.0.27 - - [2025-11-27 02:21:47] "GET /virtual-machine/8a5f3fcc-3147-4af2-80d0-776fe127070a HTTP/1.1" 200 1299 0.006881 10.0.0.27 - - [2025-11-27 02:21:47] "GET /virtual-machine-interface/0d194e04-7c04-4174-a502-a33108e5fdaf HTTP/1.1" 200 3174 0.005641 10.0.0.27 - - [2025-11-27 02:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.27 - - [2025-11-27 02:21:47] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003104 10.0.0.27 - - [2025-11-27 02:21:47] "GET /virtual-networks?parent_id=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002628 10.0.0.27 - - [2025-11-27 02:21:47] "GET /virtual-network/5843cf76-fffc-4966-bd22-af39d789a9ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.005422 10.0.0.27 - - [2025-11-27 02:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.27 - - [2025-11-27 02:21:48] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004549 10.0.0.27 - - [2025-11-27 02:21:48] "GET /virtual-networks?parent_id=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003231 10.0.0.27 - - [2025-11-27 02:21:48] "GET /virtual-network/5843cf76-fffc-4966-bd22-af39d789a9ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006895 10.0.0.27 - - [2025-11-27 02:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.23 - - [2025-11-27 02:22:09] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000890 10.0.0.27 - - [2025-11-27 02:22:09] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.042965 10.0.0.27 - - [2025-11-27 02:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.27 - - [2025-11-27 02:22:09] "PUT /network-policy/546bc25c-a270-4268-af09-d1f55a40cac2 HTTP/1.1" 200 262 0.014010 10.0.0.27 - - [2025-11-27 02:22:10] "PUT /access-control-list/b192afb9-79b5-49dd-9ca3-1ca1336de23f HTTP/1.1" 200 272 0.059924 10.0.0.27 - - [2025-11-27 02:22:13] "GET /virtual-network/5843cf76-fffc-4966-bd22-af39d789a9ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006774 10.0.0.27 - - [2025-11-27 02:22:13] "POST /neutron/network HTTP/1.1" 200 1112 0.007646 10.0.0.23 - - [2025-11-27 02:22:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.002934 10.0.0.27 - - [2025-11-27 02:22:13] "GET /virtual-network/5843cf76-fffc-4966-bd22-af39d789a9ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006504 10.0.0.27 - - [2025-11-27 02:22:13] "GET /virtual-network/932a9986-7200-4ef6-b3e3-048bee05abde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.009135 10.0.0.27 - - [2025-11-27 02:22:13] "POST /neutron/network HTTP/1.1" 200 1113 0.009028 10.0.0.27 - - [2025-11-27 02:22:13] "DELETE /access-control-list/b192afb9-79b5-49dd-9ca3-1ca1336de23f HTTP/1.1" 200 115 0.042769 10.0.0.27 - - [2025-11-27 02:22:13] "GET /virtual-network/932a9986-7200-4ef6-b3e3-048bee05abde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008714 10.0.0.27 - - [2025-11-27 02:22:13] "DELETE /network-policy/546bc25c-a270-4268-af09-d1f55a40cac2 HTTP/1.1" 200 115 0.041364 10.0.0.27 - - [2025-11-27 02:22:13] "POST /neutron/network HTTP/1.1" 200 1004 0.010084 10.0.0.27 - - [2025-11-27 02:22:13] "POST /neutron/port HTTP/1.1" 200 1227 0.012482 10.0.0.27 - - [2025-11-27 02:22:13] "POST /neutron/port HTTP/1.1" 200 1228 0.011790 10.0.0.23 - - [2025-11-27 02:22:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003259 10.0.0.23 - - [2025-11-27 02:22:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003076 10.0.0.23 - - [2025-11-27 02:22:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002354 10.0.0.23 - - [2025-11-27 02:22:15] "POST /useragent-kv HTTP/1.1" 200 115 0.001850 10.0.0.27 - - [2025-11-27 02:22:15] "POST /neutron/network HTTP/1.1" 200 151 0.123567 10.0.0.27 - - [2025-11-27 02:22:15] "DELETE /route-target/77403d38-1212-48a6-9700-958707e07efc HTTP/1.1" 200 115 0.025997 10.0.0.23 - - [2025-11-27 02:22:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.23 - - [2025-11-27 02:22:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.23 - - [2025-11-27 02:22:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.23 - - [2025-11-27 02:22:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.23 - - [2025-11-27 02:22:20] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000948 10.0.0.27 - - [2025-11-27 02:22:20] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.037526 10.0.0.33 - - [2025-11-27 02:22:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.33 - - [2025-11-27 02:22:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.27 - - [2025-11-27 02:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.23 - - [2025-11-27 02:22:21] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000798 10.0.0.27 - - [2025-11-27 02:22:21] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006301 10.0.0.27 - - [2025-11-27 02:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.23 - - [2025-11-27 02:22:21] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000951 10.0.0.27 - - [2025-11-27 02:22:21] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046801 10.0.0.27 - - [2025-11-27 02:22:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.27 - - [2025-11-27 02:22:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.27 - - [2025-11-27 02:22:21] "GET /domains HTTP/1.1" 200 280 0.003006 10.0.0.23 - - [2025-11-27 02:22:21] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000824 10.0.0.27 - - [2025-11-27 02:22:21] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a HTTP/1.1" 200 2776 0.014774 10.0.0.23 - - [2025-11-27 02:22:21] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001119 10.0.0.27 - - [2025-11-27 02:22:21] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080 HTTP/1.1" 200 1901 0.076088 10.0.0.27 - - [2025-11-27 02:22:21] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002580 10.0.0.27 - - [2025-11-27 02:22:22] "POST /network-ipams HTTP/1.1" 200 609 0.039354 10.0.0.33 - - [2025-11-27 02:22:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000321 10.0.0.27 - - [2025-11-27 02:22:22] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.002702 10.0.0.33 - - [2025-11-27 02:22:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000252 10.0.0.27 - - [2025-11-27 02:22:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.27 - - [2025-11-27 02:22:22] "GET /network-ipam/3254e2aa-068d-4a6d-ba64-f6c555af209a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.005544 10.0.0.27 - - [2025-11-27 02:22:22] "PUT /network-ipam/3254e2aa-068d-4a6d-ba64-f6c555af209a HTTP/1.1" 200 258 0.011925 10.0.0.27 - - [2025-11-27 02:22:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.23 - - [2025-11-27 02:22:22] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001023 10.0.0.27 - - [2025-11-27 02:22:22] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.042323 10.0.0.27 - - [2025-11-27 02:22:22] "POST /neutron/network HTTP/1.1" 200 117 0.010631 10.0.0.27 - - [2025-11-27 02:22:22] "POST /route-targets HTTP/1.1" 200 327 0.014383 10.0.0.27 - - [2025-11-27 02:22:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.27 - - [2025-11-27 02:22:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.23 - - [2025-11-27 02:22:23] "POST /useragent-kv HTTP/1.1" 200 115 0.007039 10.0.0.27 - - [2025-11-27 02:22:23] "POST /neutron/subnet HTTP/1.1" 200 701 0.240011 10.0.0.27 - - [2025-11-27 02:22:23] "POST /id-to-fqname HTTP/1.1" 200 231 0.001178 10.0.0.27 - - [2025-11-27 02:22:23] "GET /virtual-network/f9ad56c1-afff-4ec5-96d0-4b1787107f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006699 10.0.0.27 - - [2025-11-27 02:22:23] "POST /neutron/network HTTP/1.1" 200 1309 0.009460 10.0.0.27 - - [2025-11-27 02:22:23] "GET /virtual-network/f9ad56c1-afff-4ec5-96d0-4b1787107f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.004529 10.0.0.27 - - [2025-11-27 02:22:23] "POST /neutron/subnet HTTP/1.1" 200 701 0.012962 10.0.0.27 - - [2025-11-27 02:22:23] "GET /virtual-network/f9ad56c1-afff-4ec5-96d0-4b1787107f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005830 10.0.0.27 - - [2025-11-27 02:22:24] "GET /obj-perms HTTP/1.1" 200 5046 0.004040 10.0.0.27 - - [2025-11-27 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.23 - - [2025-11-27 02:22:24] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001133 10.0.0.27 - - [2025-11-27 02:22:24] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.051250 10.0.0.23 - - [2025-11-27 02:22:24] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000864 10.0.0.27 - - [2025-11-27 02:22:24] "POST /neutron/network HTTP/1.1" 200 619 0.118023 10.0.0.27 - - [2025-11-27 02:22:24] "POST /ref-update HTTP/1.1" 200 156 0.023459 10.0.0.23 - - [2025-11-27 02:22:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.005793 10.0.0.23 - - [2025-11-27 02:22:24] "POST /useragent-kv HTTP/1.1" 200 115 0.008565 10.0.0.27 - - [2025-11-27 02:22:24] "POST /neutron/subnet HTTP/1.1" 200 828 0.156012 10.0.0.27 - - [2025-11-27 02:22:25] "POST /id-to-fqname HTTP/1.1" 200 231 0.001722 10.0.0.27 - - [2025-11-27 02:22:25] "GET /virtual-network/b10420c4-6b71-4626-b5a6-673bb63dcb9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005469 10.0.0.27 - - [2025-11-27 02:22:25] "GET /virtual-network/b10420c4-6b71-4626-b5a6-673bb63dcb9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006617 10.0.0.27 - - [2025-11-27 02:22:25] "POST /neutron/network HTTP/1.1" 200 1309 0.010921 10.0.0.27 - - [2025-11-27 02:22:25] "POST /neutron/subnet HTTP/1.1" 200 828 0.008056 10.0.0.27 - - [2025-11-27 02:22:25] "GET /virtual-network/b10420c4-6b71-4626-b5a6-673bb63dcb9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005113 10.0.0.33 - - [2025-11-27 02:22:25] "GET /obj-perms HTTP/1.1" 200 5046 0.003852 10.0.0.27 - - [2025-11-27 02:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.23 - - [2025-11-27 02:22:25] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000870 10.0.0.27 - - [2025-11-27 02:22:25] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.041317 10.0.0.23 - - [2025-11-27 02:22:26] "POST /useragent-kv HTTP/1.1" 200 115 0.006667 10.0.0.27 - - [2025-11-27 02:22:26] "POST /neutron/subnet HTTP/1.1" 200 701 0.155962 10.0.0.27 - - [2025-11-27 02:22:26] "POST /neutron/network HTTP/1.1" 200 1309 0.011382 10.0.0.27 - - [2025-11-27 02:22:26] "POST /id-to-fqname HTTP/1.1" 200 231 0.000929 10.0.0.27 - - [2025-11-27 02:22:26] "GET /virtual-network/a99248cc-aaa2-419c-b834-a7fc173d3e59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.004627 10.0.0.27 - - [2025-11-27 02:22:26] "GET /virtual-network/a99248cc-aaa2-419c-b834-a7fc173d3e59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005676 10.0.0.27 - - [2025-11-27 02:22:26] "POST /neutron/subnet HTTP/1.1" 200 701 0.008394 10.0.0.27 - - [2025-11-27 02:22:26] "GET /virtual-network/a99248cc-aaa2-419c-b834-a7fc173d3e59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005062 10.0.0.23 - - [2025-11-27 02:22:27] "GET /obj-perms HTTP/1.1" 200 5046 0.003477 10.0.0.27 - - [2025-11-27 02:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.23 - - [2025-11-27 02:22:27] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000957 10.0.0.27 - - [2025-11-27 02:22:27] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.054189 10.0.0.27 - - [2025-11-27 02:22:27] "POST /neutron/network HTTP/1.1" 200 117 0.013718 10.0.0.27 - - [2025-11-27 02:22:27] "POST /ref-update HTTP/1.1" 200 156 0.025108 10.0.0.23 - - [2025-11-27 02:22:28] "POST /useragent-kv HTTP/1.1" 200 115 0.013771 10.0.0.27 - - [2025-11-27 02:22:28] "POST /neutron/subnet HTTP/1.1" 200 701 0.154087 10.0.0.27 - - [2025-11-27 02:22:28] "POST /id-to-fqname HTTP/1.1" 200 231 0.001214 10.0.0.27 - - [2025-11-27 02:22:28] "GET /virtual-network/1f88c8d8-c2e6-4c46-a5b1-c7b59c0835a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006353 10.0.0.27 - - [2025-11-27 02:22:28] "POST /neutron/network HTTP/1.1" 200 1309 0.009878 10.0.0.27 - - [2025-11-27 02:22:28] "GET /virtual-network/1f88c8d8-c2e6-4c46-a5b1-c7b59c0835a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.004453 10.0.0.27 - - [2025-11-27 02:22:28] "POST /neutron/subnet HTTP/1.1" 200 701 0.007147 10.0.0.27 - - [2025-11-27 02:22:28] "GET /virtual-network/1f88c8d8-c2e6-4c46-a5b1-c7b59c0835a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005368 10.0.0.27 - - [2025-11-27 02:22:28] "GET /obj-perms HTTP/1.1" 200 5046 0.003314 10.0.0.27 - - [2025-11-27 02:22:28] "POST /fqname-to-id HTTP/1.1" 404 225 0.002683 10.0.0.27 - - [2025-11-27 02:22:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.23 - - [2025-11-27 02:22:29] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000917 10.0.0.27 - - [2025-11-27 02:22:29] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.042888 10.0.0.27 - - [2025-11-27 02:22:29] "POST /network-policys HTTP/1.1" 200 559 0.069790 10.0.0.27 - - [2025-11-27 02:22:29] "GET /network-policy/d9e5992a-2834-4175-aa12-7b258d72836d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.005919 10.0.0.27 - - [2025-11-27 02:22:29] "POST /fqname-to-id HTTP/1.1" 404 225 0.002809 10.0.0.27 - - [2025-11-27 02:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.23 - - [2025-11-27 02:22:29] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001011 10.0.0.27 - - [2025-11-27 02:22:29] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.037885 10.0.0.27 - - [2025-11-27 02:22:29] "POST /network-policys HTTP/1.1" 200 559 0.074984 10.0.0.27 - - [2025-11-27 02:22:29] "GET /network-policy/ee6fca04-92e1-4900-90fb-86be24e591fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.005297 10.0.0.27 - - [2025-11-27 02:22:29] "POST /fqname-to-id HTTP/1.1" 404 225 0.002499 10.0.0.27 - - [2025-11-27 02:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.23 - - [2025-11-27 02:22:29] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000921 10.0.0.27 - - [2025-11-27 02:22:29] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.033513 10.0.0.27 - - [2025-11-27 02:22:30] "POST /network-policys HTTP/1.1" 200 559 0.074615 10.0.0.27 - - [2025-11-27 02:22:30] "GET /network-policy/ba4e44b0-5241-4a3a-baaf-20902815ffe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.005317 10.0.0.27 - - [2025-11-27 02:22:30] "POST /fqname-to-id HTTP/1.1" 404 225 0.002617 10.0.0.27 - - [2025-11-27 02:22:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.23 - - [2025-11-27 02:22:30] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001037 10.0.0.27 - - [2025-11-27 02:22:30] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.051131 10.0.0.27 - - [2025-11-27 02:22:30] "POST /network-policys HTTP/1.1" 200 559 0.074709 10.0.0.27 - - [2025-11-27 02:22:30] "GET /network-policy/21491e24-3035-4d89-a2c8-e6a23fa2f813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.005865 10.0.0.27 - - [2025-11-27 02:22:30] "POST /fqname-to-id HTTP/1.1" 404 225 0.002640 10.0.0.27 - - [2025-11-27 02:22:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.23 - - [2025-11-27 02:22:30] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000985 10.0.0.27 - - [2025-11-27 02:22:30] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.034899 10.0.0.27 - - [2025-11-27 02:22:30] "POST /network-policys HTTP/1.1" 200 559 0.078686 10.0.0.27 - - [2025-11-27 02:22:30] "GET /network-policy/eb48ee7a-b237-4f83-964d-b23961d923c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.005949 10.0.0.27 - - [2025-11-27 02:22:31] "POST /fqname-to-id HTTP/1.1" 404 225 0.002503 10.0.0.27 - - [2025-11-27 02:22:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002246 10.0.0.23 - - [2025-11-27 02:22:31] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000954 10.0.0.27 - - [2025-11-27 02:22:31] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.037665 10.0.0.27 - - [2025-11-27 02:22:31] "POST /network-policys HTTP/1.1" 200 559 0.074752 10.0.0.27 - - [2025-11-27 02:22:31] "GET /network-policy/dd5c7e87-95bc-45c8-801b-117f58fea93b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.010987 10.0.0.27 - - [2025-11-27 02:22:31] "POST /fqname-to-id HTTP/1.1" 404 225 0.002587 10.0.0.27 - - [2025-11-27 02:22:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.23 - - [2025-11-27 02:22:31] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001050 10.0.0.27 - - [2025-11-27 02:22:31] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.044666 10.0.0.27 - - [2025-11-27 02:22:31] "POST /network-policys HTTP/1.1" 200 559 0.081535 10.0.0.27 - - [2025-11-27 02:22:31] "GET /network-policy/a1dca4c4-97da-46cc-a072-77a1336feee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.008858 10.0.0.27 - - [2025-11-27 02:22:31] "POST /fqname-to-id HTTP/1.1" 404 225 0.004677 10.0.0.27 - - [2025-11-27 02:22:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002552 10.0.0.23 - - [2025-11-27 02:22:31] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000927 10.0.0.27 - - [2025-11-27 02:22:32] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.048648 10.0.0.27 - - [2025-11-27 02:22:32] "POST /network-policys HTTP/1.1" 200 559 0.070752 10.0.0.27 - - [2025-11-27 02:22:32] "GET /network-policy/ae0815ec-710e-4bb2-a30b-65746aeeb0d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.005672 10.0.0.23 - - [2025-11-27 02:22:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.005667 10.0.0.27 - - [2025-11-27 02:22:32] "POST /neutron/network HTTP/1.1" 200 1494 0.098793 10.0.0.27 - - [2025-11-27 02:22:32] "GET /virtual-network/f9ad56c1-afff-4ec5-96d0-4b1787107f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005684 10.0.0.27 - - [2025-11-27 02:22:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.012102 10.0.0.27 - - [2025-11-27 02:22:32] "GET /network-policy/d9e5992a-2834-4175-aa12-7b258d72836d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.004209 10.0.0.27 - - [2025-11-27 02:22:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.27 - - [2025-11-27 02:22:32] "GET /network-policy/ee6fca04-92e1-4900-90fb-86be24e591fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.003908 10.0.0.27 - - [2025-11-27 02:22:32] "POST /fqname-to-id HTTP/1.1" 404 248 0.008375 10.0.0.27 - - [2025-11-27 02:22:32] "POST /neutron/network HTTP/1.1" 200 1494 0.096463 10.0.0.27 - - [2025-11-27 02:22:33] "GET /virtual-network/b10420c4-6b71-4626-b5a6-673bb63dcb9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007783 10.0.0.27 - - [2025-11-27 02:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.27 - - [2025-11-27 02:22:33] "GET /network-policy/21491e24-3035-4d89-a2c8-e6a23fa2f813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.004365 10.0.0.27 - - [2025-11-27 02:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002598 10.0.0.27 - - [2025-11-27 02:22:33] "GET /network-policy/ba4e44b0-5241-4a3a-baaf-20902815ffe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.004716 10.0.0.27 - - [2025-11-27 02:22:33] "POST /fqname-to-id HTTP/1.1" 404 248 0.006121 10.0.0.27 - - [2025-11-27 02:22:33] "POST /neutron/network HTTP/1.1" 200 1494 0.098459 10.0.0.27 - - [2025-11-27 02:22:33] "GET /virtual-network/a99248cc-aaa2-419c-b834-a7fc173d3e59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.011456 10.0.0.27 - - [2025-11-27 02:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005332 10.0.0.27 - - [2025-11-27 02:22:33] "GET /network-policy/dd5c7e87-95bc-45c8-801b-117f58fea93b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.003653 10.0.0.27 - - [2025-11-27 02:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002544 10.0.0.27 - - [2025-11-27 02:22:33] "GET /network-policy/eb48ee7a-b237-4f83-964d-b23961d923c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.003983 10.0.0.23 - - [2025-11-27 02:22:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.002382 10.0.0.27 - - [2025-11-27 02:22:33] "POST /neutron/network HTTP/1.1" 200 1494 0.068353 10.0.0.27 - - [2025-11-27 02:22:33] "GET /virtual-network/1f88c8d8-c2e6-4c46-a5b1-c7b59c0835a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006784 10.0.0.27 - - [2025-11-27 02:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.27 - - [2025-11-27 02:22:33] "POST /access-control-lists HTTP/1.1" 200 605 0.043515 10.0.0.27 - - [2025-11-27 02:22:33] "GET /network-policy/a1dca4c4-97da-46cc-a072-77a1336feee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.004246 10.0.0.27 - - [2025-11-27 02:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002507 10.0.0.27 - - [2025-11-27 02:22:34] "GET /network-policy/ae0815ec-710e-4bb2-a30b-65746aeeb0d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.003718 10.0.0.27 - - [2025-11-27 02:22:34] "POST /id-to-fqname HTTP/1.1" 200 231 0.000999 10.0.0.23 - - [2025-11-27 02:23:05] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000934 10.0.0.27 - - [2025-11-27 02:23:05] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.066372 10.0.0.27 - - [2025-11-27 02:23:05] "POST /neutron/network HTTP/1.1" 200 1494 0.014269 10.0.0.27 - - [2025-11-27 02:23:05] "POST /id-to-fqname HTTP/1.1" 200 231 0.001166 10.0.0.27 - - [2025-11-27 02:23:06] "POST /neutron/port HTTP/1.1" 200 117 0.005973 10.0.0.23 - - [2025-11-27 02:23:06] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001235 10.0.0.23 - - [2025-11-27 02:23:07] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000941 10.0.0.27 - - [2025-11-27 02:23:07] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.127049 10.0.0.27 - - [2025-11-27 02:23:07] "POST /neutron/port HTTP/1.1" 200 1170 0.753734 10.0.0.27 - - [2025-11-27 02:23:07] "POST /neutron/port HTTP/1.1" 200 1144 0.048415 10.0.0.27 - - [2025-11-27 02:23:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011544 10.0.0.27 - - [2025-11-27 02:23:07] "POST /neutron/port HTTP/1.1" 200 1224 0.268071 10.0.0.27 - - [2025-11-27 02:23:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006175 10.0.0.27 - - [2025-11-27 02:23:07] "POST /neutron/subnet HTTP/1.1" 200 1361 0.041025 10.0.0.27 - - [2025-11-27 02:23:08] "POST /neutron/network HTTP/1.1" 200 1494 0.024701 10.0.0.27 - - [2025-11-27 02:23:09] "POST /neutron/port HTTP/1.1" 200 1224 0.274182 10.0.0.27 - - [2025-11-27 02:23:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008227 10.0.0.27 - - [2025-11-27 02:23:09] "POST /neutron/port HTTP/1.1" 200 117 0.006721 10.0.0.27 - - [2025-11-27 02:23:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.021588 10.0.0.27 - - [2025-11-27 02:23:23] "POST /neutron/port HTTP/1.1" 200 1198 0.044229 10.0.0.27 - - [2025-11-27 02:23:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.027453 10.0.0.33 - - [2025-11-27 02:23:29] "GET /obj-perms HTTP/1.1" 200 5056 0.078229 10.0.0.23 - - [2025-11-27 02:23:30] "GET /obj-perms HTTP/1.1" 200 5056 0.063246 10.0.0.27 - - [2025-11-27 02:23:38] "POST /neutron/port HTTP/1.1" 200 1198 0.050086 10.0.0.27 - - [2025-11-27 02:23:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007018 10.0.0.27 - - [2025-11-27 02:23:53] "POST /neutron/port HTTP/1.1" 200 1198 0.013792 10.0.0.27 - - [2025-11-27 02:23:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006647 10.0.0.27 - - [2025-11-27 02:24:09] "POST /neutron/port HTTP/1.1" 200 1198 0.014297 10.0.0.27 - - [2025-11-27 02:24:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007055 10.0.0.27 - - [2025-11-27 02:24:19] "POST /neutron/port HTTP/1.1" 200 1198 0.015311 10.0.0.27 - - [2025-11-27 02:24:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006970 10.0.0.27 - - [2025-11-27 02:24:19] "GET /virtual-machine/cdf97802-09b3-46ff-871a-7c7f99daf0ee HTTP/1.1" 200 1300 0.005787 10.0.0.27 - - [2025-11-27 02:24:19] "GET /virtual-machine-interface/c5e7bf75-1c3f-415d-b686-a35426edf849 HTTP/1.1" 200 3185 0.005067 10.0.0.27 - - [2025-11-27 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.27 - - [2025-11-27 02:24:19] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003284 10.0.0.27 - - [2025-11-27 02:24:19] "GET /virtual-networks?parent_id=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002827 10.0.0.27 - - [2025-11-27 02:24:19] "GET /virtual-network/f9ad56c1-afff-4ec5-96d0-4b1787107f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005425 10.0.0.27 - - [2025-11-27 02:24:22] "POST /neutron/network HTTP/1.1" 200 1504 0.006771 10.0.0.27 - - [2025-11-27 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.27 - - [2025-11-27 02:24:22] "GET /virtual-network/f9ad56c1-afff-4ec5-96d0-4b1787107f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.004816 10.0.0.27 - - [2025-11-27 02:24:22] "POST /neutron/subnet HTTP/1.1" 200 1361 0.015863 10.0.0.27 - - [2025-11-27 02:24:22] "POST /neutron/network HTTP/1.1" 200 1494 0.011301 10.0.0.27 - - [2025-11-27 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.27 - - [2025-11-27 02:24:26] "GET /virtual-network/f9ad56c1-afff-4ec5-96d0-4b1787107f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005327 10.0.0.27 - - [2025-11-27 02:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.27 - - [2025-11-27 02:24:30] "GET /virtual-network/f9ad56c1-afff-4ec5-96d0-4b1787107f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005401 10.0.0.27 - - [2025-11-27 02:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.27 - - [2025-11-27 02:24:35] "GET /virtual-network/f9ad56c1-afff-4ec5-96d0-4b1787107f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005216 10.0.0.27 - - [2025-11-27 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.27 - - [2025-11-27 02:24:39] "GET /virtual-network/f9ad56c1-afff-4ec5-96d0-4b1787107f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005652 10.0.0.27 - - [2025-11-27 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.27 - - [2025-11-27 02:24:43] "GET /virtual-network/f9ad56c1-afff-4ec5-96d0-4b1787107f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005245 10.0.0.27 - - [2025-11-27 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.27 - - [2025-11-27 02:24:47] "GET /virtual-network/f9ad56c1-afff-4ec5-96d0-4b1787107f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005276 10.0.0.27 - - [2025-11-27 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.27 - - [2025-11-27 02:24:51] "GET /virtual-network/f9ad56c1-afff-4ec5-96d0-4b1787107f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005562 10.0.0.27 - - [2025-11-27 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.27 - - [2025-11-27 02:24:53] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003406 10.0.0.27 - - [2025-11-27 02:24:53] "GET /virtual-networks?parent_id=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003859 10.0.0.27 - - [2025-11-27 02:24:53] "GET /virtual-network/f9ad56c1-afff-4ec5-96d0-4b1787107f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005663 10.0.0.27 - - [2025-11-27 02:24:58] "POST /neutron/port HTTP/1.1" 200 1198 0.014541 10.0.0.27 - - [2025-11-27 02:25:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.045422 10.0.0.27 - - [2025-11-27 02:25:09] "POST /neutron/port HTTP/1.1" 200 1198 0.014382 10.0.0.27 - - [2025-11-27 02:25:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006298 10.0.0.27 - - [2025-11-27 02:25:14] "POST /neutron/port HTTP/1.1" 200 1198 0.014195 10.0.0.27 - - [2025-11-27 02:25:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006577 10.0.0.27 - - [2025-11-27 02:25:14] "GET /virtual-machine/4b05ed5f-82a6-4678-942d-6369a82e8024 HTTP/1.1" 200 1300 0.007133 10.0.0.27 - - [2025-11-27 02:25:14] "GET /virtual-machine-interface/f78847f0-0b0c-4db3-aff4-b719ddee8acd HTTP/1.1" 200 3185 0.005127 10.0.0.27 - - [2025-11-27 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.27 - - [2025-11-27 02:25:14] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003321 10.0.0.27 - - [2025-11-27 02:25:14] "GET /virtual-networks?parent_id=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002818 10.0.0.27 - - [2025-11-27 02:25:14] "GET /virtual-network/b10420c4-6b71-4626-b5a6-673bb63dcb9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005877 10.0.0.27 - - [2025-11-27 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.27 - - [2025-11-27 02:25:15] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003597 10.0.0.27 - - [2025-11-27 02:25:15] "GET /virtual-networks?parent_id=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002848 10.0.0.27 - - [2025-11-27 02:25:15] "GET /virtual-network/b10420c4-6b71-4626-b5a6-673bb63dcb9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005352 10.0.0.27 - - [2025-11-27 02:25:20] "POST /neutron/port HTTP/1.1" 200 1198 0.014697 10.0.0.27 - - [2025-11-27 02:25:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004367 10.0.0.27 - - [2025-11-27 02:25:20] "POST /neutron/port HTTP/1.1" 200 117 0.001039 10.0.0.27 - - [2025-11-27 02:25:21] "POST /neutron/port HTTP/1.1" 200 2278 0.015308 10.0.0.27 - - [2025-11-27 02:25:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006826 10.0.0.27 - - [2025-11-27 02:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.27 - - [2025-11-27 02:25:21] "GET /network-policy/ba4e44b0-5241-4a3a-baaf-20902815ffe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.003680 10.0.0.27 - - [2025-11-27 02:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.27 - - [2025-11-27 02:25:21] "GET /network-policy/21491e24-3035-4d89-a2c8-e6a23fa2f813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.003784 10.0.0.27 - - [2025-11-27 02:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002606 10.0.0.27 - - [2025-11-27 02:25:21] "GET /network-policy/d9e5992a-2834-4175-aa12-7b258d72836d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.004575 10.0.0.27 - - [2025-11-27 02:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.27 - - [2025-11-27 02:25:21] "GET /network-policy/ee6fca04-92e1-4900-90fb-86be24e591fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004073 10.0.0.27 - - [2025-11-27 02:25:22] "POST /neutron/port HTTP/1.1" 200 1198 0.044491 10.0.0.27 - - [2025-11-27 02:25:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003606 10.0.0.27 - - [2025-11-27 02:25:22] "POST /neutron/port HTTP/1.1" 200 117 0.001017 10.0.0.27 - - [2025-11-27 02:25:31] "GET /obj-perms HTTP/1.1" 200 5056 0.058552 10.0.0.27 - - [2025-11-27 02:25:39] "GET /virtual-machine/4b05ed5f-82a6-4678-942d-6369a82e8024 HTTP/1.1" 200 1300 0.004007 10.0.0.27 - - [2025-11-27 02:25:39] "POST /neutron/port HTTP/1.1" 200 1198 0.014543 10.0.0.27 - - [2025-11-27 02:25:41] "GET /virtual-machine/4b05ed5f-82a6-4678-942d-6369a82e8024 HTTP/1.1" 404 171 0.002964 10.0.0.27 - - [2025-11-27 02:25:41] "GET /virtual-machine/4b05ed5f-82a6-4678-942d-6369a82e8024 HTTP/1.1" 404 171 0.002386 10.0.0.27 - - [2025-11-27 02:25:41] "GET /virtual-machine/4b05ed5f-82a6-4678-942d-6369a82e8024 HTTP/1.1" 404 171 0.002973 10.0.0.27 - - [2025-11-27 02:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.032773 10.0.0.27 - - [2025-11-27 02:25:41] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004037 10.0.0.27 - - [2025-11-27 02:25:41] "GET /virtual-networks?parent_id=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003347 10.0.0.27 - - [2025-11-27 02:25:41] "GET /virtual-network/b10420c4-6b71-4626-b5a6-673bb63dcb9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005197 10.0.0.27 - - [2025-11-27 02:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.27 - - [2025-11-27 02:25:41] "GET /routing-instance/c0d6a2f2-f210-457d-8c64-d50add82bd7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004422 10.0.0.27 - - [2025-11-27 02:25:41] "GET /route-target/0c02df45-bd97-41c6-aa60-4ec8a2edb34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.002887 10.0.0.27 - - [2025-11-27 02:25:41] "GET /virtual-machine/4b05ed5f-82a6-4678-942d-6369a82e8024 HTTP/1.1" 404 171 0.003168 10.0.0.27 - - [2025-11-27 02:25:42] "GET /virtual-machine/4b05ed5f-82a6-4678-942d-6369a82e8024 HTTP/1.1" 404 171 0.003903 10.0.0.27 - - [2025-11-27 02:25:43] "GET /virtual-machine/4b05ed5f-82a6-4678-942d-6369a82e8024 HTTP/1.1" 404 171 0.003696 10.0.0.27 - - [2025-11-27 02:25:44] "GET /virtual-machine/4b05ed5f-82a6-4678-942d-6369a82e8024 HTTP/1.1" 404 171 0.002927 10.0.0.27 - - [2025-11-27 02:25:45] "GET /virtual-machine/4b05ed5f-82a6-4678-942d-6369a82e8024 HTTP/1.1" 404 171 0.003273 10.0.0.27 - - [2025-11-27 02:25:46] "GET /virtual-machine/4b05ed5f-82a6-4678-942d-6369a82e8024 HTTP/1.1" 404 171 0.003770 10.0.0.33 - - [2025-11-27 02:25:50] "GET /obj-perms HTTP/1.1" 200 5046 0.062344 10.0.0.27 - - [2025-11-27 02:25:53] "GET /obj-perms HTTP/1.1" 200 5046 0.065257 10.0.0.33 - - [2025-11-27 02:25:59] "GET /obj-perms HTTP/1.1" 200 5046 0.003265 10.0.0.27 - - [2025-11-27 02:26:02] "GET /obj-perms HTTP/1.1" 200 5046 0.003683 10.0.0.27 - - [2025-11-27 02:26:02] "GET /virtual-machine/cdf97802-09b3-46ff-871a-7c7f99daf0ee HTTP/1.1" 200 1300 0.026506 10.0.0.27 - - [2025-11-27 02:26:03] "POST /neutron/port HTTP/1.1" 200 1198 0.040071 10.0.0.27 - - [2025-11-27 02:26:04] "GET /virtual-machine/cdf97802-09b3-46ff-871a-7c7f99daf0ee HTTP/1.1" 404 171 0.003923 10.0.0.27 - - [2025-11-27 02:26:04] "GET /virtual-machine/cdf97802-09b3-46ff-871a-7c7f99daf0ee HTTP/1.1" 404 171 0.003403 10.0.0.27 - - [2025-11-27 02:26:04] "GET /virtual-machine/cdf97802-09b3-46ff-871a-7c7f99daf0ee HTTP/1.1" 404 171 0.003247 10.0.0.27 - - [2025-11-27 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.27 - - [2025-11-27 02:26:05] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004744 10.0.0.27 - - [2025-11-27 02:26:05] "GET /virtual-networks?parent_id=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003592 10.0.0.27 - - [2025-11-27 02:26:05] "GET /virtual-network/f9ad56c1-afff-4ec5-96d0-4b1787107f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.008078 10.0.0.27 - - [2025-11-27 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.27 - - [2025-11-27 02:26:05] "GET /routing-instance/4685ba06-1d6f-40a7-a3f6-1e822dcae7b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004997 10.0.0.27 - - [2025-11-27 02:26:05] "GET /route-target/6b267040-a966-4806-af32-0e9692b886ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004583 10.0.0.27 - - [2025-11-27 02:26:05] "GET /obj-perms HTTP/1.1" 200 5046 0.004658 10.0.0.33 - - [2025-11-27 02:26:05] "GET /obj-perms HTTP/1.1" 200 5046 0.004030 10.0.0.27 - - [2025-11-27 02:26:14] "GET /obj-perms HTTP/1.1" 200 5046 0.004829 10.0.0.33 - - [2025-11-27 02:26:14] "GET /obj-perms HTTP/1.1" 200 5046 0.003708 10.0.0.27 - - [2025-11-27 02:26:23] "GET /obj-perms HTTP/1.1" 200 5046 0.003719 10.0.0.33 - - [2025-11-27 02:26:23] "GET /obj-perms HTTP/1.1" 200 5046 0.003573 10.0.0.33 - - [2025-11-27 02:26:32] "GET /obj-perms HTTP/1.1" 200 5056 0.053692 10.0.0.23 - - [2025-11-27 02:26:32] "GET /obj-perms HTTP/1.1" 200 5056 0.056594 10.0.0.27 - - [2025-11-27 02:26:32] "GET /obj-perms HTTP/1.1" 200 5046 0.003622 10.0.0.27 - - [2025-11-27 02:26:33] "GET /virtual-network/1f88c8d8-c2e6-4c46-a5b1-c7b59c0835a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005200 10.0.0.27 - - [2025-11-27 02:26:33] "POST /neutron/network HTTP/1.1" 200 1494 0.014239 10.0.0.27 - - [2025-11-27 02:26:33] "DELETE /access-control-list/b6666fc0-ec8f-4298-9fa7-6bae51a43dd5 HTTP/1.1" 200 115 0.077430 10.0.0.27 - - [2025-11-27 02:26:33] "GET /virtual-network/1f88c8d8-c2e6-4c46-a5b1-c7b59c0835a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007391 10.0.0.27 - - [2025-11-27 02:26:33] "GET /virtual-network/a99248cc-aaa2-419c-b834-a7fc173d3e59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005389 10.0.0.27 - - [2025-11-27 02:26:33] "POST /neutron/network HTTP/1.1" 200 1494 0.009254 10.0.0.27 - - [2025-11-27 02:26:33] "GET /virtual-network/a99248cc-aaa2-419c-b834-a7fc173d3e59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.011613 10.0.0.27 - - [2025-11-27 02:26:33] "GET /virtual-network/b10420c4-6b71-4626-b5a6-673bb63dcb9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.004915 10.0.0.27 - - [2025-11-27 02:26:33] "POST /neutron/network HTTP/1.1" 200 1494 0.011728 10.0.0.23 - - [2025-11-27 02:26:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.087940 10.0.0.27 - - [2025-11-27 02:26:34] "GET /virtual-network/b10420c4-6b71-4626-b5a6-673bb63dcb9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006842 10.0.0.27 - - [2025-11-27 02:26:34] "POST /ref-update HTTP/1.1" 200 156 0.019506 10.0.0.27 - - [2025-11-27 02:26:34] "GET /virtual-network/f9ad56c1-afff-4ec5-96d0-4b1787107f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.015658 10.0.0.27 - - [2025-11-27 02:26:34] "POST /neutron/network HTTP/1.1" 200 1494 0.010766 10.0.0.27 - - [2025-11-27 02:26:34] "GET /virtual-network/f9ad56c1-afff-4ec5-96d0-4b1787107f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.013266 10.0.0.27 - - [2025-11-27 02:26:34] "DELETE /network-policy/ae0815ec-710e-4bb2-a30b-65746aeeb0d9 HTTP/1.1" 200 115 0.060663 10.0.0.27 - - [2025-11-27 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004789 10.0.0.23 - - [2025-11-27 02:26:34] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.033714 10.0.0.27 - - [2025-11-27 02:26:34] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.073454 10.0.0.27 - - [2025-11-27 02:26:34] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-64097031&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.004824 10.0.0.27 - - [2025-11-27 02:26:34] "DELETE /network-policy/a1dca4c4-97da-46cc-a072-77a1336feee8 HTTP/1.1" 200 115 0.041697 10.0.0.27 - - [2025-11-27 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.23 - - [2025-11-27 02:26:34] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000888 10.0.0.27 - - [2025-11-27 02:26:34] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.033580 10.0.0.27 - - [2025-11-27 02:26:34] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-64097031&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.005083 10.0.0.27 - - [2025-11-27 02:26:34] "DELETE /network-policy/dd5c7e87-95bc-45c8-801b-117f58fea93b HTTP/1.1" 200 115 0.033816 10.0.0.27 - - [2025-11-27 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.23 - - [2025-11-27 02:26:35] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000898 10.0.0.27 - - [2025-11-27 02:26:35] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.033316 10.0.0.27 - - [2025-11-27 02:26:35] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-64097031&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.004596 10.0.0.27 - - [2025-11-27 02:26:35] "DELETE /network-policy/eb48ee7a-b237-4f83-964d-b23961d923c1 HTTP/1.1" 200 115 0.037382 10.0.0.27 - - [2025-11-27 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002518 10.0.0.23 - - [2025-11-27 02:26:35] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000878 10.0.0.27 - - [2025-11-27 02:26:35] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.041763 10.0.0.27 - - [2025-11-27 02:26:35] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-64097031&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.007058 10.0.0.27 - - [2025-11-27 02:26:35] "DELETE /network-policy/21491e24-3035-4d89-a2c8-e6a23fa2f813 HTTP/1.1" 200 115 0.043623 10.0.0.27 - - [2025-11-27 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004598 10.0.0.23 - - [2025-11-27 02:26:35] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000920 10.0.0.27 - - [2025-11-27 02:26:35] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.037446 10.0.0.27 - - [2025-11-27 02:26:35] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-64097031&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.005397 10.0.0.27 - - [2025-11-27 02:26:35] "DELETE /network-policy/ba4e44b0-5241-4a3a-baaf-20902815ffe4 HTTP/1.1" 200 115 0.042928 10.0.0.27 - - [2025-11-27 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.23 - - [2025-11-27 02:26:35] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000965 10.0.0.27 - - [2025-11-27 02:26:35] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.036778 10.0.0.27 - - [2025-11-27 02:26:35] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-64097031&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.004908 10.0.0.27 - - [2025-11-27 02:26:35] "DELETE /network-policy/ee6fca04-92e1-4900-90fb-86be24e591fb HTTP/1.1" 200 115 0.031995 10.0.0.27 - - [2025-11-27 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.23 - - [2025-11-27 02:26:35] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000961 10.0.0.27 - - [2025-11-27 02:26:35] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.037009 10.0.0.27 - - [2025-11-27 02:26:35] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-64097031&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004874 10.0.0.27 - - [2025-11-27 02:26:36] "DELETE /network-policy/d9e5992a-2834-4175-aa12-7b258d72836d HTTP/1.1" 200 115 0.039420 10.0.0.27 - - [2025-11-27 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.23 - - [2025-11-27 02:26:36] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000929 10.0.0.27 - - [2025-11-27 02:26:36] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043975 10.0.0.27 - - [2025-11-27 02:26:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-64097031&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004770 10.0.0.27 - - [2025-11-27 02:26:36] "POST /neutron/network HTTP/1.1" 200 1309 0.013522 10.0.0.27 - - [2025-11-27 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.23 - - [2025-11-27 02:26:36] "POST /useragent-kv HTTP/1.1" 200 115 0.004082 10.0.0.23 - - [2025-11-27 02:26:36] "POST /useragent-kv HTTP/1.1" 200 115 0.004086 10.0.0.23 - - [2025-11-27 02:26:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003195 10.0.0.23 - - [2025-11-27 02:26:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002353 10.0.0.23 - - [2025-11-27 02:26:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002220 10.0.0.23 - - [2025-11-27 02:26:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001954 10.0.0.27 - - [2025-11-27 02:26:36] "POST /neutron/network HTTP/1.1" 200 151 0.138497 10.0.0.27 - - [2025-11-27 02:26:36] "DELETE /route-target/b59ea0d2-af77-4653-b4c8-87d2fb48c78a HTTP/1.1" 200 115 0.026043 10.0.0.27 - - [2025-11-27 02:26:37] "POST /neutron/network HTTP/1.1" 200 1309 0.009660 10.0.0.27 - - [2025-11-27 02:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.27 - - [2025-11-27 02:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.27 - - [2025-11-27 02:26:37] "DELETE /network-ipam/3254e2aa-068d-4a6d-ba64-f6c555af209a HTTP/1.1" 200 115 0.029455 10.0.0.27 - - [2025-11-27 02:26:37] "POST /fqname-to-id HTTP/1.1" 404 252 0.003430 10.0.0.23 - - [2025-11-27 02:26:37] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000899 10.0.0.23 - - [2025-11-27 02:26:38] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.036895 10.0.0.23 - - [2025-11-27 02:26:38] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000878 10.0.0.23 - - [2025-11-27 02:26:38] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?fields=security_groups HTTP/1.1" 200 1388 0.040337 10.0.0.23 - - [2025-11-27 02:26:38] "DELETE /security-group/e25560ae-397f-495b-ab87-18005b2bc277 HTTP/1.1" 200 115 0.044840 10.0.0.23 - - [2025-11-27 02:26:38] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000765 10.0.0.23 - - [2025-11-27 02:26:38] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?fields=application_policy_sets HTTP/1.1" 200 1427 0.045998 10.0.0.27 - - [2025-11-27 02:26:38] "DELETE /access-control-list/f3beaf82-3f95-451f-a25e-ee12cb056123 HTTP/1.1" 200 115 0.053045 10.0.0.27 - - [2025-11-27 02:26:38] "DELETE /project/d04038cd-acb4-4c32-9778-0d4130e62080 HTTP/1.1" 200 115 0.347416 10.0.0.23 - - [2025-11-27 02:26:38] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000931 10.0.0.27 - - [2025-11-27 02:26:38] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?fields=projects HTTP/1.1" 200 1439 0.008821 10.0.0.27 - - [2025-11-27 02:26:43] "POST /fqname-to-id HTTP/1.1" 404 225 0.003402 10.0.0.23 - - [2025-11-27 02:26:43] "POST /id-to-fqname HTTP/1.1" 200 198 0.008143 10.0.0.23 - - [2025-11-27 02:26:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.004102 10.0.0.23 - - [2025-11-27 02:26:43] "POST /security-groups HTTP/1.1" 200 599 0.029349 10.0.0.23 - - [2025-11-27 02:26:43] "POST /projects HTTP/1.1" 200 601 0.226164 10.0.0.27 - - [2025-11-27 02:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.256011 10.0.0.27 - - [2025-11-27 02:26:43] "POST /fqname-to-id HTTP/1.1" 404 241 0.008274 10.0.0.23 - - [2025-11-27 02:26:43] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000823 10.0.0.27 - - [2025-11-27 02:26:43] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.042595 10.0.0.27 - - [2025-11-27 02:26:43] "POST /network-policys HTTP/1.1" 200 559 0.069639 10.0.0.27 - - [2025-11-27 02:26:43] "GET /network-policy/a9f222cb-722e-44a4-bcc5-ab6f9715307d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.005360 10.0.0.27 - - [2025-11-27 02:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.23 - - [2025-11-27 02:26:44] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001239 10.0.0.27 - - [2025-11-27 02:26:44] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.041966 10.0.0.23 - - [2025-11-27 02:26:44] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000884 10.0.0.27 - - [2025-11-27 02:26:44] "POST /neutron/network HTTP/1.1" 200 615 0.109499 10.0.0.27 - - [2025-11-27 02:26:44] "POST /ref-update HTTP/1.1" 200 156 0.024094 10.0.0.27 - - [2025-11-27 02:26:44] "POST /neutron/network HTTP/1.1" 200 1007 0.009972 10.0.0.27 - - [2025-11-27 02:26:44] "POST /id-to-fqname HTTP/1.1" 200 229 0.000974 10.0.0.27 - - [2025-11-27 02:26:44] "GET /virtual-network/748b6730-535a-4e1b-9cca-31f55ebf3325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004668 10.0.0.27 - - [2025-11-27 02:26:44] "GET /virtual-network/748b6730-535a-4e1b-9cca-31f55ebf3325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005228 10.0.0.27 - - [2025-11-27 02:26:44] "POST /neutron/subnet HTTP/1.1" 200 721 0.007273 10.0.0.23 - - [2025-11-27 02:26:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.008074 10.0.0.27 - - [2025-11-27 02:26:45] "POST /neutron/network HTTP/1.1" 200 1106 0.085927 10.0.0.27 - - [2025-11-27 02:26:45] "GET /virtual-network/748b6730-535a-4e1b-9cca-31f55ebf3325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.004842 10.0.0.27 - - [2025-11-27 02:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002392 10.0.0.27 - - [2025-11-27 02:26:45] "GET /network-policy/a9f222cb-722e-44a4-bcc5-ab6f9715307d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.003849 10.0.0.27 - - [2025-11-27 02:26:45] "GET /virtual-network/748b6730-535a-4e1b-9cca-31f55ebf3325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005068 10.0.0.27 - - [2025-11-27 02:26:45] "GET /obj-perms HTTP/1.1" 200 5046 0.003353 10.0.0.33 - - [2025-11-27 02:26:45] "GET /obj-perms HTTP/1.1" 200 5046 0.003460 10.0.0.27 - - [2025-11-27 02:26:45] "POST /id-to-fqname HTTP/1.1" 200 229 0.001130 10.0.0.23 - - [2025-11-27 02:26:46] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001066 10.0.0.27 - - [2025-11-27 02:26:46] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.075329 10.0.0.27 - - [2025-11-27 02:26:46] "POST /neutron/network HTTP/1.1" 200 1106 0.034636 10.0.0.27 - - [2025-11-27 02:26:46] "POST /id-to-fqname HTTP/1.1" 200 229 0.001667 10.0.0.27 - - [2025-11-27 02:26:46] "POST /neutron/port HTTP/1.1" 200 117 0.006619 10.0.0.23 - - [2025-11-27 02:26:47] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001557 10.0.0.27 - - [2025-11-27 02:26:47] "PUT /access-control-list/a4f27c88-6774-4c02-94f6-745208073650 HTTP/1.1" 200 272 0.016392 10.0.0.27 - - [2025-11-27 02:26:47] "POST /neutron/port HTTP/1.1" 200 1174 0.328977 10.0.0.27 - - [2025-11-27 02:26:47] "POST /neutron/port HTTP/1.1" 200 1228 0.119260 10.0.0.27 - - [2025-11-27 02:26:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003368 10.0.0.27 - - [2025-11-27 02:26:47] "POST /neutron/port HTTP/1.1" 200 117 0.001344 10.0.0.23 - - [2025-11-27 02:26:47] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000883 10.0.0.27 - - [2025-11-27 02:26:47] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.083860 10.0.0.27 - - [2025-11-27 02:26:48] "POST /neutron/port HTTP/1.1" 200 1202 0.015728 10.0.0.27 - - [2025-11-27 02:26:48] "POST /neutron/port HTTP/1.1" 200 1202 0.014866 10.0.0.23 - - [2025-11-27 02:26:48] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000889 10.0.0.27 - - [2025-11-27 02:26:48] "POST /neutron/port HTTP/1.1" 200 1174 0.279187 10.0.0.27 - - [2025-11-27 02:26:49] "POST /neutron/port HTTP/1.1" 200 1228 0.123906 10.0.0.27 - - [2025-11-27 02:26:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003506 10.0.0.27 - - [2025-11-27 02:26:49] "POST /neutron/port HTTP/1.1" 200 117 0.001414 10.0.0.27 - - [2025-11-27 02:26:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007205 10.0.0.27 - - [2025-11-27 02:26:53] "POST /neutron/port HTTP/1.1" 200 1202 0.014119 10.0.0.27 - - [2025-11-27 02:26:53] "GET /virtual-machine/cd72c342-3ebf-4ea0-9dc1-7685b975e2d1 HTTP/1.1" 200 1301 0.005576 10.0.0.27 - - [2025-11-27 02:26:53] "GET /virtual-machine-interface/1b2c956d-0e4f-4d6e-9610-4a56ff2b4c71 HTTP/1.1" 200 3178 0.005864 10.0.0.27 - - [2025-11-27 02:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002678 10.0.0.27 - - [2025-11-27 02:26:53] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002679 10.0.0.27 - - [2025-11-27 02:26:53] "GET /virtual-networks?parent_id=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002658 10.0.0.27 - - [2025-11-27 02:26:53] "GET /virtual-network/748b6730-535a-4e1b-9cca-31f55ebf3325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005117 10.0.0.27 - - [2025-11-27 02:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.27 - - [2025-11-27 02:26:56] "GET /virtual-network/748b6730-535a-4e1b-9cca-31f55ebf3325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006233 10.0.0.27 - - [2025-11-27 02:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005438 10.0.0.27 - - [2025-11-27 02:27:00] "GET /virtual-network/748b6730-535a-4e1b-9cca-31f55ebf3325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007259 10.0.0.27 - - [2025-11-27 02:27:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.27 - - [2025-11-27 02:27:04] "GET /virtual-network/748b6730-535a-4e1b-9cca-31f55ebf3325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005135 10.0.0.27 - - [2025-11-27 02:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.27 - - [2025-11-27 02:27:09] "GET /virtual-network/748b6730-535a-4e1b-9cca-31f55ebf3325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.004983 10.0.0.27 - - [2025-11-27 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.27 - - [2025-11-27 02:27:13] "GET /virtual-network/748b6730-535a-4e1b-9cca-31f55ebf3325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006234 10.0.0.27 - - [2025-11-27 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.27 - - [2025-11-27 02:27:17] "GET /virtual-network/748b6730-535a-4e1b-9cca-31f55ebf3325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005198 10.0.0.23 - - [2025-11-27 02:27:19] "DELETE /project/d04038cdacb44c3297780d4130e62080 HTTP/1.1" 404 173 0.029315 10.0.0.23 - - [2025-11-27 02:27:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.23 - - [2025-11-27 02:27:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.23 - - [2025-11-27 02:27:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.23 - - [2025-11-27 02:27:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.33 - - [2025-11-27 02:27:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.33 - - [2025-11-27 02:27:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.27 - - [2025-11-27 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.27 - - [2025-11-27 02:27:21] "GET /virtual-network/748b6730-535a-4e1b-9cca-31f55ebf3325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.004959 10.0.0.27 - - [2025-11-27 02:27:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000534 10.0.0.27 - - [2025-11-27 02:27:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.33 - - [2025-11-27 02:27:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000509 10.0.0.33 - - [2025-11-27 02:27:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000815 10.0.0.27 - - [2025-11-27 02:27:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.27 - - [2025-11-27 02:27:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.27 - - [2025-11-27 02:27:23] "POST /neutron/port HTTP/1.1" 200 1202 0.013041 10.0.0.27 - - [2025-11-27 02:27:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003534 10.0.0.27 - - [2025-11-27 02:27:23] "POST /neutron/port HTTP/1.1" 200 117 0.001020 10.0.0.27 - - [2025-11-27 02:27:23] "POST /neutron/port HTTP/1.1" 200 1202 0.015827 10.0.0.27 - - [2025-11-27 02:27:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003385 10.0.0.27 - - [2025-11-27 02:27:23] "POST /neutron/port HTTP/1.1" 200 117 0.001039 10.0.0.27 - - [2025-11-27 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.27 - - [2025-11-27 02:27:25] "GET /virtual-network/748b6730-535a-4e1b-9cca-31f55ebf3325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.004931 10.0.0.27 - - [2025-11-27 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.27 - - [2025-11-27 02:27:27] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003546 10.0.0.27 - - [2025-11-27 02:27:27] "GET /virtual-networks?parent_id=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003216 10.0.0.27 - - [2025-11-27 02:27:27] "GET /virtual-network/748b6730-535a-4e1b-9cca-31f55ebf3325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.004945 10.0.0.27 - - [2025-11-27 02:27:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008538 10.0.0.27 - - [2025-11-27 02:27:34] "POST /neutron/port HTTP/1.1" 200 1202 0.013479 10.0.0.27 - - [2025-11-27 02:27:36] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006367 10.0.0.27 - - [2025-11-27 02:27:43] "POST /neutron/port HTTP/1.1" 200 1202 0.014305 10.0.0.27 - - [2025-11-27 02:27:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009254 10.0.0.27 - - [2025-11-27 02:27:48] "POST /neutron/port HTTP/1.1" 200 1202 0.013262 10.0.0.27 - - [2025-11-27 02:27:48] "GET /virtual-machine/1fab7086-cd6e-44be-a24c-a34dddb54312 HTTP/1.1" 200 1300 0.005134 10.0.0.27 - - [2025-11-27 02:27:48] "GET /virtual-machine-interface/1ebcdf4a-9f13-4b21-8cd5-4d83d7a1a29c HTTP/1.1" 200 3178 0.004501 10.0.0.27 - - [2025-11-27 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.27 - - [2025-11-27 02:27:48] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003243 10.0.0.27 - - [2025-11-27 02:27:48] "GET /virtual-networks?parent_id=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002498 10.0.0.27 - - [2025-11-27 02:27:48] "GET /virtual-network/748b6730-535a-4e1b-9cca-31f55ebf3325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005713 10.0.0.27 - - [2025-11-27 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.27 - - [2025-11-27 02:27:49] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003057 10.0.0.27 - - [2025-11-27 02:27:49] "GET /virtual-networks?parent_id=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002885 10.0.0.27 - - [2025-11-27 02:27:49] "GET /virtual-network/748b6730-535a-4e1b-9cca-31f55ebf3325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005534 10.0.0.27 - - [2025-11-27 02:28:14] "GET /virtual-network/748b6730-535a-4e1b-9cca-31f55ebf3325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005923 10.0.0.27 - - [2025-11-27 02:28:14] "POST /neutron/network HTTP/1.1" 200 1007 0.088528 10.0.0.27 - - [2025-11-27 02:28:14] "GET /virtual-network/748b6730-535a-4e1b-9cca-31f55ebf3325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005376 10.0.0.27 - - [2025-11-27 02:28:14] "POST /neutron/network HTTP/1.1" 400 204 0.012305 10.0.0.27 - - [2025-11-27 02:28:14] "POST /neutron/port HTTP/1.1" 200 151 0.220454 10.0.0.27 - - [2025-11-27 02:28:14] "POST /neutron/port HTTP/1.1" 200 151 0.256988 10.0.0.27 - - [2025-11-27 02:28:16] "DELETE /route-target/585db950-91ae-4746-8057-9fbfa4db7bb4 HTTP/1.1" 200 115 0.029353 10.0.0.27 - - [2025-11-27 02:28:16] "DELETE /network-policy/a9f222cb-722e-44a4-bcc5-ab6f9715307d HTTP/1.1" 200 115 0.031575 10.0.0.23 - - [2025-11-27 02:28:19] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000933 10.0.0.27 - - [2025-11-27 02:28:19] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.066616 10.0.0.23 - - [2025-11-27 02:28:19] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000837 10.0.0.27 - - [2025-11-27 02:28:19] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?fields=virtual_networks HTTP/1.1" 200 1049 0.035079 10.0.0.23 - - [2025-11-27 02:28:19] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001974 10.0.0.27 - - [2025-11-27 02:28:19] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.033665 10.0.0.23 - - [2025-11-27 02:28:19] "GET /projects?obj_uuids=d04038cd-acb4-4c32-9778-0d4130e62080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001098 10.0.0.27 - - [2025-11-27 02:28:19] "GET /project/d04038cd-acb4-4c32-9778-0d4130e62080?fields=security_groups HTTP/1.1" 200 1283 0.050604 10.0.0.27 - - [2025-11-27 02:28:20] "POST /fqname-to-id HTTP/1.1" 404 202 0.026296 10.0.0.23 - - [2025-11-27 02:28:20] "GET /projects?obj_uuids=256c0738-195b-4b5b-a77a-8d9af0b3ba85&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.064909 10.0.0.23 - - [2025-11-27 02:28:20] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000800 10.0.0.23 - - [2025-11-27 02:28:20] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006026 10.0.0.23 - - [2025-11-27 02:28:20] "POST /id-to-fqname HTTP/1.1" 200 204 0.002243 10.0.0.23 - - [2025-11-27 02:28:20] "POST /fqname-to-id HTTP/1.1" 404 213 0.008786 10.0.0.23 - - [2025-11-27 02:28:20] "POST /security-groups HTTP/1.1" 200 605 0.069876 10.0.0.23 - - [2025-11-27 02:28:20] "POST /projects HTTP/1.1" 200 613 0.264830 10.0.0.27 - - [2025-11-27 02:28:20] "POST /fqname-to-id HTTP/1.1" 404 247 0.010437 10.0.0.23 - - [2025-11-27 02:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.339114 10.0.0.27 - - [2025-11-27 02:28:21] "GET /project/256c0738-195b-4b5b-a77a-8d9af0b3ba85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.530827 10.0.0.27 - - [2025-11-27 02:28:22] "GET / HTTP/1.1" 200 35931 0.001443 10.0.0.27 - - [2025-11-27 02:28:23] "DELETE /access-control-list/f4d7e893-9799-4e61-8464-3d3c27cbe40b HTTP/1.1" 200 115 0.045036 10.0.0.27 - - [2025-11-27 02:28:25] "GET /project/256c0738-195b-4b5b-a77a-8d9af0b3ba85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000852 10.0.0.23 - - [2025-11-27 02:28:25] "GET /projects?obj_uuids=256c0738-195b-4b5b-a77a-8d9af0b3ba85&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001006 10.0.0.27 - - [2025-11-27 02:28:25] "GET /project/256c0738-195b-4b5b-a77a-8d9af0b3ba85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.062774 10.0.0.27 - - [2025-11-27 02:28:26] "GET / HTTP/1.1" 200 35931 0.001284 10.0.0.27 - - [2025-11-27 02:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.23 - - [2025-11-27 02:28:26] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000840 10.0.0.27 - - [2025-11-27 02:28:26] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006163 10.0.0.27 - - [2025-11-27 02:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.23 - - [2025-11-27 02:28:26] "GET /projects?obj_uuids=256c0738-195b-4b5b-a77a-8d9af0b3ba85&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000839 10.0.0.27 - - [2025-11-27 02:28:26] "GET /project/256c0738-195b-4b5b-a77a-8d9af0b3ba85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.040027 10.0.0.27 - - [2025-11-27 02:28:27] "GET /domains HTTP/1.1" 401 292 0.000400 10.0.0.27 - - [2025-11-27 02:28:28] "GET /domains HTTP/1.1" 200 280 0.025215 10.0.0.23 - - [2025-11-27 02:28:28] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000849 10.0.0.27 - - [2025-11-27 02:28:28] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a HTTP/1.1" 200 2782 0.008029 10.0.0.23 - - [2025-11-27 02:28:28] "GET /projects?obj_uuids=256c0738-195b-4b5b-a77a-8d9af0b3ba85&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000999 10.0.0.27 - - [2025-11-27 02:28:28] "GET /project/256c0738-195b-4b5b-a77a-8d9af0b3ba85 HTTP/1.1" 200 1936 0.082255 10.0.0.27 - - [2025-11-27 02:28:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002158 10.0.0.27 - - [2025-11-27 02:28:28] "POST /network-ipams HTTP/1.1" 200 627 0.023751 10.0.0.27 - - [2025-11-27 02:28:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.003264 10.0.0.27 - - [2025-11-27 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.27 - - [2025-11-27 02:28:28] "GET /network-ipam/6e7d8a26-f7fb-46f3-b7d4-c25e423f9688?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.005859 10.0.0.27 - - [2025-11-27 02:28:28] "PUT /network-ipam/6e7d8a26-f7fb-46f3-b7d4-c25e423f9688 HTTP/1.1" 200 258 0.013311 10.0.0.27 - - [2025-11-27 02:28:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000418 10.0.0.27 - - [2025-11-27 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.032484 10.0.0.23 - - [2025-11-27 02:28:28] "GET /projects?obj_uuids=256c0738-195b-4b5b-a77a-8d9af0b3ba85&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000833 10.0.0.27 - - [2025-11-27 02:28:28] "GET /project/256c0738-195b-4b5b-a77a-8d9af0b3ba85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.035261 10.0.0.27 - - [2025-11-27 02:28:29] "POST /neutron/network HTTP/1.1" 200 117 0.041301 10.0.0.23 - - [2025-11-27 02:28:29] "POST /useragent-kv HTTP/1.1" 200 115 0.006662 10.0.0.27 - - [2025-11-27 02:28:29] "POST /neutron/subnet HTTP/1.1" 200 828 0.153061 10.0.0.27 - - [2025-11-27 02:28:29] "POST /id-to-fqname HTTP/1.1" 200 237 0.001171 10.0.0.27 - - [2025-11-27 02:28:29] "GET /virtual-network/9e0e519e-cba3-4483-9c6c-07bba29063af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2681 0.004763 10.0.0.27 - - [2025-11-27 02:28:29] "GET /virtual-network/9e0e519e-cba3-4483-9c6c-07bba29063af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2681 0.005285 10.0.0.27 - - [2025-11-27 02:28:29] "POST /neutron/network HTTP/1.1" 200 1140 0.007569 10.0.0.27 - - [2025-11-27 02:28:30] "GET /virtual-network/9e0e519e-cba3-4483-9c6c-07bba29063af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2681 0.004899 10.0.0.23 - - [2025-11-27 02:28:31] "GET /obj-perms HTTP/1.1" 200 5021 0.050476 10.0.0.27 - - [2025-11-27 02:28:31] "POST /fqname-to-id HTTP/1.1" 404 231 0.002768 10.0.0.27 - - [2025-11-27 02:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.23 - - [2025-11-27 02:28:31] "GET /projects?obj_uuids=256c0738-195b-4b5b-a77a-8d9af0b3ba85&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000937 10.0.0.27 - - [2025-11-27 02:28:31] "GET /project/256c0738-195b-4b5b-a77a-8d9af0b3ba85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.042429 10.0.0.27 - - [2025-11-27 02:28:31] "POST /network-policys HTTP/1.1" 200 565 0.082769 10.0.0.27 - - [2025-11-27 02:28:32] "GET /network-policy/242822d9-e862-461b-9a86-d2685da85c5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.007846 10.0.0.27 - - [2025-11-27 02:28:32] "POST /fqname-to-id HTTP/1.1" 404 231 0.002434 10.0.0.27 - - [2025-11-27 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.23 - - [2025-11-27 02:28:32] "GET /projects?obj_uuids=256c0738-195b-4b5b-a77a-8d9af0b3ba85&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000992 10.0.0.27 - - [2025-11-27 02:28:32] "GET /project/256c0738-195b-4b5b-a77a-8d9af0b3ba85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.037618 10.0.0.27 - - [2025-11-27 02:28:32] "POST /network-policys HTTP/1.1" 200 565 0.070372 10.0.0.27 - - [2025-11-27 02:28:32] "GET /network-policy/6277f188-11bd-426a-9592-400b5b7c4a1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.007009 10.0.0.27 - - [2025-11-27 02:28:32] "POST /fqname-to-id HTTP/1.1" 404 231 0.004083 10.0.0.27 - - [2025-11-27 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.23 - - [2025-11-27 02:28:32] "GET /projects?obj_uuids=256c0738-195b-4b5b-a77a-8d9af0b3ba85&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001286 10.0.0.27 - - [2025-11-27 02:28:32] "GET /project/256c0738-195b-4b5b-a77a-8d9af0b3ba85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.042830 10.0.0.27 - - [2025-11-27 02:28:32] "POST /network-policys HTTP/1.1" 200 565 0.029273 10.0.0.27 - - [2025-11-27 02:28:32] "GET /network-policy/7f04b54d-bf4e-405d-ba8a-3d5c192d7bbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.005568 10.0.0.27 - - [2025-11-27 02:28:33] "POST /neutron/network HTTP/1.1" 200 1140 0.007940 10.0.0.23 - - [2025-11-27 02:28:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.003958 10.0.0.27 - - [2025-11-27 02:28:33] "POST /fqname-to-id HTTP/1.1" 404 254 0.007748 10.0.0.27 - - [2025-11-27 02:28:33] "GET /virtual-network/9e0e519e-cba3-4483-9c6c-07bba29063af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3298 0.010248 10.0.0.27 - - [2025-11-27 02:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002571 10.0.0.27 - - [2025-11-27 02:28:33] "GET /network-policy/242822d9-e862-461b-9a86-d2685da85c5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.003869 10.0.0.27 - - [2025-11-27 02:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.27 - - [2025-11-27 02:28:33] "GET /network-policy/6277f188-11bd-426a-9592-400b5b7c4a1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.004059 10.0.0.27 - - [2025-11-27 02:28:33] "POST /id-to-fqname HTTP/1.1" 200 237 0.001163 10.0.0.27 - - [2025-11-27 02:28:33] "POST /neutron/network HTTP/1.1" 200 1348 0.007343 10.0.0.27 - - [2025-11-27 02:28:34] "GET /obj-perms HTTP/1.1" 200 5056 0.061336 10.0.0.23 - - [2025-11-27 02:28:34] "GET /projects?obj_uuids=256c0738-195b-4b5b-a77a-8d9af0b3ba85&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000941 10.0.0.27 - - [2025-11-27 02:28:34] "GET /project/256c0738-195b-4b5b-a77a-8d9af0b3ba85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.075957 10.0.0.27 - - [2025-11-27 02:28:34] "POST /neutron/port HTTP/1.1" 200 117 0.005213 10.0.0.23 - - [2025-11-27 02:28:35] "GET /projects?obj_uuids=256c0738-195b-4b5b-a77a-8d9af0b3ba85&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000878 10.0.0.27 - - [2025-11-27 02:28:35] "POST /neutron/port HTTP/1.1" 200 1179 0.321270 10.0.0.27 - - [2025-11-27 02:28:35] "POST /neutron/port HTTP/1.1" 200 1233 0.077266 10.0.0.27 - - [2025-11-27 02:28:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003941 10.0.0.27 - - [2025-11-27 02:28:35] "POST /neutron/port HTTP/1.1" 200 117 0.000992 10.0.0.27 - - [2025-11-27 02:28:39] "POST /neutron/security_group HTTP/1.1" 200 2072 0.006988 10.0.0.27 - - [2025-11-27 02:28:40] "POST /neutron/port HTTP/1.1" 200 1207 0.015052 10.0.0.27 - - [2025-11-27 02:28:40] "GET /virtual-machine/cec0459e-ed47-451b-b522-9cc7d14633ca HTTP/1.1" 401 292 0.000408 10.0.0.27 - - [2025-11-27 02:28:40] "GET /virtual-machine/cec0459e-ed47-451b-b522-9cc7d14633ca HTTP/1.1" 200 1307 0.035332 10.0.0.27 - - [2025-11-27 02:28:40] "GET /virtual-machine-interface/f1953461-1455-4f70-bc2e-4bb66dcfc3e5 HTTP/1.1" 200 3178 0.006087 10.0.0.27 - - [2025-11-27 02:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.27 - - [2025-11-27 02:28:40] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003196 10.0.0.27 - - [2025-11-27 02:28:40] "GET /virtual-networks?parent_id=256c0738-195b-4b5b-a77a-8d9af0b3ba85&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002517 10.0.0.27 - - [2025-11-27 02:28:40] "GET /virtual-network/9e0e519e-cba3-4483-9c6c-07bba29063af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3298 0.005242 10.0.0.27 - - [2025-11-27 02:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.27 - - [2025-11-27 02:28:43] "GET /virtual-network/9e0e519e-cba3-4483-9c6c-07bba29063af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3298 0.005213 10.0.0.27 - - [2025-11-27 02:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.27 - - [2025-11-27 02:28:47] "GET /virtual-network/9e0e519e-cba3-4483-9c6c-07bba29063af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3298 0.004895 10.0.0.27 - - [2025-11-27 02:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601 10.0.0.27 - - [2025-11-27 02:28:51] "GET /virtual-network/9e0e519e-cba3-4483-9c6c-07bba29063af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3298 0.005849 10.0.0.27 - - [2025-11-27 02:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004410 10.0.0.27 - - [2025-11-27 02:28:55] "GET /virtual-network/9e0e519e-cba3-4483-9c6c-07bba29063af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3298 0.005937 10.0.0.27 - - [2025-11-27 02:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.27 - - [2025-11-27 02:28:59] "GET /virtual-network/9e0e519e-cba3-4483-9c6c-07bba29063af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3298 0.005193 10.0.0.27 - - [2025-11-27 02:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.27 - - [2025-11-27 02:29:04] "GET /virtual-network/9e0e519e-cba3-4483-9c6c-07bba29063af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3298 0.004694 10.0.0.27 - - [2025-11-27 02:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.27 - - [2025-11-27 02:29:08] "GET /virtual-network/9e0e519e-cba3-4483-9c6c-07bba29063af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3298 0.005548 10.0.0.27 - - [2025-11-27 02:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.27 - - [2025-11-27 02:29:12] "GET /virtual-network/9e0e519e-cba3-4483-9c6c-07bba29063af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3298 0.006154 10.0.0.27 - - [2025-11-27 02:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.27 - - [2025-11-27 02:29:14] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003455 10.0.0.27 - - [2025-11-27 02:29:14] "GET /virtual-networks?parent_id=256c0738-195b-4b5b-a77a-8d9af0b3ba85&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002948 10.0.0.27 - - [2025-11-27 02:29:14] "GET /virtual-network/9e0e519e-cba3-4483-9c6c-07bba29063af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3298 0.005472 10.0.0.27 - - [2025-11-27 02:29:14] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007253 10.0.0.23 - - [2025-11-27 02:29:19] "DELETE /project/256c0738195b4b5ba77a8d9af0b3ba85 HTTP/1.1" 404 173 0.002507 10.0.0.23 - - [2025-11-27 02:29:19] "DELETE /project/d04038cd-acb4-4c32-9778-0d4130e62080 HTTP/1.1" 404 177 0.004653 10.0.0.27 - - [2025-11-27 02:29:24] "POST /neutron/port HTTP/1.1" 200 1207 0.013263 10.0.0.27 - - [2025-11-27 02:29:24] "POST /neutron/port HTTP/1.1" 200 1207 0.014946 10.0.0.27 - - [2025-11-27 02:29:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004151 10.0.0.27 - - [2025-11-27 02:29:24] "POST /neutron/port HTTP/1.1" 200 117 0.001056 10.0.0.27 - - [2025-11-27 02:29:24] "POST /neutron/security_group HTTP/1.1" 200 2072 0.006847 10.0.0.33 - - [2025-11-27 02:29:34] "GET /obj-perms HTTP/1.1" 200 5056 0.049966 10.0.0.27 - - [2025-11-27 02:29:35] "POST /neutron/port HTTP/1.1" 200 1207 0.024390 10.0.0.27 - - [2025-11-27 02:29:35] "POST /neutron/security_group HTTP/1.1" 200 2072 0.006453 10.0.0.27 - - [2025-11-27 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.27 - - [2025-11-27 02:29:35] "GET /network-policy/242822d9-e862-461b-9a86-d2685da85c5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.003802 10.0.0.27 - - [2025-11-27 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.27 - - [2025-11-27 02:29:35] "GET /network-policy/6277f188-11bd-426a-9592-400b5b7c4a1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.005102 10.0.0.27 - - [2025-11-27 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.27 - - [2025-11-27 02:29:35] "GET /network-policy/7f04b54d-bf4e-405d-ba8a-3d5c192d7bbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.003627 10.0.0.27 - - [2025-11-27 02:29:35] "PUT /access-control-list/cb36f578-cd10-41d6-afd3-540279ecfbd1 HTTP/1.1" 200 272 0.032492 10.0.0.27 - - [2025-11-27 02:29:35] "POST /neutron/network HTTP/1.1" 200 1430 0.023043 10.0.0.27 - - [2025-11-27 02:29:35] "GET /virtual-network/9e0e519e-cba3-4483-9c6c-07bba29063af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3594 0.005186 10.0.0.27 - - [2025-11-27 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.27 - - [2025-11-27 02:29:35] "GET /network-policy/242822d9-e862-461b-9a86-d2685da85c5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.003683 10.0.0.27 - - [2025-11-27 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.27 - - [2025-11-27 02:29:35] "GET /network-policy/6277f188-11bd-426a-9592-400b5b7c4a1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.004069 10.0.0.27 - - [2025-11-27 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002225 10.0.0.27 - - [2025-11-27 02:29:35] "GET /network-policy/7f04b54d-bf4e-405d-ba8a-3d5c192d7bbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.003768 10.0.0.27 - - [2025-11-27 02:29:40] "GET /virtual-network/9e0e519e-cba3-4483-9c6c-07bba29063af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3594 0.007303 10.0.0.27 - - [2025-11-27 02:29:41] "POST /neutron/network HTTP/1.1" 200 1140 0.014371 10.0.0.27 - - [2025-11-27 02:29:41] "GET /virtual-network/9e0e519e-cba3-4483-9c6c-07bba29063af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2681 0.005225 10.0.0.27 - - [2025-11-27 02:29:46] "GET /virtual-machine/cec0459e-ed47-451b-b522-9cc7d14633ca HTTP/1.1" 200 1307 0.004424 10.0.0.27 - - [2025-11-27 02:29:46] "POST /neutron/port HTTP/1.1" 200 151 0.227128 10.0.0.27 - - [2025-11-27 02:29:48] "GET /virtual-machine/cec0459e-ed47-451b-b522-9cc7d14633ca HTTP/1.1" 404 171 0.003150 10.0.0.27 - - [2025-11-27 02:29:48] "GET /virtual-machine/cec0459e-ed47-451b-b522-9cc7d14633ca HTTP/1.1" 404 171 0.003197 10.0.0.27 - - [2025-11-27 02:29:48] "GET /virtual-machine/cec0459e-ed47-451b-b522-9cc7d14633ca HTTP/1.1" 404 171 0.002341 10.0.0.27 - - [2025-11-27 02:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.27 - - [2025-11-27 02:29:48] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003291 10.0.0.27 - - [2025-11-27 02:29:48] "GET /virtual-networks?parent_id=256c0738-195b-4b5b-a77a-8d9af0b3ba85&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002335 10.0.0.27 - - [2025-11-27 02:29:48] "GET /virtual-network/9e0e519e-cba3-4483-9c6c-07bba29063af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2681 0.005461 10.0.0.27 - - [2025-11-27 02:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.27 - - [2025-11-27 02:29:48] "GET /routing-instance/38eae80c-a091-48d5-ad19-571c3199ff5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.004224 10.0.0.27 - - [2025-11-27 02:29:48] "GET /route-target/cb14904b-3e26-47da-a1a7-7f380ee08785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004098 10.0.0.27 - - [2025-11-27 02:29:54] "GET /obj-perms HTTP/1.1" 200 5021 0.050849 10.0.0.33 - - [2025-11-27 02:29:55] "GET /obj-perms HTTP/1.1" 200 5021 0.050395 10.0.0.27 - - [2025-11-27 02:30:01] "GET /obj-perms HTTP/1.1" 200 5021 0.003671 10.0.0.33 - - [2025-11-27 02:30:01] "GET /obj-perms HTTP/1.1" 200 5021 0.005358 10.0.0.23 - - [2025-11-27 02:30:01] "GET /obj-perms HTTP/1.1" 200 5021 0.004277 10.0.0.27 - - [2025-11-27 02:30:01] "DELETE /network-policy/7f04b54d-bf4e-405d-ba8a-3d5c192d7bbb HTTP/1.1" 200 115 0.034332 10.0.0.27 - - [2025-11-27 02:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.23 - - [2025-11-27 02:30:01] "GET /projects?obj_uuids=256c0738-195b-4b5b-a77a-8d9af0b3ba85&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001396 10.0.0.27 - - [2025-11-27 02:30:01] "GET /project/256c0738-195b-4b5b-a77a-8d9af0b3ba85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.041475 10.0.0.27 - - [2025-11-27 02:30:01] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-58057129&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.005541 10.0.0.27 - - [2025-11-27 02:30:01] "DELETE /network-policy/6277f188-11bd-426a-9592-400b5b7c4a1b HTTP/1.1" 200 115 0.045731 10.0.0.27 - - [2025-11-27 02:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004752 10.0.0.23 - - [2025-11-27 02:30:01] "GET /projects?obj_uuids=256c0738-195b-4b5b-a77a-8d9af0b3ba85&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001408 10.0.0.27 - - [2025-11-27 02:30:01] "GET /project/256c0738-195b-4b5b-a77a-8d9af0b3ba85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.050513 10.0.0.27 - - [2025-11-27 02:30:01] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-58057129&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.006171 10.0.0.27 - - [2025-11-27 02:30:01] "DELETE /network-policy/242822d9-e862-461b-9a86-d2685da85c5d HTTP/1.1" 200 115 0.057199 10.0.0.27 - - [2025-11-27 02:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.23 - - [2025-11-27 02:30:02] "GET /projects?obj_uuids=256c0738-195b-4b5b-a77a-8d9af0b3ba85&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001022 10.0.0.27 - - [2025-11-27 02:30:02] "GET /project/256c0738-195b-4b5b-a77a-8d9af0b3ba85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.042230 10.0.0.27 - - [2025-11-27 02:30:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-58057129&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005265 10.0.0.27 - - [2025-11-27 02:30:02] "DELETE /route-target/cb14904b-3e26-47da-a1a7-7f380ee08785 HTTP/1.1" 200 115 0.026093 10.0.0.27 - - [2025-11-27 02:30:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.27 - - [2025-11-27 02:30:02] "DELETE /network-ipam/6e7d8a26-f7fb-46f3-b7d4-c25e423f9688 HTTP/1.1" 200 115 0.036177 10.0.0.27 - - [2025-11-27 02:30:02] "POST /fqname-to-id HTTP/1.1" 404 264 0.002923 10.0.0.23 - - [2025-11-27 02:30:02] "GET /projects?obj_uuids=256c0738-195b-4b5b-a77a-8d9af0b3ba85&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000827 10.0.0.23 - - [2025-11-27 02:30:02] "GET /project/256c0738-195b-4b5b-a77a-8d9af0b3ba85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1524 0.038669 10.0.0.23 - - [2025-11-27 02:30:02] "GET /projects?obj_uuids=256c0738-195b-4b5b-a77a-8d9af0b3ba85&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001263 10.0.0.23 - - [2025-11-27 02:30:02] "GET /project/256c0738-195b-4b5b-a77a-8d9af0b3ba85?fields=security_groups HTTP/1.1" 200 1405 0.054200 10.0.0.23 - - [2025-11-27 02:30:02] "DELETE /security-group/0a463e05-0e71-4924-ab87-4a313eaeeeb0 HTTP/1.1" 200 115 0.047356 10.0.0.23 - - [2025-11-27 02:30:02] "GET /projects?obj_uuids=256c0738-195b-4b5b-a77a-8d9af0b3ba85&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000813 10.0.0.23 - - [2025-11-27 02:30:02] "GET /project/256c0738-195b-4b5b-a77a-8d9af0b3ba85?fields=application_policy_sets HTTP/1.1" 200 1444 0.052114 10.0.0.27 - - [2025-11-27 02:30:03] "DELETE /project/256c0738-195b-4b5b-a77a-8d9af0b3ba85 HTTP/1.1" 200 115 0.413168 10.0.0.23 - - [2025-11-27 02:30:03] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001097 10.0.0.27 - - [2025-11-27 02:30:03] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?fields=projects HTTP/1.1" 200 1439 0.016641 10.0.0.23 - - [2025-11-27 02:30:05] "GET /projects?obj_uuids=256c0738-195b-4b5b-a77a-8d9af0b3ba85&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003090 10.0.0.23 - - [2025-11-27 02:30:05] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000813 10.0.0.23 - - [2025-11-27 02:30:05] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.046743 10.0.0.23 - - [2025-11-27 02:30:05] "POST /id-to-fqname HTTP/1.1" 200 204 0.003924 10.0.0.23 - - [2025-11-27 02:30:05] "POST /fqname-to-id HTTP/1.1" 404 213 0.007538 10.0.0.23 - - [2025-11-27 02:30:05] "POST /security-groups HTTP/1.1" 200 605 0.027676 10.0.0.27 - - [2025-11-27 02:30:05] "POST /fqname-to-id HTTP/1.1" 404 248 0.003038 10.0.0.23 - - [2025-11-27 02:30:05] "POST /projects HTTP/1.1" 200 613 0.235746 10.0.0.23 - - [2025-11-27 02:30:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.308622 10.0.0.27 - - [2025-11-27 02:30:06] "POST /access-control-lists HTTP/1.1" 200 608 0.030343 10.0.0.27 - - [2025-11-27 02:30:06] "GET /project/256c0738-195b-4b5b-a77a-8d9af0b3ba85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.473454 10.0.0.23 - - [2025-11-27 02:30:06] "GET /projects?obj_uuids=256c0738-195b-4b5b-a77a-8d9af0b3ba85&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001033 10.0.0.27 - - [2025-11-27 02:30:06] "GET /project/256c0738-195b-4b5b-a77a-8d9af0b3ba85?fields=virtual_networks HTTP/1.1" 200 1060 0.044880 10.0.0.23 - - [2025-11-27 02:30:06] "GET /projects?obj_uuids=256c0738-195b-4b5b-a77a-8d9af0b3ba85&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001368 10.0.0.27 - - [2025-11-27 02:30:06] "GET /project/256c0738-195b-4b5b-a77a-8d9af0b3ba85?fields=virtual_machine_interfaces HTTP/1.1" 200 1060 0.040263 10.0.0.23 - - [2025-11-27 02:30:06] "GET /projects?obj_uuids=256c0738-195b-4b5b-a77a-8d9af0b3ba85&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000890 10.0.0.27 - - [2025-11-27 02:30:06] "GET /project/256c0738-195b-4b5b-a77a-8d9af0b3ba85?fields=security_groups HTTP/1.1" 200 1300 0.041543 10.0.0.27 - - [2025-11-27 02:30:07] "POST /fqname-to-id HTTP/1.1" 404 204 0.028502 10.0.0.23 - - [2025-11-27 02:30:07] "GET /projects?obj_uuids=d8774784-cb62-446f-a292-820648e6da73&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003226 10.0.0.23 - - [2025-11-27 02:30:07] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001036 10.0.0.23 - - [2025-11-27 02:30:07] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006943 10.0.0.23 - - [2025-11-27 02:30:07] "POST /id-to-fqname HTTP/1.1" 200 206 0.001111 10.0.0.23 - - [2025-11-27 02:30:07] "POST /fqname-to-id HTTP/1.1" 404 215 0.007131 10.0.0.23 - - [2025-11-27 02:30:07] "POST /security-groups HTTP/1.1" 200 607 0.029581 10.0.0.23 - - [2025-11-27 02:30:07] "POST /projects HTTP/1.1" 200 617 0.209465 10.0.0.27 - - [2025-11-27 02:30:07] "POST /fqname-to-id HTTP/1.1" 404 249 0.011014 10.0.0.23 - - [2025-11-27 02:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.287206 10.0.0.27 - - [2025-11-27 02:30:07] "GET /project/d8774784-cb62-446f-a292-820648e6da73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.424309 10.0.0.27 - - [2025-11-27 02:30:08] "GET / HTTP/1.1" 200 35931 0.002540 10.0.0.27 - - [2025-11-27 02:30:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000467 10.0.0.27 - - [2025-11-27 02:30:12] "POST /fqname-to-id HTTP/1.1" 404 233 0.074796 10.0.0.27 - - [2025-11-27 02:30:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.23 - - [2025-11-27 02:30:12] "GET /projects?obj_uuids=d8774784-cb62-446f-a292-820648e6da73&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000897 10.0.0.27 - - [2025-11-27 02:30:12] "GET /project/d8774784-cb62-446f-a292-820648e6da73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.046928 10.0.0.27 - - [2025-11-27 02:30:12] "POST /network-policys HTTP/1.1" 200 567 0.074937 10.0.0.27 - - [2025-11-27 02:30:12] "GET /network-policy/ffcfaa17-c749-4e79-829c-f6b0a7b0c67a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.005729 10.0.0.27 - - [2025-11-27 02:30:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.23 - - [2025-11-27 02:30:12] "GET /projects?obj_uuids=d8774784-cb62-446f-a292-820648e6da73&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000886 10.0.0.27 - - [2025-11-27 02:30:12] "GET /project/d8774784-cb62-446f-a292-820648e6da73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.042852 10.0.0.27 - - [2025-11-27 02:30:12] "POST /neutron/network HTTP/1.1" 200 117 0.039054 10.0.0.27 - - [2025-11-27 02:30:12] "POST /ref-update HTTP/1.1" 200 156 0.025391 10.0.0.23 - - [2025-11-27 02:30:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.003853 10.0.0.23 - - [2025-11-27 02:30:13] "POST /useragent-kv HTTP/1.1" 200 115 0.005556 10.0.0.27 - - [2025-11-27 02:30:13] "POST /neutron/subnet HTTP/1.1" 200 828 0.182986 10.0.0.27 - - [2025-11-27 02:30:13] "POST /id-to-fqname HTTP/1.1" 200 237 0.001170 10.0.0.27 - - [2025-11-27 02:30:13] "GET /virtual-network/e010ed8e-db87-4222-ac0b-9475a0fa5ce9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2660 0.005232 10.0.0.27 - - [2025-11-27 02:30:13] "GET /virtual-network/e010ed8e-db87-4222-ac0b-9475a0fa5ce9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2660 0.005890 10.0.0.27 - - [2025-11-27 02:30:13] "POST /neutron/network HTTP/1.1" 200 1016 0.008938 10.0.0.27 - - [2025-11-27 02:30:13] "POST /neutron/network HTTP/1.1" 200 1016 0.008332 10.0.0.27 - - [2025-11-27 02:30:13] "GET /virtual-network/e010ed8e-db87-4222-ac0b-9475a0fa5ce9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2983 0.006775 10.0.0.27 - - [2025-11-27 02:30:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002538 10.0.0.27 - - [2025-11-27 02:30:13] "GET /network-policy/ffcfaa17-c749-4e79-829c-f6b0a7b0c67a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.003674 10.0.0.27 - - [2025-11-27 02:30:14] "GET /virtual-network/e010ed8e-db87-4222-ac0b-9475a0fa5ce9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2983 0.005123 10.0.0.27 - - [2025-11-27 02:30:15] "DELETE /network-policy/ffcfaa17-c749-4e79-829c-f6b0a7b0c67a HTTP/1.1" 409 238 0.008045 10.0.0.27 - - [2025-11-27 02:30:15] "POST /neutron/network HTTP/1.1" 200 1123 0.008375 10.0.0.27 - - [2025-11-27 02:30:15] "DELETE /access-control-list/4ea35a61-e311-41a2-97da-db6cc77ff191 HTTP/1.1" 200 115 0.046285 10.0.0.27 - - [2025-11-27 02:30:16] "DELETE /network-policy/ffcfaa17-c749-4e79-829c-f6b0a7b0c67a HTTP/1.1" 200 115 0.032928 10.0.0.27 - - [2025-11-27 02:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.23 - - [2025-11-27 02:30:16] "GET /projects?obj_uuids=d8774784-cb62-446f-a292-820648e6da73&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000971 10.0.0.27 - - [2025-11-27 02:30:16] "GET /project/d8774784-cb62-446f-a292-820648e6da73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.037312 10.0.0.27 - - [2025-11-27 02:30:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-94301268&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004880 10.0.0.23 - - [2025-11-27 02:30:18] "GET /projects?obj_uuids=d8774784-cb62-446f-a292-820648e6da73&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000911 10.0.0.27 - - [2025-11-27 02:30:18] "GET /project/d8774784-cb62-446f-a292-820648e6da73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.038043 10.0.0.23 - - [2025-11-27 02:30:18] "GET /projects?obj_uuids=d8774784-cb62-446f-a292-820648e6da73&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000944 10.0.0.27 - - [2025-11-27 02:30:18] "GET /project/d8774784-cb62-446f-a292-820648e6da73?fields=virtual_networks HTTP/1.1" 200 1065 0.047318 10.0.0.23 - - [2025-11-27 02:30:18] "GET /projects?obj_uuids=d8774784-cb62-446f-a292-820648e6da73&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000851 10.0.0.27 - - [2025-11-27 02:30:18] "GET /project/d8774784-cb62-446f-a292-820648e6da73?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.042051 10.0.0.23 - - [2025-11-27 02:30:19] "GET /projects?obj_uuids=d8774784-cb62-446f-a292-820648e6da73&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001175 10.0.0.27 - - [2025-11-27 02:30:19] "GET /project/d8774784-cb62-446f-a292-820648e6da73?fields=security_groups HTTP/1.1" 200 1307 0.033449 10.0.0.23 - - [2025-11-27 02:30:19] "DELETE /project/d8774784cb62446fa292820648e6da73 HTTP/1.1" 404 173 0.007233 10.0.0.23 - - [2025-11-27 02:30:19] "DELETE /project/256c0738195b4b5ba77a8d9af0b3ba85 HTTP/1.1" 404 173 0.004554 10.0.0.23 - - [2025-11-27 02:30:19] "GET /projects?obj_uuids=256c0738-195b-4b5b-a77a-8d9af0b3ba85&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000763 10.0.0.23 - - [2025-11-27 02:30:19] "GET /project/256c0738-195b-4b5b-a77a-8d9af0b3ba85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1524 0.049377 10.0.0.23 - - [2025-11-27 02:30:19] "GET /projects?obj_uuids=256c0738-195b-4b5b-a77a-8d9af0b3ba85&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000821 10.0.0.23 - - [2025-11-27 02:30:19] "GET /project/256c0738-195b-4b5b-a77a-8d9af0b3ba85?fields=security_groups HTTP/1.1" 200 1405 0.041101 10.0.0.23 - - [2025-11-27 02:30:19] "DELETE /security-group/7db2a12d-7d44-483b-89eb-651a63b51cbc HTTP/1.1" 200 115 0.048042 10.0.0.23 - - [2025-11-27 02:30:19] "GET /projects?obj_uuids=256c0738-195b-4b5b-a77a-8d9af0b3ba85&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001302 10.0.0.27 - - [2025-11-27 02:30:19] "DELETE /access-control-list/dd2ac3eb-ca09-4b38-8094-4ba5ad146ed9 HTTP/1.1" 200 115 0.041753 10.0.0.23 - - [2025-11-27 02:30:19] "GET /project/256c0738-195b-4b5b-a77a-8d9af0b3ba85?fields=application_policy_sets HTTP/1.1" 200 1444 0.060816 10.0.0.23 - - [2025-11-27 02:30:19] "DELETE /project/256c0738-195b-4b5b-a77a-8d9af0b3ba85 HTTP/1.1" 200 115 0.430562 10.0.0.27 - - [2025-11-27 02:30:20] "POST /fqname-to-id HTTP/1.1" 404 188 0.025093 10.0.0.23 - - [2025-11-27 02:30:20] "GET /projects?obj_uuids=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002456 10.0.0.23 - - [2025-11-27 02:30:20] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001152 10.0.0.23 - - [2025-11-27 02:30:20] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007755 10.0.0.23 - - [2025-11-27 02:30:20] "POST /id-to-fqname HTTP/1.1" 200 190 0.001117 10.0.0.23 - - [2025-11-27 02:30:20] "POST /fqname-to-id HTTP/1.1" 404 199 0.016106 10.0.0.23 - - [2025-11-27 02:30:20] "POST /security-groups HTTP/1.1" 200 591 0.028145 10.0.0.23 - - [2025-11-27 02:30:20] "POST /projects HTTP/1.1" 200 585 0.235305 10.0.0.27 - - [2025-11-27 02:30:20] "POST /access-control-lists HTTP/1.1" 200 596 0.026296 10.0.0.23 - - [2025-11-27 02:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.310679 10.0.0.27 - - [2025-11-27 02:30:20] "GET /project/c5f06727-7116-4a30-97ea-11f8e504385b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.444742 10.0.0.27 - - [2025-11-27 02:30:21] "GET / HTTP/1.1" 200 35931 0.001370 10.0.0.27 - - [2025-11-27 02:30:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000597 10.0.0.27 - - [2025-11-27 02:30:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.059397 10.0.0.27 - - [2025-11-27 02:30:23] "POST /network-ipams HTTP/1.1" 200 513 0.026878 10.0.0.27 - - [2025-11-27 02:30:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003732 10.0.0.27 - - [2025-11-27 02:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.27 - - [2025-11-27 02:30:23] "GET /network-ipam/35f1a38b-4805-4a67-8f70-33a564a47cdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.005825 10.0.0.27 - - [2025-11-27 02:30:23] "PUT /network-ipam/35f1a38b-4805-4a67-8f70-33a564a47cdc HTTP/1.1" 200 258 0.014076 10.0.0.27 - - [2025-11-27 02:30:24] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003263 10.0.0.27 - - [2025-11-27 02:30:24] "POST /network-ipams HTTP/1.1" 200 513 0.025292 10.0.0.27 - - [2025-11-27 02:30:24] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.002778 10.0.0.27 - - [2025-11-27 02:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.27 - - [2025-11-27 02:30:24] "GET /network-ipam/6d959774-9878-4059-9310-3d6595fa66c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.005628 10.0.0.27 - - [2025-11-27 02:30:24] "PUT /network-ipam/6d959774-9878-4059-9310-3d6595fa66c6 HTTP/1.1" 200 258 0.012186 10.0.0.27 - - [2025-11-27 02:30:24] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003170 10.0.0.27 - - [2025-11-27 02:30:24] "POST /network-ipams HTTP/1.1" 200 513 0.024658 10.0.0.27 - - [2025-11-27 02:30:24] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.003089 10.0.0.27 - - [2025-11-27 02:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.27 - - [2025-11-27 02:30:24] "GET /network-ipam/41c45cdd-286b-4162-8ac1-ed39c9b0703c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.005180 10.0.0.27 - - [2025-11-27 02:30:24] "PUT /network-ipam/41c45cdd-286b-4162-8ac1-ed39c9b0703c HTTP/1.1" 200 258 0.012293 10.0.0.27 - - [2025-11-27 02:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.23 - - [2025-11-27 02:30:25] "GET /projects?obj_uuids=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000841 10.0.0.27 - - [2025-11-27 02:30:25] "GET /project/c5f06727-7116-4a30-97ea-11f8e504385b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.038494 10.0.0.23 - - [2025-11-27 02:30:25] "GET /projects?obj_uuids=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000902 10.0.0.27 - - [2025-11-27 02:30:25] "POST /neutron/network HTTP/1.1" 200 607 0.140352 10.0.0.27 - - [2025-11-27 02:30:25] "POST /route-targets HTTP/1.1" 200 327 0.012727 10.0.0.27 - - [2025-11-27 02:30:26] "POST /id-to-fqname HTTP/1.1" 200 221 0.003159 10.0.0.27 - - [2025-11-27 02:30:26] "GET /virtual-network/a7c5ca4e-12bc-4b02-b369-29f40d862fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004985 10.0.0.27 - - [2025-11-27 02:30:26] "POST /neutron/network HTTP/1.1" 200 823 0.005649 10.0.0.27 - - [2025-11-27 02:30:26] "GET /virtual-network/a7c5ca4e-12bc-4b02-b369-29f40d862fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004832 10.0.0.27 - - [2025-11-27 02:30:26] "POST /neutron/network HTTP/1.1" 200 823 0.005922 10.0.0.27 - - [2025-11-27 02:30:26] "GET /virtual-network/a7c5ca4e-12bc-4b02-b369-29f40d862fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004510 10.0.0.27 - - [2025-11-27 02:30:26] "GET /network-ipam/35f1a38b-4805-4a67-8f70-33a564a47cdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.002891 10.0.0.27 - - [2025-11-27 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.23 - - [2025-11-27 02:30:26] "GET /projects?obj_uuids=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000875 10.0.0.27 - - [2025-11-27 02:30:26] "GET /project/c5f06727-7116-4a30-97ea-11f8e504385b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.046937 10.0.0.27 - - [2025-11-27 02:30:26] "POST /ref-update HTTP/1.1" 200 156 0.021270 10.0.0.23 - - [2025-11-27 02:30:26] "POST /useragent-kv HTTP/1.1" 200 115 0.005237 10.0.0.27 - - [2025-11-27 02:30:26] "POST /neutron/subnet HTTP/1.1" 200 729 0.236308 10.0.0.27 - - [2025-11-27 02:30:26] "POST /id-to-fqname HTTP/1.1" 200 221 0.001203 10.0.0.27 - - [2025-11-27 02:30:26] "GET /virtual-network/6f876000-ec7e-47ac-8fc4-34421bace652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004673 10.0.0.27 - - [2025-11-27 02:30:26] "GET /virtual-network/6f876000-ec7e-47ac-8fc4-34421bace652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005035 10.0.0.27 - - [2025-11-27 02:30:26] "POST /neutron/network HTTP/1.1" 200 825 0.005730 10.0.0.27 - - [2025-11-27 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002648 10.0.0.23 - - [2025-11-27 02:30:26] "GET /projects?obj_uuids=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001070 10.0.0.27 - - [2025-11-27 02:30:26] "GET /project/c5f06727-7116-4a30-97ea-11f8e504385b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.039069 10.0.0.23 - - [2025-11-27 02:30:27] "GET /projects?obj_uuids=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001284 10.0.0.27 - - [2025-11-27 02:30:27] "POST /neutron/network HTTP/1.1" 200 607 0.126456 10.0.0.27 - - [2025-11-27 02:30:27] "POST /id-to-fqname HTTP/1.1" 200 221 0.002860 10.0.0.27 - - [2025-11-27 02:30:27] "GET /virtual-network/95cd13dc-8fc8-43be-b4b4-3604e685fd10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004980 10.0.0.27 - - [2025-11-27 02:30:27] "POST /neutron/network HTTP/1.1" 200 824 0.005144 10.0.0.27 - - [2025-11-27 02:30:27] "GET /virtual-network/95cd13dc-8fc8-43be-b4b4-3604e685fd10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004553 10.0.0.27 - - [2025-11-27 02:30:27] "GET /virtual-network/a7c5ca4e-12bc-4b02-b369-29f40d862fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005270 10.0.0.27 - - [2025-11-27 02:30:28] "GET /obj-perms HTTP/1.1" 200 5030 0.061520 10.0.0.27 - - [2025-11-27 02:30:29] "GET /virtual-network/6f876000-ec7e-47ac-8fc4-34421bace652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.010178 10.0.0.33 - - [2025-11-27 02:30:29] "GET /obj-perms HTTP/1.1" 200 5030 0.044445 10.0.0.23 - - [2025-11-27 02:30:29] "GET /obj-perms HTTP/1.1" 200 5030 0.051911 10.0.0.27 - - [2025-11-27 02:30:29] "GET /virtual-network/95cd13dc-8fc8-43be-b4b4-3604e685fd10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004894 10.0.0.27 - - [2025-11-27 02:30:30] "POST /fqname-to-id HTTP/1.1" 404 215 0.003591 10.0.0.27 - - [2025-11-27 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.23 - - [2025-11-27 02:30:30] "GET /projects?obj_uuids=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000932 10.0.0.27 - - [2025-11-27 02:30:30] "GET /project/c5f06727-7116-4a30-97ea-11f8e504385b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.033454 10.0.0.27 - - [2025-11-27 02:30:30] "POST /network-policys HTTP/1.1" 200 553 0.024365 10.0.0.27 - - [2025-11-27 02:30:30] "GET /network-policy/019e1795-85b4-4f7e-9e22-53cc4b3957cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.006100 10.0.0.27 - - [2025-11-27 02:30:30] "POST /fqname-to-id HTTP/1.1" 404 215 0.003381 10.0.0.27 - - [2025-11-27 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.23 - - [2025-11-27 02:30:30] "GET /projects?obj_uuids=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000870 10.0.0.27 - - [2025-11-27 02:30:30] "GET /project/c5f06727-7116-4a30-97ea-11f8e504385b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.037093 10.0.0.27 - - [2025-11-27 02:30:30] "POST /network-policys HTTP/1.1" 200 553 0.023919 10.0.0.27 - - [2025-11-27 02:30:30] "GET /network-policy/5f9d9178-e7e9-4f9d-970a-ffb83800f6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.010037 10.0.0.27 - - [2025-11-27 02:30:30] "POST /fqname-to-id HTTP/1.1" 404 215 0.002810 10.0.0.27 - - [2025-11-27 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.23 - - [2025-11-27 02:30:30] "GET /projects?obj_uuids=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000943 10.0.0.27 - - [2025-11-27 02:30:30] "GET /project/c5f06727-7116-4a30-97ea-11f8e504385b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.039906 10.0.0.27 - - [2025-11-27 02:30:30] "POST /network-policys HTTP/1.1" 200 553 0.024112 10.0.0.27 - - [2025-11-27 02:30:30] "GET /network-policy/7a9dd9bb-c8c1-443a-b6dc-435e9ee92a6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.004909 10.0.0.27 - - [2025-11-27 02:30:31] "POST /fqname-to-id HTTP/1.1" 404 236 0.003017 10.0.0.27 - - [2025-11-27 02:30:31] "POST /ref-update HTTP/1.1" 200 156 0.048086 10.0.0.27 - - [2025-11-27 02:30:31] "POST /ref-update HTTP/1.1" 200 156 0.062375 10.0.0.27 - - [2025-11-27 02:30:31] "POST /neutron/network HTTP/1.1" 200 825 0.006743 10.0.0.27 - - [2025-11-27 02:30:31] "POST /fqname-to-id HTTP/1.1" 404 236 0.004125 10.0.0.27 - - [2025-11-27 02:30:31] "GET /virtual-network/6f876000-ec7e-47ac-8fc4-34421bace652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006726 10.0.0.27 - - [2025-11-27 02:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002547 10.0.0.27 - - [2025-11-27 02:30:31] "GET /network-policy/5f9d9178-e7e9-4f9d-970a-ffb83800f6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.004299 10.0.0.27 - - [2025-11-27 02:30:31] "POST /id-to-fqname HTTP/1.1" 200 221 0.001004 10.0.0.27 - - [2025-11-27 02:30:31] "POST /neutron/network HTTP/1.1" 200 1004 0.010586 10.0.0.23 - - [2025-11-27 02:30:32] "GET /projects?obj_uuids=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000947 10.0.0.27 - - [2025-11-27 02:30:32] "GET /project/c5f06727-7116-4a30-97ea-11f8e504385b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.070560 10.0.0.27 - - [2025-11-27 02:30:32] "POST /neutron/port HTTP/1.1" 200 117 0.005744 10.0.0.27 - - [2025-11-27 02:30:32] "POST /id-to-fqname HTTP/1.1" 200 221 0.001088 10.0.0.27 - - [2025-11-27 02:30:33] "POST /neutron/network HTTP/1.1" 200 1004 0.006387 10.0.0.23 - - [2025-11-27 02:30:33] "GET /projects?obj_uuids=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000858 10.0.0.27 - - [2025-11-27 02:30:33] "GET /project/c5f06727-7116-4a30-97ea-11f8e504385b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.088777 10.0.0.27 - - [2025-11-27 02:30:33] "POST /neutron/port HTTP/1.1" 200 1059 0.058000 10.0.0.27 - - [2025-11-27 02:30:34] "POST /neutron/port HTTP/1.1" 200 1087 0.014840 10.0.0.27 - - [2025-11-27 02:30:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006976 10.0.0.27 - - [2025-11-27 02:30:34] "POST /neutron/port HTTP/1.1" 200 117 0.005254 10.0.0.27 - - [2025-11-27 02:30:34] "POST /id-to-fqname HTTP/1.1" 200 221 0.001203 10.0.0.27 - - [2025-11-27 02:30:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007455 10.0.0.23 - - [2025-11-27 02:30:34] "GET /projects?obj_uuids=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000933 10.0.0.27 - - [2025-11-27 02:30:34] "PUT /access-control-list/c45b5af7-924a-401b-b216-7303f6f6e6c3 HTTP/1.1" 200 272 0.021662 10.0.0.27 - - [2025-11-27 02:30:34] "POST /neutron/port HTTP/1.1" 200 1061 0.277677 10.0.0.27 - - [2025-11-27 02:30:35] "POST /neutron/port HTTP/1.1" 200 1115 0.081671 10.0.0.27 - - [2025-11-27 02:30:35] "POST /neutron/subnet HTTP/1.1" 200 703 0.009856 10.0.0.27 - - [2025-11-27 02:30:35] "GET /obj-perms HTTP/1.1" 200 5056 0.079875 10.0.0.23 - - [2025-11-27 02:30:35] "GET /projects?obj_uuids=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000905 10.0.0.27 - - [2025-11-27 02:30:35] "GET /project/c5f06727-7116-4a30-97ea-11f8e504385b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.314711 10.0.0.27 - - [2025-11-27 02:30:35] "POST /neutron/network HTTP/1.1" 200 824 0.009606 10.0.0.27 - - [2025-11-27 02:30:36] "POST /neutron/port HTTP/1.1" 200 117 0.009506 10.0.0.27 - - [2025-11-27 02:30:36] "POST /neutron/port HTTP/1.1" 200 1087 0.013872 10.0.0.27 - - [2025-11-27 02:30:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006314 10.0.0.27 - - [2025-11-27 02:30:36] "GET /virtual-machine/b0776137-9541-4540-9192-e4b997696b6e HTTP/1.1" 401 292 0.000397 10.0.0.27 - - [2025-11-27 02:30:36] "POST /neutron/network HTTP/1.1" 200 834 0.013578 10.0.0.27 - - [2025-11-27 02:30:36] "POST /neutron/port HTTP/1.1" 200 1060 0.012280 10.0.0.27 - - [2025-11-27 02:30:36] "GET /virtual-machine/b0776137-9541-4540-9192-e4b997696b6e HTTP/1.1" 200 1293 0.050896 10.0.0.27 - - [2025-11-27 02:30:36] "GET /virtual-machine/b0776137-9541-4540-9192-e4b997696b6e HTTP/1.1" 200 1293 0.003853 10.0.0.27 - - [2025-11-27 02:30:37] "GET /virtual-machine-interface/4530b6ee-7beb-45dc-b682-cbbd355cfe3c HTTP/1.1" 200 2944 0.014647 10.0.0.27 - - [2025-11-27 02:30:37] "GET /virtual-machine/b0776137-9541-4540-9192-e4b997696b6e HTTP/1.1" 200 1293 0.008305 10.0.0.27 - - [2025-11-27 02:30:37] "GET /virtual-machine-interface/4530b6ee-7beb-45dc-b682-cbbd355cfe3c HTTP/1.1" 200 2944 0.015517 10.0.0.27 - - [2025-11-27 02:30:37] "GET /instance-ip/6e21096d-dd37-4bc2-adf3-805f2376f2c7 HTTP/1.1" 200 1620 0.006248 10.0.0.27 - - [2025-11-27 02:30:37] "GET /virtual-machine/b0776137-9541-4540-9192-e4b997696b6e HTTP/1.1" 200 1293 0.003237 10.0.0.27 - - [2025-11-27 02:30:37] "GET /virtual-machine-interface/4530b6ee-7beb-45dc-b682-cbbd355cfe3c HTTP/1.1" 200 2944 0.005423 10.0.0.27 - - [2025-11-27 02:30:37] "GET /instance-ip/6e21096d-dd37-4bc2-adf3-805f2376f2c7 HTTP/1.1" 200 1620 0.005126 10.0.0.27 - - [2025-11-27 02:30:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003478 10.0.0.27 - - [2025-11-27 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.27 - - [2025-11-27 02:30:37] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004045 10.0.0.27 - - [2025-11-27 02:30:37] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003007 10.0.0.27 - - [2025-11-27 02:30:37] "POST /neutron/network HTTP/1.1" 200 824 0.006734 10.0.0.27 - - [2025-11-27 02:30:37] "GET /virtual-network/a7c5ca4e-12bc-4b02-b369-29f40d862fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005436 10.0.0.27 - - [2025-11-27 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.27 - - [2025-11-27 02:30:37] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003718 10.0.0.27 - - [2025-11-27 02:30:37] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002712 10.0.0.27 - - [2025-11-27 02:30:37] "GET /virtual-network/a7c5ca4e-12bc-4b02-b369-29f40d862fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005225 10.0.0.27 - - [2025-11-27 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.27 - - [2025-11-27 02:30:37] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003110 10.0.0.27 - - [2025-11-27 02:30:37] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004411 10.0.0.27 - - [2025-11-27 02:30:37] "GET /virtual-network/a7c5ca4e-12bc-4b02-b369-29f40d862fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005178 10.0.0.27 - - [2025-11-27 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.27 - - [2025-11-27 02:30:37] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003294 10.0.0.27 - - [2025-11-27 02:30:37] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003510 10.0.0.27 - - [2025-11-27 02:30:37] "GET /virtual-network/a7c5ca4e-12bc-4b02-b369-29f40d862fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005139 10.0.0.27 - - [2025-11-27 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.27 - - [2025-11-27 02:30:37] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003756 10.0.0.27 - - [2025-11-27 02:30:37] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002854 10.0.0.27 - - [2025-11-27 02:30:37] "GET /virtual-network/a7c5ca4e-12bc-4b02-b369-29f40d862fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005992 10.0.0.27 - - [2025-11-27 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.27 - - [2025-11-27 02:30:40] "GET /virtual-network/a7c5ca4e-12bc-4b02-b369-29f40d862fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005055 10.0.0.27 - - [2025-11-27 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.27 - - [2025-11-27 02:30:44] "GET /virtual-network/a7c5ca4e-12bc-4b02-b369-29f40d862fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.004941 10.0.0.27 - - [2025-11-27 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.27 - - [2025-11-27 02:30:48] "GET /virtual-network/a7c5ca4e-12bc-4b02-b369-29f40d862fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.004937 10.0.0.27 - - [2025-11-27 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.27 - - [2025-11-27 02:30:53] "GET /virtual-network/a7c5ca4e-12bc-4b02-b369-29f40d862fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.004723 10.0.0.27 - - [2025-11-27 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.008649 10.0.0.27 - - [2025-11-27 02:30:57] "GET /virtual-network/a7c5ca4e-12bc-4b02-b369-29f40d862fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.009690 10.0.0.27 - - [2025-11-27 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.008843 10.0.0.27 - - [2025-11-27 02:31:01] "GET /virtual-network/a7c5ca4e-12bc-4b02-b369-29f40d862fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005618 10.0.0.27 - - [2025-11-27 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.27 - - [2025-11-27 02:31:05] "GET /virtual-network/a7c5ca4e-12bc-4b02-b369-29f40d862fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.004711 10.0.0.27 - - [2025-11-27 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.27 - - [2025-11-27 02:31:09] "GET /virtual-network/a7c5ca4e-12bc-4b02-b369-29f40d862fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.004790 10.0.0.27 - - [2025-11-27 02:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.27 - - [2025-11-27 02:31:13] "GET /virtual-network/a7c5ca4e-12bc-4b02-b369-29f40d862fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006849 10.0.0.27 - - [2025-11-27 02:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.27 - - [2025-11-27 02:31:17] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004276 10.0.0.27 - - [2025-11-27 02:31:17] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003250 10.0.0.27 - - [2025-11-27 02:31:17] "GET /virtual-network/a7c5ca4e-12bc-4b02-b369-29f40d862fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005872 10.0.0.27 - - [2025-11-27 02:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.27 - - [2025-11-27 02:31:17] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003241 10.0.0.27 - - [2025-11-27 02:31:17] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002723 10.0.0.27 - - [2025-11-27 02:31:17] "GET /virtual-network/a7c5ca4e-12bc-4b02-b369-29f40d862fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005064 10.0.0.27 - - [2025-11-27 02:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.27 - - [2025-11-27 02:31:17] "GET /routing-instance/18fe51c6-cd1c-468e-9f5a-7e79ebad9d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004340 10.0.0.27 - - [2025-11-27 02:31:17] "GET /route-target/87e68ea6-6323-41a5-a515-d7ba1e8fd405?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003194 10.0.0.27 - - [2025-11-27 02:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.27 - - [2025-11-27 02:31:18] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003441 10.0.0.27 - - [2025-11-27 02:31:18] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002472 10.0.0.27 - - [2025-11-27 02:31:18] "GET /virtual-network/a7c5ca4e-12bc-4b02-b369-29f40d862fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005515 10.0.0.27 - - [2025-11-27 02:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.27 - - [2025-11-27 02:31:18] "GET /routing-instance/18fe51c6-cd1c-468e-9f5a-7e79ebad9d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.003709 10.0.0.27 - - [2025-11-27 02:31:18] "GET /route-target/87e68ea6-6323-41a5-a515-d7ba1e8fd405?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003711 10.0.0.27 - - [2025-11-27 02:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.27 - - [2025-11-27 02:31:18] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003527 10.0.0.27 - - [2025-11-27 02:31:18] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002768 10.0.0.27 - - [2025-11-27 02:31:18] "GET /virtual-network/a7c5ca4e-12bc-4b02-b369-29f40d862fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005495 10.0.0.27 - - [2025-11-27 02:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.27 - - [2025-11-27 02:31:18] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003887 10.0.0.27 - - [2025-11-27 02:31:18] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002640 10.0.0.27 - - [2025-11-27 02:31:18] "GET /virtual-network/a7c5ca4e-12bc-4b02-b369-29f40d862fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005059 10.0.0.27 - - [2025-11-27 02:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.27 - - [2025-11-27 02:31:18] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003708 10.0.0.27 - - [2025-11-27 02:31:18] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002764 10.0.0.27 - - [2025-11-27 02:31:18] "GET /virtual-network/a7c5ca4e-12bc-4b02-b369-29f40d862fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005679 10.0.0.23 - - [2025-11-27 02:31:18] "GET /obj-perms HTTP/1.1" 200 5030 0.004623 10.0.0.27 - - [2025-11-27 02:31:18] "GET /obj-perms HTTP/1.1" 200 5030 0.003026 10.0.0.33 - - [2025-11-27 02:31:18] "GET /obj-perms HTTP/1.1" 200 5030 0.003414 10.0.0.27 - - [2025-11-27 02:31:18] "GET /obj-perms HTTP/1.1" 200 5030 0.003645 10.0.0.27 - - [2025-11-27 02:31:19] "POST /neutron/port HTTP/1.1" 200 1089 0.013096 10.0.0.27 - - [2025-11-27 02:31:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006602 10.0.0.27 - - [2025-11-27 02:31:19] "GET /virtual-machine/fb9562b2-56ab-4ead-b488-0626670d90c7 HTTP/1.1" 200 1293 0.005648 10.0.0.27 - - [2025-11-27 02:31:19] "GET /virtual-machine/fb9562b2-56ab-4ead-b488-0626670d90c7 HTTP/1.1" 200 1293 0.003287 10.0.0.27 - - [2025-11-27 02:31:19] "GET /virtual-machine-interface/f6fab12d-cdd7-4806-b31a-cb46b5b3d5a7 HTTP/1.1" 200 2945 0.004625 10.0.0.27 - - [2025-11-27 02:31:19] "GET /virtual-machine/fb9562b2-56ab-4ead-b488-0626670d90c7 HTTP/1.1" 200 1293 0.002911 10.0.0.27 - - [2025-11-27 02:31:19] "GET /virtual-machine-interface/f6fab12d-cdd7-4806-b31a-cb46b5b3d5a7 HTTP/1.1" 200 2945 0.005958 10.0.0.27 - - [2025-11-27 02:31:19] "GET /instance-ip/873fe74b-02a9-455f-a754-c444b5356587 HTTP/1.1" 200 1622 0.004735 10.0.0.27 - - [2025-11-27 02:31:19] "GET /virtual-machine/fb9562b2-56ab-4ead-b488-0626670d90c7 HTTP/1.1" 200 1293 0.002928 10.0.0.27 - - [2025-11-27 02:31:19] "GET /virtual-machine-interface/f6fab12d-cdd7-4806-b31a-cb46b5b3d5a7 HTTP/1.1" 200 2945 0.004414 10.0.0.27 - - [2025-11-27 02:31:19] "GET /instance-ip/873fe74b-02a9-455f-a754-c444b5356587 HTTP/1.1" 200 1622 0.003122 10.0.0.27 - - [2025-11-27 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.27 - - [2025-11-27 02:31:19] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003269 10.0.0.27 - - [2025-11-27 02:31:19] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002348 10.0.0.27 - - [2025-11-27 02:31:19] "GET /virtual-network/6f876000-ec7e-47ac-8fc4-34421bace652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006017 10.0.0.27 - - [2025-11-27 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.27 - - [2025-11-27 02:31:19] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003522 10.0.0.27 - - [2025-11-27 02:31:19] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003658 10.0.0.27 - - [2025-11-27 02:31:19] "GET /virtual-network/6f876000-ec7e-47ac-8fc4-34421bace652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.005601 10.0.0.27 - - [2025-11-27 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.27 - - [2025-11-27 02:31:19] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004240 10.0.0.27 - - [2025-11-27 02:31:19] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002912 10.0.0.27 - - [2025-11-27 02:31:19] "GET /virtual-network/6f876000-ec7e-47ac-8fc4-34421bace652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.005135 10.0.0.27 - - [2025-11-27 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.27 - - [2025-11-27 02:31:19] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003947 10.0.0.27 - - [2025-11-27 02:31:19] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002738 10.0.0.27 - - [2025-11-27 02:31:19] "GET /virtual-network/6f876000-ec7e-47ac-8fc4-34421bace652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.005861 10.0.0.27 - - [2025-11-27 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.27 - - [2025-11-27 02:31:19] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003655 10.0.0.27 - - [2025-11-27 02:31:19] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.007780 10.0.0.27 - - [2025-11-27 02:31:19] "GET /virtual-network/6f876000-ec7e-47ac-8fc4-34421bace652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.005559 10.0.0.23 - - [2025-11-27 02:31:20] "DELETE /project/c5f0672771164a3097ea11f8e504385b HTTP/1.1" 404 173 0.006798 10.0.0.23 - - [2025-11-27 02:31:20] "GET /projects?obj_uuids=d8774784-cb62-446f-a292-820648e6da73&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001055 10.0.0.23 - - [2025-11-27 02:31:20] "GET /project/d8774784-cb62-446f-a292-820648e6da73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.043164 10.0.0.23 - - [2025-11-27 02:31:20] "GET /projects?obj_uuids=d8774784-cb62-446f-a292-820648e6da73&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001312 10.0.0.23 - - [2025-11-27 02:31:20] "GET /project/d8774784-cb62-446f-a292-820648e6da73?fields=security_groups HTTP/1.1" 200 1412 0.049613 10.0.0.23 - - [2025-11-27 02:31:20] "DELETE /security-group/06881094-99a9-4fe2-9950-b7941719de2e HTTP/1.1" 404 197 0.016352 10.0.0.23 - - [2025-11-27 02:31:20] "GET /projects?obj_uuids=d8774784-cb62-446f-a292-820648e6da73&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000949 10.0.0.23 - - [2025-11-27 02:31:20] "GET /project/d8774784-cb62-446f-a292-820648e6da73?fields=application_policy_sets HTTP/1.1" 200 1451 0.041276 10.0.0.23 - - [2025-11-27 02:31:20] "DELETE /project/d8774784-cb62-446f-a292-820648e6da73 HTTP/1.1" 200 115 0.412638 10.0.0.27 - - [2025-11-27 02:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007415 10.0.0.27 - - [2025-11-27 02:31:20] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004360 10.0.0.27 - - [2025-11-27 02:31:21] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002761 10.0.0.27 - - [2025-11-27 02:31:21] "GET /virtual-network/6f876000-ec7e-47ac-8fc4-34421bace652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.005731 10.0.0.27 - - [2025-11-27 02:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.27 - - [2025-11-27 02:31:21] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003328 10.0.0.27 - - [2025-11-27 02:31:21] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003559 10.0.0.27 - - [2025-11-27 02:31:21] "GET /virtual-network/6f876000-ec7e-47ac-8fc4-34421bace652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006044 10.0.0.27 - - [2025-11-27 02:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.27 - - [2025-11-27 02:31:21] "GET /routing-instance/f209981c-87a4-4fa8-863f-fcef4f24a0a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004143 10.0.0.27 - - [2025-11-27 02:31:21] "GET /route-target/40d0979b-1cb5-44cf-a2ef-e15383956c8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003587 10.0.0.27 - - [2025-11-27 02:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.27 - - [2025-11-27 02:31:21] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003731 10.0.0.27 - - [2025-11-27 02:31:21] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003108 10.0.0.27 - - [2025-11-27 02:31:21] "GET /virtual-network/6f876000-ec7e-47ac-8fc4-34421bace652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.005826 10.0.0.27 - - [2025-11-27 02:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004637 10.0.0.27 - - [2025-11-27 02:31:21] "GET /routing-instance/f209981c-87a4-4fa8-863f-fcef4f24a0a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.005196 10.0.0.27 - - [2025-11-27 02:31:21] "GET /route-target/40d0979b-1cb5-44cf-a2ef-e15383956c8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004133 10.0.0.27 - - [2025-11-27 02:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.27 - - [2025-11-27 02:31:21] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004905 10.0.0.27 - - [2025-11-27 02:31:21] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003204 10.0.0.27 - - [2025-11-27 02:31:21] "GET /virtual-network/6f876000-ec7e-47ac-8fc4-34421bace652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006999 10.0.0.27 - - [2025-11-27 02:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.27 - - [2025-11-27 02:31:21] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004812 10.0.0.27 - - [2025-11-27 02:31:21] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003602 10.0.0.27 - - [2025-11-27 02:31:21] "GET /virtual-network/6f876000-ec7e-47ac-8fc4-34421bace652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006549 10.0.0.27 - - [2025-11-27 02:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.27 - - [2025-11-27 02:31:21] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004966 10.0.0.27 - - [2025-11-27 02:31:21] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003228 10.0.0.27 - - [2025-11-27 02:31:22] "GET /virtual-network/6f876000-ec7e-47ac-8fc4-34421bace652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.005116 10.0.0.23 - - [2025-11-27 02:31:22] "GET /obj-perms HTTP/1.1" 200 5030 0.003286 10.0.0.27 - - [2025-11-27 02:31:22] "GET /obj-perms HTTP/1.1" 200 5030 0.003641 10.0.0.27 - - [2025-11-27 02:31:22] "GET /obj-perms HTTP/1.1" 200 5030 0.003270 10.0.0.33 - - [2025-11-27 02:31:22] "GET /obj-perms HTTP/1.1" 200 5030 0.003242 10.0.0.23 - - [2025-11-27 02:31:22] "GET /obj-perms HTTP/1.1" 200 5030 0.003173 10.0.0.27 - - [2025-11-27 02:31:22] "POST /neutron/port HTTP/1.1" 200 1088 0.016144 10.0.0.27 - - [2025-11-27 02:31:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006799 10.0.0.27 - - [2025-11-27 02:31:22] "POST /neutron/port HTTP/1.1" 200 1088 0.012684 10.0.0.27 - - [2025-11-27 02:31:22] "GET /virtual-machine/a7cfe66b-193f-481b-a4f0-f15ffb916c57 HTTP/1.1" 200 1293 0.005544 10.0.0.27 - - [2025-11-27 02:31:22] "GET /virtual-machine/a7cfe66b-193f-481b-a4f0-f15ffb916c57 HTTP/1.1" 200 1293 0.003308 10.0.0.27 - - [2025-11-27 02:31:22] "GET /virtual-machine-interface/cd5870f9-a0f0-4d12-8b02-f12fa9a27054 HTTP/1.1" 200 2945 0.004647 10.0.0.27 - - [2025-11-27 02:31:22] "GET /virtual-machine/a7cfe66b-193f-481b-a4f0-f15ffb916c57 HTTP/1.1" 200 1293 0.003264 10.0.0.27 - - [2025-11-27 02:31:22] "GET /virtual-machine-interface/cd5870f9-a0f0-4d12-8b02-f12fa9a27054 HTTP/1.1" 200 2945 0.005577 10.0.0.27 - - [2025-11-27 02:31:22] "GET /instance-ip/cd8ecbac-2d8b-4c12-b596-c24c4a3e2076 HTTP/1.1" 200 1622 0.005450 10.0.0.27 - - [2025-11-27 02:31:22] "GET /virtual-machine/a7cfe66b-193f-481b-a4f0-f15ffb916c57 HTTP/1.1" 200 1293 0.003477 10.0.0.27 - - [2025-11-27 02:31:22] "GET /virtual-machine-interface/cd5870f9-a0f0-4d12-8b02-f12fa9a27054 HTTP/1.1" 200 2945 0.004632 10.0.0.27 - - [2025-11-27 02:31:22] "GET /instance-ip/cd8ecbac-2d8b-4c12-b596-c24c4a3e2076 HTTP/1.1" 200 1622 0.004768 10.0.0.27 - - [2025-11-27 02:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.27 - - [2025-11-27 02:31:22] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002976 10.0.0.27 - - [2025-11-27 02:31:22] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002818 10.0.0.27 - - [2025-11-27 02:31:22] "GET /virtual-network/95cd13dc-8fc8-43be-b4b4-3604e685fd10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005526 10.0.0.27 - - [2025-11-27 02:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.27 - - [2025-11-27 02:31:22] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003831 10.0.0.27 - - [2025-11-27 02:31:22] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003071 10.0.0.27 - - [2025-11-27 02:31:22] "GET /virtual-network/95cd13dc-8fc8-43be-b4b4-3604e685fd10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006486 10.0.0.27 - - [2025-11-27 02:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.27 - - [2025-11-27 02:31:22] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003764 10.0.0.27 - - [2025-11-27 02:31:22] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002537 10.0.0.27 - - [2025-11-27 02:31:23] "GET /virtual-network/95cd13dc-8fc8-43be-b4b4-3604e685fd10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006146 10.0.0.27 - - [2025-11-27 02:31:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.27 - - [2025-11-27 02:31:23] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004011 10.0.0.27 - - [2025-11-27 02:31:23] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003348 10.0.0.27 - - [2025-11-27 02:31:23] "GET /virtual-network/95cd13dc-8fc8-43be-b4b4-3604e685fd10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005308 10.0.0.27 - - [2025-11-27 02:31:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.27 - - [2025-11-27 02:31:23] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003844 10.0.0.27 - - [2025-11-27 02:31:23] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002458 10.0.0.27 - - [2025-11-27 02:31:23] "GET /virtual-network/95cd13dc-8fc8-43be-b4b4-3604e685fd10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006215 10.0.0.27 - - [2025-11-27 02:31:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.27 - - [2025-11-27 02:31:24] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003332 10.0.0.27 - - [2025-11-27 02:31:24] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002765 10.0.0.27 - - [2025-11-27 02:31:24] "GET /virtual-network/95cd13dc-8fc8-43be-b4b4-3604e685fd10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005614 10.0.0.27 - - [2025-11-27 02:31:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.27 - - [2025-11-27 02:31:24] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003278 10.0.0.27 - - [2025-11-27 02:31:24] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002814 10.0.0.27 - - [2025-11-27 02:31:24] "GET /virtual-network/95cd13dc-8fc8-43be-b4b4-3604e685fd10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005801 10.0.0.27 - - [2025-11-27 02:31:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002577 10.0.0.27 - - [2025-11-27 02:31:24] "GET /routing-instance/44a69a63-fc5d-4b29-8852-9297294e7a8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.006184 10.0.0.27 - - [2025-11-27 02:31:24] "GET /route-target/c14ab332-26b7-4b1a-b97f-9ae5193245a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003390 10.0.0.27 - - [2025-11-27 02:31:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.033899 10.0.0.27 - - [2025-11-27 02:31:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.27 - - [2025-11-27 02:31:24] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003855 10.0.0.27 - - [2025-11-27 02:31:24] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003511 10.0.0.27 - - [2025-11-27 02:31:24] "GET /virtual-network/95cd13dc-8fc8-43be-b4b4-3604e685fd10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005392 10.0.0.27 - - [2025-11-27 02:31:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.27 - - [2025-11-27 02:31:24] "GET /routing-instance/44a69a63-fc5d-4b29-8852-9297294e7a8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.005830 10.0.0.27 - - [2025-11-27 02:31:25] "GET /route-target/c14ab332-26b7-4b1a-b97f-9ae5193245a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003679 10.0.0.27 - - [2025-11-27 02:31:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.27 - - [2025-11-27 02:31:25] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004260 10.0.0.27 - - [2025-11-27 02:31:25] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004596 10.0.0.27 - - [2025-11-27 02:31:25] "GET /virtual-network/95cd13dc-8fc8-43be-b4b4-3604e685fd10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005869 10.0.0.27 - - [2025-11-27 02:31:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.27 - - [2025-11-27 02:31:25] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005028 10.0.0.27 - - [2025-11-27 02:31:25] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.008618 10.0.0.27 - - [2025-11-27 02:31:25] "GET /virtual-network/95cd13dc-8fc8-43be-b4b4-3604e685fd10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005389 10.0.0.27 - - [2025-11-27 02:31:25] "GET /obj-perms HTTP/1.1" 200 5030 0.003167 10.0.0.27 - - [2025-11-27 02:31:25] "GET /obj-perms HTTP/1.1" 200 5030 0.010616 10.0.0.23 - - [2025-11-27 02:31:25] "GET /obj-perms HTTP/1.1" 200 5030 0.003202 10.0.0.33 - - [2025-11-27 02:31:25] "GET /obj-perms HTTP/1.1" 200 5030 0.003237 10.0.0.27 - - [2025-11-27 02:31:25] "GET /obj-perms HTTP/1.1" 200 5030 0.004389 10.0.0.27 - - [2025-11-27 02:31:25] "GET /virtual-machine/b0776137-9541-4540-9192-e4b997696b6e HTTP/1.1" 200 1293 0.004469 10.0.0.27 - - [2025-11-27 02:31:25] "POST /neutron/network HTTP/1.1" 200 1004 0.007887 10.0.0.27 - - [2025-11-27 02:31:25] "GET /virtual-machine-interface/4530b6ee-7beb-45dc-b682-cbbd355cfe3c HTTP/1.1" 200 2944 0.004331 10.0.0.27 - - [2025-11-27 02:31:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.27 - - [2025-11-27 02:31:25] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003433 10.0.0.27 - - [2025-11-27 02:31:25] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003129 10.0.0.27 - - [2025-11-27 02:31:25] "POST /neutron/port HTTP/1.1" 200 117 0.000954 10.0.0.27 - - [2025-11-27 02:31:25] "GET /virtual-network/a7c5ca4e-12bc-4b02-b369-29f40d862fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.004977 10.0.0.27 - - [2025-11-27 02:31:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006475 10.0.0.27 - - [2025-11-27 02:31:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.27 - - [2025-11-27 02:31:26] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004441 10.0.0.27 - - [2025-11-27 02:31:26] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003501 10.0.0.27 - - [2025-11-27 02:31:26] "GET /virtual-network/a7c5ca4e-12bc-4b02-b369-29f40d862fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005195 10.0.0.27 - - [2025-11-27 02:31:29] "POST /neutron/port HTTP/1.1" 200 1089 0.015997 10.0.0.27 - - [2025-11-27 02:31:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003494 10.0.0.27 - - [2025-11-27 02:31:29] "POST /neutron/network HTTP/1.1" 200 917 0.005799 10.0.0.27 - - [2025-11-27 02:31:32] "POST /neutron/port HTTP/1.1" 200 1087 0.017334 10.0.0.27 - - [2025-11-27 02:31:37] "GET /virtual-machine/fb9562b2-56ab-4ead-b488-0626670d90c7 HTTP/1.1" 200 1293 0.003996 10.0.0.27 - - [2025-11-27 02:31:37] "GET /virtual-machine-interface/f6fab12d-cdd7-4806-b31a-cb46b5b3d5a7 HTTP/1.1" 200 2945 0.005206 10.0.0.27 - - [2025-11-27 02:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.27 - - [2025-11-27 02:31:37] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003320 10.0.0.27 - - [2025-11-27 02:31:37] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002758 10.0.0.27 - - [2025-11-27 02:31:37] "GET /virtual-network/6f876000-ec7e-47ac-8fc4-34421bace652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.005106 10.0.0.27 - - [2025-11-27 02:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.27 - - [2025-11-27 02:31:38] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003645 10.0.0.27 - - [2025-11-27 02:31:38] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003022 10.0.0.27 - - [2025-11-27 02:31:38] "GET /virtual-network/6f876000-ec7e-47ac-8fc4-34421bace652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.005909 10.0.0.27 - - [2025-11-27 02:31:38] "GET /virtual-machine/a7cfe66b-193f-481b-a4f0-f15ffb916c57 HTTP/1.1" 200 1293 0.004798 10.0.0.27 - - [2025-11-27 02:31:38] "GET /virtual-machine-interface/cd5870f9-a0f0-4d12-8b02-f12fa9a27054 HTTP/1.1" 200 2945 0.004778 10.0.0.27 - - [2025-11-27 02:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.27 - - [2025-11-27 02:31:38] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003240 10.0.0.27 - - [2025-11-27 02:31:38] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002253 10.0.0.27 - - [2025-11-27 02:31:38] "GET /virtual-network/95cd13dc-8fc8-43be-b4b4-3604e685fd10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005384 10.0.0.27 - - [2025-11-27 02:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.27 - - [2025-11-27 02:31:39] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003185 10.0.0.27 - - [2025-11-27 02:31:39] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002947 10.0.0.27 - - [2025-11-27 02:31:39] "GET /virtual-network/95cd13dc-8fc8-43be-b4b4-3604e685fd10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005231 10.0.0.27 - - [2025-11-27 02:32:01] "GET /virtual-machine/a7cfe66b-193f-481b-a4f0-f15ffb916c57 HTTP/1.1" 200 1293 0.003801 10.0.0.27 - - [2025-11-27 02:32:02] "POST /neutron/port HTTP/1.1" 200 1114 0.010075 10.0.0.27 - - [2025-11-27 02:32:03] "GET /virtual-machine/a7cfe66b-193f-481b-a4f0-f15ffb916c57 HTTP/1.1" 404 171 0.003057 10.0.0.27 - - [2025-11-27 02:32:03] "GET /virtual-machine/a7cfe66b-193f-481b-a4f0-f15ffb916c57 HTTP/1.1" 404 171 0.002722 10.0.0.27 - - [2025-11-27 02:32:03] "GET /virtual-machine/a7cfe66b-193f-481b-a4f0-f15ffb916c57 HTTP/1.1" 404 171 0.002943 10.0.0.27 - - [2025-11-27 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.27 - - [2025-11-27 02:32:03] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003240 10.0.0.27 - - [2025-11-27 02:32:03] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002277 10.0.0.27 - - [2025-11-27 02:32:03] "GET /virtual-network/95cd13dc-8fc8-43be-b4b4-3604e685fd10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005137 10.0.0.27 - - [2025-11-27 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002631 10.0.0.27 - - [2025-11-27 02:32:03] "GET /routing-instance/44a69a63-fc5d-4b29-8852-9297294e7a8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.004685 10.0.0.27 - - [2025-11-27 02:32:03] "GET /route-target/c14ab332-26b7-4b1a-b97f-9ae5193245a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003865 10.0.0.33 - - [2025-11-27 02:32:04] "GET /obj-perms HTTP/1.1" 200 5030 0.003851 10.0.0.27 - - [2025-11-27 02:32:07] "GET /obj-perms HTTP/1.1" 200 5030 0.003414 10.0.0.33 - - [2025-11-27 02:32:13] "GET /obj-perms HTTP/1.1" 200 5030 0.003630 10.0.0.27 - - [2025-11-27 02:32:16] "GET /obj-perms HTTP/1.1" 200 5030 0.003938 10.0.0.23 - - [2025-11-27 02:32:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000589 10.0.0.23 - - [2025-11-27 02:32:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.23 - - [2025-11-27 02:32:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.23 - - [2025-11-27 02:32:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.33 - - [2025-11-27 02:32:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.33 - - [2025-11-27 02:32:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000776 10.0.0.27 - - [2025-11-27 02:32:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.27 - - [2025-11-27 02:32:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.33 - - [2025-11-27 02:32:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000559 10.0.0.33 - - [2025-11-27 02:32:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000501 10.0.0.33 - - [2025-11-27 02:32:22] "GET /obj-perms HTTP/1.1" 200 5030 0.004539 10.0.0.27 - - [2025-11-27 02:32:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.27 - - [2025-11-27 02:32:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.27 - - [2025-11-27 02:32:25] "GET /obj-perms HTTP/1.1" 200 5030 0.003545 10.0.0.27 - - [2025-11-27 02:32:30] "POST /neutron/port HTTP/1.1" 200 1089 0.040930 10.0.0.27 - - [2025-11-27 02:32:31] "POST /neutron/subnet HTTP/1.1" 200 703 0.008998 10.0.0.33 - - [2025-11-27 02:32:31] "GET /obj-perms HTTP/1.1" 200 5030 0.003483 10.0.0.27 - - [2025-11-27 02:32:31] "GET /obj-perms HTTP/1.1" 200 5030 0.004522 10.0.0.23 - - [2025-11-27 02:32:31] "GET /obj-perms HTTP/1.1" 200 5030 0.003459 10.0.0.27 - - [2025-11-27 02:32:31] "GET /virtual-machine/fb9562b2-56ab-4ead-b488-0626670d90c7 HTTP/1.1" 200 1293 0.004148 10.0.0.27 - - [2025-11-27 02:32:32] "POST /neutron/port HTTP/1.1" 200 1089 0.018095 10.0.0.27 - - [2025-11-27 02:32:33] "GET /virtual-machine/fb9562b2-56ab-4ead-b488-0626670d90c7 HTTP/1.1" 404 171 0.003560 10.0.0.27 - - [2025-11-27 02:32:33] "GET /virtual-machine/fb9562b2-56ab-4ead-b488-0626670d90c7 HTTP/1.1" 404 171 0.002352 10.0.0.27 - - [2025-11-27 02:32:33] "GET /virtual-machine/fb9562b2-56ab-4ead-b488-0626670d90c7 HTTP/1.1" 404 171 0.002789 10.0.0.27 - - [2025-11-27 02:32:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.27 - - [2025-11-27 02:32:34] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003500 10.0.0.27 - - [2025-11-27 02:32:34] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002887 10.0.0.27 - - [2025-11-27 02:32:34] "GET /virtual-network/6f876000-ec7e-47ac-8fc4-34421bace652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.005684 10.0.0.27 - - [2025-11-27 02:32:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.27 - - [2025-11-27 02:32:34] "GET /routing-instance/f209981c-87a4-4fa8-863f-fcef4f24a0a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004081 10.0.0.27 - - [2025-11-27 02:32:34] "GET /route-target/40d0979b-1cb5-44cf-a2ef-e15383956c8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003301 10.0.0.33 - - [2025-11-27 02:32:36] "GET /obj-perms HTTP/1.1" 200 5056 0.059997 10.0.0.27 - - [2025-11-27 02:32:37] "GET /obj-perms HTTP/1.1" 200 5030 0.004027 10.0.0.33 - - [2025-11-27 02:32:43] "GET /obj-perms HTTP/1.1" 200 5030 0.003556 10.0.0.27 - - [2025-11-27 02:32:46] "GET /obj-perms HTTP/1.1" 200 5030 0.005552 10.0.0.33 - - [2025-11-27 02:32:52] "GET /obj-perms HTTP/1.1" 200 5030 0.004780 10.0.0.27 - - [2025-11-27 02:32:55] "GET /obj-perms HTTP/1.1" 200 5030 0.003570 10.0.0.33 - - [2025-11-27 02:33:01] "GET /obj-perms HTTP/1.1" 200 5030 0.004514 10.0.0.27 - - [2025-11-27 02:33:01] "GET /obj-perms HTTP/1.1" 200 5030 0.004236 10.0.0.27 - - [2025-11-27 02:33:02] "GET /virtual-machine/b0776137-9541-4540-9192-e4b997696b6e HTTP/1.1" 200 1293 0.004107 10.0.0.27 - - [2025-11-27 02:33:02] "POST /neutron/port HTTP/1.1" 200 1087 0.013793 10.0.0.27 - - [2025-11-27 02:33:04] "GET /virtual-machine/b0776137-9541-4540-9192-e4b997696b6e HTTP/1.1" 404 171 0.002955 10.0.0.27 - - [2025-11-27 02:33:04] "GET /virtual-machine/b0776137-9541-4540-9192-e4b997696b6e HTTP/1.1" 404 171 0.002350 10.0.0.27 - - [2025-11-27 02:33:04] "GET /virtual-machine/b0776137-9541-4540-9192-e4b997696b6e HTTP/1.1" 404 171 0.003329 10.0.0.27 - - [2025-11-27 02:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.27 - - [2025-11-27 02:33:04] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003368 10.0.0.27 - - [2025-11-27 02:33:04] "GET /virtual-networks?parent_id=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003231 10.0.0.27 - - [2025-11-27 02:33:04] "GET /virtual-network/a7c5ca4e-12bc-4b02-b369-29f40d862fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005562 10.0.0.27 - - [2025-11-27 02:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002604 10.0.0.27 - - [2025-11-27 02:33:04] "GET /routing-instance/18fe51c6-cd1c-468e-9f5a-7e79ebad9d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.003609 10.0.0.27 - - [2025-11-27 02:33:04] "GET /route-target/87e68ea6-6323-41a5-a515-d7ba1e8fd405?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002887 10.0.0.27 - - [2025-11-27 02:33:07] "GET /obj-perms HTTP/1.1" 200 5030 0.003558 10.0.0.33 - - [2025-11-27 02:33:07] "GET /obj-perms HTTP/1.1" 200 5030 0.003324 10.0.0.27 - - [2025-11-27 02:33:16] "GET /obj-perms HTTP/1.1" 200 5030 0.003446 10.0.0.33 - - [2025-11-27 02:33:16] "GET /obj-perms HTTP/1.1" 200 5030 0.003222 10.0.0.27 - - [2025-11-27 02:33:25] "GET /obj-perms HTTP/1.1" 200 5030 0.003838 10.0.0.33 - - [2025-11-27 02:33:25] "GET /obj-perms HTTP/1.1" 200 5030 0.003815 10.0.0.27 - - [2025-11-27 02:33:32] "GET /obj-perms HTTP/1.1" 200 5030 0.003312 10.0.0.33 - - [2025-11-27 02:33:32] "GET /obj-perms HTTP/1.1" 200 5030 0.003297 10.0.0.23 - - [2025-11-27 02:33:32] "GET /obj-perms HTTP/1.1" 200 5030 0.003340 10.0.0.27 - - [2025-11-27 02:33:32] "GET /virtual-network/6f876000-ec7e-47ac-8fc4-34421bace652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.008951 10.0.0.27 - - [2025-11-27 02:33:32] "POST /neutron/network HTTP/1.1" 200 917 0.018679 10.0.0.27 - - [2025-11-27 02:33:32] "DELETE /access-control-list/c45b5af7-924a-401b-b216-7303f6f6e6c3 HTTP/1.1" 200 115 0.091269 10.0.0.27 - - [2025-11-27 02:33:32] "GET /virtual-network/6f876000-ec7e-47ac-8fc4-34421bace652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008718 10.0.0.27 - - [2025-11-27 02:33:32] "POST /ref-update HTTP/1.1" 200 156 0.052084 10.0.0.27 - - [2025-11-27 02:33:32] "POST /ref-update HTTP/1.1" 200 156 0.066717 10.0.0.27 - - [2025-11-27 02:33:32] "POST /ref-update HTTP/1.1" 200 156 0.020539 10.0.0.27 - - [2025-11-27 02:33:32] "DELETE /network-policy/7a9dd9bb-c8c1-443a-b6dc-435e9ee92a6d HTTP/1.1" 200 115 0.041660 10.0.0.27 - - [2025-11-27 02:33:33] "DELETE /network-policy/5f9d9178-e7e9-4f9d-970a-ffb83800f6c1 HTTP/1.1" 200 115 0.061503 10.0.0.27 - - [2025-11-27 02:33:33] "DELETE /network-policy/019e1795-85b4-4f7e-9e22-53cc4b3957cc HTTP/1.1" 200 115 0.039736 10.0.0.27 - - [2025-11-27 02:33:33] "POST /neutron/network HTTP/1.1" 200 824 0.015113 10.0.0.27 - - [2025-11-27 02:33:33] "DELETE /route-target/c14ab332-26b7-4b1a-b97f-9ae5193245a9 HTTP/1.1" 200 115 0.024131 10.0.0.23 - - [2025-11-27 02:33:33] "POST /useragent-kv HTTP/1.1" 200 115 0.071977 10.0.0.23 - - [2025-11-27 02:33:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002162 10.0.0.27 - - [2025-11-27 02:33:33] "POST /neutron/network HTTP/1.1" 200 151 0.189629 10.0.0.27 - - [2025-11-27 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.27 - - [2025-11-27 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.27 - - [2025-11-27 02:33:34] "DELETE /network-ipam/41c45cdd-286b-4162-8ac1-ed39c9b0703c HTTP/1.1" 200 115 0.030509 10.0.0.27 - - [2025-11-27 02:33:34] "POST /fqname-to-id HTTP/1.1" 404 197 0.003958 10.0.0.27 - - [2025-11-27 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.27 - - [2025-11-27 02:33:34] "DELETE /network-ipam/6d959774-9878-4059-9310-3d6595fa66c6 HTTP/1.1" 200 115 0.033338 10.0.0.27 - - [2025-11-27 02:33:34] "POST /fqname-to-id HTTP/1.1" 404 197 0.002880 10.0.0.27 - - [2025-11-27 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.27 - - [2025-11-27 02:33:34] "DELETE /network-ipam/35f1a38b-4805-4a67-8f70-33a564a47cdc HTTP/1.1" 200 115 0.032771 10.0.0.27 - - [2025-11-27 02:33:34] "POST /fqname-to-id HTTP/1.1" 404 197 0.004667 10.0.0.23 - - [2025-11-27 02:33:36] "GET /projects?obj_uuids=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001636 10.0.0.27 - - [2025-11-27 02:33:36] "GET /project/c5f06727-7116-4a30-97ea-11f8e504385b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.060867 10.0.0.23 - - [2025-11-27 02:33:36] "GET /projects?obj_uuids=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000813 10.0.0.27 - - [2025-11-27 02:33:36] "GET /project/c5f06727-7116-4a30-97ea-11f8e504385b?fields=virtual_networks HTTP/1.1" 200 1033 0.029927 10.0.0.23 - - [2025-11-27 02:33:36] "GET /projects?obj_uuids=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000961 10.0.0.27 - - [2025-11-27 02:33:36] "GET /project/c5f06727-7116-4a30-97ea-11f8e504385b?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.037865 10.0.0.23 - - [2025-11-27 02:33:36] "GET /projects?obj_uuids=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000857 10.0.0.27 - - [2025-11-27 02:33:36] "GET /project/c5f06727-7116-4a30-97ea-11f8e504385b?fields=security_groups HTTP/1.1" 200 1259 0.031955 10.0.0.27 - - [2025-11-27 02:33:37] "POST /fqname-to-id HTTP/1.1" 404 194 0.027731 10.0.0.23 - - [2025-11-27 02:33:37] "GET /projects?obj_uuids=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002988 10.0.0.23 - - [2025-11-27 02:33:37] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000883 10.0.0.23 - - [2025-11-27 02:33:37] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.031677 10.0.0.23 - - [2025-11-27 02:33:37] "POST /id-to-fqname HTTP/1.1" 200 196 0.004091 10.0.0.23 - - [2025-11-27 02:33:37] "POST /fqname-to-id HTTP/1.1" 404 205 0.008348 10.0.0.23 - - [2025-11-27 02:33:37] "POST /security-groups HTTP/1.1" 200 597 0.032145 10.0.0.23 - - [2025-11-27 02:33:37] "POST /projects HTTP/1.1" 200 597 0.235117 10.0.0.27 - - [2025-11-27 02:33:37] "POST /access-control-lists HTTP/1.1" 200 602 0.027250 10.0.0.23 - - [2025-11-27 02:33:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.306483 10.0.0.27 - - [2025-11-27 02:33:37] "GET /project/6ba1a06a-005d-4d67-9c01-83d38907f4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.465405 10.0.0.27 - - [2025-11-27 02:33:39] "GET / HTTP/1.1" 200 35931 0.002055 10.0.0.27 - - [2025-11-27 02:33:42] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000503 10.0.0.27 - - [2025-11-27 02:33:42] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.054993 10.0.0.27 - - [2025-11-27 02:33:42] "POST /network-ipams HTTP/1.1" 200 519 0.025354 10.0.0.27 - - [2025-11-27 02:33:42] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003079 10.0.0.27 - - [2025-11-27 02:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.27 - - [2025-11-27 02:33:42] "GET /network-ipam/7f57dffc-21b7-413d-86d9-028e0ac872fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1298 0.006038 10.0.0.27 - - [2025-11-27 02:33:42] "PUT /network-ipam/7f57dffc-21b7-413d-86d9-028e0ac872fe HTTP/1.1" 200 258 0.012295 10.0.0.27 - - [2025-11-27 02:33:42] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003008 10.0.0.27 - - [2025-11-27 02:33:42] "POST /network-ipams HTTP/1.1" 200 519 0.028459 10.0.0.27 - - [2025-11-27 02:33:42] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.002792 10.0.0.27 - - [2025-11-27 02:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.27 - - [2025-11-27 02:33:43] "GET /network-ipam/87ae000d-4133-4175-a82c-860217b8da0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.007046 10.0.0.27 - - [2025-11-27 02:33:43] "PUT /network-ipam/87ae000d-4133-4175-a82c-860217b8da0d HTTP/1.1" 200 258 0.012178 10.0.0.27 - - [2025-11-27 02:33:43] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003305 10.0.0.27 - - [2025-11-27 02:33:43] "POST /network-ipams HTTP/1.1" 200 519 0.028020 10.0.0.27 - - [2025-11-27 02:33:43] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.003284 10.0.0.27 - - [2025-11-27 02:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294 10.0.0.27 - - [2025-11-27 02:33:43] "GET /network-ipam/156fbc17-aae7-43dc-80d4-a31f3662776f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1298 0.005416 10.0.0.27 - - [2025-11-27 02:33:43] "PUT /network-ipam/156fbc17-aae7-43dc-80d4-a31f3662776f HTTP/1.1" 200 258 0.014988 10.0.0.27 - - [2025-11-27 02:33:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.23 - - [2025-11-27 02:33:44] "GET /projects?obj_uuids=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000849 10.0.0.27 - - [2025-11-27 02:33:44] "GET /project/6ba1a06a-005d-4d67-9c01-83d38907f4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.039583 10.0.0.27 - - [2025-11-27 02:33:44] "POST /neutron/network HTTP/1.1" 200 117 0.034229 10.0.0.27 - - [2025-11-27 02:33:44] "POST /route-targets HTTP/1.1" 200 327 0.011382 10.0.0.23 - - [2025-11-27 02:33:44] "POST /useragent-kv HTTP/1.1" 200 115 0.006634 10.0.0.27 - - [2025-11-27 02:33:44] "POST /neutron/subnet HTTP/1.1" 200 828 0.166404 10.0.0.27 - - [2025-11-27 02:33:44] "POST /id-to-fqname HTTP/1.1" 200 227 0.001221 10.0.0.27 - - [2025-11-27 02:33:44] "GET /virtual-network/691c8b9a-7183-4aee-90ec-b4446d83290d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004738 10.0.0.27 - - [2025-11-27 02:33:44] "GET /virtual-network/691c8b9a-7183-4aee-90ec-b4446d83290d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005313 10.0.0.27 - - [2025-11-27 02:33:45] "POST /neutron/network HTTP/1.1" 200 1012 0.007741 10.0.0.27 - - [2025-11-27 02:33:45] "POST /neutron/network HTTP/1.1" 200 1012 0.007643 10.0.0.27 - - [2025-11-27 02:33:45] "GET /virtual-network/691c8b9a-7183-4aee-90ec-b4446d83290d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004699 10.0.0.27 - - [2025-11-27 02:33:45] "GET /network-ipam/7f57dffc-21b7-413d-86d9-028e0ac872fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1298 0.003555 10.0.0.27 - - [2025-11-27 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.23 - - [2025-11-27 02:33:45] "GET /projects?obj_uuids=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000880 10.0.0.27 - - [2025-11-27 02:33:45] "GET /project/6ba1a06a-005d-4d67-9c01-83d38907f4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.036874 10.0.0.27 - - [2025-11-27 02:33:45] "POST /ref-update HTTP/1.1" 200 156 0.020388 10.0.0.23 - - [2025-11-27 02:33:45] "POST /useragent-kv HTTP/1.1" 200 115 0.007282 10.0.0.27 - - [2025-11-27 02:33:45] "POST /neutron/subnet HTTP/1.1" 200 734 0.206980 10.0.0.23 - - [2025-11-27 02:33:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.041669 10.0.0.27 - - [2025-11-27 02:33:45] "POST /id-to-fqname HTTP/1.1" 200 227 0.001822 10.0.0.27 - - [2025-11-27 02:33:45] "GET /virtual-network/8bf444dd-2246-49cf-8e4a-6fd5e571935a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.010934 10.0.0.27 - - [2025-11-27 02:33:45] "POST /neutron/network HTTP/1.1" 200 1015 0.011569 10.0.0.27 - - [2025-11-27 02:33:45] "GET /virtual-network/8bf444dd-2246-49cf-8e4a-6fd5e571935a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.004567 10.0.0.27 - - [2025-11-27 02:33:46] "POST /neutron/subnet HTTP/1.1" 200 823 0.007895 10.0.0.27 - - [2025-11-27 02:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002565 10.0.0.23 - - [2025-11-27 02:33:46] "GET /projects?obj_uuids=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000755 10.0.0.27 - - [2025-11-27 02:33:46] "GET /project/6ba1a06a-005d-4d67-9c01-83d38907f4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.031839 10.0.0.23 - - [2025-11-27 02:33:46] "POST /useragent-kv HTTP/1.1" 200 115 0.008001 10.0.0.27 - - [2025-11-27 02:33:46] "POST /neutron/subnet HTTP/1.1" 200 720 0.218254 10.0.0.27 - - [2025-11-27 02:33:46] "POST /id-to-fqname HTTP/1.1" 200 227 0.001270 10.0.0.27 - - [2025-11-27 02:33:46] "GET /virtual-network/3461897a-0758-4875-86fc-e2b8cd4a4975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007173 10.0.0.27 - - [2025-11-27 02:33:46] "POST /neutron/network HTTP/1.1" 200 1013 0.017582 10.0.0.27 - - [2025-11-27 02:33:46] "GET /virtual-network/3461897a-0758-4875-86fc-e2b8cd4a4975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005847 10.0.0.27 - - [2025-11-27 02:33:46] "POST /neutron/subnet HTTP/1.1" 200 828 0.009795 10.0.0.27 - - [2025-11-27 02:33:47] "GET /virtual-network/691c8b9a-7183-4aee-90ec-b4446d83290d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004986 10.0.0.27 - - [2025-11-27 02:33:47] "GET /obj-perms HTTP/1.1" 200 5042 0.060837 10.0.0.27 - - [2025-11-27 02:33:48] "GET /virtual-network/8bf444dd-2246-49cf-8e4a-6fd5e571935a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006404 10.0.0.33 - - [2025-11-27 02:33:48] "GET /obj-perms HTTP/1.1" 200 5042 0.053602 10.0.0.27 - - [2025-11-27 02:33:49] "GET /virtual-network/3461897a-0758-4875-86fc-e2b8cd4a4975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005485 10.0.0.23 - - [2025-11-27 02:33:49] "GET /obj-perms HTTP/1.1" 200 5042 0.048217 10.0.0.27 - - [2025-11-27 02:33:49] "POST /fqname-to-id HTTP/1.1" 404 224 0.003506 10.0.0.27 - - [2025-11-27 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.23 - - [2025-11-27 02:33:49] "GET /projects?obj_uuids=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000902 10.0.0.27 - - [2025-11-27 02:33:49] "GET /project/6ba1a06a-005d-4d67-9c01-83d38907f4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.044456 10.0.0.27 - - [2025-11-27 02:33:49] "POST /network-policys HTTP/1.1" 200 559 0.027377 10.0.0.27 - - [2025-11-27 02:33:49] "GET /network-policy/07e9eee1-2663-43c0-992d-a8038aa32ad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.005908 10.0.0.27 - - [2025-11-27 02:33:49] "POST /fqname-to-id HTTP/1.1" 404 224 0.002353 10.0.0.27 - - [2025-11-27 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.23 - - [2025-11-27 02:33:49] "GET /projects?obj_uuids=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000993 10.0.0.27 - - [2025-11-27 02:33:50] "GET /project/6ba1a06a-005d-4d67-9c01-83d38907f4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.048788 10.0.0.27 - - [2025-11-27 02:33:50] "POST /network-policys HTTP/1.1" 200 559 0.031528 10.0.0.27 - - [2025-11-27 02:33:50] "GET /network-policy/b6351345-d172-4705-9109-2179b97efbf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.007021 10.0.0.27 - - [2025-11-27 02:33:50] "POST /fqname-to-id HTTP/1.1" 404 224 0.003372 10.0.0.27 - - [2025-11-27 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.23 - - [2025-11-27 02:33:50] "GET /projects?obj_uuids=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001186 10.0.0.27 - - [2025-11-27 02:33:50] "GET /project/6ba1a06a-005d-4d67-9c01-83d38907f4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.049840 10.0.0.27 - - [2025-11-27 02:33:50] "POST /network-policys HTTP/1.1" 200 559 0.028736 10.0.0.27 - - [2025-11-27 02:33:50] "GET /network-policy/c8f0caaa-2dd3-4832-bbbf-d9b0550e68ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.006384 10.0.0.27 - - [2025-11-27 02:33:50] "POST /fqname-to-id HTTP/1.1" 404 242 0.004866 10.0.0.27 - - [2025-11-27 02:33:50] "POST /neutron/network HTTP/1.1" 200 1196 0.013002 10.0.0.27 - - [2025-11-27 02:33:50] "GET /virtual-network/691c8b9a-7183-4aee-90ec-b4446d83290d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.004900 10.0.0.27 - - [2025-11-27 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.27 - - [2025-11-27 02:33:50] "GET /network-policy/07e9eee1-2663-43c0-992d-a8038aa32ad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.012595 10.0.0.27 - - [2025-11-27 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002634 10.0.0.27 - - [2025-11-27 02:33:50] "GET /network-policy/b6351345-d172-4705-9109-2179b97efbf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.004040 10.0.0.23 - - [2025-11-27 02:33:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.004045 10.0.0.27 - - [2025-11-27 02:33:51] "POST /neutron/network HTTP/1.1" 200 1113 0.009620 10.0.0.27 - - [2025-11-27 02:33:51] "GET /virtual-network/8bf444dd-2246-49cf-8e4a-6fd5e571935a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.004417 10.0.0.27 - - [2025-11-27 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.007434 10.0.0.27 - - [2025-11-27 02:33:51] "POST /access-control-lists HTTP/1.1" 200 597 0.077372 10.0.0.27 - - [2025-11-27 02:33:51] "GET /network-policy/c8f0caaa-2dd3-4832-bbbf-d9b0550e68ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.007481 10.0.0.27 - - [2025-11-27 02:33:51] "POST /id-to-fqname HTTP/1.1" 200 227 0.002623 10.0.0.23 - - [2025-11-27 02:33:52] "GET /projects?obj_uuids=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000918 10.0.0.27 - - [2025-11-27 02:33:52] "GET /project/6ba1a06a-005d-4d67-9c01-83d38907f4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.062088 10.0.0.27 - - [2025-11-27 02:33:52] "POST /neutron/port HTTP/1.1" 200 117 0.005677 10.0.0.27 - - [2025-11-27 02:33:52] "POST /id-to-fqname HTTP/1.1" 200 227 0.001475 10.0.0.27 - - [2025-11-27 02:33:52] "POST /neutron/network HTTP/1.1" 200 1123 0.006814 10.0.0.27 - - [2025-11-27 02:33:53] "POST /neutron/port HTTP/1.1" 200 1171 0.019110 10.0.0.23 - - [2025-11-27 02:33:53] "GET /projects?obj_uuids=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000846 10.0.0.27 - - [2025-11-27 02:33:53] "GET /project/6ba1a06a-005d-4d67-9c01-83d38907f4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.082737 10.0.0.27 - - [2025-11-27 02:33:53] "POST /neutron/port HTTP/1.1" 200 1199 0.022032 10.0.0.27 - - [2025-11-27 02:33:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003195 10.0.0.27 - - [2025-11-27 02:33:53] "POST /neutron/port HTTP/1.1" 200 117 0.001012 10.0.0.27 - - [2025-11-27 02:33:53] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006356 10.0.0.27 - - [2025-11-27 02:33:53] "POST /id-to-fqname HTTP/1.1" 200 227 0.001224 10.0.0.27 - - [2025-11-27 02:33:53] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008178 10.0.0.23 - - [2025-11-27 02:33:54] "GET /projects?obj_uuids=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000896 10.0.0.27 - - [2025-11-27 02:33:54] "PUT /access-control-list/ddf62c9a-fd13-4660-8cac-f5d1663f2f46 HTTP/1.1" 200 272 0.026732 10.0.0.27 - - [2025-11-27 02:33:54] "POST /neutron/port HTTP/1.1" 200 1174 0.309180 10.0.0.27 - - [2025-11-27 02:33:54] "POST /neutron/port HTTP/1.1" 200 1228 0.093523 10.0.0.27 - - [2025-11-27 02:33:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003569 10.0.0.27 - - [2025-11-27 02:33:54] "POST /neutron/port HTTP/1.1" 200 117 0.000991 10.0.0.23 - - [2025-11-27 02:33:54] "GET /projects?obj_uuids=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000833 10.0.0.27 - - [2025-11-27 02:33:54] "GET /project/6ba1a06a-005d-4d67-9c01-83d38907f4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.068343 10.0.0.27 - - [2025-11-27 02:33:54] "POST /neutron/port HTTP/1.1" 200 2283 0.017139 10.0.0.27 - - [2025-11-27 02:33:55] "POST /neutron/port HTTP/1.1" 200 1199 0.012928 10.0.0.27 - - [2025-11-27 02:33:55] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006363 10.0.0.27 - - [2025-11-27 02:33:55] "POST /neutron/network HTTP/1.1" 200 1023 0.006290 10.0.0.27 - - [2025-11-27 02:33:55] "POST /neutron/security_group HTTP/1.1" 200 2064 0.014140 10.0.0.27 - - [2025-11-27 02:33:55] "GET /virtual-machine/e35f0fc2-da41-4002-ad75-7cb0b2063a6d HTTP/1.1" 401 292 0.000360 10.0.0.27 - - [2025-11-27 02:33:55] "GET /virtual-machine/e35f0fc2-da41-4002-ad75-7cb0b2063a6d HTTP/1.1" 200 1299 0.065236 10.0.0.27 - - [2025-11-27 02:33:55] "GET /virtual-machine/e35f0fc2-da41-4002-ad75-7cb0b2063a6d HTTP/1.1" 200 1299 0.010066 10.0.0.27 - - [2025-11-27 02:33:55] "GET /virtual-machine-interface/e5881fa6-123d-4693-8c47-782329185611 HTTP/1.1" 200 3169 0.006286 10.0.0.27 - - [2025-11-27 02:33:55] "GET /virtual-machine/e35f0fc2-da41-4002-ad75-7cb0b2063a6d HTTP/1.1" 200 1299 0.002943 10.0.0.27 - - [2025-11-27 02:33:55] "GET /virtual-machine-interface/e5881fa6-123d-4693-8c47-782329185611 HTTP/1.1" 200 3169 0.004149 10.0.0.27 - - [2025-11-27 02:33:55] "GET /instance-ip/17f47c20-ceb9-4688-b6eb-610c0bf9a2ed HTTP/1.1" 200 1631 0.026969 10.0.0.27 - - [2025-11-27 02:33:55] "POST /neutron/port HTTP/1.1" 200 1226 0.181490 10.0.0.27 - - [2025-11-27 02:33:55] "GET /instance-ip/7d8a6931-0611-45e6-98b0-ccdbed01a4fe HTTP/1.1" 200 1653 0.006195 10.0.0.27 - - [2025-11-27 02:33:55] "GET /virtual-machine/e35f0fc2-da41-4002-ad75-7cb0b2063a6d HTTP/1.1" 200 1299 0.002424 10.0.0.27 - - [2025-11-27 02:33:55] "GET /virtual-machine-interface/e5881fa6-123d-4693-8c47-782329185611 HTTP/1.1" 200 3169 0.004312 10.0.0.27 - - [2025-11-27 02:33:56] "GET /instance-ip/17f47c20-ceb9-4688-b6eb-610c0bf9a2ed HTTP/1.1" 200 1631 0.005209 10.0.0.27 - - [2025-11-27 02:33:56] "GET /instance-ip/7d8a6931-0611-45e6-98b0-ccdbed01a4fe HTTP/1.1" 200 1653 0.004883 10.0.0.27 - - [2025-11-27 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002689 10.0.0.27 - - [2025-11-27 02:33:56] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005427 10.0.0.27 - - [2025-11-27 02:33:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003885 10.0.0.27 - - [2025-11-27 02:33:56] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003124 10.0.0.27 - - [2025-11-27 02:33:56] "GET /virtual-network/691c8b9a-7183-4aee-90ec-b4446d83290d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005328 10.0.0.27 - - [2025-11-27 02:33:56] "POST /neutron/port HTTP/1.1" 200 117 0.000918 10.0.0.27 - - [2025-11-27 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.27 - - [2025-11-27 02:33:56] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004168 10.0.0.27 - - [2025-11-27 02:33:56] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.008425 10.0.0.27 - - [2025-11-27 02:33:56] "GET /virtual-network/691c8b9a-7183-4aee-90ec-b4446d83290d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006209 10.0.0.27 - - [2025-11-27 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005303 10.0.0.27 - - [2025-11-27 02:33:56] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003597 10.0.0.27 - - [2025-11-27 02:33:56] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003611 10.0.0.27 - - [2025-11-27 02:33:56] "GET /virtual-network/691c8b9a-7183-4aee-90ec-b4446d83290d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005306 10.0.0.27 - - [2025-11-27 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.27 - - [2025-11-27 02:33:56] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004179 10.0.0.27 - - [2025-11-27 02:33:56] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003322 10.0.0.27 - - [2025-11-27 02:33:56] "GET /virtual-network/691c8b9a-7183-4aee-90ec-b4446d83290d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006525 10.0.0.27 - - [2025-11-27 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.27 - - [2025-11-27 02:33:56] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004405 10.0.0.27 - - [2025-11-27 02:33:56] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003059 10.0.0.27 - - [2025-11-27 02:33:56] "GET /virtual-network/691c8b9a-7183-4aee-90ec-b4446d83290d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006323 10.0.0.27 - - [2025-11-27 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.27 - - [2025-11-27 02:33:59] "GET /virtual-network/691c8b9a-7183-4aee-90ec-b4446d83290d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005086 10.0.0.27 - - [2025-11-27 02:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.27 - - [2025-11-27 02:34:03] "GET /virtual-network/691c8b9a-7183-4aee-90ec-b4446d83290d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005339 10.0.0.27 - - [2025-11-27 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.27 - - [2025-11-27 02:34:08] "GET /virtual-network/691c8b9a-7183-4aee-90ec-b4446d83290d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005358 10.0.0.27 - - [2025-11-27 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.27 - - [2025-11-27 02:34:12] "GET /virtual-network/691c8b9a-7183-4aee-90ec-b4446d83290d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006137 10.0.0.27 - - [2025-11-27 02:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.27 - - [2025-11-27 02:34:16] "GET /virtual-network/691c8b9a-7183-4aee-90ec-b4446d83290d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005214 10.0.0.27 - - [2025-11-27 02:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.27 - - [2025-11-27 02:34:20] "GET /virtual-network/691c8b9a-7183-4aee-90ec-b4446d83290d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005288 10.0.0.23 - - [2025-11-27 02:34:20] "DELETE /project/6ba1a06a005d4d679c0183d38907f4f8 HTTP/1.1" 404 173 0.007812 10.0.0.23 - - [2025-11-27 02:34:20] "GET /projects?obj_uuids=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001096 10.0.0.23 - - [2025-11-27 02:34:20] "GET /project/c5f06727-7116-4a30-97ea-11f8e504385b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.044644 10.0.0.23 - - [2025-11-27 02:34:20] "GET /projects?obj_uuids=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000736 10.0.0.23 - - [2025-11-27 02:34:20] "GET /project/c5f06727-7116-4a30-97ea-11f8e504385b?fields=security_groups HTTP/1.1" 200 1364 0.036687 10.0.0.23 - - [2025-11-27 02:34:20] "DELETE /security-group/31358bc8-7ab6-493f-9b3d-696d8a95678c HTTP/1.1" 200 115 0.052360 10.0.0.23 - - [2025-11-27 02:34:20] "GET /projects?obj_uuids=c5f06727-7116-4a30-97ea-11f8e504385b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001645 10.0.0.23 - - [2025-11-27 02:34:20] "GET /project/c5f06727-7116-4a30-97ea-11f8e504385b?fields=application_policy_sets HTTP/1.1" 200 1403 0.064276 10.0.0.23 - - [2025-11-27 02:34:21] "DELETE /project/c5f06727-7116-4a30-97ea-11f8e504385b HTTP/1.1" 200 115 0.405840 10.0.0.27 - - [2025-11-27 02:34:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.27 - - [2025-11-27 02:34:24] "GET /virtual-network/691c8b9a-7183-4aee-90ec-b4446d83290d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005188 10.0.0.27 - - [2025-11-27 02:34:27] "POST /neutron/port HTTP/1.1" 200 1199 0.015537 10.0.0.27 - - [2025-11-27 02:34:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003262 10.0.0.27 - - [2025-11-27 02:34:27] "POST /neutron/port HTTP/1.1" 200 117 0.001031 10.0.0.27 - - [2025-11-27 02:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.27 - - [2025-11-27 02:34:28] "GET /virtual-network/691c8b9a-7183-4aee-90ec-b4446d83290d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005739 10.0.0.27 - - [2025-11-27 02:34:30] "POST /neutron/port HTTP/1.1" 200 1202 0.016349 10.0.0.27 - - [2025-11-27 02:34:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003603 10.0.0.27 - - [2025-11-27 02:34:30] "POST /neutron/port HTTP/1.1" 200 117 0.001074 10.0.0.27 - - [2025-11-27 02:34:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.27 - - [2025-11-27 02:34:32] "GET /virtual-network/691c8b9a-7183-4aee-90ec-b4446d83290d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005540 10.0.0.27 - - [2025-11-27 02:34:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.27 - - [2025-11-27 02:34:36] "GET /virtual-network/691c8b9a-7183-4aee-90ec-b4446d83290d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005448 10.0.0.27 - - [2025-11-27 02:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.27 - - [2025-11-27 02:34:38] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003504 10.0.0.27 - - [2025-11-27 02:34:38] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003062 10.0.0.27 - - [2025-11-27 02:34:39] "GET /virtual-network/691c8b9a-7183-4aee-90ec-b4446d83290d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005429 10.0.0.27 - - [2025-11-27 02:34:39] "GET /obj-perms HTTP/1.1" 200 5056 0.046911 10.0.0.27 - - [2025-11-27 02:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.27 - - [2025-11-27 02:34:39] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002892 10.0.0.27 - - [2025-11-27 02:34:39] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002736 10.0.0.27 - - [2025-11-27 02:34:39] "GET /virtual-network/691c8b9a-7183-4aee-90ec-b4446d83290d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005687 10.0.0.27 - - [2025-11-27 02:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002692 10.0.0.27 - - [2025-11-27 02:34:39] "GET /routing-instance/86a60a05-d9e9-458e-8fb3-f319433a8de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004950 10.0.0.27 - - [2025-11-27 02:34:39] "GET /route-target/6cb60e12-baf0-4f6e-9105-db1b792cfaca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003641 10.0.0.27 - - [2025-11-27 02:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.27 - - [2025-11-27 02:34:39] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003396 10.0.0.27 - - [2025-11-27 02:34:39] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002787 10.0.0.27 - - [2025-11-27 02:34:39] "GET /virtual-network/691c8b9a-7183-4aee-90ec-b4446d83290d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005742 10.0.0.27 - - [2025-11-27 02:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.27 - - [2025-11-27 02:34:39] "GET /routing-instance/86a60a05-d9e9-458e-8fb3-f319433a8de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004402 10.0.0.27 - - [2025-11-27 02:34:39] "GET /route-target/6cb60e12-baf0-4f6e-9105-db1b792cfaca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003446 10.0.0.27 - - [2025-11-27 02:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.27 - - [2025-11-27 02:34:39] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003751 10.0.0.27 - - [2025-11-27 02:34:39] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002810 10.0.0.27 - - [2025-11-27 02:34:39] "GET /virtual-network/691c8b9a-7183-4aee-90ec-b4446d83290d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006248 10.0.0.27 - - [2025-11-27 02:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.27 - - [2025-11-27 02:34:39] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004573 10.0.0.27 - - [2025-11-27 02:34:39] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004677 10.0.0.27 - - [2025-11-27 02:34:39] "GET /virtual-network/691c8b9a-7183-4aee-90ec-b4446d83290d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005449 10.0.0.27 - - [2025-11-27 02:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002503 10.0.0.27 - - [2025-11-27 02:34:39] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004398 10.0.0.27 - - [2025-11-27 02:34:39] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003044 10.0.0.27 - - [2025-11-27 02:34:39] "GET /virtual-network/691c8b9a-7183-4aee-90ec-b4446d83290d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005009 10.0.0.27 - - [2025-11-27 02:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.27 - - [2025-11-27 02:34:40] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004106 10.0.0.27 - - [2025-11-27 02:34:40] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002804 10.0.0.27 - - [2025-11-27 02:34:40] "GET /virtual-network/691c8b9a-7183-4aee-90ec-b4446d83290d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005537 10.0.0.27 - - [2025-11-27 02:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.27 - - [2025-11-27 02:34:40] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003628 10.0.0.27 - - [2025-11-27 02:34:40] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003719 10.0.0.27 - - [2025-11-27 02:34:40] "GET /virtual-network/691c8b9a-7183-4aee-90ec-b4446d83290d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005988 10.0.0.27 - - [2025-11-27 02:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.27 - - [2025-11-27 02:34:40] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003393 10.0.0.27 - - [2025-11-27 02:34:40] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002781 10.0.0.27 - - [2025-11-27 02:34:40] "GET /virtual-network/691c8b9a-7183-4aee-90ec-b4446d83290d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005440 10.0.0.27 - - [2025-11-27 02:34:40] "GET /obj-perms HTTP/1.1" 200 5042 0.003581 10.0.0.23 - - [2025-11-27 02:34:40] "GET /obj-perms HTTP/1.1" 200 5042 0.003601 10.0.0.27 - - [2025-11-27 02:34:40] "GET /obj-perms HTTP/1.1" 200 5042 0.003144 10.0.0.33 - - [2025-11-27 02:34:40] "GET /obj-perms HTTP/1.1" 200 5042 0.004130 10.0.0.27 - - [2025-11-27 02:34:40] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007166 10.0.0.27 - - [2025-11-27 02:34:40] "POST /neutron/port HTTP/1.1" 200 1202 0.016405 10.0.0.27 - - [2025-11-27 02:34:40] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007013 10.0.0.27 - - [2025-11-27 02:34:40] "GET /virtual-machine/d5f70f6f-5b4c-44d9-90e0-3bf102f21750 HTTP/1.1" 200 1299 0.005335 10.0.0.27 - - [2025-11-27 02:34:40] "GET /virtual-machine/d5f70f6f-5b4c-44d9-90e0-3bf102f21750 HTTP/1.1" 200 1299 0.003072 10.0.0.27 - - [2025-11-27 02:34:40] "GET /virtual-machine-interface/84b3b0a7-79cd-4924-bd33-3a8982c05dcf HTTP/1.1" 200 3168 0.004632 10.0.0.27 - - [2025-11-27 02:34:40] "GET /virtual-machine/d5f70f6f-5b4c-44d9-90e0-3bf102f21750 HTTP/1.1" 200 1299 0.003187 10.0.0.27 - - [2025-11-27 02:34:40] "GET /virtual-machine-interface/84b3b0a7-79cd-4924-bd33-3a8982c05dcf HTTP/1.1" 200 3168 0.004478 10.0.0.27 - - [2025-11-27 02:34:40] "GET /instance-ip/37932f6a-b7e5-49a1-a973-1a57c329d6ab HTTP/1.1" 200 1652 0.006147 10.0.0.27 - - [2025-11-27 02:34:41] "GET /instance-ip/a09fa8c1-ebbb-4c40-9b87-1ee4dab924d1 HTTP/1.1" 200 1636 0.004948 10.0.0.27 - - [2025-11-27 02:34:41] "GET /virtual-machine/d5f70f6f-5b4c-44d9-90e0-3bf102f21750 HTTP/1.1" 200 1299 0.003469 10.0.0.27 - - [2025-11-27 02:34:41] "GET /virtual-machine-interface/84b3b0a7-79cd-4924-bd33-3a8982c05dcf HTTP/1.1" 200 3168 0.005009 10.0.0.27 - - [2025-11-27 02:34:41] "GET /instance-ip/37932f6a-b7e5-49a1-a973-1a57c329d6ab HTTP/1.1" 200 1652 0.004158 10.0.0.27 - - [2025-11-27 02:34:41] "GET /instance-ip/a09fa8c1-ebbb-4c40-9b87-1ee4dab924d1 HTTP/1.1" 200 1636 0.003641 10.0.0.27 - - [2025-11-27 02:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.27 - - [2025-11-27 02:34:41] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003715 10.0.0.27 - - [2025-11-27 02:34:41] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002711 10.0.0.27 - - [2025-11-27 02:34:41] "GET /virtual-network/8bf444dd-2246-49cf-8e4a-6fd5e571935a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005327 10.0.0.27 - - [2025-11-27 02:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.27 - - [2025-11-27 02:34:41] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003881 10.0.0.27 - - [2025-11-27 02:34:41] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002730 10.0.0.27 - - [2025-11-27 02:34:41] "GET /virtual-network/8bf444dd-2246-49cf-8e4a-6fd5e571935a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005539 10.0.0.27 - - [2025-11-27 02:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.27 - - [2025-11-27 02:34:41] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003521 10.0.0.27 - - [2025-11-27 02:34:41] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002836 10.0.0.27 - - [2025-11-27 02:34:41] "GET /virtual-network/8bf444dd-2246-49cf-8e4a-6fd5e571935a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005394 10.0.0.27 - - [2025-11-27 02:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.27 - - [2025-11-27 02:34:41] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003668 10.0.0.27 - - [2025-11-27 02:34:41] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002618 10.0.0.27 - - [2025-11-27 02:34:41] "GET /virtual-network/8bf444dd-2246-49cf-8e4a-6fd5e571935a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005406 10.0.0.27 - - [2025-11-27 02:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.27 - - [2025-11-27 02:34:41] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003789 10.0.0.27 - - [2025-11-27 02:34:41] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002502 10.0.0.27 - - [2025-11-27 02:34:41] "GET /virtual-network/8bf444dd-2246-49cf-8e4a-6fd5e571935a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005359 10.0.0.27 - - [2025-11-27 02:34:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.27 - - [2025-11-27 02:34:42] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003808 10.0.0.27 - - [2025-11-27 02:34:42] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002704 10.0.0.27 - - [2025-11-27 02:34:42] "GET /virtual-network/8bf444dd-2246-49cf-8e4a-6fd5e571935a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005267 10.0.0.27 - - [2025-11-27 02:34:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.27 - - [2025-11-27 02:34:42] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003301 10.0.0.27 - - [2025-11-27 02:34:43] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002519 10.0.0.27 - - [2025-11-27 02:34:43] "GET /virtual-network/8bf444dd-2246-49cf-8e4a-6fd5e571935a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005177 10.0.0.27 - - [2025-11-27 02:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.27 - - [2025-11-27 02:34:43] "GET /routing-instance/fa375a0b-e1ca-4d33-9c86-2f67e7a2628c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004751 10.0.0.27 - - [2025-11-27 02:34:43] "GET /route-target/a41814f8-3bbd-4947-8673-48bdefa8620d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003787 10.0.0.27 - - [2025-11-27 02:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.27 - - [2025-11-27 02:34:43] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003537 10.0.0.27 - - [2025-11-27 02:34:43] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002741 10.0.0.27 - - [2025-11-27 02:34:43] "GET /virtual-network/8bf444dd-2246-49cf-8e4a-6fd5e571935a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005579 10.0.0.27 - - [2025-11-27 02:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002626 10.0.0.27 - - [2025-11-27 02:34:43] "GET /routing-instance/fa375a0b-e1ca-4d33-9c86-2f67e7a2628c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004007 10.0.0.27 - - [2025-11-27 02:34:43] "GET /route-target/a41814f8-3bbd-4947-8673-48bdefa8620d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003366 10.0.0.27 - - [2025-11-27 02:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.27 - - [2025-11-27 02:34:43] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003780 10.0.0.27 - - [2025-11-27 02:34:43] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002933 10.0.0.27 - - [2025-11-27 02:34:43] "GET /virtual-network/8bf444dd-2246-49cf-8e4a-6fd5e571935a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005474 10.0.0.27 - - [2025-11-27 02:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002454 10.0.0.27 - - [2025-11-27 02:34:43] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003823 10.0.0.27 - - [2025-11-27 02:34:43] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002817 10.0.0.27 - - [2025-11-27 02:34:43] "GET /virtual-network/8bf444dd-2246-49cf-8e4a-6fd5e571935a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005198 10.0.0.27 - - [2025-11-27 02:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.27 - - [2025-11-27 02:34:43] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003588 10.0.0.27 - - [2025-11-27 02:34:43] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002464 10.0.0.27 - - [2025-11-27 02:34:43] "GET /virtual-network/8bf444dd-2246-49cf-8e4a-6fd5e571935a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005290 10.0.0.27 - - [2025-11-27 02:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002768 10.0.0.27 - - [2025-11-27 02:34:43] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003387 10.0.0.27 - - [2025-11-27 02:34:43] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002991 10.0.0.27 - - [2025-11-27 02:34:43] "GET /virtual-network/8bf444dd-2246-49cf-8e4a-6fd5e571935a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005261 10.0.0.27 - - [2025-11-27 02:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.27 - - [2025-11-27 02:34:43] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004026 10.0.0.27 - - [2025-11-27 02:34:43] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005767 10.0.0.27 - - [2025-11-27 02:34:43] "GET /virtual-network/8bf444dd-2246-49cf-8e4a-6fd5e571935a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005321 10.0.0.27 - - [2025-11-27 02:34:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.27 - - [2025-11-27 02:34:44] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004131 10.0.0.27 - - [2025-11-27 02:34:44] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002696 10.0.0.27 - - [2025-11-27 02:34:44] "GET /virtual-network/8bf444dd-2246-49cf-8e4a-6fd5e571935a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005273 10.0.0.23 - - [2025-11-27 02:34:44] "GET /obj-perms HTTP/1.1" 200 5042 0.003549 10.0.0.27 - - [2025-11-27 02:34:44] "GET /obj-perms HTTP/1.1" 200 5042 0.002840 10.0.0.27 - - [2025-11-27 02:34:44] "GET /obj-perms HTTP/1.1" 200 5042 0.003604 10.0.0.27 - - [2025-11-27 02:34:44] "GET /obj-perms HTTP/1.1" 200 5042 0.003640 10.0.0.33 - - [2025-11-27 02:34:44] "GET /obj-perms HTTP/1.1" 200 5042 0.003128 10.0.0.23 - - [2025-11-27 02:34:44] "GET /obj-perms HTTP/1.1" 200 5042 0.003496 10.0.0.27 - - [2025-11-27 02:34:44] "POST /neutron/port HTTP/1.1" 200 1200 0.013860 10.0.0.27 - - [2025-11-27 02:34:44] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006624 10.0.0.27 - - [2025-11-27 02:34:44] "POST /neutron/port HTTP/1.1" 200 1200 0.014618 10.0.0.27 - - [2025-11-27 02:34:44] "GET /virtual-machine/4afd87a5-8d55-4fbf-91db-fbd95431c6f2 HTTP/1.1" 200 1298 0.005678 10.0.0.27 - - [2025-11-27 02:34:44] "GET /virtual-machine/4afd87a5-8d55-4fbf-91db-fbd95431c6f2 HTTP/1.1" 200 1298 0.003043 10.0.0.27 - - [2025-11-27 02:34:44] "GET /virtual-machine-interface/f04e5caf-6091-4ec3-98a6-3275aba98ed2 HTTP/1.1" 200 3169 0.004445 10.0.0.27 - - [2025-11-27 02:34:44] "GET /virtual-machine/4afd87a5-8d55-4fbf-91db-fbd95431c6f2 HTTP/1.1" 200 1298 0.003089 10.0.0.27 - - [2025-11-27 02:34:44] "GET /virtual-machine-interface/f04e5caf-6091-4ec3-98a6-3275aba98ed2 HTTP/1.1" 200 3169 0.004792 10.0.0.27 - - [2025-11-27 02:34:44] "GET /instance-ip/4c67e838-9cdc-48a6-a299-2cf1d6e4fbff HTTP/1.1" 200 1632 0.005327 10.0.0.27 - - [2025-11-27 02:34:44] "GET /instance-ip/5d17eaa7-45ad-4079-ac6f-4bf67eb88f4b HTTP/1.1" 200 1653 0.004701 10.0.0.27 - - [2025-11-27 02:34:44] "GET /virtual-machine/4afd87a5-8d55-4fbf-91db-fbd95431c6f2 HTTP/1.1" 200 1298 0.002991 10.0.0.27 - - [2025-11-27 02:34:44] "GET /virtual-machine-interface/f04e5caf-6091-4ec3-98a6-3275aba98ed2 HTTP/1.1" 200 3169 0.004552 10.0.0.27 - - [2025-11-27 02:34:44] "GET /instance-ip/4c67e838-9cdc-48a6-a299-2cf1d6e4fbff HTTP/1.1" 200 1632 0.002836 10.0.0.27 - - [2025-11-27 02:34:44] "GET /instance-ip/5d17eaa7-45ad-4079-ac6f-4bf67eb88f4b HTTP/1.1" 200 1653 0.003240 10.0.0.27 - - [2025-11-27 02:34:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.27 - - [2025-11-27 02:34:44] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002737 10.0.0.27 - - [2025-11-27 02:34:44] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003079 10.0.0.27 - - [2025-11-27 02:34:44] "GET /virtual-network/3461897a-0758-4875-86fc-e2b8cd4a4975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005767 10.0.0.27 - - [2025-11-27 02:34:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.27 - - [2025-11-27 02:34:45] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004171 10.0.0.27 - - [2025-11-27 02:34:45] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002859 10.0.0.27 - - [2025-11-27 02:34:45] "GET /virtual-network/3461897a-0758-4875-86fc-e2b8cd4a4975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005442 10.0.0.27 - - [2025-11-27 02:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.27 - - [2025-11-27 02:34:45] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003879 10.0.0.27 - - [2025-11-27 02:34:45] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002565 10.0.0.27 - - [2025-11-27 02:34:45] "GET /virtual-network/3461897a-0758-4875-86fc-e2b8cd4a4975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005650 10.0.0.27 - - [2025-11-27 02:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.27 - - [2025-11-27 02:34:45] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003423 10.0.0.27 - - [2025-11-27 02:34:45] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003052 10.0.0.27 - - [2025-11-27 02:34:45] "GET /virtual-network/3461897a-0758-4875-86fc-e2b8cd4a4975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005542 10.0.0.27 - - [2025-11-27 02:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.27 - - [2025-11-27 02:34:45] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004044 10.0.0.27 - - [2025-11-27 02:34:45] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003290 10.0.0.27 - - [2025-11-27 02:34:45] "GET /virtual-network/3461897a-0758-4875-86fc-e2b8cd4a4975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005637 10.0.0.27 - - [2025-11-27 02:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.27 - - [2025-11-27 02:34:46] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003724 10.0.0.27 - - [2025-11-27 02:34:46] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003069 10.0.0.27 - - [2025-11-27 02:34:46] "GET /virtual-network/3461897a-0758-4875-86fc-e2b8cd4a4975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005672 10.0.0.27 - - [2025-11-27 02:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.27 - - [2025-11-27 02:34:46] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003267 10.0.0.27 - - [2025-11-27 02:34:46] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002869 10.0.0.27 - - [2025-11-27 02:34:46] "GET /virtual-network/3461897a-0758-4875-86fc-e2b8cd4a4975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005620 10.0.0.27 - - [2025-11-27 02:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002426 10.0.0.27 - - [2025-11-27 02:34:46] "GET /routing-instance/4af280a9-653a-4558-8a49-bda268684821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.004466 10.0.0.27 - - [2025-11-27 02:34:46] "GET /route-target/56f7ff11-d590-406f-afb0-27569207cb57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003639 10.0.0.27 - - [2025-11-27 02:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.27 - - [2025-11-27 02:34:47] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003493 10.0.0.27 - - [2025-11-27 02:34:47] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002776 10.0.0.27 - - [2025-11-27 02:34:47] "GET /virtual-network/3461897a-0758-4875-86fc-e2b8cd4a4975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005272 10.0.0.27 - - [2025-11-27 02:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.27 - - [2025-11-27 02:34:47] "GET /routing-instance/4af280a9-653a-4558-8a49-bda268684821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.004143 10.0.0.27 - - [2025-11-27 02:34:47] "GET /route-target/56f7ff11-d590-406f-afb0-27569207cb57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003683 10.0.0.27 - - [2025-11-27 02:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.27 - - [2025-11-27 02:34:47] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005038 10.0.0.27 - - [2025-11-27 02:34:47] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002732 10.0.0.27 - - [2025-11-27 02:34:47] "GET /virtual-network/3461897a-0758-4875-86fc-e2b8cd4a4975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.008018 10.0.0.27 - - [2025-11-27 02:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.27 - - [2025-11-27 02:34:47] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003402 10.0.0.27 - - [2025-11-27 02:34:47] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002612 10.0.0.27 - - [2025-11-27 02:34:47] "GET /virtual-network/3461897a-0758-4875-86fc-e2b8cd4a4975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004959 10.0.0.27 - - [2025-11-27 02:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002314 10.0.0.27 - - [2025-11-27 02:34:47] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004099 10.0.0.27 - - [2025-11-27 02:34:47] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002960 10.0.0.27 - - [2025-11-27 02:34:47] "GET /virtual-network/3461897a-0758-4875-86fc-e2b8cd4a4975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005836 10.0.0.27 - - [2025-11-27 02:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.27 - - [2025-11-27 02:34:47] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005188 10.0.0.27 - - [2025-11-27 02:34:47] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003327 10.0.0.27 - - [2025-11-27 02:34:47] "GET /virtual-network/3461897a-0758-4875-86fc-e2b8cd4a4975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.008042 10.0.0.27 - - [2025-11-27 02:34:47] "GET /obj-perms HTTP/1.1" 200 5042 0.003580 10.0.0.27 - - [2025-11-27 02:34:47] "GET /obj-perms HTTP/1.1" 200 5042 0.003277 10.0.0.23 - - [2025-11-27 02:34:47] "GET /obj-perms HTTP/1.1" 200 5042 0.003418 10.0.0.27 - - [2025-11-27 02:34:47] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010345 10.0.0.33 - - [2025-11-27 02:34:47] "GET /obj-perms HTTP/1.1" 200 5042 0.003967 10.0.0.27 - - [2025-11-27 02:34:48] "GET /obj-perms HTTP/1.1" 200 5042 0.003327 10.0.0.27 - - [2025-11-27 02:34:48] "GET /virtual-machine/e35f0fc2-da41-4002-ad75-7cb0b2063a6d HTTP/1.1" 200 1299 0.003570 10.0.0.27 - - [2025-11-27 02:34:48] "GET /virtual-machine-interface/e5881fa6-123d-4693-8c47-782329185611 HTTP/1.1" 200 3169 0.004655 10.0.0.27 - - [2025-11-27 02:34:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.27 - - [2025-11-27 02:34:48] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002845 10.0.0.27 - - [2025-11-27 02:34:48] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002975 10.0.0.27 - - [2025-11-27 02:34:48] "GET /virtual-network/691c8b9a-7183-4aee-90ec-b4446d83290d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005646 10.0.0.27 - - [2025-11-27 02:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.27 - - [2025-11-27 02:34:49] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003384 10.0.0.27 - - [2025-11-27 02:34:49] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002629 10.0.0.27 - - [2025-11-27 02:34:49] "GET /virtual-network/691c8b9a-7183-4aee-90ec-b4446d83290d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006473 10.0.0.27 - - [2025-11-27 02:34:52] "POST /neutron/port HTTP/1.1" 200 1200 0.013200 10.0.0.27 - - [2025-11-27 02:34:54] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006410 10.0.0.27 - - [2025-11-27 02:34:59] "GET /virtual-machine/d5f70f6f-5b4c-44d9-90e0-3bf102f21750 HTTP/1.1" 200 1299 0.004013 10.0.0.27 - - [2025-11-27 02:34:59] "GET /virtual-machine-interface/84b3b0a7-79cd-4924-bd33-3a8982c05dcf HTTP/1.1" 200 3168 0.004993 10.0.0.27 - - [2025-11-27 02:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.27 - - [2025-11-27 02:34:59] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003458 10.0.0.27 - - [2025-11-27 02:34:59] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003198 10.0.0.27 - - [2025-11-27 02:34:59] "GET /virtual-network/8bf444dd-2246-49cf-8e4a-6fd5e571935a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006002 10.0.0.27 - - [2025-11-27 02:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.27 - - [2025-11-27 02:35:00] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003713 10.0.0.27 - - [2025-11-27 02:35:00] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002444 10.0.0.27 - - [2025-11-27 02:35:01] "GET /virtual-network/8bf444dd-2246-49cf-8e4a-6fd5e571935a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005396 10.0.0.27 - - [2025-11-27 02:35:01] "GET /virtual-machine/4afd87a5-8d55-4fbf-91db-fbd95431c6f2 HTTP/1.1" 200 1298 0.003920 10.0.0.27 - - [2025-11-27 02:35:01] "GET /virtual-machine-interface/f04e5caf-6091-4ec3-98a6-3275aba98ed2 HTTP/1.1" 200 3169 0.004666 10.0.0.27 - - [2025-11-27 02:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.27 - - [2025-11-27 02:35:01] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003422 10.0.0.27 - - [2025-11-27 02:35:01] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003248 10.0.0.27 - - [2025-11-27 02:35:01] "GET /virtual-network/3461897a-0758-4875-86fc-e2b8cd4a4975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005328 10.0.0.27 - - [2025-11-27 02:35:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.27 - - [2025-11-27 02:35:02] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003165 10.0.0.27 - - [2025-11-27 02:35:02] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002815 10.0.0.27 - - [2025-11-27 02:35:02] "GET /virtual-network/3461897a-0758-4875-86fc-e2b8cd4a4975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006177 10.0.0.27 - - [2025-11-27 02:35:25] "GET /virtual-machine/4afd87a5-8d55-4fbf-91db-fbd95431c6f2 HTTP/1.1" 200 1298 0.004533 10.0.0.27 - - [2025-11-27 02:35:26] "POST /neutron/port HTTP/1.1" 200 151 0.193768 10.0.0.27 - - [2025-11-27 02:35:27] "GET /virtual-machine/4afd87a5-8d55-4fbf-91db-fbd95431c6f2 HTTP/1.1" 404 171 0.003174 10.0.0.27 - - [2025-11-27 02:35:27] "GET /virtual-machine/4afd87a5-8d55-4fbf-91db-fbd95431c6f2 HTTP/1.1" 404 171 0.002620 10.0.0.27 - - [2025-11-27 02:35:27] "GET /virtual-machine/4afd87a5-8d55-4fbf-91db-fbd95431c6f2 HTTP/1.1" 404 171 0.002380 10.0.0.27 - - [2025-11-27 02:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.27 - - [2025-11-27 02:35:27] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004171 10.0.0.27 - - [2025-11-27 02:35:27] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002862 10.0.0.27 - - [2025-11-27 02:35:27] "GET /virtual-network/3461897a-0758-4875-86fc-e2b8cd4a4975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005981 10.0.0.27 - - [2025-11-27 02:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002642 10.0.0.27 - - [2025-11-27 02:35:27] "GET /routing-instance/4af280a9-653a-4558-8a49-bda268684821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.003869 10.0.0.27 - - [2025-11-27 02:35:27] "GET /route-target/56f7ff11-d590-406f-afb0-27569207cb57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003647 10.0.0.27 - - [2025-11-27 02:35:30] "POST /neutron/network HTTP/1.1" 200 1123 0.007956 10.0.0.27 - - [2025-11-27 02:35:30] "POST /neutron/subnet HTTP/1.1" 200 1389 0.011426 10.0.0.27 - - [2025-11-27 02:35:31] "POST /neutron/network HTTP/1.1" 200 1113 0.008240 10.0.0.33 - - [2025-11-27 02:35:31] "GET /obj-perms HTTP/1.1" 200 5042 0.003497 10.0.0.27 - - [2025-11-27 02:35:31] "GET /obj-perms HTTP/1.1" 200 5042 0.003905 10.0.0.27 - - [2025-11-27 02:35:31] "GET /virtual-machine/d5f70f6f-5b4c-44d9-90e0-3bf102f21750 HTTP/1.1" 200 1299 0.003664 10.0.0.27 - - [2025-11-27 02:35:31] "POST /neutron/port HTTP/1.1" 200 151 0.233585 10.0.0.27 - - [2025-11-27 02:35:33] "GET /virtual-machine/d5f70f6f-5b4c-44d9-90e0-3bf102f21750 HTTP/1.1" 404 171 0.003522 10.0.0.27 - - [2025-11-27 02:35:33] "GET /virtual-machine/d5f70f6f-5b4c-44d9-90e0-3bf102f21750 HTTP/1.1" 404 171 0.002296 10.0.0.27 - - [2025-11-27 02:35:33] "GET /virtual-machine/d5f70f6f-5b4c-44d9-90e0-3bf102f21750 HTTP/1.1" 404 171 0.002440 10.0.0.27 - - [2025-11-27 02:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.27 - - [2025-11-27 02:35:33] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003462 10.0.0.27 - - [2025-11-27 02:35:33] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003029 10.0.0.27 - - [2025-11-27 02:35:33] "GET /virtual-network/8bf444dd-2246-49cf-8e4a-6fd5e571935a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006065 10.0.0.27 - - [2025-11-27 02:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.27 - - [2025-11-27 02:35:33] "GET /routing-instance/fa375a0b-e1ca-4d33-9c86-2f67e7a2628c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004296 10.0.0.27 - - [2025-11-27 02:35:33] "GET /route-target/a41814f8-3bbd-4947-8673-48bdefa8620d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003132 10.0.0.27 - - [2025-11-27 02:35:36] "GET /obj-perms HTTP/1.1" 200 5042 0.003239 10.0.0.33 - - [2025-11-27 02:35:36] "GET /obj-perms HTTP/1.1" 200 5042 0.003609 10.0.0.23 - - [2025-11-27 02:35:39] "GET /obj-perms HTTP/1.1" 200 5056 0.053445 10.0.0.33 - - [2025-11-27 02:35:42] "GET /obj-perms HTTP/1.1" 200 5042 0.003567 10.0.0.27 - - [2025-11-27 02:35:46] "GET /obj-perms HTTP/1.1" 200 5042 0.004108 10.0.0.33 - - [2025-11-27 02:35:52] "GET /obj-perms HTTP/1.1" 200 5042 0.004625 10.0.0.27 - - [2025-11-27 02:35:55] "GET /obj-perms HTTP/1.1" 200 5042 0.003333 10.0.0.33 - - [2025-11-27 02:36:01] "GET /obj-perms HTTP/1.1" 200 5042 0.003520 10.0.0.27 - - [2025-11-27 02:36:01] "GET /obj-perms HTTP/1.1" 200 5042 0.004010 10.0.0.27 - - [2025-11-27 02:36:01] "GET /virtual-machine/e35f0fc2-da41-4002-ad75-7cb0b2063a6d HTTP/1.1" 200 1299 0.004580 10.0.0.27 - - [2025-11-27 02:36:02] "POST /neutron/port HTTP/1.1" 200 151 0.210675 10.0.0.27 - - [2025-11-27 02:36:03] "GET /virtual-machine/e35f0fc2-da41-4002-ad75-7cb0b2063a6d HTTP/1.1" 404 171 0.003230 10.0.0.27 - - [2025-11-27 02:36:03] "GET /virtual-machine/e35f0fc2-da41-4002-ad75-7cb0b2063a6d HTTP/1.1" 404 171 0.003004 10.0.0.27 - - [2025-11-27 02:36:03] "GET /virtual-machine/e35f0fc2-da41-4002-ad75-7cb0b2063a6d HTTP/1.1" 404 171 0.002584 10.0.0.27 - - [2025-11-27 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.27 - - [2025-11-27 02:36:03] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003469 10.0.0.27 - - [2025-11-27 02:36:03] "GET /virtual-networks?parent_id=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002587 10.0.0.27 - - [2025-11-27 02:36:03] "GET /virtual-network/691c8b9a-7183-4aee-90ec-b4446d83290d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005445 10.0.0.27 - - [2025-11-27 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002364 10.0.0.27 - - [2025-11-27 02:36:03] "GET /routing-instance/86a60a05-d9e9-458e-8fb3-f319433a8de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004076 10.0.0.27 - - [2025-11-27 02:36:03] "GET /route-target/6cb60e12-baf0-4f6e-9105-db1b792cfaca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003767 10.0.0.27 - - [2025-11-27 02:36:07] "GET /obj-perms HTTP/1.1" 200 5042 0.003499 10.0.0.33 - - [2025-11-27 02:36:07] "GET /obj-perms HTTP/1.1" 200 5042 0.003417 10.0.0.27 - - [2025-11-27 02:36:16] "GET /obj-perms HTTP/1.1" 200 5042 0.003863 10.0.0.33 - - [2025-11-27 02:36:16] "GET /obj-perms HTTP/1.1" 200 5042 0.003382 10.0.0.27 - - [2025-11-27 02:36:25] "GET /obj-perms HTTP/1.1" 200 5042 0.004589 10.0.0.33 - - [2025-11-27 02:36:25] "GET /obj-perms HTTP/1.1" 200 5042 0.004710 10.0.0.27 - - [2025-11-27 02:36:31] "GET /obj-perms HTTP/1.1" 200 5042 0.005192 10.0.0.33 - - [2025-11-27 02:36:31] "GET /obj-perms HTTP/1.1" 200 5042 0.004720 10.0.0.27 - - [2025-11-27 02:36:31] "GET /virtual-network/8bf444dd-2246-49cf-8e4a-6fd5e571935a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005148 10.0.0.27 - - [2025-11-27 02:36:31] "DELETE /access-control-list/ddf62c9a-fd13-4660-8cac-f5d1663f2f46 HTTP/1.1" 200 115 0.049658 10.0.0.27 - - [2025-11-27 02:36:32] "POST /neutron/network HTTP/1.1" 200 1015 0.018115 10.0.0.27 - - [2025-11-27 02:36:32] "GET /virtual-network/8bf444dd-2246-49cf-8e4a-6fd5e571935a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.009860 10.0.0.27 - - [2025-11-27 02:36:32] "GET /virtual-network/691c8b9a-7183-4aee-90ec-b4446d83290d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005672 10.0.0.27 - - [2025-11-27 02:36:32] "POST /neutron/network HTTP/1.1" 200 1012 0.009431 10.0.0.27 - - [2025-11-27 02:36:32] "GET /virtual-network/691c8b9a-7183-4aee-90ec-b4446d83290d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004322 10.0.0.27 - - [2025-11-27 02:36:32] "DELETE /network-policy/c8f0caaa-2dd3-4832-bbbf-d9b0550e68ab HTTP/1.1" 200 115 0.031101 10.0.0.27 - - [2025-11-27 02:36:32] "DELETE /network-policy/b6351345-d172-4705-9109-2179b97efbf1 HTTP/1.1" 200 115 0.043129 10.0.0.27 - - [2025-11-27 02:36:32] "DELETE /network-policy/07e9eee1-2663-43c0-992d-a8038aa32ad5 HTTP/1.1" 200 115 0.037305 10.0.0.27 - - [2025-11-27 02:36:32] "POST /ref-update HTTP/1.1" 200 156 0.017013 10.0.0.27 - - [2025-11-27 02:36:32] "DELETE /route-target/56f7ff11-d590-406f-afb0-27569207cb57 HTTP/1.1" 200 115 0.020754 10.0.0.27 - - [2025-11-27 02:36:32] "POST /neutron/network HTTP/1.1" 200 1015 0.008560 10.0.0.27 - - [2025-11-27 02:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.23 - - [2025-11-27 02:36:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002301 10.0.0.23 - - [2025-11-27 02:36:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002432 10.0.0.23 - - [2025-11-27 02:36:33] "POST /useragent-kv HTTP/1.1" 200 115 0.006314 10.0.0.23 - - [2025-11-27 02:36:33] "POST /useragent-kv HTTP/1.1" 200 115 0.004604 10.0.0.27 - - [2025-11-27 02:36:33] "POST /neutron/network HTTP/1.1" 200 151 0.143194 10.0.0.27 - - [2025-11-27 02:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.27 - - [2025-11-27 02:36:33] "DELETE /network-ipam/156fbc17-aae7-43dc-80d4-a31f3662776f HTTP/1.1" 200 115 0.045969 10.0.0.27 - - [2025-11-27 02:36:33] "POST /fqname-to-id HTTP/1.1" 404 203 0.008093 10.0.0.27 - - [2025-11-27 02:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.27 - - [2025-11-27 02:36:33] "DELETE /network-ipam/87ae000d-4133-4175-a82c-860217b8da0d HTTP/1.1" 200 115 0.037597 10.0.0.27 - - [2025-11-27 02:36:33] "POST /fqname-to-id HTTP/1.1" 404 203 0.003306 10.0.0.27 - - [2025-11-27 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.27 - - [2025-11-27 02:36:34] "DELETE /network-ipam/7f57dffc-21b7-413d-86d9-028e0ac872fe HTTP/1.1" 200 115 0.035138 10.0.0.27 - - [2025-11-27 02:36:34] "POST /fqname-to-id HTTP/1.1" 404 203 0.004027 10.0.0.23 - - [2025-11-27 02:36:36] "GET /projects?obj_uuids=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000972 10.0.0.27 - - [2025-11-27 02:36:36] "GET /project/6ba1a06a-005d-4d67-9c01-83d38907f4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.039652 10.0.0.23 - - [2025-11-27 02:36:36] "GET /projects?obj_uuids=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000792 10.0.0.27 - - [2025-11-27 02:36:36] "GET /project/6ba1a06a-005d-4d67-9c01-83d38907f4f8?fields=virtual_networks HTTP/1.1" 200 1044 0.033766 10.0.0.23 - - [2025-11-27 02:36:36] "GET /projects?obj_uuids=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000923 10.0.0.27 - - [2025-11-27 02:36:37] "GET /project/6ba1a06a-005d-4d67-9c01-83d38907f4f8?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.039893 10.0.0.23 - - [2025-11-27 02:36:37] "GET /projects?obj_uuids=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001128 10.0.0.27 - - [2025-11-27 02:36:37] "GET /project/6ba1a06a-005d-4d67-9c01-83d38907f4f8?fields=security_groups HTTP/1.1" 200 1276 0.036340 10.0.0.27 - - [2025-11-27 02:36:37] "POST /fqname-to-id HTTP/1.1" 404 190 0.025877 10.0.0.23 - - [2025-11-27 02:36:37] "GET /projects?obj_uuids=52d24ed7-db49-4ab5-8905-e97e94902bfb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002408 10.0.0.23 - - [2025-11-27 02:36:37] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001161 10.0.0.23 - - [2025-11-27 02:36:37] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006480 10.0.0.23 - - [2025-11-27 02:36:38] "POST /id-to-fqname HTTP/1.1" 200 192 0.009974 10.0.0.23 - - [2025-11-27 02:36:38] "POST /fqname-to-id HTTP/1.1" 404 201 0.013332 10.0.0.23 - - [2025-11-27 02:36:38] "POST /security-groups HTTP/1.1" 200 593 0.031328 10.0.0.23 - - [2025-11-27 02:36:38] "POST /projects HTTP/1.1" 200 589 0.249187 10.0.0.27 - - [2025-11-27 02:36:38] "POST /access-control-lists HTTP/1.1" 200 598 0.025307 10.0.0.23 - - [2025-11-27 02:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.320189 10.0.0.27 - - [2025-11-27 02:36:38] "GET /project/52d24ed7-db49-4ab5-8905-e97e94902bfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.441834 10.0.0.27 - - [2025-11-27 02:36:39] "GET / HTTP/1.1" 200 35931 0.001604 10.0.0.27 - - [2025-11-27 02:36:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000449 10.0.0.27 - - [2025-11-27 02:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.027763 10.0.0.23 - - [2025-11-27 02:36:41] "GET /projects?obj_uuids=52d24ed7-db49-4ab5-8905-e97e94902bfb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001072 10.0.0.27 - - [2025-11-27 02:36:41] "GET /project/52d24ed7-db49-4ab5-8905-e97e94902bfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.041627 10.0.0.27 - - [2025-11-27 02:36:41] "POST /route-targets HTTP/1.1" 200 327 0.014827 10.0.0.23 - - [2025-11-27 02:36:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004871 10.0.0.27 - - [2025-11-27 02:36:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.271399 10.0.0.27 - - [2025-11-27 02:36:42] "POST /id-to-fqname HTTP/1.1" 200 222 0.001227 10.0.0.27 - - [2025-11-27 02:36:42] "GET /virtual-network/aca5d8ef-8ab8-48ab-8434-a3a32b3c1dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005074 10.0.0.27 - - [2025-11-27 02:36:42] "GET /virtual-network/aca5d8ef-8ab8-48ab-8434-a3a32b3c1dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005202 10.0.0.27 - - [2025-11-27 02:36:42] "POST /neutron/network HTTP/1.1" 200 827 0.006229 10.0.0.27 - - [2025-11-27 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.23 - - [2025-11-27 02:36:42] "GET /projects?obj_uuids=52d24ed7-db49-4ab5-8905-e97e94902bfb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000861 10.0.0.27 - - [2025-11-27 02:36:42] "GET /project/52d24ed7-db49-4ab5-8905-e97e94902bfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.048319 10.0.0.23 - - [2025-11-27 02:36:42] "GET /projects?obj_uuids=52d24ed7-db49-4ab5-8905-e97e94902bfb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000861 10.0.0.27 - - [2025-11-27 02:36:42] "POST /neutron/network HTTP/1.1" 200 607 0.123445 10.0.0.27 - - [2025-11-27 02:36:42] "POST /ref-update HTTP/1.1" 200 156 0.030050 10.0.0.27 - - [2025-11-27 02:36:42] "POST /id-to-fqname HTTP/1.1" 200 222 0.003102 10.0.0.27 - - [2025-11-27 02:36:42] "GET /virtual-network/68ea6c3e-d1eb-4da7-89b3-c36127fddc61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005031 10.0.0.27 - - [2025-11-27 02:36:42] "POST /neutron/network HTTP/1.1" 200 826 0.005632 10.0.0.27 - - [2025-11-27 02:36:42] "GET /virtual-network/68ea6c3e-d1eb-4da7-89b3-c36127fddc61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004596 10.0.0.27 - - [2025-11-27 02:36:42] "POST /fqname-to-id HTTP/1.1" 404 228 0.003014 10.0.0.27 - - [2025-11-27 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005574 10.0.0.23 - - [2025-11-27 02:36:43] "GET /projects?obj_uuids=52d24ed7-db49-4ab5-8905-e97e94902bfb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001171 10.0.0.27 - - [2025-11-27 02:36:43] "GET /project/52d24ed7-db49-4ab5-8905-e97e94902bfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.040050 10.0.0.27 - - [2025-11-27 02:36:43] "POST /network-policys HTTP/1.1" 200 571 0.028123 10.0.0.27 - - [2025-11-27 02:36:43] "GET /network-policy/34dfc9a7-61d0-4a85-ba4a-66c22afe1767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.007289 10.0.0.27 - - [2025-11-27 02:36:43] "POST /neutron/network HTTP/1.1" 200 827 0.006714 10.0.0.27 - - [2025-11-27 02:36:43] "GET /virtual-network/aca5d8ef-8ab8-48ab-8434-a3a32b3c1dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006621 10.0.0.27 - - [2025-11-27 02:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.27 - - [2025-11-27 02:36:43] "GET /network-policy/34dfc9a7-61d0-4a85-ba4a-66c22afe1767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003688 10.0.0.27 - - [2025-11-27 02:36:43] "POST /neutron/network HTTP/1.1" 200 826 0.005587 10.0.0.27 - - [2025-11-27 02:36:43] "POST /fqname-to-id HTTP/1.1" 404 236 0.004399 10.0.0.27 - - [2025-11-27 02:36:43] "GET /virtual-network/68ea6c3e-d1eb-4da7-89b3-c36127fddc61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006514 10.0.0.27 - - [2025-11-27 02:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002237 10.0.0.27 - - [2025-11-27 02:36:43] "GET /network-policy/34dfc9a7-61d0-4a85-ba4a-66c22afe1767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.009910 10.0.0.27 - - [2025-11-27 02:36:43] "PUT /access-control-list/51dca6d2-00f6-4454-84f8-fa1709ff43f1 HTTP/1.1" 200 272 0.067601 10.0.0.27 - - [2025-11-27 02:36:44] "GET /virtual-network/aca5d8ef-8ab8-48ab-8434-a3a32b3c1dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005462 10.0.0.27 - - [2025-11-27 02:36:44] "GET /obj-perms HTTP/1.1" 200 5034 0.046856 10.0.0.23 - - [2025-11-27 02:36:45] "GET /obj-perms HTTP/1.1" 200 5034 0.043066 10.0.0.27 - - [2025-11-27 02:36:45] "GET /virtual-network/68ea6c3e-d1eb-4da7-89b3-c36127fddc61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005735 10.0.0.33 - - [2025-11-27 02:36:45] "GET /obj-perms HTTP/1.1" 200 5034 0.045767 10.0.0.27 - - [2025-11-27 02:36:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001234 10.0.0.27 - - [2025-11-27 02:36:46] "POST /neutron/network HTTP/1.1" 200 939 0.006042 10.0.0.23 - - [2025-11-27 02:36:46] "GET /projects?obj_uuids=52d24ed7-db49-4ab5-8905-e97e94902bfb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000862 10.0.0.27 - - [2025-11-27 02:36:46] "GET /project/52d24ed7-db49-4ab5-8905-e97e94902bfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.056136 10.0.0.27 - - [2025-11-27 02:36:47] "POST /neutron/port HTTP/1.1" 200 117 0.005610 10.0.0.27 - - [2025-11-27 02:36:47] "POST /id-to-fqname HTTP/1.1" 200 222 0.000977 10.0.0.27 - - [2025-11-27 02:36:47] "POST /neutron/network HTTP/1.1" 200 939 0.006662 10.0.0.27 - - [2025-11-27 02:36:47] "POST /neutron/port HTTP/1.1" 200 1063 0.048137 10.0.0.23 - - [2025-11-27 02:36:48] "GET /projects?obj_uuids=52d24ed7-db49-4ab5-8905-e97e94902bfb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000784 10.0.0.27 - - [2025-11-27 02:36:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004225 10.0.0.27 - - [2025-11-27 02:36:48] "GET /project/52d24ed7-db49-4ab5-8905-e97e94902bfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.095616 10.0.0.27 - - [2025-11-27 02:36:48] "POST /neutron/network HTTP/1.1" 200 928 0.043842 10.0.0.27 - - [2025-11-27 02:36:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006541 10.0.0.27 - - [2025-11-27 02:36:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007487 10.0.0.27 - - [2025-11-27 02:36:49] "POST /neutron/port HTTP/1.1" 200 1062 0.013933 10.0.0.27 - - [2025-11-27 02:36:49] "POST /neutron/port HTTP/1.1" 200 1090 0.013914 10.0.0.27 - - [2025-11-27 02:36:49] "POST /neutron/port HTTP/1.1" 200 117 0.001078 10.0.0.27 - - [2025-11-27 02:36:53] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006480 10.0.0.27 - - [2025-11-27 02:36:53] "POST /neutron/port HTTP/1.1" 200 1091 0.020199 10.0.0.27 - - [2025-11-27 02:36:53] "GET /virtual-machine/1c4572f6-6ff4-4a2c-9b55-61c129bba369 HTTP/1.1" 401 292 0.000643 10.0.0.27 - - [2025-11-27 02:36:54] "GET /virtual-machine/1c4572f6-6ff4-4a2c-9b55-61c129bba369 HTTP/1.1" 200 1294 0.039268 10.0.0.27 - - [2025-11-27 02:36:54] "GET /virtual-machine-interface/f664e187-66f9-4ce2-a099-d1edb65c0f61 HTTP/1.1" 200 2952 0.004713 10.0.0.27 - - [2025-11-27 02:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.27 - - [2025-11-27 02:36:54] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003242 10.0.0.27 - - [2025-11-27 02:36:54] "GET /virtual-networks?parent_id=52d24ed7-db49-4ab5-8905-e97e94902bfb&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002185 10.0.0.27 - - [2025-11-27 02:36:54] "GET /virtual-network/aca5d8ef-8ab8-48ab-8434-a3a32b3c1dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005649 10.0.0.27 - - [2025-11-27 02:36:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.27 - - [2025-11-27 02:36:57] "GET /virtual-network/aca5d8ef-8ab8-48ab-8434-a3a32b3c1dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005723 10.0.0.27 - - [2025-11-27 02:37:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.27 - - [2025-11-27 02:37:01] "GET /virtual-network/aca5d8ef-8ab8-48ab-8434-a3a32b3c1dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005227 10.0.0.27 - - [2025-11-27 02:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.27 - - [2025-11-27 02:37:05] "GET /virtual-network/aca5d8ef-8ab8-48ab-8434-a3a32b3c1dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005581 10.0.0.27 - - [2025-11-27 02:37:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.27 - - [2025-11-27 02:37:09] "GET /virtual-network/aca5d8ef-8ab8-48ab-8434-a3a32b3c1dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004869 10.0.0.27 - - [2025-11-27 02:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.27 - - [2025-11-27 02:37:13] "GET /virtual-network/aca5d8ef-8ab8-48ab-8434-a3a32b3c1dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004704 10.0.0.27 - - [2025-11-27 02:37:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.27 - - [2025-11-27 02:37:17] "GET /virtual-network/aca5d8ef-8ab8-48ab-8434-a3a32b3c1dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006328 10.0.0.23 - - [2025-11-27 02:37:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.23 - - [2025-11-27 02:37:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.23 - - [2025-11-27 02:37:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000972 10.0.0.23 - - [2025-11-27 02:37:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.33 - - [2025-11-27 02:37:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000338 10.0.0.33 - - [2025-11-27 02:37:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.23 - - [2025-11-27 02:37:21] "DELETE /project/52d24ed7db494ab58905e97e94902bfb HTTP/1.1" 404 173 0.003668 10.0.0.23 - - [2025-11-27 02:37:21] "GET /projects?obj_uuids=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000768 10.0.0.23 - - [2025-11-27 02:37:21] "GET /project/6ba1a06a-005d-4d67-9c01-83d38907f4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.035666 10.0.0.23 - - [2025-11-27 02:37:21] "GET /projects?obj_uuids=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000758 10.0.0.23 - - [2025-11-27 02:37:21] "GET /project/6ba1a06a-005d-4d67-9c01-83d38907f4f8?fields=security_groups HTTP/1.1" 200 1381 0.075769 10.0.0.23 - - [2025-11-27 02:37:21] "DELETE /security-group/3cf2bba1-c0d7-4264-a8af-72ff4a9463f0 HTTP/1.1" 200 115 0.046552 10.0.0.23 - - [2025-11-27 02:37:21] "GET /projects?obj_uuids=6ba1a06a-005d-4d67-9c01-83d38907f4f8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001213 10.0.0.23 - - [2025-11-27 02:37:21] "GET /project/6ba1a06a-005d-4d67-9c01-83d38907f4f8?fields=application_policy_sets HTTP/1.1" 200 1420 0.046013 10.0.0.27 - - [2025-11-27 02:37:21] "DELETE /access-control-list/52a2ae1d-9f5c-4cfc-81f4-553fe7cdd150 HTTP/1.1" 200 115 0.042364 10.0.0.23 - - [2025-11-27 02:37:21] "DELETE /project/6ba1a06a-005d-4d67-9c01-83d38907f4f8 HTTP/1.1" 200 115 0.456741 10.0.0.27 - - [2025-11-27 02:37:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000493 10.0.0.27 - - [2025-11-27 02:37:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.27 - - [2025-11-27 02:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.27 - - [2025-11-27 02:37:21] "GET /virtual-network/aca5d8ef-8ab8-48ab-8434-a3a32b3c1dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004173 10.0.0.33 - - [2025-11-27 02:37:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.33 - - [2025-11-27 02:37:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.27 - - [2025-11-27 02:37:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.27 - - [2025-11-27 02:37:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000329 10.0.0.27 - - [2025-11-27 02:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005227 10.0.0.27 - - [2025-11-27 02:37:26] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003161 10.0.0.27 - - [2025-11-27 02:37:26] "GET /virtual-networks?parent_id=52d24ed7-db49-4ab5-8905-e97e94902bfb&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002356 10.0.0.27 - - [2025-11-27 02:37:26] "GET /virtual-network/aca5d8ef-8ab8-48ab-8434-a3a32b3c1dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005646 10.0.0.27 - - [2025-11-27 02:37:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006855 10.0.0.27 - - [2025-11-27 02:37:31] "POST /neutron/network HTTP/1.1" 200 938 0.029391 10.0.0.27 - - [2025-11-27 02:37:31] "POST /neutron/subnet HTTP/1.1" 200 699 0.007946 10.0.0.27 - - [2025-11-27 02:37:31] "POST /neutron/port HTTP/1.1" 200 1091 0.012301 10.0.0.27 - - [2025-11-27 02:37:31] "POST /neutron/subnet HTTP/1.1" 200 703 0.007996 10.0.0.27 - - [2025-11-27 02:37:31] "POST /neutron/port HTTP/1.1" 200 1091 0.012913 10.0.0.27 - - [2025-11-27 02:37:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.032549 10.0.0.27 - - [2025-11-27 02:37:38] "POST /neutron/port HTTP/1.1" 200 1090 0.013962 10.0.0.27 - - [2025-11-27 02:37:41] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006384 10.0.0.27 - - [2025-11-27 02:37:46] "POST /neutron/port HTTP/1.1" 200 1090 0.014494 10.0.0.27 - - [2025-11-27 02:37:47] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006656 10.0.0.27 - - [2025-11-27 02:37:47] "GET /virtual-machine/c5a6cccf-099f-4ab2-8cfc-948ecf970965 HTTP/1.1" 200 1295 0.006288 10.0.0.27 - - [2025-11-27 02:37:47] "GET /virtual-machine-interface/bf4c5477-a99f-4a52-a7a4-55acca7ec443 HTTP/1.1" 200 2952 0.005595 10.0.0.27 - - [2025-11-27 02:37:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.27 - - [2025-11-27 02:37:47] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003849 10.0.0.27 - - [2025-11-27 02:37:47] "GET /virtual-networks?parent_id=52d24ed7-db49-4ab5-8905-e97e94902bfb&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002658 10.0.0.27 - - [2025-11-27 02:37:47] "GET /virtual-network/68ea6c3e-d1eb-4da7-89b3-c36127fddc61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.007211 10.0.0.27 - - [2025-11-27 02:37:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.27 - - [2025-11-27 02:37:48] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003122 10.0.0.27 - - [2025-11-27 02:37:48] "GET /virtual-networks?parent_id=52d24ed7-db49-4ab5-8905-e97e94902bfb&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002298 10.0.0.27 - - [2025-11-27 02:37:48] "GET /virtual-network/68ea6c3e-d1eb-4da7-89b3-c36127fddc61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005259 10.0.0.27 - - [2025-11-27 02:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.23 - - [2025-11-27 02:38:07] "GET /projects?obj_uuids=52d24ed7-db49-4ab5-8905-e97e94902bfb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001421 10.0.0.27 - - [2025-11-27 02:38:07] "GET /project/52d24ed7-db49-4ab5-8905-e97e94902bfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.040837 10.0.0.27 - - [2025-11-27 02:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.27 - - [2025-11-27 02:38:07] "PUT /network-policy/34dfc9a7-61d0-4a85-ba4a-66c22afe1767 HTTP/1.1" 200 262 0.012893 10.0.0.27 - - [2025-11-27 02:38:08] "PUT /access-control-list/51dca6d2-00f6-4454-84f8-fa1709ff43f1 HTTP/1.1" 200 272 0.025078 10.0.0.27 - - [2025-11-27 02:38:11] "GET /virtual-network/68ea6c3e-d1eb-4da7-89b3-c36127fddc61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005939 10.0.0.27 - - [2025-11-27 02:38:11] "POST /neutron/network HTTP/1.1" 200 826 0.024786 10.0.0.27 - - [2025-11-27 02:38:11] "GET /virtual-network/68ea6c3e-d1eb-4da7-89b3-c36127fddc61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004880 10.0.0.27 - - [2025-11-27 02:38:11] "GET /virtual-network/aca5d8ef-8ab8-48ab-8434-a3a32b3c1dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004772 10.0.0.27 - - [2025-11-27 02:38:11] "DELETE /access-control-list/51dca6d2-00f6-4454-84f8-fa1709ff43f1 HTTP/1.1" 200 115 0.043639 10.0.0.27 - - [2025-11-27 02:38:11] "POST /neutron/network HTTP/1.1" 200 827 0.009118 10.0.0.27 - - [2025-11-27 02:38:11] "GET /virtual-network/aca5d8ef-8ab8-48ab-8434-a3a32b3c1dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007792 10.0.0.27 - - [2025-11-27 02:38:11] "DELETE /network-policy/34dfc9a7-61d0-4a85-ba4a-66c22afe1767 HTTP/1.1" 200 115 0.037721 10.0.0.27 - - [2025-11-27 02:38:11] "POST /neutron/port HTTP/1.1" 200 1090 0.012809 10.0.0.27 - - [2025-11-27 02:38:11] "POST /neutron/port HTTP/1.1" 200 151 0.173958 10.0.0.27 - - [2025-11-27 02:38:13] "POST /neutron/network HTTP/1.1" 200 826 0.006169 10.0.0.23 - - [2025-11-27 02:38:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002199 10.0.0.27 - - [2025-11-27 02:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005892 10.0.0.23 - - [2025-11-27 02:38:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002108 10.0.0.27 - - [2025-11-27 02:38:14] "POST /neutron/network HTTP/1.1" 200 151 0.120186 10.0.0.23 - - [2025-11-27 02:38:15] "GET /projects?obj_uuids=52d24ed7-db49-4ab5-8905-e97e94902bfb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000897 10.0.0.27 - - [2025-11-27 02:38:15] "GET /project/52d24ed7-db49-4ab5-8905-e97e94902bfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.046657 10.0.0.23 - - [2025-11-27 02:38:15] "GET /projects?obj_uuids=52d24ed7-db49-4ab5-8905-e97e94902bfb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001173 10.0.0.27 - - [2025-11-27 02:38:15] "GET /project/52d24ed7-db49-4ab5-8905-e97e94902bfb?fields=virtual_networks HTTP/1.1" 200 1035 0.037929 10.0.0.23 - - [2025-11-27 02:38:15] "GET /projects?obj_uuids=52d24ed7-db49-4ab5-8905-e97e94902bfb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000916 10.0.0.27 - - [2025-11-27 02:38:15] "GET /project/52d24ed7-db49-4ab5-8905-e97e94902bfb?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.041398 10.0.0.23 - - [2025-11-27 02:38:15] "GET /projects?obj_uuids=52d24ed7-db49-4ab5-8905-e97e94902bfb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001606 10.0.0.27 - - [2025-11-27 02:38:15] "GET /project/52d24ed7-db49-4ab5-8905-e97e94902bfb?fields=security_groups HTTP/1.1" 200 1263 0.042536 10.0.0.27 - - [2025-11-27 02:38:16] "POST /fqname-to-id HTTP/1.1" 404 200 0.031286 10.0.0.23 - - [2025-11-27 02:38:16] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002947 10.0.0.23 - - [2025-11-27 02:38:16] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001183 10.0.0.23 - - [2025-11-27 02:38:16] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006924 10.0.0.23 - - [2025-11-27 02:38:17] "POST /id-to-fqname HTTP/1.1" 200 202 0.003200 10.0.0.23 - - [2025-11-27 02:38:17] "POST /fqname-to-id HTTP/1.1" 404 211 0.003263 10.0.0.23 - - [2025-11-27 02:38:17] "POST /security-groups HTTP/1.1" 200 603 0.073305 10.0.0.23 - - [2025-11-27 02:38:17] "POST /projects HTTP/1.1" 200 609 0.275210 10.0.0.23 - - [2025-11-27 02:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.310694 10.0.0.27 - - [2025-11-27 02:38:17] "POST /access-control-lists HTTP/1.1" 200 608 0.025589 10.0.0.27 - - [2025-11-27 02:38:17] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.472281 10.0.0.27 - - [2025-11-27 02:38:18] "GET / HTTP/1.1" 200 35931 0.001481 10.0.0.27 - - [2025-11-27 02:38:21] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000401 10.0.0.23 - - [2025-11-27 02:38:22] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000877 10.0.0.23 - - [2025-11-27 02:38:22] "GET /projects?obj_uuids=52d24ed7-db49-4ab5-8905-e97e94902bfb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000810 10.0.0.27 - - [2025-11-27 02:38:22] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.117081 10.0.0.23 - - [2025-11-27 02:38:22] "DELETE /project/96512f52d9c14d46a4c99195ca255d6f HTTP/1.1" 404 173 0.015788 10.0.0.23 - - [2025-11-27 02:38:22] "GET /project/52d24ed7-db49-4ab5-8905-e97e94902bfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.076135 10.0.0.23 - - [2025-11-27 02:38:22] "GET /projects?obj_uuids=52d24ed7-db49-4ab5-8905-e97e94902bfb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001370 10.0.0.23 - - [2025-11-27 02:38:22] "GET /project/52d24ed7-db49-4ab5-8905-e97e94902bfb?fields=security_groups HTTP/1.1" 200 1368 0.064168 10.0.0.23 - - [2025-11-27 02:38:22] "DELETE /security-group/bd504cb8-cae6-4368-a519-7cc580b3165e HTTP/1.1" 200 115 0.066468 10.0.0.23 - - [2025-11-27 02:38:22] "GET /projects?obj_uuids=52d24ed7-db49-4ab5-8905-e97e94902bfb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000853 10.0.0.27 - - [2025-11-27 02:38:22] "DELETE /access-control-list/dc6eac2d-5638-4cde-a89f-c53bc6cd7dac HTTP/1.1" 200 115 0.041451 10.0.0.23 - - [2025-11-27 02:38:22] "GET /project/52d24ed7-db49-4ab5-8905-e97e94902bfb?fields=application_policy_sets HTTP/1.1" 200 1407 0.056930 10.0.0.23 - - [2025-11-27 02:38:22] "DELETE /project/52d24ed7-db49-4ab5-8905-e97e94902bfb HTTP/1.1" 200 115 0.478950 10.0.0.27 - - [2025-11-27 02:38:22] "GET / HTTP/1.1" 200 35931 0.002168 10.0.0.27 - - [2025-11-27 02:38:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.23 - - [2025-11-27 02:38:23] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000841 10.0.0.27 - - [2025-11-27 02:38:23] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006881 10.0.0.27 - - [2025-11-27 02:38:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.23 - - [2025-11-27 02:38:23] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000917 10.0.0.27 - - [2025-11-27 02:38:23] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.037539 10.0.0.27 - - [2025-11-27 02:38:24] "GET /domains HTTP/1.1" 401 292 0.000476 10.0.0.27 - - [2025-11-27 02:38:24] "GET /domains HTTP/1.1" 200 280 0.025178 10.0.0.23 - - [2025-11-27 02:38:24] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000803 10.0.0.27 - - [2025-11-27 02:38:24] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a HTTP/1.1" 200 2780 0.011182 10.0.0.23 - - [2025-11-27 02:38:24] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000928 10.0.0.27 - - [2025-11-27 02:38:24] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f HTTP/1.1" 200 1925 0.082886 10.0.0.27 - - [2025-11-27 02:38:24] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002092 10.0.0.27 - - [2025-11-27 02:38:24] "POST /network-ipams HTTP/1.1" 200 621 0.023158 10.0.0.27 - - [2025-11-27 02:38:24] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.004965 10.0.0.27 - - [2025-11-27 02:38:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.27 - - [2025-11-27 02:38:24] "GET /network-ipam/75f27541-a580-4740-9c70-a200be6115e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.005376 10.0.0.27 - - [2025-11-27 02:38:25] "PUT /network-ipam/75f27541-a580-4740-9c70-a200be6115e3 HTTP/1.1" 200 258 0.012354 10.0.0.27 - - [2025-11-27 02:38:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000419 10.0.0.27 - - [2025-11-27 02:38:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.023822 10.0.0.23 - - [2025-11-27 02:38:25] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001254 10.0.0.27 - - [2025-11-27 02:38:25] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.042293 10.0.0.27 - - [2025-11-27 02:38:25] "POST /ref-update HTTP/1.1" 200 156 0.024071 10.0.0.23 - - [2025-11-27 02:38:26] "POST /useragent-kv HTTP/1.1" 200 115 0.005025 10.0.0.27 - - [2025-11-27 02:38:26] "POST /neutron/subnet HTTP/1.1" 200 701 0.309739 10.0.0.23 - - [2025-11-27 02:38:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.003434 10.0.0.27 - - [2025-11-27 02:38:26] "POST /neutron/network HTTP/1.1" 200 1336 0.015322 10.0.0.27 - - [2025-11-27 02:38:26] "POST /id-to-fqname HTTP/1.1" 200 235 0.000983 10.0.0.27 - - [2025-11-27 02:38:26] "GET /virtual-network/d781fb11-9a05-4c99-a4f7-2fa6e9a4caf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.005094 10.0.0.27 - - [2025-11-27 02:38:26] "GET /virtual-network/d781fb11-9a05-4c99-a4f7-2fa6e9a4caf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.005110 10.0.0.27 - - [2025-11-27 02:38:26] "POST /neutron/subnet HTTP/1.1" 200 701 0.010666 10.0.0.27 - - [2025-11-27 02:38:27] "GET /virtual-network/d781fb11-9a05-4c99-a4f7-2fa6e9a4caf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.006315 10.0.0.27 - - [2025-11-27 02:38:27] "GET /obj-perms HTTP/1.1" 200 5019 0.069505 10.0.0.23 - - [2025-11-27 02:38:28] "GET /obj-perms HTTP/1.1" 200 5019 0.067933 10.0.0.27 - - [2025-11-27 02:38:28] "POST /fqname-to-id HTTP/1.1" 404 229 0.003837 10.0.0.27 - - [2025-11-27 02:38:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.23 - - [2025-11-27 02:38:28] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001082 10.0.0.27 - - [2025-11-27 02:38:28] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.039155 10.0.0.27 - - [2025-11-27 02:38:28] "POST /network-policys HTTP/1.1" 200 563 0.030909 10.0.0.27 - - [2025-11-27 02:38:28] "GET /network-policy/9e61e2ff-10bf-4745-8177-a84e0e272438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007158 10.0.0.27 - - [2025-11-27 02:38:28] "POST /fqname-to-id HTTP/1.1" 404 229 0.005765 10.0.0.27 - - [2025-11-27 02:38:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.23 - - [2025-11-27 02:38:29] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001197 10.0.0.27 - - [2025-11-27 02:38:29] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.038877 10.0.0.27 - - [2025-11-27 02:38:29] "POST /network-policys HTTP/1.1" 200 563 0.034930 10.0.0.27 - - [2025-11-27 02:38:29] "GET /network-policy/5e067fa1-d5ce-495a-a3c9-872e1eef5ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.007072 10.0.0.27 - - [2025-11-27 02:38:29] "POST /fqname-to-id HTTP/1.1" 404 229 0.003018 10.0.0.27 - - [2025-11-27 02:38:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.23 - - [2025-11-27 02:38:29] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001184 10.0.0.27 - - [2025-11-27 02:38:29] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.041418 10.0.0.27 - - [2025-11-27 02:38:29] "POST /network-policys HTTP/1.1" 200 563 0.033107 10.0.0.27 - - [2025-11-27 02:38:29] "GET /network-policy/55f39682-a952-41aa-846e-a7b3785af6ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006059 10.0.0.27 - - [2025-11-27 02:38:29] "POST /fqname-to-id HTTP/1.1" 404 229 0.003226 10.0.0.27 - - [2025-11-27 02:38:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.23 - - [2025-11-27 02:38:29] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001028 10.0.0.27 - - [2025-11-27 02:38:29] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.037312 10.0.0.27 - - [2025-11-27 02:38:29] "POST /network-policys HTTP/1.1" 200 563 0.028044 10.0.0.27 - - [2025-11-27 02:38:30] "GET /network-policy/8b246b47-5fe9-4395-93ce-26b533ebf072?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.015011 10.0.0.27 - - [2025-11-27 02:38:30] "POST /fqname-to-id HTTP/1.1" 404 229 0.006784 10.0.0.27 - - [2025-11-27 02:38:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.23 - - [2025-11-27 02:38:30] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000866 10.0.0.27 - - [2025-11-27 02:38:30] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.032331 10.0.0.27 - - [2025-11-27 02:38:30] "POST /network-policys HTTP/1.1" 200 563 0.032621 10.0.0.27 - - [2025-11-27 02:38:30] "GET /network-policy/9799a5ef-c4db-4760-a507-74304e8eb4c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005471 10.0.0.27 - - [2025-11-27 02:38:30] "POST /fqname-to-id HTTP/1.1" 404 229 0.003374 10.0.0.27 - - [2025-11-27 02:38:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.23 - - [2025-11-27 02:38:30] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000921 10.0.0.27 - - [2025-11-27 02:38:30] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.031888 10.0.0.27 - - [2025-11-27 02:38:30] "POST /network-policys HTTP/1.1" 200 563 0.024886 10.0.0.27 - - [2025-11-27 02:38:30] "GET /network-policy/d542efc3-9367-4a44-8e30-8de177d11bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005708 10.0.0.27 - - [2025-11-27 02:38:30] "POST /fqname-to-id HTTP/1.1" 404 229 0.002860 10.0.0.27 - - [2025-11-27 02:38:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.23 - - [2025-11-27 02:38:31] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000907 10.0.0.27 - - [2025-11-27 02:38:31] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.035320 10.0.0.27 - - [2025-11-27 02:38:31] "POST /network-policys HTTP/1.1" 200 563 0.025001 10.0.0.27 - - [2025-11-27 02:38:31] "GET /network-policy/dbfa66e7-0057-4208-b0ed-8c728f85b017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006622 10.0.0.27 - - [2025-11-27 02:38:31] "POST /fqname-to-id HTTP/1.1" 404 229 0.004029 10.0.0.27 - - [2025-11-27 02:38:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.23 - - [2025-11-27 02:38:31] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000923 10.0.0.27 - - [2025-11-27 02:38:31] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.040152 10.0.0.27 - - [2025-11-27 02:38:31] "POST /network-policys HTTP/1.1" 200 563 0.037113 10.0.0.27 - - [2025-11-27 02:38:31] "GET /network-policy/1734c7ff-883c-4e23-a72a-5333ff297a44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006205 10.0.0.27 - - [2025-11-27 02:38:31] "POST /fqname-to-id HTTP/1.1" 404 229 0.003508 10.0.0.27 - - [2025-11-27 02:38:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002613 10.0.0.23 - - [2025-11-27 02:38:31] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001099 10.0.0.27 - - [2025-11-27 02:38:31] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.043955 10.0.0.27 - - [2025-11-27 02:38:31] "POST /network-policys HTTP/1.1" 200 563 0.035924 10.0.0.27 - - [2025-11-27 02:38:31] "GET /network-policy/01a01e02-77df-4a04-9e01-19efba617b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.007399 10.0.0.27 - - [2025-11-27 02:38:32] "POST /fqname-to-id HTTP/1.1" 404 229 0.002946 10.0.0.27 - - [2025-11-27 02:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.23 - - [2025-11-27 02:38:32] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000957 10.0.0.27 - - [2025-11-27 02:38:32] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.051532 10.0.0.27 - - [2025-11-27 02:38:32] "POST /network-policys HTTP/1.1" 200 563 0.030452 10.0.0.27 - - [2025-11-27 02:38:32] "GET /network-policy/292b4dc9-1313-40b2-a813-a40117b32bbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006643 10.0.0.27 - - [2025-11-27 02:38:32] "POST /neutron/network HTTP/1.1" 200 1336 0.015956 10.0.0.27 - - [2025-11-27 02:38:32] "GET /virtual-network/d781fb11-9a05-4c99-a4f7-2fa6e9a4caf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.011711 10.0.0.27 - - [2025-11-27 02:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.27 - - [2025-11-27 02:38:33] "GET /network-policy/01a01e02-77df-4a04-9e01-19efba617b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.009235 10.0.0.27 - - [2025-11-27 02:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004917 10.0.0.27 - - [2025-11-27 02:38:33] "GET /network-policy/1734c7ff-883c-4e23-a72a-5333ff297a44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004161 10.0.0.27 - - [2025-11-27 02:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.27 - - [2025-11-27 02:38:33] "GET /network-policy/292b4dc9-1313-40b2-a813-a40117b32bbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004004 10.0.0.27 - - [2025-11-27 02:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002509 10.0.0.27 - - [2025-11-27 02:38:33] "GET /network-policy/55f39682-a952-41aa-846e-a7b3785af6ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004268 10.0.0.27 - - [2025-11-27 02:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.27 - - [2025-11-27 02:38:33] "GET /network-policy/5e067fa1-d5ce-495a-a3c9-872e1eef5ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.004227 10.0.0.27 - - [2025-11-27 02:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.27 - - [2025-11-27 02:38:33] "GET /network-policy/8b246b47-5fe9-4395-93ce-26b533ebf072?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003950 10.0.0.27 - - [2025-11-27 02:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002649 10.0.0.27 - - [2025-11-27 02:38:33] "GET /network-policy/9799a5ef-c4db-4760-a507-74304e8eb4c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003738 10.0.0.27 - - [2025-11-27 02:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.27 - - [2025-11-27 02:38:33] "GET /network-policy/9e61e2ff-10bf-4745-8177-a84e0e272438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003872 10.0.0.27 - - [2025-11-27 02:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.27 - - [2025-11-27 02:38:33] "GET /network-policy/d542efc3-9367-4a44-8e30-8de177d11bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.008605 10.0.0.27 - - [2025-11-27 02:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002569 10.0.0.27 - - [2025-11-27 02:38:33] "GET /network-policy/dbfa66e7-0057-4208-b0ed-8c728f85b017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004334 10.0.0.27 - - [2025-11-27 02:38:33] "POST /id-to-fqname HTTP/1.1" 200 235 0.001524 10.0.0.27 - - [2025-11-27 02:38:33] "POST /neutron/network HTTP/1.1" 200 2259 0.007552 10.0.0.23 - - [2025-11-27 02:38:34] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.039598 10.0.0.27 - - [2025-11-27 02:38:34] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.117951 10.0.0.27 - - [2025-11-27 02:38:34] "POST /neutron/port HTTP/1.1" 200 117 0.005246 10.0.0.23 - - [2025-11-27 02:38:35] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000930 10.0.0.27 - - [2025-11-27 02:38:35] "PUT /access-control-list/63e7ee94-8552-4e91-ae0b-6a1661e8d7d4 HTTP/1.1" 200 272 0.145326 10.0.0.27 - - [2025-11-27 02:38:35] "POST /neutron/port HTTP/1.1" 200 1173 0.380603 10.0.0.27 - - [2025-11-27 02:38:35] "POST /neutron/port HTTP/1.1" 200 1227 0.088862 10.0.0.27 - - [2025-11-27 02:38:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003377 10.0.0.27 - - [2025-11-27 02:38:35] "POST /neutron/port HTTP/1.1" 200 117 0.001044 10.0.0.27 - - [2025-11-27 02:38:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007531 10.0.0.27 - - [2025-11-27 02:38:40] "POST /neutron/port HTTP/1.1" 200 1201 0.014513 10.0.0.27 - - [2025-11-27 02:38:40] "GET /virtual-machine/9619d159-3f5a-45cc-b09e-985d283ea7b2 HTTP/1.1" 401 292 0.000392 10.0.0.27 - - [2025-11-27 02:38:40] "GET /virtual-machine/9619d159-3f5a-45cc-b09e-985d283ea7b2 HTTP/1.1" 200 1305 0.026955 10.0.0.27 - - [2025-11-27 02:38:40] "GET /virtual-machine-interface/c81a6e1f-c264-4a13-9c88-e46a747bd168 HTTP/1.1" 200 3170 0.004698 10.0.0.27 - - [2025-11-27 02:38:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.27 - - [2025-11-27 02:38:40] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003194 10.0.0.27 - - [2025-11-27 02:38:40] "GET /virtual-networks?parent_id=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002494 10.0.0.27 - - [2025-11-27 02:38:40] "GET /virtual-network/d781fb11-9a05-4c99-a4f7-2fa6e9a4caf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005690 10.0.0.27 - - [2025-11-27 02:38:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.27 - - [2025-11-27 02:38:43] "GET /virtual-network/d781fb11-9a05-4c99-a4f7-2fa6e9a4caf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005334 10.0.0.27 - - [2025-11-27 02:38:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.27 - - [2025-11-27 02:38:47] "GET /virtual-network/d781fb11-9a05-4c99-a4f7-2fa6e9a4caf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.008955 10.0.0.27 - - [2025-11-27 02:38:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.27 - - [2025-11-27 02:38:51] "GET /virtual-network/d781fb11-9a05-4c99-a4f7-2fa6e9a4caf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005395 10.0.0.27 - - [2025-11-27 02:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.27 - - [2025-11-27 02:38:55] "GET /virtual-network/d781fb11-9a05-4c99-a4f7-2fa6e9a4caf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005204 10.0.0.27 - - [2025-11-27 02:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.27 - - [2025-11-27 02:38:59] "GET /virtual-network/d781fb11-9a05-4c99-a4f7-2fa6e9a4caf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005244 10.0.0.27 - - [2025-11-27 02:39:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.27 - - [2025-11-27 02:39:04] "GET /virtual-network/d781fb11-9a05-4c99-a4f7-2fa6e9a4caf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005001 10.0.0.27 - - [2025-11-27 02:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.27 - - [2025-11-27 02:39:08] "GET /virtual-network/d781fb11-9a05-4c99-a4f7-2fa6e9a4caf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005187 10.0.0.27 - - [2025-11-27 02:39:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.27 - - [2025-11-27 02:39:12] "GET /virtual-network/d781fb11-9a05-4c99-a4f7-2fa6e9a4caf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005557 10.0.0.27 - - [2025-11-27 02:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.27 - - [2025-11-27 02:39:14] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005134 10.0.0.27 - - [2025-11-27 02:39:14] "GET /virtual-networks?parent_id=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003184 10.0.0.27 - - [2025-11-27 02:39:14] "GET /virtual-network/d781fb11-9a05-4c99-a4f7-2fa6e9a4caf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.006347 10.0.0.27 - - [2025-11-27 02:39:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006574 10.0.0.27 - - [2025-11-27 02:39:23] "POST /neutron/port HTTP/1.1" 200 1201 0.014995 10.0.0.27 - - [2025-11-27 02:39:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006104 10.0.0.27 - - [2025-11-27 02:39:32] "POST /neutron/port HTTP/1.1" 200 1201 0.013420 10.0.0.27 - - [2025-11-27 02:39:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003583 10.0.0.27 - - [2025-11-27 02:39:32] "POST /neutron/port HTTP/1.1" 200 117 0.001100 10.0.0.27 - - [2025-11-27 02:39:35] "POST /neutron/port HTTP/1.1" 200 1201 0.020144 10.0.0.27 - - [2025-11-27 02:39:35] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006428 10.0.0.27 - - [2025-11-27 02:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.27 - - [2025-11-27 02:39:35] "GET /network-policy/9e61e2ff-10bf-4745-8177-a84e0e272438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003541 10.0.0.27 - - [2025-11-27 02:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.27 - - [2025-11-27 02:39:35] "GET /network-policy/5e067fa1-d5ce-495a-a3c9-872e1eef5ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.004431 10.0.0.27 - - [2025-11-27 02:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002660 10.0.0.27 - - [2025-11-27 02:39:35] "GET /network-policy/55f39682-a952-41aa-846e-a7b3785af6ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004259 10.0.0.27 - - [2025-11-27 02:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.27 - - [2025-11-27 02:39:35] "GET /network-policy/8b246b47-5fe9-4395-93ce-26b533ebf072?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004464 10.0.0.27 - - [2025-11-27 02:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.27 - - [2025-11-27 02:39:35] "GET /network-policy/9799a5ef-c4db-4760-a507-74304e8eb4c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003700 10.0.0.27 - - [2025-11-27 02:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002641 10.0.0.27 - - [2025-11-27 02:39:35] "GET /network-policy/d542efc3-9367-4a44-8e30-8de177d11bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004009 10.0.0.27 - - [2025-11-27 02:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.27 - - [2025-11-27 02:39:35] "GET /network-policy/dbfa66e7-0057-4208-b0ed-8c728f85b017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004073 10.0.0.27 - - [2025-11-27 02:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.27 - - [2025-11-27 02:39:35] "GET /network-policy/1734c7ff-883c-4e23-a72a-5333ff297a44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003777 10.0.0.27 - - [2025-11-27 02:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.27 - - [2025-11-27 02:39:36] "GET /network-policy/01a01e02-77df-4a04-9e01-19efba617b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004673 10.0.0.27 - - [2025-11-27 02:39:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002747 10.0.0.27 - - [2025-11-27 02:39:36] "GET /network-policy/292b4dc9-1313-40b2-a813-a40117b32bbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004494 10.0.0.27 - - [2025-11-27 02:39:36] "POST /neutron/network HTTP/1.1" 200 1439 0.015074 10.0.0.27 - - [2025-11-27 02:39:36] "GET /virtual-network/d781fb11-9a05-4c99-a4f7-2fa6e9a4caf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.009315 10.0.0.27 - - [2025-11-27 02:39:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.007669 10.0.0.27 - - [2025-11-27 02:39:36] "GET /network-policy/9e61e2ff-10bf-4745-8177-a84e0e272438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004166 10.0.0.23 - - [2025-11-27 02:39:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.039757 10.0.0.27 - - [2025-11-27 02:39:41] "POST /neutron/network HTTP/1.1" 200 1439 0.025879 10.0.0.27 - - [2025-11-27 02:39:41] "GET /virtual-network/d781fb11-9a05-4c99-a4f7-2fa6e9a4caf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.006550 10.0.0.27 - - [2025-11-27 02:39:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.27 - - [2025-11-27 02:39:41] "GET /network-policy/5e067fa1-d5ce-495a-a3c9-872e1eef5ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.004681 10.0.0.33 - - [2025-11-27 02:39:42] "GET /obj-perms HTTP/1.1" 200 5056 0.051157 10.0.0.27 - - [2025-11-27 02:39:46] "PUT /access-control-list/63e7ee94-8552-4e91-ae0b-6a1661e8d7d4 HTTP/1.1" 200 272 0.061546 10.0.0.27 - - [2025-11-27 02:39:46] "POST /neutron/network HTTP/1.1" 200 1439 0.017105 10.0.0.27 - - [2025-11-27 02:39:46] "GET /virtual-network/d781fb11-9a05-4c99-a4f7-2fa6e9a4caf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.011386 10.0.0.27 - - [2025-11-27 02:39:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.27 - - [2025-11-27 02:39:46] "GET /network-policy/55f39682-a952-41aa-846e-a7b3785af6ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004045 10.0.0.27 - - [2025-11-27 02:39:52] "POST /neutron/network HTTP/1.1" 200 1439 0.015473 10.0.0.27 - - [2025-11-27 02:39:52] "GET /virtual-network/d781fb11-9a05-4c99-a4f7-2fa6e9a4caf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.006276 10.0.0.27 - - [2025-11-27 02:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.27 - - [2025-11-27 02:39:52] "GET /network-policy/8b246b47-5fe9-4395-93ce-26b533ebf072?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005504 10.0.0.23 - - [2025-11-27 02:39:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.009541 10.0.0.27 - - [2025-11-27 02:39:57] "POST /neutron/network HTTP/1.1" 200 1439 0.011191 10.0.0.27 - - [2025-11-27 02:39:57] "GET /virtual-network/d781fb11-9a05-4c99-a4f7-2fa6e9a4caf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.004381 10.0.0.27 - - [2025-11-27 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002419 10.0.0.27 - - [2025-11-27 02:39:57] "GET /network-policy/9799a5ef-c4db-4760-a507-74304e8eb4c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004041 10.0.0.27 - - [2025-11-27 02:40:02] "POST /neutron/network HTTP/1.1" 200 1439 0.012877 10.0.0.27 - - [2025-11-27 02:40:02] "PUT /access-control-list/63e7ee94-8552-4e91-ae0b-6a1661e8d7d4 HTTP/1.1" 200 272 0.060516 10.0.0.27 - - [2025-11-27 02:40:02] "GET /virtual-network/d781fb11-9a05-4c99-a4f7-2fa6e9a4caf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.012466 10.0.0.27 - - [2025-11-27 02:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007754 10.0.0.27 - - [2025-11-27 02:40:02] "GET /network-policy/d542efc3-9367-4a44-8e30-8de177d11bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004887 10.0.0.27 - - [2025-11-27 02:40:07] "POST /neutron/network HTTP/1.1" 200 1439 0.016479 10.0.0.27 - - [2025-11-27 02:40:07] "GET /virtual-network/d781fb11-9a05-4c99-a4f7-2fa6e9a4caf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.005795 10.0.0.27 - - [2025-11-27 02:40:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002388 10.0.0.27 - - [2025-11-27 02:40:07] "GET /network-policy/dbfa66e7-0057-4208-b0ed-8c728f85b017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003923 10.0.0.23 - - [2025-11-27 02:40:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.003968 10.0.0.27 - - [2025-11-27 02:40:13] "POST /neutron/network HTTP/1.1" 200 1439 0.015763 10.0.0.27 - - [2025-11-27 02:40:13] "GET /virtual-network/d781fb11-9a05-4c99-a4f7-2fa6e9a4caf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.006379 10.0.0.27 - - [2025-11-27 02:40:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002432 10.0.0.27 - - [2025-11-27 02:40:13] "GET /network-policy/1734c7ff-883c-4e23-a72a-5333ff297a44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004033 10.0.0.27 - - [2025-11-27 02:40:18] "POST /neutron/network HTTP/1.1" 200 1439 0.012881 10.0.0.27 - - [2025-11-27 02:40:18] "PUT /access-control-list/63e7ee94-8552-4e91-ae0b-6a1661e8d7d4 HTTP/1.1" 200 272 0.062441 10.0.0.27 - - [2025-11-27 02:40:18] "GET /virtual-network/d781fb11-9a05-4c99-a4f7-2fa6e9a4caf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.005620 10.0.0.27 - - [2025-11-27 02:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.27 - - [2025-11-27 02:40:18] "GET /network-policy/01a01e02-77df-4a04-9e01-19efba617b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004020 10.0.0.27 - - [2025-11-27 02:40:23] "POST /neutron/network HTTP/1.1" 200 1439 0.018898 10.0.0.27 - - [2025-11-27 02:40:23] "GET /virtual-network/d781fb11-9a05-4c99-a4f7-2fa6e9a4caf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.005734 10.0.0.27 - - [2025-11-27 02:40:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006012 10.0.0.27 - - [2025-11-27 02:40:23] "GET /network-policy/292b4dc9-1313-40b2-a813-a40117b32bbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007326 10.0.0.27 - - [2025-11-27 02:40:28] "GET /virtual-machine/9619d159-3f5a-45cc-b09e-985d283ea7b2 HTTP/1.1" 200 1305 0.048510 10.0.0.27 - - [2025-11-27 02:40:29] "POST /neutron/port HTTP/1.1" 200 151 0.231499 10.0.0.27 - - [2025-11-27 02:40:30] "GET /virtual-machine/9619d159-3f5a-45cc-b09e-985d283ea7b2 HTTP/1.1" 404 171 0.003968 10.0.0.27 - - [2025-11-27 02:40:30] "GET /virtual-machine/9619d159-3f5a-45cc-b09e-985d283ea7b2 HTTP/1.1" 404 171 0.002788 10.0.0.27 - - [2025-11-27 02:40:30] "GET /virtual-machine/9619d159-3f5a-45cc-b09e-985d283ea7b2 HTTP/1.1" 404 171 0.002763 10.0.0.27 - - [2025-11-27 02:40:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.27 - - [2025-11-27 02:40:31] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004468 10.0.0.27 - - [2025-11-27 02:40:31] "GET /virtual-networks?parent_id=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003387 10.0.0.27 - - [2025-11-27 02:40:31] "GET /virtual-network/d781fb11-9a05-4c99-a4f7-2fa6e9a4caf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.008078 10.0.0.27 - - [2025-11-27 02:40:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.27 - - [2025-11-27 02:40:31] "GET /routing-instance/0173d8dc-b65c-4a74-9f26-15d2a6dad384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.004117 10.0.0.27 - - [2025-11-27 02:40:31] "GET /route-target/99349fac-af77-4ae7-8a69-c41212ea64c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004993 10.0.0.27 - - [2025-11-27 02:40:31] "GET /obj-perms HTTP/1.1" 200 5019 0.003600 10.0.0.27 - - [2025-11-27 02:40:31] "GET /virtual-network/d781fb11-9a05-4c99-a4f7-2fa6e9a4caf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.005766 10.0.0.23 - - [2025-11-27 02:40:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.005988 10.0.0.27 - - [2025-11-27 02:40:32] "POST /neutron/network HTTP/1.1" 200 1336 0.021404 10.0.0.27 - - [2025-11-27 02:40:32] "GET /virtual-network/d781fb11-9a05-4c99-a4f7-2fa6e9a4caf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.008677 10.0.0.27 - - [2025-11-27 02:40:32] "DELETE /network-policy/292b4dc9-1313-40b2-a813-a40117b32bbb HTTP/1.1" 200 115 0.041867 10.0.0.27 - - [2025-11-27 02:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004556 10.0.0.23 - - [2025-11-27 02:40:32] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001266 10.0.0.27 - - [2025-11-27 02:40:32] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.042265 10.0.0.27 - - [2025-11-27 02:40:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-10532543&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.005102 10.0.0.27 - - [2025-11-27 02:40:32] "DELETE /network-policy/01a01e02-77df-4a04-9e01-19efba617b37 HTTP/1.1" 200 115 0.036649 10.0.0.27 - - [2025-11-27 02:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005117 10.0.0.23 - - [2025-11-27 02:40:32] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000995 10.0.0.27 - - [2025-11-27 02:40:32] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.038575 10.0.0.27 - - [2025-11-27 02:40:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-10532543&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.006364 10.0.0.27 - - [2025-11-27 02:40:32] "DELETE /network-policy/1734c7ff-883c-4e23-a72a-5333ff297a44 HTTP/1.1" 200 115 0.037804 10.0.0.27 - - [2025-11-27 02:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.23 - - [2025-11-27 02:40:32] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001038 10.0.0.27 - - [2025-11-27 02:40:32] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.033536 10.0.0.27 - - [2025-11-27 02:40:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-10532543&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.005380 10.0.0.27 - - [2025-11-27 02:40:32] "DELETE /network-policy/dbfa66e7-0057-4208-b0ed-8c728f85b017 HTTP/1.1" 200 115 0.052340 10.0.0.27 - - [2025-11-27 02:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004595 10.0.0.23 - - [2025-11-27 02:40:32] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001055 10.0.0.27 - - [2025-11-27 02:40:32] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.041588 10.0.0.27 - - [2025-11-27 02:40:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-10532543&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.005351 10.0.0.27 - - [2025-11-27 02:40:32] "DELETE /network-policy/d542efc3-9367-4a44-8e30-8de177d11bc1 HTTP/1.1" 200 115 0.034719 10.0.0.27 - - [2025-11-27 02:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.23 - - [2025-11-27 02:40:32] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001049 10.0.0.27 - - [2025-11-27 02:40:32] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.043996 10.0.0.27 - - [2025-11-27 02:40:33] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-10532543&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.005228 10.0.0.27 - - [2025-11-27 02:40:33] "DELETE /network-policy/9799a5ef-c4db-4760-a507-74304e8eb4c9 HTTP/1.1" 200 115 0.046331 10.0.0.27 - - [2025-11-27 02:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005509 10.0.0.23 - - [2025-11-27 02:40:33] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000993 10.0.0.27 - - [2025-11-27 02:40:33] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.034373 10.0.0.27 - - [2025-11-27 02:40:33] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-10532543&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.005981 10.0.0.27 - - [2025-11-27 02:40:33] "DELETE /network-policy/8b246b47-5fe9-4395-93ce-26b533ebf072 HTTP/1.1" 200 115 0.039914 10.0.0.27 - - [2025-11-27 02:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.23 - - [2025-11-27 02:40:33] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000971 10.0.0.27 - - [2025-11-27 02:40:33] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.040483 10.0.0.27 - - [2025-11-27 02:40:33] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-10532543&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.006192 10.0.0.27 - - [2025-11-27 02:40:33] "DELETE /network-policy/55f39682-a952-41aa-846e-a7b3785af6ee HTTP/1.1" 200 115 0.043777 10.0.0.27 - - [2025-11-27 02:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.007310 10.0.0.23 - - [2025-11-27 02:40:33] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001544 10.0.0.27 - - [2025-11-27 02:40:33] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.059753 10.0.0.27 - - [2025-11-27 02:40:33] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-10532543&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.005927 10.0.0.27 - - [2025-11-27 02:40:33] "DELETE /network-policy/5e067fa1-d5ce-495a-a3c9-872e1eef5ceb HTTP/1.1" 200 115 0.051915 10.0.0.27 - - [2025-11-27 02:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005583 10.0.0.23 - - [2025-11-27 02:40:33] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000957 10.0.0.27 - - [2025-11-27 02:40:33] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.043935 10.0.0.27 - - [2025-11-27 02:40:33] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-10532543&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.004996 10.0.0.27 - - [2025-11-27 02:40:34] "DELETE /network-policy/9e61e2ff-10bf-4745-8177-a84e0e272438 HTTP/1.1" 200 115 0.038811 10.0.0.27 - - [2025-11-27 02:40:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005401 10.0.0.23 - - [2025-11-27 02:40:34] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000954 10.0.0.27 - - [2025-11-27 02:40:34] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.050456 10.0.0.27 - - [2025-11-27 02:40:34] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-10532543&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004848 10.0.0.27 - - [2025-11-27 02:40:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.27 - - [2025-11-27 02:40:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.27 - - [2025-11-27 02:40:34] "DELETE /network-ipam/75f27541-a580-4740-9c70-a200be6115e3 HTTP/1.1" 200 115 0.032472 10.0.0.27 - - [2025-11-27 02:40:34] "POST /fqname-to-id HTTP/1.1" 404 260 0.003412 10.0.0.23 - - [2025-11-27 02:40:34] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000896 10.0.0.23 - - [2025-11-27 02:40:34] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.036145 10.0.0.23 - - [2025-11-27 02:40:34] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001208 10.0.0.23 - - [2025-11-27 02:40:34] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?fields=security_groups HTTP/1.1" 200 1400 0.039107 10.0.0.23 - - [2025-11-27 02:40:35] "DELETE /security-group/ae52952f-c9c7-42bc-9d52-a753dbfe303f HTTP/1.1" 200 115 0.064994 10.0.0.23 - - [2025-11-27 02:40:35] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001030 10.0.0.23 - - [2025-11-27 02:40:35] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?fields=application_policy_sets HTTP/1.1" 200 1439 0.058912 10.0.0.27 - - [2025-11-27 02:40:35] "DELETE /access-control-list/51e5a66e-7fb3-4a99-abe8-ce5d6b5d4325 HTTP/1.1" 200 115 0.061653 10.0.0.27 - - [2025-11-27 02:40:35] "DELETE /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f HTTP/1.1" 200 115 0.398953 10.0.0.23 - - [2025-11-27 02:40:35] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000969 10.0.0.27 - - [2025-11-27 02:40:35] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?fields=projects HTTP/1.1" 200 1439 0.009663 10.0.0.23 - - [2025-11-27 02:40:37] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002800 10.0.0.23 - - [2025-11-27 02:40:37] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000938 10.0.0.23 - - [2025-11-27 02:40:37] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.027797 10.0.0.23 - - [2025-11-27 02:40:38] "POST /id-to-fqname HTTP/1.1" 200 202 0.001136 10.0.0.23 - - [2025-11-27 02:40:38] "POST /fqname-to-id HTTP/1.1" 404 211 0.004169 10.0.0.23 - - [2025-11-27 02:40:38] "POST /security-groups HTTP/1.1" 200 603 0.073242 10.0.0.23 - - [2025-11-27 02:40:38] "POST /projects HTTP/1.1" 200 609 0.272582 10.0.0.27 - - [2025-11-27 02:40:38] "POST /fqname-to-id HTTP/1.1" 404 245 0.008011 10.0.0.23 - - [2025-11-27 02:40:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.343910 10.0.0.27 - - [2025-11-27 02:40:38] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.487302 10.0.0.23 - - [2025-11-27 02:40:38] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000981 10.0.0.27 - - [2025-11-27 02:40:38] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?fields=virtual_networks HTTP/1.1" 200 1057 0.049774 10.0.0.23 - - [2025-11-27 02:40:38] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001454 10.0.0.27 - - [2025-11-27 02:40:38] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.035552 10.0.0.23 - - [2025-11-27 02:40:38] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001051 10.0.0.27 - - [2025-11-27 02:40:38] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?fields=security_groups HTTP/1.1" 200 1295 0.049129 10.0.0.27 - - [2025-11-27 02:40:39] "POST /fqname-to-id HTTP/1.1" 404 194 0.027611 10.0.0.23 - - [2025-11-27 02:40:39] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003979 10.0.0.23 - - [2025-11-27 02:40:39] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001311 10.0.0.23 - - [2025-11-27 02:40:39] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008511 10.0.0.23 - - [2025-11-27 02:40:39] "POST /id-to-fqname HTTP/1.1" 200 196 0.004050 10.0.0.23 - - [2025-11-27 02:40:39] "POST /fqname-to-id HTTP/1.1" 404 205 0.005860 10.0.0.23 - - [2025-11-27 02:40:39] "POST /security-groups HTTP/1.1" 200 597 0.069238 10.0.0.23 - - [2025-11-27 02:40:39] "POST /projects HTTP/1.1" 200 597 0.268721 10.0.0.27 - - [2025-11-27 02:40:39] "POST /access-control-lists HTTP/1.1" 200 602 0.029602 10.0.0.23 - - [2025-11-27 02:40:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.343524 10.0.0.27 - - [2025-11-27 02:40:39] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.474039 10.0.0.27 - - [2025-11-27 02:40:40] "GET / HTTP/1.1" 200 35931 0.001402 10.0.0.27 - - [2025-11-27 02:40:43] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000475 10.0.0.23 - - [2025-11-27 02:40:43] "GET /obj-perms HTTP/1.1" 200 5056 0.081924 10.0.0.23 - - [2025-11-27 02:40:44] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001048 10.0.0.27 - - [2025-11-27 02:40:44] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.354061 10.0.0.27 - - [2025-11-27 02:40:44] "GET / HTTP/1.1" 200 35931 0.001441 10.0.0.27 - - [2025-11-27 02:40:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.23 - - [2025-11-27 02:40:44] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001053 10.0.0.27 - - [2025-11-27 02:40:44] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007790 10.0.0.27 - - [2025-11-27 02:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.23 - - [2025-11-27 02:40:45] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001237 10.0.0.27 - - [2025-11-27 02:40:45] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.042120 10.0.0.27 - - [2025-11-27 02:40:46] "GET /domains HTTP/1.1" 401 292 0.000457 10.0.0.27 - - [2025-11-27 02:40:46] "GET /domains HTTP/1.1" 200 280 0.026518 10.0.0.23 - - [2025-11-27 02:40:46] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000882 10.0.0.27 - - [2025-11-27 02:40:46] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a HTTP/1.1" 200 2972 0.015354 10.0.0.23 - - [2025-11-27 02:40:46] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000830 10.0.0.27 - - [2025-11-27 02:40:46] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a HTTP/1.1" 200 1888 0.079395 10.0.0.27 - - [2025-11-27 02:40:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002822 10.0.0.27 - - [2025-11-27 02:40:46] "POST /network-ipams HTTP/1.1" 200 603 0.022653 10.0.0.27 - - [2025-11-27 02:40:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.003521 10.0.0.27 - - [2025-11-27 02:40:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.27 - - [2025-11-27 02:40:46] "GET /network-ipam/5865bcca-57f1-4eb3-a5e7-db2c9f3677fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.006025 10.0.0.27 - - [2025-11-27 02:40:46] "PUT /network-ipam/5865bcca-57f1-4eb3-a5e7-db2c9f3677fc HTTP/1.1" 200 258 0.014066 10.0.0.27 - - [2025-11-27 02:40:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000542 10.0.0.27 - - [2025-11-27 02:40:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.036936 10.0.0.23 - - [2025-11-27 02:40:47] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001010 10.0.0.27 - - [2025-11-27 02:40:47] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.041115 10.0.0.27 - - [2025-11-27 02:40:47] "POST /neutron/network HTTP/1.1" 200 117 0.036505 10.0.0.27 - - [2025-11-27 02:40:47] "POST /route-targets HTTP/1.1" 200 327 0.013485 10.0.0.23 - - [2025-11-27 02:40:48] "POST /useragent-kv HTTP/1.1" 200 115 0.006240 10.0.0.27 - - [2025-11-27 02:40:48] "POST /neutron/subnet HTTP/1.1" 200 701 0.149888 10.0.0.27 - - [2025-11-27 02:40:48] "POST /id-to-fqname HTTP/1.1" 200 229 0.001372 10.0.0.27 - - [2025-11-27 02:40:48] "GET /virtual-network/9573a019-2f9a-4179-b563-dbb8351228a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.004930 10.0.0.27 - - [2025-11-27 02:40:48] "GET /virtual-network/9573a019-2f9a-4179-b563-dbb8351228a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005920 10.0.0.27 - - [2025-11-27 02:40:48] "POST /neutron/network HTTP/1.1" 200 1074 0.007985 10.0.0.27 - - [2025-11-27 02:40:48] "GET /virtual-network/9573a019-2f9a-4179-b563-dbb8351228a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005272 10.0.0.27 - - [2025-11-27 02:40:49] "GET /obj-perms HTTP/1.1" 200 5013 0.050040 10.0.0.33 - - [2025-11-27 02:40:49] "GET /obj-perms HTTP/1.1" 200 5013 0.056358 10.0.0.27 - - [2025-11-27 02:40:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.23 - - [2025-11-27 02:40:49] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001702 10.0.0.27 - - [2025-11-27 02:40:49] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.043387 10.0.0.27 - - [2025-11-27 02:40:50] "POST /neutron/network HTTP/1.1" 200 117 0.025972 10.0.0.27 - - [2025-11-27 02:40:50] "POST /ref-update HTTP/1.1" 200 156 0.023016 10.0.0.23 - - [2025-11-27 02:40:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004191 10.0.0.27 - - [2025-11-27 02:40:50] "POST /neutron/subnet HTTP/1.1" 200 701 0.180569 10.0.0.27 - - [2025-11-27 02:40:50] "POST /id-to-fqname HTTP/1.1" 200 229 0.001676 10.0.0.27 - - [2025-11-27 02:40:50] "GET /virtual-network/baf609f1-6992-4d4c-ae71-278a7edbfd11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005835 10.0.0.27 - - [2025-11-27 02:40:50] "GET /virtual-network/baf609f1-6992-4d4c-ae71-278a7edbfd11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005946 10.0.0.27 - - [2025-11-27 02:40:50] "POST /neutron/network HTTP/1.1" 200 1074 0.010008 10.0.0.27 - - [2025-11-27 02:40:50] "GET /virtual-network/baf609f1-6992-4d4c-ae71-278a7edbfd11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005373 10.0.0.27 - - [2025-11-27 02:40:51] "POST /fqname-to-id HTTP/1.1" 404 205 0.003765 10.0.0.27 - - [2025-11-27 02:40:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.23 - - [2025-11-27 02:40:51] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001119 10.0.0.27 - - [2025-11-27 02:40:51] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.042483 10.0.0.27 - - [2025-11-27 02:40:51] "POST /network-policys HTTP/1.1" 200 527 0.027520 10.0.0.27 - - [2025-11-27 02:40:51] "GET /network-policy/245f8a8e-7585-415a-88e8-9c62a640541b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.006399 10.0.0.27 - - [2025-11-27 02:40:51] "POST /fqname-to-id HTTP/1.1" 404 205 0.003074 10.0.0.27 - - [2025-11-27 02:40:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.23 - - [2025-11-27 02:40:51] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000936 10.0.0.27 - - [2025-11-27 02:40:51] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.040949 10.0.0.27 - - [2025-11-27 02:40:51] "POST /network-policys HTTP/1.1" 200 527 0.024001 10.0.0.27 - - [2025-11-27 02:40:51] "GET /network-policy/6ce1d4ff-7f62-4607-ac32-c3e0e7645269?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.005814 10.0.0.27 - - [2025-11-27 02:40:52] "POST /fqname-to-id HTTP/1.1" 404 205 0.003282 10.0.0.27 - - [2025-11-27 02:40:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.23 - - [2025-11-27 02:40:52] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000953 10.0.0.27 - - [2025-11-27 02:40:52] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.039060 10.0.0.27 - - [2025-11-27 02:40:52] "POST /network-policys HTTP/1.1" 200 527 0.027595 10.0.0.27 - - [2025-11-27 02:40:52] "GET /network-policy/c84a22fa-fbed-4634-8696-420cb44b0e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.005847 10.0.0.27 - - [2025-11-27 02:40:52] "POST /fqname-to-id HTTP/1.1" 404 205 0.003000 10.0.0.27 - - [2025-11-27 02:40:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.23 - - [2025-11-27 02:40:52] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000931 10.0.0.27 - - [2025-11-27 02:40:52] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.036266 10.0.0.27 - - [2025-11-27 02:40:52] "POST /network-policys HTTP/1.1" 200 527 0.024766 10.0.0.27 - - [2025-11-27 02:40:52] "GET /network-policy/8dbb6e99-3e2f-46e3-8f2d-6adaa2bf46af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006122 10.0.0.27 - - [2025-11-27 02:40:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.004382 10.0.0.27 - - [2025-11-27 02:40:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002509 10.0.0.23 - - [2025-11-27 02:40:52] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000937 10.0.0.27 - - [2025-11-27 02:40:52] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.035862 10.0.0.27 - - [2025-11-27 02:40:52] "POST /network-policys HTTP/1.1" 200 531 0.027002 10.0.0.27 - - [2025-11-27 02:40:53] "GET /network-policy/21ae5b24-3038-4298-806f-424e32aa117b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.006797 10.0.0.27 - - [2025-11-27 02:40:53] "POST /fqname-to-id HTTP/1.1" 404 206 0.002805 10.0.0.27 - - [2025-11-27 02:40:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002421 10.0.0.23 - - [2025-11-27 02:40:53] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000956 10.0.0.27 - - [2025-11-27 02:40:53] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.051745 10.0.0.27 - - [2025-11-27 02:40:53] "POST /network-policys HTTP/1.1" 200 529 0.030204 10.0.0.27 - - [2025-11-27 02:40:53] "GET /network-policy/0a031281-51e3-4357-94d4-81e9f57632af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.005712 10.0.0.27 - - [2025-11-27 02:40:53] "POST /fqname-to-id HTTP/1.1" 404 206 0.003679 10.0.0.27 - - [2025-11-27 02:40:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.23 - - [2025-11-27 02:40:53] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001322 10.0.0.27 - - [2025-11-27 02:40:53] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.047449 10.0.0.27 - - [2025-11-27 02:40:53] "POST /network-policys HTTP/1.1" 200 529 0.038216 10.0.0.27 - - [2025-11-27 02:40:53] "GET /network-policy/bd3b4573-449c-4064-bdee-c646189ba233?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.007028 10.0.0.27 - - [2025-11-27 02:40:53] "POST /fqname-to-id HTTP/1.1" 404 206 0.002923 10.0.0.27 - - [2025-11-27 02:40:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002549 10.0.0.23 - - [2025-11-27 02:40:53] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000967 10.0.0.27 - - [2025-11-27 02:40:53] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.037920 10.0.0.27 - - [2025-11-27 02:40:54] "POST /network-policys HTTP/1.1" 200 529 0.026197 10.0.0.27 - - [2025-11-27 02:40:54] "GET /network-policy/208c317c-7a6a-4ad8-bdc2-1e0bb154b399?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005978 10.0.0.27 - - [2025-11-27 02:40:54] "POST /fqname-to-id HTTP/1.1" 404 206 0.003009 10.0.0.27 - - [2025-11-27 02:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.23 - - [2025-11-27 02:40:54] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001165 10.0.0.27 - - [2025-11-27 02:40:54] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.039421 10.0.0.27 - - [2025-11-27 02:40:54] "POST /network-policys HTTP/1.1" 200 529 0.073663 10.0.0.27 - - [2025-11-27 02:40:54] "GET /network-policy/dd2eb9da-fb14-4c8d-becf-8af0399a823d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.006107 10.0.0.27 - - [2025-11-27 02:40:54] "POST /fqname-to-id HTTP/1.1" 404 208 0.003081 10.0.0.27 - - [2025-11-27 02:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002331 10.0.0.23 - - [2025-11-27 02:40:54] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001111 10.0.0.27 - - [2025-11-27 02:40:54] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.059518 10.0.0.27 - - [2025-11-27 02:40:54] "POST /network-policys HTTP/1.1" 200 533 0.028102 10.0.0.27 - - [2025-11-27 02:40:54] "GET /network-policy/55bd3f06-437c-4367-b4ff-2f6fc5fbdeec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.006442 10.0.0.27 - - [2025-11-27 02:40:55] "POST /neutron/network HTTP/1.1" 200 1074 0.007695 10.0.0.27 - - [2025-11-27 02:40:55] "GET /virtual-network/9573a019-2f9a-4179-b563-dbb8351228a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007634 10.0.0.27 - - [2025-11-27 02:40:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.009792 10.0.0.27 - - [2025-11-27 02:40:55] "GET /network-policy/245f8a8e-7585-415a-88e8-9c62a640541b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.004011 10.0.0.27 - - [2025-11-27 02:40:55] "POST /neutron/network HTTP/1.1" 200 1074 0.011831 10.0.0.27 - - [2025-11-27 02:40:55] "POST /fqname-to-id HTTP/1.1" 404 246 0.004955 10.0.0.27 - - [2025-11-27 02:40:55] "GET /virtual-network/baf609f1-6992-4d4c-ae71-278a7edbfd11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.021335 10.0.0.27 - - [2025-11-27 02:40:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006660 10.0.0.27 - - [2025-11-27 02:40:55] "GET /network-policy/21ae5b24-3038-4298-806f-424e32aa117b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.003910 10.0.0.27 - - [2025-11-27 02:40:55] "POST /id-to-fqname HTTP/1.1" 200 229 0.001297 10.0.0.27 - - [2025-11-27 02:40:56] "POST /neutron/network HTTP/1.1" 200 1167 0.009053 10.0.0.23 - - [2025-11-27 02:40:56] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002209 10.0.0.27 - - [2025-11-27 02:40:56] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.065384 10.0.0.27 - - [2025-11-27 02:40:57] "POST /neutron/port HTTP/1.1" 200 117 0.008207 10.0.0.27 - - [2025-11-27 02:40:57] "POST /id-to-fqname HTTP/1.1" 200 229 0.001427 10.0.0.27 - - [2025-11-27 02:40:57] "POST /neutron/network HTTP/1.1" 200 1167 0.006589 10.0.0.27 - - [2025-11-27 02:40:57] "PUT /access-control-list/99867f91-bbd2-49a7-b0b6-216057b120d4 HTTP/1.1" 200 272 0.058164 10.0.0.27 - - [2025-11-27 02:40:58] "POST /neutron/port HTTP/1.1" 200 1061 0.014903 10.0.0.23 - - [2025-11-27 02:40:58] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000970 10.0.0.27 - - [2025-11-27 02:40:58] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.149505 10.0.0.27 - - [2025-11-27 02:40:58] "POST /neutron/port HTTP/1.1" 200 1089 0.025874 10.0.0.27 - - [2025-11-27 02:40:58] "POST /neutron/port HTTP/1.1" 200 117 0.001698 10.0.0.27 - - [2025-11-27 02:40:58] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006948 10.0.0.27 - - [2025-11-27 02:40:58] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007739 10.0.0.27 - - [2025-11-27 02:40:59] "POST /neutron/port HTTP/1.1" 200 1061 0.015694 10.0.0.27 - - [2025-11-27 02:40:59] "POST /neutron/port HTTP/1.1" 200 1089 0.015014 10.0.0.27 - - [2025-11-27 02:40:59] "POST /neutron/port HTTP/1.1" 200 117 0.001162 10.0.0.27 - - [2025-11-27 02:41:03] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008408 10.0.0.27 - - [2025-11-27 02:41:03] "POST /neutron/port HTTP/1.1" 200 1089 0.015130 10.0.0.27 - - [2025-11-27 02:41:03] "GET /virtual-machine/4ac1ab03-591d-4c7e-8790-3b67e3d8cd71 HTTP/1.1" 401 292 0.000442 10.0.0.27 - - [2025-11-27 02:41:04] "GET /virtual-machine/4ac1ab03-591d-4c7e-8790-3b67e3d8cd71 HTTP/1.1" 200 1297 0.029727 10.0.0.27 - - [2025-11-27 02:41:04] "GET /virtual-machine-interface/615e224f-f9ba-4e22-b0a3-6ee31fd912af HTTP/1.1" 200 2951 0.005416 10.0.0.27 - - [2025-11-27 02:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.27 - - [2025-11-27 02:41:04] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003343 10.0.0.27 - - [2025-11-27 02:41:04] "GET /virtual-networks?parent_id=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002592 10.0.0.27 - - [2025-11-27 02:41:04] "GET /virtual-network/9573a019-2f9a-4179-b563-dbb8351228a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006537 10.0.0.27 - - [2025-11-27 02:41:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.27 - - [2025-11-27 02:41:07] "GET /virtual-network/9573a019-2f9a-4179-b563-dbb8351228a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.004908 10.0.0.27 - - [2025-11-27 02:41:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.27 - - [2025-11-27 02:41:11] "GET /virtual-network/9573a019-2f9a-4179-b563-dbb8351228a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005528 10.0.0.27 - - [2025-11-27 02:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.27 - - [2025-11-27 02:41:15] "GET /virtual-network/9573a019-2f9a-4179-b563-dbb8351228a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005450 10.0.0.27 - - [2025-11-27 02:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.27 - - [2025-11-27 02:41:19] "GET /virtual-network/9573a019-2f9a-4179-b563-dbb8351228a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005378 10.0.0.23 - - [2025-11-27 02:41:22] "DELETE /project/0e669e833cc64c78bfaca09bb812520a HTTP/1.1" 404 173 0.003411 10.0.0.23 - - [2025-11-27 02:41:22] "DELETE /project/96512f52d9c14d46a4c99195ca255d6f HTTP/1.1" 404 173 0.004749 10.0.0.23 - - [2025-11-27 02:41:22] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000776 10.0.0.23 - - [2025-11-27 02:41:22] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.036890 10.0.0.23 - - [2025-11-27 02:41:22] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001062 10.0.0.23 - - [2025-11-27 02:41:22] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?fields=security_groups HTTP/1.1" 200 1400 0.060403 10.0.0.23 - - [2025-11-27 02:41:23] "DELETE /security-group/4ed73eed-fbd6-448a-9e9b-7f173357bd9f HTTP/1.1" 200 115 0.074259 10.0.0.23 - - [2025-11-27 02:41:23] "GET /projects?obj_uuids=96512f52-d9c1-4d46-a4c9-9195ca255d6f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000870 10.0.0.23 - - [2025-11-27 02:41:23] "GET /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f?fields=application_policy_sets HTTP/1.1" 200 1439 0.038320 10.0.0.27 - - [2025-11-27 02:41:23] "DELETE /access-control-list/fa767881-92ac-4718-aa26-3a72ef84fa28 HTTP/1.1" 200 115 0.044478 10.0.0.23 - - [2025-11-27 02:41:23] "DELETE /project/96512f52-d9c1-4d46-a4c9-9195ca255d6f HTTP/1.1" 200 115 0.471847 10.0.0.27 - - [2025-11-27 02:41:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.27 - - [2025-11-27 02:41:23] "GET /virtual-network/9573a019-2f9a-4179-b563-dbb8351228a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005483 10.0.0.27 - - [2025-11-27 02:41:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.27 - - [2025-11-27 02:41:27] "GET /virtual-network/9573a019-2f9a-4179-b563-dbb8351228a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005192 10.0.0.27 - - [2025-11-27 02:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.27 - - [2025-11-27 02:41:32] "GET /virtual-network/9573a019-2f9a-4179-b563-dbb8351228a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005065 10.0.0.27 - - [2025-11-27 02:41:32] "POST /neutron/port HTTP/1.1" 200 1089 0.016870 10.0.0.27 - - [2025-11-27 02:41:32] "POST /neutron/subnet HTTP/1.1" 200 675 0.009888 10.0.0.27 - - [2025-11-27 02:41:33] "POST /neutron/port HTTP/1.1" 200 1089 0.015377 10.0.0.27 - - [2025-11-27 02:41:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005643 10.0.0.27 - - [2025-11-27 02:41:33] "POST /neutron/network HTTP/1.1" 200 1157 0.008165 10.0.0.27 - - [2025-11-27 02:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.27 - - [2025-11-27 02:41:36] "GET /virtual-network/9573a019-2f9a-4179-b563-dbb8351228a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005099 10.0.0.27 - - [2025-11-27 02:41:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.27 - - [2025-11-27 02:41:38] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003735 10.0.0.27 - - [2025-11-27 02:41:38] "GET /virtual-networks?parent_id=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003100 10.0.0.27 - - [2025-11-27 02:41:38] "GET /virtual-network/9573a019-2f9a-4179-b563-dbb8351228a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006723 10.0.0.27 - - [2025-11-27 02:41:43] "POST /neutron/port HTTP/1.1" 200 1089 0.014573 10.0.0.23 - - [2025-11-27 02:41:44] "GET /obj-perms HTTP/1.1" 200 5056 0.054293 10.0.0.27 - - [2025-11-27 02:41:45] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006369 10.0.0.27 - - [2025-11-27 02:41:48] "POST /neutron/port HTTP/1.1" 200 1089 0.016814 10.0.0.27 - - [2025-11-27 02:41:53] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007109 10.0.0.27 - - [2025-11-27 02:41:54] "POST /neutron/port HTTP/1.1" 200 1089 0.013043 10.0.0.27 - - [2025-11-27 02:41:54] "GET /virtual-machine/20929bf0-7ea0-4eac-9bfb-29095ac667ce HTTP/1.1" 200 1298 0.005253 10.0.0.27 - - [2025-11-27 02:41:54] "GET /virtual-machine-interface/8a8e87e0-8cda-4a79-8572-d5c01d883b64 HTTP/1.1" 200 2950 0.005173 10.0.0.27 - - [2025-11-27 02:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.27 - - [2025-11-27 02:41:54] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003869 10.0.0.27 - - [2025-11-27 02:41:54] "GET /virtual-networks?parent_id=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004195 10.0.0.27 - - [2025-11-27 02:41:54] "GET /virtual-network/baf609f1-6992-4d4c-ae71-278a7edbfd11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006040 10.0.0.27 - - [2025-11-27 02:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.008379 10.0.0.27 - - [2025-11-27 02:41:55] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003675 10.0.0.27 - - [2025-11-27 02:41:55] "GET /virtual-networks?parent_id=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002803 10.0.0.27 - - [2025-11-27 02:41:55] "GET /virtual-network/baf609f1-6992-4d4c-ae71-278a7edbfd11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.005154 10.0.0.27 - - [2025-11-27 02:41:55] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007185 10.0.0.27 - - [2025-11-27 02:42:01] "POST /neutron/port HTTP/1.1" 200 1089 0.090613 10.0.0.27 - - [2025-11-27 02:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.27 - - [2025-11-27 02:42:01] "GET /network-policy/21ae5b24-3038-4298-806f-424e32aa117b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.004305 10.0.0.27 - - [2025-11-27 02:42:01] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007210 10.0.0.27 - - [2025-11-27 02:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.27 - - [2025-11-27 02:42:01] "GET /network-policy/245f8a8e-7585-415a-88e8-9c62a640541b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.003405 10.0.0.27 - - [2025-11-27 02:42:01] "POST /neutron/network HTTP/1.1" 200 1157 0.012239 10.0.0.27 - - [2025-11-27 02:42:01] "GET /virtual-network/9573a019-2f9a-4179-b563-dbb8351228a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007006 10.0.0.27 - - [2025-11-27 02:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004687 10.0.0.27 - - [2025-11-27 02:42:01] "GET /network-policy/6ce1d4ff-7f62-4607-ac32-c3e0e7645269?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004135 10.0.0.23 - - [2025-11-27 02:42:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.23 - - [2025-11-27 02:42:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.23 - - [2025-11-27 02:42:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.23 - - [2025-11-27 02:42:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.33 - - [2025-11-27 02:42:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.33 - - [2025-11-27 02:42:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.27 - - [2025-11-27 02:42:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.27 - - [2025-11-27 02:42:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.33 - - [2025-11-27 02:42:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000818 10.0.0.33 - - [2025-11-27 02:42:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.27 - - [2025-11-27 02:42:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.27 - - [2025-11-27 02:42:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.27 - - [2025-11-27 02:42:33] "POST /neutron/network HTTP/1.1" 200 1167 0.035398 10.0.0.27 - - [2025-11-27 02:42:33] "POST /neutron/port HTTP/1.1" 200 117 0.001031 10.0.0.27 - - [2025-11-27 02:42:34] "POST /neutron/port HTTP/1.1" 200 1089 0.041312 10.0.0.27 - - [2025-11-27 02:42:35] "POST /neutron/subnet HTTP/1.1" 200 675 0.010818 10.0.0.33 - - [2025-11-27 02:42:45] "GET /obj-perms HTTP/1.1" 200 5056 0.060929 10.0.0.27 - - [2025-11-27 02:43:02] "POST /neutron/network HTTP/1.1" 200 1157 0.008210 10.0.0.27 - - [2025-11-27 02:43:02] "POST /ref-update HTTP/1.1" 200 156 0.036758 10.0.0.27 - - [2025-11-27 02:43:02] "GET /virtual-network/9573a019-2f9a-4179-b563-dbb8351228a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.006391 10.0.0.27 - - [2025-11-27 02:43:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.27 - - [2025-11-27 02:43:02] "GET /network-policy/55bd3f06-437c-4367-b4ff-2f6fc5fbdeec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.003527 10.0.0.27 - - [2025-11-27 02:43:10] "POST /neutron/network HTTP/1.1" 200 1160 0.008407 10.0.0.27 - - [2025-11-27 02:43:11] "GET /virtual-network/9573a019-2f9a-4179-b563-dbb8351228a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.008431 10.0.0.27 - - [2025-11-27 02:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.27 - - [2025-11-27 02:43:11] "GET /network-policy/c84a22fa-fbed-4634-8696-420cb44b0e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.003994 10.0.0.27 - - [2025-11-27 02:43:19] "POST /neutron/network HTTP/1.1" 200 1157 0.008590 10.0.0.27 - - [2025-11-27 02:43:19] "PUT /access-control-list/99867f91-bbd2-49a7-b0b6-216057b120d4 HTTP/1.1" 200 272 0.066207 10.0.0.27 - - [2025-11-27 02:43:19] "GET /virtual-network/9573a019-2f9a-4179-b563-dbb8351228a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007239 10.0.0.27 - - [2025-11-27 02:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119 10.0.0.27 - - [2025-11-27 02:43:19] "GET /network-policy/8dbb6e99-3e2f-46e3-8f2d-6adaa2bf46af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.003885 10.0.0.27 - - [2025-11-27 02:43:27] "POST /neutron/network HTTP/1.1" 200 1157 0.008533 10.0.0.27 - - [2025-11-27 02:43:27] "GET /virtual-network/9573a019-2f9a-4179-b563-dbb8351228a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.007327 10.0.0.27 - - [2025-11-27 02:43:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.015821 10.0.0.27 - - [2025-11-27 02:43:27] "GET /network-policy/0a031281-51e3-4357-94d4-81e9f57632af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.003929 10.0.0.27 - - [2025-11-27 02:43:35] "POST /neutron/port HTTP/1.1" 200 1089 0.013343 10.0.0.27 - - [2025-11-27 02:43:35] "POST /neutron/network HTTP/1.1" 200 1169 0.006899 10.0.0.27 - - [2025-11-27 02:43:35] "POST /neutron/subnet HTTP/1.1" 200 675 0.010206 10.0.0.27 - - [2025-11-27 02:43:35] "POST /neutron/network HTTP/1.1" 200 1159 0.007383 10.0.0.27 - - [2025-11-27 02:43:36] "POST /neutron/port HTTP/1.1" 200 117 0.001154 10.0.0.27 - - [2025-11-27 02:43:36] "POST /neutron/network HTTP/1.1" 200 1158 0.076046 10.0.0.27 - - [2025-11-27 02:43:36] "GET /virtual-network/9573a019-2f9a-4179-b563-dbb8351228a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005141 10.0.0.27 - - [2025-11-27 02:43:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002282 10.0.0.27 - - [2025-11-27 02:43:36] "PUT /access-control-list/99867f91-bbd2-49a7-b0b6-216057b120d4 HTTP/1.1" 200 272 0.073621 10.0.0.27 - - [2025-11-27 02:43:36] "GET /network-policy/bd3b4573-449c-4064-bdee-c646189ba233?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.003879 10.0.0.27 - - [2025-11-27 02:43:44] "POST /neutron/network HTTP/1.1" 200 1158 0.063780 10.0.0.27 - - [2025-11-27 02:43:44] "GET /virtual-network/9573a019-2f9a-4179-b563-dbb8351228a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005311 10.0.0.27 - - [2025-11-27 02:43:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002478 10.0.0.27 - - [2025-11-27 02:43:44] "GET /network-policy/208c317c-7a6a-4ad8-bdc2-1e0bb154b399?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.014051 10.0.0.27 - - [2025-11-27 02:43:46] "GET /obj-perms HTTP/1.1" 200 5056 0.044240 10.0.0.27 - - [2025-11-27 02:43:53] "PUT /access-control-list/99867f91-bbd2-49a7-b0b6-216057b120d4 HTTP/1.1" 200 272 0.016065 10.0.0.27 - - [2025-11-27 02:43:53] "POST /neutron/network HTTP/1.1" 200 1158 0.088160 10.0.0.27 - - [2025-11-27 02:43:53] "GET /virtual-network/9573a019-2f9a-4179-b563-dbb8351228a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005837 10.0.0.27 - - [2025-11-27 02:43:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.27 - - [2025-11-27 02:43:53] "GET /network-policy/dd2eb9da-fb14-4c8d-becf-8af0399a823d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.004071 10.0.0.27 - - [2025-11-27 02:44:00] "GET /virtual-network/9573a019-2f9a-4179-b563-dbb8351228a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005518 10.0.0.27 - - [2025-11-27 02:44:00] "POST /neutron/network HTTP/1.1" 200 1074 0.074351 10.0.0.27 - - [2025-11-27 02:44:00] "GET /virtual-network/9573a019-2f9a-4179-b563-dbb8351228a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005730 10.0.0.27 - - [2025-11-27 02:44:00] "GET /virtual-machine/20929bf0-7ea0-4eac-9bfb-29095ac667ce HTTP/1.1" 200 1298 0.003504 10.0.0.27 - - [2025-11-27 02:44:01] "POST /neutron/port HTTP/1.1" 200 1115 0.010999 10.0.0.27 - - [2025-11-27 02:44:02] "GET /virtual-machine/20929bf0-7ea0-4eac-9bfb-29095ac667ce HTTP/1.1" 404 171 0.003222 10.0.0.27 - - [2025-11-27 02:44:02] "GET /virtual-machine/20929bf0-7ea0-4eac-9bfb-29095ac667ce HTTP/1.1" 404 171 0.003098 10.0.0.27 - - [2025-11-27 02:44:02] "GET /virtual-machine/20929bf0-7ea0-4eac-9bfb-29095ac667ce HTTP/1.1" 404 171 0.002756 10.0.0.27 - - [2025-11-27 02:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004868 10.0.0.27 - - [2025-11-27 02:44:03] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003721 10.0.0.27 - - [2025-11-27 02:44:03] "GET /virtual-networks?parent_id=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003907 10.0.0.27 - - [2025-11-27 02:44:03] "GET /virtual-network/baf609f1-6992-4d4c-ae71-278a7edbfd11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.005384 10.0.0.27 - - [2025-11-27 02:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.27 - - [2025-11-27 02:44:03] "GET /routing-instance/fe3f1718-e317-4a03-888b-c40e36793207?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.004288 10.0.0.27 - - [2025-11-27 02:44:03] "GET /route-target/bd89e71b-2463-4c1a-805e-7a375d6cb360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004074 10.0.0.27 - - [2025-11-27 02:44:09] "GET /obj-perms HTTP/1.1" 200 5013 0.003973 10.0.0.33 - - [2025-11-27 02:44:09] "GET /obj-perms HTTP/1.1" 200 5013 0.003659 10.0.0.27 - - [2025-11-27 02:44:18] "GET /obj-perms HTTP/1.1" 200 5013 0.003677 10.0.0.33 - - [2025-11-27 02:44:18] "GET /obj-perms HTTP/1.1" 200 5013 0.003472 10.0.0.27 - - [2025-11-27 02:44:28] "GET /obj-perms HTTP/1.1" 200 5013 0.003454 10.0.0.33 - - [2025-11-27 02:44:28] "GET /obj-perms HTTP/1.1" 200 5013 0.003545 10.0.0.27 - - [2025-11-27 02:44:31] "GET /obj-perms HTTP/1.1" 200 5013 0.003424 10.0.0.27 - - [2025-11-27 02:44:31] "GET /virtual-machine/4ac1ab03-591d-4c7e-8790-3b67e3d8cd71 HTTP/1.1" 200 1297 0.003595 10.0.0.27 - - [2025-11-27 02:44:31] "POST /neutron/port HTTP/1.1" 200 1115 0.010603 10.0.0.27 - - [2025-11-27 02:44:33] "GET /virtual-machine/4ac1ab03-591d-4c7e-8790-3b67e3d8cd71 HTTP/1.1" 404 171 0.003212 10.0.0.27 - - [2025-11-27 02:44:33] "GET /virtual-machine/4ac1ab03-591d-4c7e-8790-3b67e3d8cd71 HTTP/1.1" 404 171 0.002419 10.0.0.27 - - [2025-11-27 02:44:33] "GET /virtual-machine/4ac1ab03-591d-4c7e-8790-3b67e3d8cd71 HTTP/1.1" 404 171 0.002621 10.0.0.27 - - [2025-11-27 02:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.27 - - [2025-11-27 02:44:33] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003184 10.0.0.27 - - [2025-11-27 02:44:33] "GET /virtual-networks?parent_id=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002576 10.0.0.27 - - [2025-11-27 02:44:33] "GET /virtual-network/9573a019-2f9a-4179-b563-dbb8351228a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005859 10.0.0.27 - - [2025-11-27 02:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.27 - - [2025-11-27 02:44:33] "GET /routing-instance/8b9371b7-3165-4123-a865-915017577c65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.003932 10.0.0.27 - - [2025-11-27 02:44:33] "GET /route-target/16fb03dd-f424-42b7-9453-c64da9356477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004005 10.0.0.33 - - [2025-11-27 02:44:33] "GET /obj-perms HTTP/1.1" 200 5013 0.004981 10.0.0.27 - - [2025-11-27 02:44:39] "GET /obj-perms HTTP/1.1" 200 5013 0.003448 10.0.0.33 - - [2025-11-27 02:44:42] "GET /obj-perms HTTP/1.1" 200 5013 0.004460 10.0.0.23 - - [2025-11-27 02:44:46] "GET /obj-perms HTTP/1.1" 200 5056 0.044580 10.0.0.27 - - [2025-11-27 02:44:49] "GET /obj-perms HTTP/1.1" 200 5013 0.003377 10.0.0.33 - - [2025-11-27 02:44:49] "GET /obj-perms HTTP/1.1" 200 5013 0.003924 10.0.0.27 - - [2025-11-27 02:44:58] "GET /obj-perms HTTP/1.1" 200 5013 0.003663 10.0.0.33 - - [2025-11-27 02:44:58] "GET /obj-perms HTTP/1.1" 200 5013 0.003271 10.0.0.27 - - [2025-11-27 02:45:01] "GET /obj-perms HTTP/1.1" 200 5013 0.003546 10.0.0.27 - - [2025-11-27 02:45:01] "GET /virtual-network/baf609f1-6992-4d4c-ae71-278a7edbfd11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.005497 10.0.0.27 - - [2025-11-27 02:45:01] "POST /neutron/network HTTP/1.1" 200 1074 0.073290 10.0.0.27 - - [2025-11-27 02:45:01] "DELETE /access-control-list/8329c26e-45e0-4df6-bab1-9269dabe7b84 HTTP/1.1" 200 115 0.048212 10.0.0.27 - - [2025-11-27 02:45:01] "GET /virtual-network/baf609f1-6992-4d4c-ae71-278a7edbfd11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.008184 10.0.0.27 - - [2025-11-27 02:45:01] "DELETE /network-policy/55bd3f06-437c-4367-b4ff-2f6fc5fbdeec HTTP/1.1" 200 115 0.034275 10.0.0.27 - - [2025-11-27 02:45:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.008097 10.0.0.23 - - [2025-11-27 02:45:02] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.032306 10.0.0.27 - - [2025-11-27 02:45:02] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.072274 10.0.0.27 - - [2025-11-27 02:45:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-56166696&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.005524 10.0.0.27 - - [2025-11-27 02:45:02] "DELETE /network-policy/dd2eb9da-fb14-4c8d-becf-8af0399a823d HTTP/1.1" 200 115 0.036537 10.0.0.27 - - [2025-11-27 02:45:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.23 - - [2025-11-27 02:45:02] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000925 10.0.0.27 - - [2025-11-27 02:45:02] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.034224 10.0.0.27 - - [2025-11-27 02:45:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-56166696&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.005241 10.0.0.27 - - [2025-11-27 02:45:02] "DELETE /network-policy/208c317c-7a6a-4ad8-bdc2-1e0bb154b399 HTTP/1.1" 200 115 0.038205 10.0.0.27 - - [2025-11-27 02:45:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.23 - - [2025-11-27 02:45:02] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000921 10.0.0.27 - - [2025-11-27 02:45:02] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.036350 10.0.0.27 - - [2025-11-27 02:45:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-56166696&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.005155 10.0.0.27 - - [2025-11-27 02:45:02] "DELETE /network-policy/bd3b4573-449c-4064-bdee-c646189ba233 HTTP/1.1" 200 115 0.036581 10.0.0.27 - - [2025-11-27 02:45:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002478 10.0.0.23 - - [2025-11-27 02:45:02] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000880 10.0.0.27 - - [2025-11-27 02:45:02] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.039855 10.0.0.27 - - [2025-11-27 02:45:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-56166696&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.004990 10.0.0.27 - - [2025-11-27 02:45:02] "DELETE /network-policy/0a031281-51e3-4357-94d4-81e9f57632af HTTP/1.1" 200 115 0.031452 10.0.0.27 - - [2025-11-27 02:45:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.23 - - [2025-11-27 02:45:02] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000889 10.0.0.27 - - [2025-11-27 02:45:02] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.043315 10.0.0.27 - - [2025-11-27 02:45:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-56166696&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.004944 10.0.0.27 - - [2025-11-27 02:45:02] "DELETE /network-policy/21ae5b24-3038-4298-806f-424e32aa117b HTTP/1.1" 200 115 0.031228 10.0.0.27 - - [2025-11-27 02:45:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.23 - - [2025-11-27 02:45:02] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000868 10.0.0.27 - - [2025-11-27 02:45:03] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.036836 10.0.0.27 - - [2025-11-27 02:45:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-56166696&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.005148 10.0.0.27 - - [2025-11-27 02:45:03] "DELETE /network-policy/8dbb6e99-3e2f-46e3-8f2d-6adaa2bf46af HTTP/1.1" 200 115 0.035478 10.0.0.27 - - [2025-11-27 02:45:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002573 10.0.0.23 - - [2025-11-27 02:45:03] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000885 10.0.0.27 - - [2025-11-27 02:45:03] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.041071 10.0.0.27 - - [2025-11-27 02:45:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-56166696&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.005031 10.0.0.27 - - [2025-11-27 02:45:03] "DELETE /network-policy/c84a22fa-fbed-4634-8696-420cb44b0e0d HTTP/1.1" 200 115 0.037222 10.0.0.27 - - [2025-11-27 02:45:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004915 10.0.0.23 - - [2025-11-27 02:45:03] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000928 10.0.0.27 - - [2025-11-27 02:45:03] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.033674 10.0.0.27 - - [2025-11-27 02:45:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-56166696&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.005111 10.0.0.27 - - [2025-11-27 02:45:03] "DELETE /network-policy/6ce1d4ff-7f62-4607-ac32-c3e0e7645269 HTTP/1.1" 200 115 0.033072 10.0.0.27 - - [2025-11-27 02:45:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002547 10.0.0.23 - - [2025-11-27 02:45:03] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000894 10.0.0.27 - - [2025-11-27 02:45:03] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.042938 10.0.0.27 - - [2025-11-27 02:45:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-56166696&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.004471 10.0.0.27 - - [2025-11-27 02:45:03] "DELETE /network-policy/245f8a8e-7585-415a-88e8-9c62a640541b HTTP/1.1" 200 115 0.030855 10.0.0.27 - - [2025-11-27 02:45:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002608 10.0.0.23 - - [2025-11-27 02:45:03] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000895 10.0.0.27 - - [2025-11-27 02:45:03] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.038120 10.0.0.27 - - [2025-11-27 02:45:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-56166696&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004943 10.0.0.23 - - [2025-11-27 02:45:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002314 10.0.0.23 - - [2025-11-27 02:45:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002449 10.0.0.23 - - [2025-11-27 02:45:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001906 10.0.0.23 - - [2025-11-27 02:45:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002311 10.0.0.27 - - [2025-11-27 02:45:04] "POST /neutron/network HTTP/1.1" 200 151 0.139934 10.0.0.27 - - [2025-11-27 02:45:04] "DELETE /route-target/bd89e71b-2463-4c1a-805e-7a375d6cb360 HTTP/1.1" 200 115 0.024580 10.0.0.27 - - [2025-11-27 02:45:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.27 - - [2025-11-27 02:45:04] "DELETE /network-ipam/5865bcca-57f1-4eb3-a5e7-db2c9f3677fc HTTP/1.1" 200 115 0.030656 10.0.0.27 - - [2025-11-27 02:45:04] "POST /fqname-to-id HTTP/1.1" 404 248 0.002906 10.0.0.23 - - [2025-11-27 02:45:04] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000817 10.0.0.23 - - [2025-11-27 02:45:04] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.031545 10.0.0.23 - - [2025-11-27 02:45:04] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000896 10.0.0.23 - - [2025-11-27 02:45:04] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?fields=security_groups HTTP/1.1" 200 1381 0.081806 10.0.0.23 - - [2025-11-27 02:45:05] "DELETE /security-group/52c76cc9-265c-4703-bcb9-0a720282db4c HTTP/1.1" 200 115 0.046424 10.0.0.23 - - [2025-11-27 02:45:05] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001036 10.0.0.27 - - [2025-11-27 02:45:05] "DELETE /access-control-list/8d51cf78-541c-47e5-8376-89ccd99ac9d4 HTTP/1.1" 200 115 0.032364 10.0.0.23 - - [2025-11-27 02:45:05] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?fields=application_policy_sets HTTP/1.1" 200 1420 0.047115 10.0.0.27 - - [2025-11-27 02:45:05] "DELETE /project/0e669e83-3cc6-4c78-bfac-a09bb812520a HTTP/1.1" 200 115 0.395869 10.0.0.23 - - [2025-11-27 02:45:05] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000887 10.0.0.27 - - [2025-11-27 02:45:05] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?fields=projects HTTP/1.1" 200 1439 0.009152 10.0.0.23 - - [2025-11-27 02:45:06] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005006 10.0.0.23 - - [2025-11-27 02:45:06] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000838 10.0.0.23 - - [2025-11-27 02:45:06] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.049903 10.0.0.23 - - [2025-11-27 02:45:06] "POST /id-to-fqname HTTP/1.1" 200 196 0.003686 10.0.0.23 - - [2025-11-27 02:45:06] "POST /fqname-to-id HTTP/1.1" 404 205 0.003856 10.0.0.23 - - [2025-11-27 02:45:06] "POST /security-groups HTTP/1.1" 200 597 0.076487 10.0.0.23 - - [2025-11-27 02:45:06] "POST /projects HTTP/1.1" 200 597 0.277569 10.0.0.27 - - [2025-11-27 02:45:07] "POST /access-control-lists HTTP/1.1" 200 602 0.026608 10.0.0.23 - - [2025-11-27 02:45:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.352721 10.0.0.27 - - [2025-11-27 02:45:07] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.503129 10.0.0.23 - - [2025-11-27 02:45:07] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000795 10.0.0.27 - - [2025-11-27 02:45:07] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?fields=virtual_networks HTTP/1.1" 200 1044 0.048090 10.0.0.23 - - [2025-11-27 02:45:07] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000864 10.0.0.27 - - [2025-11-27 02:45:07] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.039951 10.0.0.23 - - [2025-11-27 02:45:07] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000915 10.0.0.27 - - [2025-11-27 02:45:07] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?fields=security_groups HTTP/1.1" 200 1276 0.036819 10.0.0.27 - - [2025-11-27 02:45:08] "POST /fqname-to-id HTTP/1.1" 404 200 0.028730 10.0.0.23 - - [2025-11-27 02:45:08] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003239 10.0.0.23 - - [2025-11-27 02:45:08] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000853 10.0.0.23 - - [2025-11-27 02:45:08] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006324 10.0.0.23 - - [2025-11-27 02:45:08] "POST /id-to-fqname HTTP/1.1" 200 202 0.002978 10.0.0.23 - - [2025-11-27 02:45:08] "POST /fqname-to-id HTTP/1.1" 404 211 0.005475 10.0.0.23 - - [2025-11-27 02:45:08] "POST /security-groups HTTP/1.1" 200 603 0.027328 10.0.0.27 - - [2025-11-27 02:45:08] "POST /fqname-to-id HTTP/1.1" 404 246 0.003427 10.0.0.23 - - [2025-11-27 02:45:08] "POST /projects HTTP/1.1" 200 609 0.219457 10.0.0.23 - - [2025-11-27 02:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.292662 10.0.0.27 - - [2025-11-27 02:45:08] "POST /access-control-lists HTTP/1.1" 200 606 0.026120 10.0.0.27 - - [2025-11-27 02:45:08] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.428875 10.0.0.27 - - [2025-11-27 02:45:09] "GET / HTTP/1.1" 200 35931 0.001381 10.0.0.27 - - [2025-11-27 02:45:11] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000541 10.0.0.23 - - [2025-11-27 02:45:12] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000931 10.0.0.27 - - [2025-11-27 02:45:12] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.069685 10.0.0.27 - - [2025-11-27 02:45:12] "GET / HTTP/1.1" 200 35931 0.001762 10.0.0.27 - - [2025-11-27 02:45:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.23 - - [2025-11-27 02:45:13] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000840 10.0.0.27 - - [2025-11-27 02:45:13] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006351 10.0.0.27 - - [2025-11-27 02:45:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.23 - - [2025-11-27 02:45:13] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000880 10.0.0.27 - - [2025-11-27 02:45:13] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.039987 10.0.0.27 - - [2025-11-27 02:45:14] "GET /domains HTTP/1.1" 401 292 0.000384 10.0.0.27 - - [2025-11-27 02:45:14] "GET /domains HTTP/1.1" 200 280 0.027367 10.0.0.23 - - [2025-11-27 02:45:14] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000886 10.0.0.27 - - [2025-11-27 02:45:14] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a HTTP/1.1" 200 2972 0.009517 10.0.0.23 - - [2025-11-27 02:45:14] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000816 10.0.0.27 - - [2025-11-27 02:45:14] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7 HTTP/1.1" 200 1925 0.087173 10.0.0.27 - - [2025-11-27 02:45:14] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003056 10.0.0.27 - - [2025-11-27 02:45:14] "POST /network-ipams HTTP/1.1" 200 621 0.025362 10.0.0.27 - - [2025-11-27 02:45:14] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.002970 10.0.0.27 - - [2025-11-27 02:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.27 - - [2025-11-27 02:45:14] "GET /network-ipam/b83bd8a2-687c-4f6a-8b53-b25fdf259a57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.017493 10.0.0.27 - - [2025-11-27 02:45:14] "PUT /network-ipam/b83bd8a2-687c-4f6a-8b53-b25fdf259a57 HTTP/1.1" 200 258 0.014623 10.0.0.27 - - [2025-11-27 02:45:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000396 10.0.0.27 - - [2025-11-27 02:45:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.025304 10.0.0.23 - - [2025-11-27 02:45:15] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000872 10.0.0.27 - - [2025-11-27 02:45:15] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.054715 10.0.0.27 - - [2025-11-27 02:45:15] "POST /neutron/network HTTP/1.1" 200 117 0.034635 10.0.0.23 - - [2025-11-27 02:45:16] "POST /useragent-kv HTTP/1.1" 200 115 0.006881 10.0.0.27 - - [2025-11-27 02:45:16] "POST /neutron/subnet HTTP/1.1" 200 701 0.172924 10.0.0.27 - - [2025-11-27 02:45:16] "POST /id-to-fqname HTTP/1.1" 200 235 0.001261 10.0.0.27 - - [2025-11-27 02:45:16] "GET /virtual-network/bc5cc1b4-9f85-4501-a122-06961e550e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006714 10.0.0.27 - - [2025-11-27 02:45:16] "POST /neutron/network HTTP/1.1" 200 1337 0.009543 10.0.0.27 - - [2025-11-27 02:45:16] "GET /virtual-network/bc5cc1b4-9f85-4501-a122-06961e550e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.004942 10.0.0.27 - - [2025-11-27 02:45:16] "POST /neutron/subnet HTTP/1.1" 200 701 0.008686 10.0.0.27 - - [2025-11-27 02:45:17] "GET /virtual-network/bc5cc1b4-9f85-4501-a122-06961e550e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005177 10.0.0.33 - - [2025-11-27 02:45:18] "GET /obj-perms HTTP/1.1" 200 5019 0.057493 10.0.0.27 - - [2025-11-27 02:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.23 - - [2025-11-27 02:45:18] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000843 10.0.0.27 - - [2025-11-27 02:45:18] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.032689 10.0.0.23 - - [2025-11-27 02:45:18] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001009 10.0.0.27 - - [2025-11-27 02:45:18] "POST /neutron/network HTTP/1.1" 200 623 0.109838 10.0.0.27 - - [2025-11-27 02:45:18] "POST /route-targets HTTP/1.1" 200 327 0.012587 10.0.0.23 - - [2025-11-27 02:45:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004833 10.0.0.27 - - [2025-11-27 02:45:19] "POST /neutron/subnet HTTP/1.1" 200 823 0.164905 10.0.0.27 - - [2025-11-27 02:45:19] "POST /id-to-fqname HTTP/1.1" 200 235 0.001239 10.0.0.27 - - [2025-11-27 02:45:19] "GET /virtual-network/3c98955e-153e-4258-bc2b-c7938e283818?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.005551 10.0.0.27 - - [2025-11-27 02:45:19] "GET /virtual-network/3c98955e-153e-4258-bc2b-c7938e283818?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.005134 10.0.0.27 - - [2025-11-27 02:45:19] "POST /neutron/network HTTP/1.1" 200 1336 0.010423 10.0.0.27 - - [2025-11-27 02:45:19] "POST /neutron/subnet HTTP/1.1" 200 823 0.009011 10.0.0.27 - - [2025-11-27 02:45:19] "GET /virtual-network/3c98955e-153e-4258-bc2b-c7938e283818?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.005576 10.0.0.23 - - [2025-11-27 02:45:20] "GET /obj-perms HTTP/1.1" 200 5019 0.057707 10.0.0.27 - - [2025-11-27 02:45:20] "POST /fqname-to-id HTTP/1.1" 404 211 0.003018 10.0.0.27 - - [2025-11-27 02:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002586 10.0.0.23 - - [2025-11-27 02:45:20] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000946 10.0.0.27 - - [2025-11-27 02:45:20] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.038561 10.0.0.27 - - [2025-11-27 02:45:20] "POST /network-policys HTTP/1.1" 200 533 0.025417 10.0.0.27 - - [2025-11-27 02:45:20] "GET /network-policy/339b0b99-e6c6-4092-a5a7-dee4e3ab5e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006864 10.0.0.27 - - [2025-11-27 02:45:20] "POST /fqname-to-id HTTP/1.1" 404 211 0.003059 10.0.0.27 - - [2025-11-27 02:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.23 - - [2025-11-27 02:45:20] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000904 10.0.0.27 - - [2025-11-27 02:45:20] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.044604 10.0.0.27 - - [2025-11-27 02:45:20] "POST /network-policys HTTP/1.1" 200 533 0.026606 10.0.0.27 - - [2025-11-27 02:45:20] "GET /network-policy/2351b8bd-ff1c-4a4a-975f-c6e7472b9653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.012448 10.0.0.27 - - [2025-11-27 02:45:20] "POST /fqname-to-id HTTP/1.1" 404 211 0.002752 10.0.0.27 - - [2025-11-27 02:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.23 - - [2025-11-27 02:45:20] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000890 10.0.0.27 - - [2025-11-27 02:45:21] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.046128 10.0.0.27 - - [2025-11-27 02:45:21] "POST /network-policys HTTP/1.1" 200 533 0.032842 10.0.0.27 - - [2025-11-27 02:45:21] "GET /network-policy/44b3b0aa-6747-4cdf-ab75-d8a95a9ed37c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.007417 10.0.0.27 - - [2025-11-27 02:45:21] "POST /fqname-to-id HTTP/1.1" 404 211 0.002870 10.0.0.27 - - [2025-11-27 02:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002377 10.0.0.23 - - [2025-11-27 02:45:21] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000866 10.0.0.27 - - [2025-11-27 02:45:21] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.033648 10.0.0.27 - - [2025-11-27 02:45:21] "POST /network-policys HTTP/1.1" 200 533 0.026469 10.0.0.27 - - [2025-11-27 02:45:21] "GET /network-policy/254257ae-6adf-47e6-8e04-11971c42de37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.030499 10.0.0.27 - - [2025-11-27 02:45:21] "POST /fqname-to-id HTTP/1.1" 404 213 0.003019 10.0.0.27 - - [2025-11-27 02:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002655 10.0.0.23 - - [2025-11-27 02:45:21] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000908 10.0.0.27 - - [2025-11-27 02:45:21] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.034353 10.0.0.27 - - [2025-11-27 02:45:21] "POST /network-policys HTTP/1.1" 200 537 0.035808 10.0.0.27 - - [2025-11-27 02:45:21] "GET /network-policy/08b044f7-989b-4185-bade-50312ccfc591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.005411 10.0.0.27 - - [2025-11-27 02:45:21] "POST /fqname-to-id HTTP/1.1" 404 212 0.002841 10.0.0.27 - - [2025-11-27 02:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002477 10.0.0.23 - - [2025-11-27 02:45:22] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000873 10.0.0.27 - - [2025-11-27 02:45:22] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.036418 10.0.0.27 - - [2025-11-27 02:45:22] "POST /network-policys HTTP/1.1" 200 535 0.025190 10.0.0.27 - - [2025-11-27 02:45:22] "GET /network-policy/6d0a95c2-f0a0-4099-8db6-5b1aefbaf449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.005888 10.0.0.27 - - [2025-11-27 02:45:22] "POST /fqname-to-id HTTP/1.1" 404 212 0.003013 10.0.0.27 - - [2025-11-27 02:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.23 - - [2025-11-27 02:45:22] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000931 10.0.0.27 - - [2025-11-27 02:45:22] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.036043 10.0.0.27 - - [2025-11-27 02:45:22] "POST /network-policys HTTP/1.1" 200 535 0.026372 10.0.0.27 - - [2025-11-27 02:45:22] "GET /network-policy/b9555787-f601-4211-aeac-d9cd01f83ea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.006505 10.0.0.27 - - [2025-11-27 02:45:22] "POST /fqname-to-id HTTP/1.1" 404 212 0.002959 10.0.0.27 - - [2025-11-27 02:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.23 - - [2025-11-27 02:45:22] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000867 10.0.0.27 - - [2025-11-27 02:45:22] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.037238 10.0.0.27 - - [2025-11-27 02:45:22] "POST /network-policys HTTP/1.1" 200 535 0.026594 10.0.0.27 - - [2025-11-27 02:45:22] "GET /network-policy/34e5b456-0872-42ff-9aef-b15565fd3979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.005886 10.0.0.27 - - [2025-11-27 02:45:23] "POST /fqname-to-id HTTP/1.1" 404 212 0.002725 10.0.0.27 - - [2025-11-27 02:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005595 10.0.0.23 - - [2025-11-27 02:45:23] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000884 10.0.0.27 - - [2025-11-27 02:45:23] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.048889 10.0.0.27 - - [2025-11-27 02:45:23] "POST /network-policys HTTP/1.1" 200 535 0.025884 10.0.0.27 - - [2025-11-27 02:45:23] "GET /network-policy/7018ec8d-1198-4ee0-bdf8-3c04a79c0b0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.007509 10.0.0.27 - - [2025-11-27 02:45:23] "POST /fqname-to-id HTTP/1.1" 404 214 0.009735 10.0.0.27 - - [2025-11-27 02:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.23 - - [2025-11-27 02:45:23] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000891 10.0.0.23 - - [2025-11-27 02:45:23] "DELETE /project/0e669e833cc64c78bfaca09bb812520a HTTP/1.1" 404 173 0.004464 10.0.0.23 - - [2025-11-27 02:45:23] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003436 10.0.0.23 - - [2025-11-27 02:45:23] "DELETE /project/d59081f6d5f6445d8c8a3509a49a18a7 HTTP/1.1" 404 173 0.014359 10.0.0.27 - - [2025-11-27 02:45:23] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.049870 10.0.0.23 - - [2025-11-27 02:45:23] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.050070 10.0.0.23 - - [2025-11-27 02:45:23] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000956 10.0.0.27 - - [2025-11-27 02:45:23] "POST /network-policys HTTP/1.1" 200 539 0.052593 10.0.0.23 - - [2025-11-27 02:45:23] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?fields=security_groups HTTP/1.1" 200 1381 0.051284 10.0.0.27 - - [2025-11-27 02:45:23] "GET /network-policy/b528ef5b-f5db-445e-99cf-a8f5caa20d2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.008146 10.0.0.23 - - [2025-11-27 02:45:23] "DELETE /security-group/a1f064a1-e2fa-4d88-b0a0-3b9a3c247ba9 HTTP/1.1" 404 177 0.005997 10.0.0.23 - - [2025-11-27 02:45:23] "GET /projects?obj_uuids=0e669e83-3cc6-4c78-bfac-a09bb812520a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003139 10.0.0.27 - - [2025-11-27 02:45:23] "DELETE /access-control-list/323610a9-8fe9-4cad-b9f9-320b6e3fdf55 HTTP/1.1" 200 115 0.047956 10.0.0.23 - - [2025-11-27 02:45:23] "GET /project/0e669e83-3cc6-4c78-bfac-a09bb812520a?fields=application_policy_sets HTTP/1.1" 200 1420 0.063841 10.0.0.23 - - [2025-11-27 02:45:24] "DELETE /project/0e669e83-3cc6-4c78-bfac-a09bb812520a HTTP/1.1" 200 115 0.437586 10.0.0.23 - - [2025-11-27 02:45:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.056518 10.0.0.27 - - [2025-11-27 02:45:24] "POST /neutron/network HTTP/1.1" 200 1425 0.013460 10.0.0.27 - - [2025-11-27 02:45:24] "GET /virtual-network/bc5cc1b4-9f85-4501-a122-06961e550e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.013296 10.0.0.27 - - [2025-11-27 02:45:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.007964 10.0.0.27 - - [2025-11-27 02:45:24] "GET /network-policy/339b0b99-e6c6-4092-a5a7-dee4e3ab5e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.003842 10.0.0.27 - - [2025-11-27 02:45:24] "POST /fqname-to-id HTTP/1.1" 404 252 0.004827 10.0.0.27 - - [2025-11-27 02:45:24] "POST /neutron/network HTTP/1.1" 200 1426 0.017564 10.0.0.27 - - [2025-11-27 02:45:24] "GET /virtual-network/3c98955e-153e-4258-bc2b-c7938e283818?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.006835 10.0.0.27 - - [2025-11-27 02:45:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.27 - - [2025-11-27 02:45:24] "GET /network-policy/08b044f7-989b-4185-bade-50312ccfc591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.004065 10.0.0.27 - - [2025-11-27 02:45:24] "POST /id-to-fqname HTTP/1.1" 200 235 0.001577 10.0.0.23 - - [2025-11-27 02:45:25] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000877 10.0.0.27 - - [2025-11-27 02:45:25] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.059464 10.0.0.27 - - [2025-11-27 02:45:25] "POST /neutron/port HTTP/1.1" 200 117 0.007200 10.0.0.27 - - [2025-11-27 02:45:25] "POST /id-to-fqname HTTP/1.1" 200 235 0.001568 10.0.0.27 - - [2025-11-27 02:45:26] "POST /neutron/network HTTP/1.1" 200 1436 0.006780 10.0.0.27 - - [2025-11-27 02:45:26] "PUT /access-control-list/9c596d66-1628-4ae2-8a03-9c64bcdeae82 HTTP/1.1" 200 272 0.026410 10.0.0.27 - - [2025-11-27 02:45:26] "POST /neutron/port HTTP/1.1" 200 1174 0.017610 10.0.0.27 - - [2025-11-27 02:45:26] "POST /neutron/port HTTP/1.1" 200 1202 0.014749 10.0.0.27 - - [2025-11-27 02:45:27] "POST /neutron/subnet HTTP/1.1" 200 1361 0.014354 10.0.0.27 - - [2025-11-27 02:45:27] "POST /neutron/network HTTP/1.1" 200 1425 0.011082 10.0.0.23 - - [2025-11-27 02:45:27] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000882 10.0.0.27 - - [2025-11-27 02:45:27] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.072499 10.0.0.27 - - [2025-11-27 02:45:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007879 10.0.0.27 - - [2025-11-27 02:45:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007910 10.0.0.27 - - [2025-11-27 02:45:28] "POST /neutron/port HTTP/1.1" 200 1173 0.024512 10.0.0.27 - - [2025-11-27 02:45:28] "POST /neutron/port HTTP/1.1" 200 1201 0.017437 10.0.0.27 - - [2025-11-27 02:45:28] "POST /neutron/subnet HTTP/1.1" 200 1356 0.015847 10.0.0.27 - - [2025-11-27 02:45:28] "POST /neutron/network HTTP/1.1" 200 1426 0.013536 10.0.0.27 - - [2025-11-27 02:45:32] "POST /neutron/port HTTP/1.1" 200 1202 0.016276 10.0.0.27 - - [2025-11-27 02:45:32] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008679 10.0.0.27 - - [2025-11-27 02:45:32] "GET /virtual-machine/99b707ce-2224-42f6-b128-51ad50da326e HTTP/1.1" 401 292 0.000387 10.0.0.27 - - [2025-11-27 02:45:33] "GET /virtual-machine/99b707ce-2224-42f6-b128-51ad50da326e HTTP/1.1" 200 1305 0.037452 10.0.0.27 - - [2025-11-27 02:45:33] "GET /virtual-machine-interface/d2eeeca5-034e-49f8-8373-d547406a80d7 HTTP/1.1" 200 3169 0.005626 10.0.0.27 - - [2025-11-27 02:45:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.27 - - [2025-11-27 02:45:33] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003410 10.0.0.27 - - [2025-11-27 02:45:33] "GET /virtual-networks?parent_id=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003451 10.0.0.27 - - [2025-11-27 02:45:33] "GET /virtual-network/bc5cc1b4-9f85-4501-a122-06961e550e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005333 10.0.0.27 - - [2025-11-27 02:45:35] "POST /neutron/network HTTP/1.1" 200 1435 0.006545 10.0.0.27 - - [2025-11-27 02:45:35] "POST /neutron/subnet HTTP/1.1" 200 1361 0.013794 10.0.0.27 - - [2025-11-27 02:45:35] "POST /neutron/network HTTP/1.1" 200 1425 0.012319 10.0.0.27 - - [2025-11-27 02:45:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.27 - - [2025-11-27 02:45:36] "GET /virtual-network/bc5cc1b4-9f85-4501-a122-06961e550e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005311 10.0.0.27 - - [2025-11-27 02:45:37] "POST /neutron/network HTTP/1.1" 200 1436 0.006531 10.0.0.27 - - [2025-11-27 02:45:37] "POST /neutron/subnet HTTP/1.1" 200 1356 0.013770 10.0.0.27 - - [2025-11-27 02:45:38] "POST /neutron/network HTTP/1.1" 200 1426 0.011467 10.0.0.27 - - [2025-11-27 02:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.27 - - [2025-11-27 02:45:40] "GET /virtual-network/bc5cc1b4-9f85-4501-a122-06961e550e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005633 10.0.0.27 - - [2025-11-27 02:45:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.27 - - [2025-11-27 02:45:44] "GET /virtual-network/bc5cc1b4-9f85-4501-a122-06961e550e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007680 10.0.0.27 - - [2025-11-27 02:45:47] "GET /obj-perms HTTP/1.1" 200 5056 0.062457 10.0.0.27 - - [2025-11-27 02:45:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.27 - - [2025-11-27 02:45:48] "GET /virtual-network/bc5cc1b4-9f85-4501-a122-06961e550e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.004800 10.0.0.27 - - [2025-11-27 02:45:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.27 - - [2025-11-27 02:45:52] "GET /virtual-network/bc5cc1b4-9f85-4501-a122-06961e550e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005049 10.0.0.27 - - [2025-11-27 02:45:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.27 - - [2025-11-27 02:45:56] "GET /virtual-network/bc5cc1b4-9f85-4501-a122-06961e550e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005306 10.0.0.27 - - [2025-11-27 02:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.27 - - [2025-11-27 02:46:00] "GET /virtual-network/bc5cc1b4-9f85-4501-a122-06961e550e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.004782 10.0.0.27 - - [2025-11-27 02:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.27 - - [2025-11-27 02:46:05] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003603 10.0.0.27 - - [2025-11-27 02:46:05] "GET /virtual-networks?parent_id=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002744 10.0.0.27 - - [2025-11-27 02:46:05] "GET /virtual-network/bc5cc1b4-9f85-4501-a122-06961e550e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006046 10.0.0.27 - - [2025-11-27 02:46:10] "POST /neutron/port HTTP/1.1" 200 1202 0.016718 10.0.0.27 - - [2025-11-27 02:46:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.039055 10.0.0.27 - - [2025-11-27 02:46:20] "POST /neutron/port HTTP/1.1" 200 1202 0.014323 10.0.0.27 - - [2025-11-27 02:46:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005891 10.0.0.27 - - [2025-11-27 02:46:26] "POST /neutron/port HTTP/1.1" 200 1201 0.015812 10.0.0.27 - - [2025-11-27 02:46:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007167 10.0.0.27 - - [2025-11-27 02:46:26] "GET /virtual-machine/5e026cf2-d376-4fb5-b7d2-cb12e95d9d66 HTTP/1.1" 200 1304 0.006416 10.0.0.27 - - [2025-11-27 02:46:26] "GET /virtual-machine-interface/34cebf9b-70b7-42af-bc20-ff2150dc599c HTTP/1.1" 200 3169 0.005627 10.0.0.27 - - [2025-11-27 02:46:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.27 - - [2025-11-27 02:46:26] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004543 10.0.0.27 - - [2025-11-27 02:46:26] "GET /virtual-networks?parent_id=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003349 10.0.0.27 - - [2025-11-27 02:46:26] "GET /virtual-network/3c98955e-153e-4258-bc2b-c7938e283818?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.007003 10.0.0.27 - - [2025-11-27 02:46:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.27 - - [2025-11-27 02:46:27] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.010798 10.0.0.27 - - [2025-11-27 02:46:27] "GET /virtual-networks?parent_id=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003246 10.0.0.27 - - [2025-11-27 02:46:27] "GET /virtual-network/3c98955e-153e-4258-bc2b-c7938e283818?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005277 10.0.0.27 - - [2025-11-27 02:46:32] "POST /neutron/port HTTP/1.1" 200 2285 0.016744 10.0.0.27 - - [2025-11-27 02:46:32] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008340 10.0.0.27 - - [2025-11-27 02:46:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.27 - - [2025-11-27 02:46:33] "GET /network-policy/08b044f7-989b-4185-bade-50312ccfc591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.004032 10.0.0.27 - - [2025-11-27 02:46:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.27 - - [2025-11-27 02:46:33] "GET /network-policy/339b0b99-e6c6-4092-a5a7-dee4e3ab5e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.003317 10.0.0.27 - - [2025-11-27 02:46:33] "POST /neutron/network HTTP/1.1" 200 1425 0.012982 10.0.0.27 - - [2025-11-27 02:46:33] "GET /virtual-network/bc5cc1b4-9f85-4501-a122-06961e550e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007071 10.0.0.27 - - [2025-11-27 02:46:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005003 10.0.0.27 - - [2025-11-27 02:46:33] "GET /network-policy/2351b8bd-ff1c-4a4a-975f-c6e7472b9653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.003887 10.0.0.27 - - [2025-11-27 02:46:36] "POST /neutron/port HTTP/1.1" 200 1202 0.013440 10.0.0.27 - - [2025-11-27 02:46:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003676 10.0.0.27 - - [2025-11-27 02:46:36] "POST /neutron/port HTTP/1.1" 200 117 0.001033 10.0.0.27 - - [2025-11-27 02:46:38] "POST /neutron/port HTTP/1.1" 200 1201 0.013883 10.0.0.27 - - [2025-11-27 02:46:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003334 10.0.0.27 - - [2025-11-27 02:46:38] "POST /neutron/port HTTP/1.1" 200 117 0.001030 10.0.0.27 - - [2025-11-27 02:46:50] "POST /neutron/network HTTP/1.1" 200 1425 0.010146 10.0.0.23 - - [2025-11-27 02:46:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.006692 10.0.0.27 - - [2025-11-27 02:46:50] "PUT /access-control-list/9c596d66-1628-4ae2-8a03-9c64bcdeae82 HTTP/1.1" 200 272 0.016233 10.0.0.27 - - [2025-11-27 02:46:50] "GET /virtual-network/bc5cc1b4-9f85-4501-a122-06961e550e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.007917 10.0.0.27 - - [2025-11-27 02:46:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002720 10.0.0.27 - - [2025-11-27 02:46:50] "GET /network-policy/b528ef5b-f5db-445e-99cf-a8f5caa20d2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003538 10.0.0.27 - - [2025-11-27 02:47:02] "POST /neutron/network HTTP/1.1" 200 1428 0.011681 10.0.0.27 - - [2025-11-27 02:47:02] "POST /ref-update HTTP/1.1" 200 156 0.046305 10.0.0.27 - - [2025-11-27 02:47:02] "GET /virtual-network/bc5cc1b4-9f85-4501-a122-06961e550e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.009255 10.0.0.27 - - [2025-11-27 02:47:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004722 10.0.0.27 - - [2025-11-27 02:47:02] "GET /network-policy/44b3b0aa-6747-4cdf-ab75-d8a95a9ed37c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004349 10.0.0.27 - - [2025-11-27 02:47:14] "POST /neutron/network HTTP/1.1" 200 1425 0.011131 10.0.0.27 - - [2025-11-27 02:47:15] "GET /virtual-network/bc5cc1b4-9f85-4501-a122-06961e550e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006968 10.0.0.27 - - [2025-11-27 02:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.27 - - [2025-11-27 02:47:15] "GET /network-policy/254257ae-6adf-47e6-8e04-11971c42de37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004158 10.0.0.23 - - [2025-11-27 02:47:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.23 - - [2025-11-27 02:47:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.23 - - [2025-11-27 02:47:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.23 - - [2025-11-27 02:47:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000578 10.0.0.33 - - [2025-11-27 02:47:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.33 - - [2025-11-27 02:47:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.27 - - [2025-11-27 02:47:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.27 - - [2025-11-27 02:47:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.33 - - [2025-11-27 02:47:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.33 - - [2025-11-27 02:47:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.27 - - [2025-11-27 02:47:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.27 - - [2025-11-27 02:47:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.27 - - [2025-11-27 02:47:25] "POST /neutron/network HTTP/1.1" 200 1425 0.010270 10.0.0.23 - - [2025-11-27 02:47:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.002868 10.0.0.27 - - [2025-11-27 02:47:25] "POST /ref-update HTTP/1.1" 200 156 0.049168 10.0.0.27 - - [2025-11-27 02:47:25] "GET /virtual-network/bc5cc1b4-9f85-4501-a122-06961e550e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.007956 10.0.0.27 - - [2025-11-27 02:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.27 - - [2025-11-27 02:47:25] "GET /network-policy/6d0a95c2-f0a0-4099-8db6-5b1aefbaf449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004010 10.0.0.27 - - [2025-11-27 02:47:37] "POST /neutron/network HTTP/1.1" 200 1426 0.010703 10.0.0.27 - - [2025-11-27 02:47:37] "GET /virtual-network/bc5cc1b4-9f85-4501-a122-06961e550e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.012130 10.0.0.27 - - [2025-11-27 02:47:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002561 10.0.0.27 - - [2025-11-27 02:47:37] "GET /network-policy/b9555787-f601-4211-aeac-d9cd01f83ea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.003897 10.0.0.27 - - [2025-11-27 02:47:37] "POST /neutron/port HTTP/1.1" 200 1202 0.066587 10.0.0.27 - - [2025-11-27 02:47:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003435 10.0.0.27 - - [2025-11-27 02:47:37] "POST /neutron/port HTTP/1.1" 200 117 0.000988 10.0.0.27 - - [2025-11-27 02:47:40] "POST /neutron/port HTTP/1.1" 200 1201 0.038143 10.0.0.27 - - [2025-11-27 02:47:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004466 10.0.0.27 - - [2025-11-27 02:47:41] "POST /neutron/port HTTP/1.1" 200 117 0.001252 10.0.0.27 - - [2025-11-27 02:47:48] "POST /neutron/network HTTP/1.1" 200 1426 0.010533 10.0.0.27 - - [2025-11-27 02:47:48] "PUT /access-control-list/9c596d66-1628-4ae2-8a03-9c64bcdeae82 HTTP/1.1" 200 272 0.021830 10.0.0.27 - - [2025-11-27 02:47:48] "GET /virtual-network/bc5cc1b4-9f85-4501-a122-06961e550e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006619 10.0.0.27 - - [2025-11-27 02:47:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.27 - - [2025-11-27 02:47:48] "GET /network-policy/34e5b456-0872-42ff-9aef-b15565fd3979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.003657 10.0.0.33 - - [2025-11-27 02:47:48] "GET /obj-perms HTTP/1.1" 200 5056 0.051296 10.0.0.27 - - [2025-11-27 02:48:00] "POST /neutron/network HTTP/1.1" 200 1426 0.013504 10.0.0.23 - - [2025-11-27 02:48:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.003721 10.0.0.27 - - [2025-11-27 02:48:00] "GET /virtual-network/bc5cc1b4-9f85-4501-a122-06961e550e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.008690 10.0.0.27 - - [2025-11-27 02:48:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002479 10.0.0.27 - - [2025-11-27 02:48:00] "GET /network-policy/7018ec8d-1198-4ee0-bdf8-3c04a79c0b0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004593 10.0.0.27 - - [2025-11-27 02:48:10] "GET /virtual-network/bc5cc1b4-9f85-4501-a122-06961e550e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.007073 10.0.0.27 - - [2025-11-27 02:48:10] "POST /neutron/network HTTP/1.1" 200 1426 0.010871 10.0.0.27 - - [2025-11-27 02:48:10] "POST /ref-update HTTP/1.1" 200 156 0.025520 10.0.0.27 - - [2025-11-27 02:48:10] "GET /virtual-network/bc5cc1b4-9f85-4501-a122-06961e550e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.021600 10.0.0.27 - - [2025-11-27 02:48:10] "GET /virtual-machine/5e026cf2-d376-4fb5-b7d2-cb12e95d9d66 HTTP/1.1" 200 1304 0.003656 10.0.0.27 - - [2025-11-27 02:48:11] "POST /neutron/port HTTP/1.1" 200 1201 0.015236 10.0.0.27 - - [2025-11-27 02:48:12] "GET /virtual-machine/5e026cf2-d376-4fb5-b7d2-cb12e95d9d66 HTTP/1.1" 404 171 0.003211 10.0.0.27 - - [2025-11-27 02:48:12] "GET /virtual-machine/5e026cf2-d376-4fb5-b7d2-cb12e95d9d66 HTTP/1.1" 404 171 0.002240 10.0.0.27 - - [2025-11-27 02:48:13] "GET /virtual-machine/5e026cf2-d376-4fb5-b7d2-cb12e95d9d66 HTTP/1.1" 404 171 0.002543 10.0.0.27 - - [2025-11-27 02:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.27 - - [2025-11-27 02:48:13] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003845 10.0.0.27 - - [2025-11-27 02:48:13] "GET /virtual-networks?parent_id=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002854 10.0.0.27 - - [2025-11-27 02:48:13] "GET /virtual-network/3c98955e-153e-4258-bc2b-c7938e283818?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005794 10.0.0.27 - - [2025-11-27 02:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.27 - - [2025-11-27 02:48:13] "GET /routing-instance/db538336-5aa7-4cda-a769-08483ffb108b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.004457 10.0.0.27 - - [2025-11-27 02:48:13] "GET /route-target/e48b052b-38d2-47a3-b5be-47916e926288?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.009605 10.0.0.27 - - [2025-11-27 02:48:16] "GET /obj-perms HTTP/1.1" 200 5019 0.057053 10.0.0.33 - - [2025-11-27 02:48:19] "GET /obj-perms HTTP/1.1" 200 5019 0.003769 10.0.0.27 - - [2025-11-27 02:48:25] "GET /obj-perms HTTP/1.1" 200 5019 0.003605 10.0.0.33 - - [2025-11-27 02:48:28] "GET /obj-perms HTTP/1.1" 200 5019 0.004344 10.0.0.27 - - [2025-11-27 02:48:31] "GET /obj-perms HTTP/1.1" 200 5019 0.003677 10.0.0.23 - - [2025-11-27 02:48:32] "GET /obj-perms HTTP/1.1" 200 5019 0.003544 10.0.0.27 - - [2025-11-27 02:48:32] "GET /virtual-machine/99b707ce-2224-42f6-b128-51ad50da326e HTTP/1.1" 200 1305 0.004028 10.0.0.27 - - [2025-11-27 02:48:32] "POST /neutron/port HTTP/1.1" 200 1202 0.018433 10.0.0.27 - - [2025-11-27 02:48:34] "GET /virtual-machine/99b707ce-2224-42f6-b128-51ad50da326e HTTP/1.1" 404 171 0.003306 10.0.0.27 - - [2025-11-27 02:48:34] "GET /virtual-machine/99b707ce-2224-42f6-b128-51ad50da326e HTTP/1.1" 404 171 0.002294 10.0.0.27 - - [2025-11-27 02:48:34] "GET /virtual-machine/99b707ce-2224-42f6-b128-51ad50da326e HTTP/1.1" 404 171 0.002189 10.0.0.27 - - [2025-11-27 02:48:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.27 - - [2025-11-27 02:48:34] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003206 10.0.0.27 - - [2025-11-27 02:48:34] "GET /virtual-networks?parent_id=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004108 10.0.0.27 - - [2025-11-27 02:48:34] "GET /virtual-network/bc5cc1b4-9f85-4501-a122-06961e550e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005976 10.0.0.27 - - [2025-11-27 02:48:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.27 - - [2025-11-27 02:48:34] "GET /routing-instance/e0a71265-15fb-4d59-bb5e-388fb2688641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.004228 10.0.0.27 - - [2025-11-27 02:48:34] "GET /route-target/451e3968-a861-448e-8823-b6b9d337eb4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003749 10.0.0.33 - - [2025-11-27 02:48:34] "GET /obj-perms HTTP/1.1" 200 5019 0.003206 10.0.0.27 - - [2025-11-27 02:48:37] "GET /obj-perms HTTP/1.1" 200 5019 0.003773 10.0.0.33 - - [2025-11-27 02:48:43] "GET /obj-perms HTTP/1.1" 200 5019 0.003952 10.0.0.27 - - [2025-11-27 02:48:46] "GET /obj-perms HTTP/1.1" 200 5019 0.004286 10.0.0.33 - - [2025-11-27 02:48:49] "GET /obj-perms HTTP/1.1" 200 5019 0.003957 10.0.0.27 - - [2025-11-27 02:48:53] "GET /obj-perms HTTP/1.1" 200 5019 0.003368 10.0.0.33 - - [2025-11-27 02:48:59] "GET /obj-perms HTTP/1.1" 200 5019 0.003930 10.0.0.27 - - [2025-11-27 02:49:02] "GET /obj-perms HTTP/1.1" 200 5019 0.004064 10.0.0.27 - - [2025-11-27 02:49:02] "GET /virtual-network/3c98955e-153e-4258-bc2b-c7938e283818?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005065 10.0.0.27 - - [2025-11-27 02:49:02] "POST /neutron/network HTTP/1.1" 200 1426 0.009762 10.0.0.27 - - [2025-11-27 02:49:02] "GET /virtual-network/3c98955e-153e-4258-bc2b-c7938e283818?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.016513 10.0.0.27 - - [2025-11-27 02:49:02] "DELETE /network-policy/b528ef5b-f5db-445e-99cf-a8f5caa20d2c HTTP/1.1" 200 115 0.041018 10.0.0.27 - - [2025-11-27 02:49:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002492 10.0.0.23 - - [2025-11-27 02:49:02] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001246 10.0.0.27 - - [2025-11-27 02:49:02] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.040944 10.0.0.27 - - [2025-11-27 02:49:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-53106340&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.004715 10.0.0.27 - - [2025-11-27 02:49:03] "DELETE /network-policy/7018ec8d-1198-4ee0-bdf8-3c04a79c0b0b HTTP/1.1" 200 115 0.041810 10.0.0.27 - - [2025-11-27 02:49:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004393 10.0.0.23 - - [2025-11-27 02:49:03] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000969 10.0.0.27 - - [2025-11-27 02:49:03] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.063894 10.0.0.27 - - [2025-11-27 02:49:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-53106340&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.005057 10.0.0.27 - - [2025-11-27 02:49:03] "DELETE /network-policy/34e5b456-0872-42ff-9aef-b15565fd3979 HTTP/1.1" 200 115 0.045386 10.0.0.27 - - [2025-11-27 02:49:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.007601 10.0.0.23 - - [2025-11-27 02:49:03] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000890 10.0.0.27 - - [2025-11-27 02:49:03] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.039226 10.0.0.27 - - [2025-11-27 02:49:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-53106340&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.004775 10.0.0.27 - - [2025-11-27 02:49:03] "DELETE /network-policy/b9555787-f601-4211-aeac-d9cd01f83ea6 HTTP/1.1" 200 115 0.035253 10.0.0.27 - - [2025-11-27 02:49:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.23 - - [2025-11-27 02:49:03] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000871 10.0.0.27 - - [2025-11-27 02:49:03] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.043871 10.0.0.27 - - [2025-11-27 02:49:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-53106340&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.004688 10.0.0.27 - - [2025-11-27 02:49:03] "DELETE /network-policy/6d0a95c2-f0a0-4099-8db6-5b1aefbaf449 HTTP/1.1" 200 115 0.042987 10.0.0.27 - - [2025-11-27 02:49:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.23 - - [2025-11-27 02:49:03] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000928 10.0.0.27 - - [2025-11-27 02:49:03] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.032308 10.0.0.27 - - [2025-11-27 02:49:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-53106340&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.004416 10.0.0.27 - - [2025-11-27 02:49:03] "DELETE /network-policy/08b044f7-989b-4185-bade-50312ccfc591 HTTP/1.1" 200 115 0.028563 10.0.0.27 - - [2025-11-27 02:49:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.23 - - [2025-11-27 02:49:03] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000956 10.0.0.27 - - [2025-11-27 02:49:03] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.035329 10.0.0.27 - - [2025-11-27 02:49:04] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-53106340&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.004786 10.0.0.27 - - [2025-11-27 02:49:04] "DELETE /network-policy/254257ae-6adf-47e6-8e04-11971c42de37 HTTP/1.1" 200 115 0.034130 10.0.0.27 - - [2025-11-27 02:49:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002440 10.0.0.23 - - [2025-11-27 02:49:04] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000896 10.0.0.27 - - [2025-11-27 02:49:04] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.036102 10.0.0.27 - - [2025-11-27 02:49:04] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-53106340&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.017756 10.0.0.27 - - [2025-11-27 02:49:04] "DELETE /network-policy/44b3b0aa-6747-4cdf-ab75-d8a95a9ed37c HTTP/1.1" 200 115 0.040086 10.0.0.27 - - [2025-11-27 02:49:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.23 - - [2025-11-27 02:49:04] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000886 10.0.0.27 - - [2025-11-27 02:49:04] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.042951 10.0.0.27 - - [2025-11-27 02:49:04] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-53106340&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.005167 10.0.0.27 - - [2025-11-27 02:49:04] "DELETE /network-policy/2351b8bd-ff1c-4a4a-975f-c6e7472b9653 HTTP/1.1" 200 115 0.044143 10.0.0.27 - - [2025-11-27 02:49:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002641 10.0.0.23 - - [2025-11-27 02:49:04] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000849 10.0.0.27 - - [2025-11-27 02:49:04] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.031404 10.0.0.27 - - [2025-11-27 02:49:04] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-53106340&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004625 10.0.0.27 - - [2025-11-27 02:49:04] "DELETE /network-policy/339b0b99-e6c6-4092-a5a7-dee4e3ab5e1d HTTP/1.1" 200 115 0.037632 10.0.0.27 - - [2025-11-27 02:49:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002498 10.0.0.23 - - [2025-11-27 02:49:04] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000958 10.0.0.27 - - [2025-11-27 02:49:04] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.039059 10.0.0.27 - - [2025-11-27 02:49:04] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-53106340&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005257 10.0.0.27 - - [2025-11-27 02:49:05] "POST /neutron/network HTTP/1.1" 200 1336 0.009983 10.0.0.27 - - [2025-11-27 02:49:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.045932 10.0.0.23 - - [2025-11-27 02:49:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003548 10.0.0.23 - - [2025-11-27 02:49:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004258 10.0.0.23 - - [2025-11-27 02:49:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002398 10.0.0.23 - - [2025-11-27 02:49:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001881 10.0.0.23 - - [2025-11-27 02:49:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001939 10.0.0.23 - - [2025-11-27 02:49:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001954 10.0.0.27 - - [2025-11-27 02:49:05] "POST /neutron/network HTTP/1.1" 200 151 0.159651 10.0.0.27 - - [2025-11-27 02:49:05] "DELETE /route-target/451e3968-a861-448e-8823-b6b9d337eb4e HTTP/1.1" 200 115 0.026938 10.0.0.27 - - [2025-11-27 02:49:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.27 - - [2025-11-27 02:49:05] "DELETE /network-ipam/b83bd8a2-687c-4f6a-8b53-b25fdf259a57 HTTP/1.1" 200 115 0.031824 10.0.0.27 - - [2025-11-27 02:49:05] "POST /fqname-to-id HTTP/1.1" 404 260 0.002584 10.0.0.23 - - [2025-11-27 02:49:05] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000840 10.0.0.23 - - [2025-11-27 02:49:05] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.035418 10.0.0.23 - - [2025-11-27 02:49:05] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000887 10.0.0.23 - - [2025-11-27 02:49:06] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?fields=security_groups HTTP/1.1" 200 1400 0.032293 10.0.0.23 - - [2025-11-27 02:49:06] "DELETE /security-group/0b349fe6-07b0-41c7-a976-6dcc0574cb97 HTTP/1.1" 200 115 0.047770 10.0.0.23 - - [2025-11-27 02:49:06] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001218 10.0.0.23 - - [2025-11-27 02:49:06] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?fields=application_policy_sets HTTP/1.1" 200 1439 0.046432 10.0.0.27 - - [2025-11-27 02:49:06] "DELETE /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7 HTTP/1.1" 200 115 0.372028 10.0.0.23 - - [2025-11-27 02:49:06] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000949 10.0.0.27 - - [2025-11-27 02:49:06] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?fields=projects HTTP/1.1" 200 1439 0.011579 10.0.0.23 - - [2025-11-27 02:49:07] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003929 10.0.0.23 - - [2025-11-27 02:49:07] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000872 10.0.0.23 - - [2025-11-27 02:49:07] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.028907 10.0.0.23 - - [2025-11-27 02:49:07] "POST /id-to-fqname HTTP/1.1" 200 202 0.004440 10.0.0.23 - - [2025-11-27 02:49:07] "POST /fqname-to-id HTTP/1.1" 404 211 0.003965 10.0.0.23 - - [2025-11-27 02:49:07] "POST /security-groups HTTP/1.1" 200 603 0.037326 10.0.0.27 - - [2025-11-27 02:49:07] "POST /fqname-to-id HTTP/1.1" 404 246 0.004494 10.0.0.23 - - [2025-11-27 02:49:07] "POST /projects HTTP/1.1" 200 609 0.216737 10.0.0.23 - - [2025-11-27 02:49:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.287423 10.0.0.27 - - [2025-11-27 02:49:08] "POST /access-control-lists HTTP/1.1" 200 606 0.029061 10.0.0.27 - - [2025-11-27 02:49:08] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.437675 10.0.0.23 - - [2025-11-27 02:49:08] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000887 10.0.0.27 - - [2025-11-27 02:49:08] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?fields=virtual_networks HTTP/1.1" 200 1057 0.040366 10.0.0.23 - - [2025-11-27 02:49:08] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001452 10.0.0.27 - - [2025-11-27 02:49:08] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.040094 10.0.0.23 - - [2025-11-27 02:49:08] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001021 10.0.0.27 - - [2025-11-27 02:49:08] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?fields=security_groups HTTP/1.1" 200 1295 0.035898 10.0.0.27 - - [2025-11-27 02:49:09] "POST /fqname-to-id HTTP/1.1" 404 182 0.023886 10.0.0.23 - - [2025-11-27 02:49:09] "GET /projects?obj_uuids=e990ea3f-2ff6-42e6-bafa-9624f621bc90&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002840 10.0.0.23 - - [2025-11-27 02:49:09] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000899 10.0.0.23 - - [2025-11-27 02:49:09] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006438 10.0.0.23 - - [2025-11-27 02:49:09] "POST /id-to-fqname HTTP/1.1" 200 184 0.003162 10.0.0.23 - - [2025-11-27 02:49:09] "POST /fqname-to-id HTTP/1.1" 404 193 0.006616 10.0.0.23 - - [2025-11-27 02:49:09] "POST /security-groups HTTP/1.1" 200 585 0.027475 10.0.0.23 - - [2025-11-27 02:49:09] "POST /projects HTTP/1.1" 200 573 0.226195 10.0.0.27 - - [2025-11-27 02:49:09] "POST /fqname-to-id HTTP/1.1" 404 227 0.003389 10.0.0.23 - - [2025-11-27 02:49:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.294733 10.0.0.27 - - [2025-11-27 02:49:09] "GET /project/e990ea3f-2ff6-42e6-bafa-9624f621bc90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.428698 10.0.0.27 - - [2025-11-27 02:49:10] "GET / HTTP/1.1" 200 35931 0.001344 10.0.0.27 - - [2025-11-27 02:49:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000529 10.0.0.27 - - [2025-11-27 02:49:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.054017 10.0.0.23 - - [2025-11-27 02:49:11] "GET /projects?obj_uuids=e990ea3f-2ff6-42e6-bafa-9624f621bc90&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000861 10.0.0.27 - - [2025-11-27 02:49:11] "GET /project/e990ea3f-2ff6-42e6-bafa-9624f621bc90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.035558 10.0.0.27 - - [2025-11-27 02:49:12] "POST /ref-update HTTP/1.1" 200 156 0.019504 10.0.0.23 - - [2025-11-27 02:49:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002870 10.0.0.27 - - [2025-11-27 02:49:12] "POST /neutron/subnet HTTP/1.1" 200 734 0.180773 10.0.0.23 - - [2025-11-27 02:49:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.004268 10.0.0.27 - - [2025-11-27 02:49:12] "POST /id-to-fqname HTTP/1.1" 200 214 0.001178 10.0.0.27 - - [2025-11-27 02:49:12] "GET /virtual-network/dbee73dc-77f8-442f-9524-048ee027f659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.006303 10.0.0.27 - - [2025-11-27 02:49:12] "POST /neutron/network HTTP/1.1" 200 993 0.007255 10.0.0.27 - - [2025-11-27 02:49:12] "GET /virtual-network/dbee73dc-77f8-442f-9524-048ee027f659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.004483 10.0.0.27 - - [2025-11-27 02:49:12] "POST /neutron/subnet HTTP/1.1" 200 823 0.007612 10.0.0.27 - - [2025-11-27 02:49:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002151 10.0.0.23 - - [2025-11-27 02:49:12] "GET /projects?obj_uuids=e990ea3f-2ff6-42e6-bafa-9624f621bc90&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000741 10.0.0.27 - - [2025-11-27 02:49:12] "GET /project/e990ea3f-2ff6-42e6-bafa-9624f621bc90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.042585 10.0.0.23 - - [2025-11-27 02:49:13] "POST /useragent-kv HTTP/1.1" 200 115 0.006156 10.0.0.27 - - [2025-11-27 02:49:13] "POST /neutron/subnet HTTP/1.1" 200 725 0.217627 10.0.0.27 - - [2025-11-27 02:49:13] "POST /id-to-fqname HTTP/1.1" 200 214 0.001196 10.0.0.27 - - [2025-11-27 02:49:13] "GET /virtual-network/67003e43-e454-4615-ae90-91d55901e2bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006531 10.0.0.27 - - [2025-11-27 02:49:13] "POST /neutron/network HTTP/1.1" 200 991 0.007092 10.0.0.27 - - [2025-11-27 02:49:13] "GET /virtual-network/67003e43-e454-4615-ae90-91d55901e2bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.004519 10.0.0.27 - - [2025-11-27 02:49:13] "POST /neutron/subnet HTTP/1.1" 200 823 0.009540 10.0.0.27 - - [2025-11-27 02:49:13] "POST /id-to-fqname HTTP/1.1" 200 214 0.000907 10.0.0.23 - - [2025-11-27 02:49:14] "GET /projects?obj_uuids=e990ea3f-2ff6-42e6-bafa-9624f621bc90&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000942 10.0.0.27 - - [2025-11-27 02:49:14] "GET /project/e990ea3f-2ff6-42e6-bafa-9624f621bc90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.072577 10.0.0.27 - - [2025-11-27 02:49:14] "POST /neutron/port HTTP/1.1" 200 117 0.006558 10.0.0.27 - - [2025-11-27 02:49:14] "POST /id-to-fqname HTTP/1.1" 200 214 0.001569 10.0.0.27 - - [2025-11-27 02:49:14] "POST /neutron/network HTTP/1.1" 200 1003 0.006593 10.0.0.27 - - [2025-11-27 02:49:15] "POST /neutron/port HTTP/1.1" 200 1162 0.016687 10.0.0.27 - - [2025-11-27 02:49:15] "POST /neutron/port HTTP/1.1" 200 1190 0.015459 10.0.0.23 - - [2025-11-27 02:49:15] "GET /projects?obj_uuids=e990ea3f-2ff6-42e6-bafa-9624f621bc90&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000837 10.0.0.27 - - [2025-11-27 02:49:15] "GET /project/e990ea3f-2ff6-42e6-bafa-9624f621bc90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.094137 10.0.0.27 - - [2025-11-27 02:49:15] "POST /neutron/subnet HTTP/1.1" 200 1389 0.012077 10.0.0.27 - - [2025-11-27 02:49:15] "POST /neutron/port HTTP/1.1" 200 117 0.001064 10.0.0.27 - - [2025-11-27 02:49:15] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007410 10.0.0.27 - - [2025-11-27 02:49:15] "POST /id-to-fqname HTTP/1.1" 200 214 0.002045 10.0.0.27 - - [2025-11-27 02:49:16] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006612 10.0.0.23 - - [2025-11-27 02:49:16] "GET /projects?obj_uuids=e990ea3f-2ff6-42e6-bafa-9624f621bc90&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001271 10.0.0.27 - - [2025-11-27 02:49:16] "POST /neutron/port HTTP/1.1" 200 1162 0.271751 10.0.0.27 - - [2025-11-27 02:49:16] "POST /neutron/port HTTP/1.1" 200 1216 0.113010 10.0.0.27 - - [2025-11-27 02:49:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003985 10.0.0.27 - - [2025-11-27 02:49:16] "POST /neutron/port HTTP/1.1" 200 117 0.001077 10.0.0.23 - - [2025-11-27 02:49:16] "GET /projects?obj_uuids=e990ea3f-2ff6-42e6-bafa-9624f621bc90&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000884 10.0.0.27 - - [2025-11-27 02:49:17] "GET /project/e990ea3f-2ff6-42e6-bafa-9624f621bc90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.057495 10.0.0.27 - - [2025-11-27 02:49:17] "POST /neutron/port HTTP/1.1" 200 2262 0.017954 10.0.0.27 - - [2025-11-27 02:49:17] "POST /neutron/port HTTP/1.1" 200 1190 0.017634 10.0.0.27 - - [2025-11-27 02:49:17] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006571 10.0.0.27 - - [2025-11-27 02:49:17] "GET /virtual-machine/8bd1ff56-fb93-4269-b96e-1717d6ddc286 HTTP/1.1" 401 292 0.000499 10.0.0.27 - - [2025-11-27 02:49:17] "POST /neutron/network HTTP/1.1" 200 1001 0.007417 10.0.0.27 - - [2025-11-27 02:49:18] "GET /virtual-machine/8bd1ff56-fb93-4269-b96e-1717d6ddc286 HTTP/1.1" 200 1287 0.054253 10.0.0.27 - - [2025-11-27 02:49:18] "GET /virtual-machine-interface/dc8a85c7-60ca-4095-9093-dd4d72308f90 HTTP/1.1" 200 3106 0.004770 10.0.0.27 - - [2025-11-27 02:49:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.27 - - [2025-11-27 02:49:18] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003609 10.0.0.27 - - [2025-11-27 02:49:18] "GET /virtual-networks?parent_id=e990ea3f-2ff6-42e6-bafa-9624f621bc90&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002031 10.0.0.27 - - [2025-11-27 02:49:18] "POST /neutron/port HTTP/1.1" 200 1160 0.018185 10.0.0.27 - - [2025-11-27 02:49:18] "GET /virtual-network/dbee73dc-77f8-442f-9524-048ee027f659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.003886 10.0.0.27 - - [2025-11-27 02:49:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003331 10.0.0.27 - - [2025-11-27 02:49:18] "POST /neutron/port HTTP/1.1" 200 117 0.001056 10.0.0.27 - - [2025-11-27 02:49:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.27 - - [2025-11-27 02:49:21] "GET /virtual-network/dbee73dc-77f8-442f-9524-048ee027f659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005355 10.0.0.23 - - [2025-11-27 02:49:24] "DELETE /project/e990ea3f2ff642e6bafa9624f621bc90 HTTP/1.1" 404 173 0.003221 10.0.0.23 - - [2025-11-27 02:49:24] "DELETE /project/d59081f6d5f6445d8c8a3509a49a18a7 HTTP/1.1" 404 173 0.006711 10.0.0.23 - - [2025-11-27 02:49:24] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000756 10.0.0.23 - - [2025-11-27 02:49:24] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.028738 10.0.0.23 - - [2025-11-27 02:49:24] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001279 10.0.0.23 - - [2025-11-27 02:49:24] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?fields=security_groups HTTP/1.1" 200 1400 0.077411 10.0.0.23 - - [2025-11-27 02:49:24] "DELETE /security-group/13fc9a1f-e062-46ff-873c-357313016cf4 HTTP/1.1" 200 115 0.056296 10.0.0.23 - - [2025-11-27 02:49:24] "GET /projects?obj_uuids=d59081f6-d5f6-445d-8c8a-3509a49a18a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001075 10.0.0.27 - - [2025-11-27 02:49:24] "DELETE /access-control-list/23a2db34-d19e-4372-9336-7594af6de7ec HTTP/1.1" 200 115 0.035674 10.0.0.23 - - [2025-11-27 02:49:24] "GET /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7?fields=application_policy_sets HTTP/1.1" 200 1439 0.058396 10.0.0.23 - - [2025-11-27 02:49:24] "DELETE /project/d59081f6-d5f6-445d-8c8a-3509a49a18a7 HTTP/1.1" 200 115 0.431137 10.0.0.27 - - [2025-11-27 02:49:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.27 - - [2025-11-27 02:49:25] "GET /virtual-network/dbee73dc-77f8-442f-9524-048ee027f659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.004639 10.0.0.27 - - [2025-11-27 02:49:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.27 - - [2025-11-27 02:49:29] "GET /virtual-network/dbee73dc-77f8-442f-9524-048ee027f659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.004570 10.0.0.27 - - [2025-11-27 02:49:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.27 - - [2025-11-27 02:49:33] "GET /virtual-network/dbee73dc-77f8-442f-9524-048ee027f659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.006386 10.0.0.27 - - [2025-11-27 02:49:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004949 10.0.0.27 - - [2025-11-27 02:49:37] "GET /virtual-network/dbee73dc-77f8-442f-9524-048ee027f659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.006195 10.0.0.27 - - [2025-11-27 02:49:39] "POST /neutron/port HTTP/1.1" 200 1190 0.015261 10.0.0.27 - - [2025-11-27 02:49:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004357 10.0.0.27 - - [2025-11-27 02:49:39] "POST /neutron/port HTTP/1.1" 200 117 0.001083 10.0.0.27 - - [2025-11-27 02:49:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.27 - - [2025-11-27 02:49:41] "GET /virtual-network/dbee73dc-77f8-442f-9524-048ee027f659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.006873 10.0.0.27 - - [2025-11-27 02:49:42] "POST /neutron/port HTTP/1.1" 200 1190 0.014315 10.0.0.27 - - [2025-11-27 02:49:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003619 10.0.0.27 - - [2025-11-27 02:49:42] "POST /neutron/port HTTP/1.1" 200 117 0.001034 10.0.0.27 - - [2025-11-27 02:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.27 - - [2025-11-27 02:49:45] "GET /virtual-network/dbee73dc-77f8-442f-9524-048ee027f659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.004683 10.0.0.27 - - [2025-11-27 02:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.27 - - [2025-11-27 02:49:49] "GET /virtual-network/dbee73dc-77f8-442f-9524-048ee027f659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005768 10.0.0.27 - - [2025-11-27 02:49:50] "GET /obj-perms HTTP/1.1" 200 5056 0.051684 10.0.0.27 - - [2025-11-27 02:49:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.27 - - [2025-11-27 02:49:53] "GET /virtual-network/dbee73dc-77f8-442f-9524-048ee027f659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005102 10.0.0.27 - - [2025-11-27 02:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004445 10.0.0.27 - - [2025-11-27 02:49:56] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003690 10.0.0.27 - - [2025-11-27 02:49:56] "GET /virtual-networks?parent_id=e990ea3f-2ff6-42e6-bafa-9624f621bc90&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002967 10.0.0.27 - - [2025-11-27 02:49:56] "GET /virtual-network/dbee73dc-77f8-442f-9524-048ee027f659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005174 10.0.0.27 - - [2025-11-27 02:49:56] "POST /neutron/port HTTP/1.1" 200 1190 0.016676 10.0.0.27 - - [2025-11-27 02:50:01] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006914 10.0.0.27 - - [2025-11-27 02:50:06] "POST /neutron/port HTTP/1.1" 200 1190 0.013340 10.0.0.27 - - [2025-11-27 02:50:11] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006597 10.0.0.27 - - [2025-11-27 02:50:14] "POST /neutron/port HTTP/1.1" 200 1188 0.015839 10.0.0.27 - - [2025-11-27 02:50:16] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006534 10.0.0.27 - - [2025-11-27 02:50:17] "POST /neutron/port HTTP/1.1" 200 1190 0.014658 10.0.0.27 - - [2025-11-27 02:50:17] "GET /virtual-machine/9cee195e-d5d5-467f-952a-790fffda87f2 HTTP/1.1" 200 1287 0.005029 10.0.0.27 - - [2025-11-27 02:50:17] "GET /virtual-machine-interface/1d8880cd-2b07-4883-b3db-de07ba02ed40 HTTP/1.1" 200 3105 0.008698 10.0.0.27 - - [2025-11-27 02:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.27 - - [2025-11-27 02:50:17] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003022 10.0.0.27 - - [2025-11-27 02:50:17] "GET /virtual-networks?parent_id=e990ea3f-2ff6-42e6-bafa-9624f621bc90&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004270 10.0.0.27 - - [2025-11-27 02:50:17] "GET /virtual-network/dbee73dc-77f8-442f-9524-048ee027f659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005371 10.0.0.27 - - [2025-11-27 02:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.27 - - [2025-11-27 02:50:18] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004236 10.0.0.27 - - [2025-11-27 02:50:18] "GET /virtual-networks?parent_id=e990ea3f-2ff6-42e6-bafa-9624f621bc90&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003307 10.0.0.27 - - [2025-11-27 02:50:18] "GET /virtual-network/dbee73dc-77f8-442f-9524-048ee027f659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.007687 10.0.0.27 - - [2025-11-27 02:50:18] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006979 10.0.0.27 - - [2025-11-27 02:50:23] "POST /neutron/port HTTP/1.1" 200 1188 0.013508 10.0.0.27 - - [2025-11-27 02:50:23] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007104 10.0.0.27 - - [2025-11-27 02:50:23] "GET /virtual-machine/bc653cac-6417-42c1-aa93-b16fde09fab3 HTTP/1.1" 200 1287 0.005201 10.0.0.27 - - [2025-11-27 02:50:23] "GET /virtual-machine-interface/924c27c8-8c60-4756-9ded-39bdb6be3311 HTTP/1.1" 200 3106 0.004523 10.0.0.27 - - [2025-11-27 02:50:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.27 - - [2025-11-27 02:50:23] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003260 10.0.0.27 - - [2025-11-27 02:50:24] "GET /virtual-networks?parent_id=e990ea3f-2ff6-42e6-bafa-9624f621bc90&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002543 10.0.0.27 - - [2025-11-27 02:50:24] "GET /virtual-network/67003e43-e454-4615-ae90-91d55901e2bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006188 10.0.0.27 - - [2025-11-27 02:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.27 - - [2025-11-27 02:50:25] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004891 10.0.0.27 - - [2025-11-27 02:50:25] "GET /virtual-networks?parent_id=e990ea3f-2ff6-42e6-bafa-9624f621bc90&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003162 10.0.0.27 - - [2025-11-27 02:50:25] "GET /virtual-network/67003e43-e454-4615-ae90-91d55901e2bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006562 10.0.0.27 - - [2025-11-27 02:50:26] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002931 10.0.0.27 - - [2025-11-27 02:50:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002521 10.0.0.27 - - [2025-11-27 02:50:26] "GET /global-qos-config/cbb459ff-3166-4209-8451-e9d52127a6e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1084 0.003898 10.0.0.27 - - [2025-11-27 02:50:26] "POST /fqname-to-id HTTP/1.1" 404 222 0.003067 10.0.0.27 - - [2025-11-27 02:50:26] "POST /forwarding-classs HTTP/1.1" 200 576 0.025384 10.0.0.27 - - [2025-11-27 02:50:26] "POST /id-to-fqname HTTP/1.1" 200 232 0.003592 10.0.0.27 - - [2025-11-27 02:50:26] "GET /forwarding-class/bcbdca7e-560c-4c07-9ebb-06a1a68a88e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1252 0.003796 10.0.0.23 - - [2025-11-27 02:50:26] "GET /projects?obj_uuids=e990ea3f-2ff6-42e6-bafa-9624f621bc90&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.025951 10.0.0.27 - - [2025-11-27 02:50:27] "GET /project/e990ea3f-2ff6-42e6-bafa-9624f621bc90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.065243 10.0.0.27 - - [2025-11-27 02:50:27] "POST /fqname-to-id HTTP/1.1" 404 211 0.002846 10.0.0.27 - - [2025-11-27 02:50:27] "POST /qos-configs HTTP/1.1" 200 543 0.027963 10.0.0.27 - - [2025-11-27 02:50:27] "POST /id-to-fqname HTTP/1.1" 200 217 0.003799 10.0.0.27 - - [2025-11-27 02:50:27] "GET /qos-config/9ed6bb46-7097-474b-99b6-32174e49926d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1504 0.003675 10.0.0.27 - - [2025-11-27 02:50:27] "GET /virtual-machine-interface/dc8a85c7-60ca-4095-9093-dd4d72308f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.005088 10.0.0.27 - - [2025-11-27 02:50:27] "POST /ref-update HTTP/1.1" 200 156 0.013340 10.0.0.27 - - [2025-11-27 02:50:27] "POST /neutron/port HTTP/1.1" 200 1190 0.015155 10.0.0.27 - - [2025-11-27 02:50:27] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007302 10.0.0.27 - - [2025-11-27 02:50:27] "POST /neutron/network HTTP/1.1" 200 967 0.012007 10.0.0.27 - - [2025-11-27 02:50:27] "POST /id-to-fqname HTTP/1.1" 200 214 0.001484 10.0.0.27 - - [2025-11-27 02:50:27] "GET /virtual-machine/8bd1ff56-fb93-4269-b96e-1717d6ddc286 HTTP/1.1" 200 1287 0.003907 10.0.0.27 - - [2025-11-27 02:50:27] "GET /virtual-machine-interface/dc8a85c7-60ca-4095-9093-dd4d72308f90 HTTP/1.1" 200 3353 0.009412 10.0.0.27 - - [2025-11-27 02:50:27] "GET /instance-ip/0b21ccac-233e-430f-b401-aa0ef96835ba HTTP/1.1" 200 1609 0.005412 10.0.0.27 - - [2025-11-27 02:50:27] "GET /instance-ip/8d8ec710-3aa8-43b3-a6f4-ccaa73df8172 HTTP/1.1" 200 1628 0.005009 10.0.0.27 - - [2025-11-27 02:50:27] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007259 10.0.0.27 - - [2025-11-27 02:50:27] "POST /neutron/port HTTP/1.1" 200 1190 0.013766 10.0.0.27 - - [2025-11-27 02:50:28] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009023 10.0.0.27 - - [2025-11-27 02:50:28] "POST /id-to-fqname HTTP/1.1" 200 214 0.001643 10.0.0.27 - - [2025-11-27 02:50:28] "GET /virtual-machine/9cee195e-d5d5-467f-952a-790fffda87f2 HTTP/1.1" 200 1287 0.004980 10.0.0.27 - - [2025-11-27 02:50:28] "GET /virtual-machine-interface/1d8880cd-2b07-4883-b3db-de07ba02ed40 HTTP/1.1" 200 3105 0.006377 10.0.0.27 - - [2025-11-27 02:50:28] "GET /instance-ip/322eeef0-bfa4-40c1-8ab0-8225e817a95c HTTP/1.1" 200 1609 0.006461 10.0.0.27 - - [2025-11-27 02:50:28] "GET /instance-ip/9d158811-6df5-4c8f-a50e-0a4a6c499749 HTTP/1.1" 200 1628 0.006163 10.0.0.27 - - [2025-11-27 02:50:40] "POST /neutron/port HTTP/1.1" 200 1188 0.014117 10.0.0.27 - - [2025-11-27 02:50:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003664 10.0.0.27 - - [2025-11-27 02:50:40] "POST /neutron/port HTTP/1.1" 200 117 0.001025 10.0.0.27 - - [2025-11-27 02:50:44] "POST /neutron/port HTTP/1.1" 200 1190 0.015084 10.0.0.27 - - [2025-11-27 02:50:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003412 10.0.0.27 - - [2025-11-27 02:50:44] "POST /neutron/port HTTP/1.1" 200 117 0.001103 10.0.0.33 - - [2025-11-27 02:50:50] "GET /obj-perms HTTP/1.1" 200 5056 0.058695 10.0.0.23 - - [2025-11-27 02:50:51] "GET /obj-perms HTTP/1.1" 200 5056 0.045177 10.0.0.27 - - [2025-11-27 02:50:53] "GET /virtual-machine-interface/dc8a85c7-60ca-4095-9093-dd4d72308f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2938 0.005078 10.0.0.27 - - [2025-11-27 02:50:53] "POST /ref-update HTTP/1.1" 200 156 0.013890 10.0.0.27 - - [2025-11-27 02:50:53] "DELETE /qos-config/9ed6bb46-7097-474b-99b6-32174e49926d HTTP/1.1" 200 115 0.032311 10.0.0.27 - - [2025-11-27 02:50:53] "POST /id-to-fqname HTTP/1.1" 200 232 0.001034 10.0.0.27 - - [2025-11-27 02:50:53] "DELETE /forwarding-class/bcbdca7e-560c-4c07-9ebb-06a1a68a88e7 HTTP/1.1" 200 115 0.033223 10.0.0.27 - - [2025-11-27 02:50:55] "POST /neutron/network HTTP/1.1" 200 991 0.008062 10.0.0.27 - - [2025-11-27 02:50:55] "POST /neutron/port HTTP/1.1" 200 1190 0.015329 10.0.0.27 - - [2025-11-27 02:50:55] "POST /neutron/port HTTP/1.1" 200 1216 0.010971 10.0.0.27 - - [2025-11-27 02:50:55] "POST /neutron/port HTTP/1.1" 200 1216 0.047730 10.0.0.23 - - [2025-11-27 02:50:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002992 10.0.0.23 - - [2025-11-27 02:50:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002576 10.0.0.23 - - [2025-11-27 02:50:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002466 10.0.0.23 - - [2025-11-27 02:50:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001967 10.0.0.27 - - [2025-11-27 02:50:57] "POST /neutron/network HTTP/1.1" 200 151 0.171952 10.0.0.27 - - [2025-11-27 02:50:57] "DELETE /route-target/875de49d-9002-4d47-bd6e-56d91e9a3d7d HTTP/1.1" 200 115 0.029361 10.0.0.23 - - [2025-11-27 02:50:57] "GET /projects?obj_uuids=e990ea3f-2ff6-42e6-bafa-9624f621bc90&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000903 10.0.0.27 - - [2025-11-27 02:50:57] "GET /project/e990ea3f-2ff6-42e6-bafa-9624f621bc90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.049032 10.0.0.23 - - [2025-11-27 02:50:57] "GET /projects?obj_uuids=e990ea3f-2ff6-42e6-bafa-9624f621bc90&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000952 10.0.0.27 - - [2025-11-27 02:50:57] "GET /project/e990ea3f-2ff6-42e6-bafa-9624f621bc90?fields=virtual_networks HTTP/1.1" 200 1021 0.043066 10.0.0.23 - - [2025-11-27 02:50:57] "GET /projects?obj_uuids=e990ea3f-2ff6-42e6-bafa-9624f621bc90&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001345 10.0.0.27 - - [2025-11-27 02:50:58] "GET /project/e990ea3f-2ff6-42e6-bafa-9624f621bc90?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.043402 10.0.0.23 - - [2025-11-27 02:50:58] "GET /projects?obj_uuids=e990ea3f-2ff6-42e6-bafa-9624f621bc90&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000905 10.0.0.27 - - [2025-11-27 02:50:58] "GET /project/e990ea3f-2ff6-42e6-bafa-9624f621bc90?fields=security_groups HTTP/1.1" 200 1241 0.034456 10.0.0.27 - - [2025-11-27 02:50:58] "POST /fqname-to-id HTTP/1.1" 404 181 0.027312 10.0.0.23 - - [2025-11-27 02:50:58] "GET /projects?obj_uuids=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002786 10.0.0.23 - - [2025-11-27 02:50:59] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000871 10.0.0.23 - - [2025-11-27 02:50:59] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006241 10.0.0.23 - - [2025-11-27 02:50:59] "POST /id-to-fqname HTTP/1.1" 200 183 0.001558 10.0.0.23 - - [2025-11-27 02:50:59] "POST /fqname-to-id HTTP/1.1" 404 192 0.007091 10.0.0.23 - - [2025-11-27 02:50:59] "POST /security-groups HTTP/1.1" 200 584 0.036120 10.0.0.27 - - [2025-11-27 02:50:59] "POST /fqname-to-id HTTP/1.1" 404 227 0.002555 10.0.0.23 - - [2025-11-27 02:50:59] "POST /projects HTTP/1.1" 200 571 0.248169 10.0.0.23 - - [2025-11-27 02:50:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.317948 10.0.0.27 - - [2025-11-27 02:50:59] "POST /access-control-lists HTTP/1.1" 200 587 0.030145 10.0.0.27 - - [2025-11-27 02:50:59] "GET /project/7ddfac08-21f0-4cec-b831-c0a9d2afd6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.457197 10.0.0.27 - - [2025-11-27 02:51:00] "GET / HTTP/1.1" 200 35931 0.001864 10.0.0.27 - - [2025-11-27 02:51:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000450 10.0.0.27 - - [2025-11-27 02:51:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.065902 10.0.0.23 - - [2025-11-27 02:51:02] "GET /projects?obj_uuids=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000904 10.0.0.27 - - [2025-11-27 02:51:02] "GET /project/7ddfac08-21f0-4cec-b831-c0a9d2afd6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.034712 10.0.0.27 - - [2025-11-27 02:51:02] "POST /neutron/network HTTP/1.1" 200 117 0.034726 10.0.0.27 - - [2025-11-27 02:51:03] "POST /neutron/network HTTP/1.1" 200 831 0.007788 10.0.0.27 - - [2025-11-27 02:51:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001121 10.0.0.27 - - [2025-11-27 02:51:03] "GET /virtual-network/eadedd24-980a-4b8f-924e-36be568a933a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005014 10.0.0.27 - - [2025-11-27 02:51:03] "GET /virtual-network/eadedd24-980a-4b8f-924e-36be568a933a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005147 10.0.0.27 - - [2025-11-27 02:51:03] "POST /neutron/subnet HTTP/1.1" 200 724 0.008725 10.0.0.27 - - [2025-11-27 02:51:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002525 10.0.0.27 - - [2025-11-27 02:51:03] "GET /virtual-network/eadedd24-980a-4b8f-924e-36be568a933a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005269 10.0.0.27 - - [2025-11-27 02:51:03] "PUT /virtual-network/eadedd24-980a-4b8f-924e-36be568a933a HTTP/1.1" 200 264 0.051871 10.0.0.27 - - [2025-11-27 02:51:03] "POST /route-targets HTTP/1.1" 200 323 0.012524 10.0.0.27 - - [2025-11-27 02:51:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002577 10.0.0.23 - - [2025-11-27 02:51:03] "GET /projects?obj_uuids=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000928 10.0.0.27 - - [2025-11-27 02:51:03] "GET /project/7ddfac08-21f0-4cec-b831-c0a9d2afd6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.031609 10.0.0.27 - - [2025-11-27 02:51:03] "POST /ref-update HTTP/1.1" 200 156 0.021876 10.0.0.23 - - [2025-11-27 02:51:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004949 10.0.0.27 - - [2025-11-27 02:51:04] "POST /neutron/subnet HTTP/1.1" 200 734 0.235608 10.0.0.27 - - [2025-11-27 02:51:04] "POST /id-to-fqname HTTP/1.1" 200 220 0.001174 10.0.0.27 - - [2025-11-27 02:51:04] "GET /virtual-network/ad88aae3-accd-42fc-ba88-4a015ef512c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004685 10.0.0.27 - - [2025-11-27 02:51:04] "GET /virtual-network/ad88aae3-accd-42fc-ba88-4a015ef512c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005293 10.0.0.27 - - [2025-11-27 02:51:04] "POST /neutron/network HTTP/1.1" 200 833 0.005344 10.0.0.27 - - [2025-11-27 02:51:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.27 - - [2025-11-27 02:51:04] "GET /virtual-network/ad88aae3-accd-42fc-ba88-4a015ef512c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004608 10.0.0.27 - - [2025-11-27 02:51:04] "PUT /virtual-network/ad88aae3-accd-42fc-ba88-4a015ef512c5 HTTP/1.1" 200 264 0.053131 10.0.0.27 - - [2025-11-27 02:51:04] "POST /id-to-fqname HTTP/1.1" 200 220 0.001190 10.0.0.23 - - [2025-11-27 02:51:05] "GET /projects?obj_uuids=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001157 10.0.0.27 - - [2025-11-27 02:51:05] "GET /project/7ddfac08-21f0-4cec-b831-c0a9d2afd6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.060731 10.0.0.27 - - [2025-11-27 02:51:05] "POST /neutron/network HTTP/1.1" 200 831 0.030914 10.0.0.27 - - [2025-11-27 02:51:05] "POST /id-to-fqname HTTP/1.1" 200 220 0.001295 10.0.0.27 - - [2025-11-27 02:51:05] "POST /neutron/port HTTP/1.1" 200 117 0.005601 10.0.0.23 - - [2025-11-27 02:51:05] "GET /projects?obj_uuids=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001175 10.0.0.27 - - [2025-11-27 02:51:06] "POST /neutron/port HTTP/1.1" 200 1053 0.266548 10.0.0.27 - - [2025-11-27 02:51:06] "POST /neutron/port HTTP/1.1" 200 1107 0.094022 10.0.0.27 - - [2025-11-27 02:51:06] "POST /neutron/subnet HTTP/1.1" 200 698 0.008782 10.0.0.23 - - [2025-11-27 02:51:06] "GET /projects?obj_uuids=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000857 10.0.0.27 - - [2025-11-27 02:51:06] "GET /project/7ddfac08-21f0-4cec-b831-c0a9d2afd6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.069684 10.0.0.27 - - [2025-11-27 02:51:06] "POST /neutron/network HTTP/1.1" 200 833 0.005709 10.0.0.27 - - [2025-11-27 02:51:06] "POST /neutron/port HTTP/1.1" 200 117 0.006665 10.0.0.27 - - [2025-11-27 02:51:07] "POST /neutron/network HTTP/1.1" 200 843 0.007264 10.0.0.27 - - [2025-11-27 02:51:07] "POST /neutron/port HTTP/1.1" 200 1055 0.016023 10.0.0.27 - - [2025-11-27 02:51:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003390 10.0.0.27 - - [2025-11-27 02:51:07] "POST /neutron/network HTTP/1.1" 200 833 0.006502 10.0.0.27 - - [2025-11-27 02:51:12] "POST /neutron/port HTTP/1.1" 200 1081 0.014883 10.0.0.27 - - [2025-11-27 02:51:12] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007096 10.0.0.27 - - [2025-11-27 02:51:12] "GET /virtual-machine/8cada1a6-894f-48b8-a1e3-49593946702e HTTP/1.1" 401 292 0.000389 10.0.0.27 - - [2025-11-27 02:51:12] "GET /virtual-machine/8cada1a6-894f-48b8-a1e3-49593946702e HTTP/1.1" 200 1286 0.032192 10.0.0.27 - - [2025-11-27 02:51:12] "GET /virtual-machine-interface/823d13d9-6586-4a1c-a14c-8b540d5d1b39 HTTP/1.1" 200 2927 0.005213 10.0.0.27 - - [2025-11-27 02:51:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.27 - - [2025-11-27 02:51:12] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003775 10.0.0.27 - - [2025-11-27 02:51:12] "GET /virtual-networks?parent_id=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003969 10.0.0.27 - - [2025-11-27 02:51:12] "GET /virtual-network/eadedd24-980a-4b8f-924e-36be568a933a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005800 10.0.0.27 - - [2025-11-27 02:51:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.27 - - [2025-11-27 02:51:15] "GET /virtual-network/eadedd24-980a-4b8f-924e-36be568a933a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006420 10.0.0.27 - - [2025-11-27 02:51:16] "POST /neutron/port HTTP/1.1" 200 1083 0.071945 10.0.0.27 - - [2025-11-27 02:51:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.27 - - [2025-11-27 02:51:17] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003825 10.0.0.27 - - [2025-11-27 02:51:17] "GET /virtual-networks?parent_id=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003346 10.0.0.27 - - [2025-11-27 02:51:17] "GET /virtual-network/eadedd24-980a-4b8f-924e-36be568a933a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006439 10.0.0.27 - - [2025-11-27 02:51:18] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010495 10.0.0.27 - - [2025-11-27 02:51:18] "POST /neutron/port HTTP/1.1" 200 1083 0.016075 10.0.0.27 - - [2025-11-27 02:51:18] "GET /virtual-machine/0f1025b8-21f9-4b2c-8680-605459ea0dcb HTTP/1.1" 200 1284 0.006307 10.0.0.27 - - [2025-11-27 02:51:18] "GET /virtual-machine-interface/a8418cfb-c4a8-4da8-92d0-bbc72a94c751 HTTP/1.1" 200 2928 0.006137 10.0.0.27 - - [2025-11-27 02:51:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.27 - - [2025-11-27 02:51:18] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003791 10.0.0.27 - - [2025-11-27 02:51:18] "GET /virtual-networks?parent_id=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003355 10.0.0.27 - - [2025-11-27 02:51:18] "GET /virtual-network/ad88aae3-accd-42fc-ba88-4a015ef512c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.006423 10.0.0.27 - - [2025-11-27 02:51:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.27 - - [2025-11-27 02:51:19] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003455 10.0.0.27 - - [2025-11-27 02:51:19] "GET /virtual-networks?parent_id=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002457 10.0.0.27 - - [2025-11-27 02:51:19] "GET /virtual-network/ad88aae3-accd-42fc-ba88-4a015ef512c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.005310 10.0.0.27 - - [2025-11-27 02:51:19] "POST /routing-policys HTTP/1.1" 200 534 0.029545 10.0.0.27 - - [2025-11-27 02:51:19] "GET /virtual-network/eadedd24-980a-4b8f-924e-36be568a933a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.015293 10.0.0.27 - - [2025-11-27 02:51:19] "PUT /virtual-network/eadedd24-980a-4b8f-924e-36be568a933a HTTP/1.1" 200 264 0.062869 10.0.0.27 - - [2025-11-27 02:51:23] "POST /ref-update HTTP/1.1" 200 156 0.025412 10.0.0.27 - - [2025-11-27 02:51:23] "POST /ref-update HTTP/1.1" 200 156 0.058088 10.0.0.27 - - [2025-11-27 02:51:23] "DELETE /routing-policy/4498c229-808e-4581-8dd6-1ab8ead36b29 HTTP/1.1" 200 115 0.043879 10.0.0.27 - - [2025-11-27 02:51:24] "POST /neutron/network HTTP/1.1" 400 204 0.012530 10.0.0.27 - - [2025-11-27 02:51:24] "POST /neutron/port HTTP/1.1" 200 151 0.179392 10.0.0.27 - - [2025-11-27 02:51:24] "POST /neutron/port HTTP/1.1" 200 151 0.198381 10.0.0.23 - - [2025-11-27 02:51:24] "DELETE /project/7ddfac0821f04cecb831c0a9d2afd6bf HTTP/1.1" 404 173 0.006851 10.0.0.23 - - [2025-11-27 02:51:24] "GET /projects?obj_uuids=e990ea3f-2ff6-42e6-bafa-9624f621bc90&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000815 10.0.0.23 - - [2025-11-27 02:51:24] "GET /project/e990ea3f-2ff6-42e6-bafa-9624f621bc90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.033603 10.0.0.23 - - [2025-11-27 02:51:24] "GET /projects?obj_uuids=e990ea3f-2ff6-42e6-bafa-9624f621bc90&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001364 10.0.0.23 - - [2025-11-27 02:51:25] "GET /project/e990ea3f-2ff6-42e6-bafa-9624f621bc90?fields=security_groups HTTP/1.1" 200 1346 0.092901 10.0.0.23 - - [2025-11-27 02:51:25] "DELETE /security-group/606f3bc0-c7fa-46b8-808c-3a2a904a22ef HTTP/1.1" 200 115 0.056154 10.0.0.23 - - [2025-11-27 02:51:25] "GET /projects?obj_uuids=e990ea3f-2ff6-42e6-bafa-9624f621bc90&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001226 10.0.0.23 - - [2025-11-27 02:51:25] "GET /project/e990ea3f-2ff6-42e6-bafa-9624f621bc90?fields=application_policy_sets HTTP/1.1" 200 1385 0.059455 10.0.0.23 - - [2025-11-27 02:51:25] "DELETE /project/e990ea3f-2ff6-42e6-bafa-9624f621bc90 HTTP/1.1" 200 115 0.456179 10.0.0.27 - - [2025-11-27 02:51:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.27 - - [2025-11-27 02:51:26] "POST /neutron/network HTTP/1.1" 200 831 0.006892 10.0.0.27 - - [2025-11-27 02:51:26] "DELETE /route-target/e239cb53-8f20-44dc-a7cf-45dbba21d59f HTTP/1.1" 409 239 0.006933 10.0.0.27 - - [2025-11-27 02:51:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002678 10.0.0.27 - - [2025-11-27 02:51:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.23 - - [2025-11-27 02:51:29] "GET /projects?obj_uuids=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000838 10.0.0.27 - - [2025-11-27 02:51:29] "GET /project/7ddfac08-21f0-4cec-b831-c0a9d2afd6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.036889 10.0.0.23 - - [2025-11-27 02:51:29] "GET /projects?obj_uuids=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000913 10.0.0.27 - - [2025-11-27 02:51:29] "POST /neutron/network HTTP/1.1" 200 612 0.104082 10.0.0.27 - - [2025-11-27 02:51:29] "POST /ref-update HTTP/1.1" 200 156 0.022153 10.0.0.27 - - [2025-11-27 02:51:29] "POST /id-to-fqname HTTP/1.1" 200 220 0.003068 10.0.0.27 - - [2025-11-27 02:51:29] "GET /virtual-network/e9f0a26f-3c07-43f7-b6c8-c781494c46c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005100 10.0.0.27 - - [2025-11-27 02:51:29] "POST /neutron/network HTTP/1.1" 200 831 0.007020 10.0.0.27 - - [2025-11-27 02:51:29] "GET /virtual-network/e9f0a26f-3c07-43f7-b6c8-c781494c46c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004836 10.0.0.27 - - [2025-11-27 02:51:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.27 - - [2025-11-27 02:51:29] "GET /virtual-network/e9f0a26f-3c07-43f7-b6c8-c781494c46c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004247 10.0.0.27 - - [2025-11-27 02:51:29] "PUT /virtual-network/e9f0a26f-3c07-43f7-b6c8-c781494c46c7 HTTP/1.1" 200 264 0.041852 10.0.0.27 - - [2025-11-27 02:51:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.007045 10.0.0.23 - - [2025-11-27 02:51:29] "GET /projects?obj_uuids=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000932 10.0.0.27 - - [2025-11-27 02:51:29] "GET /project/7ddfac08-21f0-4cec-b831-c0a9d2afd6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.041877 10.0.0.27 - - [2025-11-27 02:51:29] "POST /neutron/network HTTP/1.1" 200 117 0.011935 10.0.0.27 - - [2025-11-27 02:51:30] "POST /route-targets HTTP/1.1" 200 327 0.012073 10.0.0.27 - - [2025-11-27 02:51:30] "POST /neutron/network HTTP/1.1" 200 833 0.014658 10.0.0.27 - - [2025-11-27 02:51:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.000887 10.0.0.27 - - [2025-11-27 02:51:30] "GET /virtual-network/246c5a2a-599a-4361-9fb0-eb7c6c11db6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004484 10.0.0.27 - - [2025-11-27 02:51:30] "GET /virtual-network/246c5a2a-599a-4361-9fb0-eb7c6c11db6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004786 10.0.0.27 - - [2025-11-27 02:51:30] "POST /neutron/subnet HTTP/1.1" 200 734 0.007543 10.0.0.27 - - [2025-11-27 02:51:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002348 10.0.0.27 - - [2025-11-27 02:51:30] "GET /virtual-network/246c5a2a-599a-4361-9fb0-eb7c6c11db6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004995 10.0.0.27 - - [2025-11-27 02:51:30] "PUT /virtual-network/246c5a2a-599a-4361-9fb0-eb7c6c11db6b HTTP/1.1" 200 264 0.044394 10.0.0.27 - - [2025-11-27 02:51:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.001192 10.0.0.23 - - [2025-11-27 02:51:31] "GET /projects?obj_uuids=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000916 10.0.0.27 - - [2025-11-27 02:51:31] "GET /project/7ddfac08-21f0-4cec-b831-c0a9d2afd6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.060358 10.0.0.27 - - [2025-11-27 02:51:31] "POST /neutron/port HTTP/1.1" 200 117 0.005704 10.0.0.27 - - [2025-11-27 02:51:31] "POST /id-to-fqname HTTP/1.1" 200 220 0.001150 10.0.0.27 - - [2025-11-27 02:51:31] "POST /neutron/network HTTP/1.1" 200 843 0.006225 10.0.0.27 - - [2025-11-27 02:51:32] "POST /neutron/port HTTP/1.1" 200 1053 0.018748 10.0.0.23 - - [2025-11-27 02:51:32] "GET /projects?obj_uuids=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001097 10.0.0.27 - - [2025-11-27 02:51:32] "POST /neutron/port HTTP/1.1" 200 1081 0.022589 10.0.0.27 - - [2025-11-27 02:51:32] "GET /project/7ddfac08-21f0-4cec-b831-c0a9d2afd6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.126800 10.0.0.27 - - [2025-11-27 02:51:32] "POST /neutron/subnet HTTP/1.1" 200 698 0.014819 10.0.0.27 - - [2025-11-27 02:51:32] "POST /neutron/port HTTP/1.1" 200 1081 0.015675 10.0.0.27 - - [2025-11-27 02:51:33] "POST /neutron/port HTTP/1.1" 200 1081 0.016670 10.0.0.23 - - [2025-11-27 02:51:33] "GET /projects?obj_uuids=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001835 10.0.0.27 - - [2025-11-27 02:51:33] "POST /neutron/port HTTP/1.1" 200 1055 0.275838 10.0.0.27 - - [2025-11-27 02:51:33] "POST /neutron/port HTTP/1.1" 200 1109 0.106220 10.0.0.27 - - [2025-11-27 02:51:33] "POST /neutron/subnet HTTP/1.1" 200 708 0.008025 10.0.0.27 - - [2025-11-27 02:51:38] "POST /neutron/port HTTP/1.1" 200 1081 0.013602 10.0.0.27 - - [2025-11-27 02:51:38] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006419 10.0.0.27 - - [2025-11-27 02:51:38] "GET /virtual-machine/8a837856-51f4-47a3-8de4-a5340d50c9cb HTTP/1.1" 200 1285 0.005613 10.0.0.27 - - [2025-11-27 02:51:38] "GET /virtual-machine-interface/e4a57c30-046d-4e37-a228-7a0f4e5cb7bb HTTP/1.1" 200 2928 0.005725 10.0.0.27 - - [2025-11-27 02:51:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.27 - - [2025-11-27 02:51:38] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004328 10.0.0.27 - - [2025-11-27 02:51:38] "GET /virtual-networks?parent_id=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003451 10.0.0.27 - - [2025-11-27 02:51:38] "GET /virtual-network/e9f0a26f-3c07-43f7-b6c8-c781494c46c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006760 10.0.0.27 - - [2025-11-27 02:51:40] "POST /neutron/port HTTP/1.1" 200 1081 0.014907 10.0.0.27 - - [2025-11-27 02:51:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004714 10.0.0.27 - - [2025-11-27 02:51:40] "POST /neutron/network HTTP/1.1" 200 831 0.006242 10.0.0.27 - - [2025-11-27 02:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.27 - - [2025-11-27 02:51:41] "GET /virtual-network/e9f0a26f-3c07-43f7-b6c8-c781494c46c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.004812 10.0.0.27 - - [2025-11-27 02:51:42] "POST /neutron/port HTTP/1.1" 200 1083 0.018068 10.0.0.27 - - [2025-11-27 02:51:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.27 - - [2025-11-27 02:51:43] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003446 10.0.0.27 - - [2025-11-27 02:51:43] "GET /virtual-networks?parent_id=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002797 10.0.0.27 - - [2025-11-27 02:51:43] "GET /virtual-network/e9f0a26f-3c07-43f7-b6c8-c781494c46c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005448 10.0.0.27 - - [2025-11-27 02:51:43] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006609 10.0.0.27 - - [2025-11-27 02:51:44] "POST /neutron/port HTTP/1.1" 200 1083 0.015591 10.0.0.27 - - [2025-11-27 02:51:44] "GET /virtual-machine/1aa566fa-a119-4550-a3d1-ee6ca7595024 HTTP/1.1" 200 1285 0.006181 10.0.0.27 - - [2025-11-27 02:51:44] "GET /virtual-machine-interface/b3a58174-3c5a-4928-8217-0c1f25fa82c5 HTTP/1.1" 200 2927 0.004567 10.0.0.27 - - [2025-11-27 02:51:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.27 - - [2025-11-27 02:51:44] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003860 10.0.0.27 - - [2025-11-27 02:51:44] "GET /virtual-networks?parent_id=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002866 10.0.0.27 - - [2025-11-27 02:51:44] "GET /virtual-network/246c5a2a-599a-4361-9fb0-eb7c6c11db6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005060 10.0.0.27 - - [2025-11-27 02:51:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.27 - - [2025-11-27 02:51:45] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002939 10.0.0.27 - - [2025-11-27 02:51:45] "GET /virtual-networks?parent_id=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004103 10.0.0.27 - - [2025-11-27 02:51:45] "GET /virtual-network/246c5a2a-599a-4361-9fb0-eb7c6c11db6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005460 10.0.0.27 - - [2025-11-27 02:51:45] "POST /routing-policys HTTP/1.1" 200 534 0.025311 10.0.0.27 - - [2025-11-27 02:51:45] "GET /virtual-network/e9f0a26f-3c07-43f7-b6c8-c781494c46c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006414 10.0.0.27 - - [2025-11-27 02:51:45] "PUT /virtual-network/e9f0a26f-3c07-43f7-b6c8-c781494c46c7 HTTP/1.1" 200 264 0.050712 10.0.0.27 - - [2025-11-27 02:51:45] "POST /ref-update HTTP/1.1" 200 156 0.016460 10.0.0.27 - - [2025-11-27 02:51:46] "POST /neutron/port HTTP/1.1" 200 1083 0.014504 10.0.0.27 - - [2025-11-27 02:51:46] "POST /neutron/subnet HTTP/1.1" 200 708 0.008384 10.0.0.27 - - [2025-11-27 02:51:49] "POST /routing-policys HTTP/1.1" 200 534 0.022517 10.0.0.27 - - [2025-11-27 02:51:49] "GET /virtual-network/e9f0a26f-3c07-43f7-b6c8-c781494c46c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.010563 10.0.0.27 - - [2025-11-27 02:51:49] "PUT /virtual-network/e9f0a26f-3c07-43f7-b6c8-c781494c46c7 HTTP/1.1" 200 264 0.047220 10.0.0.27 - - [2025-11-27 02:51:49] "POST /ref-update HTTP/1.1" 200 156 0.040789 10.0.0.27 - - [2025-11-27 02:51:49] "POST /ref-update HTTP/1.1" 200 156 0.030745 10.0.0.27 - - [2025-11-27 02:51:49] "DELETE /routing-policy/8ef9fcbe-9e01-4854-9070-8352b21058f2 HTTP/1.1" 200 115 0.049591 10.0.0.27 - - [2025-11-27 02:51:49] "POST /ref-update HTTP/1.1" 200 156 0.054252 10.0.0.27 - - [2025-11-27 02:51:49] "DELETE /routing-policy/35eaff0b-83e5-4813-a1e1-6de79d812177 HTTP/1.1" 200 115 0.030310 10.0.0.27 - - [2025-11-27 02:51:49] "POST /neutron/network HTTP/1.1" 200 833 0.006821 10.0.0.27 - - [2025-11-27 02:51:50] "POST /neutron/port HTTP/1.1" 200 1109 0.011109 10.0.0.27 - - [2025-11-27 02:51:50] "POST /neutron/port HTTP/1.1" 200 1107 0.014615 10.0.0.23 - - [2025-11-27 02:51:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003942 10.0.0.23 - - [2025-11-27 02:51:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002227 10.0.0.27 - - [2025-11-27 02:51:52] "POST /neutron/network HTTP/1.1" 200 151 0.109756 10.0.0.27 - - [2025-11-27 02:51:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.27 - - [2025-11-27 02:51:52] "DELETE /route-target/e86580e0-dd7c-48af-b2c8-2dbf458ec722 HTTP/1.1" 200 115 0.023169 10.0.0.27 - - [2025-11-27 02:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.23 - - [2025-11-27 02:51:54] "GET /projects?obj_uuids=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000875 10.0.0.27 - - [2025-11-27 02:51:54] "GET /project/7ddfac08-21f0-4cec-b831-c0a9d2afd6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.031613 10.0.0.27 - - [2025-11-27 02:51:54] "POST /neutron/network HTTP/1.1" 200 117 0.011315 10.0.0.27 - - [2025-11-27 02:51:55] "POST /route-targets HTTP/1.1" 200 327 0.016259 10.0.0.27 - - [2025-11-27 02:51:55] "POST /neutron/network HTTP/1.1" 200 831 0.007574 10.0.0.27 - - [2025-11-27 02:51:55] "POST /id-to-fqname HTTP/1.1" 200 220 0.001042 10.0.0.27 - - [2025-11-27 02:51:55] "GET /virtual-network/53234549-0048-4fc3-bbc4-a8fa61837a38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004714 10.0.0.27 - - [2025-11-27 02:51:55] "GET /virtual-network/53234549-0048-4fc3-bbc4-a8fa61837a38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005265 10.0.0.27 - - [2025-11-27 02:51:55] "POST /neutron/subnet HTTP/1.1" 200 725 0.008548 10.0.0.27 - - [2025-11-27 02:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002333 10.0.0.27 - - [2025-11-27 02:51:55] "GET /virtual-network/53234549-0048-4fc3-bbc4-a8fa61837a38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004649 10.0.0.27 - - [2025-11-27 02:51:55] "PUT /virtual-network/53234549-0048-4fc3-bbc4-a8fa61837a38 HTTP/1.1" 200 264 0.057456 10.0.0.27 - - [2025-11-27 02:51:55] "POST /ref-update HTTP/1.1" 200 156 0.029976 10.0.0.27 - - [2025-11-27 02:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.23 - - [2025-11-27 02:51:55] "GET /projects?obj_uuids=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001184 10.0.0.27 - - [2025-11-27 02:51:55] "GET /project/7ddfac08-21f0-4cec-b831-c0a9d2afd6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.037297 10.0.0.23 - - [2025-11-27 02:51:56] "POST /useragent-kv HTTP/1.1" 200 115 0.009464 10.0.0.27 - - [2025-11-27 02:51:56] "POST /neutron/subnet HTTP/1.1" 200 730 0.226129 10.0.0.27 - - [2025-11-27 02:51:56] "POST /id-to-fqname HTTP/1.1" 200 220 0.001757 10.0.0.27 - - [2025-11-27 02:51:56] "GET /virtual-network/51f479e2-95e2-43ec-836d-d7297d39c81a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004802 10.0.0.27 - - [2025-11-27 02:51:56] "GET /virtual-network/51f479e2-95e2-43ec-836d-d7297d39c81a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004808 10.0.0.27 - - [2025-11-27 02:51:56] "POST /neutron/network HTTP/1.1" 200 832 0.007504 10.0.0.27 - - [2025-11-27 02:51:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.27 - - [2025-11-27 02:51:56] "GET /virtual-network/51f479e2-95e2-43ec-836d-d7297d39c81a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005130 10.0.0.27 - - [2025-11-27 02:51:56] "POST /ref-update HTTP/1.1" 200 156 0.021078 10.0.0.27 - - [2025-11-27 02:51:56] "PUT /virtual-network/51f479e2-95e2-43ec-836d-d7297d39c81a HTTP/1.1" 200 264 0.064214 10.0.0.27 - - [2025-11-27 02:51:56] "POST /id-to-fqname HTTP/1.1" 200 220 0.001200 10.0.0.23 - - [2025-11-27 02:51:57] "GET /projects?obj_uuids=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000991 10.0.0.27 - - [2025-11-27 02:51:57] "GET /project/7ddfac08-21f0-4cec-b831-c0a9d2afd6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.085016 10.0.0.27 - - [2025-11-27 02:51:57] "POST /neutron/network HTTP/1.1" 200 831 0.007984 10.0.0.27 - - [2025-11-27 02:51:57] "POST /id-to-fqname HTTP/1.1" 200 220 0.001200 10.0.0.27 - - [2025-11-27 02:51:57] "POST /neutron/port HTTP/1.1" 200 117 0.008831 10.0.0.23 - - [2025-11-27 02:51:57] "GET /projects?obj_uuids=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000923 10.0.0.27 - - [2025-11-27 02:51:58] "POST /neutron/port HTTP/1.1" 200 1053 0.284493 10.0.0.27 - - [2025-11-27 02:51:58] "POST /neutron/port HTTP/1.1" 200 1107 0.092664 10.0.0.27 - - [2025-11-27 02:51:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.007786 10.0.0.23 - - [2025-11-27 02:51:58] "GET /projects?obj_uuids=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001033 10.0.0.27 - - [2025-11-27 02:51:58] "GET /project/7ddfac08-21f0-4cec-b831-c0a9d2afd6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.074506 10.0.0.27 - - [2025-11-27 02:51:58] "POST /neutron/network HTTP/1.1" 200 832 0.007204 10.0.0.27 - - [2025-11-27 02:51:58] "POST /neutron/port HTTP/1.1" 200 117 0.007476 10.0.0.27 - - [2025-11-27 02:51:59] "POST /neutron/network HTTP/1.1" 200 842 0.009652 10.0.0.27 - - [2025-11-27 02:51:59] "POST /neutron/port HTTP/1.1" 200 1054 0.014470 10.0.0.27 - - [2025-11-27 02:51:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003314 10.0.0.27 - - [2025-11-27 02:51:59] "POST /neutron/network HTTP/1.1" 200 832 0.006099 10.0.0.27 - - [2025-11-27 02:52:04] "POST /neutron/port HTTP/1.1" 200 1081 0.015077 10.0.0.27 - - [2025-11-27 02:52:04] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006624 10.0.0.27 - - [2025-11-27 02:52:04] "GET /virtual-machine/c842e224-66ef-48e0-864a-41e98921a9fb HTTP/1.1" 200 1285 0.005018 10.0.0.27 - - [2025-11-27 02:52:04] "GET /virtual-machine-interface/a310959a-3fcb-428d-bc0b-834907e2aaeb HTTP/1.1" 200 2928 0.004514 10.0.0.27 - - [2025-11-27 02:52:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.27 - - [2025-11-27 02:52:04] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003346 10.0.0.27 - - [2025-11-27 02:52:04] "GET /virtual-networks?parent_id=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003626 10.0.0.27 - - [2025-11-27 02:52:04] "GET /virtual-network/53234549-0048-4fc3-bbc4-a8fa61837a38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005356 10.0.0.27 - - [2025-11-27 02:52:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.27 - - [2025-11-27 02:52:07] "GET /virtual-network/53234549-0048-4fc3-bbc4-a8fa61837a38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005430 10.0.0.27 - - [2025-11-27 02:52:08] "POST /neutron/port HTTP/1.1" 200 1082 0.015536 10.0.0.27 - - [2025-11-27 02:52:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.27 - - [2025-11-27 02:52:09] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003221 10.0.0.27 - - [2025-11-27 02:52:09] "GET /virtual-networks?parent_id=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002830 10.0.0.27 - - [2025-11-27 02:52:09] "GET /virtual-network/53234549-0048-4fc3-bbc4-a8fa61837a38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005214 10.0.0.27 - - [2025-11-27 02:52:09] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006911 10.0.0.27 - - [2025-11-27 02:52:09] "POST /neutron/port HTTP/1.1" 200 1082 0.015148 10.0.0.27 - - [2025-11-27 02:52:09] "GET /virtual-machine/f3396852-17db-4bb0-81d4-d74f33f5cc89 HTTP/1.1" 200 1285 0.006066 10.0.0.27 - - [2025-11-27 02:52:09] "GET /virtual-machine-interface/df18b06c-b025-4722-b937-2f1122559ea8 HTTP/1.1" 200 2928 0.004755 10.0.0.27 - - [2025-11-27 02:52:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.27 - - [2025-11-27 02:52:09] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003253 10.0.0.27 - - [2025-11-27 02:52:09] "GET /virtual-networks?parent_id=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003121 10.0.0.27 - - [2025-11-27 02:52:10] "GET /virtual-network/51f479e2-95e2-43ec-836d-d7297d39c81a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005334 10.0.0.27 - - [2025-11-27 02:52:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.27 - - [2025-11-27 02:52:11] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003422 10.0.0.27 - - [2025-11-27 02:52:11] "GET /virtual-networks?parent_id=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002823 10.0.0.27 - - [2025-11-27 02:52:11] "GET /virtual-network/51f479e2-95e2-43ec-836d-d7297d39c81a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005229 10.0.0.27 - - [2025-11-27 02:52:11] "POST /interface-route-tables HTTP/1.1" 200 574 0.023315 10.0.0.27 - - [2025-11-27 02:52:11] "GET /interface-route-table/7e5a2fc5-2b2a-4516-8ccb-797d46849e60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1306 0.020488 10.0.0.27 - - [2025-11-27 02:52:11] "GET /virtual-machine-interface/a310959a-3fcb-428d-bc0b-834907e2aaeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.005518 10.0.0.27 - - [2025-11-27 02:52:11] "POST /ref-update HTTP/1.1" 200 156 0.014066 10.0.0.27 - - [2025-11-27 02:52:11] "POST /routing-policys HTTP/1.1" 200 534 0.025292 10.0.0.27 - - [2025-11-27 02:52:11] "GET /virtual-network/53234549-0048-4fc3-bbc4-a8fa61837a38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005436 10.0.0.27 - - [2025-11-27 02:52:11] "PUT /virtual-network/53234549-0048-4fc3-bbc4-a8fa61837a38 HTTP/1.1" 200 264 0.045446 10.0.0.27 - - [2025-11-27 02:52:15] "POST /ref-update HTTP/1.1" 200 156 0.053317 10.0.0.27 - - [2025-11-27 02:52:15] "DELETE /routing-policy/5986af16-e0a0-4ed6-9262-2ba677324172 HTTP/1.1" 200 115 0.045888 10.0.0.27 - - [2025-11-27 02:52:15] "POST /neutron/network HTTP/1.1" 400 204 0.012240 10.0.0.27 - - [2025-11-27 02:52:16] "POST /neutron/port HTTP/1.1" 200 151 0.168564 10.0.0.27 - - [2025-11-27 02:52:16] "POST /neutron/port HTTP/1.1" 200 151 0.180292 10.0.0.27 - - [2025-11-27 02:52:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005090 10.0.0.27 - - [2025-11-27 02:52:17] "POST /neutron/network HTTP/1.1" 200 831 0.016354 10.0.0.27 - - [2025-11-27 02:52:17] "DELETE /route-target/2387c93b-004e-4bd5-841b-2a91f3aa463d HTTP/1.1" 409 239 0.005116 10.0.0.27 - - [2025-11-27 02:52:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006302 10.0.0.23 - - [2025-11-27 02:52:19] "GET /projects?obj_uuids=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001032 10.0.0.27 - - [2025-11-27 02:52:19] "GET /project/7ddfac08-21f0-4cec-b831-c0a9d2afd6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.039348 10.0.0.23 - - [2025-11-27 02:52:19] "GET /projects?obj_uuids=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000908 10.0.0.27 - - [2025-11-27 02:52:19] "GET /project/7ddfac08-21f0-4cec-b831-c0a9d2afd6bf?fields=virtual_networks HTTP/1.1" 200 1018 0.031535 10.0.0.23 - - [2025-11-27 02:52:19] "GET /projects?obj_uuids=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001157 10.0.0.27 - - [2025-11-27 02:52:19] "GET /project/7ddfac08-21f0-4cec-b831-c0a9d2afd6bf?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.032587 10.0.0.23 - - [2025-11-27 02:52:19] "GET /projects?obj_uuids=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000910 10.0.0.27 - - [2025-11-27 02:52:19] "GET /project/7ddfac08-21f0-4cec-b831-c0a9d2afd6bf?fields=security_groups HTTP/1.1" 200 1237 0.035792 10.0.0.23 - - [2025-11-27 02:52:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.27 - - [2025-11-27 02:52:20] "POST /fqname-to-id HTTP/1.1" 404 192 0.071756 10.0.0.23 - - [2025-11-27 02:52:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.23 - - [2025-11-27 02:52:20] "GET /projects?obj_uuids=63762aac-a87d-4677-b445-45fb3d51b7c5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002888 10.0.0.23 - - [2025-11-27 02:52:20] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000930 10.0.0.23 - - [2025-11-27 02:52:20] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006814 10.0.0.23 - - [2025-11-27 02:52:20] "POST /id-to-fqname HTTP/1.1" 200 194 0.005824 10.0.0.23 - - [2025-11-27 02:52:20] "POST /fqname-to-id HTTP/1.1" 404 203 0.006663 10.0.0.23 - - [2025-11-27 02:52:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000327 10.0.0.23 - - [2025-11-27 02:52:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.23 - - [2025-11-27 02:52:20] "POST /security-groups HTTP/1.1" 200 595 0.029674 10.0.0.23 - - [2025-11-27 02:52:20] "POST /projects HTTP/1.1" 200 593 0.238288 10.0.0.27 - - [2025-11-27 02:52:20] "POST /access-control-lists HTTP/1.1" 200 600 0.024018 10.0.0.23 - - [2025-11-27 02:52:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.314405 10.0.0.27 - - [2025-11-27 02:52:20] "GET /project/63762aac-a87d-4677-b445-45fb3d51b7c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.448884 10.0.0.33 - - [2025-11-27 02:52:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.33 - - [2025-11-27 02:52:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.27 - - [2025-11-27 02:52:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.33 - - [2025-11-27 02:52:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000869 10.0.0.27 - - [2025-11-27 02:52:22] "GET / HTTP/1.1" 200 35931 0.010705 10.0.0.27 - - [2025-11-27 02:52:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.33 - - [2025-11-27 02:52:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.27 - - [2025-11-27 02:52:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.27 - - [2025-11-27 02:52:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.27 - - [2025-11-27 02:52:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000365 10.0.0.27 - - [2025-11-27 02:52:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.058999 10.0.0.23 - - [2025-11-27 02:52:24] "GET /projects?obj_uuids=63762aac-a87d-4677-b445-45fb3d51b7c5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000846 10.0.0.27 - - [2025-11-27 02:52:24] "GET /project/63762aac-a87d-4677-b445-45fb3d51b7c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.039992 10.0.0.23 - - [2025-11-27 02:52:24] "GET /projects?obj_uuids=63762aac-a87d-4677-b445-45fb3d51b7c5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000881 10.0.0.27 - - [2025-11-27 02:52:24] "POST /neutron/network HTTP/1.1" 200 613 0.146128 10.0.0.27 - - [2025-11-27 02:52:24] "POST /route-targets HTTP/1.1" 200 327 0.013043 10.0.0.27 - - [2025-11-27 02:52:24] "POST /id-to-fqname HTTP/1.1" 200 226 0.002943 10.0.0.27 - - [2025-11-27 02:52:24] "GET /virtual-network/5a5fe1fb-002f-4a90-b173-d6c4196ff1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006268 10.0.0.27 - - [2025-11-27 02:52:25] "POST /neutron/network HTTP/1.1" 200 833 0.005700 10.0.0.27 - - [2025-11-27 02:52:25] "GET /virtual-network/5a5fe1fb-002f-4a90-b173-d6c4196ff1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004493 10.0.0.23 - - [2025-11-27 02:52:25] "DELETE /project/63762aaca87d4677b44545fb3d51b7c5 HTTP/1.1" 404 173 0.004144 10.0.0.23 - - [2025-11-27 02:52:25] "GET /projects?obj_uuids=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001008 10.0.0.23 - - [2025-11-27 02:52:25] "GET /project/7ddfac08-21f0-4cec-b831-c0a9d2afd6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.044619 10.0.0.23 - - [2025-11-27 02:52:25] "GET /projects?obj_uuids=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001249 10.0.0.23 - - [2025-11-27 02:52:25] "GET /project/7ddfac08-21f0-4cec-b831-c0a9d2afd6bf?fields=security_groups HTTP/1.1" 200 1342 0.067881 10.0.0.27 - - [2025-11-27 02:52:25] "GET /virtual-network/5a5fe1fb-002f-4a90-b173-d6c4196ff1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007180 10.0.0.23 - - [2025-11-27 02:52:25] "DELETE /security-group/baf357fa-8fb4-4a4b-8cf7-a707ef48adf9 HTTP/1.1" 200 115 0.053121 10.0.0.23 - - [2025-11-27 02:52:25] "GET /projects?obj_uuids=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000938 10.0.0.23 - - [2025-11-27 02:52:25] "GET /project/7ddfac08-21f0-4cec-b831-c0a9d2afd6bf?fields=application_policy_sets HTTP/1.1" 200 1381 0.047895 10.0.0.27 - - [2025-11-27 02:52:25] "DELETE /access-control-list/e6700809-a15a-48dd-a223-94d07578e014 HTTP/1.1" 200 115 0.046000 10.0.0.23 - - [2025-11-27 02:52:25] "DELETE /project/7ddfac08-21f0-4cec-b831-c0a9d2afd6bf HTTP/1.1" 409 278 0.317374 10.0.0.27 - - [2025-11-27 02:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.27 - - [2025-11-27 02:52:27] "GET /virtual-network/5a5fe1fb-002f-4a90-b173-d6c4196ff1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004899 10.0.0.27 - - [2025-11-27 02:52:27] "PUT /virtual-network/5a5fe1fb-002f-4a90-b173-d6c4196ff1ca HTTP/1.1" 200 264 0.051084 10.0.0.27 - - [2025-11-27 02:52:32] "POST /id-to-fqname HTTP/1.1" 200 226 0.001348 10.0.0.27 - - [2025-11-27 02:52:32] "POST /neutron/network HTTP/1.1" 200 843 0.006943 10.0.0.23 - - [2025-11-27 02:52:33] "GET /projects?obj_uuids=63762aac-a87d-4677-b445-45fb3d51b7c5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001004 10.0.0.27 - - [2025-11-27 02:52:33] "GET /project/63762aac-a87d-4677-b445-45fb3d51b7c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.065523 10.0.0.27 - - [2025-11-27 02:52:33] "POST /neutron/port HTTP/1.1" 200 117 0.006057 10.0.0.23 - - [2025-11-27 02:52:33] "GET /projects?obj_uuids=63762aac-a87d-4677-b445-45fb3d51b7c5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001115 10.0.0.27 - - [2025-11-27 02:52:34] "POST /neutron/port HTTP/1.1" 200 1065 0.253129 10.0.0.27 - - [2025-11-27 02:52:34] "POST /neutron/port HTTP/1.1" 200 1119 0.096712 10.0.0.27 - - [2025-11-27 02:52:34] "POST /neutron/subnet HTTP/1.1" 200 703 0.007820 10.0.0.27 - - [2025-11-27 02:52:38] "POST /neutron/port HTTP/1.1" 200 1093 0.014499 10.0.0.27 - - [2025-11-27 02:52:38] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007000 10.0.0.27 - - [2025-11-27 02:52:38] "GET /virtual-machine/b37facc1-e34d-4b80-a743-9642fbbfce35 HTTP/1.1" 401 292 0.000378 10.0.0.27 - - [2025-11-27 02:52:39] "GET /virtual-machine/b37facc1-e34d-4b80-a743-9642fbbfce35 HTTP/1.1" 200 1297 0.034121 10.0.0.27 - - [2025-11-27 02:52:39] "GET /virtual-machine-interface/ef122032-fde2-4f87-9b92-f3a87af26024 HTTP/1.1" 200 2968 0.005612 10.0.0.27 - - [2025-11-27 02:52:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.27 - - [2025-11-27 02:52:39] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004598 10.0.0.27 - - [2025-11-27 02:52:39] "GET /virtual-networks?parent_id=63762aac-a87d-4677-b445-45fb3d51b7c5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003075 10.0.0.27 - - [2025-11-27 02:52:39] "GET /virtual-network/5a5fe1fb-002f-4a90-b173-d6c4196ff1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005322 10.0.0.27 - - [2025-11-27 02:52:40] "POST /neutron/port HTTP/1.1" 200 1093 0.035883 10.0.0.27 - - [2025-11-27 02:52:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003407 10.0.0.27 - - [2025-11-27 02:52:40] "POST /neutron/network HTTP/1.1" 200 833 0.010761 10.0.0.27 - - [2025-11-27 02:52:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.27 - - [2025-11-27 02:52:42] "GET /virtual-network/5a5fe1fb-002f-4a90-b173-d6c4196ff1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.004411 10.0.0.27 - - [2025-11-27 02:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.27 - - [2025-11-27 02:52:46] "GET /virtual-network/5a5fe1fb-002f-4a90-b173-d6c4196ff1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005650 10.0.0.27 - - [2025-11-27 02:52:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005972 10.0.0.27 - - [2025-11-27 02:52:50] "GET /virtual-network/5a5fe1fb-002f-4a90-b173-d6c4196ff1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006398 10.0.0.27 - - [2025-11-27 02:52:52] "GET /obj-perms HTTP/1.1" 200 5056 0.058062 10.0.0.27 - - [2025-11-27 02:52:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.27 - - [2025-11-27 02:52:54] "GET /virtual-network/5a5fe1fb-002f-4a90-b173-d6c4196ff1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005148 10.0.0.27 - - [2025-11-27 02:52:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.27 - - [2025-11-27 02:52:58] "GET /virtual-network/5a5fe1fb-002f-4a90-b173-d6c4196ff1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005321 10.0.0.27 - - [2025-11-27 02:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.27 - - [2025-11-27 02:53:02] "GET /virtual-network/5a5fe1fb-002f-4a90-b173-d6c4196ff1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005307 10.0.0.27 - - [2025-11-27 02:53:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.27 - - [2025-11-27 02:53:06] "GET /virtual-network/5a5fe1fb-002f-4a90-b173-d6c4196ff1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005798 10.0.0.27 - - [2025-11-27 02:53:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.27 - - [2025-11-27 02:53:11] "GET /virtual-network/5a5fe1fb-002f-4a90-b173-d6c4196ff1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.004611 10.0.0.27 - - [2025-11-27 02:53:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.27 - - [2025-11-27 02:53:13] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003865 10.0.0.27 - - [2025-11-27 02:53:13] "GET /virtual-networks?parent_id=63762aac-a87d-4677-b445-45fb3d51b7c5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003756 10.0.0.27 - - [2025-11-27 02:53:13] "GET /virtual-network/5a5fe1fb-002f-4a90-b173-d6c4196ff1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006846 10.0.0.27 - - [2025-11-27 02:53:18] "POST /neutron/port HTTP/1.1" 200 1093 0.014053 10.0.0.27 - - [2025-11-27 02:53:22] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006254 10.0.0.27 - - [2025-11-27 02:53:28] "POST /neutron/port HTTP/1.1" 200 1093 0.012727 10.0.0.27 - - [2025-11-27 02:53:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.27 - - [2025-11-27 02:53:34] "GET /virtual-network/5a5fe1fb-002f-4a90-b173-d6c4196ff1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005374 10.0.0.27 - - [2025-11-27 02:53:34] "PUT /virtual-network/5a5fe1fb-002f-4a90-b173-d6c4196ff1ca HTTP/1.1" 200 264 0.045652 10.0.0.27 - - [2025-11-27 02:53:34] "POST /ref-update HTTP/1.1" 200 156 0.025117 10.0.0.27 - - [2025-11-27 02:53:39] "POST /neutron/network HTTP/1.1" 400 204 0.012276 10.0.0.27 - - [2025-11-27 02:53:39] "POST /neutron/port HTTP/1.1" 200 151 0.141630 10.0.0.27 - - [2025-11-27 02:53:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.27 - - [2025-11-27 02:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.23 - - [2025-11-27 02:53:44] "GET /projects?obj_uuids=63762aac-a87d-4677-b445-45fb3d51b7c5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001223 10.0.0.27 - - [2025-11-27 02:53:44] "GET /project/63762aac-a87d-4677-b445-45fb3d51b7c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.043594 10.0.0.27 - - [2025-11-27 02:53:44] "POST /neutron/network HTTP/1.1" 200 117 0.011665 10.0.0.27 - - [2025-11-27 02:53:44] "POST /ref-update HTTP/1.1" 200 156 0.023124 10.0.0.27 - - [2025-11-27 02:53:44] "POST /neutron/network HTTP/1.1" 200 831 0.008353 10.0.0.27 - - [2025-11-27 02:53:44] "POST /id-to-fqname HTTP/1.1" 200 226 0.001222 10.0.0.27 - - [2025-11-27 02:53:44] "GET /virtual-network/fbfb239b-4f86-40f5-800d-976a17efc1c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005117 10.0.0.27 - - [2025-11-27 02:53:44] "GET /virtual-network/fbfb239b-4f86-40f5-800d-976a17efc1c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005307 10.0.0.27 - - [2025-11-27 02:53:44] "POST /neutron/subnet HTTP/1.1" 200 720 0.009041 10.0.0.27 - - [2025-11-27 02:53:44] "GET /virtual-network/fbfb239b-4f86-40f5-800d-976a17efc1c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005564 10.0.0.33 - - [2025-11-27 02:53:45] "GET /obj-perms HTTP/1.1" 200 5038 0.045782 10.0.0.23 - - [2025-11-27 02:53:45] "GET /obj-perms HTTP/1.1" 200 5038 0.044563 10.0.0.27 - - [2025-11-27 02:53:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.27 - - [2025-11-27 02:53:45] "GET /virtual-network/fbfb239b-4f86-40f5-800d-976a17efc1c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004623 10.0.0.27 - - [2025-11-27 02:53:45] "PUT /virtual-network/fbfb239b-4f86-40f5-800d-976a17efc1c9 HTTP/1.1" 200 264 0.080218 10.0.0.27 - - [2025-11-27 02:53:50] "POST /id-to-fqname HTTP/1.1" 200 226 0.001331 10.0.0.23 - - [2025-11-27 02:53:51] "GET /projects?obj_uuids=63762aac-a87d-4677-b445-45fb3d51b7c5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000906 10.0.0.27 - - [2025-11-27 02:53:51] "GET /project/63762aac-a87d-4677-b445-45fb3d51b7c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.057569 10.0.0.27 - - [2025-11-27 02:53:51] "POST /neutron/port HTTP/1.1" 200 117 0.006583 10.0.0.27 - - [2025-11-27 02:53:51] "POST /neutron/network HTTP/1.1" 200 841 0.007147 10.0.0.27 - - [2025-11-27 02:53:52] "POST /neutron/port HTTP/1.1" 200 1063 0.037006 10.0.0.27 - - [2025-11-27 02:53:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003431 10.0.0.27 - - [2025-11-27 02:53:52] "POST /neutron/network HTTP/1.1" 200 831 0.006866 10.0.0.27 - - [2025-11-27 02:53:56] "POST /neutron/port HTTP/1.1" 200 1091 0.015142 10.0.0.27 - - [2025-11-27 02:53:56] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006463 10.0.0.27 - - [2025-11-27 02:53:56] "GET /virtual-machine/f2a24475-4888-404b-9601-9d9da066d61a HTTP/1.1" 200 1297 0.006017 10.0.0.27 - - [2025-11-27 02:53:56] "GET /virtual-machine-interface/97415617-5058-40cd-870f-13d02ff3c14a HTTP/1.1" 200 2967 0.005317 10.0.0.27 - - [2025-11-27 02:53:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.27 - - [2025-11-27 02:53:56] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003390 10.0.0.27 - - [2025-11-27 02:53:56] "GET /virtual-networks?parent_id=63762aac-a87d-4677-b445-45fb3d51b7c5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002982 10.0.0.27 - - [2025-11-27 02:53:56] "GET /virtual-network/fbfb239b-4f86-40f5-800d-976a17efc1c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005255 10.0.0.27 - - [2025-11-27 02:53:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.27 - - [2025-11-27 02:53:59] "GET /virtual-network/fbfb239b-4f86-40f5-800d-976a17efc1c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006115 10.0.0.27 - - [2025-11-27 02:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.27 - - [2025-11-27 02:54:04] "GET /virtual-network/fbfb239b-4f86-40f5-800d-976a17efc1c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005290 10.0.0.27 - - [2025-11-27 02:54:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.27 - - [2025-11-27 02:54:08] "GET /virtual-network/fbfb239b-4f86-40f5-800d-976a17efc1c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.004630 10.0.0.27 - - [2025-11-27 02:54:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.27 - - [2025-11-27 02:54:12] "GET /virtual-network/fbfb239b-4f86-40f5-800d-976a17efc1c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006186 10.0.0.27 - - [2025-11-27 02:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.27 - - [2025-11-27 02:54:16] "GET /virtual-network/fbfb239b-4f86-40f5-800d-976a17efc1c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005020 10.0.0.27 - - [2025-11-27 02:54:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.27 - - [2025-11-27 02:54:20] "GET /virtual-network/fbfb239b-4f86-40f5-800d-976a17efc1c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.004729 10.0.0.27 - - [2025-11-27 02:54:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.27 - - [2025-11-27 02:54:24] "GET /virtual-network/fbfb239b-4f86-40f5-800d-976a17efc1c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.004742 10.0.0.27 - - [2025-11-27 02:54:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.27 - - [2025-11-27 02:54:28] "GET /virtual-network/fbfb239b-4f86-40f5-800d-976a17efc1c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005951 10.0.0.27 - - [2025-11-27 02:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.27 - - [2025-11-27 02:54:30] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002974 10.0.0.27 - - [2025-11-27 02:54:30] "GET /virtual-networks?parent_id=63762aac-a87d-4677-b445-45fb3d51b7c5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002604 10.0.0.27 - - [2025-11-27 02:54:30] "GET /virtual-network/fbfb239b-4f86-40f5-800d-976a17efc1c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005377 10.0.0.27 - - [2025-11-27 02:54:36] "POST /neutron/port HTTP/1.1" 200 1091 0.016659 10.0.0.27 - - [2025-11-27 02:54:40] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008328 10.0.0.27 - - [2025-11-27 02:54:46] "POST /neutron/port HTTP/1.1" 200 1091 0.013411 10.0.0.27 - - [2025-11-27 02:54:48] "POST /neutron/port HTTP/1.1" 200 1091 0.013571 10.0.0.27 - - [2025-11-27 02:54:48] "POST /neutron/subnet HTTP/1.1" 200 694 0.008297 10.0.0.27 - - [2025-11-27 02:54:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.27 - - [2025-11-27 02:54:51] "GET /virtual-network/fbfb239b-4f86-40f5-800d-976a17efc1c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005399 10.0.0.27 - - [2025-11-27 02:54:51] "PUT /virtual-network/fbfb239b-4f86-40f5-800d-976a17efc1c9 HTTP/1.1" 200 264 0.062401 10.0.0.27 - - [2025-11-27 02:54:51] "POST /ref-update HTTP/1.1" 200 156 0.070210 10.0.0.27 - - [2025-11-27 02:54:56] "POST /neutron/network HTTP/1.1" 200 831 0.011598 10.0.0.27 - - [2025-11-27 02:54:57] "POST /neutron/port HTTP/1.1" 200 1117 0.011802 10.0.0.23 - - [2025-11-27 02:54:59] "POST /useragent-kv HTTP/1.1" 200 115 0.007761 10.0.0.27 - - [2025-11-27 02:54:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005494 10.0.0.23 - - [2025-11-27 02:54:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002504 10.0.0.27 - - [2025-11-27 02:54:59] "POST /neutron/network HTTP/1.1" 200 151 0.133886 10.0.0.23 - - [2025-11-27 02:55:00] "GET /projects?obj_uuids=63762aac-a87d-4677-b445-45fb3d51b7c5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000930 10.0.0.27 - - [2025-11-27 02:55:00] "GET /project/63762aac-a87d-4677-b445-45fb3d51b7c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.070885 10.0.0.23 - - [2025-11-27 02:55:00] "GET /projects?obj_uuids=63762aac-a87d-4677-b445-45fb3d51b7c5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000865 10.0.0.27 - - [2025-11-27 02:55:00] "GET /project/63762aac-a87d-4677-b445-45fb3d51b7c5?fields=virtual_networks HTTP/1.1" 200 1040 0.045247 10.0.0.23 - - [2025-11-27 02:55:00] "GET /projects?obj_uuids=63762aac-a87d-4677-b445-45fb3d51b7c5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000920 10.0.0.27 - - [2025-11-27 02:55:00] "GET /project/63762aac-a87d-4677-b445-45fb3d51b7c5?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.039300 10.0.0.23 - - [2025-11-27 02:55:00] "GET /projects?obj_uuids=63762aac-a87d-4677-b445-45fb3d51b7c5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001138 10.0.0.27 - - [2025-11-27 02:55:00] "GET /project/63762aac-a87d-4677-b445-45fb3d51b7c5?fields=security_groups HTTP/1.1" 200 1270 0.067843 10.0.0.27 - - [2025-11-27 02:55:01] "POST /fqname-to-id HTTP/1.1" 404 213 0.027241 10.0.0.23 - - [2025-11-27 02:55:01] "GET /projects?obj_uuids=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002819 10.0.0.23 - - [2025-11-27 02:55:01] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002308 10.0.0.23 - - [2025-11-27 02:55:01] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.037237 10.0.0.23 - - [2025-11-27 02:55:01] "POST /id-to-fqname HTTP/1.1" 200 216 0.001101 10.0.0.23 - - [2025-11-27 02:55:01] "POST /fqname-to-id HTTP/1.1" 404 227 0.002727 10.0.0.23 - - [2025-11-27 02:55:02] "POST /security-groups HTTP/1.1" 200 616 0.073211 10.0.0.23 - - [2025-11-27 02:55:02] "POST /projects HTTP/1.1" 200 635 0.274605 10.0.0.27 - - [2025-11-27 02:55:02] "POST /access-control-lists HTTP/1.1" 200 621 0.029308 10.0.0.23 - - [2025-11-27 02:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.351124 10.0.0.27 - - [2025-11-27 02:55:02] "GET /project/b5a4ab79-6550-4c06-9796-48db7b190872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.522830 10.0.0.27 - - [2025-11-27 02:55:03] "GET / HTTP/1.1" 200 35931 0.001336 10.0.0.27 - - [2025-11-27 02:55:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000430 10.0.0.27 - - [2025-11-27 02:55:05] "POST /fqname-to-id HTTP/1.1" 404 249 0.055591 10.0.0.27 - - [2025-11-27 02:55:05] "POST /fqname-to-id HTTP/1.1" 404 281 0.005660 10.0.0.27 - - [2025-11-27 02:55:05] "POST /access-control-lists HTTP/1.1" 200 641 0.026866 10.0.0.27 - - [2025-11-27 02:55:05] "PUT /access-control-list/0b00ebf0-20a7-42b0-b4c5-0d2f260a59cd HTTP/1.1" 200 272 0.017616 10.0.0.27 - - [2025-11-27 02:55:06] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.037657 10.0.0.27 - - [2025-11-27 02:55:06] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.135052 10.0.0.27 - - [2025-11-27 02:55:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.27 - - [2025-11-27 02:55:06] "GET /security-group/6c320d63-5fff-439c-9143-10fb6630c0df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.003544 10.0.0.27 - - [2025-11-27 02:55:06] "PUT /access-control-list/0b00ebf0-20a7-42b0-b4c5-0d2f260a59cd HTTP/1.1" 200 272 0.012732 10.0.0.27 - - [2025-11-27 02:55:07] "POST /neutron/security_group HTTP/1.1" 200 151 0.051852 10.0.0.27 - - [2025-11-27 02:55:07] "POST /fqname-to-id HTTP/1.1" 404 249 0.002296 10.0.0.27 - - [2025-11-27 02:55:07] "POST /fqname-to-id HTTP/1.1" 404 249 0.003105 10.0.0.27 - - [2025-11-27 02:55:07] "POST /fqname-to-id HTTP/1.1" 404 281 0.003232 10.0.0.27 - - [2025-11-27 02:55:07] "POST /access-control-lists HTTP/1.1" 200 641 0.024220 10.0.0.27 - - [2025-11-27 02:55:08] "PUT /access-control-list/a02e3f1d-9d09-424a-a5cb-b9fbdb7cc7e1 HTTP/1.1" 200 272 0.013499 10.0.0.27 - - [2025-11-27 02:55:08] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011025 10.0.0.27 - - [2025-11-27 02:55:08] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.139713 10.0.0.27 - - [2025-11-27 02:55:08] "PUT /access-control-list/a02e3f1d-9d09-424a-a5cb-b9fbdb7cc7e1 HTTP/1.1" 200 272 0.016405 10.0.0.27 - - [2025-11-27 02:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002337 10.0.0.27 - - [2025-11-27 02:55:08] "GET /security-group/ff012350-459a-4bfc-8863-43ba4b20e64a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.007464 10.0.0.27 - - [2025-11-27 02:55:09] "POST /neutron/security_group_rule HTTP/1.1" 200 566 0.010439 10.0.0.27 - - [2025-11-27 02:55:09] "POST /neutron/security_group_rule HTTP/1.1" 200 600 0.168743 10.0.0.27 - - [2025-11-27 02:55:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002485 10.0.0.27 - - [2025-11-27 02:55:09] "PUT /access-control-list/f40d6b44-cbb4-419b-8a5f-e379beef7e49 HTTP/1.1" 200 272 0.009696 10.0.0.23 - - [2025-11-27 02:55:09] "GET /projects?obj_uuids=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001628 10.0.0.27 - - [2025-11-27 02:55:09] "GET /project/b5a4ab79-6550-4c06-9796-48db7b190872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.045579 10.0.0.23 - - [2025-11-27 02:55:10] "POST /useragent-kv HTTP/1.1" 200 115 0.007264 10.0.0.27 - - [2025-11-27 02:55:10] "POST /neutron/subnet HTTP/1.1" 200 823 0.235063 10.0.0.23 - - [2025-11-27 02:55:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.041170 10.0.0.27 - - [2025-11-27 02:55:10] "POST /id-to-fqname HTTP/1.1" 200 290 0.001170 10.0.0.27 - - [2025-11-27 02:55:10] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007282 10.0.0.27 - - [2025-11-27 02:55:10] "POST /neutron/network HTTP/1.1" 200 1113 0.008058 10.0.0.27 - - [2025-11-27 02:55:10] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.004587 10.0.0.27 - - [2025-11-27 02:55:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.008514 10.0.0.27 - - [2025-11-27 02:55:10] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.004867 10.0.0.27 - - [2025-11-27 02:55:11] "GET /obj-perms HTTP/1.1" 200 5080 0.051296 10.0.0.33 - - [2025-11-27 02:55:11] "GET /obj-perms HTTP/1.1" 200 5080 0.047712 10.0.0.27 - - [2025-11-27 02:55:11] "POST /id-to-fqname HTTP/1.1" 200 290 0.001230 10.0.0.23 - - [2025-11-27 02:55:12] "GET /projects?obj_uuids=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000894 10.0.0.27 - - [2025-11-27 02:55:12] "GET /project/b5a4ab79-6550-4c06-9796-48db7b190872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.062134 10.0.0.27 - - [2025-11-27 02:55:12] "POST /neutron/network HTTP/1.1" 200 1113 0.009148 10.0.0.27 - - [2025-11-27 02:55:13] "POST /id-to-fqname HTTP/1.1" 200 290 0.001668 10.0.0.27 - - [2025-11-27 02:55:13] "POST /neutron/port HTTP/1.1" 200 117 0.005779 10.0.0.27 - - [2025-11-27 02:55:13] "POST /neutron/network HTTP/1.1" 200 1123 0.005966 10.0.0.27 - - [2025-11-27 02:55:14] "POST /neutron/port HTTP/1.1" 200 1192 0.017298 10.0.0.23 - - [2025-11-27 02:55:14] "GET /projects?obj_uuids=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000863 10.0.0.27 - - [2025-11-27 02:55:14] "POST /neutron/port HTTP/1.1" 200 1220 0.020012 10.0.0.27 - - [2025-11-27 02:55:14] "GET /project/b5a4ab79-6550-4c06-9796-48db7b190872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.102782 10.0.0.27 - - [2025-11-27 02:55:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003622 10.0.0.27 - - [2025-11-27 02:55:14] "POST /neutron/port HTTP/1.1" 200 117 0.001515 10.0.0.27 - - [2025-11-27 02:55:14] "POST /neutron/security_group HTTP/1.1" 200 1455 0.006433 10.0.0.27 - - [2025-11-27 02:55:14] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007437 10.0.0.23 - - [2025-11-27 02:55:14] "GET /projects?obj_uuids=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001136 10.0.0.27 - - [2025-11-27 02:55:15] "POST /neutron/port HTTP/1.1" 200 1192 0.286224 10.0.0.27 - - [2025-11-27 02:55:15] "POST /neutron/port HTTP/1.1" 200 1246 0.116189 10.0.0.27 - - [2025-11-27 02:55:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003344 10.0.0.27 - - [2025-11-27 02:55:15] "POST /neutron/port HTTP/1.1" 200 117 0.001233 10.0.0.27 - - [2025-11-27 02:55:19] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007017 10.0.0.27 - - [2025-11-27 02:55:19] "POST /neutron/port HTTP/1.1" 200 1220 0.013294 10.0.0.27 - - [2025-11-27 02:55:19] "POST /neutron/security_group HTTP/1.1" 200 1455 0.006061 10.0.0.27 - - [2025-11-27 02:55:19] "GET /virtual-machine/17a6760c-8866-4ee0-b47b-b5feebfc8dc2 HTTP/1.1" 401 292 0.000283 10.0.0.27 - - [2025-11-27 02:55:20] "GET /virtual-machine/17a6760c-8866-4ee0-b47b-b5feebfc8dc2 HTTP/1.1" 200 1317 0.031628 10.0.0.27 - - [2025-11-27 02:55:20] "GET /virtual-machine/17a6760c-8866-4ee0-b47b-b5feebfc8dc2 HTTP/1.1" 200 1317 0.004195 10.0.0.27 - - [2025-11-27 02:55:20] "GET /virtual-machine-interface/e01e397a-2c89-4e9b-9f9b-13647c8b0d64 HTTP/1.1" 200 3418 0.005647 10.0.0.27 - - [2025-11-27 02:55:20] "GET /virtual-machine/17a6760c-8866-4ee0-b47b-b5feebfc8dc2 HTTP/1.1" 200 1317 0.003308 10.0.0.27 - - [2025-11-27 02:55:20] "GET /virtual-machine-interface/e01e397a-2c89-4e9b-9f9b-13647c8b0d64 HTTP/1.1" 200 3418 0.006867 10.0.0.27 - - [2025-11-27 02:55:20] "GET /instance-ip/00948eef-e794-41d2-85db-082aa49621cd HTTP/1.1" 200 1713 0.005982 10.0.0.27 - - [2025-11-27 02:55:20] "GET /instance-ip/65ed2a64-9a91-47c2-8419-215e18a5c388 HTTP/1.1" 200 1733 0.006304 10.0.0.27 - - [2025-11-27 02:55:20] "GET /virtual-machine/17a6760c-8866-4ee0-b47b-b5feebfc8dc2 HTTP/1.1" 200 1317 0.003234 10.0.0.27 - - [2025-11-27 02:55:20] "GET /virtual-machine-interface/e01e397a-2c89-4e9b-9f9b-13647c8b0d64 HTTP/1.1" 200 3418 0.005094 10.0.0.27 - - [2025-11-27 02:55:20] "GET /instance-ip/00948eef-e794-41d2-85db-082aa49621cd HTTP/1.1" 200 1713 0.003550 10.0.0.27 - - [2025-11-27 02:55:20] "GET /instance-ip/65ed2a64-9a91-47c2-8419-215e18a5c388 HTTP/1.1" 200 1733 0.003512 10.0.0.27 - - [2025-11-27 02:55:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005047 10.0.0.27 - - [2025-11-27 02:55:20] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003328 10.0.0.27 - - [2025-11-27 02:55:20] "GET /virtual-networks?parent_id=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002590 10.0.0.27 - - [2025-11-27 02:55:20] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005398 10.0.0.27 - - [2025-11-27 02:55:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.008261 10.0.0.27 - - [2025-11-27 02:55:20] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003351 10.0.0.27 - - [2025-11-27 02:55:20] "GET /virtual-networks?parent_id=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004507 10.0.0.27 - - [2025-11-27 02:55:20] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006444 10.0.0.27 - - [2025-11-27 02:55:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.27 - - [2025-11-27 02:55:20] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003736 10.0.0.27 - - [2025-11-27 02:55:20] "GET /virtual-networks?parent_id=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003121 10.0.0.27 - - [2025-11-27 02:55:20] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005915 10.0.0.27 - - [2025-11-27 02:55:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.27 - - [2025-11-27 02:55:20] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003785 10.0.0.27 - - [2025-11-27 02:55:20] "GET /virtual-networks?parent_id=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002607 10.0.0.27 - - [2025-11-27 02:55:20] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006634 10.0.0.27 - - [2025-11-27 02:55:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.27 - - [2025-11-27 02:55:20] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003516 10.0.0.27 - - [2025-11-27 02:55:20] "GET /virtual-networks?parent_id=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002910 10.0.0.27 - - [2025-11-27 02:55:20] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005351 10.0.0.27 - - [2025-11-27 02:55:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.27 - - [2025-11-27 02:55:21] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004109 10.0.0.27 - - [2025-11-27 02:55:21] "GET /virtual-networks?parent_id=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002656 10.0.0.27 - - [2025-11-27 02:55:21] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005265 10.0.0.27 - - [2025-11-27 02:55:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.27 - - [2025-11-27 02:55:21] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004116 10.0.0.27 - - [2025-11-27 02:55:21] "GET /virtual-networks?parent_id=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002657 10.0.0.27 - - [2025-11-27 02:55:21] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005313 10.0.0.27 - - [2025-11-27 02:55:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.27 - - [2025-11-27 02:55:24] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.004992 10.0.0.23 - - [2025-11-27 02:55:25] "DELETE /project/b5a4ab7965504c06979648db7b190872 HTTP/1.1" 404 173 0.005440 10.0.0.23 - - [2025-11-27 02:55:25] "GET /projects?obj_uuids=63762aac-a87d-4677-b445-45fb3d51b7c5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000826 10.0.0.23 - - [2025-11-27 02:55:25] "GET /project/63762aac-a87d-4677-b445-45fb3d51b7c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.036096 10.0.0.23 - - [2025-11-27 02:55:25] "GET /projects?obj_uuids=63762aac-a87d-4677-b445-45fb3d51b7c5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000912 10.0.0.23 - - [2025-11-27 02:55:26] "GET /project/63762aac-a87d-4677-b445-45fb3d51b7c5?fields=security_groups HTTP/1.1" 200 1375 0.076091 10.0.0.23 - - [2025-11-27 02:55:26] "DELETE /security-group/a1ba3a2f-a101-4181-8705-a6e704c935d0 HTTP/1.1" 200 115 0.322918 10.0.0.23 - - [2025-11-27 02:55:26] "GET /projects?obj_uuids=63762aac-a87d-4677-b445-45fb3d51b7c5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000853 10.0.0.27 - - [2025-11-27 02:55:26] "DELETE /access-control-list/6487aee8-4485-4408-843a-53b351e785e7 HTTP/1.1" 200 115 0.034094 10.0.0.23 - - [2025-11-27 02:55:26] "GET /project/63762aac-a87d-4677-b445-45fb3d51b7c5?fields=application_policy_sets HTTP/1.1" 200 1414 0.040177 10.0.0.23 - - [2025-11-27 02:55:26] "DELETE /project/63762aac-a87d-4677-b445-45fb3d51b7c5 HTTP/1.1" 200 115 0.676125 10.0.0.27 - - [2025-11-27 02:55:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.27 - - [2025-11-27 02:55:28] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.004489 10.0.0.27 - - [2025-11-27 02:55:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.27 - - [2025-11-27 02:55:32] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005120 10.0.0.27 - - [2025-11-27 02:55:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.27 - - [2025-11-27 02:55:36] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005280 10.0.0.27 - - [2025-11-27 02:55:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.27 - - [2025-11-27 02:55:40] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.004520 10.0.0.27 - - [2025-11-27 02:55:44] "POST /neutron/network HTTP/1.1" 200 1123 0.006796 10.0.0.27 - - [2025-11-27 02:55:44] "POST /neutron/subnet HTTP/1.1" 200 1384 0.011403 10.0.0.27 - - [2025-11-27 02:55:44] "POST /neutron/network HTTP/1.1" 200 1113 0.007594 10.0.0.27 - - [2025-11-27 02:55:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.27 - - [2025-11-27 02:55:44] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.004545 10.0.0.27 - - [2025-11-27 02:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.27 - - [2025-11-27 02:55:48] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005085 10.0.0.27 - - [2025-11-27 02:55:50] "POST /neutron/network HTTP/1.1" 200 1123 0.006707 10.0.0.27 - - [2025-11-27 02:55:50] "POST /neutron/subnet HTTP/1.1" 200 1384 0.012874 10.0.0.27 - - [2025-11-27 02:55:51] "POST /neutron/network HTTP/1.1" 200 1113 0.008984 10.0.0.27 - - [2025-11-27 02:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.27 - - [2025-11-27 02:55:53] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003130 10.0.0.27 - - [2025-11-27 02:55:53] "GET /virtual-networks?parent_id=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002335 10.0.0.27 - - [2025-11-27 02:55:53] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005537 10.0.0.27 - - [2025-11-27 02:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.27 - - [2025-11-27 02:55:53] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003599 10.0.0.27 - - [2025-11-27 02:55:53] "GET /virtual-networks?parent_id=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003172 10.0.0.27 - - [2025-11-27 02:55:53] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005436 10.0.0.27 - - [2025-11-27 02:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.27 - - [2025-11-27 02:55:53] "GET /routing-instance/6a8963c6-e835-4938-b933-51dcd360a603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004668 10.0.0.27 - - [2025-11-27 02:55:53] "GET /route-target/8a64ec4e-634d-466f-8c32-09476971d3f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003797 10.0.0.27 - - [2025-11-27 02:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.27 - - [2025-11-27 02:55:53] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004222 10.0.0.27 - - [2025-11-27 02:55:53] "GET /virtual-networks?parent_id=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005134 10.0.0.27 - - [2025-11-27 02:55:53] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005410 10.0.0.27 - - [2025-11-27 02:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.27 - - [2025-11-27 02:55:53] "GET /routing-instance/6a8963c6-e835-4938-b933-51dcd360a603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004328 10.0.0.27 - - [2025-11-27 02:55:53] "GET /route-target/8a64ec4e-634d-466f-8c32-09476971d3f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003350 10.0.0.27 - - [2025-11-27 02:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.27 - - [2025-11-27 02:55:53] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003821 10.0.0.27 - - [2025-11-27 02:55:53] "GET /virtual-networks?parent_id=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002627 10.0.0.27 - - [2025-11-27 02:55:53] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005370 10.0.0.27 - - [2025-11-27 02:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002601 10.0.0.27 - - [2025-11-27 02:55:53] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003479 10.0.0.27 - - [2025-11-27 02:55:53] "GET /virtual-networks?parent_id=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003456 10.0.0.27 - - [2025-11-27 02:55:53] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005287 10.0.0.27 - - [2025-11-27 02:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.27 - - [2025-11-27 02:55:53] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003867 10.0.0.27 - - [2025-11-27 02:55:53] "GET /virtual-networks?parent_id=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002686 10.0.0.27 - - [2025-11-27 02:55:53] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005167 10.0.0.23 - - [2025-11-27 02:55:53] "GET /obj-perms HTTP/1.1" 200 5080 0.063112 10.0.0.27 - - [2025-11-27 02:55:54] "GET /obj-perms HTTP/1.1" 200 5080 0.003379 10.0.0.27 - - [2025-11-27 02:55:54] "GET /obj-perms HTTP/1.1" 200 5080 0.004215 10.0.0.33 - - [2025-11-27 02:55:54] "GET /obj-perms HTTP/1.1" 200 5080 0.003591 10.0.0.23 - - [2025-11-27 02:55:54] "GET /obj-perms HTTP/1.1" 200 5080 0.003126 10.0.0.27 - - [2025-11-27 02:55:54] "GET /virtual-machine/17a6760c-8866-4ee0-b47b-b5feebfc8dc2 HTTP/1.1" 200 1317 0.002954 10.0.0.27 - - [2025-11-27 02:55:54] "GET /virtual-machine-interface/e01e397a-2c89-4e9b-9f9b-13647c8b0d64 HTTP/1.1" 200 3418 0.004499 10.0.0.27 - - [2025-11-27 02:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.27 - - [2025-11-27 02:55:54] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002864 10.0.0.27 - - [2025-11-27 02:55:54] "GET /virtual-networks?parent_id=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002961 10.0.0.27 - - [2025-11-27 02:55:54] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005753 10.0.0.27 - - [2025-11-27 02:55:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.27 - - [2025-11-27 02:55:55] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004110 10.0.0.27 - - [2025-11-27 02:55:55] "GET /virtual-networks?parent_id=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004770 10.0.0.27 - - [2025-11-27 02:55:55] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005502 10.0.0.27 - - [2025-11-27 02:56:00] "POST /neutron/port HTTP/1.1" 200 1220 0.014548 10.0.0.27 - - [2025-11-27 02:56:02] "POST /neutron/security_group HTTP/1.1" 200 1455 0.005721 10.0.0.27 - - [2025-11-27 02:56:06] "POST /neutron/port HTTP/1.1" 200 1220 0.016099 10.0.0.27 - - [2025-11-27 02:56:11] "POST /neutron/security_group HTTP/1.1" 200 1455 0.006676 10.0.0.27 - - [2025-11-27 02:56:11] "POST /neutron/port HTTP/1.1" 200 1220 0.015047 10.0.0.27 - - [2025-11-27 02:56:11] "POST /neutron/security_group HTTP/1.1" 200 1455 0.006789 10.0.0.27 - - [2025-11-27 02:56:11] "GET /virtual-machine/0fee7435-dbff-48f8-a9b9-d05f39f19f17 HTTP/1.1" 200 1317 0.005444 10.0.0.27 - - [2025-11-27 02:56:11] "GET /virtual-machine/0fee7435-dbff-48f8-a9b9-d05f39f19f17 HTTP/1.1" 200 1317 0.003106 10.0.0.27 - - [2025-11-27 02:56:11] "GET /virtual-machine-interface/7bcbbefd-345e-4678-a948-6d5d45cca144 HTTP/1.1" 200 3417 0.005086 10.0.0.27 - - [2025-11-27 02:56:11] "GET /virtual-machine/0fee7435-dbff-48f8-a9b9-d05f39f19f17 HTTP/1.1" 200 1317 0.004014 10.0.0.27 - - [2025-11-27 02:56:11] "GET /virtual-machine-interface/7bcbbefd-345e-4678-a948-6d5d45cca144 HTTP/1.1" 200 3417 0.005201 10.0.0.27 - - [2025-11-27 02:56:11] "GET /instance-ip/bea01912-1c29-4eee-9494-0a606c686e98 HTTP/1.1" 200 1735 0.006256 10.0.0.27 - - [2025-11-27 02:56:11] "GET /instance-ip/fece954f-40c6-4f6a-87a0-33b23253fa27 HTTP/1.1" 200 1716 0.005219 10.0.0.27 - - [2025-11-27 02:56:11] "GET /virtual-machine/0fee7435-dbff-48f8-a9b9-d05f39f19f17 HTTP/1.1" 200 1317 0.003276 10.0.0.27 - - [2025-11-27 02:56:11] "GET /virtual-machine-interface/7bcbbefd-345e-4678-a948-6d5d45cca144 HTTP/1.1" 200 3417 0.004472 10.0.0.27 - - [2025-11-27 02:56:11] "GET /instance-ip/bea01912-1c29-4eee-9494-0a606c686e98 HTTP/1.1" 200 1735 0.003693 10.0.0.27 - - [2025-11-27 02:56:11] "GET /instance-ip/fece954f-40c6-4f6a-87a0-33b23253fa27 HTTP/1.1" 200 1716 0.003617 10.0.0.27 - - [2025-11-27 02:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.27 - - [2025-11-27 02:56:11] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003632 10.0.0.27 - - [2025-11-27 02:56:11] "GET /virtual-networks?parent_id=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002597 10.0.0.27 - - [2025-11-27 02:56:11] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005837 10.0.0.27 - - [2025-11-27 02:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.27 - - [2025-11-27 02:56:11] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003842 10.0.0.27 - - [2025-11-27 02:56:11] "GET /virtual-networks?parent_id=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002853 10.0.0.27 - - [2025-11-27 02:56:11] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006412 10.0.0.27 - - [2025-11-27 02:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.27 - - [2025-11-27 02:56:11] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003464 10.0.0.27 - - [2025-11-27 02:56:11] "GET /virtual-networks?parent_id=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002784 10.0.0.27 - - [2025-11-27 02:56:12] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005277 10.0.0.27 - - [2025-11-27 02:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.27 - - [2025-11-27 02:56:12] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005260 10.0.0.27 - - [2025-11-27 02:56:12] "GET /virtual-networks?parent_id=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003221 10.0.0.27 - - [2025-11-27 02:56:12] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005786 10.0.0.27 - - [2025-11-27 02:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.27 - - [2025-11-27 02:56:12] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003923 10.0.0.27 - - [2025-11-27 02:56:12] "GET /virtual-networks?parent_id=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002838 10.0.0.27 - - [2025-11-27 02:56:12] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005607 10.0.0.27 - - [2025-11-27 02:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.27 - - [2025-11-27 02:56:12] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004620 10.0.0.27 - - [2025-11-27 02:56:12] "GET /virtual-networks?parent_id=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003368 10.0.0.27 - - [2025-11-27 02:56:12] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005424 10.0.0.27 - - [2025-11-27 02:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.27 - - [2025-11-27 02:56:12] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004357 10.0.0.27 - - [2025-11-27 02:56:12] "GET /virtual-networks?parent_id=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002574 10.0.0.27 - - [2025-11-27 02:56:12] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.004980 10.0.0.27 - - [2025-11-27 02:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.27 - - [2025-11-27 02:56:13] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003434 10.0.0.27 - - [2025-11-27 02:56:13] "GET /virtual-networks?parent_id=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002834 10.0.0.27 - - [2025-11-27 02:56:13] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007005 10.0.0.27 - - [2025-11-27 02:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.27 - - [2025-11-27 02:56:13] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004062 10.0.0.27 - - [2025-11-27 02:56:13] "GET /virtual-networks?parent_id=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002877 10.0.0.27 - - [2025-11-27 02:56:13] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005745 10.0.0.27 - - [2025-11-27 02:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.27 - - [2025-11-27 02:56:13] "GET /routing-instance/6a8963c6-e835-4938-b933-51dcd360a603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.007799 10.0.0.27 - - [2025-11-27 02:56:13] "GET /route-target/8a64ec4e-634d-466f-8c32-09476971d3f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006034 10.0.0.27 - - [2025-11-27 02:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.27 - - [2025-11-27 02:56:13] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003405 10.0.0.27 - - [2025-11-27 02:56:13] "GET /virtual-networks?parent_id=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002474 10.0.0.27 - - [2025-11-27 02:56:14] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005177 10.0.0.27 - - [2025-11-27 02:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.27 - - [2025-11-27 02:56:14] "GET /routing-instance/6a8963c6-e835-4938-b933-51dcd360a603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004468 10.0.0.27 - - [2025-11-27 02:56:14] "GET /route-target/8a64ec4e-634d-466f-8c32-09476971d3f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003025 10.0.0.27 - - [2025-11-27 02:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.27 - - [2025-11-27 02:56:14] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003761 10.0.0.27 - - [2025-11-27 02:56:14] "GET /virtual-networks?parent_id=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002975 10.0.0.27 - - [2025-11-27 02:56:14] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005858 10.0.0.27 - - [2025-11-27 02:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002657 10.0.0.27 - - [2025-11-27 02:56:14] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003686 10.0.0.27 - - [2025-11-27 02:56:14] "GET /virtual-networks?parent_id=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002955 10.0.0.27 - - [2025-11-27 02:56:14] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005598 10.0.0.27 - - [2025-11-27 02:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002603 10.0.0.27 - - [2025-11-27 02:56:14] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004183 10.0.0.27 - - [2025-11-27 02:56:14] "GET /virtual-networks?parent_id=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002896 10.0.0.27 - - [2025-11-27 02:56:14] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005365 10.0.0.27 - - [2025-11-27 02:56:14] "GET /obj-perms HTTP/1.1" 200 5080 0.003813 10.0.0.23 - - [2025-11-27 02:56:14] "GET /obj-perms HTTP/1.1" 200 5080 0.003363 10.0.0.27 - - [2025-11-27 02:56:14] "GET /obj-perms HTTP/1.1" 200 5080 0.003302 10.0.0.27 - - [2025-11-27 02:56:14] "GET /obj-perms HTTP/1.1" 200 5080 0.003754 10.0.0.33 - - [2025-11-27 02:56:14] "GET /obj-perms HTTP/1.1" 200 5080 0.003560 10.0.0.27 - - [2025-11-27 02:56:14] "GET /virtual-machine/0fee7435-dbff-48f8-a9b9-d05f39f19f17 HTTP/1.1" 200 1317 0.003143 10.0.0.27 - - [2025-11-27 02:56:14] "GET /virtual-machine-interface/7bcbbefd-345e-4678-a948-6d5d45cca144 HTTP/1.1" 200 3417 0.004869 10.0.0.27 - - [2025-11-27 02:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.27 - - [2025-11-27 02:56:14] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002733 10.0.0.27 - - [2025-11-27 02:56:14] "GET /virtual-networks?parent_id=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002326 10.0.0.27 - - [2025-11-27 02:56:14] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005594 10.0.0.27 - - [2025-11-27 02:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.27 - - [2025-11-27 02:56:15] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004245 10.0.0.27 - - [2025-11-27 02:56:15] "GET /virtual-networks?parent_id=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002816 10.0.0.27 - - [2025-11-27 02:56:16] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005166 10.0.0.27 - - [2025-11-27 02:56:16] "GET /virtual-machine/17a6760c-8866-4ee0-b47b-b5feebfc8dc2 HTTP/1.1" 200 1317 0.004416 10.0.0.27 - - [2025-11-27 02:56:16] "GET /virtual-machine-interface/e01e397a-2c89-4e9b-9f9b-13647c8b0d64 HTTP/1.1" 200 3418 0.005556 10.0.0.27 - - [2025-11-27 02:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.27 - - [2025-11-27 02:56:16] "GET /security-group/ff012350-459a-4bfc-8863-43ba4b20e64a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.005082 10.0.0.27 - - [2025-11-27 02:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.27 - - [2025-11-27 02:56:16] "GET /security-group/ff012350-459a-4bfc-8863-43ba4b20e64a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.003934 10.0.0.27 - - [2025-11-27 02:56:16] "POST /neutron/port HTTP/1.1" 200 1220 0.013889 10.0.0.27 - - [2025-11-27 02:56:16] "POST /neutron/port HTTP/1.1" 200 1208 0.057703 10.0.0.27 - - [2025-11-27 02:56:16] "GET /virtual-machine/17a6760c-8866-4ee0-b47b-b5feebfc8dc2 HTTP/1.1" 200 1317 0.003456 10.0.0.27 - - [2025-11-27 02:56:16] "GET /virtual-machine-interface/e01e397a-2c89-4e9b-9f9b-13647c8b0d64 HTTP/1.1" 200 3362 0.004708 10.0.0.27 - - [2025-11-27 02:56:16] "POST /neutron/port HTTP/1.1" 200 1208 0.013129 10.0.0.27 - - [2025-11-27 02:56:16] "GET /virtual-machine/17a6760c-8866-4ee0-b47b-b5feebfc8dc2 HTTP/1.1" 200 1317 0.003590 10.0.0.27 - - [2025-11-27 02:56:16] "GET /virtual-machine-interface/e01e397a-2c89-4e9b-9f9b-13647c8b0d64 HTTP/1.1" 200 3418 0.006202 10.0.0.27 - - [2025-11-27 02:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002693 10.0.0.27 - - [2025-11-27 02:56:16] "GET /security-group/ff012350-459a-4bfc-8863-43ba4b20e64a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.003089 10.0.0.27 - - [2025-11-27 02:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002309 10.0.0.27 - - [2025-11-27 02:56:16] "GET /security-group/ff012350-459a-4bfc-8863-43ba4b20e64a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.004041 10.0.0.27 - - [2025-11-27 02:56:16] "POST /neutron/security_group HTTP/1.1" 200 1481 0.003805 10.0.0.27 - - [2025-11-27 02:56:46] "POST /neutron/port HTTP/1.1" 200 1220 0.015620 10.0.0.27 - - [2025-11-27 02:56:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004027 10.0.0.27 - - [2025-11-27 02:56:46] "POST /neutron/port HTTP/1.1" 200 117 0.001045 10.0.0.23 - - [2025-11-27 02:56:47] "GET /projects?obj_uuids=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001048 10.0.0.27 - - [2025-11-27 02:56:47] "POST /neutron/security_group_rule HTTP/1.1" 200 2662 0.051095 10.0.0.27 - - [2025-11-27 02:56:48] "POST /neutron/security_group_rule HTTP/1.1" 200 564 0.015563 10.0.0.27 - - [2025-11-27 02:56:48] "POST /neutron/security_group_rule HTTP/1.1" 200 599 0.115880 10.0.0.27 - - [2025-11-27 02:56:48] "PUT /access-control-list/f40d6b44-cbb4-419b-8a5f-e379beef7e49 HTTP/1.1" 200 272 0.009817 10.0.0.27 - - [2025-11-27 02:56:51] "POST /neutron/port HTTP/1.1" 200 1246 0.012797 10.0.0.27 - - [2025-11-27 02:56:51] "GET /virtual-machine/0fee7435-dbff-48f8-a9b9-d05f39f19f17 HTTP/1.1" 200 1317 0.004826 10.0.0.27 - - [2025-11-27 02:56:51] "POST /neutron/port HTTP/1.1" 200 1182 0.016727 10.0.0.27 - - [2025-11-27 02:56:53] "GET /virtual-machine/0fee7435-dbff-48f8-a9b9-d05f39f19f17 HTTP/1.1" 404 171 0.003942 10.0.0.27 - - [2025-11-27 02:56:53] "GET /virtual-machine/0fee7435-dbff-48f8-a9b9-d05f39f19f17 HTTP/1.1" 404 171 0.003198 10.0.0.27 - - [2025-11-27 02:56:53] "GET /virtual-machine/0fee7435-dbff-48f8-a9b9-d05f39f19f17 HTTP/1.1" 404 171 0.002634 10.0.0.27 - - [2025-11-27 02:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.27 - - [2025-11-27 02:56:53] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003653 10.0.0.27 - - [2025-11-27 02:56:53] "GET /virtual-networks?parent_id=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002479 10.0.0.27 - - [2025-11-27 02:56:53] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005795 10.0.0.27 - - [2025-11-27 02:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.27 - - [2025-11-27 02:56:53] "GET /routing-instance/6a8963c6-e835-4938-b933-51dcd360a603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.003958 10.0.0.27 - - [2025-11-27 02:56:53] "GET /route-target/8a64ec4e-634d-466f-8c32-09476971d3f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002928 10.0.0.23 - - [2025-11-27 02:56:55] "GET /obj-perms HTTP/1.1" 200 5056 0.060912 10.0.0.33 - - [2025-11-27 02:56:57] "GET /obj-perms HTTP/1.1" 200 5080 0.003262 10.0.0.27 - - [2025-11-27 02:57:00] "GET /obj-perms HTTP/1.1" 200 5080 0.004215 10.0.0.27 - - [2025-11-27 02:57:00] "POST /neutron/security_group HTTP/1.1" 200 1453 0.006249 10.0.0.27 - - [2025-11-27 02:57:00] "POST /neutron/port HTTP/1.1" 200 1246 0.012888 10.0.0.27 - - [2025-11-27 02:57:00] "GET /virtual-machine/17a6760c-8866-4ee0-b47b-b5feebfc8dc2 HTTP/1.1" 200 1317 0.004181 10.0.0.27 - - [2025-11-27 02:57:01] "POST /neutron/port HTTP/1.1" 200 1208 0.013401 10.0.0.27 - - [2025-11-27 02:57:02] "GET /virtual-machine/17a6760c-8866-4ee0-b47b-b5feebfc8dc2 HTTP/1.1" 404 171 0.003373 10.0.0.27 - - [2025-11-27 02:57:02] "GET /virtual-machine/17a6760c-8866-4ee0-b47b-b5feebfc8dc2 HTTP/1.1" 404 171 0.003314 10.0.0.27 - - [2025-11-27 02:57:02] "GET /virtual-machine/17a6760c-8866-4ee0-b47b-b5feebfc8dc2 HTTP/1.1" 404 171 0.003062 10.0.0.27 - - [2025-11-27 02:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.27 - - [2025-11-27 02:57:02] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002902 10.0.0.27 - - [2025-11-27 02:57:02] "GET /virtual-networks?parent_id=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002387 10.0.0.27 - - [2025-11-27 02:57:02] "GET /virtual-network/a36dfa96-5607-4925-8834-248d7c555af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005257 10.0.0.27 - - [2025-11-27 02:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002221 10.0.0.27 - - [2025-11-27 02:57:02] "GET /routing-instance/6a8963c6-e835-4938-b933-51dcd360a603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004015 10.0.0.27 - - [2025-11-27 02:57:02] "GET /route-target/8a64ec4e-634d-466f-8c32-09476971d3f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003548 10.0.0.27 - - [2025-11-27 02:57:03] "GET /obj-perms HTTP/1.1" 200 5080 0.003242 10.0.0.33 - - [2025-11-27 02:57:03] "GET /obj-perms HTTP/1.1" 200 5080 0.003465 10.0.0.27 - - [2025-11-27 02:57:12] "GET /obj-perms HTTP/1.1" 200 5080 0.003703 10.0.0.33 - - [2025-11-27 02:57:12] "GET /obj-perms HTTP/1.1" 200 5080 0.003222 10.0.0.23 - - [2025-11-27 02:57:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.23 - - [2025-11-27 02:57:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.23 - - [2025-11-27 02:57:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.23 - - [2025-11-27 02:57:20] "GET /global-system-configs HTTP/1.1" 401 292 0.001535 10.0.0.33 - - [2025-11-27 02:57:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.33 - - [2025-11-27 02:57:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.27 - - [2025-11-27 02:57:21] "GET /obj-perms HTTP/1.1" 200 5080 0.003622 10.0.0.33 - - [2025-11-27 02:57:21] "GET /obj-perms HTTP/1.1" 200 5080 0.003411 10.0.0.27 - - [2025-11-27 02:57:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.27 - - [2025-11-27 02:57:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000338 10.0.0.33 - - [2025-11-27 02:57:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.33 - - [2025-11-27 02:57:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.27 - - [2025-11-27 02:57:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.27 - - [2025-11-27 02:57:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.27 - - [2025-11-27 02:57:30] "GET /obj-perms HTTP/1.1" 200 5080 0.004034 10.0.0.33 - - [2025-11-27 02:57:30] "GET /obj-perms HTTP/1.1" 200 5080 0.004093 10.0.0.23 - - [2025-11-27 02:57:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002850 10.0.0.23 - - [2025-11-27 02:57:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002343 10.0.0.23 - - [2025-11-27 02:57:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002044 10.0.0.23 - - [2025-11-27 02:57:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002710 10.0.0.27 - - [2025-11-27 02:57:30] "POST /neutron/network HTTP/1.1" 200 151 0.145919 10.0.0.27 - - [2025-11-27 02:57:30] "DELETE /route-target/8a64ec4e-634d-466f-8c32-09476971d3f6 HTTP/1.1" 200 115 0.030192 10.0.0.27 - - [2025-11-27 02:57:31] "POST /fqname-to-id HTTP/1.1" 404 249 0.003807 10.0.0.23 - - [2025-11-27 02:57:32] "GET /projects?obj_uuids=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000848 10.0.0.27 - - [2025-11-27 02:57:32] "GET /project/b5a4ab79-6550-4c06-9796-48db7b190872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.034231 10.0.0.23 - - [2025-11-27 02:57:32] "GET /projects?obj_uuids=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000916 10.0.0.27 - - [2025-11-27 02:57:32] "GET /project/b5a4ab79-6550-4c06-9796-48db7b190872?fields=virtual_networks HTTP/1.1" 200 1083 0.077041 10.0.0.23 - - [2025-11-27 02:57:32] "GET /projects?obj_uuids=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000901 10.0.0.27 - - [2025-11-27 02:57:32] "GET /project/b5a4ab79-6550-4c06-9796-48db7b190872?fields=virtual_machine_interfaces HTTP/1.1" 200 1083 0.054372 10.0.0.23 - - [2025-11-27 02:57:33] "GET /projects?obj_uuids=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000961 10.0.0.27 - - [2025-11-27 02:57:33] "GET /project/b5a4ab79-6550-4c06-9796-48db7b190872?fields=security_groups HTTP/1.1" 200 1334 0.052142 10.0.0.27 - - [2025-11-27 02:57:33] "POST /fqname-to-id HTTP/1.1" 404 218 0.024377 10.0.0.23 - - [2025-11-27 02:57:34] "GET /projects?obj_uuids=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002667 10.0.0.23 - - [2025-11-27 02:57:34] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000883 10.0.0.23 - - [2025-11-27 02:57:34] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006371 10.0.0.23 - - [2025-11-27 02:57:34] "POST /id-to-fqname HTTP/1.1" 200 221 0.001096 10.0.0.23 - - [2025-11-27 02:57:34] "POST /fqname-to-id HTTP/1.1" 404 232 0.007799 10.0.0.23 - - [2025-11-27 02:57:34] "POST /security-groups HTTP/1.1" 200 621 0.073014 10.0.0.27 - - [2025-11-27 02:57:34] "POST /fqname-to-id HTTP/1.1" 404 264 0.007266 10.0.0.23 - - [2025-11-27 02:57:34] "POST /projects HTTP/1.1" 200 645 0.281415 10.0.0.23 - - [2025-11-27 02:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.354808 10.0.0.27 - - [2025-11-27 02:57:34] "POST /access-control-lists HTTP/1.1" 200 624 0.031687 10.0.0.27 - - [2025-11-27 02:57:34] "GET /project/03f0304f-0ed9-4000-b278-98519e953a90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.489346 10.0.0.27 - - [2025-11-27 02:57:35] "GET / HTTP/1.1" 200 35931 0.001289 10.0.0.27 - - [2025-11-27 02:57:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000407 10.0.0.27 - - [2025-11-27 02:57:37] "POST /fqname-to-id HTTP/1.1" 404 254 0.053136 10.0.0.27 - - [2025-11-27 02:57:37] "POST /security-groups HTTP/1.1" 200 595 0.029251 10.0.0.27 - - [2025-11-27 02:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.27 - - [2025-11-27 02:57:37] "POST /fqname-to-id HTTP/1.1" 404 285 0.007866 10.0.0.27 - - [2025-11-27 02:57:37] "GET /security-group/43db9b62-95be-4854-a428-a01684ddbc0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.013032 10.0.0.27 - - [2025-11-27 02:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.27 - - [2025-11-27 02:57:37] "GET /security-group/43db9b62-95be-4854-a428-a01684ddbc0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.003934 10.0.0.27 - - [2025-11-27 02:57:38] "DELETE /security-group/43db9b62-95be-4854-a428-a01684ddbc0a HTTP/1.1" 200 115 0.046846 10.0.0.27 - - [2025-11-27 02:57:38] "POST /fqname-to-id HTTP/1.1" 404 254 0.002514 10.0.0.27 - - [2025-11-27 02:57:38] "DELETE /access-control-list/cd6425a6-a201-4d5c-bb66-10d9be144fae HTTP/1.1" 200 115 0.025316 10.0.0.27 - - [2025-11-27 02:57:38] "POST /fqname-to-id HTTP/1.1" 404 254 0.003285 10.0.0.27 - - [2025-11-27 02:57:38] "POST /security-groups HTTP/1.1" 200 595 0.031778 10.0.0.27 - - [2025-11-27 02:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.27 - - [2025-11-27 02:57:38] "POST /fqname-to-id HTTP/1.1" 404 285 0.008815 10.0.0.27 - - [2025-11-27 02:57:39] "GET /security-group/6a93b0ac-213e-40bb-a43c-2aa7f5799802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.014982 10.0.0.27 - - [2025-11-27 02:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.27 - - [2025-11-27 02:57:39] "GET /security-group/6a93b0ac-213e-40bb-a43c-2aa7f5799802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.004267 10.0.0.27 - - [2025-11-27 02:57:39] "GET /security-group/6a93b0ac-213e-40bb-a43c-2aa7f5799802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.004002 10.0.0.27 - - [2025-11-27 02:57:39] "PUT /security-group/6a93b0ac-213e-40bb-a43c-2aa7f5799802 HTTP/1.1" 200 262 0.015682 10.0.0.27 - - [2025-11-27 02:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005525 10.0.0.27 - - [2025-11-27 02:57:39] "PUT /access-control-list/c83fa6a0-59fc-453d-a833-f8415afeebae HTTP/1.1" 200 272 0.026059 10.0.0.23 - - [2025-11-27 02:57:39] "GET /projects?obj_uuids=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001929 10.0.0.27 - - [2025-11-27 02:57:39] "GET /project/03f0304f-0ed9-4000-b278-98519e953a90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.033678 10.0.0.27 - - [2025-11-27 02:57:39] "POST /neutron/network HTTP/1.1" 200 117 0.034819 10.0.0.27 - - [2025-11-27 02:57:40] "POST /neutron/network HTTP/1.1" 200 953 0.008262 10.0.0.27 - - [2025-11-27 02:57:40] "POST /id-to-fqname HTTP/1.1" 200 300 0.000853 10.0.0.27 - - [2025-11-27 02:57:40] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.004343 10.0.0.27 - - [2025-11-27 02:57:40] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.004689 10.0.0.27 - - [2025-11-27 02:57:40] "POST /neutron/subnet HTTP/1.1" 200 720 0.007922 10.0.0.27 - - [2025-11-27 02:57:40] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005513 10.0.0.27 - - [2025-11-27 02:57:40] "GET /obj-perms HTTP/1.1" 200 5090 0.059957 10.0.0.23 - - [2025-11-27 02:57:41] "GET /obj-perms HTTP/1.1" 200 5090 0.047986 10.0.0.27 - - [2025-11-27 02:57:41] "POST /id-to-fqname HTTP/1.1" 200 300 0.001170 10.0.0.23 - - [2025-11-27 02:57:42] "GET /projects?obj_uuids=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000953 10.0.0.27 - - [2025-11-27 02:57:42] "GET /project/03f0304f-0ed9-4000-b278-98519e953a90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.061135 10.0.0.27 - - [2025-11-27 02:57:42] "POST /neutron/network HTTP/1.1" 200 953 0.029973 10.0.0.27 - - [2025-11-27 02:57:42] "POST /id-to-fqname HTTP/1.1" 200 300 0.001160 10.0.0.27 - - [2025-11-27 02:57:42] "POST /neutron/port HTTP/1.1" 200 117 0.007795 10.0.0.27 - - [2025-11-27 02:57:43] "POST /neutron/network HTTP/1.1" 200 963 0.006678 10.0.0.27 - - [2025-11-27 02:57:43] "POST /neutron/port HTTP/1.1" 200 1089 0.041127 10.0.0.23 - - [2025-11-27 02:57:43] "GET /projects?obj_uuids=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000934 10.0.0.27 - - [2025-11-27 02:57:43] "GET /project/03f0304f-0ed9-4000-b278-98519e953a90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.082572 10.0.0.27 - - [2025-11-27 02:57:43] "POST /neutron/network HTTP/1.1" 200 953 0.013206 10.0.0.27 - - [2025-11-27 02:57:43] "POST /neutron/subnet HTTP/1.1" 200 694 0.007924 10.0.0.27 - - [2025-11-27 02:57:43] "POST /neutron/network HTTP/1.1" 200 953 0.006511 10.0.0.27 - - [2025-11-27 02:57:44] "POST /neutron/port HTTP/1.1" 200 1118 0.016611 10.0.0.23 - - [2025-11-27 02:57:44] "GET /projects?obj_uuids=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.002017 10.0.0.27 - - [2025-11-27 02:57:44] "POST /neutron/security_group HTTP/1.1" 200 3296 0.042327 10.0.0.27 - - [2025-11-27 02:57:44] "POST /neutron/port HTTP/1.1" 200 1089 0.013129 10.0.0.27 - - [2025-11-27 02:57:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003958 10.0.0.27 - - [2025-11-27 02:57:45] "POST /neutron/network HTTP/1.1" 200 953 0.006745 10.0.0.27 - - [2025-11-27 02:57:47] "POST /neutron/network HTTP/1.1" 200 963 0.008384 10.0.0.27 - - [2025-11-27 02:57:47] "POST /neutron/port HTTP/1.1" 200 117 0.001141 10.0.0.27 - - [2025-11-27 02:57:49] "POST /neutron/security_group HTTP/1.1" 200 1290 0.006846 10.0.0.27 - - [2025-11-27 02:57:49] "POST /neutron/port HTTP/1.1" 200 1118 0.013421 10.0.0.27 - - [2025-11-27 02:57:49] "POST /neutron/security_group HTTP/1.1" 200 1290 0.007606 10.0.0.27 - - [2025-11-27 02:57:49] "GET /virtual-machine/894f9b65-0aeb-4399-849d-51ec340b7e8c HTTP/1.1" 401 292 0.000369 10.0.0.27 - - [2025-11-27 02:57:49] "GET /virtual-machine/894f9b65-0aeb-4399-849d-51ec340b7e8c HTTP/1.1" 200 1321 0.031816 10.0.0.27 - - [2025-11-27 02:57:49] "GET /virtual-machine/894f9b65-0aeb-4399-849d-51ec340b7e8c HTTP/1.1" 200 1321 0.002954 10.0.0.27 - - [2025-11-27 02:57:49] "GET /virtual-machine-interface/6dd614bd-d5eb-4705-a2c8-d431acfd2276 HTTP/1.1" 200 3263 0.004767 10.0.0.27 - - [2025-11-27 02:57:49] "GET /virtual-machine/894f9b65-0aeb-4399-849d-51ec340b7e8c HTTP/1.1" 200 1321 0.003416 10.0.0.27 - - [2025-11-27 02:57:49] "GET /virtual-machine-interface/6dd614bd-d5eb-4705-a2c8-d431acfd2276 HTTP/1.1" 200 3263 0.004691 10.0.0.27 - - [2025-11-27 02:57:49] "GET /instance-ip/f2d20092-fd1d-4608-b5e1-aaf27ca1fba1 HTTP/1.1" 200 1730 0.005112 10.0.0.27 - - [2025-11-27 02:57:49] "GET /virtual-machine/894f9b65-0aeb-4399-849d-51ec340b7e8c HTTP/1.1" 200 1321 0.003239 10.0.0.27 - - [2025-11-27 02:57:49] "GET /virtual-machine-interface/6dd614bd-d5eb-4705-a2c8-d431acfd2276 HTTP/1.1" 200 3263 0.004519 10.0.0.27 - - [2025-11-27 02:57:49] "GET /instance-ip/f2d20092-fd1d-4608-b5e1-aaf27ca1fba1 HTTP/1.1" 200 1730 0.003346 10.0.0.27 - - [2025-11-27 02:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.27 - - [2025-11-27 02:57:49] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003353 10.0.0.27 - - [2025-11-27 02:57:49] "GET /virtual-networks?parent_id=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002822 10.0.0.27 - - [2025-11-27 02:57:49] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005550 10.0.0.27 - - [2025-11-27 02:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.27 - - [2025-11-27 02:57:50] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003712 10.0.0.27 - - [2025-11-27 02:57:50] "GET /virtual-networks?parent_id=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003082 10.0.0.27 - - [2025-11-27 02:57:50] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005986 10.0.0.27 - - [2025-11-27 02:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.27 - - [2025-11-27 02:57:50] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003745 10.0.0.27 - - [2025-11-27 02:57:50] "GET /virtual-networks?parent_id=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004037 10.0.0.27 - - [2025-11-27 02:57:50] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.006104 10.0.0.27 - - [2025-11-27 02:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.27 - - [2025-11-27 02:57:50] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004575 10.0.0.27 - - [2025-11-27 02:57:50] "GET /virtual-networks?parent_id=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003001 10.0.0.27 - - [2025-11-27 02:57:50] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005988 10.0.0.27 - - [2025-11-27 02:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.27 - - [2025-11-27 02:57:50] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.009032 10.0.0.27 - - [2025-11-27 02:57:50] "GET /virtual-networks?parent_id=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003195 10.0.0.27 - - [2025-11-27 02:57:50] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.006926 10.0.0.27 - - [2025-11-27 02:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004639 10.0.0.27 - - [2025-11-27 02:57:50] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008039 10.0.0.27 - - [2025-11-27 02:57:50] "GET /virtual-networks?parent_id=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003511 10.0.0.27 - - [2025-11-27 02:57:50] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005618 10.0.0.27 - - [2025-11-27 02:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.27 - - [2025-11-27 02:57:50] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007061 10.0.0.27 - - [2025-11-27 02:57:50] "GET /virtual-networks?parent_id=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002984 10.0.0.27 - - [2025-11-27 02:57:50] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.006357 10.0.0.27 - - [2025-11-27 02:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.27 - - [2025-11-27 02:57:53] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.006034 10.0.0.27 - - [2025-11-27 02:57:53] "POST /neutron/network HTTP/1.1" 200 963 0.007348 10.0.0.27 - - [2025-11-27 02:57:53] "POST /neutron/port HTTP/1.1" 200 117 0.001338 10.0.0.33 - - [2025-11-27 02:57:56] "GET /obj-perms HTTP/1.1" 200 5056 0.043400 10.0.0.27 - - [2025-11-27 02:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.27 - - [2025-11-27 02:57:57] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005197 10.0.0.27 - - [2025-11-27 02:58:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.27 - - [2025-11-27 02:58:02] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.006158 10.0.0.27 - - [2025-11-27 02:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.27 - - [2025-11-27 02:58:06] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.006153 10.0.0.27 - - [2025-11-27 02:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.27 - - [2025-11-27 02:58:10] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005100 10.0.0.27 - - [2025-11-27 02:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.27 - - [2025-11-27 02:58:14] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005446 10.0.0.27 - - [2025-11-27 02:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.27 - - [2025-11-27 02:58:18] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.006785 10.0.0.27 - - [2025-11-27 02:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.27 - - [2025-11-27 02:58:22] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.006598 10.0.0.27 - - [2025-11-27 02:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.27 - - [2025-11-27 02:58:24] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003112 10.0.0.27 - - [2025-11-27 02:58:24] "GET /virtual-networks?parent_id=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002759 10.0.0.27 - - [2025-11-27 02:58:24] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005384 10.0.0.27 - - [2025-11-27 02:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.27 - - [2025-11-27 02:58:24] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003060 10.0.0.27 - - [2025-11-27 02:58:24] "GET /virtual-networks?parent_id=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002274 10.0.0.27 - - [2025-11-27 02:58:24] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.004845 10.0.0.27 - - [2025-11-27 02:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.27 - - [2025-11-27 02:58:25] "GET /routing-instance/69039a4a-f6bf-4bf5-b65c-152f86e7f576?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.009659 10.0.0.27 - - [2025-11-27 02:58:25] "GET /route-target/eaff410e-94fa-463d-98fd-b16fbb5551cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003576 10.0.0.27 - - [2025-11-27 02:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.27 - - [2025-11-27 02:58:25] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003088 10.0.0.27 - - [2025-11-27 02:58:25] "GET /virtual-networks?parent_id=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002821 10.0.0.27 - - [2025-11-27 02:58:25] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005857 10.0.0.27 - - [2025-11-27 02:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.27 - - [2025-11-27 02:58:25] "GET /routing-instance/69039a4a-f6bf-4bf5-b65c-152f86e7f576?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004133 10.0.0.27 - - [2025-11-27 02:58:25] "GET /route-target/eaff410e-94fa-463d-98fd-b16fbb5551cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003971 10.0.0.27 - - [2025-11-27 02:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.27 - - [2025-11-27 02:58:25] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003842 10.0.0.27 - - [2025-11-27 02:58:25] "GET /virtual-networks?parent_id=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002958 10.0.0.27 - - [2025-11-27 02:58:25] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005094 10.0.0.27 - - [2025-11-27 02:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.27 - - [2025-11-27 02:58:25] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003534 10.0.0.27 - - [2025-11-27 02:58:25] "GET /virtual-networks?parent_id=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002317 10.0.0.27 - - [2025-11-27 02:58:25] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005144 10.0.0.27 - - [2025-11-27 02:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.27 - - [2025-11-27 02:58:25] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003819 10.0.0.27 - - [2025-11-27 02:58:25] "GET /virtual-networks?parent_id=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003650 10.0.0.27 - - [2025-11-27 02:58:25] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005361 10.0.0.27 - - [2025-11-27 02:58:25] "GET /obj-perms HTTP/1.1" 200 5090 0.003726 10.0.0.23 - - [2025-11-27 02:58:26] "GET /obj-perms HTTP/1.1" 200 5090 0.003413 10.0.0.27 - - [2025-11-27 02:58:26] "GET /obj-perms HTTP/1.1" 200 5090 0.003202 10.0.0.33 - - [2025-11-27 02:58:26] "GET /obj-perms HTTP/1.1" 200 5090 0.048542 10.0.0.27 - - [2025-11-27 02:58:26] "GET /virtual-machine/894f9b65-0aeb-4399-849d-51ec340b7e8c HTTP/1.1" 200 1321 0.003740 10.0.0.27 - - [2025-11-27 02:58:26] "GET /virtual-machine-interface/6dd614bd-d5eb-4705-a2c8-d431acfd2276 HTTP/1.1" 200 3263 0.006685 10.0.0.27 - - [2025-11-27 02:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.27 - - [2025-11-27 02:58:26] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004276 10.0.0.27 - - [2025-11-27 02:58:26] "GET /virtual-networks?parent_id=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003325 10.0.0.27 - - [2025-11-27 02:58:26] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.007356 10.0.0.23 - - [2025-11-27 02:58:26] "DELETE /project/03f0304f0ed94000b27898519e953a90 HTTP/1.1" 404 173 0.003232 10.0.0.23 - - [2025-11-27 02:58:26] "GET /projects?obj_uuids=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000771 10.0.0.23 - - [2025-11-27 02:58:26] "GET /project/b5a4ab79-6550-4c06-9796-48db7b190872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1569 0.041830 10.0.0.23 - - [2025-11-27 02:58:26] "GET /projects?obj_uuids=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000821 10.0.0.23 - - [2025-11-27 02:58:26] "GET /project/b5a4ab79-6550-4c06-9796-48db7b190872?fields=security_groups HTTP/1.1" 200 1439 0.034484 10.0.0.23 - - [2025-11-27 02:58:26] "DELETE /security-group/9d6a98ed-3bf8-4c7f-9b02-eeaa00707f1c HTTP/1.1" 200 115 0.045159 10.0.0.23 - - [2025-11-27 02:58:26] "GET /projects?obj_uuids=b5a4ab79-6550-4c06-9796-48db7b190872&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001421 10.0.0.27 - - [2025-11-27 02:58:26] "DELETE /access-control-list/e05a8963-78f5-468f-b8be-6a49c9a58524 HTTP/1.1" 200 115 0.040787 10.0.0.23 - - [2025-11-27 02:58:26] "GET /project/b5a4ab79-6550-4c06-9796-48db7b190872?fields=application_policy_sets HTTP/1.1" 200 1478 0.043754 10.0.0.23 - - [2025-11-27 02:58:27] "DELETE /project/b5a4ab79-6550-4c06-9796-48db7b190872 HTTP/1.1" 200 115 0.345668 10.0.0.27 - - [2025-11-27 02:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.27 - - [2025-11-27 02:58:27] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004031 10.0.0.27 - - [2025-11-27 02:58:27] "GET /virtual-networks?parent_id=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003346 10.0.0.27 - - [2025-11-27 02:58:27] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.006918 10.0.0.27 - - [2025-11-27 02:58:27] "POST /neutron/security_group HTTP/1.1" 200 1290 0.007021 10.0.0.27 - - [2025-11-27 02:58:32] "POST /neutron/port HTTP/1.1" 200 1118 0.015165 10.0.0.27 - - [2025-11-27 02:58:33] "POST /neutron/security_group HTTP/1.1" 200 1290 0.030755 10.0.0.27 - - [2025-11-27 02:58:43] "POST /neutron/port HTTP/1.1" 200 1118 0.016628 10.0.0.27 - - [2025-11-27 02:58:43] "POST /neutron/security_group HTTP/1.1" 200 1290 0.007091 10.0.0.27 - - [2025-11-27 02:58:43] "POST /neutron/port HTTP/1.1" 200 1118 0.014431 10.0.0.27 - - [2025-11-27 02:58:43] "GET /virtual-machine/ebe5fd45-9a73-4e66-ae19-a7daa696767a HTTP/1.1" 200 1323 0.005285 10.0.0.27 - - [2025-11-27 02:58:43] "GET /virtual-machine/ebe5fd45-9a73-4e66-ae19-a7daa696767a HTTP/1.1" 200 1323 0.002999 10.0.0.27 - - [2025-11-27 02:58:43] "GET /virtual-machine-interface/c16c796b-7703-448e-883a-e957014bfc26 HTTP/1.1" 200 3263 0.004339 10.0.0.27 - - [2025-11-27 02:58:43] "GET /virtual-machine/ebe5fd45-9a73-4e66-ae19-a7daa696767a HTTP/1.1" 200 1323 0.003460 10.0.0.27 - - [2025-11-27 02:58:43] "GET /virtual-machine-interface/c16c796b-7703-448e-883a-e957014bfc26 HTTP/1.1" 200 3263 0.004548 10.0.0.27 - - [2025-11-27 02:58:43] "GET /instance-ip/040fad29-e8ab-4810-8fbb-e88c7c6df75b HTTP/1.1" 200 1728 0.005351 10.0.0.27 - - [2025-11-27 02:58:43] "GET /virtual-machine/ebe5fd45-9a73-4e66-ae19-a7daa696767a HTTP/1.1" 200 1323 0.003180 10.0.0.27 - - [2025-11-27 02:58:43] "GET /virtual-machine-interface/c16c796b-7703-448e-883a-e957014bfc26 HTTP/1.1" 200 3263 0.004970 10.0.0.27 - - [2025-11-27 02:58:43] "GET /instance-ip/040fad29-e8ab-4810-8fbb-e88c7c6df75b HTTP/1.1" 200 1728 0.003543 10.0.0.27 - - [2025-11-27 02:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.27 - - [2025-11-27 02:58:43] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003510 10.0.0.27 - - [2025-11-27 02:58:43] "GET /virtual-networks?parent_id=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002430 10.0.0.27 - - [2025-11-27 02:58:43] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.004835 10.0.0.27 - - [2025-11-27 02:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.27 - - [2025-11-27 02:58:43] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004089 10.0.0.27 - - [2025-11-27 02:58:43] "GET /virtual-networks?parent_id=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002302 10.0.0.27 - - [2025-11-27 02:58:43] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.006457 10.0.0.27 - - [2025-11-27 02:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.27 - - [2025-11-27 02:58:43] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003701 10.0.0.27 - - [2025-11-27 02:58:43] "GET /virtual-networks?parent_id=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003115 10.0.0.27 - - [2025-11-27 02:58:43] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005709 10.0.0.27 - - [2025-11-27 02:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.27 - - [2025-11-27 02:58:43] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004182 10.0.0.27 - - [2025-11-27 02:58:43] "GET /virtual-networks?parent_id=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002443 10.0.0.27 - - [2025-11-27 02:58:43] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005178 10.0.0.27 - - [2025-11-27 02:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.27 - - [2025-11-27 02:58:44] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004087 10.0.0.27 - - [2025-11-27 02:58:44] "GET /virtual-networks?parent_id=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002493 10.0.0.27 - - [2025-11-27 02:58:44] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.006223 10.0.0.27 - - [2025-11-27 02:58:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.27 - - [2025-11-27 02:58:44] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003715 10.0.0.27 - - [2025-11-27 02:58:44] "GET /virtual-networks?parent_id=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003476 10.0.0.27 - - [2025-11-27 02:58:44] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005621 10.0.0.27 - - [2025-11-27 02:58:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.27 - - [2025-11-27 02:58:44] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004263 10.0.0.27 - - [2025-11-27 02:58:44] "GET /virtual-networks?parent_id=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002682 10.0.0.27 - - [2025-11-27 02:58:44] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.004776 10.0.0.27 - - [2025-11-27 02:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.27 - - [2025-11-27 02:58:45] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004028 10.0.0.27 - - [2025-11-27 02:58:45] "GET /virtual-networks?parent_id=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002457 10.0.0.27 - - [2025-11-27 02:58:45] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005461 10.0.0.27 - - [2025-11-27 02:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.27 - - [2025-11-27 02:58:45] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003092 10.0.0.27 - - [2025-11-27 02:58:45] "GET /virtual-networks?parent_id=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002983 10.0.0.27 - - [2025-11-27 02:58:45] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.006055 10.0.0.27 - - [2025-11-27 02:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.27 - - [2025-11-27 02:58:45] "GET /routing-instance/69039a4a-f6bf-4bf5-b65c-152f86e7f576?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.003762 10.0.0.27 - - [2025-11-27 02:58:45] "GET /route-target/eaff410e-94fa-463d-98fd-b16fbb5551cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005295 10.0.0.27 - - [2025-11-27 02:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.27 - - [2025-11-27 02:58:45] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003702 10.0.0.27 - - [2025-11-27 02:58:45] "GET /virtual-networks?parent_id=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002505 10.0.0.27 - - [2025-11-27 02:58:46] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.004820 10.0.0.27 - - [2025-11-27 02:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.27 - - [2025-11-27 02:58:46] "GET /routing-instance/69039a4a-f6bf-4bf5-b65c-152f86e7f576?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.003994 10.0.0.27 - - [2025-11-27 02:58:46] "GET /route-target/eaff410e-94fa-463d-98fd-b16fbb5551cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002733 10.0.0.27 - - [2025-11-27 02:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.27 - - [2025-11-27 02:58:46] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003611 10.0.0.27 - - [2025-11-27 02:58:46] "GET /virtual-networks?parent_id=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002292 10.0.0.27 - - [2025-11-27 02:58:46] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005341 10.0.0.27 - - [2025-11-27 02:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.27 - - [2025-11-27 02:58:46] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003702 10.0.0.27 - - [2025-11-27 02:58:46] "GET /virtual-networks?parent_id=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003371 10.0.0.27 - - [2025-11-27 02:58:46] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005325 10.0.0.27 - - [2025-11-27 02:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.27 - - [2025-11-27 02:58:46] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004698 10.0.0.27 - - [2025-11-27 02:58:46] "GET /virtual-networks?parent_id=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002538 10.0.0.27 - - [2025-11-27 02:58:46] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005239 10.0.0.27 - - [2025-11-27 02:58:46] "GET /obj-perms HTTP/1.1" 200 5090 0.004787 10.0.0.23 - - [2025-11-27 02:58:46] "GET /obj-perms HTTP/1.1" 200 5090 0.003944 10.0.0.27 - - [2025-11-27 02:58:46] "GET /obj-perms HTTP/1.1" 200 5090 0.003851 10.0.0.27 - - [2025-11-27 02:58:46] "GET /obj-perms HTTP/1.1" 200 5090 0.003509 10.0.0.33 - - [2025-11-27 02:58:46] "GET /obj-perms HTTP/1.1" 200 5090 0.003526 10.0.0.27 - - [2025-11-27 02:58:46] "GET /virtual-machine/ebe5fd45-9a73-4e66-ae19-a7daa696767a HTTP/1.1" 200 1323 0.003093 10.0.0.27 - - [2025-11-27 02:58:46] "GET /virtual-machine-interface/c16c796b-7703-448e-883a-e957014bfc26 HTTP/1.1" 200 3263 0.004829 10.0.0.27 - - [2025-11-27 02:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.27 - - [2025-11-27 02:58:46] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003047 10.0.0.27 - - [2025-11-27 02:58:46] "GET /virtual-networks?parent_id=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002452 10.0.0.27 - - [2025-11-27 02:58:46] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005563 10.0.0.27 - - [2025-11-27 02:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005400 10.0.0.27 - - [2025-11-27 02:58:47] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003306 10.0.0.27 - - [2025-11-27 02:58:47] "GET /virtual-networks?parent_id=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003157 10.0.0.27 - - [2025-11-27 02:58:48] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005342 10.0.0.27 - - [2025-11-27 02:58:48] "GET /virtual-machine/894f9b65-0aeb-4399-849d-51ec340b7e8c HTTP/1.1" 200 1321 0.003897 10.0.0.27 - - [2025-11-27 02:58:48] "GET /virtual-machine-interface/6dd614bd-d5eb-4705-a2c8-d431acfd2276 HTTP/1.1" 200 3263 0.005425 10.0.0.27 - - [2025-11-27 02:58:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.27 - - [2025-11-27 02:58:48] "GET /security-group/6a93b0ac-213e-40bb-a43c-2aa7f5799802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.003431 10.0.0.27 - - [2025-11-27 02:58:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.27 - - [2025-11-27 02:58:48] "GET /security-group/6a93b0ac-213e-40bb-a43c-2aa7f5799802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.003855 10.0.0.27 - - [2025-11-27 02:58:48] "POST /neutron/security_group HTTP/1.1" 200 1290 0.006834 10.0.0.27 - - [2025-11-27 02:58:48] "POST /neutron/port HTTP/1.1" 200 1143 0.012791 10.0.0.27 - - [2025-11-27 02:58:48] "GET /virtual-machine/894f9b65-0aeb-4399-849d-51ec340b7e8c HTTP/1.1" 200 1321 0.003556 10.0.0.27 - - [2025-11-27 02:58:48] "GET /virtual-machine-interface/6dd614bd-d5eb-4705-a2c8-d431acfd2276 HTTP/1.1" 200 3202 0.006814 10.0.0.27 - - [2025-11-27 02:58:48] "POST /neutron/port HTTP/1.1" 200 1079 0.012987 10.0.0.27 - - [2025-11-27 02:58:48] "POST /neutron/port HTTP/1.1" 200 1143 0.052368 10.0.0.27 - - [2025-11-27 02:58:48] "GET /virtual-machine/894f9b65-0aeb-4399-849d-51ec340b7e8c HTTP/1.1" 200 1321 0.003073 10.0.0.27 - - [2025-11-27 02:58:48] "GET /virtual-machine-interface/6dd614bd-d5eb-4705-a2c8-d431acfd2276 HTTP/1.1" 200 3263 0.008042 10.0.0.27 - - [2025-11-27 02:58:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006903 10.0.0.27 - - [2025-11-27 02:58:48] "GET /security-group/6a93b0ac-213e-40bb-a43c-2aa7f5799802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.003546 10.0.0.27 - - [2025-11-27 02:58:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.27 - - [2025-11-27 02:58:48] "GET /security-group/6a93b0ac-213e-40bb-a43c-2aa7f5799802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.004281 10.0.0.27 - - [2025-11-27 02:58:48] "DELETE /security-group/6a93b0ac-213e-40bb-a43c-2aa7f5799802 HTTP/1.1" 409 336 0.007061 10.0.0.27 - - [2025-11-27 02:58:49] "POST /neutron/port HTTP/1.1" 200 1118 0.014269 10.0.0.27 - - [2025-11-27 02:58:49] "POST /neutron/subnet HTTP/1.1" 200 694 0.007830 10.0.0.27 - - [2025-11-27 02:58:55] "POST /neutron/port HTTP/1.1" 200 1118 0.037330 10.0.0.27 - - [2025-11-27 02:58:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005281 10.0.0.27 - - [2025-11-27 02:58:56] "POST /neutron/network HTTP/1.1" 200 953 0.006497 10.0.0.23 - - [2025-11-27 02:58:56] "GET /obj-perms HTTP/1.1" 200 5056 0.046260 10.0.0.27 - - [2025-11-27 02:59:46] "GET /security-group/6a93b0ac-213e-40bb-a43c-2aa7f5799802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.004086 10.0.0.27 - - [2025-11-27 02:59:46] "PUT /security-group/6a93b0ac-213e-40bb-a43c-2aa7f5799802 HTTP/1.1" 200 262 0.017528 10.0.0.27 - - [2025-11-27 02:59:46] "PUT /access-control-list/c83fa6a0-59fc-453d-a833-f8415afeebae HTTP/1.1" 200 272 0.023866 10.0.0.27 - - [2025-11-27 02:59:48] "POST /neutron/port HTTP/1.1" 200 1143 0.010118 10.0.0.27 - - [2025-11-27 02:59:49] "GET /virtual-machine/ebe5fd45-9a73-4e66-ae19-a7daa696767a HTTP/1.1" 200 1323 0.004071 10.0.0.27 - - [2025-11-27 02:59:49] "POST /neutron/port HTTP/1.1" 200 1079 0.015720 10.0.0.27 - - [2025-11-27 02:59:51] "GET /virtual-machine/ebe5fd45-9a73-4e66-ae19-a7daa696767a HTTP/1.1" 404 171 0.002745 10.0.0.27 - - [2025-11-27 02:59:51] "GET /virtual-machine/ebe5fd45-9a73-4e66-ae19-a7daa696767a HTTP/1.1" 404 171 0.002906 10.0.0.27 - - [2025-11-27 02:59:51] "GET /virtual-machine/ebe5fd45-9a73-4e66-ae19-a7daa696767a HTTP/1.1" 404 171 0.002335 10.0.0.27 - - [2025-11-27 02:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.27 - - [2025-11-27 02:59:51] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003114 10.0.0.27 - - [2025-11-27 02:59:51] "GET /virtual-networks?parent_id=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002132 10.0.0.27 - - [2025-11-27 02:59:51] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.004451 10.0.0.27 - - [2025-11-27 02:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002329 10.0.0.27 - - [2025-11-27 02:59:51] "POST /neutron/port HTTP/1.1" 200 1118 0.015388 10.0.0.27 - - [2025-11-27 02:59:51] "GET /routing-instance/69039a4a-f6bf-4bf5-b65c-152f86e7f576?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.010001 10.0.0.27 - - [2025-11-27 02:59:51] "GET /route-target/eaff410e-94fa-463d-98fd-b16fbb5551cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002807 10.0.0.27 - - [2025-11-27 02:59:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004408 10.0.0.27 - - [2025-11-27 02:59:51] "POST /neutron/network HTTP/1.1" 200 953 0.007024 10.0.0.27 - - [2025-11-27 02:59:54] "GET /obj-perms HTTP/1.1" 200 5090 0.003773 10.0.0.33 - - [2025-11-27 02:59:57] "GET /obj-perms HTTP/1.1" 200 5056 0.052510 10.0.0.27 - - [2025-11-27 03:00:00] "GET /obj-perms HTTP/1.1" 200 5090 0.003393 10.0.0.33 - - [2025-11-27 03:00:01] "GET /obj-perms HTTP/1.1" 200 5090 0.003710 10.0.0.27 - - [2025-11-27 03:00:01] "POST /neutron/port HTTP/1.1" 200 1143 0.011813 10.0.0.27 - - [2025-11-27 03:00:01] "GET /virtual-machine/894f9b65-0aeb-4399-849d-51ec340b7e8c HTTP/1.1" 200 1321 0.004451 10.0.0.27 - - [2025-11-27 03:00:01] "POST /neutron/port HTTP/1.1" 200 1079 0.020194 10.0.0.27 - - [2025-11-27 03:00:03] "GET /virtual-machine/894f9b65-0aeb-4399-849d-51ec340b7e8c HTTP/1.1" 404 171 0.003463 10.0.0.27 - - [2025-11-27 03:00:03] "GET /virtual-machine/894f9b65-0aeb-4399-849d-51ec340b7e8c HTTP/1.1" 404 171 0.004280 10.0.0.27 - - [2025-11-27 03:00:03] "GET /virtual-machine/894f9b65-0aeb-4399-849d-51ec340b7e8c HTTP/1.1" 404 171 0.003144 10.0.0.27 - - [2025-11-27 03:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.27 - - [2025-11-27 03:00:03] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004409 10.0.0.27 - - [2025-11-27 03:00:03] "GET /virtual-networks?parent_id=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003067 10.0.0.27 - - [2025-11-27 03:00:03] "GET /virtual-network/9f572045-b0b9-4935-b1a4-dda8d9055d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.007264 10.0.0.27 - - [2025-11-27 03:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.27 - - [2025-11-27 03:00:03] "GET /routing-instance/69039a4a-f6bf-4bf5-b65c-152f86e7f576?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004399 10.0.0.27 - - [2025-11-27 03:00:03] "GET /route-target/eaff410e-94fa-463d-98fd-b16fbb5551cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004264 10.0.0.27 - - [2025-11-27 03:00:06] "GET /obj-perms HTTP/1.1" 200 5090 0.004542 10.0.0.33 - - [2025-11-27 03:00:09] "GET /obj-perms HTTP/1.1" 200 5090 0.004236 10.0.0.27 - - [2025-11-27 03:00:16] "GET /obj-perms HTTP/1.1" 200 5090 0.004048 10.0.0.33 - - [2025-11-27 03:00:19] "GET /obj-perms HTTP/1.1" 200 5090 0.003576 10.0.0.27 - - [2025-11-27 03:00:25] "GET /obj-perms HTTP/1.1" 200 5090 0.003947 10.0.0.33 - - [2025-11-27 03:00:28] "GET /obj-perms HTTP/1.1" 200 5090 0.003493 10.0.0.27 - - [2025-11-27 03:00:31] "GET /obj-perms HTTP/1.1" 200 5090 0.004124 10.0.0.23 - - [2025-11-27 03:00:31] "GET /obj-perms HTTP/1.1" 200 5090 0.003642 10.0.0.27 - - [2025-11-27 03:00:31] "POST /neutron/network HTTP/1.1" 200 953 0.005972 10.0.0.27 - - [2025-11-27 03:00:32] "DELETE /security-group/6a93b0ac-213e-40bb-a43c-2aa7f5799802 HTTP/1.1" 200 115 0.049223 10.0.0.27 - - [2025-11-27 03:00:32] "POST /fqname-to-id HTTP/1.1" 404 254 0.003097 10.0.0.27 - - [2025-11-27 03:00:32] "DELETE /access-control-list/3db85f1a-3351-4e02-9c4f-d02a7f34a49c HTTP/1.1" 200 115 0.073287 10.0.0.23 - - [2025-11-27 03:00:33] "GET /projects?obj_uuids=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.034731 10.0.0.27 - - [2025-11-27 03:00:33] "GET /project/03f0304f-0ed9-4000-b278-98519e953a90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.102478 10.0.0.23 - - [2025-11-27 03:00:33] "GET /projects?obj_uuids=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000984 10.0.0.27 - - [2025-11-27 03:00:33] "GET /project/03f0304f-0ed9-4000-b278-98519e953a90?fields=virtual_networks HTTP/1.1" 200 1091 0.083169 10.0.0.23 - - [2025-11-27 03:00:34] "GET /projects?obj_uuids=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001212 10.0.0.27 - - [2025-11-27 03:00:34] "GET /project/03f0304f-0ed9-4000-b278-98519e953a90?fields=virtual_machine_interfaces HTTP/1.1" 200 1091 0.049085 10.0.0.23 - - [2025-11-27 03:00:34] "GET /projects?obj_uuids=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000955 10.0.0.27 - - [2025-11-27 03:00:34] "GET /project/03f0304f-0ed9-4000-b278-98519e953a90?fields=security_groups HTTP/1.1" 200 1347 0.039454 10.0.0.27 - - [2025-11-27 03:00:35] "POST /fqname-to-id HTTP/1.1" 404 209 0.035010 10.0.0.23 - - [2025-11-27 03:00:35] "GET /projects?obj_uuids=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003226 10.0.0.23 - - [2025-11-27 03:00:35] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000908 10.0.0.23 - - [2025-11-27 03:00:35] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.041273 10.0.0.23 - - [2025-11-27 03:00:35] "POST /id-to-fqname HTTP/1.1" 200 212 0.001132 10.0.0.23 - - [2025-11-27 03:00:35] "POST /fqname-to-id HTTP/1.1" 404 222 0.005641 10.0.0.23 - - [2025-11-27 03:00:35] "POST /security-groups HTTP/1.1" 200 612 0.080088 10.0.0.23 - - [2025-11-27 03:00:35] "POST /projects HTTP/1.1" 200 627 0.272327 10.0.0.27 - - [2025-11-27 03:00:35] "POST /access-control-lists HTTP/1.1" 200 617 0.035935 10.0.0.23 - - [2025-11-27 03:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.357358 10.0.0.27 - - [2025-11-27 03:00:35] "GET /project/4b0557ef-b886-4085-af0e-f9b880b0140a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.529416 10.0.0.27 - - [2025-11-27 03:00:36] "GET / HTTP/1.1" 200 35931 0.001525 10.0.0.27 - - [2025-11-27 03:00:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000576 10.0.0.27 - - [2025-11-27 03:00:38] "POST /fqname-to-id HTTP/1.1" 404 245 0.056202 10.0.0.27 - - [2025-11-27 03:00:38] "POST /fqname-to-id HTTP/1.1" 404 277 0.004086 10.0.0.27 - - [2025-11-27 03:00:38] "POST /access-control-lists HTTP/1.1" 200 637 0.030490 10.0.0.27 - - [2025-11-27 03:00:39] "PUT /access-control-list/ba1de17c-92a5-4d8e-9bd5-2a09e82bd084 HTTP/1.1" 200 272 0.012506 10.0.0.23 - - [2025-11-27 03:00:39] "GET /projects?obj_uuids=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000915 10.0.0.27 - - [2025-11-27 03:00:39] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.101953 10.0.0.27 - - [2025-11-27 03:00:39] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009512 10.0.0.27 - - [2025-11-27 03:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.27 - - [2025-11-27 03:00:40] "PUT /access-control-list/ba1de17c-92a5-4d8e-9bd5-2a09e82bd084 HTTP/1.1" 200 272 0.018595 10.0.0.27 - - [2025-11-27 03:00:40] "GET /security-group/1efeab02-612c-417a-9ed9-0eaeb6652a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.022027 10.0.0.27 - - [2025-11-27 03:00:40] "POST /neutron/security_group HTTP/1.1" 200 1003 0.004179 10.0.0.27 - - [2025-11-27 03:00:40] "POST /fqname-to-id HTTP/1.1" 404 245 0.005337 10.0.0.27 - - [2025-11-27 03:00:41] "POST /fqname-to-id HTTP/1.1" 404 245 0.004120 10.0.0.27 - - [2025-11-27 03:00:41] "POST /fqname-to-id HTTP/1.1" 404 277 0.004247 10.0.0.27 - - [2025-11-27 03:00:41] "POST /access-control-lists HTTP/1.1" 200 637 0.030495 10.0.0.27 - - [2025-11-27 03:00:41] "PUT /access-control-list/b4f81226-2a24-4615-8f23-250f2bb1410a HTTP/1.1" 200 272 0.014894 10.0.0.23 - - [2025-11-27 03:00:41] "GET /projects?obj_uuids=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001655 10.0.0.27 - - [2025-11-27 03:00:41] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.066606 10.0.0.27 - - [2025-11-27 03:00:41] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.017286 10.0.0.27 - - [2025-11-27 03:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.27 - - [2025-11-27 03:00:42] "PUT /access-control-list/b4f81226-2a24-4615-8f23-250f2bb1410a HTTP/1.1" 200 272 0.012674 10.0.0.27 - - [2025-11-27 03:00:42] "GET /security-group/c1018997-65b2-401b-85ff-e97cdc316725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005374 10.0.0.23 - - [2025-11-27 03:00:42] "GET /projects?obj_uuids=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000864 10.0.0.27 - - [2025-11-27 03:00:42] "POST /neutron/security_group_rule HTTP/1.1" 200 2189 0.035540 10.0.0.27 - - [2025-11-27 03:00:42] "POST /neutron/security_group_rule HTTP/1.1" 200 583 0.146894 10.0.0.27 - - [2025-11-27 03:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002201 10.0.0.23 - - [2025-11-27 03:00:43] "GET /projects?obj_uuids=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000795 10.0.0.27 - - [2025-11-27 03:00:43] "PUT /access-control-list/9fdc8b1a-73b1-414c-a20a-8936041c3b46 HTTP/1.1" 200 272 0.013894 10.0.0.27 - - [2025-11-27 03:00:43] "GET /project/4b0557ef-b886-4085-af0e-f9b880b0140a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.037078 10.0.0.23 - - [2025-11-27 03:00:43] "GET /projects?obj_uuids=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001011 10.0.0.27 - - [2025-11-27 03:00:43] "POST /neutron/network HTTP/1.1" 200 708 0.110891 10.0.0.27 - - [2025-11-27 03:00:43] "POST /id-to-fqname HTTP/1.1" 200 282 0.002920 10.0.0.27 - - [2025-11-27 03:00:43] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007071 10.0.0.27 - - [2025-11-27 03:00:43] "POST /neutron/network HTTP/1.1" 200 928 0.006993 10.0.0.27 - - [2025-11-27 03:00:43] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005660 10.0.0.27 - - [2025-11-27 03:00:43] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005483 10.0.0.33 - - [2025-11-27 03:00:44] "GET /obj-perms HTTP/1.1" 200 5072 0.056143 10.0.0.27 - - [2025-11-27 03:00:45] "POST /id-to-fqname HTTP/1.1" 200 282 0.001234 10.0.0.27 - - [2025-11-27 03:00:45] "POST /neutron/security_group HTTP/1.1" 200 1419 0.011451 10.0.0.23 - - [2025-11-27 03:00:45] "GET /projects?obj_uuids=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000889 10.0.0.27 - - [2025-11-27 03:00:46] "GET /project/4b0557ef-b886-4085-af0e-f9b880b0140a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.061700 10.0.0.27 - - [2025-11-27 03:00:46] "POST /neutron/port HTTP/1.1" 200 117 0.006619 10.0.0.27 - - [2025-11-27 03:00:46] "POST /id-to-fqname HTTP/1.1" 200 282 0.001178 10.0.0.27 - - [2025-11-27 03:00:46] "POST /neutron/security_group HTTP/1.1" 200 1419 0.006381 10.0.0.23 - - [2025-11-27 03:00:46] "GET /projects?obj_uuids=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000944 10.0.0.27 - - [2025-11-27 03:00:46] "POST /neutron/security_group HTTP/1.1" 200 3416 0.051979 10.0.0.27 - - [2025-11-27 03:00:47] "POST /neutron/port HTTP/1.1" 200 1082 0.014118 10.0.0.27 - - [2025-11-27 03:00:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003918 10.0.0.23 - - [2025-11-27 03:00:47] "GET /projects?obj_uuids=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000850 10.0.0.27 - - [2025-11-27 03:00:47] "POST /neutron/network HTTP/1.1" 200 928 0.006739 10.0.0.27 - - [2025-11-27 03:00:47] "GET /project/4b0557ef-b886-4085-af0e-f9b880b0140a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.159437 10.0.0.27 - - [2025-11-27 03:00:47] "POST /neutron/security_group HTTP/1.1" 200 1419 0.009392 10.0.0.27 - - [2025-11-27 03:00:47] "POST /neutron/security_group HTTP/1.1" 200 1419 0.006751 10.0.0.23 - - [2025-11-27 03:00:48] "GET /projects?obj_uuids=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000920 10.0.0.27 - - [2025-11-27 03:00:48] "POST /neutron/port HTTP/1.1" 200 1082 0.264770 10.0.0.27 - - [2025-11-27 03:00:48] "POST /neutron/port HTTP/1.1" 200 1136 0.100491 10.0.0.27 - - [2025-11-27 03:00:48] "POST /neutron/subnet HTTP/1.1" 200 703 0.007997 10.0.0.27 - - [2025-11-27 03:00:51] "POST /neutron/port HTTP/1.1" 200 1110 0.016588 10.0.0.27 - - [2025-11-27 03:00:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003581 10.0.0.27 - - [2025-11-27 03:00:51] "POST /neutron/network HTTP/1.1" 200 928 0.006670 10.0.0.27 - - [2025-11-27 03:00:53] "POST /neutron/port HTTP/1.1" 200 1110 0.016337 10.0.0.27 - - [2025-11-27 03:00:53] "POST /neutron/security_group HTTP/1.1" 200 1419 0.006617 10.0.0.27 - - [2025-11-27 03:00:53] "GET /virtual-machine/76014482-a970-4d57-984d-d5b7bdf01d6d HTTP/1.1" 401 292 0.000378 10.0.0.27 - - [2025-11-27 03:00:53] "GET /virtual-machine/76014482-a970-4d57-984d-d5b7bdf01d6d HTTP/1.1" 200 1313 0.031411 10.0.0.27 - - [2025-11-27 03:00:53] "GET /virtual-machine/76014482-a970-4d57-984d-d5b7bdf01d6d HTTP/1.1" 200 1313 0.003908 10.0.0.27 - - [2025-11-27 03:00:53] "GET /virtual-machine-interface/5c2eed10-9394-4347-811d-e017ae43df13 HTTP/1.1" 200 3190 0.005450 10.0.0.27 - - [2025-11-27 03:00:53] "GET /virtual-machine/76014482-a970-4d57-984d-d5b7bdf01d6d HTTP/1.1" 200 1313 0.003416 10.0.0.27 - - [2025-11-27 03:00:53] "GET /virtual-machine-interface/5c2eed10-9394-4347-811d-e017ae43df13 HTTP/1.1" 200 3190 0.005282 10.0.0.27 - - [2025-11-27 03:00:53] "GET /instance-ip/7610be96-d642-4f04-9689-a27fd4687a64 HTTP/1.1" 200 1704 0.006051 10.0.0.27 - - [2025-11-27 03:00:53] "GET /virtual-machine/76014482-a970-4d57-984d-d5b7bdf01d6d HTTP/1.1" 200 1313 0.003747 10.0.0.27 - - [2025-11-27 03:00:53] "GET /virtual-machine-interface/5c2eed10-9394-4347-811d-e017ae43df13 HTTP/1.1" 200 3190 0.005226 10.0.0.27 - - [2025-11-27 03:00:53] "GET /instance-ip/7610be96-d642-4f04-9689-a27fd4687a64 HTTP/1.1" 200 1704 0.003935 10.0.0.27 - - [2025-11-27 03:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.27 - - [2025-11-27 03:00:53] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003580 10.0.0.27 - - [2025-11-27 03:00:53] "GET /virtual-networks?parent_id=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003054 10.0.0.27 - - [2025-11-27 03:00:53] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005671 10.0.0.27 - - [2025-11-27 03:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.27 - - [2025-11-27 03:00:53] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003968 10.0.0.27 - - [2025-11-27 03:00:53] "GET /virtual-networks?parent_id=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003094 10.0.0.27 - - [2025-11-27 03:00:53] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.008941 10.0.0.27 - - [2025-11-27 03:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.27 - - [2025-11-27 03:00:54] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003915 10.0.0.27 - - [2025-11-27 03:00:54] "GET /virtual-networks?parent_id=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003350 10.0.0.27 - - [2025-11-27 03:00:54] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005191 10.0.0.27 - - [2025-11-27 03:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.27 - - [2025-11-27 03:00:54] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005829 10.0.0.27 - - [2025-11-27 03:00:54] "GET /virtual-networks?parent_id=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003031 10.0.0.27 - - [2025-11-27 03:00:54] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006009 10.0.0.27 - - [2025-11-27 03:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.27 - - [2025-11-27 03:00:54] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004246 10.0.0.27 - - [2025-11-27 03:00:54] "GET /virtual-networks?parent_id=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003434 10.0.0.27 - - [2025-11-27 03:00:54] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006257 10.0.0.27 - - [2025-11-27 03:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.27 - - [2025-11-27 03:00:54] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004633 10.0.0.27 - - [2025-11-27 03:00:54] "GET /virtual-networks?parent_id=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003048 10.0.0.27 - - [2025-11-27 03:00:54] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006124 10.0.0.27 - - [2025-11-27 03:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.27 - - [2025-11-27 03:00:54] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004609 10.0.0.27 - - [2025-11-27 03:00:54] "GET /virtual-networks?parent_id=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003927 10.0.0.27 - - [2025-11-27 03:00:54] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005854 10.0.0.27 - - [2025-11-27 03:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.27 - - [2025-11-27 03:00:57] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005703 10.0.0.27 - - [2025-11-27 03:00:58] "GET /obj-perms HTTP/1.1" 200 5056 0.071350 10.0.0.27 - - [2025-11-27 03:00:58] "POST /neutron/port HTTP/1.1" 200 1110 0.017842 10.0.0.27 - - [2025-11-27 03:00:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.013135 10.0.0.27 - - [2025-11-27 03:00:58] "POST /neutron/network HTTP/1.1" 200 928 0.006231 10.0.0.27 - - [2025-11-27 03:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.27 - - [2025-11-27 03:01:01] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005532 10.0.0.27 - - [2025-11-27 03:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.27 - - [2025-11-27 03:01:05] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005485 10.0.0.27 - - [2025-11-27 03:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.27 - - [2025-11-27 03:01:10] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005208 10.0.0.27 - - [2025-11-27 03:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.27 - - [2025-11-27 03:01:14] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005597 10.0.0.27 - - [2025-11-27 03:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.27 - - [2025-11-27 03:01:18] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.004885 10.0.0.27 - - [2025-11-27 03:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.27 - - [2025-11-27 03:01:22] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005790 10.0.0.27 - - [2025-11-27 03:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.27 - - [2025-11-27 03:01:26] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003418 10.0.0.27 - - [2025-11-27 03:01:26] "GET /virtual-networks?parent_id=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003076 10.0.0.27 - - [2025-11-27 03:01:26] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006186 10.0.0.27 - - [2025-11-27 03:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.27 - - [2025-11-27 03:01:26] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003403 10.0.0.27 - - [2025-11-27 03:01:26] "GET /virtual-networks?parent_id=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002960 10.0.0.27 - - [2025-11-27 03:01:26] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006122 10.0.0.27 - - [2025-11-27 03:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004330 10.0.0.27 - - [2025-11-27 03:01:26] "GET /routing-instance/e7c68b1c-237f-41f1-87e3-ba51b765f854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.005891 10.0.0.27 - - [2025-11-27 03:01:26] "GET /route-target/1a4a1971-6886-4168-8e64-6c005ddbecff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004196 10.0.0.27 - - [2025-11-27 03:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.27 - - [2025-11-27 03:01:26] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002925 10.0.0.27 - - [2025-11-27 03:01:26] "GET /virtual-networks?parent_id=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002606 10.0.0.27 - - [2025-11-27 03:01:27] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005082 10.0.0.27 - - [2025-11-27 03:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002599 10.0.0.27 - - [2025-11-27 03:01:27] "GET /routing-instance/e7c68b1c-237f-41f1-87e3-ba51b765f854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.005272 10.0.0.27 - - [2025-11-27 03:01:27] "GET /route-target/1a4a1971-6886-4168-8e64-6c005ddbecff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004411 10.0.0.27 - - [2025-11-27 03:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.27 - - [2025-11-27 03:01:27] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007254 10.0.0.27 - - [2025-11-27 03:01:27] "GET /virtual-networks?parent_id=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002797 10.0.0.27 - - [2025-11-27 03:01:27] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005367 10.0.0.23 - - [2025-11-27 03:01:27] "DELETE /project/4b0557efb8864085af0ef9b880b0140a HTTP/1.1" 404 173 0.006890 10.0.0.23 - - [2025-11-27 03:01:27] "GET /projects?obj_uuids=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000748 10.0.0.27 - - [2025-11-27 03:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.007745 10.0.0.23 - - [2025-11-27 03:01:27] "GET /project/03f0304f-0ed9-4000-b278-98519e953a90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1587 0.038174 10.0.0.23 - - [2025-11-27 03:01:27] "GET /projects?obj_uuids=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001150 10.0.0.27 - - [2025-11-27 03:01:27] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003603 10.0.0.27 - - [2025-11-27 03:01:27] "GET /virtual-networks?parent_id=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002583 10.0.0.23 - - [2025-11-27 03:01:27] "GET /project/03f0304f-0ed9-4000-b278-98519e953a90?fields=security_groups HTTP/1.1" 200 1452 0.079235 10.0.0.27 - - [2025-11-27 03:01:27] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006704 10.0.0.27 - - [2025-11-27 03:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.27 - - [2025-11-27 03:01:27] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003369 10.0.0.27 - - [2025-11-27 03:01:27] "GET /virtual-networks?parent_id=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003325 10.0.0.23 - - [2025-11-27 03:01:27] "DELETE /security-group/02c6e13e-de60-4c5f-85ce-cf3202da2716 HTTP/1.1" 200 115 0.078813 10.0.0.23 - - [2025-11-27 03:01:27] "GET /projects?obj_uuids=03f0304f-0ed9-4000-b278-98519e953a90&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000819 10.0.0.27 - - [2025-11-27 03:01:27] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.008294 10.0.0.27 - - [2025-11-27 03:01:27] "DELETE /access-control-list/3cd89a9d-2a1f-495e-a7e4-a13ec1c4df9e HTTP/1.1" 200 115 0.047548 10.0.0.23 - - [2025-11-27 03:01:27] "GET /project/03f0304f-0ed9-4000-b278-98519e953a90?fields=application_policy_sets HTTP/1.1" 200 1491 0.062138 10.0.0.23 - - [2025-11-27 03:01:27] "DELETE /project/03f0304f-0ed9-4000-b278-98519e953a90 HTTP/1.1" 200 115 0.513730 10.0.0.23 - - [2025-11-27 03:01:28] "GET /obj-perms HTTP/1.1" 200 5072 0.334590 10.0.0.27 - - [2025-11-27 03:01:28] "GET /obj-perms HTTP/1.1" 200 5072 0.068351 10.0.0.27 - - [2025-11-27 03:01:28] "GET /obj-perms HTTP/1.1" 200 5072 0.003769 10.0.0.33 - - [2025-11-27 03:01:28] "GET /obj-perms HTTP/1.1" 200 5072 0.003515 10.0.0.27 - - [2025-11-27 03:01:28] "GET /virtual-machine/76014482-a970-4d57-984d-d5b7bdf01d6d HTTP/1.1" 200 1313 0.003590 10.0.0.27 - - [2025-11-27 03:01:28] "GET /virtual-machine-interface/5c2eed10-9394-4347-811d-e017ae43df13 HTTP/1.1" 200 3190 0.004581 10.0.0.27 - - [2025-11-27 03:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.27 - - [2025-11-27 03:01:28] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003200 10.0.0.27 - - [2025-11-27 03:01:28] "GET /virtual-networks?parent_id=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002325 10.0.0.27 - - [2025-11-27 03:01:28] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005357 10.0.0.27 - - [2025-11-27 03:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.27 - - [2025-11-27 03:01:29] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003373 10.0.0.27 - - [2025-11-27 03:01:29] "GET /virtual-networks?parent_id=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002771 10.0.0.27 - - [2025-11-27 03:01:29] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005250 10.0.0.27 - - [2025-11-27 03:01:34] "POST /neutron/port HTTP/1.1" 200 1110 0.013917 10.0.0.27 - - [2025-11-27 03:01:35] "POST /neutron/security_group HTTP/1.1" 200 1419 0.006367 10.0.0.27 - - [2025-11-27 03:01:40] "POST /neutron/port HTTP/1.1" 200 1110 0.013496 10.0.0.27 - - [2025-11-27 03:01:45] "POST /neutron/security_group HTTP/1.1" 200 1419 0.007406 10.0.0.27 - - [2025-11-27 03:01:45] "POST /neutron/port HTTP/1.1" 200 1110 0.015828 10.0.0.27 - - [2025-11-27 03:01:45] "POST /neutron/security_group HTTP/1.1" 200 1419 0.006366 10.0.0.27 - - [2025-11-27 03:01:45] "GET /virtual-machine/0a6d38ef-0838-41fb-9616-296bdd84ac27 HTTP/1.1" 200 1312 0.005253 10.0.0.27 - - [2025-11-27 03:01:45] "GET /virtual-machine/0a6d38ef-0838-41fb-9616-296bdd84ac27 HTTP/1.1" 200 1312 0.004393 10.0.0.27 - - [2025-11-27 03:01:45] "GET /virtual-machine-interface/0ec7c461-36d6-4c63-bd19-223559ac9e77 HTTP/1.1" 200 3191 0.006280 10.0.0.27 - - [2025-11-27 03:01:45] "GET /virtual-machine/0a6d38ef-0838-41fb-9616-296bdd84ac27 HTTP/1.1" 200 1312 0.003653 10.0.0.27 - - [2025-11-27 03:01:45] "GET /virtual-machine-interface/0ec7c461-36d6-4c63-bd19-223559ac9e77 HTTP/1.1" 200 3191 0.005447 10.0.0.27 - - [2025-11-27 03:01:45] "GET /instance-ip/a634ddde-72cc-43a3-86da-27bd20e0aa74 HTTP/1.1" 200 1704 0.005599 10.0.0.27 - - [2025-11-27 03:01:45] "GET /virtual-machine/0a6d38ef-0838-41fb-9616-296bdd84ac27 HTTP/1.1" 200 1312 0.003435 10.0.0.27 - - [2025-11-27 03:01:45] "GET /virtual-machine-interface/0ec7c461-36d6-4c63-bd19-223559ac9e77 HTTP/1.1" 200 3191 0.004769 10.0.0.27 - - [2025-11-27 03:01:45] "GET /instance-ip/a634ddde-72cc-43a3-86da-27bd20e0aa74 HTTP/1.1" 200 1704 0.003466 10.0.0.27 - - [2025-11-27 03:01:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.27 - - [2025-11-27 03:01:45] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004493 10.0.0.27 - - [2025-11-27 03:01:45] "GET /virtual-networks?parent_id=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002435 10.0.0.27 - - [2025-11-27 03:01:45] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005481 10.0.0.27 - - [2025-11-27 03:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.27 - - [2025-11-27 03:01:46] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003730 10.0.0.27 - - [2025-11-27 03:01:46] "GET /virtual-networks?parent_id=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003136 10.0.0.27 - - [2025-11-27 03:01:46] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005969 10.0.0.27 - - [2025-11-27 03:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.27 - - [2025-11-27 03:01:46] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004003 10.0.0.27 - - [2025-11-27 03:01:46] "GET /virtual-networks?parent_id=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003941 10.0.0.27 - - [2025-11-27 03:01:46] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.004857 10.0.0.27 - - [2025-11-27 03:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.27 - - [2025-11-27 03:01:46] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003700 10.0.0.27 - - [2025-11-27 03:01:46] "GET /virtual-networks?parent_id=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002563 10.0.0.27 - - [2025-11-27 03:01:46] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005907 10.0.0.27 - - [2025-11-27 03:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.27 - - [2025-11-27 03:01:46] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003768 10.0.0.27 - - [2025-11-27 03:01:46] "GET /virtual-networks?parent_id=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003497 10.0.0.27 - - [2025-11-27 03:01:46] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007762 10.0.0.27 - - [2025-11-27 03:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.27 - - [2025-11-27 03:01:46] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005006 10.0.0.27 - - [2025-11-27 03:01:46] "GET /virtual-networks?parent_id=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003877 10.0.0.27 - - [2025-11-27 03:01:46] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006714 10.0.0.27 - - [2025-11-27 03:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005846 10.0.0.27 - - [2025-11-27 03:01:46] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005527 10.0.0.27 - - [2025-11-27 03:01:46] "GET /virtual-networks?parent_id=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003528 10.0.0.27 - - [2025-11-27 03:01:46] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006501 10.0.0.27 - - [2025-11-27 03:01:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005007 10.0.0.27 - - [2025-11-27 03:01:47] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004246 10.0.0.27 - - [2025-11-27 03:01:47] "GET /virtual-networks?parent_id=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003404 10.0.0.27 - - [2025-11-27 03:01:47] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006734 10.0.0.27 - - [2025-11-27 03:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.27 - - [2025-11-27 03:01:48] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003191 10.0.0.27 - - [2025-11-27 03:01:48] "GET /virtual-networks?parent_id=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002350 10.0.0.27 - - [2025-11-27 03:01:48] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.004675 10.0.0.27 - - [2025-11-27 03:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.27 - - [2025-11-27 03:01:48] "GET /routing-instance/e7c68b1c-237f-41f1-87e3-ba51b765f854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004088 10.0.0.27 - - [2025-11-27 03:01:48] "GET /route-target/1a4a1971-6886-4168-8e64-6c005ddbecff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002953 10.0.0.27 - - [2025-11-27 03:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.27 - - [2025-11-27 03:01:48] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003661 10.0.0.27 - - [2025-11-27 03:01:48] "GET /virtual-networks?parent_id=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002565 10.0.0.27 - - [2025-11-27 03:01:48] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005849 10.0.0.27 - - [2025-11-27 03:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.27 - - [2025-11-27 03:01:48] "GET /routing-instance/e7c68b1c-237f-41f1-87e3-ba51b765f854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.003874 10.0.0.27 - - [2025-11-27 03:01:48] "GET /route-target/1a4a1971-6886-4168-8e64-6c005ddbecff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003186 10.0.0.27 - - [2025-11-27 03:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.27 - - [2025-11-27 03:01:48] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003694 10.0.0.27 - - [2025-11-27 03:01:48] "GET /virtual-networks?parent_id=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003064 10.0.0.27 - - [2025-11-27 03:01:48] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007139 10.0.0.27 - - [2025-11-27 03:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.27 - - [2025-11-27 03:01:48] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004133 10.0.0.27 - - [2025-11-27 03:01:48] "GET /virtual-networks?parent_id=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003085 10.0.0.27 - - [2025-11-27 03:01:48] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005306 10.0.0.27 - - [2025-11-27 03:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.27 - - [2025-11-27 03:01:48] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003973 10.0.0.27 - - [2025-11-27 03:01:48] "GET /virtual-networks?parent_id=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002849 10.0.0.27 - - [2025-11-27 03:01:48] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005325 10.0.0.23 - - [2025-11-27 03:01:48] "GET /obj-perms HTTP/1.1" 200 5072 0.003130 10.0.0.27 - - [2025-11-27 03:01:49] "GET /obj-perms HTTP/1.1" 200 5072 0.003090 10.0.0.27 - - [2025-11-27 03:01:49] "GET /obj-perms HTTP/1.1" 200 5072 0.003653 10.0.0.33 - - [2025-11-27 03:01:49] "GET /obj-perms HTTP/1.1" 200 5072 0.003669 10.0.0.23 - - [2025-11-27 03:01:49] "GET /obj-perms HTTP/1.1" 200 5072 0.003166 10.0.0.27 - - [2025-11-27 03:01:49] "GET /virtual-machine/0a6d38ef-0838-41fb-9616-296bdd84ac27 HTTP/1.1" 200 1312 0.003882 10.0.0.27 - - [2025-11-27 03:01:49] "GET /virtual-machine-interface/0ec7c461-36d6-4c63-bd19-223559ac9e77 HTTP/1.1" 200 3191 0.005146 10.0.0.27 - - [2025-11-27 03:01:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.27 - - [2025-11-27 03:01:49] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003554 10.0.0.27 - - [2025-11-27 03:01:49] "GET /virtual-networks?parent_id=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002701 10.0.0.27 - - [2025-11-27 03:01:49] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005434 10.0.0.27 - - [2025-11-27 03:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.27 - - [2025-11-27 03:01:50] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003226 10.0.0.27 - - [2025-11-27 03:01:50] "GET /virtual-networks?parent_id=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002392 10.0.0.27 - - [2025-11-27 03:01:50] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005457 10.0.0.27 - - [2025-11-27 03:01:50] "GET /virtual-machine/76014482-a970-4d57-984d-d5b7bdf01d6d HTTP/1.1" 200 1313 0.004016 10.0.0.27 - - [2025-11-27 03:01:50] "GET /virtual-machine-interface/5c2eed10-9394-4347-811d-e017ae43df13 HTTP/1.1" 200 3190 0.006138 10.0.0.27 - - [2025-11-27 03:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.27 - - [2025-11-27 03:01:50] "GET /security-group/c1018997-65b2-401b-85ff-e97cdc316725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2698 0.004459 10.0.0.27 - - [2025-11-27 03:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.27 - - [2025-11-27 03:01:50] "GET /security-group/c1018997-65b2-401b-85ff-e97cdc316725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2698 0.004277 10.0.0.27 - - [2025-11-27 03:01:50] "POST /neutron/port HTTP/1.1" 200 1110 0.013988 10.0.0.27 - - [2025-11-27 03:01:51] "POST /neutron/port HTTP/1.1" 200 1098 0.099554 10.0.0.27 - - [2025-11-27 03:01:51] "GET /virtual-machine/76014482-a970-4d57-984d-d5b7bdf01d6d HTTP/1.1" 200 1313 0.004042 10.0.0.27 - - [2025-11-27 03:01:51] "GET /virtual-machine-interface/5c2eed10-9394-4347-811d-e017ae43df13 HTTP/1.1" 200 3138 0.004880 10.0.0.27 - - [2025-11-27 03:01:51] "POST /neutron/port HTTP/1.1" 200 1098 0.010206 10.0.0.27 - - [2025-11-27 03:01:51] "GET /virtual-machine/76014482-a970-4d57-984d-d5b7bdf01d6d HTTP/1.1" 200 1313 0.003594 10.0.0.27 - - [2025-11-27 03:01:51] "GET /virtual-machine-interface/5c2eed10-9394-4347-811d-e017ae43df13 HTTP/1.1" 200 3190 0.006110 10.0.0.27 - - [2025-11-27 03:01:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002557 10.0.0.27 - - [2025-11-27 03:01:51] "GET /security-group/c1018997-65b2-401b-85ff-e97cdc316725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2698 0.002853 10.0.0.27 - - [2025-11-27 03:01:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.27 - - [2025-11-27 03:01:51] "GET /security-group/c1018997-65b2-401b-85ff-e97cdc316725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2698 0.004040 10.0.0.27 - - [2025-11-27 03:01:51] "POST /neutron/security_group HTTP/1.1" 200 1445 0.003407 10.0.0.27 - - [2025-11-27 03:01:52] "POST /neutron/port HTTP/1.1" 200 1110 0.013533 10.0.0.27 - - [2025-11-27 03:01:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003394 10.0.0.27 - - [2025-11-27 03:01:52] "POST /neutron/network HTTP/1.1" 200 928 0.006102 10.0.0.27 - - [2025-11-27 03:01:59] "GET /obj-perms HTTP/1.1" 200 5056 0.057573 10.0.0.27 - - [2025-11-27 03:01:59] "POST /neutron/network HTTP/1.1" 200 938 0.006773 10.0.0.27 - - [2025-11-27 03:01:59] "POST /neutron/port HTTP/1.1" 200 117 0.001649 10.0.0.23 - - [2025-11-27 03:02:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.23 - - [2025-11-27 03:02:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.23 - - [2025-11-27 03:02:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.23 - - [2025-11-27 03:02:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.33 - - [2025-11-27 03:02:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.33 - - [2025-11-27 03:02:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.27 - - [2025-11-27 03:02:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000337 10.0.0.27 - - [2025-11-27 03:02:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.33 - - [2025-11-27 03:02:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.33 - - [2025-11-27 03:02:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.27 - - [2025-11-27 03:02:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.27 - - [2025-11-27 03:02:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.27 - - [2025-11-27 03:02:51] "POST /neutron/security_group_rule HTTP/1.1" 200 547 0.011293 10.0.0.27 - - [2025-11-27 03:02:51] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.181459 10.0.0.27 - - [2025-11-27 03:02:51] "PUT /access-control-list/9fdc8b1a-73b1-414c-a20a-8936041c3b46 HTTP/1.1" 200 272 0.010342 10.0.0.27 - - [2025-11-27 03:02:54] "POST /neutron/security_group HTTP/1.1" 200 1419 0.007550 10.0.0.27 - - [2025-11-27 03:02:54] "POST /neutron/port HTTP/1.1" 200 1136 0.010211 10.0.0.27 - - [2025-11-27 03:02:54] "POST /neutron/port HTTP/1.1" 200 1110 0.065527 10.0.0.27 - - [2025-11-27 03:02:54] "GET /virtual-machine/0a6d38ef-0838-41fb-9616-296bdd84ac27 HTTP/1.1" 200 1312 0.003611 10.0.0.27 - - [2025-11-27 03:02:54] "POST /neutron/subnet HTTP/1.1" 200 703 0.007789 10.0.0.27 - - [2025-11-27 03:02:55] "POST /neutron/port HTTP/1.1" 200 1072 0.016763 10.0.0.27 - - [2025-11-27 03:02:56] "GET /virtual-machine/0a6d38ef-0838-41fb-9616-296bdd84ac27 HTTP/1.1" 404 171 0.011486 10.0.0.27 - - [2025-11-27 03:02:56] "GET /virtual-machine/0a6d38ef-0838-41fb-9616-296bdd84ac27 HTTP/1.1" 404 171 0.002908 10.0.0.27 - - [2025-11-27 03:02:56] "GET /virtual-machine/0a6d38ef-0838-41fb-9616-296bdd84ac27 HTTP/1.1" 404 171 0.002730 10.0.0.27 - - [2025-11-27 03:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004807 10.0.0.27 - - [2025-11-27 03:02:57] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003453 10.0.0.27 - - [2025-11-27 03:02:57] "GET /virtual-networks?parent_id=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002428 10.0.0.27 - - [2025-11-27 03:02:57] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005602 10.0.0.27 - - [2025-11-27 03:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.009227 10.0.0.27 - - [2025-11-27 03:02:57] "GET /routing-instance/e7c68b1c-237f-41f1-87e3-ba51b765f854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.008623 10.0.0.27 - - [2025-11-27 03:02:57] "GET /route-target/1a4a1971-6886-4168-8e64-6c005ddbecff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.012397 10.0.0.33 - - [2025-11-27 03:02:59] "GET /obj-perms HTTP/1.1" 200 5056 0.048712 10.0.0.27 - - [2025-11-27 03:03:00] "GET /obj-perms HTTP/1.1" 200 5072 0.003286 10.0.0.23 - - [2025-11-27 03:03:00] "GET /obj-perms HTTP/1.1" 200 5072 0.009718 10.0.0.27 - - [2025-11-27 03:03:00] "POST /neutron/security_group HTTP/1.1" 200 1419 0.006652 10.0.0.27 - - [2025-11-27 03:03:00] "POST /neutron/port HTTP/1.1" 200 1136 0.009851 10.0.0.27 - - [2025-11-27 03:03:00] "GET /virtual-machine/76014482-a970-4d57-984d-d5b7bdf01d6d HTTP/1.1" 200 1313 0.003592 10.0.0.27 - - [2025-11-27 03:03:01] "POST /neutron/port HTTP/1.1" 200 1098 0.013415 10.0.0.27 - - [2025-11-27 03:03:02] "GET /virtual-machine/76014482-a970-4d57-984d-d5b7bdf01d6d HTTP/1.1" 404 171 0.003404 10.0.0.27 - - [2025-11-27 03:03:02] "GET /virtual-machine/76014482-a970-4d57-984d-d5b7bdf01d6d HTTP/1.1" 404 171 0.008009 10.0.0.27 - - [2025-11-27 03:03:02] "GET /virtual-machine/76014482-a970-4d57-984d-d5b7bdf01d6d HTTP/1.1" 404 171 0.002780 10.0.0.27 - - [2025-11-27 03:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.27 - - [2025-11-27 03:03:03] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003843 10.0.0.27 - - [2025-11-27 03:03:03] "GET /virtual-networks?parent_id=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003492 10.0.0.27 - - [2025-11-27 03:03:03] "GET /virtual-network/35c5abb9-fac9-41a1-946d-f79cb0a23d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006780 10.0.0.27 - - [2025-11-27 03:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.27 - - [2025-11-27 03:03:03] "GET /routing-instance/e7c68b1c-237f-41f1-87e3-ba51b765f854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.005565 10.0.0.27 - - [2025-11-27 03:03:03] "GET /route-target/1a4a1971-6886-4168-8e64-6c005ddbecff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005739 10.0.0.33 - - [2025-11-27 03:03:03] "GET /obj-perms HTTP/1.1" 200 5072 0.004414 10.0.0.27 - - [2025-11-27 03:03:06] "GET /obj-perms HTTP/1.1" 200 5072 0.004454 10.0.0.33 - - [2025-11-27 03:03:12] "GET /obj-perms HTTP/1.1" 200 5072 0.003574 10.0.0.27 - - [2025-11-27 03:03:15] "GET /obj-perms HTTP/1.1" 200 5072 0.003477 10.0.0.33 - - [2025-11-27 03:03:21] "GET /obj-perms HTTP/1.1" 200 5072 0.003998 10.0.0.27 - - [2025-11-27 03:03:24] "GET /obj-perms HTTP/1.1" 200 5072 0.003689 10.0.0.33 - - [2025-11-27 03:03:31] "GET /obj-perms HTTP/1.1" 200 5072 0.003501 10.0.0.27 - - [2025-11-27 03:03:31] "GET /obj-perms HTTP/1.1" 200 5072 0.003849 10.0.0.23 - - [2025-11-27 03:03:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002442 10.0.0.23 - - [2025-11-27 03:03:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003825 10.0.0.27 - - [2025-11-27 03:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.27 - - [2025-11-27 03:03:31] "POST /neutron/network HTTP/1.1" 200 151 0.135371 10.0.0.27 - - [2025-11-27 03:03:31] "POST /fqname-to-id HTTP/1.1" 404 245 0.002827 10.0.0.27 - - [2025-11-27 03:03:31] "DELETE /access-control-list/b4f81226-2a24-4615-8f23-250f2bb1410a HTTP/1.1" 200 115 0.026243 10.0.0.23 - - [2025-11-27 03:03:33] "GET /projects?obj_uuids=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000879 10.0.0.27 - - [2025-11-27 03:03:33] "GET /project/4b0557ef-b886-4085-af0e-f9b880b0140a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.034904 10.0.0.23 - - [2025-11-27 03:03:33] "GET /projects?obj_uuids=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001848 10.0.0.27 - - [2025-11-27 03:03:33] "GET /project/4b0557ef-b886-4085-af0e-f9b880b0140a?fields=virtual_networks HTTP/1.1" 200 1074 0.056916 10.0.0.23 - - [2025-11-27 03:03:33] "GET /projects?obj_uuids=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000956 10.0.0.27 - - [2025-11-27 03:03:33] "GET /project/4b0557ef-b886-4085-af0e-f9b880b0140a?fields=virtual_machine_interfaces HTTP/1.1" 200 1074 0.047174 10.0.0.23 - - [2025-11-27 03:03:33] "GET /projects?obj_uuids=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000928 10.0.0.27 - - [2025-11-27 03:03:33] "GET /project/4b0557ef-b886-4085-af0e-f9b880b0140a?fields=security_groups HTTP/1.1" 200 1321 0.034832 10.0.0.27 - - [2025-11-27 03:03:34] "POST /fqname-to-id HTTP/1.1" 404 186 0.030404 10.0.0.23 - - [2025-11-27 03:03:34] "GET /projects?obj_uuids=28648fb2-657b-4311-88a4-4811d548fe10&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002710 10.0.0.23 - - [2025-11-27 03:03:34] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000934 10.0.0.23 - - [2025-11-27 03:03:34] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006398 10.0.0.23 - - [2025-11-27 03:03:34] "POST /id-to-fqname HTTP/1.1" 200 188 0.001161 10.0.0.23 - - [2025-11-27 03:03:34] "POST /fqname-to-id HTTP/1.1" 404 197 0.007183 10.0.0.23 - - [2025-11-27 03:03:34] "POST /security-groups HTTP/1.1" 200 589 0.031130 10.0.0.23 - - [2025-11-27 03:03:34] "POST /projects HTTP/1.1" 200 581 0.258825 10.0.0.23 - - [2025-11-27 03:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.312849 10.0.0.27 - - [2025-11-27 03:03:34] "POST /fqname-to-id HTTP/1.1" 404 231 0.015565 10.0.0.27 - - [2025-11-27 03:03:34] "GET /project/28648fb2-657b-4311-88a4-4811d548fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.443494 10.0.0.27 - - [2025-11-27 03:03:35] "GET / HTTP/1.1" 200 35931 0.002349 10.0.0.27 - - [2025-11-27 03:03:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000438 10.0.0.27 - - [2025-11-27 03:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.059031 10.0.0.23 - - [2025-11-27 03:03:38] "GET /projects?obj_uuids=28648fb2-657b-4311-88a4-4811d548fe10&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000837 10.0.0.27 - - [2025-11-27 03:03:38] "GET /project/28648fb2-657b-4311-88a4-4811d548fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.030195 10.0.0.27 - - [2025-11-27 03:03:38] "POST /neutron/network HTTP/1.1" 200 117 0.033261 10.0.0.27 - - [2025-11-27 03:03:38] "POST /ref-update HTTP/1.1" 200 156 0.020969 10.0.0.27 - - [2025-11-27 03:03:38] "POST /neutron/network HTTP/1.1" 200 834 0.007340 10.0.0.27 - - [2025-11-27 03:03:38] "POST /id-to-fqname HTTP/1.1" 200 224 0.001011 10.0.0.27 - - [2025-11-27 03:03:38] "GET /virtual-network/9dc9e03f-3665-4ad6-b160-08c5c2ea568a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004572 10.0.0.27 - - [2025-11-27 03:03:38] "GET /virtual-network/9dc9e03f-3665-4ad6-b160-08c5c2ea568a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004696 10.0.0.27 - - [2025-11-27 03:03:38] "POST /neutron/subnet HTTP/1.1" 200 725 0.007942 10.0.0.27 - - [2025-11-27 03:03:38] "POST /id-to-fqname HTTP/1.1" 200 224 0.000997 10.0.0.23 - - [2025-11-27 03:03:39] "GET /projects?obj_uuids=28648fb2-657b-4311-88a4-4811d548fe10&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000947 10.0.0.27 - - [2025-11-27 03:03:39] "GET /project/28648fb2-657b-4311-88a4-4811d548fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.066923 10.0.0.27 - - [2025-11-27 03:03:39] "POST /neutron/port HTTP/1.1" 200 117 0.005725 10.0.0.27 - - [2025-11-27 03:03:40] "POST /neutron/network HTTP/1.1" 200 844 0.007121 10.0.0.27 - - [2025-11-27 03:03:40] "POST /neutron/port HTTP/1.1" 200 1058 0.013198 10.0.0.27 - - [2025-11-27 03:03:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003658 10.0.0.27 - - [2025-11-27 03:03:40] "POST /neutron/network HTTP/1.1" 200 834 0.006118 10.0.0.27 - - [2025-11-27 03:03:44] "POST /neutron/port HTTP/1.1" 200 1086 0.015460 10.0.0.27 - - [2025-11-27 03:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002599 10.0.0.23 - - [2025-11-27 03:03:45] "GET /projects?obj_uuids=28648fb2-657b-4311-88a4-4811d548fe10&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000750 10.0.0.27 - - [2025-11-27 03:03:45] "GET /project/28648fb2-657b-4311-88a4-4811d548fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.036778 10.0.0.23 - - [2025-11-27 03:03:45] "GET /projects?obj_uuids=28648fb2-657b-4311-88a4-4811d548fe10&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001132 10.0.0.27 - - [2025-11-27 03:03:45] "POST /neutron/network HTTP/1.1" 200 613 0.115396 10.0.0.27 - - [2025-11-27 03:03:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.002865 10.0.0.27 - - [2025-11-27 03:03:45] "GET /virtual-network/774f0979-7be1-45a2-b2d3-a1279861e691?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004983 10.0.0.27 - - [2025-11-27 03:03:45] "POST /neutron/network HTTP/1.1" 200 830 0.006136 10.0.0.27 - - [2025-11-27 03:03:45] "GET /virtual-network/774f0979-7be1-45a2-b2d3-a1279861e691?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004680 10.0.0.27 - - [2025-11-27 03:03:46] "GET /virtual-network/774f0979-7be1-45a2-b2d3-a1279861e691?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005273 10.0.0.27 - - [2025-11-27 03:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004488 10.0.0.23 - - [2025-11-27 03:03:47] "GET /projects?obj_uuids=28648fb2-657b-4311-88a4-4811d548fe10&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000829 10.0.0.27 - - [2025-11-27 03:03:47] "GET /project/28648fb2-657b-4311-88a4-4811d548fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.035559 10.0.0.27 - - [2025-11-27 03:03:47] "POST /neutron/network HTTP/1.1" 200 117 0.013568 10.0.0.27 - - [2025-11-27 03:03:47] "POST /route-targets HTTP/1.1" 200 327 0.013779 10.0.0.27 - - [2025-11-27 03:03:47] "POST /neutron/network HTTP/1.1" 200 832 0.008646 10.0.0.27 - - [2025-11-27 03:03:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001264 10.0.0.27 - - [2025-11-27 03:03:47] "GET /virtual-network/8e2f0108-f5a1-46bf-be85-fc5ca7e507a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004921 10.0.0.27 - - [2025-11-27 03:03:47] "GET /virtual-network/8e2f0108-f5a1-46bf-be85-fc5ca7e507a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005729 10.0.0.27 - - [2025-11-27 03:03:47] "POST /neutron/subnet HTTP/1.1" 200 724 0.009642 10.0.0.27 - - [2025-11-27 03:03:48] "GET /virtual-network/8e2f0108-f5a1-46bf-be85-fc5ca7e507a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007550 10.0.0.27 - - [2025-11-27 03:03:48] "GET /obj-perms HTTP/1.1" 200 5026 0.058898 10.0.0.33 - - [2025-11-27 03:03:48] "GET /obj-perms HTTP/1.1" 200 5026 0.050548 10.0.0.23 - - [2025-11-27 03:03:48] "GET /obj-perms HTTP/1.1" 200 5026 0.058983 10.0.0.27 - - [2025-11-27 03:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286 10.0.0.23 - - [2025-11-27 03:03:48] "GET /projects?obj_uuids=28648fb2-657b-4311-88a4-4811d548fe10&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001212 10.0.0.27 - - [2025-11-27 03:03:48] "GET /project/28648fb2-657b-4311-88a4-4811d548fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.046453 10.0.0.27 - - [2025-11-27 03:03:48] "POST /ref-update HTTP/1.1" 200 156 0.032145 10.0.0.23 - - [2025-11-27 03:03:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002516 10.0.0.27 - - [2025-11-27 03:03:49] "POST /neutron/subnet HTTP/1.1" 200 725 0.225488 10.0.0.27 - - [2025-11-27 03:03:49] "POST /id-to-fqname HTTP/1.1" 200 224 0.001261 10.0.0.27 - - [2025-11-27 03:03:49] "GET /virtual-network/169146e1-f05d-4408-9c8d-647b0243d00b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005248 10.0.0.27 - - [2025-11-27 03:03:49] "GET /virtual-network/169146e1-f05d-4408-9c8d-647b0243d00b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005053 10.0.0.27 - - [2025-11-27 03:03:49] "POST /neutron/network HTTP/1.1" 200 834 0.005657 10.0.0.27 - - [2025-11-27 03:03:49] "GET /virtual-network/169146e1-f05d-4408-9c8d-647b0243d00b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005337 10.0.0.27 - - [2025-11-27 03:03:49] "POST /id-to-fqname HTTP/1.1" 200 223 0.001604 10.0.0.27 - - [2025-11-27 03:03:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009050 10.0.0.23 - - [2025-11-27 03:03:50] "GET /projects?obj_uuids=28648fb2-657b-4311-88a4-4811d548fe10&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001317 10.0.0.27 - - [2025-11-27 03:03:50] "GET /project/28648fb2-657b-4311-88a4-4811d548fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.056585 10.0.0.27 - - [2025-11-27 03:03:50] "POST /neutron/port HTTP/1.1" 200 1086 0.015987 10.0.0.27 - - [2025-11-27 03:03:51] "POST /id-to-fqname HTTP/1.1" 200 224 0.001212 10.0.0.27 - - [2025-11-27 03:03:51] "POST /neutron/port HTTP/1.1" 200 1086 0.016767 10.0.0.27 - - [2025-11-27 03:03:51] "POST /neutron/network HTTP/1.1" 200 842 0.006139 10.0.0.27 - - [2025-11-27 03:03:51] "POST /neutron/port HTTP/1.1" 200 1058 0.013835 10.0.0.27 - - [2025-11-27 03:03:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003823 10.0.0.27 - - [2025-11-27 03:03:52] "POST /neutron/network HTTP/1.1" 200 832 0.005930 10.0.0.23 - - [2025-11-27 03:03:52] "GET /projects?obj_uuids=28648fb2-657b-4311-88a4-4811d548fe10&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000855 10.0.0.27 - - [2025-11-27 03:03:52] "GET /project/28648fb2-657b-4311-88a4-4811d548fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.069208 10.0.0.27 - - [2025-11-27 03:03:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007447 10.0.0.27 - - [2025-11-27 03:03:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.002852 10.0.0.27 - - [2025-11-27 03:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002719 10.0.0.23 - - [2025-11-27 03:03:52] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000905 10.0.0.27 - - [2025-11-27 03:03:52] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008669 10.0.0.27 - - [2025-11-27 03:03:52] "POST /service-templates HTTP/1.1" 200 543 0.028636 10.0.0.27 - - [2025-11-27 03:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004767 10.0.0.27 - - [2025-11-27 03:03:52] "GET /service-template/3f13c4ea-0083-4f37-bf3d-6a30addd02e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.007323 10.0.0.27 - - [2025-11-27 03:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.27 - - [2025-11-27 03:03:52] "GET /service-template/3f13c4ea-0083-4f37-bf3d-6a30addd02e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.003510 10.0.0.27 - - [2025-11-27 03:03:52] "POST /id-to-fqname HTTP/1.1" 200 223 0.001311 10.0.0.23 - - [2025-11-27 03:03:52] "GET /projects?obj_uuids=28648fb2-657b-4311-88a4-4811d548fe10&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000845 10.0.0.27 - - [2025-11-27 03:03:52] "POST /id-to-fqname HTTP/1.1" 200 223 0.001101 10.0.0.27 - - [2025-11-27 03:03:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001075 10.0.0.27 - - [2025-11-27 03:03:52] "POST /neutron/port HTTP/1.1" 200 1058 0.256437 10.0.0.27 - - [2025-11-27 03:03:52] "POST /neutron/port HTTP/1.1" 200 1058 0.014643 10.0.0.27 - - [2025-11-27 03:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.27 - - [2025-11-27 03:03:53] "DELETE /service-template/3f13c4ea-0083-4f37-bf3d-6a30addd02e4 HTTP/1.1" 200 115 0.022060 10.0.0.27 - - [2025-11-27 03:03:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.011685 10.0.0.27 - - [2025-11-27 03:03:53] "POST /neutron/port HTTP/1.1" 200 1086 0.018554 10.0.0.27 - - [2025-11-27 03:03:53] "POST /neutron/port HTTP/1.1" 200 117 0.001100 10.0.0.27 - - [2025-11-27 03:03:53] "POST /neutron/network HTTP/1.1" 400 204 0.016154 10.0.0.27 - - [2025-11-27 03:03:54] "POST /neutron/port HTTP/1.1" 200 151 0.157275 10.0.0.27 - - [2025-11-27 03:03:54] "POST /neutron/network HTTP/1.1" 200 844 0.006735 10.0.0.27 - - [2025-11-27 03:03:54] "POST /neutron/port HTTP/1.1" 200 117 0.001044 10.0.0.27 - - [2025-11-27 03:03:54] "POST /neutron/port HTTP/1.1" 200 1112 0.010278 10.0.0.27 - - [2025-11-27 03:03:55] "POST /neutron/network HTTP/1.1" 200 2876 0.009565 10.0.0.23 - - [2025-11-27 03:03:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002738 10.0.0.23 - - [2025-11-27 03:03:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003481 10.0.0.27 - - [2025-11-27 03:03:55] "POST /neutron/network HTTP/1.1" 200 151 0.140628 10.0.0.27 - - [2025-11-27 03:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006266 10.0.0.23 - - [2025-11-27 03:03:55] "POST /useragent-kv HTTP/1.1" 200 115 0.009524 10.0.0.23 - - [2025-11-27 03:03:55] "POST /useragent-kv HTTP/1.1" 200 115 0.005213 10.0.0.27 - - [2025-11-27 03:03:55] "POST /neutron/network HTTP/1.1" 200 151 0.147454 10.0.0.27 - - [2025-11-27 03:03:56] "DELETE /route-target/aeaf78f9-3b63-436e-9f06-80fdefa07375 HTTP/1.1" 200 115 0.026394 10.0.0.27 - - [2025-11-27 03:03:56] "POST /neutron/network HTTP/1.1" 200 834 0.007024 10.0.0.27 - - [2025-11-27 03:03:57] "POST /neutron/port HTTP/1.1" 200 1112 0.011935 10.0.0.23 - - [2025-11-27 03:03:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003297 10.0.0.23 - - [2025-11-27 03:03:58] "POST /useragent-kv HTTP/1.1" 200 115 0.007569 10.0.0.27 - - [2025-11-27 03:03:58] "POST /neutron/network HTTP/1.1" 200 151 0.135625 10.0.0.27 - - [2025-11-27 03:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.23 - - [2025-11-27 03:04:01] "GET /projects?obj_uuids=28648fb2-657b-4311-88a4-4811d548fe10&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001077 10.0.0.27 - - [2025-11-27 03:04:01] "GET /project/28648fb2-657b-4311-88a4-4811d548fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.044130 10.0.0.27 - - [2025-11-27 03:04:01] "POST /route-targets HTTP/1.1" 200 327 0.017663 10.0.0.23 - - [2025-11-27 03:04:01] "POST /useragent-kv HTTP/1.1" 200 115 0.009109 10.0.0.27 - - [2025-11-27 03:04:01] "POST /neutron/subnet HTTP/1.1" 200 734 0.221858 10.0.0.27 - - [2025-11-27 03:04:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001734 10.0.0.27 - - [2025-11-27 03:04:01] "GET /virtual-network/34ad701d-7dc5-4cf6-9853-bb9591a0faed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005242 10.0.0.27 - - [2025-11-27 03:04:01] "GET /virtual-network/34ad701d-7dc5-4cf6-9853-bb9591a0faed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006033 10.0.0.27 - - [2025-11-27 03:04:02] "POST /neutron/network HTTP/1.1" 200 834 0.009917 10.0.0.27 - - [2025-11-27 03:04:02] "GET /virtual-network/34ad701d-7dc5-4cf6-9853-bb9591a0faed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005977 10.0.0.27 - - [2025-11-27 03:04:02] "GET /obj-perms HTTP/1.1" 200 5026 0.003707 10.0.0.33 - - [2025-11-27 03:04:02] "GET /obj-perms HTTP/1.1" 200 5026 0.003584 10.0.0.27 - - [2025-11-27 03:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.23 - - [2025-11-27 03:04:02] "GET /projects?obj_uuids=28648fb2-657b-4311-88a4-4811d548fe10&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001114 10.0.0.27 - - [2025-11-27 03:04:02] "GET /project/28648fb2-657b-4311-88a4-4811d548fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.039380 10.0.0.23 - - [2025-11-27 03:04:02] "GET /projects?obj_uuids=28648fb2-657b-4311-88a4-4811d548fe10&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000958 10.0.0.27 - - [2025-11-27 03:04:02] "POST /neutron/network HTTP/1.1" 200 613 0.102874 10.0.0.27 - - [2025-11-27 03:04:02] "POST /ref-update HTTP/1.1" 200 156 0.021268 10.0.0.27 - - [2025-11-27 03:04:02] "POST /id-to-fqname HTTP/1.1" 200 223 0.003600 10.0.0.27 - - [2025-11-27 03:04:03] "GET /virtual-network/d85b8502-0898-4abe-b319-343c5139946c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004573 10.0.0.27 - - [2025-11-27 03:04:03] "POST /neutron/network HTTP/1.1" 200 830 0.005483 10.0.0.27 - - [2025-11-27 03:04:03] "GET /virtual-network/d85b8502-0898-4abe-b319-343c5139946c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004292 10.0.0.27 - - [2025-11-27 03:04:03] "GET /virtual-network/d85b8502-0898-4abe-b319-343c5139946c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006321 10.0.0.23 - - [2025-11-27 03:04:03] "GET /obj-perms HTTP/1.1" 200 5026 0.003418 10.0.0.27 - - [2025-11-27 03:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.23 - - [2025-11-27 03:04:03] "GET /projects?obj_uuids=28648fb2-657b-4311-88a4-4811d548fe10&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001188 10.0.0.27 - - [2025-11-27 03:04:03] "GET /project/28648fb2-657b-4311-88a4-4811d548fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.049921 10.0.0.27 - - [2025-11-27 03:04:03] "POST /neutron/network HTTP/1.1" 200 117 0.013503 10.0.0.27 - - [2025-11-27 03:04:04] "POST /neutron/network HTTP/1.1" 200 833 0.008146 10.0.0.27 - - [2025-11-27 03:04:04] "POST /id-to-fqname HTTP/1.1" 200 224 0.000969 10.0.0.27 - - [2025-11-27 03:04:04] "GET /virtual-network/32989541-ff35-4cee-b6ea-2dbd282e5ab6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004811 10.0.0.27 - - [2025-11-27 03:04:04] "GET /virtual-network/32989541-ff35-4cee-b6ea-2dbd282e5ab6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005278 10.0.0.27 - - [2025-11-27 03:04:04] "POST /neutron/subnet HTTP/1.1" 200 719 0.008526 10.0.0.27 - - [2025-11-27 03:04:04] "GET /virtual-network/32989541-ff35-4cee-b6ea-2dbd282e5ab6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007226 10.0.0.27 - - [2025-11-27 03:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.23 - - [2025-11-27 03:04:04] "GET /projects?obj_uuids=28648fb2-657b-4311-88a4-4811d548fe10&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000849 10.0.0.27 - - [2025-11-27 03:04:04] "GET /project/28648fb2-657b-4311-88a4-4811d548fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.040463 10.0.0.27 - - [2025-11-27 03:04:04] "POST /route-targets HTTP/1.1" 200 327 0.017769 10.0.0.23 - - [2025-11-27 03:04:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004732 10.0.0.27 - - [2025-11-27 03:04:05] "POST /neutron/subnet HTTP/1.1" 200 725 0.200638 10.0.0.27 - - [2025-11-27 03:04:05] "POST /id-to-fqname HTTP/1.1" 200 229 0.001202 10.0.0.27 - - [2025-11-27 03:04:05] "GET /virtual-network/6dc20f14-2847-40eb-995d-e82e1de3f9cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004854 10.0.0.27 - - [2025-11-27 03:04:05] "GET /virtual-network/6dc20f14-2847-40eb-995d-e82e1de3f9cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005019 10.0.0.27 - - [2025-11-27 03:04:05] "POST /neutron/network HTTP/1.1" 200 844 0.008498 10.0.0.27 - - [2025-11-27 03:04:05] "GET /virtual-network/6dc20f14-2847-40eb-995d-e82e1de3f9cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005192 10.0.0.27 - - [2025-11-27 03:04:05] "GET /obj-perms HTTP/1.1" 200 5026 0.003172 10.0.0.33 - - [2025-11-27 03:04:05] "GET /obj-perms HTTP/1.1" 200 5026 0.003801 10.0.0.27 - - [2025-11-27 03:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.23 - - [2025-11-27 03:04:05] "GET /projects?obj_uuids=28648fb2-657b-4311-88a4-4811d548fe10&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000985 10.0.0.27 - - [2025-11-27 03:04:05] "GET /project/28648fb2-657b-4311-88a4-4811d548fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.034542 10.0.0.23 - - [2025-11-27 03:04:05] "GET /projects?obj_uuids=28648fb2-657b-4311-88a4-4811d548fe10&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000908 10.0.0.27 - - [2025-11-27 03:04:05] "POST /neutron/network HTTP/1.1" 200 627 0.112717 10.0.0.27 - - [2025-11-27 03:04:06] "POST /ref-update HTTP/1.1" 200 156 0.021530 10.0.0.27 - - [2025-11-27 03:04:06] "POST /id-to-fqname HTTP/1.1" 200 230 0.003576 10.0.0.27 - - [2025-11-27 03:04:06] "GET /virtual-network/04235b23-cc9f-49fd-8774-3c438d48b1ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005961 10.0.0.27 - - [2025-11-27 03:04:06] "POST /neutron/network HTTP/1.1" 200 847 0.006305 10.0.0.27 - - [2025-11-27 03:04:06] "GET /virtual-network/04235b23-cc9f-49fd-8774-3c438d48b1ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005421 10.0.0.27 - - [2025-11-27 03:04:06] "GET /virtual-network/04235b23-cc9f-49fd-8774-3c438d48b1ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005983 10.0.0.23 - - [2025-11-27 03:04:06] "GET /obj-perms HTTP/1.1" 200 5026 0.003293 10.0.0.27 - - [2025-11-27 03:04:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.001153 10.0.0.27 - - [2025-11-27 03:04:06] "POST /neutron/network HTTP/1.1" 200 840 0.006247 10.0.0.23 - - [2025-11-27 03:04:07] "GET /projects?obj_uuids=28648fb2-657b-4311-88a4-4811d548fe10&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000895 10.0.0.27 - - [2025-11-27 03:04:07] "GET /project/28648fb2-657b-4311-88a4-4811d548fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.055050 10.0.0.27 - - [2025-11-27 03:04:07] "POST /neutron/port HTTP/1.1" 200 117 0.005735 10.0.0.27 - - [2025-11-27 03:04:07] "POST /id-to-fqname HTTP/1.1" 200 224 0.001106 10.0.0.27 - - [2025-11-27 03:04:08] "POST /neutron/network HTTP/1.1" 200 840 0.005723 10.0.0.27 - - [2025-11-27 03:04:08] "POST /neutron/port HTTP/1.1" 200 1056 0.018171 10.0.0.27 - - [2025-11-27 03:04:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004503 10.0.0.27 - - [2025-11-27 03:04:08] "POST /neutron/network HTTP/1.1" 200 830 0.005914 10.0.0.23 - - [2025-11-27 03:04:08] "GET /projects?obj_uuids=28648fb2-657b-4311-88a4-4811d548fe10&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001484 10.0.0.27 - - [2025-11-27 03:04:08] "GET /project/28648fb2-657b-4311-88a4-4811d548fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.064565 10.0.0.27 - - [2025-11-27 03:04:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010669 10.0.0.27 - - [2025-11-27 03:04:09] "POST /fqname-to-id HTTP/1.1" 404 193 0.002786 10.0.0.27 - - [2025-11-27 03:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.23 - - [2025-11-27 03:04:09] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000922 10.0.0.27 - - [2025-11-27 03:04:09] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006519 10.0.0.27 - - [2025-11-27 03:04:09] "POST /service-templates HTTP/1.1" 200 543 0.025902 10.0.0.27 - - [2025-11-27 03:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.27 - - [2025-11-27 03:04:09] "GET /service-template/2e79199f-1ff8-4c68-8db5-8c8f90447f9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005392 10.0.0.27 - - [2025-11-27 03:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.27 - - [2025-11-27 03:04:09] "GET /service-template/2e79199f-1ff8-4c68-8db5-8c8f90447f9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003582 10.0.0.27 - - [2025-11-27 03:04:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.001009 10.0.0.27 - - [2025-11-27 03:04:09] "POST /id-to-fqname HTTP/1.1" 200 229 0.001087 10.0.0.23 - - [2025-11-27 03:04:09] "GET /projects?obj_uuids=28648fb2-657b-4311-88a4-4811d548fe10&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000833 10.0.0.27 - - [2025-11-27 03:04:09] "POST /id-to-fqname HTTP/1.1" 200 230 0.001087 10.0.0.27 - - [2025-11-27 03:04:09] "POST /neutron/port HTTP/1.1" 200 1057 0.273957 10.0.0.27 - - [2025-11-27 03:04:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.014939 10.0.0.27 - - [2025-11-27 03:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002665 10.0.0.27 - - [2025-11-27 03:04:10] "DELETE /service-template/2e79199f-1ff8-4c68-8db5-8c8f90447f9a HTTP/1.1" 200 115 0.043015 10.0.0.27 - - [2025-11-27 03:04:10] "POST /fqname-to-id HTTP/1.1" 404 193 0.012358 10.0.0.27 - - [2025-11-27 03:04:10] "POST /neutron/port HTTP/1.1" 200 1085 0.045306 10.0.0.27 - - [2025-11-27 03:04:10] "POST /neutron/port HTTP/1.1" 200 117 0.001117 10.0.0.23 - - [2025-11-27 03:04:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003797 10.0.0.23 - - [2025-11-27 03:04:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003229 10.0.0.27 - - [2025-11-27 03:04:10] "POST /neutron/network HTTP/1.1" 200 151 0.109647 10.0.0.27 - - [2025-11-27 03:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.27 - - [2025-11-27 03:04:10] "POST /neutron/port HTTP/1.1" 200 1084 0.018293 10.0.0.27 - - [2025-11-27 03:04:11] "POST /neutron/network HTTP/1.1" 200 833 0.005626 10.0.0.27 - - [2025-11-27 03:04:11] "POST /neutron/port HTTP/1.1" 200 1111 0.009974 10.0.0.27 - - [2025-11-27 03:04:12] "POST /neutron/network HTTP/1.1" 200 2186 0.008601 10.0.0.27 - - [2025-11-27 03:04:13] "POST /neutron/network HTTP/1.1" 200 833 0.006045 10.0.0.27 - - [2025-11-27 03:04:13] "DELETE /route-target/845f58d2-c12a-432e-bc6a-c638ec093067 HTTP/1.1" 200 115 0.019974 10.0.0.23 - - [2025-11-27 03:04:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002854 10.0.0.23 - - [2025-11-27 03:04:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002600 10.0.0.27 - - [2025-11-27 03:04:13] "POST /neutron/network HTTP/1.1" 200 151 0.105802 10.0.0.27 - - [2025-11-27 03:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.23 - - [2025-11-27 03:04:15] "GET /projects?obj_uuids=28648fb2-657b-4311-88a4-4811d548fe10&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000984 10.0.0.27 - - [2025-11-27 03:04:15] "GET /project/28648fb2-657b-4311-88a4-4811d548fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.036012 10.0.0.23 - - [2025-11-27 03:04:15] "GET /projects?obj_uuids=28648fb2-657b-4311-88a4-4811d548fe10&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000881 10.0.0.27 - - [2025-11-27 03:04:15] "GET /project/28648fb2-657b-4311-88a4-4811d548fe10?fields=virtual_networks HTTP/1.1" 200 1027 0.082853 10.0.0.23 - - [2025-11-27 03:04:15] "GET /projects?obj_uuids=28648fb2-657b-4311-88a4-4811d548fe10&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000908 10.0.0.27 - - [2025-11-27 03:04:15] "GET /project/28648fb2-657b-4311-88a4-4811d548fe10?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.034658 10.0.0.23 - - [2025-11-27 03:04:15] "GET /projects?obj_uuids=28648fb2-657b-4311-88a4-4811d548fe10&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000952 10.0.0.27 - - [2025-11-27 03:04:15] "GET /project/28648fb2-657b-4311-88a4-4811d548fe10?fields=security_groups HTTP/1.1" 200 1251 0.031646 10.0.0.27 - - [2025-11-27 03:04:16] "POST /fqname-to-id HTTP/1.1" 404 186 0.025287 10.0.0.23 - - [2025-11-27 03:04:16] "GET /projects?obj_uuids=48962ba4-c99d-4e94-b0bf-276ad04479f1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003288 10.0.0.23 - - [2025-11-27 03:04:16] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001203 10.0.0.23 - - [2025-11-27 03:04:16] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008335 10.0.0.23 - - [2025-11-27 03:04:16] "POST /id-to-fqname HTTP/1.1" 200 188 0.001853 10.0.0.23 - - [2025-11-27 03:04:16] "POST /fqname-to-id HTTP/1.1" 404 197 0.005033 10.0.0.23 - - [2025-11-27 03:04:16] "POST /security-groups HTTP/1.1" 200 589 0.028948 10.0.0.23 - - [2025-11-27 03:04:17] "POST /projects HTTP/1.1" 200 581 0.229291 10.0.0.27 - - [2025-11-27 03:04:17] "POST /access-control-lists HTTP/1.1" 200 594 0.024577 10.0.0.23 - - [2025-11-27 03:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.300737 10.0.0.27 - - [2025-11-27 03:04:17] "GET /project/48962ba4-c99d-4e94-b0bf-276ad04479f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.433201 10.0.0.27 - - [2025-11-27 03:04:18] "GET / HTTP/1.1" 200 35931 0.001374 10.0.0.27 - - [2025-11-27 03:04:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000426 10.0.0.27 - - [2025-11-27 03:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.087514 10.0.0.23 - - [2025-11-27 03:04:20] "GET /projects?obj_uuids=48962ba4-c99d-4e94-b0bf-276ad04479f1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000815 10.0.0.27 - - [2025-11-27 03:04:20] "GET /project/48962ba4-c99d-4e94-b0bf-276ad04479f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.038867 10.0.0.27 - - [2025-11-27 03:04:20] "POST /neutron/network HTTP/1.1" 200 117 0.043737 10.0.0.27 - - [2025-11-27 03:04:20] "POST /route-targets HTTP/1.1" 200 327 0.016089 10.0.0.27 - - [2025-11-27 03:04:20] "POST /neutron/network HTTP/1.1" 200 833 0.007441 10.0.0.27 - - [2025-11-27 03:04:20] "POST /id-to-fqname HTTP/1.1" 200 223 0.001036 10.0.0.27 - - [2025-11-27 03:04:20] "GET /virtual-network/edf89b10-880b-4ccf-941e-c00b4c9d3fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004908 10.0.0.27 - - [2025-11-27 03:04:20] "GET /virtual-network/edf89b10-880b-4ccf-941e-c00b4c9d3fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005166 10.0.0.27 - - [2025-11-27 03:04:20] "POST /neutron/subnet HTTP/1.1" 200 729 0.008464 10.0.0.27 - - [2025-11-27 03:04:21] "GET /virtual-network/edf89b10-880b-4ccf-941e-c00b4c9d3fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005202 10.0.0.27 - - [2025-11-27 03:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.23 - - [2025-11-27 03:04:22] "GET /projects?obj_uuids=48962ba4-c99d-4e94-b0bf-276ad04479f1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001078 10.0.0.27 - - [2025-11-27 03:04:22] "GET /project/48962ba4-c99d-4e94-b0bf-276ad04479f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.040807 10.0.0.27 - - [2025-11-27 03:04:23] "POST /ref-update HTTP/1.1" 200 156 0.034767 10.0.0.23 - - [2025-11-27 03:04:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004875 10.0.0.27 - - [2025-11-27 03:04:23] "POST /neutron/subnet HTTP/1.1" 200 729 0.263610 10.0.0.27 - - [2025-11-27 03:04:23] "POST /id-to-fqname HTTP/1.1" 200 225 0.001148 10.0.0.27 - - [2025-11-27 03:04:23] "GET /virtual-network/48623cc2-38d6-4017-8bcf-0f5edae9bfcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004740 10.0.0.27 - - [2025-11-27 03:04:23] "GET /virtual-network/48623cc2-38d6-4017-8bcf-0f5edae9bfcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005852 10.0.0.27 - - [2025-11-27 03:04:23] "POST /neutron/network HTTP/1.1" 200 837 0.006311 10.0.0.27 - - [2025-11-27 03:04:23] "GET /virtual-network/48623cc2-38d6-4017-8bcf-0f5edae9bfcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005664 10.0.0.27 - - [2025-11-27 03:04:23] "GET /obj-perms HTTP/1.1" 200 5026 0.065288 10.0.0.33 - - [2025-11-27 03:04:23] "GET /obj-perms HTTP/1.1" 200 5026 0.056306 10.0.0.27 - - [2025-11-27 03:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.23 - - [2025-11-27 03:04:23] "GET /projects?obj_uuids=48962ba4-c99d-4e94-b0bf-276ad04479f1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001017 10.0.0.27 - - [2025-11-27 03:04:24] "GET /project/48962ba4-c99d-4e94-b0bf-276ad04479f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.051631 10.0.0.23 - - [2025-11-27 03:04:24] "GET /projects?obj_uuids=48962ba4-c99d-4e94-b0bf-276ad04479f1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000877 10.0.0.27 - - [2025-11-27 03:04:24] "POST /neutron/network HTTP/1.1" 200 619 0.100174 10.0.0.27 - - [2025-11-27 03:04:24] "POST /id-to-fqname HTTP/1.1" 200 226 0.002905 10.0.0.27 - - [2025-11-27 03:04:24] "GET /virtual-network/82de5ab3-fcc2-4984-93ba-5b111ee0158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005138 10.0.0.27 - - [2025-11-27 03:04:24] "POST /neutron/network HTTP/1.1" 200 838 0.005144 10.0.0.27 - - [2025-11-27 03:04:24] "GET /virtual-network/82de5ab3-fcc2-4984-93ba-5b111ee0158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004524 10.0.0.27 - - [2025-11-27 03:04:24] "GET /virtual-network/82de5ab3-fcc2-4984-93ba-5b111ee0158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005299 10.0.0.23 - - [2025-11-27 03:04:25] "GET /obj-perms HTTP/1.1" 200 5026 0.049957 10.0.0.27 - - [2025-11-27 03:04:25] "POST /id-to-fqname HTTP/1.1" 200 225 0.001237 10.0.0.27 - - [2025-11-27 03:04:25] "POST /neutron/network HTTP/1.1" 200 847 0.005987 10.0.0.23 - - [2025-11-27 03:04:25] "GET /projects?obj_uuids=48962ba4-c99d-4e94-b0bf-276ad04479f1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000927 10.0.0.27 - - [2025-11-27 03:04:26] "GET /project/48962ba4-c99d-4e94-b0bf-276ad04479f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.074834 10.0.0.27 - - [2025-11-27 03:04:26] "POST /neutron/port HTTP/1.1" 200 117 0.006556 10.0.0.27 - - [2025-11-27 03:04:26] "POST /id-to-fqname HTTP/1.1" 200 226 0.001084 10.0.0.27 - - [2025-11-27 03:04:26] "POST /neutron/network HTTP/1.1" 200 847 0.008316 10.0.0.27 - - [2025-11-27 03:04:27] "POST /neutron/port HTTP/1.1" 200 1059 0.015489 10.0.0.23 - - [2025-11-27 03:04:27] "GET /projects?obj_uuids=48962ba4-c99d-4e94-b0bf-276ad04479f1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000881 10.0.0.27 - - [2025-11-27 03:04:27] "GET /project/48962ba4-c99d-4e94-b0bf-276ad04479f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.074379 10.0.0.27 - - [2025-11-27 03:04:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003495 10.0.0.27 - - [2025-11-27 03:04:27] "POST /neutron/port HTTP/1.1" 200 117 0.001014 10.0.0.27 - - [2025-11-27 03:04:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009090 10.0.0.27 - - [2025-11-27 03:04:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.003181 10.0.0.27 - - [2025-11-27 03:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002599 10.0.0.23 - - [2025-11-27 03:04:27] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000867 10.0.0.27 - - [2025-11-27 03:04:27] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006510 10.0.0.27 - - [2025-11-27 03:04:27] "POST /service-templates HTTP/1.1" 200 543 0.047010 10.0.0.27 - - [2025-11-27 03:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.27 - - [2025-11-27 03:04:27] "GET /service-template/6b4683cd-3b28-4db5-86a9-44fdf80e5566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.008085 10.0.0.27 - - [2025-11-27 03:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.27 - - [2025-11-27 03:04:27] "GET /service-template/6b4683cd-3b28-4db5-86a9-44fdf80e5566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004306 10.0.0.23 - - [2025-11-27 03:04:27] "GET /projects?obj_uuids=48962ba4-c99d-4e94-b0bf-276ad04479f1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000772 10.0.0.27 - - [2025-11-27 03:04:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001610 10.0.0.27 - - [2025-11-27 03:04:27] "POST /id-to-fqname HTTP/1.1" 200 225 0.001396 10.0.0.27 - - [2025-11-27 03:04:27] "POST /id-to-fqname HTTP/1.1" 200 226 0.001164 10.0.0.23 - - [2025-11-27 03:04:28] "DELETE /project/28648fb2657b431188a44811d548fe10 HTTP/1.1" 404 173 0.010133 10.0.0.23 - - [2025-11-27 03:04:28] "DELETE /project/48962ba4c99d4e94b0bf276ad04479f1 HTTP/1.1" 404 173 0.006622 10.0.0.23 - - [2025-11-27 03:04:28] "GET /projects?obj_uuids=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000723 10.0.0.23 - - [2025-11-27 03:04:28] "GET /projects?obj_uuids=28648fb2-657b-4311-88a4-4811d548fe10&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000680 10.0.0.23 - - [2025-11-27 03:04:28] "GET /project/4b0557ef-b886-4085-af0e-f9b880b0140a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1552 0.051337 10.0.0.23 - - [2025-11-27 03:04:28] "GET /project/28648fb2-657b-4311-88a4-4811d548fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.063125 10.0.0.23 - - [2025-11-27 03:04:28] "GET /projects?obj_uuids=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001129 10.0.0.23 - - [2025-11-27 03:04:28] "GET /projects?obj_uuids=28648fb2-657b-4311-88a4-4811d548fe10&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001076 10.0.0.23 - - [2025-11-27 03:04:28] "GET /project/28648fb2-657b-4311-88a4-4811d548fe10?fields=security_groups HTTP/1.1" 200 1356 0.070719 10.0.0.23 - - [2025-11-27 03:04:28] "GET /project/4b0557ef-b886-4085-af0e-f9b880b0140a?fields=security_groups HTTP/1.1" 200 1426 0.100202 10.0.0.27 - - [2025-11-27 03:04:28] "POST /neutron/port HTTP/1.1" 200 1058 0.441578 10.0.0.27 - - [2025-11-27 03:04:28] "POST /neutron/port HTTP/1.1" 200 1058 0.011761 10.0.0.27 - - [2025-11-27 03:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005062 10.0.0.23 - - [2025-11-27 03:04:28] "DELETE /security-group/c56b0972-6d73-43df-a039-7a84bad7b3c8 HTTP/1.1" 200 115 0.086157 10.0.0.23 - - [2025-11-27 03:04:28] "GET /projects?obj_uuids=28648fb2-657b-4311-88a4-4811d548fe10&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000817 10.0.0.23 - - [2025-11-27 03:04:28] "DELETE /security-group/ba7a991c-29a7-44b8-90ba-ccc99c9faa96 HTTP/1.1" 200 115 0.090413 10.0.0.23 - - [2025-11-27 03:04:28] "GET /projects?obj_uuids=4b0557ef-b886-4085-af0e-f9b880b0140a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001393 10.0.0.23 - - [2025-11-27 03:04:28] "GET /project/28648fb2-657b-4311-88a4-4811d548fe10?fields=application_policy_sets HTTP/1.1" 200 1395 0.086165 10.0.0.27 - - [2025-11-27 03:04:28] "DELETE /access-control-list/46fb00ca-d4c7-423a-85df-a4132c5486ef HTTP/1.1" 200 115 0.108371 10.0.0.27 - - [2025-11-27 03:04:28] "DELETE /service-template/6b4683cd-3b28-4db5-86a9-44fdf80e5566 HTTP/1.1" 200 115 0.117311 10.0.0.27 - - [2025-11-27 03:04:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.002654 10.0.0.23 - - [2025-11-27 03:04:28] "GET /project/4b0557ef-b886-4085-af0e-f9b880b0140a?fields=application_policy_sets HTTP/1.1" 200 1465 0.104856 10.0.0.23 - - [2025-11-27 03:04:28] "DELETE /project/4b0557ef-b886-4085-af0e-f9b880b0140a HTTP/1.1" 409 225 0.566358 10.0.0.27 - - [2025-11-27 03:04:28] "POST /neutron/port HTTP/1.1" 200 1086 0.026886 10.0.0.27 - - [2025-11-27 03:04:28] "DELETE /access-control-list/ffeacadd-883c-4600-930e-96d960f82a01 HTTP/1.1" 200 115 0.051180 10.0.0.23 - - [2025-11-27 03:04:28] "DELETE /project/28648fb2-657b-4311-88a4-4811d548fe10 HTTP/1.1" 200 115 0.698121 10.0.0.27 - - [2025-11-27 03:04:28] "POST /neutron/port HTTP/1.1" 200 117 0.001131 10.0.0.27 - - [2025-11-27 03:04:28] "POST /neutron/network HTTP/1.1" 400 204 0.018328 10.0.0.27 - - [2025-11-27 03:04:29] "POST /neutron/port HTTP/1.1" 200 151 0.151356 10.0.0.27 - - [2025-11-27 03:04:30] "POST /neutron/port HTTP/1.1" 200 151 0.146383 10.0.0.27 - - [2025-11-27 03:04:30] "POST /neutron/network HTTP/1.1" 200 117 0.009005 10.0.0.23 - - [2025-11-27 03:04:31] "POST /useragent-kv HTTP/1.1" 200 115 0.007437 10.0.0.23 - - [2025-11-27 03:04:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003402 10.0.0.27 - - [2025-11-27 03:04:31] "POST /neutron/network HTTP/1.1" 200 151 0.117061 10.0.0.27 - - [2025-11-27 03:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.27 - - [2025-11-27 03:04:31] "POST /neutron/network HTTP/1.1" 200 833 0.005968 10.0.0.27 - - [2025-11-27 03:04:31] "DELETE /route-target/ab67d5fa-533d-458d-a3ad-aeb8b48e7ce0 HTTP/1.1" 200 115 0.032710 10.0.0.27 - - [2025-11-27 03:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.23 - - [2025-11-27 03:04:34] "GET /projects?obj_uuids=48962ba4-c99d-4e94-b0bf-276ad04479f1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000834 10.0.0.27 - - [2025-11-27 03:04:34] "GET /project/48962ba4-c99d-4e94-b0bf-276ad04479f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.032490 10.0.0.23 - - [2025-11-27 03:04:34] "GET /projects?obj_uuids=48962ba4-c99d-4e94-b0bf-276ad04479f1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000967 10.0.0.27 - - [2025-11-27 03:04:34] "POST /neutron/network HTTP/1.1" 200 613 0.112198 10.0.0.27 - - [2025-11-27 03:04:35] "POST /id-to-fqname HTTP/1.1" 200 223 0.002921 10.0.0.27 - - [2025-11-27 03:04:35] "GET /virtual-network/79b82de1-4648-4860-b08b-73e274817e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004730 10.0.0.27 - - [2025-11-27 03:04:35] "POST /neutron/network HTTP/1.1" 200 831 0.005421 10.0.0.27 - - [2025-11-27 03:04:35] "GET /virtual-network/79b82de1-4648-4860-b08b-73e274817e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004671 10.0.0.27 - - [2025-11-27 03:04:35] "GET /virtual-network/79b82de1-4648-4860-b08b-73e274817e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005559 10.0.0.27 - - [2025-11-27 03:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005990 10.0.0.23 - - [2025-11-27 03:04:35] "GET /projects?obj_uuids=48962ba4-c99d-4e94-b0bf-276ad04479f1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000773 10.0.0.27 - - [2025-11-27 03:04:35] "GET /project/48962ba4-c99d-4e94-b0bf-276ad04479f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.042872 10.0.0.27 - - [2025-11-27 03:04:35] "POST /neutron/network HTTP/1.1" 200 117 0.018646 10.0.0.27 - - [2025-11-27 03:04:36] "POST /route-targets HTTP/1.1" 200 327 0.013651 10.0.0.27 - - [2025-11-27 03:04:36] "POST /neutron/network HTTP/1.1" 200 833 0.009922 10.0.0.27 - - [2025-11-27 03:04:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.001221 10.0.0.27 - - [2025-11-27 03:04:36] "GET /virtual-network/27dceabf-2105-4a20-8b9a-8dee1a5e2c9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005724 10.0.0.27 - - [2025-11-27 03:04:36] "GET /virtual-network/27dceabf-2105-4a20-8b9a-8dee1a5e2c9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006627 10.0.0.27 - - [2025-11-27 03:04:36] "POST /neutron/subnet HTTP/1.1" 200 730 0.008164 10.0.0.27 - - [2025-11-27 03:04:36] "GET /virtual-network/27dceabf-2105-4a20-8b9a-8dee1a5e2c9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005910 10.0.0.27 - - [2025-11-27 03:04:36] "GET /obj-perms HTTP/1.1" 200 5026 0.003506 10.0.0.33 - - [2025-11-27 03:04:36] "GET /obj-perms HTTP/1.1" 200 5026 0.003527 10.0.0.27 - - [2025-11-27 03:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.23 - - [2025-11-27 03:04:36] "GET /projects?obj_uuids=48962ba4-c99d-4e94-b0bf-276ad04479f1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000837 10.0.0.27 - - [2025-11-27 03:04:36] "GET /project/48962ba4-c99d-4e94-b0bf-276ad04479f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.038395 10.0.0.27 - - [2025-11-27 03:04:37] "POST /ref-update HTTP/1.1" 200 156 0.029091 10.0.0.23 - - [2025-11-27 03:04:37] "POST /useragent-kv HTTP/1.1" 200 115 0.007681 10.0.0.27 - - [2025-11-27 03:04:37] "POST /neutron/subnet HTTP/1.1" 200 724 0.166912 10.0.0.27 - - [2025-11-27 03:04:37] "POST /id-to-fqname HTTP/1.1" 200 224 0.001177 10.0.0.27 - - [2025-11-27 03:04:37] "GET /virtual-network/2c1544eb-e296-46c2-a6a5-1f361ff24c6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004756 10.0.0.27 - - [2025-11-27 03:04:37] "GET /virtual-network/2c1544eb-e296-46c2-a6a5-1f361ff24c6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005085 10.0.0.27 - - [2025-11-27 03:04:37] "POST /neutron/network HTTP/1.1" 200 834 0.005385 10.0.0.27 - - [2025-11-27 03:04:37] "GET /virtual-network/2c1544eb-e296-46c2-a6a5-1f361ff24c6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005037 10.0.0.23 - - [2025-11-27 03:04:37] "GET /obj-perms HTTP/1.1" 200 5026 0.003539 10.0.0.27 - - [2025-11-27 03:04:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.001199 10.0.0.23 - - [2025-11-27 03:04:38] "GET /projects?obj_uuids=48962ba4-c99d-4e94-b0bf-276ad04479f1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001157 10.0.0.27 - - [2025-11-27 03:04:38] "GET /project/48962ba4-c99d-4e94-b0bf-276ad04479f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.081354 10.0.0.27 - - [2025-11-27 03:04:38] "POST /neutron/network HTTP/1.1" 200 833 0.036592 10.0.0.27 - - [2025-11-27 03:04:38] "POST /id-to-fqname HTTP/1.1" 200 224 0.001237 10.0.0.27 - - [2025-11-27 03:04:38] "POST /neutron/port HTTP/1.1" 200 117 0.005420 10.0.0.23 - - [2025-11-27 03:04:39] "GET /projects?obj_uuids=48962ba4-c99d-4e94-b0bf-276ad04479f1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000974 10.0.0.27 - - [2025-11-27 03:04:39] "POST /neutron/port HTTP/1.1" 200 1059 0.242238 10.0.0.27 - - [2025-11-27 03:04:39] "POST /neutron/port HTTP/1.1" 200 1113 0.103137 10.0.0.27 - - [2025-11-27 03:04:39] "POST /neutron/subnet HTTP/1.1" 200 704 0.008112 10.0.0.23 - - [2025-11-27 03:04:39] "GET /projects?obj_uuids=48962ba4-c99d-4e94-b0bf-276ad04479f1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000910 10.0.0.27 - - [2025-11-27 03:04:39] "GET /project/48962ba4-c99d-4e94-b0bf-276ad04479f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.080352 10.0.0.27 - - [2025-11-27 03:04:39] "POST /neutron/network HTTP/1.1" 200 834 0.006905 10.0.0.27 - - [2025-11-27 03:04:40] "POST /neutron/port HTTP/1.1" 200 117 0.005839 10.0.0.27 - - [2025-11-27 03:04:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.002976 10.0.0.27 - - [2025-11-27 03:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002670 10.0.0.23 - - [2025-11-27 03:04:40] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001116 10.0.0.27 - - [2025-11-27 03:04:40] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007399 10.0.0.27 - - [2025-11-27 03:04:40] "POST /service-templates HTTP/1.1" 200 543 0.028145 10.0.0.27 - - [2025-11-27 03:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.27 - - [2025-11-27 03:04:40] "GET /service-template/5c65374c-8685-48ad-b21b-cf15f160b61a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006416 10.0.0.27 - - [2025-11-27 03:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.27 - - [2025-11-27 03:04:40] "GET /service-template/5c65374c-8685-48ad-b21b-cf15f160b61a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.009471 10.0.0.27 - - [2025-11-27 03:04:40] "POST /id-to-fqname HTTP/1.1" 200 223 0.001485 10.0.0.27 - - [2025-11-27 03:04:40] "POST /id-to-fqname HTTP/1.1" 200 223 0.001184 10.0.0.27 - - [2025-11-27 03:04:40] "POST /id-to-fqname HTTP/1.1" 200 224 0.001130 10.0.0.27 - - [2025-11-27 03:04:40] "POST /neutron/port HTTP/1.1" 200 1919 0.069364 10.0.0.27 - - [2025-11-27 03:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.27 - - [2025-11-27 03:04:40] "DELETE /service-template/5c65374c-8685-48ad-b21b-cf15f160b61a HTTP/1.1" 200 115 0.041284 10.0.0.27 - - [2025-11-27 03:04:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.004061 10.0.0.27 - - [2025-11-27 03:04:40] "POST /neutron/port HTTP/1.1" 200 1058 0.020532 10.0.0.27 - - [2025-11-27 03:04:41] "POST /neutron/network HTTP/1.1" 200 834 0.008971 10.0.0.27 - - [2025-11-27 03:04:41] "POST /neutron/subnet HTTP/1.1" 200 698 0.011537 10.0.0.27 - - [2025-11-27 03:04:41] "POST /neutron/port HTTP/1.1" 200 1087 0.013992 10.0.0.27 - - [2025-11-27 03:04:42] "POST /neutron/port HTTP/1.1" 200 1086 0.017024 10.0.0.27 - - [2025-11-27 03:04:42] "POST /neutron/port HTTP/1.1" 200 117 0.006108 10.0.0.27 - - [2025-11-27 03:04:43] "POST /neutron/port HTTP/1.1" 200 117 0.008599 10.0.0.27 - - [2025-11-27 03:04:43] "POST /neutron/network HTTP/1.1" 200 833 0.016377 10.0.0.27 - - [2025-11-27 03:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004419 10.0.0.23 - - [2025-11-27 03:04:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002637 10.0.0.23 - - [2025-11-27 03:04:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002296 10.0.0.27 - - [2025-11-27 03:04:44] "POST /neutron/network HTTP/1.1" 200 151 0.115935 10.0.0.27 - - [2025-11-27 03:04:44] "DELETE /route-target/e32af7f7-3da1-445b-83f3-02b7d2a472ea HTTP/1.1" 200 115 0.021772 10.0.0.23 - - [2025-11-27 03:04:45] "GET /projects?obj_uuids=48962ba4-c99d-4e94-b0bf-276ad04479f1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000934 10.0.0.27 - - [2025-11-27 03:04:45] "GET /project/48962ba4-c99d-4e94-b0bf-276ad04479f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.051002 10.0.0.23 - - [2025-11-27 03:04:45] "GET /projects?obj_uuids=48962ba4-c99d-4e94-b0bf-276ad04479f1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000887 10.0.0.27 - - [2025-11-27 03:04:45] "GET /project/48962ba4-c99d-4e94-b0bf-276ad04479f1?fields=virtual_networks HTTP/1.1" 200 1028 0.030274 10.0.0.23 - - [2025-11-27 03:04:45] "GET /projects?obj_uuids=48962ba4-c99d-4e94-b0bf-276ad04479f1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000876 10.0.0.27 - - [2025-11-27 03:04:45] "GET /project/48962ba4-c99d-4e94-b0bf-276ad04479f1?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.039682 10.0.0.23 - - [2025-11-27 03:04:45] "GET /projects?obj_uuids=48962ba4-c99d-4e94-b0bf-276ad04479f1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000881 10.0.0.27 - - [2025-11-27 03:04:45] "GET /project/48962ba4-c99d-4e94-b0bf-276ad04479f1?fields=security_groups HTTP/1.1" 200 1252 0.041129 10.0.0.27 - - [2025-11-27 03:04:46] "POST /fqname-to-id HTTP/1.1" 404 184 0.029714 10.0.0.23 - - [2025-11-27 03:04:46] "GET /projects?obj_uuids=f0f0c725-d023-4135-8426-983bd0d3e682&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002477 10.0.0.23 - - [2025-11-27 03:04:46] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000835 10.0.0.23 - - [2025-11-27 03:04:46] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007054 10.0.0.23 - - [2025-11-27 03:04:46] "POST /id-to-fqname HTTP/1.1" 200 186 0.003589 10.0.0.23 - - [2025-11-27 03:04:46] "POST /fqname-to-id HTTP/1.1" 404 195 0.003275 10.0.0.23 - - [2025-11-27 03:04:46] "POST /security-groups HTTP/1.1" 200 587 0.032338 10.0.0.23 - - [2025-11-27 03:04:46] "POST /projects HTTP/1.1" 200 577 0.235857 10.0.0.27 - - [2025-11-27 03:04:46] "POST /fqname-to-id HTTP/1.1" 404 229 0.006162 10.0.0.23 - - [2025-11-27 03:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.307310 10.0.0.27 - - [2025-11-27 03:04:47] "GET /project/f0f0c725-d023-4135-8426-983bd0d3e682?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.447848 10.0.0.27 - - [2025-11-27 03:04:48] "GET / HTTP/1.1" 200 35931 0.001869 10.0.0.27 - - [2025-11-27 03:04:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000423 10.0.0.27 - - [2025-11-27 03:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.056796 10.0.0.23 - - [2025-11-27 03:04:50] "GET /projects?obj_uuids=f0f0c725-d023-4135-8426-983bd0d3e682&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000895 10.0.0.27 - - [2025-11-27 03:04:50] "GET /project/f0f0c725-d023-4135-8426-983bd0d3e682?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.034676 10.0.0.27 - - [2025-11-27 03:04:50] "POST /ref-update HTTP/1.1" 200 156 0.024459 10.0.0.23 - - [2025-11-27 03:04:50] "POST /useragent-kv HTTP/1.1" 200 115 0.009490 10.0.0.27 - - [2025-11-27 03:04:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.317553 10.0.0.27 - - [2025-11-27 03:04:50] "POST /id-to-fqname HTTP/1.1" 200 221 0.001195 10.0.0.27 - - [2025-11-27 03:04:51] "GET /virtual-network/1bde21c6-6a50-4f52-9ba6-046ab9917207?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004945 10.0.0.27 - - [2025-11-27 03:04:51] "GET /virtual-network/1bde21c6-6a50-4f52-9ba6-046ab9917207?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004806 10.0.0.27 - - [2025-11-27 03:04:51] "POST /neutron/network HTTP/1.1" 200 831 0.006522 10.0.0.27 - - [2025-11-27 03:04:51] "GET /virtual-network/1bde21c6-6a50-4f52-9ba6-046ab9917207?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005278 10.0.0.27 - - [2025-11-27 03:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.23 - - [2025-11-27 03:04:52] "GET /projects?obj_uuids=f0f0c725-d023-4135-8426-983bd0d3e682&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001139 10.0.0.27 - - [2025-11-27 03:04:52] "GET /project/f0f0c725-d023-4135-8426-983bd0d3e682?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.032613 10.0.0.23 - - [2025-11-27 03:04:53] "GET /projects?obj_uuids=f0f0c725-d023-4135-8426-983bd0d3e682&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000968 10.0.0.27 - - [2025-11-27 03:04:53] "POST /neutron/network HTTP/1.1" 200 611 0.118002 10.0.0.27 - - [2025-11-27 03:04:53] "POST /id-to-fqname HTTP/1.1" 200 221 0.002972 10.0.0.27 - - [2025-11-27 03:04:53] "GET /virtual-network/79182cad-9d10-437b-a273-d36986733e7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008484 10.0.0.27 - - [2025-11-27 03:04:53] "POST /neutron/network HTTP/1.1" 200 831 0.006819 10.0.0.27 - - [2025-11-27 03:04:53] "GET /virtual-network/79182cad-9d10-437b-a273-d36986733e7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005562 10.0.0.27 - - [2025-11-27 03:04:53] "GET /virtual-network/79182cad-9d10-437b-a273-d36986733e7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005163 10.0.0.27 - - [2025-11-27 03:04:53] "GET /obj-perms HTTP/1.1" 200 5022 0.054506 10.0.0.33 - - [2025-11-27 03:04:54] "GET /obj-perms HTTP/1.1" 200 5022 0.046459 10.0.0.27 - - [2025-11-27 03:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.23 - - [2025-11-27 03:04:54] "GET /projects?obj_uuids=f0f0c725-d023-4135-8426-983bd0d3e682&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000816 10.0.0.27 - - [2025-11-27 03:04:54] "GET /project/f0f0c725-d023-4135-8426-983bd0d3e682?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.045226 10.0.0.27 - - [2025-11-27 03:04:54] "POST /neutron/network HTTP/1.1" 200 117 0.015503 10.0.0.27 - - [2025-11-27 03:04:54] "POST /route-targets HTTP/1.1" 200 327 0.012403 10.0.0.27 - - [2025-11-27 03:04:54] "POST /neutron/network HTTP/1.1" 200 832 0.007337 10.0.0.27 - - [2025-11-27 03:04:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.000930 10.0.0.27 - - [2025-11-27 03:04:54] "GET /virtual-network/19b0f5e5-f7aa-4706-ae58-d629ec85a3bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005183 10.0.0.27 - - [2025-11-27 03:04:54] "GET /virtual-network/19b0f5e5-f7aa-4706-ae58-d629ec85a3bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004861 10.0.0.27 - - [2025-11-27 03:04:54] "POST /neutron/subnet HTTP/1.1" 200 724 0.008294 10.0.0.27 - - [2025-11-27 03:04:54] "GET /virtual-network/19b0f5e5-f7aa-4706-ae58-d629ec85a3bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005348 10.0.0.23 - - [2025-11-27 03:04:55] "GET /obj-perms HTTP/1.1" 200 5022 0.044112 10.0.0.27 - - [2025-11-27 03:04:55] "POST /id-to-fqname HTTP/1.1" 200 221 0.001149 10.0.0.23 - - [2025-11-27 03:04:56] "GET /projects?obj_uuids=f0f0c725-d023-4135-8426-983bd0d3e682&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000907 10.0.0.27 - - [2025-11-27 03:04:56] "GET /project/f0f0c725-d023-4135-8426-983bd0d3e682?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.074867 10.0.0.27 - - [2025-11-27 03:04:56] "POST /neutron/port HTTP/1.1" 200 117 0.006556 10.0.0.27 - - [2025-11-27 03:04:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001197 10.0.0.27 - - [2025-11-27 03:04:56] "POST /neutron/network HTTP/1.1" 200 842 0.005722 10.0.0.27 - - [2025-11-27 03:04:57] "POST /neutron/port HTTP/1.1" 200 1057 0.026385 10.0.0.27 - - [2025-11-27 03:04:57] "POST /neutron/port HTTP/1.1" 200 1085 0.026342 10.0.0.23 - - [2025-11-27 03:04:57] "GET /projects?obj_uuids=f0f0c725-d023-4135-8426-983bd0d3e682&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001254 10.0.0.27 - - [2025-11-27 03:04:57] "POST /neutron/port HTTP/1.1" 200 117 0.001054 10.0.0.27 - - [2025-11-27 03:04:57] "GET /project/f0f0c725-d023-4135-8426-983bd0d3e682?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.084846 10.0.0.27 - - [2025-11-27 03:04:57] "POST /neutron/port HTTP/1.1" 200 1085 0.017346 10.0.0.27 - - [2025-11-27 03:04:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.004806 10.0.0.27 - - [2025-11-27 03:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002697 10.0.0.23 - - [2025-11-27 03:04:57] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.27 - - [2025-11-27 03:04:57] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009416 10.0.0.27 - - [2025-11-27 03:04:57] "POST /service-templates HTTP/1.1" 200 543 0.025468 10.0.0.27 - - [2025-11-27 03:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.008730 10.0.0.27 - - [2025-11-27 03:04:57] "GET /service-template/b2fb0cb3-1581-4854-a3f0-c98db910e0b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.007599 10.0.0.27 - - [2025-11-27 03:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.27 - - [2025-11-27 03:04:58] "GET /service-template/b2fb0cb3-1581-4854-a3f0-c98db910e0b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004054 10.0.0.27 - - [2025-11-27 03:04:58] "POST /id-to-fqname HTTP/1.1" 200 221 0.001138 10.0.0.27 - - [2025-11-27 03:04:58] "POST /id-to-fqname HTTP/1.1" 200 221 0.000876 10.0.0.27 - - [2025-11-27 03:04:58] "POST /neutron/network HTTP/1.1" 200 842 0.005816 10.0.0.27 - - [2025-11-27 03:04:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001146 10.0.0.27 - - [2025-11-27 03:04:58] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008489 10.0.0.27 - - [2025-11-27 03:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002378 10.0.0.27 - - [2025-11-27 03:04:58] "DELETE /service-template/b2fb0cb3-1581-4854-a3f0-c98db910e0b1 HTTP/1.1" 200 115 0.032360 10.0.0.27 - - [2025-11-27 03:04:58] "POST /fqname-to-id HTTP/1.1" 404 193 0.002513 10.0.0.27 - - [2025-11-27 03:04:58] "POST /neutron/port HTTP/1.1" 200 1110 0.123297 10.0.0.27 - - [2025-11-27 03:04:58] "POST /neutron/subnet HTTP/1.1" 200 698 0.007974 10.0.0.27 - - [2025-11-27 03:04:58] "POST /neutron/network HTTP/1.1" 200 832 0.007182 10.0.0.27 - - [2025-11-27 03:04:59] "POST /neutron/port HTTP/1.1" 200 1111 0.009207 10.0.0.27 - - [2025-11-27 03:05:00] "POST /neutron/port HTTP/1.1" 200 1110 0.010018 10.0.0.27 - - [2025-11-27 03:05:00] "POST /neutron/network HTTP/1.1" 200 2183 0.009266 10.0.0.27 - - [2025-11-27 03:05:00] "POST /neutron/network HTTP/1.1" 200 832 0.011261 10.0.0.27 - - [2025-11-27 03:05:01] "DELETE /route-target/e5a3bf03-a6fc-4e44-a571-6f3c2628a596 HTTP/1.1" 200 115 0.027800 10.0.0.23 - - [2025-11-27 03:05:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003177 10.0.0.23 - - [2025-11-27 03:05:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002975 10.0.0.27 - - [2025-11-27 03:05:01] "POST /neutron/network HTTP/1.1" 200 151 0.143929 10.0.0.27 - - [2025-11-27 03:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.010853 10.0.0.27 - - [2025-11-27 03:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.23 - - [2025-11-27 03:05:04] "GET /projects?obj_uuids=f0f0c725-d023-4135-8426-983bd0d3e682&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000851 10.0.0.27 - - [2025-11-27 03:05:04] "GET /project/f0f0c725-d023-4135-8426-983bd0d3e682?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.051486 10.0.0.27 - - [2025-11-27 03:05:04] "POST /neutron/network HTTP/1.1" 200 117 0.010937 10.0.0.27 - - [2025-11-27 03:05:05] "POST /ref-update HTTP/1.1" 200 156 0.020835 10.0.0.27 - - [2025-11-27 03:05:05] "POST /neutron/network HTTP/1.1" 200 830 0.007560 10.0.0.27 - - [2025-11-27 03:05:05] "POST /id-to-fqname HTTP/1.1" 200 221 0.000922 10.0.0.27 - - [2025-11-27 03:05:05] "GET /virtual-network/c07a6899-8d5f-4a5d-bf32-0f15e23aab9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004344 10.0.0.27 - - [2025-11-27 03:05:05] "GET /virtual-network/c07a6899-8d5f-4a5d-bf32-0f15e23aab9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005117 10.0.0.27 - - [2025-11-27 03:05:05] "POST /neutron/subnet HTTP/1.1" 200 725 0.008262 10.0.0.27 - - [2025-11-27 03:05:05] "GET /virtual-network/c07a6899-8d5f-4a5d-bf32-0f15e23aab9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005165 10.0.0.27 - - [2025-11-27 03:05:05] "GET /obj-perms HTTP/1.1" 200 5022 0.003306 10.0.0.27 - - [2025-11-27 03:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.23 - - [2025-11-27 03:05:05] "GET /projects?obj_uuids=f0f0c725-d023-4135-8426-983bd0d3e682&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000818 10.0.0.27 - - [2025-11-27 03:05:05] "GET /project/f0f0c725-d023-4135-8426-983bd0d3e682?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.037569 10.0.0.23 - - [2025-11-27 03:05:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003174 10.0.0.27 - - [2025-11-27 03:05:06] "POST /neutron/subnet HTTP/1.1" 200 715 0.176791 10.0.0.27 - - [2025-11-27 03:05:06] "POST /id-to-fqname HTTP/1.1" 200 221 0.001218 10.0.0.27 - - [2025-11-27 03:05:06] "GET /virtual-network/6151948e-2525-4f43-a86d-727034e6df10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004680 10.0.0.27 - - [2025-11-27 03:05:06] "GET /virtual-network/6151948e-2525-4f43-a86d-727034e6df10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005141 10.0.0.27 - - [2025-11-27 03:05:06] "POST /neutron/network HTTP/1.1" 200 828 0.005363 10.0.0.27 - - [2025-11-27 03:05:06] "GET /virtual-network/6151948e-2525-4f43-a86d-727034e6df10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005111 10.0.0.33 - - [2025-11-27 03:05:06] "GET /obj-perms HTTP/1.1" 200 5022 0.003404 10.0.0.23 - - [2025-11-27 03:05:06] "GET /obj-perms HTTP/1.1" 200 5022 0.004936 10.0.0.27 - - [2025-11-27 03:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.23 - - [2025-11-27 03:05:06] "GET /projects?obj_uuids=f0f0c725-d023-4135-8426-983bd0d3e682&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001315 10.0.0.27 - - [2025-11-27 03:05:06] "GET /project/f0f0c725-d023-4135-8426-983bd0d3e682?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.035351 10.0.0.23 - - [2025-11-27 03:05:06] "GET /projects?obj_uuids=f0f0c725-d023-4135-8426-983bd0d3e682&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000882 10.0.0.27 - - [2025-11-27 03:05:07] "POST /neutron/network HTTP/1.1" 200 613 0.107828 10.0.0.27 - - [2025-11-27 03:05:07] "POST /route-targets HTTP/1.1" 200 327 0.011888 10.0.0.27 - - [2025-11-27 03:05:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.002870 10.0.0.27 - - [2025-11-27 03:05:07] "GET /virtual-network/ae258dd9-216e-4971-8dfc-cf5b6409af2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.014781 10.0.0.27 - - [2025-11-27 03:05:07] "POST /neutron/network HTTP/1.1" 200 832 0.006831 10.0.0.27 - - [2025-11-27 03:05:07] "GET /virtual-network/ae258dd9-216e-4971-8dfc-cf5b6409af2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004572 10.0.0.27 - - [2025-11-27 03:05:07] "GET /virtual-network/ae258dd9-216e-4971-8dfc-cf5b6409af2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004956 10.0.0.27 - - [2025-11-27 03:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.23 - - [2025-11-27 03:05:07] "GET /projects?obj_uuids=f0f0c725-d023-4135-8426-983bd0d3e682&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000817 10.0.0.27 - - [2025-11-27 03:05:07] "GET /project/f0f0c725-d023-4135-8426-983bd0d3e682?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.036641 10.0.0.27 - - [2025-11-27 03:05:07] "POST /neutron/network HTTP/1.1" 200 117 0.012774 10.0.0.27 - - [2025-11-27 03:05:08] "POST /ref-update HTTP/1.1" 200 156 0.023323 10.0.0.27 - - [2025-11-27 03:05:08] "POST /neutron/network HTTP/1.1" 200 841 0.007707 10.0.0.27 - - [2025-11-27 03:05:08] "POST /id-to-fqname HTTP/1.1" 200 227 0.001036 10.0.0.27 - - [2025-11-27 03:05:08] "GET /virtual-network/040f151f-a15e-4c82-8c2d-63e3c7614922?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004714 10.0.0.27 - - [2025-11-27 03:05:08] "GET /virtual-network/040f151f-a15e-4c82-8c2d-63e3c7614922?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005518 10.0.0.27 - - [2025-11-27 03:05:08] "POST /neutron/subnet HTTP/1.1" 200 720 0.007558 10.0.0.27 - - [2025-11-27 03:05:08] "GET /virtual-network/040f151f-a15e-4c82-8c2d-63e3c7614922?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004922 10.0.0.27 - - [2025-11-27 03:05:08] "GET /obj-perms HTTP/1.1" 200 5022 0.003119 10.0.0.27 - - [2025-11-27 03:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.23 - - [2025-11-27 03:05:08] "GET /projects?obj_uuids=f0f0c725-d023-4135-8426-983bd0d3e682&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000927 10.0.0.27 - - [2025-11-27 03:05:08] "GET /project/f0f0c725-d023-4135-8426-983bd0d3e682?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.049529 10.0.0.23 - - [2025-11-27 03:05:09] "POST /useragent-kv HTTP/1.1" 200 115 0.006893 10.0.0.27 - - [2025-11-27 03:05:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.166241 10.0.0.27 - - [2025-11-27 03:05:09] "POST /id-to-fqname HTTP/1.1" 200 228 0.001185 10.0.0.27 - - [2025-11-27 03:05:09] "GET /virtual-network/bdd86770-fcd7-41d8-bc13-1a2f4b7f32ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005027 10.0.0.27 - - [2025-11-27 03:05:09] "GET /virtual-network/bdd86770-fcd7-41d8-bc13-1a2f4b7f32ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005162 10.0.0.27 - - [2025-11-27 03:05:09] "POST /neutron/network HTTP/1.1" 200 845 0.005766 10.0.0.27 - - [2025-11-27 03:05:09] "GET /virtual-network/bdd86770-fcd7-41d8-bc13-1a2f4b7f32ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.009622 10.0.0.33 - - [2025-11-27 03:05:09] "GET /obj-perms HTTP/1.1" 200 5022 0.003320 10.0.0.23 - - [2025-11-27 03:05:09] "GET /obj-perms HTTP/1.1" 200 5022 0.003112 10.0.0.27 - - [2025-11-27 03:05:09] "POST /id-to-fqname HTTP/1.1" 200 221 0.001240 10.0.0.23 - - [2025-11-27 03:05:10] "GET /projects?obj_uuids=f0f0c725-d023-4135-8426-983bd0d3e682&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000895 10.0.0.27 - - [2025-11-27 03:05:10] "GET /project/f0f0c725-d023-4135-8426-983bd0d3e682?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.055514 10.0.0.27 - - [2025-11-27 03:05:10] "POST /neutron/network HTTP/1.1" 200 828 0.005398 10.0.0.27 - - [2025-11-27 03:05:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.001273 10.0.0.27 - - [2025-11-27 03:05:10] "POST /neutron/port HTTP/1.1" 200 117 0.005940 10.0.0.23 - - [2025-11-27 03:05:11] "GET /projects?obj_uuids=f0f0c725-d023-4135-8426-983bd0d3e682&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000929 10.0.0.27 - - [2025-11-27 03:05:11] "POST /neutron/port HTTP/1.1" 200 1054 0.273444 10.0.0.27 - - [2025-11-27 03:05:11] "POST /neutron/port HTTP/1.1" 200 1108 0.101936 10.0.0.27 - - [2025-11-27 03:05:11] "POST /neutron/subnet HTTP/1.1" 200 689 0.008193 10.0.0.23 - - [2025-11-27 03:05:11] "GET /projects?obj_uuids=f0f0c725-d023-4135-8426-983bd0d3e682&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001058 10.0.0.27 - - [2025-11-27 03:05:11] "GET /project/f0f0c725-d023-4135-8426-983bd0d3e682?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.083148 10.0.0.27 - - [2025-11-27 03:05:12] "POST /neutron/network HTTP/1.1" 200 832 0.005985 10.0.0.27 - - [2025-11-27 03:05:12] "POST /neutron/port HTTP/1.1" 200 117 0.005343 10.0.0.27 - - [2025-11-27 03:05:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.003069 10.0.0.27 - - [2025-11-27 03:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002534 10.0.0.23 - - [2025-11-27 03:05:12] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001280 10.0.0.27 - - [2025-11-27 03:05:12] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006969 10.0.0.27 - - [2025-11-27 03:05:12] "POST /service-templates HTTP/1.1" 200 543 0.041163 10.0.0.27 - - [2025-11-27 03:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.27 - - [2025-11-27 03:05:12] "GET /service-template/f5e1c50f-e774-4823-8d6c-c15a97513b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.006166 10.0.0.27 - - [2025-11-27 03:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.27 - - [2025-11-27 03:05:12] "GET /service-template/f5e1c50f-e774-4823-8d6c-c15a97513b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003735 10.0.0.27 - - [2025-11-27 03:05:12] "POST /id-to-fqname HTTP/1.1" 200 221 0.001089 10.0.0.27 - - [2025-11-27 03:05:12] "POST /id-to-fqname HTTP/1.1" 200 227 0.001173 10.0.0.27 - - [2025-11-27 03:05:12] "POST /id-to-fqname HTTP/1.1" 200 228 0.001341 10.0.0.27 - - [2025-11-27 03:05:12] "POST /neutron/port HTTP/1.1" 200 1912 0.035958 10.0.0.27 - - [2025-11-27 03:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.27 - - [2025-11-27 03:05:12] "POST /neutron/port HTTP/1.1" 200 1056 0.021116 10.0.0.27 - - [2025-11-27 03:05:12] "DELETE /service-template/f5e1c50f-e774-4823-8d6c-c15a97513b23 HTTP/1.1" 200 115 0.061643 10.0.0.27 - - [2025-11-27 03:05:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.003033 10.0.0.27 - - [2025-11-27 03:05:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004738 10.0.0.27 - - [2025-11-27 03:05:13] "POST /neutron/network HTTP/1.1" 200 832 0.006783 10.0.0.27 - - [2025-11-27 03:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005105 10.0.0.27 - - [2025-11-27 03:05:13] "POST /neutron/network HTTP/1.1" 200 841 0.006918 10.0.0.27 - - [2025-11-27 03:05:13] "DELETE /route-target/a252280c-5cda-4ca7-b987-ddd764dc7e08 HTTP/1.1" 200 115 0.032167 10.0.0.27 - - [2025-11-27 03:05:13] "POST /neutron/port HTTP/1.1" 200 1108 0.017647 10.0.0.27 - - [2025-11-27 03:05:14] "POST /neutron/network HTTP/1.1" 400 204 0.014585 10.0.0.27 - - [2025-11-27 03:05:14] "POST /neutron/port HTTP/1.1" 200 151 0.176003 10.0.0.27 - - [2025-11-27 03:05:14] "POST /neutron/network HTTP/1.1" 200 117 0.011417 10.0.0.23 - - [2025-11-27 03:05:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003993 10.0.0.23 - - [2025-11-27 03:05:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002337 10.0.0.27 - - [2025-11-27 03:05:16] "POST /neutron/network HTTP/1.1" 200 151 0.125499 10.0.0.27 - - [2025-11-27 03:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.27 - - [2025-11-27 03:05:16] "POST /neutron/network HTTP/1.1" 200 830 0.007170 10.0.0.27 - - [2025-11-27 03:05:16] "DELETE /route-target/1192aa3c-b69c-4c44-b19c-07b5b65c1792 HTTP/1.1" 200 115 0.020538 10.0.0.23 - - [2025-11-27 03:05:18] "GET /projects?obj_uuids=f0f0c725-d023-4135-8426-983bd0d3e682&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000860 10.0.0.27 - - [2025-11-27 03:05:18] "GET /project/f0f0c725-d023-4135-8426-983bd0d3e682?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.036124 10.0.0.23 - - [2025-11-27 03:05:18] "GET /projects?obj_uuids=f0f0c725-d023-4135-8426-983bd0d3e682&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001173 10.0.0.27 - - [2025-11-27 03:05:18] "GET /project/f0f0c725-d023-4135-8426-983bd0d3e682?fields=virtual_networks HTTP/1.1" 200 1024 0.034837 10.0.0.23 - - [2025-11-27 03:05:18] "GET /projects?obj_uuids=f0f0c725-d023-4135-8426-983bd0d3e682&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000894 10.0.0.27 - - [2025-11-27 03:05:18] "GET /project/f0f0c725-d023-4135-8426-983bd0d3e682?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.035711 10.0.0.23 - - [2025-11-27 03:05:18] "GET /projects?obj_uuids=f0f0c725-d023-4135-8426-983bd0d3e682&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000872 10.0.0.27 - - [2025-11-27 03:05:18] "GET /project/f0f0c725-d023-4135-8426-983bd0d3e682?fields=security_groups HTTP/1.1" 200 1246 0.053561 10.0.0.27 - - [2025-11-27 03:05:19] "POST /fqname-to-id HTTP/1.1" 404 190 0.027543 10.0.0.23 - - [2025-11-27 03:05:19] "GET /projects?obj_uuids=9b784334-faef-4f77-a0c5-af017d11babb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003304 10.0.0.23 - - [2025-11-27 03:05:19] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000866 10.0.0.23 - - [2025-11-27 03:05:19] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006765 10.0.0.23 - - [2025-11-27 03:05:19] "POST /id-to-fqname HTTP/1.1" 200 192 0.001155 10.0.0.23 - - [2025-11-27 03:05:19] "POST /fqname-to-id HTTP/1.1" 404 201 0.002803 10.0.0.23 - - [2025-11-27 03:05:19] "POST /security-groups HTTP/1.1" 200 593 0.073235 10.0.0.23 - - [2025-11-27 03:05:19] "POST /projects HTTP/1.1" 200 589 0.259042 10.0.0.27 - - [2025-11-27 03:05:19] "POST /fqname-to-id HTTP/1.1" 404 235 0.007201 10.0.0.23 - - [2025-11-27 03:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.329342 10.0.0.27 - - [2025-11-27 03:05:20] "GET /project/9b784334-faef-4f77-a0c5-af017d11babb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.478706 10.0.0.27 - - [2025-11-27 03:05:21] "GET / HTTP/1.1" 200 35931 0.001420 10.0.0.27 - - [2025-11-27 03:05:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000404 10.0.0.27 - - [2025-11-27 03:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.060379 10.0.0.23 - - [2025-11-27 03:05:23] "GET /projects?obj_uuids=9b784334-faef-4f77-a0c5-af017d11babb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001038 10.0.0.27 - - [2025-11-27 03:05:23] "GET /project/9b784334-faef-4f77-a0c5-af017d11babb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.034700 10.0.0.23 - - [2025-11-27 03:05:23] "GET /projects?obj_uuids=9b784334-faef-4f77-a0c5-af017d11babb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001022 10.0.0.27 - - [2025-11-27 03:05:23] "POST /neutron/network HTTP/1.1" 200 611 0.130762 10.0.0.27 - - [2025-11-27 03:05:23] "POST /ref-update HTTP/1.1" 200 156 0.024602 10.0.0.27 - - [2025-11-27 03:05:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.003168 10.0.0.27 - - [2025-11-27 03:05:23] "GET /virtual-network/63a4f2df-cc21-43f1-8b8e-e0f02cfda174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005435 10.0.0.27 - - [2025-11-27 03:05:23] "POST /neutron/network HTTP/1.1" 200 831 0.005287 10.0.0.27 - - [2025-11-27 03:05:23] "GET /virtual-network/63a4f2df-cc21-43f1-8b8e-e0f02cfda174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005132 10.0.0.27 - - [2025-11-27 03:05:24] "GET /virtual-network/63a4f2df-cc21-43f1-8b8e-e0f02cfda174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005368 10.0.0.27 - - [2025-11-27 03:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.23 - - [2025-11-27 03:05:25] "GET /projects?obj_uuids=9b784334-faef-4f77-a0c5-af017d11babb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000819 10.0.0.27 - - [2025-11-27 03:05:25] "GET /project/9b784334-faef-4f77-a0c5-af017d11babb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.042656 10.0.0.27 - - [2025-11-27 03:05:25] "POST /neutron/network HTTP/1.1" 200 117 0.011753 10.0.0.27 - - [2025-11-27 03:05:26] "POST /neutron/network HTTP/1.1" 200 831 0.007681 10.0.0.27 - - [2025-11-27 03:05:26] "POST /id-to-fqname HTTP/1.1" 200 225 0.001141 10.0.0.27 - - [2025-11-27 03:05:26] "GET /virtual-network/0424d3e3-0518-4b0e-92ab-a8906b333fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004373 10.0.0.27 - - [2025-11-27 03:05:26] "GET /virtual-network/0424d3e3-0518-4b0e-92ab-a8906b333fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005287 10.0.0.27 - - [2025-11-27 03:05:26] "POST /neutron/subnet HTTP/1.1" 200 720 0.008052 10.0.0.27 - - [2025-11-27 03:05:26] "GET /virtual-network/0424d3e3-0518-4b0e-92ab-a8906b333fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004975 10.0.0.27 - - [2025-11-27 03:05:26] "GET /obj-perms HTTP/1.1" 200 5034 0.054261 10.0.0.27 - - [2025-11-27 03:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.23 - - [2025-11-27 03:05:27] "GET /projects?obj_uuids=9b784334-faef-4f77-a0c5-af017d11babb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001061 10.0.0.27 - - [2025-11-27 03:05:27] "GET /project/9b784334-faef-4f77-a0c5-af017d11babb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.040639 10.0.0.27 - - [2025-11-27 03:05:27] "POST /route-targets HTTP/1.1" 200 327 0.010982 10.0.0.23 - - [2025-11-27 03:05:27] "POST /useragent-kv HTTP/1.1" 200 115 0.009781 10.0.0.27 - - [2025-11-27 03:05:27] "POST /neutron/subnet HTTP/1.1" 200 724 0.168069 10.0.0.27 - - [2025-11-27 03:05:27] "POST /id-to-fqname HTTP/1.1" 200 227 0.001192 10.0.0.27 - - [2025-11-27 03:05:27] "GET /virtual-network/a785032c-0867-4bba-ac09-61dd325ee5dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004668 10.0.0.27 - - [2025-11-27 03:05:27] "GET /virtual-network/a785032c-0867-4bba-ac09-61dd325ee5dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005037 10.0.0.27 - - [2025-11-27 03:05:27] "POST /neutron/network HTTP/1.1" 200 836 0.005431 10.0.0.27 - - [2025-11-27 03:05:27] "GET /virtual-network/a785032c-0867-4bba-ac09-61dd325ee5dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004897 10.0.0.33 - - [2025-11-27 03:05:28] "GET /obj-perms HTTP/1.1" 200 5034 0.046043 10.0.0.23 - - [2025-11-27 03:05:28] "GET /obj-perms HTTP/1.1" 200 5034 0.051876 10.0.0.27 - - [2025-11-27 03:05:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.23 - - [2025-11-27 03:05:28] "GET /projects?obj_uuids=9b784334-faef-4f77-a0c5-af017d11babb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000835 10.0.0.27 - - [2025-11-27 03:05:28] "GET /project/9b784334-faef-4f77-a0c5-af017d11babb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.037506 10.0.0.23 - - [2025-11-27 03:05:28] "GET /projects?obj_uuids=9b784334-faef-4f77-a0c5-af017d11babb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000880 10.0.0.27 - - [2025-11-27 03:05:28] "POST /neutron/network HTTP/1.1" 200 629 0.109908 10.0.0.27 - - [2025-11-27 03:05:28] "POST /ref-update HTTP/1.1" 200 156 0.022377 10.0.0.27 - - [2025-11-27 03:05:28] "POST /id-to-fqname HTTP/1.1" 200 233 0.003267 10.0.0.27 - - [2025-11-27 03:05:28] "GET /virtual-network/0a1678d3-953a-409b-b7ea-b2338d702dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005149 10.0.0.27 - - [2025-11-27 03:05:28] "POST /neutron/network HTTP/1.1" 200 849 0.005584 10.0.0.27 - - [2025-11-27 03:05:28] "GET /virtual-network/0a1678d3-953a-409b-b7ea-b2338d702dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004519 10.0.0.23 - - [2025-11-27 03:05:28] "DELETE /project/9b784334faef4f77a0c5af017d11babb HTTP/1.1" 404 173 0.010607 10.0.0.23 - - [2025-11-27 03:05:28] "DELETE /project/f0f0c725d02341358426983bd0d3e682 HTTP/1.1" 404 173 0.006541 10.0.0.23 - - [2025-11-27 03:05:28] "GET /projects?obj_uuids=f0f0c725-d023-4135-8426-983bd0d3e682&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000812 10.0.0.23 - - [2025-11-27 03:05:28] "GET /projects?obj_uuids=48962ba4-c99d-4e94-b0bf-276ad04479f1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000675 10.0.0.23 - - [2025-11-27 03:05:28] "GET /project/f0f0c725-d023-4135-8426-983bd0d3e682?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.045256 10.0.0.23 - - [2025-11-27 03:05:28] "GET /project/48962ba4-c99d-4e94-b0bf-276ad04479f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.059776 10.0.0.23 - - [2025-11-27 03:05:28] "GET /projects?obj_uuids=f0f0c725-d023-4135-8426-983bd0d3e682&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000971 10.0.0.23 - - [2025-11-27 03:05:28] "GET /projects?obj_uuids=48962ba4-c99d-4e94-b0bf-276ad04479f1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001195 10.0.0.27 - - [2025-11-27 03:05:28] "GET /virtual-network/0a1678d3-953a-409b-b7ea-b2338d702dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.008977 10.0.0.23 - - [2025-11-27 03:05:28] "GET /project/f0f0c725-d023-4135-8426-983bd0d3e682?fields=security_groups HTTP/1.1" 200 1351 0.069101 10.0.0.23 - - [2025-11-27 03:05:29] "GET /project/48962ba4-c99d-4e94-b0bf-276ad04479f1?fields=security_groups HTTP/1.1" 200 1357 0.112156 10.0.0.23 - - [2025-11-27 03:05:29] "DELETE /security-group/1992f611-a56f-48c7-8ee5-0ecc257f3087 HTTP/1.1" 200 115 0.077460 10.0.0.23 - - [2025-11-27 03:05:29] "GET /projects?obj_uuids=f0f0c725-d023-4135-8426-983bd0d3e682&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000921 10.0.0.23 - - [2025-11-27 03:05:29] "DELETE /security-group/78ceb350-fb2a-4e8b-82d5-f9e2d4b489fb HTTP/1.1" 200 115 0.093738 10.0.0.23 - - [2025-11-27 03:05:29] "GET /projects?obj_uuids=48962ba4-c99d-4e94-b0bf-276ad04479f1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003882 10.0.0.23 - - [2025-11-27 03:05:29] "GET /project/f0f0c725-d023-4135-8426-983bd0d3e682?fields=application_policy_sets HTTP/1.1" 200 1390 0.097496 10.0.0.23 - - [2025-11-27 03:05:29] "GET /project/48962ba4-c99d-4e94-b0bf-276ad04479f1?fields=application_policy_sets HTTP/1.1" 200 1396 0.060781 10.0.0.27 - - [2025-11-27 03:05:29] "DELETE /access-control-list/7e0856c3-4d3c-4c23-a58d-ec46c9687f38 HTTP/1.1" 200 115 0.083758 10.0.0.23 - - [2025-11-27 03:05:29] "DELETE /project/f0f0c725-d023-4135-8426-983bd0d3e682 HTTP/1.1" 200 115 0.596663 10.0.0.27 - - [2025-11-27 03:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.23 - - [2025-11-27 03:05:29] "GET /projects?obj_uuids=9b784334-faef-4f77-a0c5-af017d11babb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001158 10.0.0.23 - - [2025-11-27 03:05:29] "DELETE /project/48962ba4-c99d-4e94-b0bf-276ad04479f1 HTTP/1.1" 200 115 0.626492 10.0.0.27 - - [2025-11-27 03:05:29] "GET /project/9b784334-faef-4f77-a0c5-af017d11babb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.048405 10.0.0.27 - - [2025-11-27 03:05:29] "POST /neutron/network HTTP/1.1" 200 117 0.017082 10.0.0.27 - - [2025-11-27 03:05:29] "POST /ref-update HTTP/1.1" 200 156 0.027680 10.0.0.27 - - [2025-11-27 03:05:29] "POST /neutron/network HTTP/1.1" 200 849 0.007402 10.0.0.27 - - [2025-11-27 03:05:29] "POST /id-to-fqname HTTP/1.1" 200 234 0.001652 10.0.0.27 - - [2025-11-27 03:05:29] "GET /virtual-network/1069459c-ee87-4bb3-b60f-8dfe9c020b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.004918 10.0.0.27 - - [2025-11-27 03:05:29] "GET /virtual-network/1069459c-ee87-4bb3-b60f-8dfe9c020b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006219 10.0.0.27 - - [2025-11-27 03:05:30] "POST /neutron/subnet HTTP/1.1" 200 720 0.007707 10.0.0.27 - - [2025-11-27 03:05:30] "GET /virtual-network/1069459c-ee87-4bb3-b60f-8dfe9c020b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.004656 10.0.0.27 - - [2025-11-27 03:05:30] "GET /obj-perms HTTP/1.1" 200 5034 0.003097 10.0.0.27 - - [2025-11-27 03:05:30] "POST /id-to-fqname HTTP/1.1" 200 224 0.001202 10.0.0.23 - - [2025-11-27 03:05:31] "GET /projects?obj_uuids=9b784334-faef-4f77-a0c5-af017d11babb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000882 10.0.0.27 - - [2025-11-27 03:05:31] "GET /project/9b784334-faef-4f77-a0c5-af017d11babb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.065538 10.0.0.27 - - [2025-11-27 03:05:31] "POST /neutron/port HTTP/1.1" 200 117 0.005515 10.0.0.27 - - [2025-11-27 03:05:31] "POST /id-to-fqname HTTP/1.1" 200 225 0.001209 10.0.0.27 - - [2025-11-27 03:05:31] "POST /neutron/network HTTP/1.1" 200 841 0.006377 10.0.0.27 - - [2025-11-27 03:05:32] "POST /neutron/port HTTP/1.1" 200 1063 0.014964 10.0.0.27 - - [2025-11-27 03:05:32] "POST /neutron/port HTTP/1.1" 200 1091 0.018351 10.0.0.23 - - [2025-11-27 03:05:32] "GET /projects?obj_uuids=9b784334-faef-4f77-a0c5-af017d11babb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000949 10.0.0.27 - - [2025-11-27 03:05:32] "POST /neutron/port HTTP/1.1" 200 117 0.000819 10.0.0.27 - - [2025-11-27 03:05:32] "GET /project/9b784334-faef-4f77-a0c5-af017d11babb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.060450 10.0.0.27 - - [2025-11-27 03:05:32] "POST /neutron/port HTTP/1.1" 200 1091 0.022248 10.0.0.27 - - [2025-11-27 03:05:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.002912 10.0.0.27 - - [2025-11-27 03:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.23 - - [2025-11-27 03:05:32] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000952 10.0.0.27 - - [2025-11-27 03:05:32] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008996 10.0.0.27 - - [2025-11-27 03:05:33] "POST /service-templates HTTP/1.1" 200 543 0.031397 10.0.0.27 - - [2025-11-27 03:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.27 - - [2025-11-27 03:05:33] "GET /service-template/b4bbbd20-933b-4931-8f2b-7d0ee19735b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.009441 10.0.0.27 - - [2025-11-27 03:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002609 10.0.0.27 - - [2025-11-27 03:05:33] "GET /service-template/b4bbbd20-933b-4931-8f2b-7d0ee19735b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.003892 10.0.0.27 - - [2025-11-27 03:05:33] "POST /neutron/network HTTP/1.1" 200 841 0.006205 10.0.0.27 - - [2025-11-27 03:05:33] "POST /id-to-fqname HTTP/1.1" 200 233 0.001156 10.0.0.27 - - [2025-11-27 03:05:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006322 10.0.0.27 - - [2025-11-27 03:05:33] "POST /neutron/port HTTP/1.1" 200 1115 0.160120 10.0.0.27 - - [2025-11-27 03:05:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003470 10.0.0.27 - - [2025-11-27 03:05:34] "POST /neutron/network HTTP/1.1" 200 831 0.005936 10.0.0.23 - - [2025-11-27 03:05:34] "GET /projects?obj_uuids=9b784334-faef-4f77-a0c5-af017d11babb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.033868 10.0.0.27 - - [2025-11-27 03:05:34] "GET /project/9b784334-faef-4f77-a0c5-af017d11babb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.116493 10.0.0.27 - - [2025-11-27 03:05:34] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008281 10.0.0.27 - - [2025-11-27 03:05:34] "GET /virtual-machine/fcdcac4c-d153-446a-b45f-4dd2129e9546 HTTP/1.1" 401 292 0.000383 10.0.0.27 - - [2025-11-27 03:05:35] "GET /virtual-machine/fcdcac4c-d153-446a-b45f-4dd2129e9546 HTTP/1.1" 404 171 0.027704 10.0.0.23 - - [2025-11-27 03:05:35] "GET /projects?obj_uuids=9b784334-faef-4f77-a0c5-af017d11babb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002501 10.0.0.27 - - [2025-11-27 03:05:35] "POST /neutron/port HTTP/1.1" 200 1063 0.279145 10.0.0.27 - - [2025-11-27 03:05:35] "POST /neutron/port HTTP/1.1" 200 1117 0.092674 10.0.0.27 - - [2025-11-27 03:05:35] "POST /neutron/subnet HTTP/1.1" 200 703 0.007549 10.0.0.27 - - [2025-11-27 03:05:37] "GET /virtual-machine/fcdcac4c-d153-446a-b45f-4dd2129e9546 HTTP/1.1" 200 1295 0.006779 10.0.0.27 - - [2025-11-27 03:05:37] "GET /virtual-machine-interface/a97e6f30-1e47-45ab-a48f-03ce0d3cb00a HTTP/1.1" 200 2985 0.005097 10.0.0.27 - - [2025-11-27 03:05:37] "GET /virtual-machine-interface/a97e6f30-1e47-45ab-a48f-03ce0d3cb00a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.005999 10.0.0.27 - - [2025-11-27 03:05:37] "PUT /virtual-machine-interface/a97e6f30-1e47-45ab-a48f-03ce0d3cb00a HTTP/1.1" 200 284 0.012293 10.0.0.27 - - [2025-11-27 03:05:37] "POST /neutron/port HTTP/1.1" 200 1091 0.013869 10.0.0.27 - - [2025-11-27 03:05:37] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006429 10.0.0.27 - - [2025-11-27 03:05:37] "GET /virtual-machine/fcdcac4c-d153-446a-b45f-4dd2129e9546 HTTP/1.1" 200 1295 0.003806 10.0.0.27 - - [2025-11-27 03:05:37] "GET /virtual-machine-interface/a97e6f30-1e47-45ab-a48f-03ce0d3cb00a HTTP/1.1" 200 3035 0.004533 10.0.0.27 - - [2025-11-27 03:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.27 - - [2025-11-27 03:05:37] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003074 10.0.0.27 - - [2025-11-27 03:05:37] "GET /virtual-networks?parent_id=9b784334-faef-4f77-a0c5-af017d11babb&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002426 10.0.0.27 - - [2025-11-27 03:05:37] "GET /virtual-network/0a1678d3-953a-409b-b7ea-b2338d702dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005209 10.0.0.27 - - [2025-11-27 03:05:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.27 - - [2025-11-27 03:05:40] "GET /virtual-network/0a1678d3-953a-409b-b7ea-b2338d702dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005220 10.0.0.27 - - [2025-11-27 03:05:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.27 - - [2025-11-27 03:05:44] "GET /virtual-network/0a1678d3-953a-409b-b7ea-b2338d702dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004572 10.0.0.27 - - [2025-11-27 03:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.27 - - [2025-11-27 03:05:48] "GET /virtual-network/0a1678d3-953a-409b-b7ea-b2338d702dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005157 10.0.0.27 - - [2025-11-27 03:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.27 - - [2025-11-27 03:05:52] "GET /virtual-network/0a1678d3-953a-409b-b7ea-b2338d702dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.012096 10.0.0.27 - - [2025-11-27 03:05:56] "POST /neutron/port HTTP/1.1" 200 1091 0.020100 10.0.0.27 - - [2025-11-27 03:05:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005061 10.0.0.27 - - [2025-11-27 03:05:56] "POST /neutron/network HTTP/1.1" 200 831 0.008235 10.0.0.27 - - [2025-11-27 03:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.27 - - [2025-11-27 03:05:57] "GET /virtual-network/0a1678d3-953a-409b-b7ea-b2338d702dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006648 10.0.0.27 - - [2025-11-27 03:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.27 - - [2025-11-27 03:06:01] "GET /virtual-network/0a1678d3-953a-409b-b7ea-b2338d702dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005167 10.0.0.33 - - [2025-11-27 03:06:02] "GET /obj-perms HTTP/1.1" 200 5056 0.058151 10.0.0.23 - - [2025-11-27 03:06:02] "GET /obj-perms HTTP/1.1" 200 5056 0.053034 10.0.0.27 - - [2025-11-27 03:06:03] "POST /neutron/network HTTP/1.1" 200 841 0.005915 10.0.0.27 - - [2025-11-27 03:06:03] "POST /neutron/port HTTP/1.1" 200 117 0.001023 10.0.0.27 - - [2025-11-27 03:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.27 - - [2025-11-27 03:06:05] "GET /virtual-network/0a1678d3-953a-409b-b7ea-b2338d702dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005103 10.0.0.27 - - [2025-11-27 03:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.27 - - [2025-11-27 03:06:09] "GET /virtual-network/0a1678d3-953a-409b-b7ea-b2338d702dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004480 10.0.0.27 - - [2025-11-27 03:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004840 10.0.0.27 - - [2025-11-27 03:06:13] "GET /virtual-network/0a1678d3-953a-409b-b7ea-b2338d702dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005634 10.0.0.27 - - [2025-11-27 03:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.27 - - [2025-11-27 03:06:17] "GET /virtual-network/0a1678d3-953a-409b-b7ea-b2338d702dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005235 10.0.0.27 - - [2025-11-27 03:06:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.039647 10.0.0.27 - - [2025-11-27 03:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.27 - - [2025-11-27 03:06:21] "GET /virtual-network/0a1678d3-953a-409b-b7ea-b2338d702dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006180 10.0.0.27 - - [2025-11-27 03:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.27 - - [2025-11-27 03:06:25] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003829 10.0.0.27 - - [2025-11-27 03:06:25] "GET /virtual-networks?parent_id=9b784334-faef-4f77-a0c5-af017d11babb&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003747 10.0.0.27 - - [2025-11-27 03:06:25] "GET /virtual-network/0a1678d3-953a-409b-b7ea-b2338d702dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005930 10.0.0.27 - - [2025-11-27 03:06:29] "POST /neutron/port HTTP/1.1" 200 1091 0.014106 10.0.0.27 - - [2025-11-27 03:06:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008286 10.0.0.27 - - [2025-11-27 03:06:36] "POST /neutron/port HTTP/1.1" 200 1091 0.012235 10.0.0.27 - - [2025-11-27 03:06:41] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006503 10.0.0.27 - - [2025-11-27 03:06:46] "POST /fqname-to-id HTTP/1.1" 404 211 0.003174 10.0.0.27 - - [2025-11-27 03:06:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.23 - - [2025-11-27 03:06:46] "GET /projects?obj_uuids=9b784334-faef-4f77-a0c5-af017d11babb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001097 10.0.0.27 - - [2025-11-27 03:06:46] "GET /project/9b784334-faef-4f77-a0c5-af017d11babb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.044320 10.0.0.27 - - [2025-11-27 03:06:46] "POST /service-instances HTTP/1.1" 200 547 0.029891 10.0.0.27 - - [2025-11-27 03:06:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.27 - - [2025-11-27 03:06:46] "GET /service-instance/09ab35ac-9e25-4603-af67-5e6029ccddc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006329 10.0.0.27 - - [2025-11-27 03:06:46] "POST /port-tuples HTTP/1.1" 200 590 0.038422 10.0.0.27 - - [2025-11-27 03:06:46] "GET /virtual-machine-interface/a97e6f30-1e47-45ab-a48f-03ce0d3cb00a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2814 0.008389 10.0.0.27 - - [2025-11-27 03:06:46] "PUT /virtual-machine-interface/a97e6f30-1e47-45ab-a48f-03ce0d3cb00a HTTP/1.1" 200 284 0.013944 10.0.0.27 - - [2025-11-27 03:06:47] "POST /ref-update HTTP/1.1" 200 156 0.015783 10.0.0.27 - - [2025-11-27 03:06:47] "POST /neutron/port HTTP/1.1" 200 1091 0.020101 10.0.0.23 - - [2025-11-27 03:06:47] "POST /ref-update HTTP/1.1" 200 156 0.014717 10.0.0.23 - - [2025-11-27 03:06:47] "POST /ref-update HTTP/1.1" 200 156 0.024423 10.0.0.27 - - [2025-11-27 03:06:47] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008169 10.0.0.27 - - [2025-11-27 03:06:47] "GET /virtual-machine/c072ac9c-678a-4adc-976c-327629c42467 HTTP/1.1" 200 1295 0.007695 10.0.0.27 - - [2025-11-27 03:06:47] "GET /virtual-machine-interface/7af1fd47-ae25-44cc-ba95-477165941b70 HTTP/1.1" 200 2957 0.004690 10.0.0.27 - - [2025-11-27 03:06:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.27 - - [2025-11-27 03:06:47] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003395 10.0.0.27 - - [2025-11-27 03:06:47] "GET /virtual-networks?parent_id=9b784334-faef-4f77-a0c5-af017d11babb&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004402 10.0.0.27 - - [2025-11-27 03:06:47] "GET /virtual-network/63a4f2df-cc21-43f1-8b8e-e0f02cfda174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005263 10.0.0.27 - - [2025-11-27 03:06:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004402 10.0.0.27 - - [2025-11-27 03:06:48] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004253 10.0.0.27 - - [2025-11-27 03:06:48] "GET /virtual-networks?parent_id=9b784334-faef-4f77-a0c5-af017d11babb&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004054 10.0.0.27 - - [2025-11-27 03:06:48] "GET /virtual-network/63a4f2df-cc21-43f1-8b8e-e0f02cfda174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005299 10.0.0.27 - - [2025-11-27 03:06:48] "POST /neutron/port HTTP/1.1" 200 1089 0.013593 10.0.0.27 - - [2025-11-27 03:06:49] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006223 10.0.0.27 - - [2025-11-27 03:06:49] "GET /virtual-machine/636f475f-6c85-4a72-895f-43b17a2fa7fa HTTP/1.1" 200 1293 0.004557 10.0.0.27 - - [2025-11-27 03:06:49] "GET /virtual-machine-interface/df5d6b10-f0f4-4f2c-a998-cf985b9f898f HTTP/1.1" 200 2961 0.004622 10.0.0.27 - - [2025-11-27 03:06:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.27 - - [2025-11-27 03:06:49] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002829 10.0.0.27 - - [2025-11-27 03:06:49] "GET /virtual-networks?parent_id=9b784334-faef-4f77-a0c5-af017d11babb&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002655 10.0.0.27 - - [2025-11-27 03:06:49] "GET /virtual-network/0424d3e3-0518-4b0e-92ab-a8906b333fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005430 10.0.0.27 - - [2025-11-27 03:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.27 - - [2025-11-27 03:06:50] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003403 10.0.0.27 - - [2025-11-27 03:06:50] "GET /virtual-networks?parent_id=9b784334-faef-4f77-a0c5-af017d11babb&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002830 10.0.0.27 - - [2025-11-27 03:06:50] "GET /virtual-network/0424d3e3-0518-4b0e-92ab-a8906b333fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005168 10.0.0.27 - - [2025-11-27 03:06:50] "POST /fqname-to-id HTTP/1.1" 404 215 0.003181 10.0.0.27 - - [2025-11-27 03:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.23 - - [2025-11-27 03:06:50] "GET /projects?obj_uuids=9b784334-faef-4f77-a0c5-af017d11babb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001153 10.0.0.27 - - [2025-11-27 03:06:50] "GET /project/9b784334-faef-4f77-a0c5-af017d11babb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.049576 10.0.0.27 - - [2025-11-27 03:06:50] "POST /network-policys HTTP/1.1" 200 551 0.025807 10.0.0.27 - - [2025-11-27 03:06:50] "GET /network-policy/54391758-d6f7-49fd-a276-3447f22cc72e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.005846 10.0.0.27 - - [2025-11-27 03:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.27 - - [2025-11-27 03:06:50] "GET /virtual-network/63a4f2df-cc21-43f1-8b8e-e0f02cfda174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005925 10.0.0.27 - - [2025-11-27 03:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.27 - - [2025-11-27 03:06:50] "GET /network-policy/54391758-d6f7-49fd-a276-3447f22cc72e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.003673 10.0.0.27 - - [2025-11-27 03:06:50] "POST /ref-update HTTP/1.1" 200 156 0.046593 10.0.0.27 - - [2025-11-27 03:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.27 - - [2025-11-27 03:06:50] "GET /network-policy/54391758-d6f7-49fd-a276-3447f22cc72e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.003697 10.0.0.27 - - [2025-11-27 03:06:50] "GET /virtual-network/63a4f2df-cc21-43f1-8b8e-e0f02cfda174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006720 10.0.0.27 - - [2025-11-27 03:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.27 - - [2025-11-27 03:06:51] "GET /network-policy/54391758-d6f7-49fd-a276-3447f22cc72e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.003704 10.0.0.27 - - [2025-11-27 03:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002534 10.0.0.27 - - [2025-11-27 03:06:51] "POST /ref-update HTTP/1.1" 200 156 0.069766 10.0.0.27 - - [2025-11-27 03:06:51] "GET /virtual-network/0424d3e3-0518-4b0e-92ab-a8906b333fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005240 10.0.0.27 - - [2025-11-27 03:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004764 10.0.0.27 - - [2025-11-27 03:06:51] "GET /network-policy/54391758-d6f7-49fd-a276-3447f22cc72e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004340 10.0.0.27 - - [2025-11-27 03:06:51] "POST /ref-update HTTP/1.1" 200 156 0.046353 10.0.0.27 - - [2025-11-27 03:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.27 - - [2025-11-27 03:06:51] "POST /ref-update HTTP/1.1" 200 156 0.029180 10.0.0.27 - - [2025-11-27 03:06:51] "GET /network-policy/54391758-d6f7-49fd-a276-3447f22cc72e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.003895 10.0.0.27 - - [2025-11-27 03:06:51] "GET /virtual-network/0424d3e3-0518-4b0e-92ab-a8906b333fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.008726 10.0.0.27 - - [2025-11-27 03:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.27 - - [2025-11-27 03:06:51] "GET /network-policy/54391758-d6f7-49fd-a276-3447f22cc72e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.003870 10.0.0.27 - - [2025-11-27 03:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.27 - - [2025-11-27 03:06:51] "GET /service-template/b4bbbd20-933b-4931-8f2b-7d0ee19735b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.003526 10.0.0.27 - - [2025-11-27 03:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.23 - - [2025-11-27 03:06:51] "GET /projects?obj_uuids=9b784334-faef-4f77-a0c5-af017d11babb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001231 10.0.0.27 - - [2025-11-27 03:06:51] "GET /project/9b784334-faef-4f77-a0c5-af017d11babb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.038160 10.0.0.27 - - [2025-11-27 03:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.27 - - [2025-11-27 03:06:51] "GET /service-instance/09ab35ac-9e25-4603-af67-5e6029ccddc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2542 0.005828 10.0.0.27 - - [2025-11-27 03:06:51] "POST /neutron/port HTTP/1.1" 200 1385 0.022520 10.0.0.27 - - [2025-11-27 03:06:52] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006863 10.0.0.27 - - [2025-11-27 03:06:52] "POST /neutron/port HTTP/1.1" 200 1385 0.017396 10.0.0.27 - - [2025-11-27 03:06:52] "POST /neutron/network HTTP/1.1" 200 849 0.005611 10.0.0.27 - - [2025-11-27 03:06:52] "POST /id-to-fqname HTTP/1.1" 200 233 0.000939 10.0.0.27 - - [2025-11-27 03:06:52] "GET /virtual-machine/fcdcac4c-d153-446a-b45f-4dd2129e9546 HTTP/1.1" 200 1295 0.003217 10.0.0.27 - - [2025-11-27 03:06:52] "GET /virtual-machine-interface/a97e6f30-1e47-45ab-a48f-03ce0d3cb00a HTTP/1.1" 200 3891 0.004652 10.0.0.27 - - [2025-11-27 03:06:52] "GET /instance-ip/12674065-4c39-42c8-8668-b71d350b7d5f HTTP/1.1" 200 1635 0.005138 10.0.0.27 - - [2025-11-27 03:06:52] "GET /instance-ip/5608e54b-85b7-4403-bd0a-ffb432f3f2cb HTTP/1.1" 200 1964 0.003245 10.0.0.27 - - [2025-11-27 03:06:52] "GET /instance-ip/b249c5d4-5f3e-4086-b122-de6cb67f5bc9 HTTP/1.1" 200 1963 0.003127 10.0.0.27 - - [2025-11-27 03:06:52] "POST /neutron/port HTTP/1.1" 200 1385 0.020938 10.0.0.27 - - [2025-11-27 03:06:52] "GET /virtual-machine/fcdcac4c-d153-446a-b45f-4dd2129e9546 HTTP/1.1" 200 1295 0.003670 10.0.0.27 - - [2025-11-27 03:06:52] "GET /virtual-machine-interface/a97e6f30-1e47-45ab-a48f-03ce0d3cb00a HTTP/1.1" 200 3891 0.004755 10.0.0.27 - - [2025-11-27 03:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.27 - - [2025-11-27 03:06:52] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003104 10.0.0.27 - - [2025-11-27 03:06:52] "GET /virtual-networks?parent_id=9b784334-faef-4f77-a0c5-af017d11babb&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003064 10.0.0.27 - - [2025-11-27 03:06:52] "GET /virtual-network/0a1678d3-953a-409b-b7ea-b2338d702dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005534 10.0.0.27 - - [2025-11-27 03:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.27 - - [2025-11-27 03:06:53] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003694 10.0.0.27 - - [2025-11-27 03:06:53] "GET /virtual-networks?parent_id=9b784334-faef-4f77-a0c5-af017d11babb&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002790 10.0.0.27 - - [2025-11-27 03:06:53] "GET /virtual-network/0a1678d3-953a-409b-b7ea-b2338d702dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.011476 10.0.0.27 - - [2025-11-27 03:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.27 - - [2025-11-27 03:06:53] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003789 10.0.0.27 - - [2025-11-27 03:06:53] "GET /virtual-networks?parent_id=9b784334-faef-4f77-a0c5-af017d11babb&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003240 10.0.0.27 - - [2025-11-27 03:06:53] "GET /virtual-network/0a1678d3-953a-409b-b7ea-b2338d702dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005223 10.0.0.27 - - [2025-11-27 03:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.27 - - [2025-11-27 03:06:54] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003614 10.0.0.27 - - [2025-11-27 03:06:54] "GET /virtual-networks?parent_id=9b784334-faef-4f77-a0c5-af017d11babb&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002596 10.0.0.27 - - [2025-11-27 03:06:54] "GET /virtual-network/0a1678d3-953a-409b-b7ea-b2338d702dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005521 10.0.0.27 - - [2025-11-27 03:06:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.27 - - [2025-11-27 03:06:54] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003584 10.0.0.27 - - [2025-11-27 03:06:54] "GET /virtual-networks?parent_id=9b784334-faef-4f77-a0c5-af017d11babb&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003028 10.0.0.27 - - [2025-11-27 03:06:54] "GET /virtual-network/0a1678d3-953a-409b-b7ea-b2338d702dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005564 10.0.0.27 - - [2025-11-27 03:06:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.27 - - [2025-11-27 03:06:54] "GET /routing-instance/fede7713-660e-4bd2-aac0-7a3b3f68332b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.003198 10.0.0.27 - - [2025-11-27 03:06:54] "GET /routing-instance/fede7713-660e-4bd2-aac0-7a3b3f68332b?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1590 0.004628 10.0.0.27 - - [2025-11-27 03:06:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.27 - - [2025-11-27 03:06:54] "GET /routing-instance/fbbdabc7-6c51-4336-99df-8ca051a92364?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.004432 10.0.0.27 - - [2025-11-27 03:06:54] "GET /routing-instance/fbbdabc7-6c51-4336-99df-8ca051a92364?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1593 0.005137 10.0.0.27 - - [2025-11-27 03:06:58] "POST /neutron/port HTTP/1.1" 200 1385 0.019029 10.0.0.27 - - [2025-11-27 03:06:58] "POST /neutron/subnet HTTP/1.1" 200 703 0.011770 10.0.0.27 - - [2025-11-27 03:07:03] "POST /neutron/port HTTP/1.1" 200 1089 0.013258 10.0.0.27 - - [2025-11-27 03:07:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003638 10.0.0.27 - - [2025-11-27 03:07:03] "POST /neutron/network HTTP/1.1" 200 923 0.006291 10.0.0.23 - - [2025-11-27 03:07:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000581 10.0.0.23 - - [2025-11-27 03:07:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000560 10.0.0.23 - - [2025-11-27 03:07:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.23 - - [2025-11-27 03:07:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.33 - - [2025-11-27 03:07:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.33 - - [2025-11-27 03:07:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000554 10.0.0.27 - - [2025-11-27 03:07:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.27 - - [2025-11-27 03:07:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000930 10.0.0.33 - - [2025-11-27 03:07:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.33 - - [2025-11-27 03:07:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.27 - - [2025-11-27 03:07:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.27 - - [2025-11-27 03:07:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.27 - - [2025-11-27 03:07:37] "GET /network-policy/54391758-d6f7-49fd-a276-3447f22cc72e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004228 10.0.0.27 - - [2025-11-27 03:07:37] "PUT /network-policy/54391758-d6f7-49fd-a276-3447f22cc72e HTTP/1.1" 200 262 0.013985 10.0.0.27 - - [2025-11-27 03:07:37] "PUT /access-control-list/88d5768a-2fc7-4d5d-8263-bd2d0ddabafe HTTP/1.1" 200 272 0.015140 10.0.0.27 - - [2025-11-27 03:07:37] "GET /network-policy/54391758-d6f7-49fd-a276-3447f22cc72e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.008342 10.0.0.27 - - [2025-11-27 03:08:00] "POST /neutron/port HTTP/1.1" 200 1385 0.017524 10.0.0.27 - - [2025-11-27 03:08:01] "POST /neutron/port HTTP/1.1" 200 1091 0.058841 10.0.0.27 - - [2025-11-27 03:08:01] "POST /neutron/subnet HTTP/1.1" 200 704 0.011922 10.0.0.27 - - [2025-11-27 03:08:05] "POST /ref-update HTTP/1.1" 200 156 0.049450 10.0.0.27 - - [2025-11-27 03:08:05] "POST /ref-update HTTP/1.1" 200 156 0.018589 10.0.0.27 - - [2025-11-27 03:08:05] "POST /neutron/network HTTP/1.1" 200 831 0.009974 10.0.0.27 - - [2025-11-27 03:08:05] "GET /virtual-network/0424d3e3-0518-4b0e-92ab-a8906b333fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006798 10.0.0.27 - - [2025-11-27 03:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006083 10.0.0.27 - - [2025-11-27 03:08:05] "GET /network-policy/54391758-d6f7-49fd-a276-3447f22cc72e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.004132 10.0.0.27 - - [2025-11-27 03:08:05] "POST /ref-update HTTP/1.1" 200 156 0.052430 10.0.0.27 - - [2025-11-27 03:08:05] "POST /neutron/network HTTP/1.1" 200 831 0.008290 10.0.0.27 - - [2025-11-27 03:08:05] "GET /virtual-network/63a4f2df-cc21-43f1-8b8e-e0f02cfda174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005183 10.0.0.27 - - [2025-11-27 03:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002662 10.0.0.27 - - [2025-11-27 03:08:05] "GET /network-policy/54391758-d6f7-49fd-a276-3447f22cc72e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.004207 10.0.0.27 - - [2025-11-27 03:08:05] "POST /neutron/subnet HTTP/1.1" 200 694 0.007281 10.0.0.27 - - [2025-11-27 03:08:06] "DELETE /network-policy/54391758-d6f7-49fd-a276-3447f22cc72e HTTP/1.1" 200 115 0.038445 10.0.0.27 - - [2025-11-27 03:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.27 - - [2025-11-27 03:08:06] "DELETE /service-instance/09ab35ac-9e25-4603-af67-5e6029ccddc7 HTTP/1.1" 200 115 0.047017 10.0.0.23 - - [2025-11-27 03:08:06] "POST /ref-update HTTP/1.1" 200 156 0.075402 10.0.0.27 - - [2025-11-27 03:08:06] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003055 10.0.0.27 - - [2025-11-27 03:08:06] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.009008 10.0.0.27 - - [2025-11-27 03:08:06] "POST /ref-update HTTP/1.1" 200 156 0.033273 10.0.0.23 - - [2025-11-27 03:08:06] "DELETE /instance-ip/5608e54b-85b7-4403-bd0a-ffb432f3f2cb HTTP/1.1" 200 115 0.052391 10.0.0.27 - - [2025-11-27 03:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.27 - - [2025-11-27 03:08:06] "POST /ref-update HTTP/1.1" 200 156 0.030751 10.0.0.27 - - [2025-11-27 03:08:06] "DELETE /service-template/b4bbbd20-933b-4931-8f2b-7d0ee19735b2 HTTP/1.1" 200 115 0.034520 10.0.0.27 - - [2025-11-27 03:08:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.002798 10.0.0.27 - - [2025-11-27 03:08:06] "POST /neutron/network HTTP/1.1" 200 849 0.008011 10.0.0.27 - - [2025-11-27 03:08:07] "POST /neutron/port HTTP/1.1" 200 1117 0.020540 10.0.0.27 - - [2025-11-27 03:08:07] "POST /neutron/network HTTP/1.1" 200 849 0.006461 10.0.0.27 - - [2025-11-27 03:08:07] "POST /neutron/port HTTP/1.1" 200 1091 0.013692 10.0.0.27 - - [2025-11-27 03:08:07] "POST /neutron/port HTTP/1.1" 200 151 0.244438 10.0.0.27 - - [2025-11-27 03:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.27 - - [2025-11-27 03:08:09] "POST /neutron/network HTTP/1.1" 200 836 0.006409 10.0.0.27 - - [2025-11-27 03:08:09] "DELETE /route-target/345dba7e-7d24-4584-b56f-f69dd5b9c82e HTTP/1.1" 200 115 0.017169 10.0.0.23 - - [2025-11-27 03:08:10] "POST /useragent-kv HTTP/1.1" 200 115 0.005776 10.0.0.23 - - [2025-11-27 03:08:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002732 10.0.0.27 - - [2025-11-27 03:08:10] "POST /neutron/network HTTP/1.1" 200 151 0.130151 10.0.0.27 - - [2025-11-27 03:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.23 - - [2025-11-27 03:08:12] "GET /projects?obj_uuids=9b784334-faef-4f77-a0c5-af017d11babb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000963 10.0.0.27 - - [2025-11-27 03:08:12] "GET /project/9b784334-faef-4f77-a0c5-af017d11babb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.062603 10.0.0.23 - - [2025-11-27 03:08:12] "GET /projects?obj_uuids=9b784334-faef-4f77-a0c5-af017d11babb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000971 10.0.0.27 - - [2025-11-27 03:08:12] "GET /project/9b784334-faef-4f77-a0c5-af017d11babb?fields=virtual_networks HTTP/1.1" 200 1037 0.044960 10.0.0.23 - - [2025-11-27 03:08:12] "GET /projects?obj_uuids=9b784334-faef-4f77-a0c5-af017d11babb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000892 10.0.0.27 - - [2025-11-27 03:08:12] "GET /project/9b784334-faef-4f77-a0c5-af017d11babb?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.035503 10.0.0.23 - - [2025-11-27 03:08:12] "GET /projects?obj_uuids=9b784334-faef-4f77-a0c5-af017d11babb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000960 10.0.0.27 - - [2025-11-27 03:08:12] "GET /project/9b784334-faef-4f77-a0c5-af017d11babb?fields=security_groups HTTP/1.1" 200 1265 0.043197 10.0.0.27 - - [2025-11-27 03:08:13] "POST /fqname-to-id HTTP/1.1" 404 189 0.024700 10.0.0.23 - - [2025-11-27 03:08:13] "GET /projects?obj_uuids=062a2288-c2a9-4a1e-b29c-939ddb882dbf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002595 10.0.0.23 - - [2025-11-27 03:08:13] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000884 10.0.0.23 - - [2025-11-27 03:08:13] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.038096 10.0.0.23 - - [2025-11-27 03:08:13] "POST /id-to-fqname HTTP/1.1" 200 191 0.002761 10.0.0.23 - - [2025-11-27 03:08:13] "POST /fqname-to-id HTTP/1.1" 404 200 0.005770 10.0.0.23 - - [2025-11-27 03:08:13] "POST /security-groups HTTP/1.1" 200 592 0.027773 10.0.0.23 - - [2025-11-27 03:08:13] "POST /projects HTTP/1.1" 200 587 0.218563 10.0.0.27 - - [2025-11-27 03:08:13] "POST /access-control-lists HTTP/1.1" 200 597 0.025056 10.0.0.23 - - [2025-11-27 03:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.289804 10.0.0.27 - - [2025-11-27 03:08:13] "GET /project/062a2288-c2a9-4a1e-b29c-939ddb882dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.442543 10.0.0.27 - - [2025-11-27 03:08:14] "GET / HTTP/1.1" 200 35931 0.001453 10.0.0.27 - - [2025-11-27 03:08:16] "GET /project/062a2288-c2a9-4a1e-b29c-939ddb882dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000413 10.0.0.23 - - [2025-11-27 03:08:17] "GET /projects?obj_uuids=062a2288-c2a9-4a1e-b29c-939ddb882dbf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000962 10.0.0.27 - - [2025-11-27 03:08:17] "GET /project/062a2288-c2a9-4a1e-b29c-939ddb882dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.059796 10.0.0.27 - - [2025-11-27 03:08:17] "POST /fqname-to-id HTTP/1.1" 404 180 0.003063 10.0.0.27 - - [2025-11-27 03:08:17] "POST /virtual-DNSs HTTP/1.1" 200 507 0.022364 10.0.0.27 - - [2025-11-27 03:08:17] "GET /virtual-DNS/70fdfc4b-8436-45e1-8d60-5452c2742b72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.005763 10.0.0.27 - - [2025-11-27 03:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.27 - - [2025-11-27 03:08:17] "GET /virtual-DNS/70fdfc4b-8436-45e1-8d60-5452c2742b72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.003651 10.0.0.27 - - [2025-11-27 03:08:17] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002896 10.0.0.27 - - [2025-11-27 03:08:17] "POST /network-ipams HTTP/1.1" 200 514 0.025151 10.0.0.27 - - [2025-11-27 03:08:17] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.003887 10.0.0.27 - - [2025-11-27 03:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.27 - - [2025-11-27 03:08:17] "GET /network-ipam/fdf6cd1a-25b6-4c58-b73a-f601ad805c44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.005349 10.0.0.27 - - [2025-11-27 03:08:18] "PUT /network-ipam/fdf6cd1a-25b6-4c58-b73a-f601ad805c44 HTTP/1.1" 200 258 0.011519 10.0.0.27 - - [2025-11-27 03:08:18] "POST /ref-update HTTP/1.1" 200 156 0.012965 10.0.0.27 - - [2025-11-27 03:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.23 - - [2025-11-27 03:08:18] "GET /projects?obj_uuids=062a2288-c2a9-4a1e-b29c-939ddb882dbf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001241 10.0.0.27 - - [2025-11-27 03:08:18] "GET /project/062a2288-c2a9-4a1e-b29c-939ddb882dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.035208 10.0.0.27 - - [2025-11-27 03:08:18] "POST /neutron/network HTTP/1.1" 200 117 0.042517 10.0.0.27 - - [2025-11-27 03:08:18] "POST /route-targets HTTP/1.1" 200 327 0.012862 10.0.0.27 - - [2025-11-27 03:08:18] "POST /neutron/network HTTP/1.1" 200 833 0.007673 10.0.0.27 - - [2025-11-27 03:08:18] "POST /id-to-fqname HTTP/1.1" 200 227 0.001003 10.0.0.27 - - [2025-11-27 03:08:18] "GET /virtual-network/4af82093-666f-434d-a126-433445bfc201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004625 10.0.0.27 - - [2025-11-27 03:08:18] "GET /virtual-network/4af82093-666f-434d-a126-433445bfc201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004937 10.0.0.27 - - [2025-11-27 03:08:18] "POST /neutron/subnet HTTP/1.1" 200 711 0.008374 10.0.0.27 - - [2025-11-27 03:08:18] "POST /id-to-fqname HTTP/1.1" 200 227 0.001207 10.0.0.27 - - [2025-11-27 03:08:19] "POST /neutron/network HTTP/1.1" 200 843 0.006260 10.0.0.23 - - [2025-11-27 03:08:19] "GET /projects?obj_uuids=062a2288-c2a9-4a1e-b29c-939ddb882dbf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000920 10.0.0.27 - - [2025-11-27 03:08:19] "GET /project/062a2288-c2a9-4a1e-b29c-939ddb882dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.062325 10.0.0.27 - - [2025-11-27 03:08:20] "POST /neutron/port HTTP/1.1" 200 117 0.006952 10.0.0.23 - - [2025-11-27 03:08:20] "GET /projects?obj_uuids=062a2288-c2a9-4a1e-b29c-939ddb882dbf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000972 10.0.0.27 - - [2025-11-27 03:08:20] "POST /neutron/port HTTP/1.1" 200 1058 0.272960 10.0.0.27 - - [2025-11-27 03:08:20] "POST /neutron/port HTTP/1.1" 200 1112 0.092840 10.0.0.27 - - [2025-11-27 03:08:21] "POST /neutron/subnet HTTP/1.1" 200 685 0.007628 10.0.0.27 - - [2025-11-27 03:08:25] "POST /neutron/port HTTP/1.1" 200 1086 0.012979 10.0.0.27 - - [2025-11-27 03:08:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008734 10.0.0.27 - - [2025-11-27 03:08:25] "GET /virtual-machine/66be5cbf-c735-4183-9c7f-5cb196f25ccc HTTP/1.1" 401 292 0.000554 10.0.0.27 - - [2025-11-27 03:08:25] "GET /virtual-machine/66be5cbf-c735-4183-9c7f-5cb196f25ccc HTTP/1.1" 200 1293 0.032059 10.0.0.27 - - [2025-11-27 03:08:25] "GET /virtual-machine-interface/bbc69b29-4e85-4d19-a51e-a2ebe6dce272 HTTP/1.1" 200 2965 0.005268 10.0.0.27 - - [2025-11-27 03:08:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.27 - - [2025-11-27 03:08:25] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003559 10.0.0.27 - - [2025-11-27 03:08:25] "GET /virtual-networks?parent_id=062a2288-c2a9-4a1e-b29c-939ddb882dbf&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002837 10.0.0.27 - - [2025-11-27 03:08:25] "GET /virtual-network/4af82093-666f-434d-a126-433445bfc201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005389 10.0.0.27 - - [2025-11-27 03:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.27 - - [2025-11-27 03:08:28] "GET /virtual-network/4af82093-666f-434d-a126-433445bfc201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004972 10.0.0.23 - - [2025-11-27 03:08:29] "DELETE /project/062a2288c2a94a1eb29c939ddb882dbf HTTP/1.1" 404 173 0.005251 10.0.0.23 - - [2025-11-27 03:08:29] "GET /projects?obj_uuids=9b784334-faef-4f77-a0c5-af017d11babb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000839 10.0.0.23 - - [2025-11-27 03:08:29] "GET /project/9b784334-faef-4f77-a0c5-af017d11babb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.032369 10.0.0.23 - - [2025-11-27 03:08:29] "GET /projects?obj_uuids=9b784334-faef-4f77-a0c5-af017d11babb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001064 10.0.0.23 - - [2025-11-27 03:08:29] "GET /project/9b784334-faef-4f77-a0c5-af017d11babb?fields=security_groups HTTP/1.1" 200 1370 0.093703 10.0.0.23 - - [2025-11-27 03:08:29] "DELETE /security-group/f9747944-1fe3-478e-bcd1-0a5d4cfece47 HTTP/1.1" 200 115 0.056816 10.0.0.23 - - [2025-11-27 03:08:29] "GET /projects?obj_uuids=9b784334-faef-4f77-a0c5-af017d11babb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000880 10.0.0.23 - - [2025-11-27 03:08:29] "GET /project/9b784334-faef-4f77-a0c5-af017d11babb?fields=application_policy_sets HTTP/1.1" 200 1409 0.065688 10.0.0.27 - - [2025-11-27 03:08:30] "DELETE /access-control-list/fc38c37a-1e4b-4088-8de8-8a3ff582a031 HTTP/1.1" 200 115 0.050907 10.0.0.23 - - [2025-11-27 03:08:30] "DELETE /project/9b784334-faef-4f77-a0c5-af017d11babb HTTP/1.1" 200 115 0.509593 10.0.0.27 - - [2025-11-27 03:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.27 - - [2025-11-27 03:08:33] "GET /virtual-network/4af82093-666f-434d-a126-433445bfc201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006207 10.0.0.27 - - [2025-11-27 03:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.27 - - [2025-11-27 03:08:37] "GET /virtual-network/4af82093-666f-434d-a126-433445bfc201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005339 10.0.0.27 - - [2025-11-27 03:08:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.27 - - [2025-11-27 03:08:41] "GET /virtual-network/4af82093-666f-434d-a126-433445bfc201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004744 10.0.0.27 - - [2025-11-27 03:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.27 - - [2025-11-27 03:08:45] "GET /virtual-network/4af82093-666f-434d-a126-433445bfc201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004958 10.0.0.27 - - [2025-11-27 03:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.27 - - [2025-11-27 03:08:49] "GET /virtual-network/4af82093-666f-434d-a126-433445bfc201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005794 10.0.0.27 - - [2025-11-27 03:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.27 - - [2025-11-27 03:08:53] "GET /virtual-network/4af82093-666f-434d-a126-433445bfc201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004939 10.0.0.27 - - [2025-11-27 03:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.27 - - [2025-11-27 03:08:57] "GET /virtual-network/4af82093-666f-434d-a126-433445bfc201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004582 10.0.0.27 - - [2025-11-27 03:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.27 - - [2025-11-27 03:09:01] "GET /virtual-network/4af82093-666f-434d-a126-433445bfc201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009879 10.0.0.27 - - [2025-11-27 03:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.27 - - [2025-11-27 03:09:03] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003060 10.0.0.27 - - [2025-11-27 03:09:03] "GET /virtual-networks?parent_id=062a2288-c2a9-4a1e-b29c-939ddb882dbf&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002996 10.0.0.27 - - [2025-11-27 03:09:03] "GET /virtual-network/4af82093-666f-434d-a126-433445bfc201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005394 10.0.0.27 - - [2025-11-27 03:09:03] "POST /neutron/port HTTP/1.1" 200 1086 0.014103 10.0.0.27 - - [2025-11-27 03:09:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006689 10.0.0.27 - - [2025-11-27 03:09:14] "POST /neutron/port HTTP/1.1" 200 1086 0.029774 10.0.0.27 - - [2025-11-27 03:09:45] "POST /neutron/network HTTP/1.1" 200 833 0.007341 10.0.0.27 - - [2025-11-27 03:09:45] "POST /id-to-fqname HTTP/1.1" 200 227 0.001438 10.0.0.27 - - [2025-11-27 03:09:45] "POST /neutron/network HTTP/1.1" 200 843 0.006210 10.0.0.23 - - [2025-11-27 03:09:46] "GET /projects?obj_uuids=062a2288-c2a9-4a1e-b29c-939ddb882dbf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000937 10.0.0.27 - - [2025-11-27 03:09:46] "GET /project/062a2288-c2a9-4a1e-b29c-939ddb882dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.070606 10.0.0.27 - - [2025-11-27 03:09:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006611 10.0.0.27 - - [2025-11-27 03:09:46] "POST /neutron/network HTTP/1.1" 200 843 0.006087 10.0.0.27 - - [2025-11-27 03:09:47] "POST /neutron/port HTTP/1.1" 200 1058 0.043564 10.0.0.27 - - [2025-11-27 03:09:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006163 10.0.0.27 - - [2025-11-27 03:09:47] "POST /neutron/network HTTP/1.1" 200 833 0.008039 10.0.0.27 - - [2025-11-27 03:09:51] "POST /neutron/port HTTP/1.1" 200 1086 0.017391 10.0.0.27 - - [2025-11-27 03:09:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009169 10.0.0.27 - - [2025-11-27 03:09:51] "GET /virtual-machine/ad86b085-6395-426b-b850-5145b3e7ffe8 HTTP/1.1" 200 1294 0.004938 10.0.0.27 - - [2025-11-27 03:09:51] "GET /virtual-machine-interface/e284d3ab-909a-44f7-b700-4aebbe947575 HTTP/1.1" 200 2965 0.004705 10.0.0.27 - - [2025-11-27 03:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.27 - - [2025-11-27 03:09:51] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003181 10.0.0.27 - - [2025-11-27 03:09:51] "GET /virtual-networks?parent_id=062a2288-c2a9-4a1e-b29c-939ddb882dbf&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002631 10.0.0.27 - - [2025-11-27 03:09:51] "GET /virtual-network/4af82093-666f-434d-a126-433445bfc201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005630 10.0.0.27 - - [2025-11-27 03:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.27 - - [2025-11-27 03:09:54] "GET /virtual-network/4af82093-666f-434d-a126-433445bfc201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006797 10.0.0.27 - - [2025-11-27 03:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.27 - - [2025-11-27 03:09:59] "GET /virtual-network/4af82093-666f-434d-a126-433445bfc201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005669 10.0.0.27 - - [2025-11-27 03:10:00] "POST /neutron/network HTTP/1.1" 200 843 0.007877 10.0.0.27 - - [2025-11-27 03:10:00] "POST /neutron/port HTTP/1.1" 200 117 0.001064 10.0.0.27 - - [2025-11-27 03:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.27 - - [2025-11-27 03:10:03] "GET /virtual-network/4af82093-666f-434d-a126-433445bfc201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005144 10.0.0.27 - - [2025-11-27 03:10:05] "GET /obj-perms HTTP/1.1" 200 5056 0.056482 10.0.0.33 - - [2025-11-27 03:10:05] "GET /obj-perms HTTP/1.1" 200 5056 0.049264 10.0.0.27 - - [2025-11-27 03:10:06] "POST /neutron/port HTTP/1.1" 200 1086 0.013310 10.0.0.27 - - [2025-11-27 03:10:06] "POST /neutron/subnet HTTP/1.1" 200 685 0.007637 10.0.0.27 - - [2025-11-27 03:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.27 - - [2025-11-27 03:10:07] "GET /virtual-network/4af82093-666f-434d-a126-433445bfc201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006269 10.0.0.27 - - [2025-11-27 03:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.27 - - [2025-11-27 03:10:11] "GET /virtual-network/4af82093-666f-434d-a126-433445bfc201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004804 10.0.0.27 - - [2025-11-27 03:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.27 - - [2025-11-27 03:10:15] "GET /virtual-network/4af82093-666f-434d-a126-433445bfc201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005647 10.0.0.27 - - [2025-11-27 03:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.27 - - [2025-11-27 03:10:19] "GET /virtual-network/4af82093-666f-434d-a126-433445bfc201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004948 10.0.0.27 - - [2025-11-27 03:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.27 - - [2025-11-27 03:10:23] "GET /virtual-network/4af82093-666f-434d-a126-433445bfc201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004387 10.0.0.27 - - [2025-11-27 03:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.27 - - [2025-11-27 03:10:25] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004040 10.0.0.27 - - [2025-11-27 03:10:25] "GET /virtual-networks?parent_id=062a2288-c2a9-4a1e-b29c-939ddb882dbf&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002970 10.0.0.27 - - [2025-11-27 03:10:25] "GET /virtual-network/4af82093-666f-434d-a126-433445bfc201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005248 10.0.0.27 - - [2025-11-27 03:10:25] "POST /neutron/port HTTP/1.1" 200 1086 0.013861 10.0.0.27 - - [2025-11-27 03:10:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006770 10.0.0.27 - - [2025-11-27 03:10:36] "POST /neutron/port HTTP/1.1" 200 1086 0.014827 10.0.0.27 - - [2025-11-27 03:10:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006435 10.0.0.27 - - [2025-11-27 03:11:01] "POST /neutron/network HTTP/1.1" 200 843 0.006283 10.0.0.27 - - [2025-11-27 03:11:01] "POST /neutron/port HTTP/1.1" 200 117 0.001008 10.0.0.23 - - [2025-11-27 03:11:06] "GET /obj-perms HTTP/1.1" 200 5056 0.056786 10.0.0.27 - - [2025-11-27 03:11:06] "POST /neutron/port HTTP/1.1" 200 1086 0.014723 10.0.0.27 - - [2025-11-27 03:11:06] "POST /neutron/subnet HTTP/1.1" 200 685 0.008306 10.0.0.27 - - [2025-11-27 03:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.27 - - [2025-11-27 03:11:13] "DELETE /virtual-DNS/70fdfc4b-8436-45e1-8d60-5452c2742b72 HTTP/1.1" 409 235 0.007226 10.0.0.27 - - [2025-11-27 03:11:13] "POST /fqname-to-id HTTP/1.1" 404 192 0.003874 10.0.0.27 - - [2025-11-27 03:11:13] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.028243 10.0.0.27 - - [2025-11-27 03:11:13] "GET /virtual-DNS-record/a7022ce5-7d5e-40ac-a001-838ea0bbba2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.006149 10.0.0.27 - - [2025-11-27 03:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.27 - - [2025-11-27 03:11:13] "GET /virtual-DNS-record/a7022ce5-7d5e-40ac-a001-838ea0bbba2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.003580 10.0.0.27 - - [2025-11-27 03:11:20] "DELETE /virtual-DNS-record/a7022ce5-7d5e-40ac-a001-838ea0bbba2f HTTP/1.1" 200 115 0.033680 10.0.0.27 - - [2025-11-27 03:11:20] "POST /fqname-to-id HTTP/1.1" 404 184 0.005424 10.0.0.27 - - [2025-11-27 03:11:20] "POST /neutron/network HTTP/1.1" 200 833 0.006130 10.0.0.27 - - [2025-11-27 03:11:20] "POST /neutron/port HTTP/1.1" 200 1112 0.012226 10.0.0.27 - - [2025-11-27 03:11:20] "POST /neutron/port HTTP/1.1" 200 1112 0.009520 10.0.0.23 - - [2025-11-27 03:11:22] "POST /useragent-kv HTTP/1.1" 200 115 0.054086 10.0.0.23 - - [2025-11-27 03:11:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002477 10.0.0.27 - - [2025-11-27 03:11:22] "POST /neutron/network HTTP/1.1" 200 151 0.169140 10.0.0.27 - - [2025-11-27 03:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.27 - - [2025-11-27 03:11:22] "DELETE /network-ipam/fdf6cd1a-25b6-4c58-b73a-f601ad805c44 HTTP/1.1" 200 115 0.035120 10.0.0.27 - - [2025-11-27 03:11:22] "DELETE /virtual-DNS/70fdfc4b-8436-45e1-8d60-5452c2742b72 HTTP/1.1" 200 115 0.033647 10.0.0.27 - - [2025-11-27 03:11:22] "POST /fqname-to-id HTTP/1.1" 404 180 0.003800 10.0.0.23 - - [2025-11-27 03:11:23] "GET /projects?obj_uuids=062a2288-c2a9-4a1e-b29c-939ddb882dbf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001864 10.0.0.27 - - [2025-11-27 03:11:23] "GET /project/062a2288-c2a9-4a1e-b29c-939ddb882dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.036119 10.0.0.23 - - [2025-11-27 03:11:23] "GET /projects?obj_uuids=062a2288-c2a9-4a1e-b29c-939ddb882dbf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000826 10.0.0.27 - - [2025-11-27 03:11:24] "GET /project/062a2288-c2a9-4a1e-b29c-939ddb882dbf?fields=virtual_networks HTTP/1.1" 200 1033 0.086247 10.0.0.23 - - [2025-11-27 03:11:24] "GET /projects?obj_uuids=062a2288-c2a9-4a1e-b29c-939ddb882dbf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000943 10.0.0.27 - - [2025-11-27 03:11:24] "GET /project/062a2288-c2a9-4a1e-b29c-939ddb882dbf?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.037578 10.0.0.23 - - [2025-11-27 03:11:24] "GET /projects?obj_uuids=062a2288-c2a9-4a1e-b29c-939ddb882dbf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000913 10.0.0.27 - - [2025-11-27 03:11:24] "GET /project/062a2288-c2a9-4a1e-b29c-939ddb882dbf?fields=security_groups HTTP/1.1" 200 1260 0.035226 10.0.0.27 - - [2025-11-27 03:11:24] "POST /fqname-to-id HTTP/1.1" 404 189 0.024637 10.0.0.23 - - [2025-11-27 03:11:25] "GET /projects?obj_uuids=9aebe55a-ee43-478c-a664-d8a6b2e1f3a5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002995 10.0.0.23 - - [2025-11-27 03:11:25] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000917 10.0.0.23 - - [2025-11-27 03:11:25] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006709 10.0.0.23 - - [2025-11-27 03:11:25] "POST /id-to-fqname HTTP/1.1" 200 191 0.002679 10.0.0.23 - - [2025-11-27 03:11:25] "POST /fqname-to-id HTTP/1.1" 404 200 0.004254 10.0.0.23 - - [2025-11-27 03:11:25] "POST /security-groups HTTP/1.1" 200 592 0.029397 10.0.0.27 - - [2025-11-27 03:11:25] "POST /fqname-to-id HTTP/1.1" 404 235 0.003021 10.0.0.23 - - [2025-11-27 03:11:25] "POST /projects HTTP/1.1" 200 587 0.219794 10.0.0.23 - - [2025-11-27 03:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.291484 10.0.0.27 - - [2025-11-27 03:11:25] "POST /access-control-lists HTTP/1.1" 200 595 0.032167 10.0.0.27 - - [2025-11-27 03:11:25] "GET /project/9aebe55a-ee43-478c-a664-d8a6b2e1f3a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.417336 10.0.0.27 - - [2025-11-27 03:11:26] "GET / HTTP/1.1" 200 35931 0.002101 10.0.0.27 - - [2025-11-27 03:11:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000403 10.0.0.27 - - [2025-11-27 03:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.051533 10.0.0.23 - - [2025-11-27 03:11:28] "GET /projects?obj_uuids=9aebe55a-ee43-478c-a664-d8a6b2e1f3a5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000847 10.0.0.27 - - [2025-11-27 03:11:28] "GET /project/9aebe55a-ee43-478c-a664-d8a6b2e1f3a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.034950 10.0.0.23 - - [2025-11-27 03:11:29] "POST /useragent-kv HTTP/1.1" 200 115 0.007024 10.0.0.27 - - [2025-11-27 03:11:29] "POST /neutron/subnet HTTP/1.1" 200 719 0.293282 10.0.0.27 - - [2025-11-27 03:11:29] "POST /id-to-fqname HTTP/1.1" 200 222 0.001069 10.0.0.27 - - [2025-11-27 03:11:29] "GET /virtual-network/84df69fc-7000-4849-ac2d-dc58ed9891ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004694 10.0.0.27 - - [2025-11-27 03:11:29] "GET /virtual-network/84df69fc-7000-4849-ac2d-dc58ed9891ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004500 10.0.0.27 - - [2025-11-27 03:11:29] "POST /neutron/network HTTP/1.1" 200 826 0.005804 10.0.0.27 - - [2025-11-27 03:11:29] "GET /virtual-network/84df69fc-7000-4849-ac2d-dc58ed9891ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005697 10.0.0.23 - - [2025-11-27 03:11:30] "DELETE /project/9aebe55aee43478ca664d8a6b2e1f3a5 HTTP/1.1" 404 173 0.003524 10.0.0.23 - - [2025-11-27 03:11:30] "GET /projects?obj_uuids=062a2288-c2a9-4a1e-b29c-939ddb882dbf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001079 10.0.0.23 - - [2025-11-27 03:11:30] "GET /project/062a2288-c2a9-4a1e-b29c-939ddb882dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.090469 10.0.0.23 - - [2025-11-27 03:11:30] "GET /projects?obj_uuids=062a2288-c2a9-4a1e-b29c-939ddb882dbf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000952 10.0.0.23 - - [2025-11-27 03:11:30] "GET /project/062a2288-c2a9-4a1e-b29c-939ddb882dbf?fields=security_groups HTTP/1.1" 200 1365 0.057104 10.0.0.23 - - [2025-11-27 03:11:30] "DELETE /security-group/cf853dff-3b58-4735-a612-6064a3c4646a HTTP/1.1" 200 115 0.053315 10.0.0.23 - - [2025-11-27 03:11:30] "GET /projects?obj_uuids=062a2288-c2a9-4a1e-b29c-939ddb882dbf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001671 10.0.0.27 - - [2025-11-27 03:11:30] "DELETE /access-control-list/df2d2c85-63e4-49d5-a7ff-b9f707e8e356 HTTP/1.1" 200 115 0.050109 10.0.0.23 - - [2025-11-27 03:11:30] "GET /project/062a2288-c2a9-4a1e-b29c-939ddb882dbf?fields=application_policy_sets HTTP/1.1" 200 1404 0.046865 10.0.0.23 - - [2025-11-27 03:11:31] "DELETE /project/062a2288-c2a9-4a1e-b29c-939ddb882dbf HTTP/1.1" 200 115 0.512938 10.0.0.27 - - [2025-11-27 03:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.23 - - [2025-11-27 03:11:31] "GET /projects?obj_uuids=9aebe55a-ee43-478c-a664-d8a6b2e1f3a5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000784 10.0.0.27 - - [2025-11-27 03:11:31] "GET /project/9aebe55a-ee43-478c-a664-d8a6b2e1f3a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.030748 10.0.0.23 - - [2025-11-27 03:11:31] "GET /projects?obj_uuids=9aebe55a-ee43-478c-a664-d8a6b2e1f3a5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000832 10.0.0.27 - - [2025-11-27 03:11:31] "POST /neutron/network HTTP/1.1" 200 608 0.150572 10.0.0.27 - - [2025-11-27 03:11:32] "POST /ref-update HTTP/1.1" 200 156 0.020853 10.0.0.27 - - [2025-11-27 03:11:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.002795 10.0.0.27 - - [2025-11-27 03:11:32] "GET /virtual-network/d2dfb8f7-927d-4e63-a733-9a29b917554e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005529 10.0.0.27 - - [2025-11-27 03:11:32] "POST /neutron/network HTTP/1.1" 200 828 0.005453 10.0.0.27 - - [2025-11-27 03:11:32] "GET /virtual-network/d2dfb8f7-927d-4e63-a733-9a29b917554e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007196 10.0.0.27 - - [2025-11-27 03:11:32] "GET /virtual-network/d2dfb8f7-927d-4e63-a733-9a29b917554e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005035 10.0.0.27 - - [2025-11-27 03:11:32] "GET /obj-perms HTTP/1.1" 200 5032 0.078865 10.0.0.27 - - [2025-11-27 03:11:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.001132 10.0.0.27 - - [2025-11-27 03:11:47] "POST /neutron/network HTTP/1.1" 200 838 0.006706 10.0.0.23 - - [2025-11-27 03:11:48] "GET /projects?obj_uuids=9aebe55a-ee43-478c-a664-d8a6b2e1f3a5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000971 10.0.0.27 - - [2025-11-27 03:11:48] "GET /project/9aebe55a-ee43-478c-a664-d8a6b2e1f3a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.074205 10.0.0.27 - - [2025-11-27 03:11:48] "POST /neutron/port HTTP/1.1" 200 117 0.005843 10.0.0.27 - - [2025-11-27 03:11:48] "POST /id-to-fqname HTTP/1.1" 200 222 0.001068 10.0.0.27 - - [2025-11-27 03:11:48] "POST /neutron/network HTTP/1.1" 200 838 0.006367 10.0.0.27 - - [2025-11-27 03:11:49] "POST /neutron/port HTTP/1.1" 200 1062 0.026205 10.0.0.23 - - [2025-11-27 03:11:49] "GET /projects?obj_uuids=9aebe55a-ee43-478c-a664-d8a6b2e1f3a5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000844 10.0.0.27 - - [2025-11-27 03:11:49] "GET /project/9aebe55a-ee43-478c-a664-d8a6b2e1f3a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.109421 10.0.0.27 - - [2025-11-27 03:11:49] "POST /neutron/port HTTP/1.1" 200 1090 0.028382 10.0.0.27 - - [2025-11-27 03:11:49] "POST /neutron/port HTTP/1.1" 200 1090 0.037245 10.0.0.27 - - [2025-11-27 03:11:49] "POST /neutron/network HTTP/1.1" 200 828 0.014560 10.0.0.27 - - [2025-11-27 03:11:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006759 10.0.0.27 - - [2025-11-27 03:11:50] "POST /neutron/port HTTP/1.1" 200 1060 0.044888 10.0.0.27 - - [2025-11-27 03:11:51] "POST /neutron/port HTTP/1.1" 200 1088 0.056984 10.0.0.27 - - [2025-11-27 03:11:51] "POST /neutron/port HTTP/1.1" 200 117 0.004490 10.0.0.27 - - [2025-11-27 03:11:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010949 10.0.0.27 - - [2025-11-27 03:12:05] "POST /neutron/port HTTP/1.1" 200 1090 0.046488 10.0.0.33 - - [2025-11-27 03:12:06] "GET /obj-perms HTTP/1.1" 200 5056 0.064989 10.0.0.23 - - [2025-11-27 03:12:07] "GET /obj-perms HTTP/1.1" 200 5056 0.052805 10.0.0.27 - - [2025-11-27 03:12:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008814 10.0.0.23 - - [2025-11-27 03:12:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000625 10.0.0.23 - - [2025-11-27 03:12:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.27 - - [2025-11-27 03:12:20] "POST /neutron/port HTTP/1.1" 200 1090 0.018258 10.0.0.23 - - [2025-11-27 03:12:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.23 - - [2025-11-27 03:12:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.33 - - [2025-11-27 03:12:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000334 10.0.0.33 - - [2025-11-27 03:12:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.27 - - [2025-11-27 03:12:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.27 - - [2025-11-27 03:12:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.33 - - [2025-11-27 03:12:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.33 - - [2025-11-27 03:12:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000638 10.0.0.27 - - [2025-11-27 03:12:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.27 - - [2025-11-27 03:12:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000332 10.0.0.27 - - [2025-11-27 03:12:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006617 10.0.0.27 - - [2025-11-27 03:12:30] "POST /neutron/port HTTP/1.1" 200 1090 0.012828 10.0.0.27 - - [2025-11-27 03:12:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005958 10.0.0.27 - - [2025-11-27 03:12:30] "GET /virtual-machine/d01ecc17-b343-465d-8f51-7de5bf2f80fe HTTP/1.1" 401 292 0.000290 10.0.0.27 - - [2025-11-27 03:12:31] "GET /virtual-machine/d01ecc17-b343-465d-8f51-7de5bf2f80fe HTTP/1.1" 200 1294 0.075232 10.0.0.27 - - [2025-11-27 03:12:31] "GET /virtual-machine-interface/42df2863-a4db-450a-931f-12c452ee6f61 HTTP/1.1" 200 2949 0.005050 10.0.0.27 - - [2025-11-27 03:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.27 - - [2025-11-27 03:12:31] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003159 10.0.0.27 - - [2025-11-27 03:12:31] "GET /virtual-networks?parent_id=9aebe55a-ee43-478c-a664-d8a6b2e1f3a5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002537 10.0.0.27 - - [2025-11-27 03:12:31] "GET /virtual-network/d2dfb8f7-927d-4e63-a733-9a29b917554e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005307 10.0.0.27 - - [2025-11-27 03:12:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.27 - - [2025-11-27 03:12:34] "GET /virtual-network/d2dfb8f7-927d-4e63-a733-9a29b917554e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005094 10.0.0.27 - - [2025-11-27 03:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.27 - - [2025-11-27 03:12:38] "GET /virtual-network/d2dfb8f7-927d-4e63-a733-9a29b917554e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004758 10.0.0.27 - - [2025-11-27 03:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.27 - - [2025-11-27 03:12:42] "GET /virtual-network/d2dfb8f7-927d-4e63-a733-9a29b917554e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006910 10.0.0.27 - - [2025-11-27 03:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.27 - - [2025-11-27 03:12:46] "GET /virtual-network/d2dfb8f7-927d-4e63-a733-9a29b917554e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005940 10.0.0.27 - - [2025-11-27 03:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.27 - - [2025-11-27 03:12:50] "GET /virtual-network/d2dfb8f7-927d-4e63-a733-9a29b917554e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005057 10.0.0.27 - - [2025-11-27 03:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.27 - - [2025-11-27 03:12:55] "GET /virtual-network/d2dfb8f7-927d-4e63-a733-9a29b917554e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005869 10.0.0.27 - - [2025-11-27 03:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.27 - - [2025-11-27 03:12:59] "GET /virtual-network/d2dfb8f7-927d-4e63-a733-9a29b917554e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006000 10.0.0.27 - - [2025-11-27 03:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.27 - - [2025-11-27 03:13:03] "GET /virtual-network/d2dfb8f7-927d-4e63-a733-9a29b917554e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005002 10.0.0.27 - - [2025-11-27 03:13:03] "POST /neutron/network HTTP/1.1" 200 838 0.033180 10.0.0.27 - - [2025-11-27 03:13:03] "POST /neutron/port HTTP/1.1" 200 117 0.001058 10.0.0.27 - - [2025-11-27 03:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.27 - - [2025-11-27 03:13:07] "GET /virtual-network/d2dfb8f7-927d-4e63-a733-9a29b917554e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006290 10.0.0.27 - - [2025-11-27 03:13:07] "POST /neutron/port HTTP/1.1" 200 1088 0.013548 10.0.0.27 - - [2025-11-27 03:13:07] "POST /neutron/subnet HTTP/1.1" 200 693 0.007826 10.0.0.27 - - [2025-11-27 03:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.27 - - [2025-11-27 03:13:11] "GET /virtual-network/d2dfb8f7-927d-4e63-a733-9a29b917554e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004776 10.0.0.27 - - [2025-11-27 03:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.27 - - [2025-11-27 03:13:15] "GET /virtual-network/d2dfb8f7-927d-4e63-a733-9a29b917554e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004876 10.0.0.27 - - [2025-11-27 03:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.27 - - [2025-11-27 03:13:19] "GET /virtual-network/d2dfb8f7-927d-4e63-a733-9a29b917554e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004893 10.0.0.27 - - [2025-11-27 03:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.27 - - [2025-11-27 03:13:21] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003620 10.0.0.27 - - [2025-11-27 03:13:21] "GET /virtual-networks?parent_id=9aebe55a-ee43-478c-a664-d8a6b2e1f3a5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002419 10.0.0.27 - - [2025-11-27 03:13:21] "GET /virtual-network/d2dfb8f7-927d-4e63-a733-9a29b917554e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005661 10.0.0.27 - - [2025-11-27 03:13:21] "POST /neutron/port HTTP/1.1" 200 1090 0.013731 10.0.0.27 - - [2025-11-27 03:13:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006781 10.0.0.27 - - [2025-11-27 03:13:35] "POST /neutron/port HTTP/1.1" 200 1090 0.038578 10.0.0.27 - - [2025-11-27 03:13:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006716 10.0.0.27 - - [2025-11-27 03:13:42] "POST /neutron/port HTTP/1.1" 200 1090 0.014787 10.0.0.27 - - [2025-11-27 03:13:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006976 10.0.0.27 - - [2025-11-27 03:13:57] "POST /neutron/port HTTP/1.1" 200 1090 0.014369 10.0.0.27 - - [2025-11-27 03:14:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006895 10.0.0.27 - - [2025-11-27 03:14:06] "POST /neutron/network HTTP/1.1" 200 838 0.006356 10.0.0.27 - - [2025-11-27 03:14:06] "POST /neutron/port HTTP/1.1" 200 117 0.001049 10.0.0.27 - - [2025-11-27 03:14:07] "POST /neutron/port HTTP/1.1" 200 1088 0.014287 10.0.0.27 - - [2025-11-27 03:14:07] "POST /neutron/subnet HTTP/1.1" 200 693 0.008431 10.0.0.27 - - [2025-11-27 03:14:08] "POST /neutron/port HTTP/1.1" 200 1090 0.014518 10.0.0.27 - - [2025-11-27 03:14:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008173 10.0.0.27 - - [2025-11-27 03:14:18] "POST /neutron/port HTTP/1.1" 200 1088 0.013339 10.0.0.27 - - [2025-11-27 03:14:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006283 10.0.0.27 - - [2025-11-27 03:14:18] "GET /virtual-machine/fa9a4d5d-5bc2-4097-884a-b130fdbf8ff1 HTTP/1.1" 200 1293 0.006533 10.0.0.27 - - [2025-11-27 03:14:18] "GET /virtual-machine-interface/6113247c-2d06-452f-acd4-acc9b204a34c HTTP/1.1" 200 2949 0.005082 10.0.0.27 - - [2025-11-27 03:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.27 - - [2025-11-27 03:14:18] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003144 10.0.0.27 - - [2025-11-27 03:14:18] "GET /virtual-networks?parent_id=9aebe55a-ee43-478c-a664-d8a6b2e1f3a5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002459 10.0.0.27 - - [2025-11-27 03:14:18] "GET /virtual-network/84df69fc-7000-4849-ac2d-dc58ed9891ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005506 10.0.0.27 - - [2025-11-27 03:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.27 - - [2025-11-27 03:14:19] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003449 10.0.0.27 - - [2025-11-27 03:14:19] "GET /virtual-networks?parent_id=9aebe55a-ee43-478c-a664-d8a6b2e1f3a5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002882 10.0.0.27 - - [2025-11-27 03:14:20] "GET /virtual-network/84df69fc-7000-4849-ac2d-dc58ed9891ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006381 10.0.0.27 - - [2025-11-27 03:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005407 10.0.0.23 - - [2025-11-27 03:14:20] "GET /projects?obj_uuids=9aebe55a-ee43-478c-a664-d8a6b2e1f3a5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001191 10.0.0.27 - - [2025-11-27 03:14:20] "GET /project/9aebe55a-ee43-478c-a664-d8a6b2e1f3a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.042996 10.0.0.27 - - [2025-11-27 03:14:20] "GET /virtual-network/84df69fc-7000-4849-ac2d-dc58ed9891ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005262 10.0.0.27 - - [2025-11-27 03:14:20] "GET /floating-ip-pools?parent_id=84df69fc-7000-4849-ac2d-dc58ed9891ee&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002721 10.0.0.27 - - [2025-11-27 03:14:20] "GET /virtual-network/84df69fc-7000-4849-ac2d-dc58ed9891ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009007 10.0.0.27 - - [2025-11-27 03:14:20] "POST /floating-ip-pools HTTP/1.1" 200 598 0.025573 10.0.0.27 - - [2025-11-27 03:14:20] "POST /ref-update HTTP/1.1" 200 156 0.011436 10.0.0.27 - - [2025-11-27 03:14:20] "GET /virtual-network/84df69fc-7000-4849-ac2d-dc58ed9891ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005061 10.0.0.27 - - [2025-11-27 03:14:20] "GET /virtual-network/84df69fc-7000-4849-ac2d-dc58ed9891ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007133 10.0.0.27 - - [2025-11-27 03:14:21] "POST /neutron/floatingip HTTP/1.1" 200 529 0.008599 10.0.0.27 - - [2025-11-27 03:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.27 - - [2025-11-27 03:14:21] "GET /routing-instance/16bc00e9-775f-424e-bfbc-0ada4f90e9f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.003563 10.0.0.27 - - [2025-11-27 03:14:21] "GET /route-target/f480e18b-f1be-47c5-9fb2-fbfb7e35e186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003937 10.0.0.27 - - [2025-11-27 03:14:47] "POST /neutron/floatingip HTTP/1.1" 200 577 0.014696 10.0.0.27 - - [2025-11-27 03:14:47] "POST /neutron/floatingip HTTP/1.1" 200 115 0.051171 10.0.0.27 - - [2025-11-27 03:14:47] "GET /floating-ip-pool/9f203572-9c22-45f7-88d8-d90dc7ac30d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1184 0.003131 10.0.0.27 - - [2025-11-27 03:14:47] "POST /ref-update HTTP/1.1" 200 156 0.011372 10.0.0.27 - - [2025-11-27 03:14:48] "DELETE /floating-ip-pool/9f203572-9c22-45f7-88d8-d90dc7ac30d3 HTTP/1.1" 200 115 0.027223 10.0.0.27 - - [2025-11-27 03:14:48] "POST /neutron/port HTTP/1.1" 200 1088 0.014072 10.0.0.27 - - [2025-11-27 03:14:48] "POST /neutron/port HTTP/1.1" 200 1090 0.016298 10.0.0.27 - - [2025-11-27 03:14:50] "POST /neutron/network HTTP/1.1" 200 828 0.006830 10.0.0.23 - - [2025-11-27 03:14:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002308 10.0.0.23 - - [2025-11-27 03:14:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002476 10.0.0.27 - - [2025-11-27 03:14:50] "POST /neutron/network HTTP/1.1" 200 151 0.111321 10.0.0.27 - - [2025-11-27 03:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.030487 10.0.0.23 - - [2025-11-27 03:14:52] "GET /projects?obj_uuids=9aebe55a-ee43-478c-a664-d8a6b2e1f3a5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000904 10.0.0.27 - - [2025-11-27 03:14:52] "GET /project/9aebe55a-ee43-478c-a664-d8a6b2e1f3a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.069393 10.0.0.23 - - [2025-11-27 03:14:52] "GET /projects?obj_uuids=9aebe55a-ee43-478c-a664-d8a6b2e1f3a5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001155 10.0.0.27 - - [2025-11-27 03:14:52] "GET /project/9aebe55a-ee43-478c-a664-d8a6b2e1f3a5?fields=virtual_networks HTTP/1.1" 200 1035 0.079937 10.0.0.23 - - [2025-11-27 03:14:52] "GET /projects?obj_uuids=9aebe55a-ee43-478c-a664-d8a6b2e1f3a5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000853 10.0.0.27 - - [2025-11-27 03:14:52] "GET /project/9aebe55a-ee43-478c-a664-d8a6b2e1f3a5?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.031509 10.0.0.23 - - [2025-11-27 03:14:52] "GET /projects?obj_uuids=9aebe55a-ee43-478c-a664-d8a6b2e1f3a5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000945 10.0.0.27 - - [2025-11-27 03:14:52] "GET /project/9aebe55a-ee43-478c-a664-d8a6b2e1f3a5?fields=security_groups HTTP/1.1" 200 1262 0.035746 10.0.0.27 - - [2025-11-27 03:14:53] "POST /fqname-to-id HTTP/1.1" 404 188 0.027242 10.0.0.23 - - [2025-11-27 03:14:53] "GET /projects?obj_uuids=8ac0531b-f270-4084-8dd8-d7c31fc3a20e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002684 10.0.0.23 - - [2025-11-27 03:14:53] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000932 10.0.0.23 - - [2025-11-27 03:14:53] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.036038 10.0.0.23 - - [2025-11-27 03:14:53] "POST /id-to-fqname HTTP/1.1" 200 190 0.003257 10.0.0.23 - - [2025-11-27 03:14:53] "POST /fqname-to-id HTTP/1.1" 404 199 0.004144 10.0.0.23 - - [2025-11-27 03:14:53] "POST /security-groups HTTP/1.1" 200 591 0.028530 10.0.0.23 - - [2025-11-27 03:14:53] "POST /projects HTTP/1.1" 200 585 0.226423 10.0.0.23 - - [2025-11-27 03:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.265667 10.0.0.27 - - [2025-11-27 03:14:53] "POST /access-control-lists HTTP/1.1" 200 596 0.024267 10.0.0.27 - - [2025-11-27 03:14:53] "GET /project/8ac0531b-f270-4084-8dd8-d7c31fc3a20e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.442619 10.0.0.27 - - [2025-11-27 03:14:55] "GET / HTTP/1.1" 200 35931 0.002232 10.0.0.27 - - [2025-11-27 03:14:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000421 10.0.0.27 - - [2025-11-27 03:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.051104 10.0.0.23 - - [2025-11-27 03:14:57] "GET /projects?obj_uuids=8ac0531b-f270-4084-8dd8-d7c31fc3a20e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000877 10.0.0.27 - - [2025-11-27 03:14:57] "GET /project/8ac0531b-f270-4084-8dd8-d7c31fc3a20e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.035542 10.0.0.27 - - [2025-11-27 03:14:57] "POST /route-targets HTTP/1.1" 200 327 0.024866 10.0.0.23 - - [2025-11-27 03:14:57] "POST /useragent-kv HTTP/1.1" 200 115 0.015073 10.0.0.27 - - [2025-11-27 03:14:57] "POST /neutron/subnet HTTP/1.1" 200 701 0.311786 10.0.0.27 - - [2025-11-27 03:14:57] "POST /id-to-fqname HTTP/1.1" 200 230 0.001188 10.0.0.27 - - [2025-11-27 03:14:57] "GET /virtual-network/7094130b-ed41-4a55-b87b-17469cf9c6d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004631 10.0.0.27 - - [2025-11-27 03:14:57] "GET /virtual-network/7094130b-ed41-4a55-b87b-17469cf9c6d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006926 10.0.0.27 - - [2025-11-27 03:14:57] "POST /neutron/network HTTP/1.1" 200 839 0.007056 10.0.0.27 - - [2025-11-27 03:14:57] "POST /id-to-fqname HTTP/1.1" 200 230 0.001343 10.0.0.27 - - [2025-11-27 03:14:58] "POST /neutron/network HTTP/1.1" 200 849 0.006857 10.0.0.23 - - [2025-11-27 03:14:58] "GET /projects?obj_uuids=8ac0531b-f270-4084-8dd8-d7c31fc3a20e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000891 10.0.0.27 - - [2025-11-27 03:14:58] "GET /project/8ac0531b-f270-4084-8dd8-d7c31fc3a20e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.130470 10.0.0.27 - - [2025-11-27 03:14:59] "POST /neutron/port HTTP/1.1" 200 117 0.008643 10.0.0.27 - - [2025-11-27 03:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.27 - - [2025-11-27 03:14:59] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005303 10.0.0.27 - - [2025-11-27 03:14:59] "PUT /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624 HTTP/1.1" 200 276 0.012833 10.0.0.23 - - [2025-11-27 03:14:59] "GET /projects?obj_uuids=8ac0531b-f270-4084-8dd8-d7c31fc3a20e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001133 10.0.0.27 - - [2025-11-27 03:15:00] "POST /neutron/port HTTP/1.1" 200 1055 0.282987 10.0.0.27 - - [2025-11-27 03:15:00] "POST /neutron/port HTTP/1.1" 200 1109 0.111168 10.0.0.27 - - [2025-11-27 03:15:00] "POST /neutron/subnet HTTP/1.1" 200 675 0.014758 10.0.0.27 - - [2025-11-27 03:15:04] "POST /neutron/port HTTP/1.1" 200 1083 0.014612 10.0.0.27 - - [2025-11-27 03:15:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008493 10.0.0.27 - - [2025-11-27 03:15:04] "GET /virtual-machine/f0c5338f-e8fb-4740-9b9d-f58dc8b29ee0 HTTP/1.1" 401 292 0.000491 10.0.0.27 - - [2025-11-27 03:15:05] "GET /virtual-machine/f0c5338f-e8fb-4740-9b9d-f58dc8b29ee0 HTTP/1.1" 200 1293 0.035604 10.0.0.27 - - [2025-11-27 03:15:05] "GET /virtual-machine-interface/441b81c2-f2dd-4455-96ff-aa9682dc88b9 HTTP/1.1" 200 2971 0.007175 10.0.0.27 - - [2025-11-27 03:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.27 - - [2025-11-27 03:15:05] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.004657 10.0.0.27 - - [2025-11-27 03:15:05] "GET /virtual-networks?parent_id=8ac0531b-f270-4084-8dd8-d7c31fc3a20e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003327 10.0.0.27 - - [2025-11-27 03:15:05] "GET /virtual-network/7094130b-ed41-4a55-b87b-17469cf9c6d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007077 10.0.0.27 - - [2025-11-27 03:15:07] "POST /neutron/port HTTP/1.1" 200 1083 0.014973 10.0.0.27 - - [2025-11-27 03:15:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003871 10.0.0.27 - - [2025-11-27 03:15:07] "POST /neutron/network HTTP/1.1" 200 839 0.006694 10.0.0.27 - - [2025-11-27 03:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.27 - - [2025-11-27 03:15:08] "GET /virtual-network/7094130b-ed41-4a55-b87b-17469cf9c6d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006315 10.0.0.27 - - [2025-11-27 03:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004125 10.0.0.27 - - [2025-11-27 03:15:10] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003809 10.0.0.27 - - [2025-11-27 03:15:10] "GET /virtual-networks?parent_id=8ac0531b-f270-4084-8dd8-d7c31fc3a20e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003170 10.0.0.27 - - [2025-11-27 03:15:10] "GET /virtual-network/7094130b-ed41-4a55-b87b-17469cf9c6d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005931 10.0.0.27 - - [2025-11-27 03:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.27 - - [2025-11-27 03:15:12] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003455 10.0.0.27 - - [2025-11-27 03:15:12] "PUT /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624 HTTP/1.1" 200 276 0.011355 10.0.0.27 - - [2025-11-27 03:15:12] "POST /neutron/network HTTP/1.1" 200 839 0.006649 10.0.0.27 - - [2025-11-27 03:15:13] "POST /neutron/port HTTP/1.1" 200 1109 0.010863 10.0.0.23 - - [2025-11-27 03:15:14] "POST /useragent-kv HTTP/1.1" 200 115 0.009615 10.0.0.23 - - [2025-11-27 03:15:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003573 10.0.0.27 - - [2025-11-27 03:15:14] "POST /neutron/network HTTP/1.1" 200 151 0.137785 10.0.0.27 - - [2025-11-27 03:15:14] "DELETE /route-target/01bd501c-2c2c-4980-a5d3-26f7a4eeaa11 HTTP/1.1" 200 115 0.031002 10.0.0.27 - - [2025-11-27 03:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.23 - - [2025-11-27 03:15:17] "GET /projects?obj_uuids=8ac0531b-f270-4084-8dd8-d7c31fc3a20e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000832 10.0.0.27 - - [2025-11-27 03:15:17] "GET /project/8ac0531b-f270-4084-8dd8-d7c31fc3a20e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.039952 10.0.0.23 - - [2025-11-27 03:15:18] "POST /useragent-kv HTTP/1.1" 200 115 0.005124 10.0.0.27 - - [2025-11-27 03:15:18] "POST /neutron/subnet HTTP/1.1" 200 715 0.180497 10.0.0.27 - - [2025-11-27 03:15:18] "POST /id-to-fqname HTTP/1.1" 200 220 0.001118 10.0.0.27 - - [2025-11-27 03:15:18] "GET /virtual-network/92a5f437-84b7-4a12-9d39-0fdeea646ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004588 10.0.0.27 - - [2025-11-27 03:15:18] "GET /virtual-network/92a5f437-84b7-4a12-9d39-0fdeea646ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005312 10.0.0.27 - - [2025-11-27 03:15:18] "POST /neutron/network HTTP/1.1" 200 822 0.005212 10.0.0.27 - - [2025-11-27 03:15:18] "POST /id-to-fqname HTTP/1.1" 200 220 0.001173 10.0.0.23 - - [2025-11-27 03:15:19] "GET /projects?obj_uuids=8ac0531b-f270-4084-8dd8-d7c31fc3a20e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000957 10.0.0.27 - - [2025-11-27 03:15:19] "GET /project/8ac0531b-f270-4084-8dd8-d7c31fc3a20e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.074005 10.0.0.27 - - [2025-11-27 03:15:19] "POST /neutron/network HTTP/1.1" 200 822 0.030481 10.0.0.27 - - [2025-11-27 03:15:19] "POST /neutron/port HTTP/1.1" 200 117 0.005639 10.0.0.27 - - [2025-11-27 03:15:20] "POST /neutron/port HTTP/1.1" 200 1058 0.041675 10.0.0.27 - - [2025-11-27 03:15:20] "POST /neutron/port HTTP/1.1" 200 1086 0.015980 10.0.0.27 - - [2025-11-27 03:15:20] "POST /neutron/port HTTP/1.1" 200 117 0.001084 10.0.0.27 - - [2025-11-27 03:15:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007800 10.0.0.27 - - [2025-11-27 03:15:24] "POST /neutron/port HTTP/1.1" 200 1086 0.015318 10.0.0.27 - - [2025-11-27 03:15:24] "GET /virtual-machine/c3f96299-77da-49ad-9fbd-4da7504adf1f HTTP/1.1" 200 1293 0.005520 10.0.0.27 - - [2025-11-27 03:15:24] "GET /virtual-machine-interface/7f16b86d-5acb-4651-8fc4-99c19e915bb2 HTTP/1.1" 200 2941 0.004722 10.0.0.27 - - [2025-11-27 03:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.27 - - [2025-11-27 03:15:24] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004008 10.0.0.27 - - [2025-11-27 03:15:24] "GET /virtual-networks?parent_id=8ac0531b-f270-4084-8dd8-d7c31fc3a20e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003818 10.0.0.27 - - [2025-11-27 03:15:24] "GET /virtual-network/92a5f437-84b7-4a12-9d39-0fdeea646ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006654 10.0.0.27 - - [2025-11-27 03:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.27 - - [2025-11-27 03:15:27] "GET /virtual-network/92a5f437-84b7-4a12-9d39-0fdeea646ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005862 10.0.0.27 - - [2025-11-27 03:15:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007525 10.0.0.27 - - [2025-11-27 03:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.27 - - [2025-11-27 03:15:29] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005082 10.0.0.27 - - [2025-11-27 03:15:30] "GET /virtual-networks?parent_id=8ac0531b-f270-4084-8dd8-d7c31fc3a20e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003821 10.0.0.27 - - [2025-11-27 03:15:30] "GET /virtual-network/92a5f437-84b7-4a12-9d39-0fdeea646ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006334 10.0.0.23 - - [2025-11-27 03:15:31] "GET /projects?obj_uuids=9aebe55a-ee43-478c-a664-d8a6b2e1f3a5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000817 10.0.0.23 - - [2025-11-27 03:15:31] "DELETE /project/8ac0531bf27040848dd8d7c31fc3a20e HTTP/1.1" 404 173 0.008285 10.0.0.23 - - [2025-11-27 03:15:31] "GET /project/9aebe55a-ee43-478c-a664-d8a6b2e1f3a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.035652 10.0.0.23 - - [2025-11-27 03:15:31] "GET /projects?obj_uuids=9aebe55a-ee43-478c-a664-d8a6b2e1f3a5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000846 10.0.0.27 - - [2025-11-27 03:15:31] "DELETE /access-control-list/c6369aed-3c8a-47f5-a5b0-be977ae6c5ce HTTP/1.1" 200 115 0.041366 10.0.0.23 - - [2025-11-27 03:15:31] "GET /project/9aebe55a-ee43-478c-a664-d8a6b2e1f3a5?fields=security_groups HTTP/1.1" 200 1105 0.100820 10.0.0.23 - - [2025-11-27 03:15:31] "GET /projects?obj_uuids=9aebe55a-ee43-478c-a664-d8a6b2e1f3a5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001017 10.0.0.23 - - [2025-11-27 03:15:31] "GET /project/9aebe55a-ee43-478c-a664-d8a6b2e1f3a5?fields=application_policy_sets HTTP/1.1" 200 1406 0.073821 10.0.0.23 - - [2025-11-27 03:15:32] "DELETE /project/9aebe55a-ee43-478c-a664-d8a6b2e1f3a5 HTTP/1.1" 200 115 0.415408 10.0.0.27 - - [2025-11-27 03:15:32] "POST /neutron/port HTTP/1.1" 200 1086 0.015435 10.0.0.27 - - [2025-11-27 03:15:34] "POST /neutron/network HTTP/1.1" 200 822 0.006830 10.0.0.27 - - [2025-11-27 03:15:34] "DELETE /route-target/8fd86cd8-ff6d-4e70-bb76-c27ea1b91895 HTTP/1.1" 200 115 0.020823 10.0.0.27 - - [2025-11-27 03:15:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003964 10.0.0.27 - - [2025-11-27 03:15:36] "POST /network-ipams HTTP/1.1" 200 541 0.024733 10.0.0.27 - - [2025-11-27 03:15:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003445 10.0.0.27 - - [2025-11-27 03:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.27 - - [2025-11-27 03:15:37] "GET /network-ipam/e5411ffc-46f8-42aa-bdd4-b718c7c8d1bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1330 0.005821 10.0.0.27 - - [2025-11-27 03:15:37] "PUT /network-ipam/e5411ffc-46f8-42aa-bdd4-b718c7c8d1bd HTTP/1.1" 200 258 0.012183 10.0.0.27 - - [2025-11-27 03:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.23 - - [2025-11-27 03:15:37] "GET /projects?obj_uuids=8ac0531b-f270-4084-8dd8-d7c31fc3a20e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000895 10.0.0.27 - - [2025-11-27 03:15:37] "GET /project/8ac0531b-f270-4084-8dd8-d7c31fc3a20e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.040964 10.0.0.23 - - [2025-11-27 03:15:37] "GET /projects?obj_uuids=8ac0531b-f270-4084-8dd8-d7c31fc3a20e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001020 10.0.0.27 - - [2025-11-27 03:15:37] "POST /neutron/network HTTP/1.1" 200 605 0.110785 10.0.0.27 - - [2025-11-27 03:15:37] "POST /neutron/network HTTP/1.1" 200 994 0.009511 10.0.0.27 - - [2025-11-27 03:15:37] "POST /id-to-fqname HTTP/1.1" 200 220 0.000896 10.0.0.27 - - [2025-11-27 03:15:37] "GET /virtual-network/707a3813-9011-422a-936c-70a7b5900f78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004339 10.0.0.27 - - [2025-11-27 03:15:37] "GET /virtual-network/707a3813-9011-422a-936c-70a7b5900f78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004519 10.0.0.27 - - [2025-11-27 03:15:37] "POST /neutron/subnet HTTP/1.1" 200 699 0.008590 10.0.0.27 - - [2025-11-27 03:15:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.007776 10.0.0.23 - - [2025-11-27 03:15:38] "GET /projects?obj_uuids=8ac0531b-f270-4084-8dd8-d7c31fc3a20e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000940 10.0.0.27 - - [2025-11-27 03:15:38] "POST /neutron/port HTTP/1.1" 200 1017 0.199064 10.0.0.27 - - [2025-11-27 03:15:38] "POST /id-to-fqname HTTP/1.1" 200 220 0.001105 10.0.0.27 - - [2025-11-27 03:15:38] "POST /neutron/network HTTP/1.1" 200 994 0.008188 10.0.0.27 - - [2025-11-27 03:15:38] "POST /neutron/port HTTP/1.1" 200 1017 0.008880 10.0.0.27 - - [2025-11-27 03:15:39] "POST /id-to-fqname HTTP/1.1" 200 220 0.001187 10.0.0.27 - - [2025-11-27 03:15:39] "POST /neutron/port HTTP/1.1" 200 1017 0.008555 10.0.0.27 - - [2025-11-27 03:15:39] "POST /neutron/port HTTP/1.1" 200 1017 0.008940 10.0.0.27 - - [2025-11-27 03:15:39] "POST /neutron/port HTTP/1.1" 200 1017 0.008496 10.0.0.27 - - [2025-11-27 03:15:39] "POST /id-to-fqname HTTP/1.1" 200 220 0.001266 10.0.0.27 - - [2025-11-27 03:15:39] "POST /neutron/port HTTP/1.1" 200 1017 0.008553 10.0.0.27 - - [2025-11-27 03:15:39] "POST /neutron/port HTTP/1.1" 200 1041 0.023176 10.0.0.27 - - [2025-11-27 03:15:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004445 10.0.0.27 - - [2025-11-27 03:15:39] "POST /neutron/network HTTP/1.1" 200 994 0.009639 10.0.0.27 - - [2025-11-27 03:15:39] "POST /neutron/network HTTP/1.1" 200 1004 0.006704 10.0.0.27 - - [2025-11-27 03:15:40] "POST /neutron/port HTTP/1.1" 200 1109 0.129882 10.0.0.27 - - [2025-11-27 03:15:40] "POST /neutron/subnet HTTP/1.1" 200 673 0.011345 10.0.0.23 - - [2025-11-27 03:15:40] "GET /projects?obj_uuids=8ac0531b-f270-4084-8dd8-d7c31fc3a20e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000928 10.0.0.27 - - [2025-11-27 03:15:40] "GET /project/8ac0531b-f270-4084-8dd8-d7c31fc3a20e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.059438 10.0.0.27 - - [2025-11-27 03:15:40] "POST /neutron/network HTTP/1.1" 200 994 0.074295 10.0.0.27 - - [2025-11-27 03:15:40] "POST /neutron/port HTTP/1.1" 200 117 0.010807 10.0.0.27 - - [2025-11-27 03:15:41] "GET /virtual-network/707a3813-9011-422a-936c-70a7b5900f78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005543 10.0.0.27 - - [2025-11-27 03:15:41] "POST /neutron/port HTTP/1.1" 200 1055 0.015002 10.0.0.27 - - [2025-11-27 03:15:41] "POST /neutron/port HTTP/1.1" 200 1083 0.018872 10.0.0.27 - - [2025-11-27 03:15:41] "GET /obj-perms HTTP/1.1" 200 5030 0.060363 10.0.0.27 - - [2025-11-27 03:15:41] "POST /neutron/port HTTP/1.1" 200 117 0.001269 10.0.0.33 - - [2025-11-27 03:15:42] "GET /obj-perms HTTP/1.1" 200 5030 0.053267 10.0.0.23 - - [2025-11-27 03:15:42] "GET /obj-perms HTTP/1.1" 200 5030 0.057498 10.0.0.27 - - [2025-11-27 03:15:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006431 10.0.0.27 - - [2025-11-27 03:15:42] "POST /neutron/port HTTP/1.1" 200 1083 0.014176 10.0.0.27 - - [2025-11-27 03:15:42] "GET /virtual-machine/afbe9ce0-9ab3-44cd-9d9c-2bb637966442 HTTP/1.1" 200 1289 0.005255 10.0.0.27 - - [2025-11-27 03:15:42] "GET /virtual-machine-interface/a4cdf04d-718e-489c-a7ca-5e290720ec03 HTTP/1.1" 200 2942 0.004781 10.0.0.27 - - [2025-11-27 03:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.27 - - [2025-11-27 03:15:42] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003072 10.0.0.27 - - [2025-11-27 03:15:42] "GET /virtual-networks?parent_id=8ac0531b-f270-4084-8dd8-d7c31fc3a20e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002563 10.0.0.27 - - [2025-11-27 03:15:42] "GET /virtual-network/707a3813-9011-422a-936c-70a7b5900f78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005203 10.0.0.27 - - [2025-11-27 03:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.27 - - [2025-11-27 03:15:46] "GET /virtual-network/707a3813-9011-422a-936c-70a7b5900f78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004696 10.0.0.27 - - [2025-11-27 03:15:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005525 10.0.0.27 - - [2025-11-27 03:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.27 - - [2025-11-27 03:15:50] "GET /virtual-network/707a3813-9011-422a-936c-70a7b5900f78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004750 10.0.0.27 - - [2025-11-27 03:15:50] "POST /neutron/port HTTP/1.1" 200 1083 0.015636 10.0.0.27 - - [2025-11-27 03:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.27 - - [2025-11-27 03:15:52] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003140 10.0.0.27 - - [2025-11-27 03:15:52] "GET /virtual-networks?parent_id=8ac0531b-f270-4084-8dd8-d7c31fc3a20e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002824 10.0.0.27 - - [2025-11-27 03:15:52] "GET /virtual-network/707a3813-9011-422a-936c-70a7b5900f78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005257 10.0.0.27 - - [2025-11-27 03:15:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006785 10.0.0.27 - - [2025-11-27 03:15:52] "POST /neutron/port HTTP/1.1" 200 1083 0.013611 10.0.0.27 - - [2025-11-27 03:15:52] "GET /virtual-machine/e54451f2-1a40-4e36-8427-a2692a07503b HTTP/1.1" 200 1288 0.005646 10.0.0.27 - - [2025-11-27 03:15:52] "GET /virtual-machine-interface/f5296ac2-a0bf-4c7a-a9ab-1e9fea840dd3 HTTP/1.1" 200 2942 0.004467 10.0.0.27 - - [2025-11-27 03:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.27 - - [2025-11-27 03:15:52] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003086 10.0.0.27 - - [2025-11-27 03:15:52] "GET /virtual-networks?parent_id=8ac0531b-f270-4084-8dd8-d7c31fc3a20e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002218 10.0.0.27 - - [2025-11-27 03:15:52] "GET /virtual-network/707a3813-9011-422a-936c-70a7b5900f78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005725 10.0.0.27 - - [2025-11-27 03:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.27 - - [2025-11-27 03:15:53] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003607 10.0.0.27 - - [2025-11-27 03:15:53] "GET /virtual-networks?parent_id=8ac0531b-f270-4084-8dd8-d7c31fc3a20e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002915 10.0.0.27 - - [2025-11-27 03:15:53] "GET /virtual-network/707a3813-9011-422a-936c-70a7b5900f78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005472 10.0.0.27 - - [2025-11-27 03:15:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006778 10.0.0.27 - - [2025-11-27 03:15:54] "POST /neutron/port HTTP/1.1" 200 1083 0.014156 10.0.0.27 - - [2025-11-27 03:15:54] "GET /virtual-machine/8b1e4515-cafd-405d-97e0-d28f95c6f9de HTTP/1.1" 200 1293 0.005142 10.0.0.27 - - [2025-11-27 03:15:54] "GET /virtual-machine-interface/1e421a5b-7486-4f58-82e8-6fe4aa9945f0 HTTP/1.1" 200 2940 0.004504 10.0.0.27 - - [2025-11-27 03:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.27 - - [2025-11-27 03:15:54] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002947 10.0.0.27 - - [2025-11-27 03:15:54] "GET /virtual-networks?parent_id=8ac0531b-f270-4084-8dd8-d7c31fc3a20e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002449 10.0.0.27 - - [2025-11-27 03:15:54] "GET /virtual-network/707a3813-9011-422a-936c-70a7b5900f78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005371 10.0.0.27 - - [2025-11-27 03:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.27 - - [2025-11-27 03:15:55] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004023 10.0.0.27 - - [2025-11-27 03:15:55] "GET /virtual-networks?parent_id=8ac0531b-f270-4084-8dd8-d7c31fc3a20e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003701 10.0.0.27 - - [2025-11-27 03:15:55] "GET /virtual-network/707a3813-9011-422a-936c-70a7b5900f78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006189 10.0.0.27 - - [2025-11-27 03:16:08] "POST /neutron/port HTTP/1.1" 200 1083 0.012924 10.0.0.27 - - [2025-11-27 03:16:08] "POST /neutron/subnet HTTP/1.1" 200 673 0.010389 10.0.0.27 - - [2025-11-27 03:16:09] "POST /neutron/port HTTP/1.1" 200 1083 0.014963 10.0.0.27 - - [2025-11-27 03:16:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004208 10.0.0.27 - - [2025-11-27 03:16:10] "POST /neutron/network HTTP/1.1" 200 994 0.008379 10.0.0.27 - - [2025-11-27 03:16:11] "POST /neutron/port HTTP/1.1" 200 151 0.187990 10.0.0.27 - - [2025-11-27 03:16:12] "POST /neutron/port HTTP/1.1" 200 1083 0.016359 10.0.0.27 - - [2025-11-27 03:16:12] "POST /neutron/port HTTP/1.1" 200 151 0.265049 10.0.0.27 - - [2025-11-27 03:16:14] "POST /neutron/network HTTP/1.1" 200 994 0.008420 10.0.0.27 - - [2025-11-27 03:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.27 - - [2025-11-27 03:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.27 - - [2025-11-27 03:16:14] "DELETE /network-ipam/e5411ffc-46f8-42aa-bdd4-b718c7c8d1bd HTTP/1.1" 200 115 0.030459 10.0.0.27 - - [2025-11-27 03:16:14] "POST /fqname-to-id HTTP/1.1" 404 211 0.003631 10.0.0.23 - - [2025-11-27 03:16:16] "GET /projects?obj_uuids=8ac0531b-f270-4084-8dd8-d7c31fc3a20e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001233 10.0.0.27 - - [2025-11-27 03:16:16] "GET /project/8ac0531b-f270-4084-8dd8-d7c31fc3a20e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.042433 10.0.0.23 - - [2025-11-27 03:16:16] "GET /projects?obj_uuids=8ac0531b-f270-4084-8dd8-d7c31fc3a20e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000876 10.0.0.27 - - [2025-11-27 03:16:16] "GET /project/8ac0531b-f270-4084-8dd8-d7c31fc3a20e?fields=virtual_networks HTTP/1.1" 200 1032 0.038887 10.0.0.23 - - [2025-11-27 03:16:16] "GET /projects?obj_uuids=8ac0531b-f270-4084-8dd8-d7c31fc3a20e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001100 10.0.0.27 - - [2025-11-27 03:16:16] "GET /project/8ac0531b-f270-4084-8dd8-d7c31fc3a20e?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.034432 10.0.0.23 - - [2025-11-27 03:16:16] "GET /projects?obj_uuids=8ac0531b-f270-4084-8dd8-d7c31fc3a20e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000873 10.0.0.27 - - [2025-11-27 03:16:16] "GET /project/8ac0531b-f270-4084-8dd8-d7c31fc3a20e?fields=security_groups HTTP/1.1" 200 1258 0.040345 10.0.0.27 - - [2025-11-27 03:16:17] "POST /neutron/port HTTP/1.1" 400 205 0.003889 10.0.0.27 - - [2025-11-27 03:16:17] "POST /fqname-to-id HTTP/1.1" 404 196 0.026175 10.0.0.23 - - [2025-11-27 03:16:17] "GET /projects?obj_uuids=633eec2a-4e6c-43e6-af7e-507d29215bf6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002739 10.0.0.23 - - [2025-11-27 03:16:17] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000825 10.0.0.23 - - [2025-11-27 03:16:17] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005820 10.0.0.23 - - [2025-11-27 03:16:17] "POST /id-to-fqname HTTP/1.1" 200 198 0.003691 10.0.0.23 - - [2025-11-27 03:16:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.006334 10.0.0.23 - - [2025-11-27 03:16:17] "POST /security-groups HTTP/1.1" 200 599 0.033902 10.0.0.23 - - [2025-11-27 03:16:17] "POST /projects HTTP/1.1" 200 601 0.233090 10.0.0.27 - - [2025-11-27 03:16:17] "POST /access-control-lists HTTP/1.1" 200 604 0.024323 10.0.0.23 - - [2025-11-27 03:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.309740 10.0.0.27 - - [2025-11-27 03:16:17] "GET /project/633eec2a-4e6c-43e6-af7e-507d29215bf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.435555 10.0.0.27 - - [2025-11-27 03:16:18] "GET / HTTP/1.1" 200 35931 0.001558 10.0.0.27 - - [2025-11-27 03:16:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000463 10.0.0.27 - - [2025-11-27 03:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.054316 10.0.0.23 - - [2025-11-27 03:16:20] "GET /projects?obj_uuids=633eec2a-4e6c-43e6-af7e-507d29215bf6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000808 10.0.0.27 - - [2025-11-27 03:16:20] "GET /project/633eec2a-4e6c-43e6-af7e-507d29215bf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.037119 10.0.0.27 - - [2025-11-27 03:16:21] "POST /neutron/network HTTP/1.1" 200 117 0.040179 10.0.0.27 - - [2025-11-27 03:16:21] "POST /route-targets HTTP/1.1" 200 327 0.012826 10.0.0.23 - - [2025-11-27 03:16:21] "POST /useragent-kv HTTP/1.1" 200 115 0.006383 10.0.0.27 - - [2025-11-27 03:16:21] "POST /neutron/subnet HTTP/1.1" 200 719 0.173939 10.0.0.27 - - [2025-11-27 03:16:21] "POST /id-to-fqname HTTP/1.1" 200 228 0.001138 10.0.0.27 - - [2025-11-27 03:16:21] "GET /virtual-network/7261bb8c-8840-4bf9-a564-b655c5f649d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004785 10.0.0.27 - - [2025-11-27 03:16:21] "GET /virtual-network/7261bb8c-8840-4bf9-a564-b655c5f649d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005137 10.0.0.27 - - [2025-11-27 03:16:21] "POST /neutron/network HTTP/1.1" 200 1005 0.007479 10.0.0.27 - - [2025-11-27 03:16:22] "GET /virtual-network/7261bb8c-8840-4bf9-a564-b655c5f649d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006404 10.0.0.27 - - [2025-11-27 03:16:23] "POST /id-to-fqname HTTP/1.1" 200 228 0.001186 10.0.0.27 - - [2025-11-27 03:16:23] "POST /neutron/network HTTP/1.1" 200 1015 0.007630 10.0.0.23 - - [2025-11-27 03:16:24] "GET /projects?obj_uuids=633eec2a-4e6c-43e6-af7e-507d29215bf6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.028606 10.0.0.27 - - [2025-11-27 03:16:24] "GET /project/633eec2a-4e6c-43e6-af7e-507d29215bf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.093335 10.0.0.27 - - [2025-11-27 03:16:24] "POST /neutron/port HTTP/1.1" 200 117 0.005957 10.0.0.27 - - [2025-11-27 03:16:24] "POST /id-to-fqname HTTP/1.1" 200 228 0.001105 10.0.0.27 - - [2025-11-27 03:16:25] "POST /neutron/network HTTP/1.1" 200 1015 0.006800 10.0.0.27 - - [2025-11-27 03:16:25] "POST /neutron/port HTTP/1.1" 200 1174 0.016231 10.0.0.23 - - [2025-11-27 03:16:25] "GET /projects?obj_uuids=633eec2a-4e6c-43e6-af7e-507d29215bf6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000885 10.0.0.27 - - [2025-11-27 03:16:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002977 10.0.0.27 - - [2025-11-27 03:16:25] "GET /project/633eec2a-4e6c-43e6-af7e-507d29215bf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.063692 10.0.0.27 - - [2025-11-27 03:16:25] "POST /neutron/network HTTP/1.1" 200 1005 0.006732 10.0.0.27 - - [2025-11-27 03:16:25] "POST /neutron/network HTTP/1.1" 200 1005 0.008890 10.0.0.27 - - [2025-11-27 03:16:26] "POST /neutron/port HTTP/1.1" 200 117 0.006927 10.0.0.27 - - [2025-11-27 03:16:26] "POST /id-to-fqname HTTP/1.1" 200 228 0.001211 10.0.0.27 - - [2025-11-27 03:16:26] "POST /neutron/network HTTP/1.1" 200 1015 0.006555 10.0.0.27 - - [2025-11-27 03:16:26] "POST /neutron/port HTTP/1.1" 200 1174 0.021009 10.0.0.27 - - [2025-11-27 03:16:27] "POST /neutron/port HTTP/1.1" 200 1202 0.014745 10.0.0.27 - - [2025-11-27 03:16:27] "POST /neutron/subnet HTTP/1.1" 200 1379 0.011038 10.0.0.27 - - [2025-11-27 03:16:27] "POST /neutron/network HTTP/1.1" 200 1005 0.008524 10.0.0.23 - - [2025-11-27 03:16:27] "GET /projects?obj_uuids=633eec2a-4e6c-43e6-af7e-507d29215bf6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000957 10.0.0.27 - - [2025-11-27 03:16:27] "GET /project/633eec2a-4e6c-43e6-af7e-507d29215bf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.068238 10.0.0.27 - - [2025-11-27 03:16:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007017 10.0.0.27 - - [2025-11-27 03:16:27] "POST /id-to-fqname HTTP/1.1" 200 228 0.001235 10.0.0.27 - - [2025-11-27 03:16:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006445 10.0.0.23 - - [2025-11-27 03:16:27] "GET /projects?obj_uuids=633eec2a-4e6c-43e6-af7e-507d29215bf6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000878 10.0.0.27 - - [2025-11-27 03:16:28] "POST /neutron/port HTTP/1.1" 200 1174 0.267789 10.0.0.27 - - [2025-11-27 03:16:28] "POST /neutron/port HTTP/1.1" 200 1228 0.096627 10.0.0.27 - - [2025-11-27 03:16:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003360 10.0.0.27 - - [2025-11-27 03:16:28] "POST /neutron/port HTTP/1.1" 200 117 0.001021 10.0.0.23 - - [2025-11-27 03:16:28] "GET /projects?obj_uuids=633eec2a-4e6c-43e6-af7e-507d29215bf6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000874 10.0.0.27 - - [2025-11-27 03:16:28] "GET /project/633eec2a-4e6c-43e6-af7e-507d29215bf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.060363 10.0.0.27 - - [2025-11-27 03:16:28] "POST /neutron/port HTTP/1.1" 200 3370 0.019760 10.0.0.27 - - [2025-11-27 03:16:29] "POST /neutron/port HTTP/1.1" 200 1202 0.012334 10.0.0.27 - - [2025-11-27 03:16:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007853 10.0.0.27 - - [2025-11-27 03:16:29] "GET /virtual-machine/0a61247a-0a21-456e-80c5-f53c5b08e149 HTTP/1.1" 401 292 0.000378 10.0.0.27 - - [2025-11-27 03:16:29] "POST /neutron/network HTTP/1.1" 200 1015 0.005739 10.0.0.27 - - [2025-11-27 03:16:29] "GET /virtual-machine/0a61247a-0a21-456e-80c5-f53c5b08e149 HTTP/1.1" 200 1298 0.066351 10.0.0.27 - - [2025-11-27 03:16:29] "GET /virtual-machine-interface/fc6b1bf8-8e6d-4d2d-9d9f-e5af401628ba HTTP/1.1" 200 3176 0.005310 10.0.0.27 - - [2025-11-27 03:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002541 10.0.0.27 - - [2025-11-27 03:16:29] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002965 10.0.0.27 - - [2025-11-27 03:16:29] "GET /virtual-networks?parent_id=633eec2a-4e6c-43e6-af7e-507d29215bf6&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002707 10.0.0.27 - - [2025-11-27 03:16:29] "GET /virtual-network/7261bb8c-8840-4bf9-a564-b655c5f649d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004484 10.0.0.27 - - [2025-11-27 03:16:29] "POST /neutron/port HTTP/1.1" 200 1174 0.016812 10.0.0.27 - - [2025-11-27 03:16:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006143 10.0.0.27 - - [2025-11-27 03:16:30] "POST /neutron/port HTTP/1.1" 200 117 0.001046 10.0.0.23 - - [2025-11-27 03:16:32] "DELETE /project/633eec2a4e6c43e6af7e507d29215bf6 HTTP/1.1" 404 173 0.003517 10.0.0.23 - - [2025-11-27 03:16:32] "GET /projects?obj_uuids=8ac0531b-f270-4084-8dd8-d7c31fc3a20e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000810 10.0.0.23 - - [2025-11-27 03:16:32] "GET /project/8ac0531b-f270-4084-8dd8-d7c31fc3a20e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.038670 10.0.0.23 - - [2025-11-27 03:16:32] "GET /projects?obj_uuids=8ac0531b-f270-4084-8dd8-d7c31fc3a20e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001058 10.0.0.23 - - [2025-11-27 03:16:32] "GET /project/8ac0531b-f270-4084-8dd8-d7c31fc3a20e?fields=security_groups HTTP/1.1" 200 1363 0.046506 10.0.0.23 - - [2025-11-27 03:16:32] "DELETE /security-group/6c248901-6bf8-44a8-93b9-ec4790d0dc1e HTTP/1.1" 200 115 0.091461 10.0.0.23 - - [2025-11-27 03:16:32] "GET /projects?obj_uuids=8ac0531b-f270-4084-8dd8-d7c31fc3a20e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001068 10.0.0.23 - - [2025-11-27 03:16:32] "GET /project/8ac0531b-f270-4084-8dd8-d7c31fc3a20e?fields=application_policy_sets HTTP/1.1" 200 1402 0.061809 10.0.0.27 - - [2025-11-27 03:16:32] "DELETE /access-control-list/4736bef3-8292-4a91-b1dc-6b8b2ddcdf81 HTTP/1.1" 200 115 0.058512 10.0.0.23 - - [2025-11-27 03:16:32] "DELETE /project/8ac0531b-f270-4084-8dd8-d7c31fc3a20e HTTP/1.1" 409 225 0.418488 10.0.0.27 - - [2025-11-27 03:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.27 - - [2025-11-27 03:16:32] "GET /virtual-network/7261bb8c-8840-4bf9-a564-b655c5f649d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007404 10.0.0.27 - - [2025-11-27 03:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.27 - - [2025-11-27 03:16:37] "GET /virtual-network/7261bb8c-8840-4bf9-a564-b655c5f649d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004858 10.0.0.27 - - [2025-11-27 03:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.27 - - [2025-11-27 03:16:41] "GET /virtual-network/7261bb8c-8840-4bf9-a564-b655c5f649d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005403 10.0.0.27 - - [2025-11-27 03:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.27 - - [2025-11-27 03:16:45] "GET /virtual-network/7261bb8c-8840-4bf9-a564-b655c5f649d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008645 10.0.0.27 - - [2025-11-27 03:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.27 - - [2025-11-27 03:16:49] "GET /virtual-network/7261bb8c-8840-4bf9-a564-b655c5f649d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005331 10.0.0.27 - - [2025-11-27 03:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.27 - - [2025-11-27 03:16:53] "GET /virtual-network/7261bb8c-8840-4bf9-a564-b655c5f649d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005601 10.0.0.27 - - [2025-11-27 03:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.27 - - [2025-11-27 03:16:57] "GET /virtual-network/7261bb8c-8840-4bf9-a564-b655c5f649d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004635 10.0.0.27 - - [2025-11-27 03:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.27 - - [2025-11-27 03:17:01] "GET /virtual-network/7261bb8c-8840-4bf9-a564-b655c5f649d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005311 10.0.0.27 - - [2025-11-27 03:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212 10.0.0.27 - - [2025-11-27 03:17:05] "GET /virtual-network/7261bb8c-8840-4bf9-a564-b655c5f649d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007355 10.0.0.27 - - [2025-11-27 03:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.27 - - [2025-11-27 03:17:09] "GET /virtual-network/7261bb8c-8840-4bf9-a564-b655c5f649d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004637 10.0.0.27 - - [2025-11-27 03:17:10] "POST /neutron/port HTTP/1.1" 200 1202 0.017330 10.0.0.27 - - [2025-11-27 03:17:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003470 10.0.0.27 - - [2025-11-27 03:17:10] "POST /neutron/port HTTP/1.1" 200 117 0.001381 10.0.0.27 - - [2025-11-27 03:17:11] "GET /obj-perms HTTP/1.1" 200 5056 0.055566 10.0.0.27 - - [2025-11-27 03:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.27 - - [2025-11-27 03:17:13] "GET /virtual-network/7261bb8c-8840-4bf9-a564-b655c5f649d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004862 10.0.0.27 - - [2025-11-27 03:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.27 - - [2025-11-27 03:17:17] "GET /virtual-network/7261bb8c-8840-4bf9-a564-b655c5f649d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005702 10.0.0.23 - - [2025-11-27 03:17:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.23 - - [2025-11-27 03:17:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.23 - - [2025-11-27 03:17:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.23 - - [2025-11-27 03:17:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.33 - - [2025-11-27 03:17:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.33 - - [2025-11-27 03:17:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.27 - - [2025-11-27 03:17:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.27 - - [2025-11-27 03:17:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000535 10.0.0.27 - - [2025-11-27 03:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.27 - - [2025-11-27 03:17:22] "GET /virtual-network/7261bb8c-8840-4bf9-a564-b655c5f649d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005115 10.0.0.33 - - [2025-11-27 03:17:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000518 10.0.0.33 - - [2025-11-27 03:17:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000556 10.0.0.27 - - [2025-11-27 03:17:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.27 - - [2025-11-27 03:17:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.27 - - [2025-11-27 03:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.27 - - [2025-11-27 03:17:24] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003432 10.0.0.27 - - [2025-11-27 03:17:24] "GET /virtual-networks?parent_id=633eec2a-4e6c-43e6-af7e-507d29215bf6&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002670 10.0.0.27 - - [2025-11-27 03:17:24] "GET /virtual-network/7261bb8c-8840-4bf9-a564-b655c5f649d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005384 10.0.0.27 - - [2025-11-27 03:17:24] "POST /neutron/port HTTP/1.1" 200 1202 0.013671 10.0.0.27 - - [2025-11-27 03:17:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006137 10.0.0.27 - - [2025-11-27 03:17:31] "POST /neutron/port HTTP/1.1" 200 1202 0.013312 10.0.0.27 - - [2025-11-27 03:17:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006264 10.0.0.27 - - [2025-11-27 03:17:34] "POST /neutron/port HTTP/1.1" 200 1202 0.013963 10.0.0.27 - - [2025-11-27 03:17:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006377 10.0.0.27 - - [2025-11-27 03:17:45] "POST /neutron/port HTTP/1.1" 200 1202 0.013874 10.0.0.27 - - [2025-11-27 03:17:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006730 10.0.0.27 - - [2025-11-27 03:17:45] "GET /virtual-machine/179ae8b6-49ee-4a55-bfbb-1b196d6d4124 HTTP/1.1" 200 1300 0.005216 10.0.0.27 - - [2025-11-27 03:17:45] "GET /virtual-machine-interface/747aeae1-6287-42c5-a47e-1160c3aa7fb0 HTTP/1.1" 200 3175 0.004828 10.0.0.27 - - [2025-11-27 03:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.27 - - [2025-11-27 03:17:45] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003431 10.0.0.27 - - [2025-11-27 03:17:45] "GET /virtual-networks?parent_id=633eec2a-4e6c-43e6-af7e-507d29215bf6&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002817 10.0.0.27 - - [2025-11-27 03:17:45] "GET /virtual-network/7261bb8c-8840-4bf9-a564-b655c5f649d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005863 10.0.0.27 - - [2025-11-27 03:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.27 - - [2025-11-27 03:17:46] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003475 10.0.0.27 - - [2025-11-27 03:17:46] "GET /virtual-networks?parent_id=633eec2a-4e6c-43e6-af7e-507d29215bf6&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002765 10.0.0.27 - - [2025-11-27 03:17:46] "GET /virtual-network/7261bb8c-8840-4bf9-a564-b655c5f649d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005287 10.0.0.27 - - [2025-11-27 03:17:46] "POST /neutron/port HTTP/1.1" 200 1202 0.017526 10.0.0.27 - - [2025-11-27 03:17:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008141 10.0.0.27 - - [2025-11-27 03:17:46] "GET /virtual-machine/f8ce35d8-dcd6-41d2-921b-899895f05990 HTTP/1.1" 200 1301 0.005985 10.0.0.27 - - [2025-11-27 03:17:46] "GET /virtual-machine-interface/b79be315-aa43-44b2-8fa6-a8ec5859e0f3 HTTP/1.1" 200 3176 0.004855 10.0.0.27 - - [2025-11-27 03:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.27 - - [2025-11-27 03:17:46] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005013 10.0.0.27 - - [2025-11-27 03:17:46] "GET /virtual-networks?parent_id=633eec2a-4e6c-43e6-af7e-507d29215bf6&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002999 10.0.0.27 - - [2025-11-27 03:17:47] "GET /virtual-network/7261bb8c-8840-4bf9-a564-b655c5f649d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005989 10.0.0.27 - - [2025-11-27 03:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.27 - - [2025-11-27 03:17:48] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004335 10.0.0.27 - - [2025-11-27 03:17:48] "GET /virtual-networks?parent_id=633eec2a-4e6c-43e6-af7e-507d29215bf6&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002962 10.0.0.27 - - [2025-11-27 03:17:48] "GET /virtual-network/7261bb8c-8840-4bf9-a564-b655c5f649d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007903 10.0.0.23 - - [2025-11-27 03:18:07] "GET /projects?obj_uuids=633eec2a-4e6c-43e6-af7e-507d29215bf6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000901 10.0.0.27 - - [2025-11-27 03:18:07] "GET /project/633eec2a-4e6c-43e6-af7e-507d29215bf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.040023 10.0.0.27 - - [2025-11-27 03:18:07] "POST /fqname-to-id HTTP/1.1" 404 226 0.002646 10.0.0.27 - - [2025-11-27 03:18:07] "POST /interface-route-tables HTTP/1.1" 200 575 0.022752 10.0.0.27 - - [2025-11-27 03:18:08] "GET /interface-route-table/4df947a3-2d57-4643-95ef-3bbd8bd244cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.005480 10.0.0.27 - - [2025-11-27 03:18:08] "GET /virtual-machine-interface/fc6b1bf8-8e6d-4d2d-9d9f-e5af401628ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.005844 10.0.0.27 - - [2025-11-27 03:18:08] "POST /ref-update HTTP/1.1" 200 156 0.012192 10.0.0.27 - - [2025-11-27 03:18:09] "POST /neutron/network HTTP/1.1" 200 1015 0.029215 10.0.0.27 - - [2025-11-27 03:18:09] "POST /neutron/subnet HTTP/1.1" 200 1379 0.016069 10.0.0.27 - - [2025-11-27 03:18:09] "POST /neutron/network HTTP/1.1" 200 1005 0.008712 10.0.0.33 - - [2025-11-27 03:18:11] "GET /obj-perms HTTP/1.1" 200 5056 0.079070 10.0.0.23 - - [2025-11-27 03:18:11] "GET /obj-perms HTTP/1.1" 200 5056 0.058949 10.0.0.27 - - [2025-11-27 03:18:12] "POST /neutron/network HTTP/1.1" 200 1015 0.006083 10.0.0.27 - - [2025-11-27 03:18:12] "POST /neutron/subnet HTTP/1.1" 200 1379 0.012170 10.0.0.27 - - [2025-11-27 03:18:13] "POST /neutron/network HTTP/1.1" 200 1005 0.013564 10.0.0.23 - - [2025-11-27 03:18:49] "GET /projects?obj_uuids=633eec2a-4e6c-43e6-af7e-507d29215bf6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000944 10.0.0.27 - - [2025-11-27 03:18:49] "GET /project/633eec2a-4e6c-43e6-af7e-507d29215bf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.040676 10.0.0.27 - - [2025-11-27 03:18:49] "POST /fqname-to-id HTTP/1.1" 404 226 0.004726 10.0.0.27 - - [2025-11-27 03:18:49] "POST /interface-route-tables HTTP/1.1" 200 575 0.025951 10.0.0.27 - - [2025-11-27 03:18:49] "GET /interface-route-table/ac2f06b2-af30-4575-870a-2b3a4ed37051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.005163 10.0.0.27 - - [2025-11-27 03:18:49] "GET /virtual-machine-interface/747aeae1-6287-42c5-a47e-1160c3aa7fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.005568 10.0.0.27 - - [2025-11-27 03:18:49] "POST /ref-update HTTP/1.1" 200 156 0.015423 10.0.0.27 - - [2025-11-27 03:18:51] "GET /virtual-machine-interface/b79be315-aa43-44b2-8fa6-a8ec5859e0f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.006272 10.0.0.27 - - [2025-11-27 03:18:51] "PUT /virtual-machine-interface/b79be315-aa43-44b2-8fa6-a8ec5859e0f3 HTTP/1.1" 200 284 0.013504 10.0.0.27 - - [2025-11-27 03:18:51] "GET /virtual-machine-interface/fc6b1bf8-8e6d-4d2d-9d9f-e5af401628ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3042 0.008099 10.0.0.27 - - [2025-11-27 03:18:51] "PUT /virtual-machine-interface/fc6b1bf8-8e6d-4d2d-9d9f-e5af401628ba HTTP/1.1" 200 284 0.014154 10.0.0.27 - - [2025-11-27 03:18:51] "GET /virtual-machine-interface/747aeae1-6287-42c5-a47e-1160c3aa7fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.007622 10.0.0.27 - - [2025-11-27 03:18:51] "PUT /virtual-machine-interface/747aeae1-6287-42c5-a47e-1160c3aa7fb0 HTTP/1.1" 200 284 0.012994 10.0.0.27 - - [2025-11-27 03:19:09] "POST /neutron/network HTTP/1.1" 200 1015 0.007736 10.0.0.27 - - [2025-11-27 03:19:09] "POST /neutron/subnet HTTP/1.1" 200 1379 0.013107 10.0.0.27 - - [2025-11-27 03:19:09] "POST /neutron/network HTTP/1.1" 200 1005 0.008876 10.0.0.27 - - [2025-11-27 03:19:14] "POST /neutron/network HTTP/1.1" 200 1015 0.006051 10.0.0.27 - - [2025-11-27 03:19:14] "POST /neutron/subnet HTTP/1.1" 200 1379 0.011831 10.0.0.27 - - [2025-11-27 03:19:14] "POST /neutron/network HTTP/1.1" 200 1005 0.008264 10.0.0.27 - - [2025-11-27 03:19:38] "POST /neutron/port HTTP/1.1" 200 1202 0.017939 10.0.0.27 - - [2025-11-27 03:19:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007922 10.0.0.27 - - [2025-11-27 03:19:38] "GET /virtual-machine/858c56f6-a09e-4603-9e5e-969e964a4b37 HTTP/1.1" 200 1300 0.005497 10.0.0.27 - - [2025-11-27 03:19:38] "GET /virtual-machine-interface/e03dccc0-90c6-4ba8-9728-eded971a0e18 HTTP/1.1" 200 3176 0.004252 10.0.0.27 - - [2025-11-27 03:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.27 - - [2025-11-27 03:19:38] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003212 10.0.0.27 - - [2025-11-27 03:19:38] "GET /virtual-networks?parent_id=633eec2a-4e6c-43e6-af7e-507d29215bf6&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003020 10.0.0.27 - - [2025-11-27 03:19:38] "GET /virtual-network/7261bb8c-8840-4bf9-a564-b655c5f649d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005655 10.0.0.27 - - [2025-11-27 03:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.27 - - [2025-11-27 03:19:39] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004064 10.0.0.27 - - [2025-11-27 03:19:40] "GET /virtual-networks?parent_id=633eec2a-4e6c-43e6-af7e-507d29215bf6&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004907 10.0.0.27 - - [2025-11-27 03:19:40] "GET /virtual-network/7261bb8c-8840-4bf9-a564-b655c5f649d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006533 10.0.0.27 - - [2025-11-27 03:19:40] "GET /virtual-machine-interface/e03dccc0-90c6-4ba8-9728-eded971a0e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.006174 10.0.0.27 - - [2025-11-27 03:19:40] "PUT /virtual-machine-interface/e03dccc0-90c6-4ba8-9728-eded971a0e18 HTTP/1.1" 200 284 0.013366 10.0.0.27 - - [2025-11-27 03:20:09] "POST /neutron/network HTTP/1.1" 200 1015 0.006415 10.0.0.27 - - [2025-11-27 03:20:09] "POST /neutron/subnet HTTP/1.1" 200 1379 0.011873 10.0.0.27 - - [2025-11-27 03:20:09] "POST /neutron/network HTTP/1.1" 200 1005 0.009640 10.0.0.27 - - [2025-11-27 03:20:15] "POST /neutron/network HTTP/1.1" 200 1015 0.010852 10.0.0.27 - - [2025-11-27 03:20:15] "POST /neutron/subnet HTTP/1.1" 200 1379 0.011698 10.0.0.27 - - [2025-11-27 03:20:16] "POST /neutron/network HTTP/1.1" 200 1005 0.008632 10.0.0.23 - - [2025-11-27 03:20:19] "GET /projects?obj_uuids=633eec2a-4e6c-43e6-af7e-507d29215bf6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000897 10.0.0.27 - - [2025-11-27 03:20:19] "GET /project/633eec2a-4e6c-43e6-af7e-507d29215bf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.042990 10.0.0.27 - - [2025-11-27 03:20:19] "POST /fqname-to-id HTTP/1.1" 404 226 0.002143 10.0.0.27 - - [2025-11-27 03:20:20] "POST /interface-route-tables HTTP/1.1" 200 575 0.026115 10.0.0.27 - - [2025-11-27 03:20:20] "GET /interface-route-table/8ae429b3-a9b5-47a3-86ae-bdcaafdadb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.006037 10.0.0.27 - - [2025-11-27 03:20:20] "GET /virtual-machine-interface/e03dccc0-90c6-4ba8-9728-eded971a0e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2811 0.005634 10.0.0.27 - - [2025-11-27 03:20:20] "POST /ref-update HTTP/1.1" 200 156 0.012999 10.0.0.27 - - [2025-11-27 03:20:21] "GET /virtual-machine-interface/fc6b1bf8-8e6d-4d2d-9d9f-e5af401628ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3092 0.005609 10.0.0.27 - - [2025-11-27 03:20:21] "POST /ref-update HTTP/1.1" 200 156 0.015190 10.0.0.27 - - [2025-11-27 03:20:21] "DELETE /interface-route-table/4df947a3-2d57-4643-95ef-3bbd8bd244cd HTTP/1.1" 200 115 0.032387 10.0.0.27 - - [2025-11-27 03:20:22] "POST /neutron/port HTTP/1.1" 200 151 0.191308 10.0.0.27 - - [2025-11-27 03:20:32] "GET /virtual-machine-interface/e03dccc0-90c6-4ba8-9728-eded971a0e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3092 0.007218 10.0.0.27 - - [2025-11-27 03:20:32] "POST /ref-update HTTP/1.1" 200 156 0.012806 10.0.0.27 - - [2025-11-27 03:20:32] "DELETE /interface-route-table/8ae429b3-a9b5-47a3-86ae-bdcaafdadb9b HTTP/1.1" 200 115 0.050313 10.0.0.27 - - [2025-11-27 03:20:32] "GET /virtual-machine-interface/747aeae1-6287-42c5-a47e-1160c3aa7fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.006178 10.0.0.27 - - [2025-11-27 03:20:32] "POST /ref-update HTTP/1.1" 200 156 0.019021 10.0.0.27 - - [2025-11-27 03:20:32] "DELETE /interface-route-table/ac2f06b2-af30-4575-870a-2b3a4ed37051 HTTP/1.1" 200 115 0.038095 10.0.0.27 - - [2025-11-27 03:20:32] "POST /neutron/port HTTP/1.1" 200 1202 0.015846 10.0.0.27 - - [2025-11-27 03:20:32] "POST /neutron/port HTTP/1.1" 200 1202 0.014771 10.0.0.27 - - [2025-11-27 03:20:33] "POST /neutron/port HTTP/1.1" 200 1202 0.024886 10.0.0.27 - - [2025-11-27 03:20:34] "POST /neutron/network HTTP/1.1" 200 1005 0.008887 10.0.0.23 - - [2025-11-27 03:20:36] "GET /projects?obj_uuids=633eec2a-4e6c-43e6-af7e-507d29215bf6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001411 10.0.0.27 - - [2025-11-27 03:20:36] "GET /project/633eec2a-4e6c-43e6-af7e-507d29215bf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.074015 10.0.0.23 - - [2025-11-27 03:20:36] "GET /projects?obj_uuids=633eec2a-4e6c-43e6-af7e-507d29215bf6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000879 10.0.0.27 - - [2025-11-27 03:20:36] "GET /project/633eec2a-4e6c-43e6-af7e-507d29215bf6?fields=virtual_networks HTTP/1.1" 200 1048 0.036388 10.0.0.23 - - [2025-11-27 03:20:36] "GET /projects?obj_uuids=633eec2a-4e6c-43e6-af7e-507d29215bf6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000872 10.0.0.27 - - [2025-11-27 03:20:36] "GET /project/633eec2a-4e6c-43e6-af7e-507d29215bf6?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.030172 10.0.0.23 - - [2025-11-27 03:20:36] "GET /projects?obj_uuids=633eec2a-4e6c-43e6-af7e-507d29215bf6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000923 10.0.0.27 - - [2025-11-27 03:20:36] "GET /project/633eec2a-4e6c-43e6-af7e-507d29215bf6?fields=security_groups HTTP/1.1" 200 1282 0.032527 10.0.0.27 - - [2025-11-27 03:20:37] "POST /fqname-to-id HTTP/1.1" 404 183 0.031205 10.0.0.23 - - [2025-11-27 03:20:37] "GET /projects?obj_uuids=c9e53575-9677-4986-875b-7e50d492ddba&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003175 10.0.0.23 - - [2025-11-27 03:20:37] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000914 10.0.0.23 - - [2025-11-27 03:20:37] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.042636 10.0.0.23 - - [2025-11-27 03:20:37] "POST /id-to-fqname HTTP/1.1" 200 185 0.002394 10.0.0.23 - - [2025-11-27 03:20:37] "POST /fqname-to-id HTTP/1.1" 404 194 0.002646 10.0.0.23 - - [2025-11-27 03:20:37] "POST /security-groups HTTP/1.1" 200 586 0.072436 10.0.0.23 - - [2025-11-27 03:20:37] "POST /projects HTTP/1.1" 200 575 0.272482 10.0.0.27 - - [2025-11-27 03:20:37] "POST /fqname-to-id HTTP/1.1" 404 229 0.033314 10.0.0.23 - - [2025-11-27 03:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.342533 10.0.0.27 - - [2025-11-27 03:20:37] "POST /access-control-lists HTTP/1.1" 200 589 0.026417 10.0.0.27 - - [2025-11-27 03:20:37] "GET /project/c9e53575-9677-4986-875b-7e50d492ddba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.522335 10.0.0.27 - - [2025-11-27 03:20:39] "GET / HTTP/1.1" 200 35931 0.001820 10.0.0.23 - - [2025-11-27 03:20:42] "GET /projects?obj_uuids=c9e53575-9677-4986-875b-7e50d492ddba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001197 10.0.0.27 - - [2025-11-27 03:20:42] "GET /project/c9e53575-9677-4986-875b-7e50d492ddba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.041269 10.0.0.23 - - [2025-11-27 03:20:42] "GET /projects?obj_uuids=c9e53575-9677-4986-875b-7e50d492ddba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001222 10.0.0.27 - - [2025-11-27 03:20:42] "GET /project/c9e53575-9677-4986-875b-7e50d492ddba?fields=virtual_networks HTTP/1.1" 200 1022 0.043849 10.0.0.23 - - [2025-11-27 03:20:42] "GET /projects?obj_uuids=c9e53575-9677-4986-875b-7e50d492ddba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001389 10.0.0.27 - - [2025-11-27 03:20:42] "GET /project/c9e53575-9677-4986-875b-7e50d492ddba?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.047173 10.0.0.23 - - [2025-11-27 03:20:42] "GET /projects?obj_uuids=c9e53575-9677-4986-875b-7e50d492ddba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000998 10.0.0.27 - - [2025-11-27 03:20:42] "GET /project/c9e53575-9677-4986-875b-7e50d492ddba?fields=security_groups HTTP/1.1" 200 1243 0.033792 10.0.0.27 - - [2025-11-27 03:20:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.030428 10.0.0.23 - - [2025-11-27 03:20:43] "GET /projects?obj_uuids=33086ea9-37ed-42b6-81d4-531444426cc3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003695 10.0.0.23 - - [2025-11-27 03:20:43] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001200 10.0.0.23 - - [2025-11-27 03:20:43] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008185 10.0.0.23 - - [2025-11-27 03:20:43] "POST /id-to-fqname HTTP/1.1" 200 195 0.001101 10.0.0.23 - - [2025-11-27 03:20:43] "POST /fqname-to-id HTTP/1.1" 404 204 0.007909 10.0.0.23 - - [2025-11-27 03:20:43] "POST /security-groups HTTP/1.1" 200 596 0.028653 10.0.0.23 - - [2025-11-27 03:20:43] "POST /projects HTTP/1.1" 200 595 0.225181 10.0.0.27 - - [2025-11-27 03:20:43] "POST /fqname-to-id HTTP/1.1" 404 238 0.008554 10.0.0.23 - - [2025-11-27 03:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.296746 10.0.0.27 - - [2025-11-27 03:20:43] "GET /project/33086ea9-37ed-42b6-81d4-531444426cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.432134 10.0.0.27 - - [2025-11-27 03:20:44] "GET / HTTP/1.1" 200 35931 0.001745 10.0.0.23 - - [2025-11-27 03:20:47] "GET /projects?obj_uuids=33086ea9-37ed-42b6-81d4-531444426cc3&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000905 10.0.0.27 - - [2025-11-27 03:20:47] "GET /project/33086ea9-37ed-42b6-81d4-531444426cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.041128 10.0.0.23 - - [2025-11-27 03:20:47] "GET /projects?obj_uuids=33086ea9-37ed-42b6-81d4-531444426cc3&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000816 10.0.0.27 - - [2025-11-27 03:20:47] "GET /project/33086ea9-37ed-42b6-81d4-531444426cc3?fields=virtual_networks HTTP/1.1" 200 1041 0.037319 10.0.0.23 - - [2025-11-27 03:20:47] "GET /projects?obj_uuids=33086ea9-37ed-42b6-81d4-531444426cc3&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001248 10.0.0.27 - - [2025-11-27 03:20:47] "GET /project/33086ea9-37ed-42b6-81d4-531444426cc3?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.034339 10.0.0.23 - - [2025-11-27 03:20:47] "GET /projects?obj_uuids=33086ea9-37ed-42b6-81d4-531444426cc3&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000882 10.0.0.27 - - [2025-11-27 03:20:47] "GET /project/33086ea9-37ed-42b6-81d4-531444426cc3?fields=security_groups HTTP/1.1" 200 1272 0.035875 10.0.0.27 - - [2025-11-27 03:20:48] "POST /fqname-to-id HTTP/1.1" 404 199 0.025529 10.0.0.23 - - [2025-11-27 03:20:48] "GET /projects?obj_uuids=155f1dd0-0236-487a-a63b-71e6584f5591&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003054 10.0.0.23 - - [2025-11-27 03:20:48] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000842 10.0.0.23 - - [2025-11-27 03:20:48] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006160 10.0.0.23 - - [2025-11-27 03:20:49] "POST /id-to-fqname HTTP/1.1" 200 201 0.002715 10.0.0.23 - - [2025-11-27 03:20:49] "POST /fqname-to-id HTTP/1.1" 404 210 0.003565 10.0.0.23 - - [2025-11-27 03:20:49] "POST /security-groups HTTP/1.1" 200 602 0.030726 10.0.0.23 - - [2025-11-27 03:20:49] "POST /projects HTTP/1.1" 200 607 0.216535 10.0.0.27 - - [2025-11-27 03:20:49] "POST /access-control-lists HTTP/1.1" 200 607 0.028925 10.0.0.23 - - [2025-11-27 03:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.286761 10.0.0.27 - - [2025-11-27 03:20:49] "GET /project/155f1dd0-0236-487a-a63b-71e6584f5591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.423331 10.0.0.27 - - [2025-11-27 03:20:50] "GET / HTTP/1.1" 200 35931 0.001430 10.0.0.23 - - [2025-11-27 03:20:53] "GET /projects?obj_uuids=155f1dd0-0236-487a-a63b-71e6584f5591&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001140 10.0.0.27 - - [2025-11-27 03:20:53] "GET /project/155f1dd0-0236-487a-a63b-71e6584f5591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.045391 10.0.0.23 - - [2025-11-27 03:20:53] "GET /projects?obj_uuids=155f1dd0-0236-487a-a63b-71e6584f5591&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001258 10.0.0.27 - - [2025-11-27 03:20:53] "GET /project/155f1dd0-0236-487a-a63b-71e6584f5591?fields=virtual_networks HTTP/1.1" 200 1054 0.054248 10.0.0.23 - - [2025-11-27 03:20:53] "GET /projects?obj_uuids=155f1dd0-0236-487a-a63b-71e6584f5591&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000865 10.0.0.27 - - [2025-11-27 03:20:53] "GET /project/155f1dd0-0236-487a-a63b-71e6584f5591?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.048392 10.0.0.23 - - [2025-11-27 03:20:53] "GET /projects?obj_uuids=155f1dd0-0236-487a-a63b-71e6584f5591&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000850 10.0.0.27 - - [2025-11-27 03:20:53] "GET /project/155f1dd0-0236-487a-a63b-71e6584f5591?fields=security_groups HTTP/1.1" 200 1291 0.038604 10.0.0.27 - - [2025-11-27 03:20:54] "POST /fqname-to-id HTTP/1.1" 404 185 0.026922 10.0.0.23 - - [2025-11-27 03:20:54] "GET /projects?obj_uuids=159fb0fb-ebf0-4822-9ffd-61d45a06183e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002781 10.0.0.23 - - [2025-11-27 03:20:54] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000859 10.0.0.23 - - [2025-11-27 03:20:54] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006255 10.0.0.23 - - [2025-11-27 03:20:54] "POST /id-to-fqname HTTP/1.1" 200 187 0.003332 10.0.0.23 - - [2025-11-27 03:20:54] "POST /fqname-to-id HTTP/1.1" 404 196 0.005136 10.0.0.23 - - [2025-11-27 03:20:55] "POST /security-groups HTTP/1.1" 200 588 0.027363 10.0.0.27 - - [2025-11-27 03:20:55] "POST /fqname-to-id HTTP/1.1" 404 231 0.004690 10.0.0.23 - - [2025-11-27 03:20:55] "POST /projects HTTP/1.1" 200 579 0.229139 10.0.0.23 - - [2025-11-27 03:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.267326 10.0.0.27 - - [2025-11-27 03:20:55] "POST /access-control-lists HTTP/1.1" 200 591 0.033267 10.0.0.27 - - [2025-11-27 03:20:55] "GET /project/159fb0fb-ebf0-4822-9ffd-61d45a06183e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.411278 10.0.0.27 - - [2025-11-27 03:20:56] "GET / HTTP/1.1" 200 35931 0.001802 10.0.0.23 - - [2025-11-27 03:20:59] "GET /projects?obj_uuids=159fb0fb-ebf0-4822-9ffd-61d45a06183e&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000916 10.0.0.27 - - [2025-11-27 03:20:59] "GET /project/159fb0fb-ebf0-4822-9ffd-61d45a06183e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.035554 10.0.0.23 - - [2025-11-27 03:20:59] "GET /projects?obj_uuids=159fb0fb-ebf0-4822-9ffd-61d45a06183e&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000908 10.0.0.27 - - [2025-11-27 03:20:59] "GET /project/159fb0fb-ebf0-4822-9ffd-61d45a06183e?fields=virtual_networks HTTP/1.1" 200 1026 0.079958 10.0.0.23 - - [2025-11-27 03:20:59] "GET /projects?obj_uuids=159fb0fb-ebf0-4822-9ffd-61d45a06183e&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001215 10.0.0.27 - - [2025-11-27 03:20:59] "GET /project/159fb0fb-ebf0-4822-9ffd-61d45a06183e?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.033145 10.0.0.23 - - [2025-11-27 03:20:59] "GET /projects?obj_uuids=159fb0fb-ebf0-4822-9ffd-61d45a06183e&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000880 10.0.0.27 - - [2025-11-27 03:20:59] "GET /project/159fb0fb-ebf0-4822-9ffd-61d45a06183e?fields=security_groups HTTP/1.1" 200 1249 0.032533 10.0.0.27 - - [2025-11-27 03:21:00] "POST /fqname-to-id HTTP/1.1" 404 182 0.033223 10.0.0.23 - - [2025-11-27 03:21:00] "GET /projects?obj_uuids=c8878da3-b09f-4f34-a55c-4332545015b6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003118 10.0.0.23 - - [2025-11-27 03:21:00] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000842 10.0.0.23 - - [2025-11-27 03:21:00] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006228 10.0.0.23 - - [2025-11-27 03:21:00] "POST /id-to-fqname HTTP/1.1" 200 184 0.001043 10.0.0.23 - - [2025-11-27 03:21:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.005659 10.0.0.23 - - [2025-11-27 03:21:00] "POST /security-groups HTTP/1.1" 200 585 0.030478 10.0.0.23 - - [2025-11-27 03:21:00] "POST /projects HTTP/1.1" 200 573 0.234453 10.0.0.27 - - [2025-11-27 03:21:01] "POST /fqname-to-id HTTP/1.1" 404 227 0.012229 10.0.0.23 - - [2025-11-27 03:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.319066 10.0.0.27 - - [2025-11-27 03:21:01] "GET /project/c8878da3-b09f-4f34-a55c-4332545015b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.487329 10.0.0.27 - - [2025-11-27 03:21:02] "GET / HTTP/1.1" 200 35931 0.001349 10.0.0.23 - - [2025-11-27 03:21:05] "GET /projects?obj_uuids=c8878da3-b09f-4f34-a55c-4332545015b6&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000862 10.0.0.27 - - [2025-11-27 03:21:05] "GET /project/c8878da3-b09f-4f34-a55c-4332545015b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.031174 10.0.0.23 - - [2025-11-27 03:21:05] "GET /projects?obj_uuids=c8878da3-b09f-4f34-a55c-4332545015b6&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001304 10.0.0.27 - - [2025-11-27 03:21:05] "GET /project/c8878da3-b09f-4f34-a55c-4332545015b6?fields=virtual_networks HTTP/1.1" 200 1021 0.078559 10.0.0.23 - - [2025-11-27 03:21:05] "GET /projects?obj_uuids=c8878da3-b09f-4f34-a55c-4332545015b6&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000878 10.0.0.27 - - [2025-11-27 03:21:05] "GET /project/c8878da3-b09f-4f34-a55c-4332545015b6?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.031746 10.0.0.23 - - [2025-11-27 03:21:05] "GET /projects?obj_uuids=c8878da3-b09f-4f34-a55c-4332545015b6&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000850 10.0.0.27 - - [2025-11-27 03:21:05] "GET /project/c8878da3-b09f-4f34-a55c-4332545015b6?fields=security_groups HTTP/1.1" 200 1241 0.039445 10.0.0.27 - - [2025-11-27 03:21:06] "POST /fqname-to-id HTTP/1.1" 404 186 0.027036 10.0.0.23 - - [2025-11-27 03:21:06] "GET /projects?obj_uuids=90dbbbbb-cbf8-4d22-b09e-19366735bca0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002653 10.0.0.23 - - [2025-11-27 03:21:06] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000885 10.0.0.23 - - [2025-11-27 03:21:06] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006984 10.0.0.23 - - [2025-11-27 03:21:06] "POST /id-to-fqname HTTP/1.1" 200 188 0.002940 10.0.0.23 - - [2025-11-27 03:21:06] "POST /fqname-to-id HTTP/1.1" 404 197 0.003780 10.0.0.23 - - [2025-11-27 03:21:06] "POST /security-groups HTTP/1.1" 200 589 0.069361 10.0.0.23 - - [2025-11-27 03:21:06] "POST /projects HTTP/1.1" 200 581 0.253375 10.0.0.27 - - [2025-11-27 03:21:06] "POST /access-control-lists HTTP/1.1" 200 594 0.024963 10.0.0.23 - - [2025-11-27 03:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.330612 10.0.0.27 - - [2025-11-27 03:21:07] "GET /project/90dbbbbb-cbf8-4d22-b09e-19366735bca0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.462998 10.0.0.27 - - [2025-11-27 03:21:08] "GET / HTTP/1.1" 200 35931 0.002060 10.0.0.23 - - [2025-11-27 03:21:11] "GET /projects?obj_uuids=90dbbbbb-cbf8-4d22-b09e-19366735bca0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000937 10.0.0.27 - - [2025-11-27 03:21:11] "GET /project/90dbbbbb-cbf8-4d22-b09e-19366735bca0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.038381 10.0.0.23 - - [2025-11-27 03:21:11] "GET /projects?obj_uuids=90dbbbbb-cbf8-4d22-b09e-19366735bca0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000900 10.0.0.27 - - [2025-11-27 03:21:11] "GET /project/90dbbbbb-cbf8-4d22-b09e-19366735bca0?fields=virtual_networks HTTP/1.1" 200 1029 0.041893 10.0.0.23 - - [2025-11-27 03:21:11] "GET /projects?obj_uuids=90dbbbbb-cbf8-4d22-b09e-19366735bca0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000884 10.0.0.27 - - [2025-11-27 03:21:11] "GET /project/90dbbbbb-cbf8-4d22-b09e-19366735bca0?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.038579 10.0.0.23 - - [2025-11-27 03:21:11] "GET /projects?obj_uuids=90dbbbbb-cbf8-4d22-b09e-19366735bca0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000873 10.0.0.27 - - [2025-11-27 03:21:11] "GET /project/90dbbbbb-cbf8-4d22-b09e-19366735bca0?fields=security_groups HTTP/1.1" 200 1253 0.044761 10.0.0.27 - - [2025-11-27 03:21:12] "POST /fqname-to-id HTTP/1.1" 404 186 0.038653 10.0.0.23 - - [2025-11-27 03:21:12] "GET /projects?obj_uuids=b73bcb1b-3be2-44f1-ac5f-390353dc1f95&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002648 10.0.0.23 - - [2025-11-27 03:21:12] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001068 10.0.0.23 - - [2025-11-27 03:21:12] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007235 10.0.0.23 - - [2025-11-27 03:21:12] "POST /id-to-fqname HTTP/1.1" 200 188 0.003217 10.0.0.23 - - [2025-11-27 03:21:12] "POST /fqname-to-id HTTP/1.1" 404 197 0.008038 10.0.0.23 - - [2025-11-27 03:21:12] "POST /security-groups HTTP/1.1" 200 589 0.027386 10.0.0.27 - - [2025-11-27 03:21:12] "POST /fqname-to-id HTTP/1.1" 404 232 0.003807 10.0.0.23 - - [2025-11-27 03:21:12] "POST /projects HTTP/1.1" 200 581 0.242434 10.0.0.23 - - [2025-11-27 03:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.314296 10.0.0.27 - - [2025-11-27 03:21:12] "POST /access-control-lists HTTP/1.1" 200 592 0.034289 10.0.0.27 - - [2025-11-27 03:21:12] "GET /project/b73bcb1b-3be2-44f1-ac5f-390353dc1f95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.446898 10.0.0.27 - - [2025-11-27 03:21:14] "GET / HTTP/1.1" 200 35931 0.001296 10.0.0.27 - - [2025-11-27 03:21:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000420 10.0.0.27 - - [2025-11-27 03:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.057592 10.0.0.23 - - [2025-11-27 03:21:16] "GET /projects?obj_uuids=b73bcb1b-3be2-44f1-ac5f-390353dc1f95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001622 10.0.0.27 - - [2025-11-27 03:21:16] "GET /project/b73bcb1b-3be2-44f1-ac5f-390353dc1f95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.053028 10.0.0.23 - - [2025-11-27 03:21:16] "GET /projects?obj_uuids=b73bcb1b-3be2-44f1-ac5f-390353dc1f95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001012 10.0.0.27 - - [2025-11-27 03:21:16] "POST /neutron/network HTTP/1.1" 200 603 0.136189 10.0.0.27 - - [2025-11-27 03:21:17] "POST /id-to-fqname HTTP/1.1" 200 218 0.002798 10.0.0.27 - - [2025-11-27 03:21:17] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004887 10.0.0.27 - - [2025-11-27 03:21:17] "POST /neutron/network HTTP/1.1" 200 823 0.007194 10.0.0.27 - - [2025-11-27 03:21:17] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005891 10.0.0.27 - - [2025-11-27 03:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.27 - - [2025-11-27 03:21:17] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005281 10.0.0.27 - - [2025-11-27 03:21:17] "POST /route-targets HTTP/1.1" 200 323 0.023561 10.0.0.27 - - [2025-11-27 03:21:17] "PUT /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8 HTTP/1.1" 200 264 0.086192 10.0.0.27 - - [2025-11-27 03:21:18] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006153 10.0.0.27 - - [2025-11-27 03:21:18] "GET /obj-perms HTTP/1.1" 200 5026 0.063838 10.0.0.33 - - [2025-11-27 03:21:19] "GET /obj-perms HTTP/1.1" 200 5026 0.065443 10.0.0.23 - - [2025-11-27 03:21:19] "GET /obj-perms HTTP/1.1" 200 5026 0.046659 10.0.0.27 - - [2025-11-27 03:21:19] "POST /neutron/network HTTP/1.1" 200 823 0.007470 10.0.0.27 - - [2025-11-27 03:21:19] "POST /id-to-fqname HTTP/1.1" 200 218 0.001194 10.0.0.23 - - [2025-11-27 03:21:20] "GET /projects?obj_uuids=b73bcb1b-3be2-44f1-ac5f-390353dc1f95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000901 10.0.0.27 - - [2025-11-27 03:21:20] "GET /project/b73bcb1b-3be2-44f1-ac5f-390353dc1f95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.058383 10.0.0.27 - - [2025-11-27 03:21:20] "POST /neutron/network HTTP/1.1" 200 823 0.029178 10.0.0.27 - - [2025-11-27 03:21:20] "POST /neutron/port HTTP/1.1" 200 117 0.005551 10.0.0.27 - - [2025-11-27 03:21:21] "POST /neutron/port HTTP/1.1" 200 1059 0.015212 10.0.0.27 - - [2025-11-27 03:21:21] "POST /neutron/port HTTP/1.1" 200 1087 0.014290 10.0.0.27 - - [2025-11-27 03:21:21] "POST /neutron/port HTTP/1.1" 200 117 0.000991 10.0.0.27 - - [2025-11-27 03:21:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006509 10.0.0.27 - - [2025-11-27 03:21:25] "POST /neutron/port HTTP/1.1" 200 1087 0.013800 10.0.0.27 - - [2025-11-27 03:21:26] "GET /virtual-machine/5256c7d6-055d-4e7e-9d01-ecd32ec71a59 HTTP/1.1" 401 292 0.000377 10.0.0.27 - - [2025-11-27 03:21:26] "GET /virtual-machine/5256c7d6-055d-4e7e-9d01-ecd32ec71a59 HTTP/1.1" 200 1290 0.033250 10.0.0.27 - - [2025-11-27 03:21:26] "GET /virtual-machine-interface/cc5565be-3a96-4e69-9ea9-c0ca856ccb19 HTTP/1.1" 200 2932 0.004834 10.0.0.27 - - [2025-11-27 03:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.27 - - [2025-11-27 03:21:26] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003196 10.0.0.27 - - [2025-11-27 03:21:26] "GET /virtual-networks?parent_id=b73bcb1b-3be2-44f1-ac5f-390353dc1f95&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002885 10.0.0.27 - - [2025-11-27 03:21:26] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005384 10.0.0.27 - - [2025-11-27 03:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.27 - - [2025-11-27 03:21:29] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005160 10.0.0.23 - - [2025-11-27 03:21:33] "DELETE /project/33086ea937ed42b681d4531444426cc3 HTTP/1.1" 404 173 0.019085 10.0.0.23 - - [2025-11-27 03:21:33] "DELETE /project/90dbbbbbcbf84d22b09e19366735bca0 HTTP/1.1" 404 173 0.025514 10.0.0.23 - - [2025-11-27 03:21:33] "DELETE /project/b73bcb1b3be244f1ac5f390353dc1f95 HTTP/1.1" 404 173 0.024645 10.0.0.23 - - [2025-11-27 03:21:33] "DELETE /project/155f1dd00236487aa63b71e6584f5591 HTTP/1.1" 404 173 0.019572 10.0.0.23 - - [2025-11-27 03:21:33] "DELETE /project/c8878da3b09f4f34a55c4332545015b6 HTTP/1.1" 404 173 0.019077 10.0.0.23 - - [2025-11-27 03:21:33] "DELETE /project/159fb0fbebf048229ffd61d45a06183e HTTP/1.1" 404 173 0.006833 10.0.0.23 - - [2025-11-27 03:21:33] "DELETE /project/c9e5357596774986875b7e50d492ddba HTTP/1.1" 404 173 0.008472 10.0.0.23 - - [2025-11-27 03:21:33] "GET /projects?obj_uuids=633eec2a-4e6c-43e6-af7e-507d29215bf6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001161 10.0.0.23 - - [2025-11-27 03:21:33] "GET /project/633eec2a-4e6c-43e6-af7e-507d29215bf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.106207 10.0.0.23 - - [2025-11-27 03:21:33] "GET /projects?obj_uuids=155f1dd0-0236-487a-a63b-71e6584f5591&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001157 10.0.0.23 - - [2025-11-27 03:21:33] "GET /projects?obj_uuids=633eec2a-4e6c-43e6-af7e-507d29215bf6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001272 10.0.0.23 - - [2025-11-27 03:21:33] "GET /projects?obj_uuids=c9e53575-9677-4986-875b-7e50d492ddba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001453 10.0.0.23 - - [2025-11-27 03:21:33] "GET /project/155f1dd0-0236-487a-a63b-71e6584f5591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.144273 10.0.0.23 - - [2025-11-27 03:21:33] "GET /projects?obj_uuids=155f1dd0-0236-487a-a63b-71e6584f5591&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002949 10.0.0.23 - - [2025-11-27 03:21:33] "GET /projects?obj_uuids=c8878da3-b09f-4f34-a55c-4332545015b6&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.014484 10.0.0.23 - - [2025-11-27 03:21:33] "GET /project/c9e53575-9677-4986-875b-7e50d492ddba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.199458 10.0.0.23 - - [2025-11-27 03:21:33] "GET /projects?obj_uuids=33086ea9-37ed-42b6-81d4-531444426cc3&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001351 10.0.0.23 - - [2025-11-27 03:21:33] "GET /projects?obj_uuids=c9e53575-9677-4986-875b-7e50d492ddba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001150 10.0.0.23 - - [2025-11-27 03:21:33] "GET /projects?obj_uuids=159fb0fb-ebf0-4822-9ffd-61d45a06183e&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001439 10.0.0.23 - - [2025-11-27 03:21:33] "GET /project/633eec2a-4e6c-43e6-af7e-507d29215bf6?fields=security_groups HTTP/1.1" 200 1387 0.166505 10.0.0.23 - - [2025-11-27 03:21:33] "GET /projects?obj_uuids=90dbbbbb-cbf8-4d22-b09e-19366735bca0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001307 10.0.0.23 - - [2025-11-27 03:21:33] "GET /project/155f1dd0-0236-487a-a63b-71e6584f5591?fields=security_groups HTTP/1.1" 200 1396 0.154793 10.0.0.23 - - [2025-11-27 03:21:33] "GET /project/c8878da3-b09f-4f34-a55c-4332545015b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.316396 10.0.0.23 - - [2025-11-27 03:21:33] "GET /projects?obj_uuids=c8878da3-b09f-4f34-a55c-4332545015b6&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002289 10.0.0.23 - - [2025-11-27 03:21:33] "GET /project/159fb0fb-ebf0-4822-9ffd-61d45a06183e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.343686 10.0.0.23 - - [2025-11-27 03:21:33] "GET /project/33086ea9-37ed-42b6-81d4-531444426cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.396451 10.0.0.23 - - [2025-11-27 03:21:33] "GET /projects?obj_uuids=159fb0fb-ebf0-4822-9ffd-61d45a06183e&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.003162 10.0.0.23 - - [2025-11-27 03:21:33] "GET /projects?obj_uuids=33086ea9-37ed-42b6-81d4-531444426cc3&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001523 10.0.0.23 - - [2025-11-27 03:21:33] "GET /project/c9e53575-9677-4986-875b-7e50d492ddba?fields=security_groups HTTP/1.1" 200 1348 0.219154 10.0.0.23 - - [2025-11-27 03:21:33] "GET /project/90dbbbbb-cbf8-4d22-b09e-19366735bca0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.494745 10.0.0.23 - - [2025-11-27 03:21:33] "GET /project/c8878da3-b09f-4f34-a55c-4332545015b6?fields=security_groups HTTP/1.1" 200 1346 0.211721 10.0.0.23 - - [2025-11-27 03:21:33] "GET /project/159fb0fb-ebf0-4822-9ffd-61d45a06183e?fields=security_groups HTTP/1.1" 200 1354 0.170303 10.0.0.23 - - [2025-11-27 03:21:33] "GET /projects?obj_uuids=90dbbbbb-cbf8-4d22-b09e-19366735bca0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003471 10.0.0.23 - - [2025-11-27 03:21:33] "GET /project/33086ea9-37ed-42b6-81d4-531444426cc3?fields=security_groups HTTP/1.1" 200 1377 0.183862 10.0.0.27 - - [2025-11-27 03:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.008950 10.0.0.27 - - [2025-11-27 03:21:33] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005473 10.0.0.23 - - [2025-11-27 03:21:33] "DELETE /security-group/c954d935-36d7-4e8e-bf76-88e90d7477f3 HTTP/1.1" 200 115 0.307410 10.0.0.23 - - [2025-11-27 03:21:33] "GET /projects?obj_uuids=633eec2a-4e6c-43e6-af7e-507d29215bf6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001979 10.0.0.23 - - [2025-11-27 03:21:33] "GET /project/90dbbbbb-cbf8-4d22-b09e-19366735bca0?fields=security_groups HTTP/1.1" 200 1358 0.117397 10.0.0.23 - - [2025-11-27 03:21:33] "DELETE /security-group/2ee06f69-adca-4d4f-8e83-520b1d6c224c HTTP/1.1" 200 115 0.312531 10.0.0.23 - - [2025-11-27 03:21:33] "DELETE /security-group/902fc0d6-165f-494f-9f38-0d8a21be09d2 HTTP/1.1" 200 115 0.223748 10.0.0.23 - - [2025-11-27 03:21:33] "GET /projects?obj_uuids=155f1dd0-0236-487a-a63b-71e6584f5591&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000849 10.0.0.23 - - [2025-11-27 03:21:33] "GET /projects?obj_uuids=c9e53575-9677-4986-875b-7e50d492ddba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001303 10.0.0.23 - - [2025-11-27 03:21:33] "GET /project/633eec2a-4e6c-43e6-af7e-507d29215bf6?fields=application_policy_sets HTTP/1.1" 200 1426 0.130992 10.0.0.23 - - [2025-11-27 03:21:33] "DELETE /security-group/199b752a-c931-4e6c-8115-f562b1350e10 HTTP/1.1" 200 115 0.170145 10.0.0.23 - - [2025-11-27 03:21:33] "DELETE /security-group/dfad7430-cb4e-47ed-aa6c-4c28075f0745 HTTP/1.1" 200 115 0.188421 10.0.0.23 - - [2025-11-27 03:21:33] "GET /projects?obj_uuids=159fb0fb-ebf0-4822-9ffd-61d45a06183e&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001551 10.0.0.23 - - [2025-11-27 03:21:33] "GET /project/155f1dd0-0236-487a-a63b-71e6584f5591?fields=application_policy_sets HTTP/1.1" 200 1435 0.117456 10.0.0.23 - - [2025-11-27 03:21:33] "GET /projects?obj_uuids=c8878da3-b09f-4f34-a55c-4332545015b6&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000794 10.0.0.23 - - [2025-11-27 03:21:33] "DELETE /security-group/751ac631-c706-4a9f-804c-759e6b8c33c9 HTTP/1.1" 200 115 0.188739 10.0.0.23 - - [2025-11-27 03:21:33] "GET /projects?obj_uuids=33086ea9-37ed-42b6-81d4-531444426cc3&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003634 10.0.0.23 - - [2025-11-27 03:21:33] "GET /project/c9e53575-9677-4986-875b-7e50d492ddba?fields=application_policy_sets HTTP/1.1" 200 1387 0.159929 10.0.0.27 - - [2025-11-27 03:21:33] "DELETE /access-control-list/7dccf017-86da-4de6-9a18-c22ab9066576 HTTP/1.1" 200 115 0.139238 10.0.0.23 - - [2025-11-27 03:21:33] "DELETE /security-group/1466a08c-4887-4df6-91ad-6404069736c3 HTTP/1.1" 200 115 0.190641 10.0.0.23 - - [2025-11-27 03:21:33] "GET /projects?obj_uuids=90dbbbbb-cbf8-4d22-b09e-19366735bca0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003897 10.0.0.23 - - [2025-11-27 03:21:33] "GET /project/c8878da3-b09f-4f34-a55c-4332545015b6?fields=application_policy_sets HTTP/1.1" 200 1385 0.122679 10.0.0.23 - - [2025-11-27 03:21:33] "DELETE /project/633eec2a-4e6c-43e6-af7e-507d29215bf6 HTTP/1.1" 404 190 0.974184 10.0.0.23 - - [2025-11-27 03:21:34] "GET /project/159fb0fb-ebf0-4822-9ffd-61d45a06183e?fields=application_policy_sets HTTP/1.1" 200 1393 0.188922 10.0.0.23 - - [2025-11-27 03:21:34] "GET /project/33086ea9-37ed-42b6-81d4-531444426cc3?fields=application_policy_sets HTTP/1.1" 200 1416 0.165784 10.0.0.23 - - [2025-11-27 03:21:34] "GET /project/90dbbbbb-cbf8-4d22-b09e-19366735bca0?fields=application_policy_sets HTTP/1.1" 200 1397 0.175053 10.0.0.27 - - [2025-11-27 03:21:34] "DELETE /access-control-list/fc6abba0-e9cf-4ffe-9687-bd14911e7222 HTTP/1.1" 200 115 0.092370 10.0.0.23 - - [2025-11-27 03:21:34] "DELETE /project/c9e53575-9677-4986-875b-7e50d492ddba HTTP/1.1" 200 115 1.247998 10.0.0.23 - - [2025-11-27 03:21:34] "DELETE /project/155f1dd0-0236-487a-a63b-71e6584f5591 HTTP/1.1" 200 115 1.322881 10.0.0.23 - - [2025-11-27 03:21:34] "DELETE /project/c8878da3-b09f-4f34-a55c-4332545015b6 HTTP/1.1" 200 115 1.387186 10.0.0.27 - - [2025-11-27 03:21:34] "DELETE /access-control-list/b58a9880-8e08-4b2c-b05d-7ee4609c7767 HTTP/1.1" 200 115 0.080363 10.0.0.23 - - [2025-11-27 03:21:34] "DELETE /project/159fb0fb-ebf0-4822-9ffd-61d45a06183e HTTP/1.1" 200 115 1.398858 10.0.0.23 - - [2025-11-27 03:21:34] "DELETE /project/33086ea9-37ed-42b6-81d4-531444426cc3 HTTP/1.1" 200 115 1.438839 10.0.0.23 - - [2025-11-27 03:21:34] "DELETE /project/90dbbbbb-cbf8-4d22-b09e-19366735bca0 HTTP/1.1" 200 115 1.439319 10.0.0.27 - - [2025-11-27 03:21:34] "DELETE /access-control-list/a705aca9-5d17-49c5-9eb4-014c3bbbb6b5 HTTP/1.1" 200 115 0.030941 10.0.0.27 - - [2025-11-27 03:21:34] "DELETE /access-control-list/b8da0127-8785-44f4-b33d-ce4b6565dc29 HTTP/1.1" 200 115 0.051995 10.0.0.27 - - [2025-11-27 03:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.27 - - [2025-11-27 03:21:37] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005153 10.0.0.27 - - [2025-11-27 03:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321 10.0.0.27 - - [2025-11-27 03:21:41] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005380 10.0.0.27 - - [2025-11-27 03:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.27 - - [2025-11-27 03:21:45] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005906 10.0.0.27 - - [2025-11-27 03:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.010844 10.0.0.27 - - [2025-11-27 03:21:50] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005102 10.0.0.27 - - [2025-11-27 03:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.27 - - [2025-11-27 03:21:54] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.007026 10.0.0.27 - - [2025-11-27 03:21:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.27 - - [2025-11-27 03:21:58] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005448 10.0.0.27 - - [2025-11-27 03:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.27 - - [2025-11-27 03:22:00] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003806 10.0.0.27 - - [2025-11-27 03:22:00] "GET /virtual-networks?parent_id=b73bcb1b-3be2-44f1-ac5f-390353dc1f95&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005533 10.0.0.27 - - [2025-11-27 03:22:00] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005519 10.0.0.27 - - [2025-11-27 03:22:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007003 10.0.0.27 - - [2025-11-27 03:22:07] "POST /neutron/port HTTP/1.1" 200 1087 0.038933 10.0.0.27 - - [2025-11-27 03:22:10] "POST /neutron/port HTTP/1.1" 200 1087 0.015066 10.0.0.27 - - [2025-11-27 03:22:10] "POST /neutron/subnet HTTP/1.1" 200 703 0.008314 10.0.0.27 - - [2025-11-27 03:22:10] "POST /neutron/port HTTP/1.1" 200 1087 0.013867 10.0.0.27 - - [2025-11-27 03:22:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007663 10.0.0.27 - - [2025-11-27 03:22:16] "POST /neutron/port HTTP/1.1" 200 1087 0.016669 10.0.0.27 - - [2025-11-27 03:22:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007520 10.0.0.27 - - [2025-11-27 03:22:16] "POST /id-to-fqname HTTP/1.1" 200 218 0.001195 10.0.0.27 - - [2025-11-27 03:22:16] "GET /virtual-machine/5256c7d6-055d-4e7e-9d01-ecd32ec71a59 HTTP/1.1" 200 1290 0.003653 10.0.0.27 - - [2025-11-27 03:22:16] "GET /virtual-machine-interface/cc5565be-3a96-4e69-9ea9-c0ca856ccb19 HTTP/1.1" 200 2932 0.005134 10.0.0.27 - - [2025-11-27 03:22:16] "GET /instance-ip/04261940-378c-4166-b5ad-2a190bc48700 HTTP/1.1" 200 1616 0.005256 10.0.0.27 - - [2025-11-27 03:22:16] "POST /fqname-to-id HTTP/1.1" 404 208 0.003044 10.0.0.27 - - [2025-11-27 03:22:16] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.004988 10.0.0.23 - - [2025-11-27 03:22:16] "GET /projects?obj_uuids=b73bcb1b-3be2-44f1-ac5f-390353dc1f95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000808 10.0.0.27 - - [2025-11-27 03:22:16] "GET /project/b73bcb1b-3be2-44f1-ac5f-390353dc1f95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.034189 10.0.0.27 - - [2025-11-27 03:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.27 - - [2025-11-27 03:22:16] "GET /security-group/9680816a-02a1-46b9-813b-74786073a3bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3748 0.003935 10.0.0.27 - - [2025-11-27 03:22:16] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.064233 10.0.0.27 - - [2025-11-27 03:22:16] "POST /instance-ips HTTP/1.1" 200 357 0.033373 10.0.0.27 - - [2025-11-27 03:22:16] "GET /instance-ip/5b939b02-8cfe-49c8-b9c2-9c000678858a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1571 0.005614 10.0.0.27 - - [2025-11-27 03:22:16] "GET /virtual-machine-interface/80937d52-901e-458d-91fc-fd983983a71d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.005996 10.0.0.27 - - [2025-11-27 03:22:16] "GET /virtual-machine-interface/80937d52-901e-458d-91fc-fd983983a71d?fields=instance_ip_back_refs HTTP/1.1" 200 1323 0.006843 10.0.0.27 - - [2025-11-27 03:22:16] "GET /instance-ip/5b939b02-8cfe-49c8-b9c2-9c000678858a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1571 0.004822 10.0.0.27 - - [2025-11-27 03:22:16] "POST /id-to-fqname HTTP/1.1" 200 218 0.001149 10.0.0.27 - - [2025-11-27 03:22:17] "POST /neutron/port HTTP/1.1" 200 1087 0.013069 10.0.0.27 - - [2025-11-27 03:22:17] "POST /neutron/port HTTP/1.1" 200 966 0.009677 10.0.0.27 - - [2025-11-27 03:22:17] "POST /neutron/port HTTP/1.1" 200 966 0.010118 10.0.0.27 - - [2025-11-27 03:22:17] "POST /neutron/port HTTP/1.1" 200 117 0.007003 10.0.0.27 - - [2025-11-27 03:22:17] "POST /neutron/network HTTP/1.1" 200 833 0.005945 10.0.0.27 - - [2025-11-27 03:22:18] "POST /neutron/port HTTP/1.1" 200 1058 0.130385 10.0.0.27 - - [2025-11-27 03:22:18] "POST /neutron/subnet HTTP/1.1" 200 703 0.008099 10.0.0.23 - - [2025-11-27 03:22:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.23 - - [2025-11-27 03:22:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.23 - - [2025-11-27 03:22:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.23 - - [2025-11-27 03:22:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.33 - - [2025-11-27 03:22:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.33 - - [2025-11-27 03:22:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.27 - - [2025-11-27 03:22:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.27 - - [2025-11-27 03:22:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.33 - - [2025-11-27 03:22:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.33 - - [2025-11-27 03:22:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.27 - - [2025-11-27 03:22:22] "POST /neutron/port HTTP/1.1" 200 1032 0.013933 10.0.0.27 - - [2025-11-27 03:22:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006738 10.0.0.27 - - [2025-11-27 03:22:22] "GET /virtual-machine/bb690056-e82f-4e66-bc2a-482abae5432c HTTP/1.1" 200 1269 0.005256 10.0.0.27 - - [2025-11-27 03:22:22] "GET /virtual-machine-interface/80937d52-901e-458d-91fc-fd983983a71d HTTP/1.1" 200 2981 0.004748 10.0.0.27 - - [2025-11-27 03:22:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.27 - - [2025-11-27 03:22:22] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.013341 10.0.0.27 - - [2025-11-27 03:22:22] "GET /virtual-networks?parent_id=b73bcb1b-3be2-44f1-ac5f-390353dc1f95&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005096 10.0.0.27 - - [2025-11-27 03:22:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.27 - - [2025-11-27 03:22:22] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005085 10.0.0.27 - - [2025-11-27 03:22:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000333 10.0.0.27 - - [2025-11-27 03:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.27 - - [2025-11-27 03:22:26] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005276 10.0.0.27 - - [2025-11-27 03:22:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.27 - - [2025-11-27 03:22:30] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005695 10.0.0.27 - - [2025-11-27 03:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.27 - - [2025-11-27 03:22:34] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.004778 10.0.0.27 - - [2025-11-27 03:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004797 10.0.0.27 - - [2025-11-27 03:22:38] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006968 10.0.0.27 - - [2025-11-27 03:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.27 - - [2025-11-27 03:22:42] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006363 10.0.0.27 - - [2025-11-27 03:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.27 - - [2025-11-27 03:22:46] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005854 10.0.0.27 - - [2025-11-27 03:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.27 - - [2025-11-27 03:22:50] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.004866 10.0.0.27 - - [2025-11-27 03:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.27 - - [2025-11-27 03:22:54] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.004963 10.0.0.27 - - [2025-11-27 03:22:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.27 - - [2025-11-27 03:22:58] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005143 10.0.0.27 - - [2025-11-27 03:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.27 - - [2025-11-27 03:23:00] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003394 10.0.0.27 - - [2025-11-27 03:23:00] "GET /virtual-networks?parent_id=b73bcb1b-3be2-44f1-ac5f-390353dc1f95&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002296 10.0.0.27 - - [2025-11-27 03:23:00] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005287 10.0.0.27 - - [2025-11-27 03:23:01] "POST /neutron/port HTTP/1.1" 200 1032 0.013567 10.0.0.27 - - [2025-11-27 03:23:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006714 10.0.0.27 - - [2025-11-27 03:23:11] "POST /neutron/port HTTP/1.1" 200 1032 0.014491 10.0.0.27 - - [2025-11-27 03:23:12] "POST /neutron/port HTTP/1.1" 200 1087 0.037981 10.0.0.27 - - [2025-11-27 03:23:12] "POST /neutron/subnet HTTP/1.1" 200 703 0.007942 10.0.0.27 - - [2025-11-27 03:23:16] "POST /neutron/port HTTP/1.1" 200 1032 0.013829 10.0.0.27 - - [2025-11-27 03:23:21] "POST /id-to-fqname HTTP/1.1" 200 218 0.001224 10.0.0.27 - - [2025-11-27 03:23:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007562 10.0.0.23 - - [2025-11-27 03:23:22] "GET /projects?obj_uuids=b73bcb1b-3be2-44f1-ac5f-390353dc1f95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000974 10.0.0.27 - - [2025-11-27 03:23:22] "GET /project/b73bcb1b-3be2-44f1-ac5f-390353dc1f95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.066640 10.0.0.27 - - [2025-11-27 03:23:22] "POST /neutron/port HTTP/1.1" 200 2003 0.019015 10.0.0.27 - - [2025-11-27 03:23:23] "POST /neutron/port HTTP/1.1" 200 117 0.005708 10.0.0.27 - - [2025-11-27 03:23:23] "POST /neutron/port HTTP/1.1" 200 1059 0.042997 10.0.0.27 - - [2025-11-27 03:23:24] "POST /neutron/port HTTP/1.1" 200 1087 0.014637 10.0.0.27 - - [2025-11-27 03:23:24] "POST /neutron/port HTTP/1.1" 200 117 0.001097 10.0.0.27 - - [2025-11-27 03:23:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007357 10.0.0.27 - - [2025-11-27 03:23:28] "POST /neutron/port HTTP/1.1" 200 1087 0.013314 10.0.0.27 - - [2025-11-27 03:23:28] "GET /virtual-machine/6e1ae5d5-8fa0-4b75-9207-7d3e9cde1e9e HTTP/1.1" 200 1290 0.005673 10.0.0.27 - - [2025-11-27 03:23:28] "GET /virtual-machine-interface/112605a0-a5d1-47ba-a100-f7288bd91433 HTTP/1.1" 200 2931 0.005223 10.0.0.27 - - [2025-11-27 03:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.27 - - [2025-11-27 03:23:28] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002913 10.0.0.27 - - [2025-11-27 03:23:28] "GET /virtual-networks?parent_id=b73bcb1b-3be2-44f1-ac5f-390353dc1f95&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002739 10.0.0.27 - - [2025-11-27 03:23:28] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.007215 10.0.0.27 - - [2025-11-27 03:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.27 - - [2025-11-27 03:23:31] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.010488 10.0.0.27 - - [2025-11-27 03:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004367 10.0.0.27 - - [2025-11-27 03:23:35] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006640 10.0.0.27 - - [2025-11-27 03:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.27 - - [2025-11-27 03:23:39] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.004951 10.0.0.27 - - [2025-11-27 03:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.27 - - [2025-11-27 03:23:43] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005612 10.0.0.27 - - [2025-11-27 03:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.27 - - [2025-11-27 03:23:47] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005579 10.0.0.27 - - [2025-11-27 03:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.27 - - [2025-11-27 03:23:51] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005506 10.0.0.27 - - [2025-11-27 03:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.27 - - [2025-11-27 03:23:56] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006556 10.0.0.27 - - [2025-11-27 03:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.27 - - [2025-11-27 03:24:00] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.004784 10.0.0.27 - - [2025-11-27 03:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.27 - - [2025-11-27 03:24:02] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003933 10.0.0.27 - - [2025-11-27 03:24:02] "GET /virtual-networks?parent_id=b73bcb1b-3be2-44f1-ac5f-390353dc1f95&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003500 10.0.0.27 - - [2025-11-27 03:24:02] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005459 10.0.0.27 - - [2025-11-27 03:24:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007890 10.0.0.27 - - [2025-11-27 03:24:10] "POST /neutron/port HTTP/1.1" 200 1087 0.014429 10.0.0.27 - - [2025-11-27 03:24:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006856 10.0.0.27 - - [2025-11-27 03:24:13] "POST /neutron/network HTTP/1.1" 200 833 0.005818 10.0.0.27 - - [2025-11-27 03:24:13] "POST /neutron/port HTTP/1.1" 200 117 0.001127 10.0.0.27 - - [2025-11-27 03:24:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006889 10.0.0.27 - - [2025-11-27 03:24:20] "POST /neutron/network HTTP/1.1" 200 833 0.006233 10.0.0.27 - - [2025-11-27 03:24:20] "POST /neutron/port HTTP/1.1" 200 117 0.001048 10.0.0.27 - - [2025-11-27 03:24:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006622 10.0.0.27 - - [2025-11-27 03:24:23] "POST /neutron/port HTTP/1.1" 200 1087 0.016101 10.0.0.27 - - [2025-11-27 03:24:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006230 10.0.0.27 - - [2025-11-27 03:24:23] "POST /id-to-fqname HTTP/1.1" 200 218 0.001183 10.0.0.27 - - [2025-11-27 03:24:23] "GET /virtual-machine/6e1ae5d5-8fa0-4b75-9207-7d3e9cde1e9e HTTP/1.1" 200 1290 0.003942 10.0.0.27 - - [2025-11-27 03:24:23] "GET /virtual-machine-interface/112605a0-a5d1-47ba-a100-f7288bd91433 HTTP/1.1" 200 2931 0.004812 10.0.0.27 - - [2025-11-27 03:24:23] "GET /instance-ip/5521c984-eccf-4280-b666-a4af1210c0fa HTTP/1.1" 200 1617 0.005182 10.0.0.27 - - [2025-11-27 03:24:23] "GET /virtual-machine-interface/112605a0-a5d1-47ba-a100-f7288bd91433?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2710 0.004981 10.0.0.27 - - [2025-11-27 03:24:23] "PUT /virtual-machine-interface/112605a0-a5d1-47ba-a100-f7288bd91433 HTTP/1.1" 200 284 0.012875 10.0.0.27 - - [2025-11-27 03:25:15] "POST /neutron/port HTTP/1.1" 200 1087 0.014435 10.0.0.27 - - [2025-11-27 03:25:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003599 10.0.0.27 - - [2025-11-27 03:25:15] "POST /neutron/network HTTP/1.1" 200 823 0.006184 10.0.0.27 - - [2025-11-27 03:25:16] "GET /obj-perms HTTP/1.1" 200 5056 0.055926 10.0.0.33 - - [2025-11-27 03:25:17] "GET /obj-perms HTTP/1.1" 200 5056 0.056690 10.0.0.27 - - [2025-11-27 03:25:21] "POST /neutron/network HTTP/1.1" 200 833 0.006245 10.0.0.27 - - [2025-11-27 03:25:21] "POST /neutron/port HTTP/1.1" 200 117 0.001073 10.0.0.27 - - [2025-11-27 03:25:45] "DELETE /instance-ip/5b939b02-8cfe-49c8-b9c2-9c000678858a HTTP/1.1" 200 115 0.045770 10.0.0.27 - - [2025-11-27 03:25:45] "DELETE /virtual-machine-interface/80937d52-901e-458d-91fc-fd983983a71d HTTP/1.1" 200 115 0.077197 10.0.0.27 - - [2025-11-27 03:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.27 - - [2025-11-27 03:25:45] "GET /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006461 10.0.0.27 - - [2025-11-27 03:25:45] "PUT /virtual-network/c51d2f9c-83c3-4862-9d56-24886ee1b7a8 HTTP/1.1" 200 264 0.045442 10.0.0.27 - - [2025-11-27 03:25:45] "POST /neutron/network HTTP/1.1" 400 204 0.012064 10.0.0.27 - - [2025-11-27 03:25:45] "POST /neutron/port HTTP/1.1" 200 151 0.201791 10.0.0.27 - - [2025-11-27 03:25:45] "DELETE /route-target/b32aece5-5162-4e29-8612-4af333681ab7 HTTP/1.1" 200 115 0.064398 10.0.0.27 - - [2025-11-27 03:25:46] "POST /neutron/port HTTP/1.1" 200 151 0.168033 10.0.0.23 - - [2025-11-27 03:25:49] "GET /projects?obj_uuids=b73bcb1b-3be2-44f1-ac5f-390353dc1f95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000872 10.0.0.27 - - [2025-11-27 03:25:49] "GET /project/b73bcb1b-3be2-44f1-ac5f-390353dc1f95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.061597 10.0.0.23 - - [2025-11-27 03:25:49] "GET /projects?obj_uuids=b73bcb1b-3be2-44f1-ac5f-390353dc1f95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001286 10.0.0.27 - - [2025-11-27 03:25:49] "GET /project/b73bcb1b-3be2-44f1-ac5f-390353dc1f95?fields=virtual_networks HTTP/1.1" 200 1029 0.031257 10.0.0.23 - - [2025-11-27 03:25:49] "GET /projects?obj_uuids=b73bcb1b-3be2-44f1-ac5f-390353dc1f95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000979 10.0.0.27 - - [2025-11-27 03:25:49] "GET /project/b73bcb1b-3be2-44f1-ac5f-390353dc1f95?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.040338 10.0.0.23 - - [2025-11-27 03:25:49] "GET /projects?obj_uuids=b73bcb1b-3be2-44f1-ac5f-390353dc1f95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000893 10.0.0.27 - - [2025-11-27 03:25:49] "GET /project/b73bcb1b-3be2-44f1-ac5f-390353dc1f95?fields=security_groups HTTP/1.1" 200 1253 0.038606 10.0.0.27 - - [2025-11-27 03:25:50] "POST /fqname-to-id HTTP/1.1" 404 185 0.030342 10.0.0.23 - - [2025-11-27 03:25:50] "GET /projects?obj_uuids=1f1420d7-c429-48fb-aed4-575c315b5e0f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003025 10.0.0.23 - - [2025-11-27 03:25:50] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000951 10.0.0.23 - - [2025-11-27 03:25:50] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.039270 10.0.0.23 - - [2025-11-27 03:25:50] "POST /id-to-fqname HTTP/1.1" 200 187 0.004653 10.0.0.23 - - [2025-11-27 03:25:50] "POST /fqname-to-id HTTP/1.1" 404 196 0.007271 10.0.0.27 - - [2025-11-27 03:25:50] "POST /neutron/port HTTP/1.1" 200 117 0.003998 10.0.0.23 - - [2025-11-27 03:25:50] "POST /security-groups HTTP/1.1" 200 588 0.028656 10.0.0.27 - - [2025-11-27 03:25:50] "POST /fqname-to-id HTTP/1.1" 404 231 0.002439 10.0.0.23 - - [2025-11-27 03:25:50] "POST /projects HTTP/1.1" 200 579 0.229966 10.0.0.23 - - [2025-11-27 03:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.303372 10.0.0.27 - - [2025-11-27 03:25:50] "POST /access-control-lists HTTP/1.1" 200 591 0.028276 10.0.0.27 - - [2025-11-27 03:25:50] "GET /project/1f1420d7-c429-48fb-aed4-575c315b5e0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.468389 10.0.0.27 - - [2025-11-27 03:25:51] "GET / HTTP/1.1" 200 35931 0.001455 10.0.0.27 - - [2025-11-27 03:25:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000659 10.0.0.27 - - [2025-11-27 03:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.075327 10.0.0.23 - - [2025-11-27 03:25:53] "GET /projects?obj_uuids=1f1420d7-c429-48fb-aed4-575c315b5e0f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001167 10.0.0.27 - - [2025-11-27 03:25:54] "GET /project/1f1420d7-c429-48fb-aed4-575c315b5e0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.040455 10.0.0.23 - - [2025-11-27 03:25:54] "GET /projects?obj_uuids=1f1420d7-c429-48fb-aed4-575c315b5e0f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000895 10.0.0.27 - - [2025-11-27 03:25:54] "POST /neutron/network HTTP/1.1" 200 610 0.125230 10.0.0.27 - - [2025-11-27 03:25:54] "POST /id-to-fqname HTTP/1.1" 200 221 0.003099 10.0.0.27 - - [2025-11-27 03:25:54] "GET /virtual-network/f7d1290e-0fd6-41ba-aea7-72ea5022b144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004736 10.0.0.27 - - [2025-11-27 03:25:54] "POST /neutron/network HTTP/1.1" 200 829 0.006916 10.0.0.27 - - [2025-11-27 03:25:54] "GET /virtual-network/f7d1290e-0fd6-41ba-aea7-72ea5022b144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005124 10.0.0.27 - - [2025-11-27 03:25:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.002832 10.0.0.27 - - [2025-11-27 03:25:54] "GET /virtual-network/f7d1290e-0fd6-41ba-aea7-72ea5022b144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004795 10.0.0.23 - - [2025-11-27 03:25:54] "GET /projects?obj_uuids=1f1420d7-c429-48fb-aed4-575c315b5e0f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000937 10.0.0.27 - - [2025-11-27 03:25:54] "POST /neutron/port HTTP/1.1" 200 983 0.216719 10.0.0.27 - - [2025-11-27 03:25:54] "GET /virtual-machine-interface/3afc036d-b6a5-4ec9-9f38-8c7ff595409c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.004451 10.0.0.27 - - [2025-11-27 03:25:54] "GET /virtual-machine-interface/3afc036d-b6a5-4ec9-9f38-8c7ff595409c?fields=instance_ip_back_refs HTTP/1.1" 200 1319 0.004953 10.0.0.27 - - [2025-11-27 03:25:55] "GET /instance-ip/7c83d7aa-a6f0-432b-9e5d-051525bd6913?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1600 0.004971 10.0.0.27 - - [2025-11-27 03:25:55] "POST /id-to-fqname HTTP/1.1" 200 221 0.001222 10.0.0.23 - - [2025-11-27 03:25:55] "GET /projects?obj_uuids=1f1420d7-c429-48fb-aed4-575c315b5e0f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001390 10.0.0.27 - - [2025-11-27 03:25:55] "GET /project/1f1420d7-c429-48fb-aed4-575c315b5e0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.080549 10.0.0.27 - - [2025-11-27 03:25:56] "POST /neutron/port HTTP/1.1" 200 117 0.005393 10.0.0.27 - - [2025-11-27 03:25:56] "POST /id-to-fqname HTTP/1.1" 200 221 0.001240 10.0.0.27 - - [2025-11-27 03:25:56] "POST /neutron/port HTTP/1.1" 200 983 0.009239 10.0.0.27 - - [2025-11-27 03:25:56] "POST /neutron/port HTTP/1.1" 200 983 0.013871 10.0.0.23 - - [2025-11-27 03:25:56] "GET /projects?obj_uuids=1f1420d7-c429-48fb-aed4-575c315b5e0f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000933 10.0.0.23 - - [2025-11-27 03:25:56] "GET /projects?obj_uuids=1f1420d7-c429-48fb-aed4-575c315b5e0f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001378 10.0.0.27 - - [2025-11-27 03:25:56] "GET /project/1f1420d7-c429-48fb-aed4-575c315b5e0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.064272 10.0.0.27 - - [2025-11-27 03:25:56] "POST /fqname-to-id HTTP/1.1" 404 208 0.005553 10.0.0.27 - - [2025-11-27 03:25:56] "POST /interface-route-tables HTTP/1.1" 200 556 0.072069 10.0.0.27 - - [2025-11-27 03:25:56] "POST /neutron/port HTTP/1.1" 200 1057 0.350131 10.0.0.27 - - [2025-11-27 03:25:56] "GET /interface-route-table/f16aab9b-ae85-42ad-8285-95ef39468a7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.007590 10.0.0.27 - - [2025-11-27 03:25:56] "POST /neutron/port HTTP/1.1" 200 1057 0.009020 10.0.0.27 - - [2025-11-27 03:25:57] "POST /neutron/port HTTP/1.1" 200 1085 0.015029 10.0.0.27 - - [2025-11-27 03:25:57] "POST /neutron/port HTTP/1.1" 200 117 0.001054 10.0.0.27 - - [2025-11-27 03:25:57] "POST /neutron/network HTTP/1.1" 200 839 0.007097 10.0.0.27 - - [2025-11-27 03:25:57] "POST /neutron/port HTTP/1.1" 200 1075 0.144039 10.0.0.27 - - [2025-11-27 03:25:57] "POST /neutron/subnet HTTP/1.1" 200 698 0.008587 10.0.0.27 - - [2025-11-27 03:25:57] "GET /virtual-machine-interface/3afc036d-b6a5-4ec9-9f38-8c7ff595409c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.005551 10.0.0.27 - - [2025-11-27 03:25:57] "POST /ref-update HTTP/1.1" 200 156 0.014030 10.0.0.27 - - [2025-11-27 03:25:58] "POST /neutron/port HTTP/1.1" 200 1085 0.012019 10.0.0.27 - - [2025-11-27 03:26:03] "POST /neutron/security_group HTTP/1.1" 200 2055 0.006721 10.0.0.27 - - [2025-11-27 03:26:03] "POST /neutron/port HTTP/1.1" 200 1085 0.014844 10.0.0.27 - - [2025-11-27 03:26:03] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008008 10.0.0.27 - - [2025-11-27 03:26:03] "GET /virtual-machine/1e76ad5e-15a8-4e90-b93c-91542e24cf0c HTTP/1.1" 401 292 0.000481 10.0.0.27 - - [2025-11-27 03:26:03] "GET /virtual-machine/1e76ad5e-15a8-4e90-b93c-91542e24cf0c HTTP/1.1" 200 1289 0.032111 10.0.0.27 - - [2025-11-27 03:26:03] "GET /virtual-machine/1e76ad5e-15a8-4e90-b93c-91542e24cf0c HTTP/1.1" 200 1289 0.003475 10.0.0.27 - - [2025-11-27 03:26:03] "GET /virtual-machine-interface/da0ed65d-0bb1-4e46-9dfa-fc899a5e416b HTTP/1.1" 200 2939 0.005152 10.0.0.27 - - [2025-11-27 03:26:03] "GET /virtual-machine/1e76ad5e-15a8-4e90-b93c-91542e24cf0c HTTP/1.1" 200 1289 0.003338 10.0.0.27 - - [2025-11-27 03:26:03] "GET /virtual-machine-interface/da0ed65d-0bb1-4e46-9dfa-fc899a5e416b HTTP/1.1" 200 2939 0.004394 10.0.0.27 - - [2025-11-27 03:26:03] "GET /instance-ip/82d60955-dcc6-444c-b7f7-3afe13718b88 HTTP/1.1" 200 1618 0.005396 10.0.0.27 - - [2025-11-27 03:26:03] "GET /virtual-machine/1e76ad5e-15a8-4e90-b93c-91542e24cf0c HTTP/1.1" 200 1289 0.002867 10.0.0.27 - - [2025-11-27 03:26:03] "GET /virtual-machine-interface/da0ed65d-0bb1-4e46-9dfa-fc899a5e416b HTTP/1.1" 200 2939 0.004116 10.0.0.27 - - [2025-11-27 03:26:03] "GET /instance-ip/82d60955-dcc6-444c-b7f7-3afe13718b88 HTTP/1.1" 200 1618 0.003460 10.0.0.27 - - [2025-11-27 03:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.27 - - [2025-11-27 03:26:03] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002887 10.0.0.27 - - [2025-11-27 03:26:03] "GET /virtual-networks?parent_id=1f1420d7-c429-48fb-aed4-575c315b5e0f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002626 10.0.0.27 - - [2025-11-27 03:26:04] "GET /virtual-network/f7d1290e-0fd6-41ba-aea7-72ea5022b144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006032 10.0.0.27 - - [2025-11-27 03:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002780 10.0.0.27 - - [2025-11-27 03:26:04] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003976 10.0.0.27 - - [2025-11-27 03:26:04] "GET /virtual-networks?parent_id=1f1420d7-c429-48fb-aed4-575c315b5e0f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002716 10.0.0.27 - - [2025-11-27 03:26:04] "GET /virtual-network/f7d1290e-0fd6-41ba-aea7-72ea5022b144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005213 10.0.0.27 - - [2025-11-27 03:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.27 - - [2025-11-27 03:26:04] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003970 10.0.0.27 - - [2025-11-27 03:26:04] "GET /virtual-networks?parent_id=1f1420d7-c429-48fb-aed4-575c315b5e0f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002772 10.0.0.27 - - [2025-11-27 03:26:04] "GET /virtual-network/f7d1290e-0fd6-41ba-aea7-72ea5022b144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005484 10.0.0.27 - - [2025-11-27 03:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.27 - - [2025-11-27 03:26:04] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003503 10.0.0.27 - - [2025-11-27 03:26:04] "GET /virtual-networks?parent_id=1f1420d7-c429-48fb-aed4-575c315b5e0f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002577 10.0.0.27 - - [2025-11-27 03:26:04] "GET /virtual-network/f7d1290e-0fd6-41ba-aea7-72ea5022b144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007453 10.0.0.27 - - [2025-11-27 03:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.27 - - [2025-11-27 03:26:04] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004888 10.0.0.27 - - [2025-11-27 03:26:04] "GET /virtual-networks?parent_id=1f1420d7-c429-48fb-aed4-575c315b5e0f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003325 10.0.0.27 - - [2025-11-27 03:26:04] "GET /virtual-network/f7d1290e-0fd6-41ba-aea7-72ea5022b144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006822 10.0.0.27 - - [2025-11-27 03:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.27 - - [2025-11-27 03:26:04] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004681 10.0.0.27 - - [2025-11-27 03:26:04] "GET /virtual-networks?parent_id=1f1420d7-c429-48fb-aed4-575c315b5e0f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003071 10.0.0.27 - - [2025-11-27 03:26:04] "GET /virtual-network/f7d1290e-0fd6-41ba-aea7-72ea5022b144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006055 10.0.0.27 - - [2025-11-27 03:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.27 - - [2025-11-27 03:26:04] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003554 10.0.0.27 - - [2025-11-27 03:26:04] "GET /virtual-networks?parent_id=1f1420d7-c429-48fb-aed4-575c315b5e0f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002989 10.0.0.27 - - [2025-11-27 03:26:04] "GET /virtual-network/f7d1290e-0fd6-41ba-aea7-72ea5022b144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007955 10.0.0.27 - - [2025-11-27 03:26:07] "POST /neutron/port HTTP/1.1" 200 1085 0.017134 10.0.0.27 - - [2025-11-27 03:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.27 - - [2025-11-27 03:26:07] "GET /virtual-network/f7d1290e-0fd6-41ba-aea7-72ea5022b144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005522 10.0.0.27 - - [2025-11-27 03:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.27 - - [2025-11-27 03:26:09] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002893 10.0.0.27 - - [2025-11-27 03:26:09] "GET /virtual-networks?parent_id=1f1420d7-c429-48fb-aed4-575c315b5e0f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002418 10.0.0.27 - - [2025-11-27 03:26:10] "GET /virtual-network/f7d1290e-0fd6-41ba-aea7-72ea5022b144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005291 10.0.0.27 - - [2025-11-27 03:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005445 10.0.0.27 - - [2025-11-27 03:26:10] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004066 10.0.0.27 - - [2025-11-27 03:26:10] "GET /virtual-networks?parent_id=1f1420d7-c429-48fb-aed4-575c315b5e0f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003279 10.0.0.27 - - [2025-11-27 03:26:10] "GET /virtual-network/f7d1290e-0fd6-41ba-aea7-72ea5022b144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006407 10.0.0.27 - - [2025-11-27 03:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.27 - - [2025-11-27 03:26:10] "GET /routing-instance/4978daad-6111-4324-895e-7762152de73c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.006927 10.0.0.27 - - [2025-11-27 03:26:10] "GET /route-target/95062e95-23da-4893-b4a3-e6bb931310d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005765 10.0.0.27 - - [2025-11-27 03:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.27 - - [2025-11-27 03:26:10] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003973 10.0.0.27 - - [2025-11-27 03:26:10] "GET /virtual-networks?parent_id=1f1420d7-c429-48fb-aed4-575c315b5e0f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003865 10.0.0.27 - - [2025-11-27 03:26:10] "GET /virtual-network/f7d1290e-0fd6-41ba-aea7-72ea5022b144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008865 10.0.0.27 - - [2025-11-27 03:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.27 - - [2025-11-27 03:26:10] "GET /routing-instance/4978daad-6111-4324-895e-7762152de73c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.004210 10.0.0.27 - - [2025-11-27 03:26:10] "GET /route-target/95062e95-23da-4893-b4a3-e6bb931310d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003947 10.0.0.27 - - [2025-11-27 03:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.27 - - [2025-11-27 03:26:10] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004338 10.0.0.27 - - [2025-11-27 03:26:10] "GET /virtual-networks?parent_id=1f1420d7-c429-48fb-aed4-575c315b5e0f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002823 10.0.0.27 - - [2025-11-27 03:26:10] "GET /virtual-network/f7d1290e-0fd6-41ba-aea7-72ea5022b144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005152 10.0.0.27 - - [2025-11-27 03:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004491 10.0.0.27 - - [2025-11-27 03:26:10] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004047 10.0.0.27 - - [2025-11-27 03:26:10] "GET /virtual-networks?parent_id=1f1420d7-c429-48fb-aed4-575c315b5e0f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002551 10.0.0.27 - - [2025-11-27 03:26:11] "GET /virtual-network/f7d1290e-0fd6-41ba-aea7-72ea5022b144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006030 10.0.0.27 - - [2025-11-27 03:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.27 - - [2025-11-27 03:26:11] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003713 10.0.0.27 - - [2025-11-27 03:26:11] "GET /virtual-networks?parent_id=1f1420d7-c429-48fb-aed4-575c315b5e0f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003151 10.0.0.27 - - [2025-11-27 03:26:11] "GET /virtual-network/f7d1290e-0fd6-41ba-aea7-72ea5022b144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006055 10.0.0.23 - - [2025-11-27 03:26:11] "GET /obj-perms HTTP/1.1" 200 5024 0.056103 10.0.0.27 - - [2025-11-27 03:26:12] "GET /obj-perms HTTP/1.1" 200 5024 0.048278 10.0.0.27 - - [2025-11-27 03:26:12] "GET /obj-perms HTTP/1.1" 200 5024 0.003266 10.0.0.33 - - [2025-11-27 03:26:12] "GET /obj-perms HTTP/1.1" 200 5024 0.046851 10.0.0.23 - - [2025-11-27 03:26:12] "GET /obj-perms HTTP/1.1" 200 5024 0.003444 10.0.0.27 - - [2025-11-27 03:26:12] "POST /neutron/security_group HTTP/1.1" 200 2055 0.006706 10.0.0.27 - - [2025-11-27 03:26:12] "POST /neutron/port HTTP/1.1" 200 1049 0.016344 10.0.0.27 - - [2025-11-27 03:26:13] "GET /virtual-machine/5b4467bf-a83c-4fbf-9f6c-99b1e4c4ecb5 HTTP/1.1" 200 1267 0.004786 10.0.0.27 - - [2025-11-27 03:26:13] "GET /virtual-machine-interface/3afc036d-b6a5-4ec9-9f38-8c7ff595409c HTTP/1.1" 200 3150 0.005666 10.0.0.27 - - [2025-11-27 03:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.27 - - [2025-11-27 03:26:13] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003316 10.0.0.27 - - [2025-11-27 03:26:13] "GET /virtual-networks?parent_id=1f1420d7-c429-48fb-aed4-575c315b5e0f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002711 10.0.0.27 - - [2025-11-27 03:26:13] "GET /virtual-network/f7d1290e-0fd6-41ba-aea7-72ea5022b144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005211 10.0.0.27 - - [2025-11-27 03:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.27 - - [2025-11-27 03:26:14] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003760 10.0.0.27 - - [2025-11-27 03:26:14] "GET /virtual-networks?parent_id=1f1420d7-c429-48fb-aed4-575c315b5e0f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002602 10.0.0.27 - - [2025-11-27 03:26:14] "GET /virtual-network/f7d1290e-0fd6-41ba-aea7-72ea5022b144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005215 10.0.0.27 - - [2025-11-27 03:26:14] "GET /virtual-network/f7d1290e-0fd6-41ba-aea7-72ea5022b144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005124 10.0.0.27 - - [2025-11-27 03:26:15] "GET /virtual-machine/1e76ad5e-15a8-4e90-b93c-91542e24cf0c HTTP/1.1" 200 1289 0.003836 10.0.0.27 - - [2025-11-27 03:26:15] "POST /neutron/port HTTP/1.1" 200 1111 0.010717 10.0.0.27 - - [2025-11-27 03:26:17] "GET /virtual-machine/1e76ad5e-15a8-4e90-b93c-91542e24cf0c HTTP/1.1" 404 171 0.003063 10.0.0.27 - - [2025-11-27 03:26:17] "GET /virtual-machine/1e76ad5e-15a8-4e90-b93c-91542e24cf0c HTTP/1.1" 404 171 0.003013 10.0.0.27 - - [2025-11-27 03:26:17] "GET /virtual-machine/1e76ad5e-15a8-4e90-b93c-91542e24cf0c HTTP/1.1" 404 171 0.002456 10.0.0.27 - - [2025-11-27 03:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.27 - - [2025-11-27 03:26:17] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003546 10.0.0.27 - - [2025-11-27 03:26:17] "GET /virtual-networks?parent_id=1f1420d7-c429-48fb-aed4-575c315b5e0f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003001 10.0.0.27 - - [2025-11-27 03:26:17] "GET /virtual-network/f7d1290e-0fd6-41ba-aea7-72ea5022b144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007646 10.0.0.27 - - [2025-11-27 03:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.27 - - [2025-11-27 03:26:17] "GET /routing-instance/4978daad-6111-4324-895e-7762152de73c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.004971 10.0.0.27 - - [2025-11-27 03:26:17] "GET /route-target/95062e95-23da-4893-b4a3-e6bb931310d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003611 10.0.0.27 - - [2025-11-27 03:26:17] "GET /obj-perms HTTP/1.1" 200 5056 0.051553 10.0.0.33 - - [2025-11-27 03:26:21] "GET /obj-perms HTTP/1.1" 200 5024 0.003153 10.0.0.27 - - [2025-11-27 03:26:23] "POST /neutron/port HTTP/1.1" 200 1049 0.018147 10.0.0.27 - - [2025-11-27 03:26:23] "POST /neutron/subnet HTTP/1.1" 200 698 0.009525 10.0.0.27 - - [2025-11-27 03:26:24] "GET /obj-perms HTTP/1.1" 200 5024 0.003859 10.0.0.33 - - [2025-11-27 03:26:30] "GET /obj-perms HTTP/1.1" 200 5024 0.004689 10.0.0.27 - - [2025-11-27 03:26:33] "GET /obj-perms HTTP/1.1" 200 5024 0.003257 10.0.0.23 - - [2025-11-27 03:26:33] "GET /obj-perms HTTP/1.1" 200 5024 0.003203 10.0.0.27 - - [2025-11-27 03:26:33] "GET /interface-route-table/f16aab9b-ae85-42ad-8285-95ef39468a7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.003120 10.0.0.27 - - [2025-11-27 03:26:33] "GET /virtual-machine-interface/3afc036d-b6a5-4ec9-9f38-8c7ff595409c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2929 0.006459 10.0.0.27 - - [2025-11-27 03:26:33] "POST /ref-update HTTP/1.1" 200 156 0.018404 10.0.0.27 - - [2025-11-27 03:26:33] "DELETE /interface-route-table/f16aab9b-ae85-42ad-8285-95ef39468a7a HTTP/1.1" 200 115 0.030960 10.0.0.27 - - [2025-11-27 03:26:33] "POST /neutron/port HTTP/1.1" 200 1075 0.012861 10.0.0.27 - - [2025-11-27 03:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004798 10.0.0.23 - - [2025-11-27 03:26:34] "POST /useragent-kv HTTP/1.1" 200 115 0.058063 10.0.0.23 - - [2025-11-27 03:26:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002168 10.0.0.27 - - [2025-11-27 03:26:34] "POST /neutron/network HTTP/1.1" 200 151 0.185395 10.0.0.27 - - [2025-11-27 03:26:34] "DELETE /access-control-list/dc63fa98-4d03-427c-b6a7-1d640f1ad810 HTTP/1.1" 200 115 0.072357 10.0.0.23 - - [2025-11-27 03:26:34] "DELETE /project/1f1420d7c42948fbaed4575c315b5e0f HTTP/1.1" 404 173 0.005062 10.0.0.23 - - [2025-11-27 03:26:34] "GET /projects?obj_uuids=b73bcb1b-3be2-44f1-ac5f-390353dc1f95&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001008 10.0.0.23 - - [2025-11-27 03:26:34] "GET /project/b73bcb1b-3be2-44f1-ac5f-390353dc1f95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.019113 10.0.0.23 - - [2025-11-27 03:26:34] "DELETE /project/b73bcb1b-3be2-44f1-ac5f-390353dc1f95 HTTP/1.1" 200 115 0.086383 10.0.0.23 - - [2025-11-27 03:26:35] "GET /projects?obj_uuids=1f1420d7-c429-48fb-aed4-575c315b5e0f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001256 10.0.0.27 - - [2025-11-27 03:26:35] "GET /project/1f1420d7-c429-48fb-aed4-575c315b5e0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.034256 10.0.0.23 - - [2025-11-27 03:26:35] "GET /projects?obj_uuids=1f1420d7-c429-48fb-aed4-575c315b5e0f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000835 10.0.0.27 - - [2025-11-27 03:26:35] "GET /project/1f1420d7-c429-48fb-aed4-575c315b5e0f?fields=virtual_networks HTTP/1.1" 200 1026 0.071408 10.0.0.23 - - [2025-11-27 03:26:35] "GET /projects?obj_uuids=1f1420d7-c429-48fb-aed4-575c315b5e0f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000892 10.0.0.27 - - [2025-11-27 03:26:35] "GET /project/1f1420d7-c429-48fb-aed4-575c315b5e0f?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.036241 10.0.0.23 - - [2025-11-27 03:26:35] "GET /projects?obj_uuids=1f1420d7-c429-48fb-aed4-575c315b5e0f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000909 10.0.0.27 - - [2025-11-27 03:26:35] "GET /project/1f1420d7-c429-48fb-aed4-575c315b5e0f?fields=security_groups HTTP/1.1" 200 1249 0.039649 10.0.0.27 - - [2025-11-27 03:26:36] "POST /fqname-to-id HTTP/1.1" 404 192 0.026896 10.0.0.23 - - [2025-11-27 03:26:36] "GET /projects?obj_uuids=ebc7ecea-7939-4123-9591-e1a3d28e9195&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004060 10.0.0.23 - - [2025-11-27 03:26:36] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000875 10.0.0.23 - - [2025-11-27 03:26:36] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009463 10.0.0.23 - - [2025-11-27 03:26:37] "POST /id-to-fqname HTTP/1.1" 200 194 0.005045 10.0.0.23 - - [2025-11-27 03:26:37] "POST /fqname-to-id HTTP/1.1" 404 203 0.007861 10.0.0.23 - - [2025-11-27 03:26:37] "POST /security-groups HTTP/1.1" 200 595 0.031522 10.0.0.23 - - [2025-11-27 03:26:37] "POST /projects HTTP/1.1" 200 593 0.231899 10.0.0.23 - - [2025-11-27 03:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.282698 10.0.0.27 - - [2025-11-27 03:26:37] "POST /fqname-to-id HTTP/1.1" 404 237 0.011456 10.0.0.27 - - [2025-11-27 03:26:37] "GET /project/ebc7ecea-7939-4123-9591-e1a3d28e9195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.428072 10.0.0.27 - - [2025-11-27 03:26:38] "GET / HTTP/1.1" 200 35931 0.002305 10.0.0.27 - - [2025-11-27 03:26:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000452 10.0.0.27 - - [2025-11-27 03:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.063313 10.0.0.23 - - [2025-11-27 03:26:39] "GET /projects?obj_uuids=ebc7ecea-7939-4123-9591-e1a3d28e9195&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000826 10.0.0.27 - - [2025-11-27 03:26:39] "GET /project/ebc7ecea-7939-4123-9591-e1a3d28e9195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.030761 10.0.0.27 - - [2025-11-27 03:26:39] "POST /neutron/network HTTP/1.1" 200 117 0.035855 10.0.0.27 - - [2025-11-27 03:26:39] "POST /ref-update HTTP/1.1" 200 156 0.023065 10.0.0.27 - - [2025-11-27 03:26:39] "POST /neutron/network HTTP/1.1" 200 829 0.008496 10.0.0.27 - - [2025-11-27 03:26:39] "POST /id-to-fqname HTTP/1.1" 200 224 0.001378 10.0.0.27 - - [2025-11-27 03:26:39] "GET /virtual-network/7e4867cc-4192-43c9-9e23-4d0bdeebea18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005176 10.0.0.27 - - [2025-11-27 03:26:39] "GET /virtual-network/7e4867cc-4192-43c9-9e23-4d0bdeebea18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006046 10.0.0.27 - - [2025-11-27 03:26:39] "POST /neutron/subnet HTTP/1.1" 200 729 0.014986 10.0.0.27 - - [2025-11-27 03:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.23 - - [2025-11-27 03:26:40] "GET /projects?obj_uuids=ebc7ecea-7939-4123-9591-e1a3d28e9195&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001249 10.0.0.27 - - [2025-11-27 03:26:40] "GET /project/ebc7ecea-7939-4123-9591-e1a3d28e9195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.047734 10.0.0.23 - - [2025-11-27 03:26:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003580 10.0.0.27 - - [2025-11-27 03:26:40] "POST /neutron/subnet HTTP/1.1" 200 734 0.212775 10.0.0.27 - - [2025-11-27 03:26:40] "POST /id-to-fqname HTTP/1.1" 200 224 0.001508 10.0.0.27 - - [2025-11-27 03:26:40] "GET /virtual-network/16457e7b-df55-4ba8-a541-809e2c06e646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005511 10.0.0.27 - - [2025-11-27 03:26:40] "GET /virtual-network/16457e7b-df55-4ba8-a541-809e2c06e646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005997 10.0.0.27 - - [2025-11-27 03:26:40] "POST /neutron/network HTTP/1.1" 200 830 0.007588 10.0.0.27 - - [2025-11-27 03:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.23 - - [2025-11-27 03:26:40] "GET /projects?obj_uuids=ebc7ecea-7939-4123-9591-e1a3d28e9195&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001114 10.0.0.27 - - [2025-11-27 03:26:40] "GET /project/ebc7ecea-7939-4123-9591-e1a3d28e9195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.047720 10.0.0.23 - - [2025-11-27 03:26:40] "GET /projects?obj_uuids=ebc7ecea-7939-4123-9591-e1a3d28e9195&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000864 10.0.0.27 - - [2025-11-27 03:26:40] "POST /neutron/network HTTP/1.1" 200 609 0.104771 10.0.0.27 - - [2025-11-27 03:26:40] "POST /route-targets HTTP/1.1" 200 327 0.014369 10.0.0.27 - - [2025-11-27 03:26:41] "POST /id-to-fqname HTTP/1.1" 200 224 0.003515 10.0.0.27 - - [2025-11-27 03:26:41] "GET /virtual-network/84a3eb79-63e7-4868-a42a-d1623654734a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005205 10.0.0.27 - - [2025-11-27 03:26:41] "POST /neutron/network HTTP/1.1" 200 827 0.006688 10.0.0.27 - - [2025-11-27 03:26:41] "GET /virtual-network/84a3eb79-63e7-4868-a42a-d1623654734a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005031 10.0.0.27 - - [2025-11-27 03:26:41] "POST /fqname-to-id HTTP/1.1" 404 214 0.003220 10.0.0.27 - - [2025-11-27 03:26:41] "GET /virtual-network/16457e7b-df55-4ba8-a541-809e2c06e646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005210 10.0.0.23 - - [2025-11-27 03:26:41] "GET /projects?obj_uuids=ebc7ecea-7939-4123-9591-e1a3d28e9195&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000873 10.0.0.27 - - [2025-11-27 03:26:41] "POST /neutron/port HTTP/1.1" 200 992 0.237026 10.0.0.27 - - [2025-11-27 03:26:41] "GET /virtual-machine-interface/dd967d1f-69c3-4477-aa1d-2681d98fc572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.005466 10.0.0.27 - - [2025-11-27 03:26:41] "GET /virtual-machine-interface/dd967d1f-69c3-4477-aa1d-2681d98fc572?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.004940 10.0.0.27 - - [2025-11-27 03:26:41] "GET /instance-ip/521efc31-4a3d-4984-9fbc-6a1c1202877e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004464 10.0.0.27 - - [2025-11-27 03:26:41] "POST /fqname-to-id HTTP/1.1" 404 214 0.002837 10.0.0.27 - - [2025-11-27 03:26:41] "GET /virtual-network/7e4867cc-4192-43c9-9e23-4d0bdeebea18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005590 10.0.0.23 - - [2025-11-27 03:26:41] "GET /projects?obj_uuids=ebc7ecea-7939-4123-9591-e1a3d28e9195&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001298 10.0.0.27 - - [2025-11-27 03:26:41] "GET /project/ebc7ecea-7939-4123-9591-e1a3d28e9195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.037503 10.0.0.27 - - [2025-11-27 03:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.27 - - [2025-11-27 03:26:41] "GET /security-group/024e0ca7-64ab-4773-95ff-a96d0fbd1129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.005348 10.0.0.27 - - [2025-11-27 03:26:41] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.095415 10.0.0.27 - - [2025-11-27 03:26:42] "POST /instance-ips HTTP/1.1" 200 357 0.050306 10.0.0.27 - - [2025-11-27 03:26:42] "GET /virtual-machine-interface/13e03540-c926-40e4-be5b-f111765e82e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.006431 10.0.0.27 - - [2025-11-27 03:26:42] "GET /virtual-machine-interface/13e03540-c926-40e4-be5b-f111765e82e1?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.008473 10.0.0.27 - - [2025-11-27 03:26:42] "GET /instance-ip/0111c372-53ea-430e-a128-020057800497?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1581 0.004493 10.0.0.27 - - [2025-11-27 03:26:42] "POST /fqname-to-id HTTP/1.1" 404 214 0.003176 10.0.0.27 - - [2025-11-27 03:26:42] "GET /virtual-network/16457e7b-df55-4ba8-a541-809e2c06e646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005359 10.0.0.27 - - [2025-11-27 03:26:42] "GET /virtual-machine-interface/173bf3cb-67e6-46df-b9a5-69a9188347bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.007328 10.0.0.27 - - [2025-11-27 03:26:42] "GET /virtual-machine-interface/173bf3cb-67e6-46df-b9a5-69a9188347bd?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.007809 10.0.0.27 - - [2025-11-27 03:26:42] "GET /instance-ip/ff566ac1-50a6-4ba6-a396-72e9e19d5919?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004288 10.0.0.27 - - [2025-11-27 03:26:42] "POST /fqname-to-id HTTP/1.1" 404 214 0.002717 10.0.0.27 - - [2025-11-27 03:26:42] "GET /virtual-network/7e4867cc-4192-43c9-9e23-4d0bdeebea18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005512 10.0.0.23 - - [2025-11-27 03:26:42] "GET /projects?obj_uuids=ebc7ecea-7939-4123-9591-e1a3d28e9195&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000852 10.0.0.27 - - [2025-11-27 03:26:42] "GET /project/ebc7ecea-7939-4123-9591-e1a3d28e9195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.038548 10.0.0.27 - - [2025-11-27 03:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.27 - - [2025-11-27 03:26:42] "GET /security-group/024e0ca7-64ab-4773-95ff-a96d0fbd1129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.004354 10.0.0.27 - - [2025-11-27 03:26:42] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.093827 10.0.0.27 - - [2025-11-27 03:26:42] "POST /instance-ips HTTP/1.1" 200 357 0.031201 10.0.0.27 - - [2025-11-27 03:26:42] "GET /virtual-machine-interface/86647883-370e-444d-a511-42fa5279ddac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.005641 10.0.0.27 - - [2025-11-27 03:26:42] "GET /virtual-machine-interface/86647883-370e-444d-a511-42fa5279ddac?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.008943 10.0.0.27 - - [2025-11-27 03:26:43] "GET /instance-ip/01fa35e8-f9ea-4810-a101-d61e7aa09231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.004374 10.0.0.27 - - [2025-11-27 03:26:43] "POST /fqname-to-id HTTP/1.1" 404 214 0.002867 10.0.0.27 - - [2025-11-27 03:26:43] "GET /virtual-network/16457e7b-df55-4ba8-a541-809e2c06e646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006357 10.0.0.27 - - [2025-11-27 03:26:43] "GET /virtual-machine-interface/4690a2a2-fe2e-4308-9bf0-bc5a815ac2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.007208 10.0.0.27 - - [2025-11-27 03:26:43] "GET /virtual-machine-interface/4690a2a2-fe2e-4308-9bf0-bc5a815ac2fa?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.007880 10.0.0.27 - - [2025-11-27 03:26:43] "GET /instance-ip/eee88f04-c76a-4705-a895-761dda88628b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005429 10.0.0.27 - - [2025-11-27 03:26:43] "POST /fqname-to-id HTTP/1.1" 404 214 0.002881 10.0.0.27 - - [2025-11-27 03:26:43] "GET /virtual-network/84a3eb79-63e7-4868-a42a-d1623654734a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005611 10.0.0.23 - - [2025-11-27 03:26:43] "GET /projects?obj_uuids=ebc7ecea-7939-4123-9591-e1a3d28e9195&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001316 10.0.0.27 - - [2025-11-27 03:26:43] "GET /project/ebc7ecea-7939-4123-9591-e1a3d28e9195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.040105 10.0.0.27 - - [2025-11-27 03:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.27 - - [2025-11-27 03:26:43] "GET /security-group/024e0ca7-64ab-4773-95ff-a96d0fbd1129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.004739 10.0.0.27 - - [2025-11-27 03:26:43] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.085446 10.0.0.27 - - [2025-11-27 03:26:43] "POST /instance-ips HTTP/1.1" 200 357 0.042074 10.0.0.27 - - [2025-11-27 03:26:43] "GET /virtual-machine-interface/c96bd4d9-abcf-4a18-8b45-46fa5cd37c26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005590 10.0.0.27 - - [2025-11-27 03:26:43] "GET /virtual-machine-interface/c96bd4d9-abcf-4a18-8b45-46fa5cd37c26?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.009219 10.0.0.27 - - [2025-11-27 03:26:43] "GET /instance-ip/657678d4-98ab-4afa-980c-a59f4a6e52cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1581 0.004436 10.0.0.27 - - [2025-11-27 03:26:45] "POST /id-to-fqname HTTP/1.1" 200 224 0.001225 10.0.0.27 - - [2025-11-27 03:26:45] "POST /neutron/port HTTP/1.1" 200 992 0.009804 10.0.0.27 - - [2025-11-27 03:26:45] "POST /neutron/port HTTP/1.1" 200 992 0.009975 10.0.0.27 - - [2025-11-27 03:26:45] "POST /neutron/port HTTP/1.1" 200 117 0.007630 10.0.0.27 - - [2025-11-27 03:26:45] "POST /id-to-fqname HTTP/1.1" 200 224 0.001119 10.0.0.27 - - [2025-11-27 03:26:46] "POST /neutron/port HTTP/1.1" 200 992 0.008390 10.0.0.27 - - [2025-11-27 03:26:46] "POST /neutron/port HTTP/1.1" 200 992 0.009684 10.0.0.27 - - [2025-11-27 03:26:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003826 10.0.0.27 - - [2025-11-27 03:26:46] "POST /neutron/network HTTP/1.1" 200 830 0.005528 10.0.0.23 - - [2025-11-27 03:26:46] "GET /projects?obj_uuids=ebc7ecea-7939-4123-9591-e1a3d28e9195&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001025 10.0.0.27 - - [2025-11-27 03:26:46] "GET /project/ebc7ecea-7939-4123-9591-e1a3d28e9195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.062991 10.0.0.27 - - [2025-11-27 03:26:47] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010552 10.0.0.27 - - [2025-11-27 03:26:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.001256 10.0.0.27 - - [2025-11-27 03:26:47] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006324 10.0.0.27 - - [2025-11-27 03:26:47] "POST /neutron/network HTTP/1.1" 200 837 0.005765 10.0.0.27 - - [2025-11-27 03:26:47] "POST /neutron/port HTTP/1.1" 200 992 0.008345 10.0.0.27 - - [2025-11-27 03:26:47] "POST /neutron/port HTTP/1.1" 200 1063 0.012944 10.0.0.27 - - [2025-11-27 03:26:47] "POST /neutron/security_group HTTP/1.1" 200 2062 0.014776 10.0.0.27 - - [2025-11-27 03:26:47] "POST /neutron/port HTTP/1.1" 200 1091 0.024004 10.0.0.27 - - [2025-11-27 03:26:48] "POST /neutron/router HTTP/1.1" 200 598 0.004823 10.0.0.27 - - [2025-11-27 03:26:48] "PUT /logical-router/793ff79d-54c9-41da-9b4a-264c1292d050 HTTP/1.1" 200 262 0.022833 10.0.0.27 - - [2025-11-27 03:26:48] "POST /neutron/network HTTP/1.1" 200 827 0.008226 10.0.0.27 - - [2025-11-27 03:26:48] "POST /neutron/port HTTP/1.1" 200 992 0.009229 10.0.0.27 - - [2025-11-27 03:26:48] "POST /neutron/port HTTP/1.1" 200 992 0.008761 10.0.0.27 - - [2025-11-27 03:26:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004847 10.0.0.27 - - [2025-11-27 03:26:48] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006375 10.0.0.27 - - [2025-11-27 03:26:48] "POST /neutron/port HTTP/1.1" 200 1058 0.017070 10.0.0.27 - - [2025-11-27 03:26:49] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006742 10.0.0.27 - - [2025-11-27 03:26:49] "GET /virtual-machine/d6e34f88-a489-4498-ae14-7e668d1ba63e HTTP/1.1" 401 292 0.000386 10.0.0.27 - - [2025-11-27 03:26:49] "GET /virtual-machine/d6e34f88-a489-4498-ae14-7e668d1ba63e HTTP/1.1" 200 1275 0.030335 10.0.0.27 - - [2025-11-27 03:26:49] "GET /virtual-machine-interface/dd967d1f-69c3-4477-aa1d-2681d98fc572 HTTP/1.1" 200 3188 0.006399 10.0.0.27 - - [2025-11-27 03:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.27 - - [2025-11-27 03:26:49] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002931 10.0.0.27 - - [2025-11-27 03:26:49] "GET /virtual-networks?parent_id=ebc7ecea-7939-4123-9591-e1a3d28e9195&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002683 10.0.0.27 - - [2025-11-27 03:26:49] "GET /virtual-network/16457e7b-df55-4ba8-a541-809e2c06e646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005135 10.0.0.27 - - [2025-11-27 03:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.27 - - [2025-11-27 03:26:52] "GET /virtual-network/16457e7b-df55-4ba8-a541-809e2c06e646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004611 10.0.0.27 - - [2025-11-27 03:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004295 10.0.0.27 - - [2025-11-27 03:26:56] "GET /virtual-network/16457e7b-df55-4ba8-a541-809e2c06e646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005751 10.0.0.27 - - [2025-11-27 03:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.27 - - [2025-11-27 03:27:00] "GET /virtual-network/16457e7b-df55-4ba8-a541-809e2c06e646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005234 10.0.0.27 - - [2025-11-27 03:27:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.018064 10.0.0.27 - - [2025-11-27 03:27:04] "GET /virtual-network/16457e7b-df55-4ba8-a541-809e2c06e646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005486 10.0.0.27 - - [2025-11-27 03:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.27 - - [2025-11-27 03:27:09] "GET /virtual-network/16457e7b-df55-4ba8-a541-809e2c06e646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005356 10.0.0.27 - - [2025-11-27 03:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.27 - - [2025-11-27 03:27:13] "GET /virtual-network/16457e7b-df55-4ba8-a541-809e2c06e646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005488 10.0.0.27 - - [2025-11-27 03:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.27 - - [2025-11-27 03:27:17] "GET /virtual-network/16457e7b-df55-4ba8-a541-809e2c06e646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004689 10.0.0.33 - - [2025-11-27 03:27:18] "GET /obj-perms HTTP/1.1" 200 5056 0.060953 10.0.0.27 - - [2025-11-27 03:27:18] "POST /neutron/network HTTP/1.1" 200 840 0.005973 10.0.0.27 - - [2025-11-27 03:27:18] "POST /neutron/port HTTP/1.1" 200 117 0.001049 10.0.0.23 - - [2025-11-27 03:27:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.23 - - [2025-11-27 03:27:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.23 - - [2025-11-27 03:27:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.23 - - [2025-11-27 03:27:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000482 10.0.0.33 - - [2025-11-27 03:27:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000519 10.0.0.33 - - [2025-11-27 03:27:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.27 - - [2025-11-27 03:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.27 - - [2025-11-27 03:27:21] "GET /virtual-network/16457e7b-df55-4ba8-a541-809e2c06e646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006153 10.0.0.27 - - [2025-11-27 03:27:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000538 10.0.0.27 - - [2025-11-27 03:27:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000511 10.0.0.33 - - [2025-11-27 03:27:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000480 10.0.0.33 - - [2025-11-27 03:27:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000475 10.0.0.27 - - [2025-11-27 03:27:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.27 - - [2025-11-27 03:27:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.27 - - [2025-11-27 03:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.27 - - [2025-11-27 03:27:25] "GET /virtual-network/16457e7b-df55-4ba8-a541-809e2c06e646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004695 10.0.0.27 - - [2025-11-27 03:27:25] "POST /neutron/port HTTP/1.1" 200 1091 0.015954 10.0.0.27 - - [2025-11-27 03:27:25] "POST /neutron/subnet HTTP/1.1" 200 694 0.008264 10.0.0.27 - - [2025-11-27 03:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.27 - - [2025-11-27 03:27:29] "GET /virtual-network/16457e7b-df55-4ba8-a541-809e2c06e646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004894 10.0.0.27 - - [2025-11-27 03:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.27 - - [2025-11-27 03:27:33] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003778 10.0.0.27 - - [2025-11-27 03:27:33] "GET /virtual-networks?parent_id=ebc7ecea-7939-4123-9591-e1a3d28e9195&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002708 10.0.0.27 - - [2025-11-27 03:27:33] "GET /virtual-network/16457e7b-df55-4ba8-a541-809e2c06e646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005428 10.0.0.27 - - [2025-11-27 03:27:33] "POST /neutron/port HTTP/1.1" 200 1058 0.012873 10.0.0.23 - - [2025-11-27 03:27:35] "DELETE /project/ebc7ecea793941239591e1a3d28e9195 HTTP/1.1" 404 173 0.004077 10.0.0.23 - - [2025-11-27 03:27:35] "GET /projects?obj_uuids=1f1420d7-c429-48fb-aed4-575c315b5e0f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000969 10.0.0.23 - - [2025-11-27 03:27:35] "GET /project/1f1420d7-c429-48fb-aed4-575c315b5e0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.033380 10.0.0.23 - - [2025-11-27 03:27:35] "GET /projects?obj_uuids=1f1420d7-c429-48fb-aed4-575c315b5e0f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000844 10.0.0.23 - - [2025-11-27 03:27:35] "GET /project/1f1420d7-c429-48fb-aed4-575c315b5e0f?fields=security_groups HTTP/1.1" 200 1354 0.082943 10.0.0.23 - - [2025-11-27 03:27:35] "DELETE /security-group/3f1e78c6-d4b3-4009-9a81-1bf70a0ef873 HTTP/1.1" 404 197 0.022977 10.0.0.23 - - [2025-11-27 03:27:35] "GET /projects?obj_uuids=1f1420d7-c429-48fb-aed4-575c315b5e0f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000851 10.0.0.27 - - [2025-11-27 03:27:35] "DELETE /access-control-list/7fc0e4e8-2401-42eb-a11a-d4d498a8f149 HTTP/1.1" 200 115 0.051040 10.0.0.23 - - [2025-11-27 03:27:35] "GET /project/1f1420d7-c429-48fb-aed4-575c315b5e0f?fields=application_policy_sets HTTP/1.1" 200 1393 0.046696 10.0.0.23 - - [2025-11-27 03:27:35] "DELETE /project/1f1420d7-c429-48fb-aed4-575c315b5e0f HTTP/1.1" 200 115 0.451674 10.0.0.27 - - [2025-11-27 03:27:38] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006854 10.0.0.27 - - [2025-11-27 03:27:42] "POST /neutron/port HTTP/1.1" 200 1058 0.037730 10.0.0.27 - - [2025-11-27 03:27:43] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006588 10.0.0.27 - - [2025-11-27 03:27:49] "POST /neutron/port HTTP/1.1" 200 1058 0.015149 10.0.0.27 - - [2025-11-27 03:27:54] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007708 10.0.0.27 - - [2025-11-27 03:27:54] "POST /neutron/port HTTP/1.1" 200 1091 0.014177 10.0.0.27 - - [2025-11-27 03:27:54] "GET /virtual-machine/a32a8b8e-56d6-4d7f-97f3-a19522ca519f HTTP/1.1" 200 1297 0.005559 10.0.0.27 - - [2025-11-27 03:27:54] "GET /virtual-machine-interface/ad4ac01f-ffbc-4b0f-8d3e-f88344d015b7 HTTP/1.1" 200 2962 0.005020 10.0.0.27 - - [2025-11-27 03:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.27 - - [2025-11-27 03:27:54] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003031 10.0.0.27 - - [2025-11-27 03:27:54] "GET /virtual-networks?parent_id=ebc7ecea-7939-4123-9591-e1a3d28e9195&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004132 10.0.0.27 - - [2025-11-27 03:27:54] "GET /virtual-network/84a3eb79-63e7-4868-a42a-d1623654734a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005362 10.0.0.27 - - [2025-11-27 03:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.27 - - [2025-11-27 03:27:55] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003493 10.0.0.27 - - [2025-11-27 03:27:55] "GET /virtual-networks?parent_id=ebc7ecea-7939-4123-9591-e1a3d28e9195&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002618 10.0.0.27 - - [2025-11-27 03:27:55] "GET /virtual-network/84a3eb79-63e7-4868-a42a-d1623654734a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006229 10.0.0.27 - - [2025-11-27 03:27:56] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007890 10.0.0.27 - - [2025-11-27 03:27:56] "POST /neutron/port HTTP/1.1" 200 1058 0.016235 10.0.0.27 - - [2025-11-27 03:27:56] "GET /virtual-machine/372d2e7c-ec49-453e-bc26-c8160fdd06c6 HTTP/1.1" 200 1274 0.005923 10.0.0.27 - - [2025-11-27 03:27:56] "GET /virtual-machine-interface/4690a2a2-fe2e-4308-9bf0-bc5a815ac2fa HTTP/1.1" 200 3187 0.007223 10.0.0.27 - - [2025-11-27 03:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.007489 10.0.0.27 - - [2025-11-27 03:27:56] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004199 10.0.0.27 - - [2025-11-27 03:27:56] "GET /virtual-networks?parent_id=ebc7ecea-7939-4123-9591-e1a3d28e9195&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004656 10.0.0.27 - - [2025-11-27 03:27:56] "GET /virtual-network/16457e7b-df55-4ba8-a541-809e2c06e646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005555 10.0.0.27 - - [2025-11-27 03:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.27 - - [2025-11-27 03:27:57] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002930 10.0.0.27 - - [2025-11-27 03:27:57] "GET /virtual-networks?parent_id=ebc7ecea-7939-4123-9591-e1a3d28e9195&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003918 10.0.0.27 - - [2025-11-27 03:27:57] "GET /virtual-network/16457e7b-df55-4ba8-a541-809e2c06e646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.011330 10.0.0.27 - - [2025-11-27 03:28:18] "GET /obj-perms HTTP/1.1" 200 5056 0.057631 10.0.0.27 - - [2025-11-27 03:28:19] "POST /neutron/port HTTP/1.1" 200 1058 0.042108 10.0.0.27 - - [2025-11-27 03:28:19] "POST /neutron/subnet HTTP/1.1" 200 708 0.008704 10.0.0.27 - - [2025-11-27 03:28:26] "POST /neutron/port HTTP/1.1" 200 1091 0.052287 10.0.0.27 - - [2025-11-27 03:28:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003957 10.0.0.27 - - [2025-11-27 03:28:27] "POST /neutron/network HTTP/1.1" 200 827 0.008288 10.0.0.27 - - [2025-11-27 03:29:13] "POST /neutron/router HTTP/1.1" 200 598 0.009023 10.0.0.27 - - [2025-11-27 03:29:13] "POST /neutron/router HTTP/1.1" 200 151 0.059585 10.0.0.27 - - [2025-11-27 03:29:14] "POST /ref-update HTTP/1.1" 200 156 0.013961 10.0.0.27 - - [2025-11-27 03:29:14] "POST /neutron/port HTTP/1.1" 200 151 0.138381 10.0.0.27 - - [2025-11-27 03:29:15] "DELETE /instance-ip/657678d4-98ab-4afa-980c-a59f4a6e52cd HTTP/1.1" 200 115 0.037984 10.0.0.27 - - [2025-11-27 03:29:15] "DELETE /virtual-machine-interface/c96bd4d9-abcf-4a18-8b45-46fa5cd37c26 HTTP/1.1" 200 115 0.047315 10.0.0.27 - - [2025-11-27 03:29:15] "DELETE /instance-ip/01fa35e8-f9ea-4810-a101-d61e7aa09231 HTTP/1.1" 200 115 0.042879 10.0.0.27 - - [2025-11-27 03:29:15] "DELETE /virtual-machine-interface/86647883-370e-444d-a511-42fa5279ddac HTTP/1.1" 200 115 0.040725 10.0.0.27 - - [2025-11-27 03:29:16] "POST /neutron/port HTTP/1.1" 200 992 0.015451 10.0.0.27 - - [2025-11-27 03:29:16] "DELETE /instance-ip/0111c372-53ea-430e-a128-020057800497 HTTP/1.1" 200 115 0.043830 10.0.0.27 - - [2025-11-27 03:29:16] "DELETE /virtual-machine-interface/13e03540-c926-40e4-be5b-f111765e82e1 HTTP/1.1" 200 115 0.049391 10.0.0.27 - - [2025-11-27 03:29:16] "POST /neutron/port HTTP/1.1" 200 151 0.150815 10.0.0.27 - - [2025-11-27 03:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.27 - - [2025-11-27 03:29:16] "POST /neutron/network HTTP/1.1" 200 830 0.007625 10.0.0.27 - - [2025-11-27 03:29:16] "DELETE /route-target/1b0cdf7c-f24a-472b-8883-bf7dcf3bc366 HTTP/1.1" 200 115 0.022444 10.0.0.23 - - [2025-11-27 03:29:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003280 10.0.0.23 - - [2025-11-27 03:29:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002944 10.0.0.27 - - [2025-11-27 03:29:16] "POST /neutron/network HTTP/1.1" 200 151 0.127327 10.0.0.23 - - [2025-11-27 03:29:16] "GET /projects?obj_uuids=ebc7ecea-7939-4123-9591-e1a3d28e9195&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000992 10.0.0.27 - - [2025-11-27 03:29:16] "GET /project/ebc7ecea-7939-4123-9591-e1a3d28e9195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.087328 10.0.0.23 - - [2025-11-27 03:29:16] "GET /projects?obj_uuids=ebc7ecea-7939-4123-9591-e1a3d28e9195&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001070 10.0.0.27 - - [2025-11-27 03:29:17] "GET /project/ebc7ecea-7939-4123-9591-e1a3d28e9195?fields=virtual_networks HTTP/1.1" 200 1041 0.038295 10.0.0.23 - - [2025-11-27 03:29:17] "GET /projects?obj_uuids=ebc7ecea-7939-4123-9591-e1a3d28e9195&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001307 10.0.0.27 - - [2025-11-27 03:29:17] "GET /project/ebc7ecea-7939-4123-9591-e1a3d28e9195?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.039159 10.0.0.23 - - [2025-11-27 03:29:17] "GET /projects?obj_uuids=ebc7ecea-7939-4123-9591-e1a3d28e9195&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000885 10.0.0.27 - - [2025-11-27 03:29:17] "GET /project/ebc7ecea-7939-4123-9591-e1a3d28e9195?fields=security_groups HTTP/1.1" 200 1271 0.036961 10.0.0.27 - - [2025-11-27 03:29:18] "POST /fqname-to-id HTTP/1.1" 404 187 0.027094 10.0.0.23 - - [2025-11-27 03:29:18] "GET /projects?obj_uuids=ada664f0-8b11-4e70-9693-9c6865bc57ea&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003052 10.0.0.23 - - [2025-11-27 03:29:18] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000853 10.0.0.23 - - [2025-11-27 03:29:18] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005938 10.0.0.23 - - [2025-11-27 03:29:18] "POST /id-to-fqname HTTP/1.1" 200 189 0.002142 10.0.0.23 - - [2025-11-27 03:29:18] "POST /fqname-to-id HTTP/1.1" 404 198 0.010936 10.0.0.23 - - [2025-11-27 03:29:18] "POST /security-groups HTTP/1.1" 200 590 0.029491 10.0.0.27 - - [2025-11-27 03:29:18] "POST /fqname-to-id HTTP/1.1" 404 233 0.002636 10.0.0.23 - - [2025-11-27 03:29:18] "POST /projects HTTP/1.1" 200 583 0.219326 10.0.0.23 - - [2025-11-27 03:29:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.289100 10.0.0.27 - - [2025-11-27 03:29:18] "POST /access-control-lists HTTP/1.1" 200 593 0.026807 10.0.0.27 - - [2025-11-27 03:29:18] "GET /project/ada664f0-8b11-4e70-9693-9c6865bc57ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.408894 10.0.0.27 - - [2025-11-27 03:29:19] "GET / HTTP/1.1" 200 35931 0.002083 10.0.0.27 - - [2025-11-27 03:29:19] "POST /neutron/port HTTP/1.1" 200 117 0.005491 10.0.0.27 - - [2025-11-27 03:29:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000446 10.0.0.27 - - [2025-11-27 03:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.030182 10.0.0.23 - - [2025-11-27 03:29:22] "GET /projects?obj_uuids=ada664f0-8b11-4e70-9693-9c6865bc57ea&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001241 10.0.0.27 - - [2025-11-27 03:29:22] "GET /project/ada664f0-8b11-4e70-9693-9c6865bc57ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.045138 10.0.0.23 - - [2025-11-27 03:29:22] "GET /projects?obj_uuids=ada664f0-8b11-4e70-9693-9c6865bc57ea&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001213 10.0.0.27 - - [2025-11-27 03:29:22] "POST /neutron/network HTTP/1.1" 200 604 0.157904 10.0.0.27 - - [2025-11-27 03:29:22] "POST /id-to-fqname HTTP/1.1" 200 219 0.003029 10.0.0.27 - - [2025-11-27 03:29:22] "GET /virtual-network/11db0a15-c627-42ba-9f1e-4469ef97e789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006681 10.0.0.27 - - [2025-11-27 03:29:22] "POST /neutron/network HTTP/1.1" 200 823 0.007814 10.0.0.27 - - [2025-11-27 03:29:22] "GET /virtual-network/11db0a15-c627-42ba-9f1e-4469ef97e789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005149 10.0.0.27 - - [2025-11-27 03:29:23] "GET /virtual-network/11db0a15-c627-42ba-9f1e-4469ef97e789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006075 10.0.0.23 - - [2025-11-27 03:29:24] "GET /obj-perms HTTP/1.1" 200 5028 0.061436 10.0.0.27 - - [2025-11-27 03:29:24] "POST /id-to-fqname HTTP/1.1" 200 219 0.001184 10.0.0.27 - - [2025-11-27 03:29:25] "POST /neutron/network HTTP/1.1" 200 833 0.006341 10.0.0.23 - - [2025-11-27 03:29:25] "GET /projects?obj_uuids=ada664f0-8b11-4e70-9693-9c6865bc57ea&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000926 10.0.0.27 - - [2025-11-27 03:29:25] "GET /project/ada664f0-8b11-4e70-9693-9c6865bc57ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.079542 10.0.0.27 - - [2025-11-27 03:29:25] "POST /neutron/port HTTP/1.1" 200 117 0.006236 10.0.0.27 - - [2025-11-27 03:29:25] "POST /id-to-fqname HTTP/1.1" 200 219 0.001195 10.0.0.27 - - [2025-11-27 03:29:26] "POST /neutron/network HTTP/1.1" 200 833 0.007179 10.0.0.27 - - [2025-11-27 03:29:26] "POST /neutron/port HTTP/1.1" 200 1059 0.014764 10.0.0.23 - - [2025-11-27 03:29:27] "GET /projects?obj_uuids=ada664f0-8b11-4e70-9693-9c6865bc57ea&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001547 10.0.0.27 - - [2025-11-27 03:29:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003448 10.0.0.27 - - [2025-11-27 03:29:27] "GET /project/ada664f0-8b11-4e70-9693-9c6865bc57ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.079385 10.0.0.27 - - [2025-11-27 03:29:27] "POST /neutron/port HTTP/1.1" 200 117 0.001064 10.0.0.27 - - [2025-11-27 03:29:27] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008063 10.0.0.27 - - [2025-11-27 03:29:27] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006478 10.0.0.27 - - [2025-11-27 03:29:28] "POST /neutron/port HTTP/1.1" 200 1059 0.017108 10.0.0.27 - - [2025-11-27 03:29:28] "POST /neutron/port HTTP/1.1" 200 1087 0.014915 10.0.0.27 - - [2025-11-27 03:29:28] "POST /neutron/port HTTP/1.1" 200 117 0.001061 10.0.0.27 - - [2025-11-27 03:29:32] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006365 10.0.0.27 - - [2025-11-27 03:29:32] "POST /neutron/port HTTP/1.1" 200 1087 0.014966 10.0.0.27 - - [2025-11-27 03:29:32] "GET /virtual-machine/7008969e-2341-42bd-bd52-659b2c86b947 HTTP/1.1" 401 292 0.000414 10.0.0.27 - - [2025-11-27 03:29:33] "GET /virtual-machine/7008969e-2341-42bd-bd52-659b2c86b947 HTTP/1.1" 200 1291 0.042131 10.0.0.27 - - [2025-11-27 03:29:33] "GET /virtual-machine-interface/9e795f88-7ef7-4499-83be-3906b2c1d9c3 HTTP/1.1" 200 2936 0.005148 10.0.0.27 - - [2025-11-27 03:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.27 - - [2025-11-27 03:29:33] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003442 10.0.0.27 - - [2025-11-27 03:29:33] "GET /virtual-networks?parent_id=ada664f0-8b11-4e70-9693-9c6865bc57ea&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002443 10.0.0.27 - - [2025-11-27 03:29:33] "GET /virtual-network/11db0a15-c627-42ba-9f1e-4469ef97e789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007560 10.0.0.23 - - [2025-11-27 03:29:35] "DELETE /project/ada664f08b114e7096939c6865bc57ea HTTP/1.1" 404 173 0.005464 10.0.0.23 - - [2025-11-27 03:29:35] "GET /projects?obj_uuids=ebc7ecea-7939-4123-9591-e1a3d28e9195&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001107 10.0.0.23 - - [2025-11-27 03:29:35] "GET /project/ebc7ecea-7939-4123-9591-e1a3d28e9195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.044256 10.0.0.23 - - [2025-11-27 03:29:35] "GET /projects?obj_uuids=ebc7ecea-7939-4123-9591-e1a3d28e9195&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000771 10.0.0.23 - - [2025-11-27 03:29:35] "GET /project/ebc7ecea-7939-4123-9591-e1a3d28e9195?fields=security_groups HTTP/1.1" 200 1376 0.042651 10.0.0.23 - - [2025-11-27 03:29:35] "DELETE /security-group/024e0ca7-64ab-4773-95ff-a96d0fbd1129 HTTP/1.1" 404 177 0.006686 10.0.0.27 - - [2025-11-27 03:29:35] "DELETE /access-control-list/0bf71f59-08ad-4a33-b022-9c6733666ef2 HTTP/1.1" 200 115 0.044949 10.0.0.23 - - [2025-11-27 03:29:35] "GET /projects?obj_uuids=ebc7ecea-7939-4123-9591-e1a3d28e9195&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000891 10.0.0.23 - - [2025-11-27 03:29:35] "GET /project/ebc7ecea-7939-4123-9591-e1a3d28e9195?fields=application_policy_sets HTTP/1.1" 200 1415 0.040550 10.0.0.23 - - [2025-11-27 03:29:36] "DELETE /project/ebc7ecea-7939-4123-9591-e1a3d28e9195 HTTP/1.1" 200 115 0.370647 10.0.0.27 - - [2025-11-27 03:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.27 - - [2025-11-27 03:29:36] "GET /virtual-network/11db0a15-c627-42ba-9f1e-4469ef97e789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005228 10.0.0.27 - - [2025-11-27 03:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.27 - - [2025-11-27 03:29:40] "GET /virtual-network/11db0a15-c627-42ba-9f1e-4469ef97e789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004618 10.0.0.27 - - [2025-11-27 03:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005258 10.0.0.27 - - [2025-11-27 03:29:44] "GET /virtual-network/11db0a15-c627-42ba-9f1e-4469ef97e789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005014 10.0.0.27 - - [2025-11-27 03:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006244 10.0.0.27 - - [2025-11-27 03:29:48] "GET /virtual-network/11db0a15-c627-42ba-9f1e-4469ef97e789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005141 10.0.0.27 - - [2025-11-27 03:29:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.27 - - [2025-11-27 03:29:52] "GET /virtual-network/11db0a15-c627-42ba-9f1e-4469ef97e789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004837 10.0.0.27 - - [2025-11-27 03:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.27 - - [2025-11-27 03:29:56] "GET /virtual-network/11db0a15-c627-42ba-9f1e-4469ef97e789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005048 10.0.0.27 - - [2025-11-27 03:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006616 10.0.0.27 - - [2025-11-27 03:30:00] "GET /virtual-network/11db0a15-c627-42ba-9f1e-4469ef97e789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007607 10.0.0.27 - - [2025-11-27 03:30:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.012120 10.0.0.27 - - [2025-11-27 03:30:05] "GET /virtual-network/11db0a15-c627-42ba-9f1e-4469ef97e789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005064 10.0.0.27 - - [2025-11-27 03:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.27 - - [2025-11-27 03:30:09] "GET /virtual-network/11db0a15-c627-42ba-9f1e-4469ef97e789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004712 10.0.0.27 - - [2025-11-27 03:30:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.27 - - [2025-11-27 03:30:13] "GET /virtual-network/11db0a15-c627-42ba-9f1e-4469ef97e789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005340 10.0.0.27 - - [2025-11-27 03:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.27 - - [2025-11-27 03:30:17] "GET /virtual-network/11db0a15-c627-42ba-9f1e-4469ef97e789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005082 10.0.0.27 - - [2025-11-27 03:30:20] "POST /neutron/port HTTP/1.1" 200 1087 0.014443 10.0.0.27 - - [2025-11-27 03:30:20] "POST /neutron/subnet HTTP/1.1" 200 698 0.009243 10.0.0.33 - - [2025-11-27 03:30:21] "GET /obj-perms HTTP/1.1" 200 5056 0.065947 10.0.0.27 - - [2025-11-27 03:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.27 - - [2025-11-27 03:30:21] "GET /virtual-network/11db0a15-c627-42ba-9f1e-4469ef97e789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004759 10.0.0.27 - - [2025-11-27 03:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.27 - - [2025-11-27 03:30:25] "GET /virtual-network/11db0a15-c627-42ba-9f1e-4469ef97e789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005328 10.0.0.27 - - [2025-11-27 03:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.27 - - [2025-11-27 03:30:27] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004129 10.0.0.27 - - [2025-11-27 03:30:27] "GET /virtual-networks?parent_id=ada664f0-8b11-4e70-9693-9c6865bc57ea&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002737 10.0.0.27 - - [2025-11-27 03:30:27] "GET /virtual-network/11db0a15-c627-42ba-9f1e-4469ef97e789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005135 10.0.0.27 - - [2025-11-27 03:30:27] "POST /neutron/port HTTP/1.1" 200 1087 0.015038 10.0.0.27 - - [2025-11-27 03:30:31] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006151 10.0.0.27 - - [2025-11-27 03:30:38] "POST /neutron/port HTTP/1.1" 200 1087 0.017999 10.0.0.27 - - [2025-11-27 03:30:38] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006339 10.0.0.27 - - [2025-11-27 03:30:48] "POST /neutron/port HTTP/1.1" 200 1087 0.014688 10.0.0.27 - - [2025-11-27 03:30:48] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006634 10.0.0.27 - - [2025-11-27 03:30:48] "GET /virtual-machine/dd103dcb-f4e7-4b32-b3c8-6bfd18d518bb HTTP/1.1" 200 1292 0.005865 10.0.0.27 - - [2025-11-27 03:30:48] "GET /virtual-machine-interface/aa0ba301-9c20-471c-87fd-0edd612d164c HTTP/1.1" 200 2936 0.004528 10.0.0.27 - - [2025-11-27 03:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.27 - - [2025-11-27 03:30:48] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003366 10.0.0.27 - - [2025-11-27 03:30:48] "GET /virtual-networks?parent_id=ada664f0-8b11-4e70-9693-9c6865bc57ea&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002655 10.0.0.27 - - [2025-11-27 03:30:48] "GET /virtual-network/11db0a15-c627-42ba-9f1e-4469ef97e789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005529 10.0.0.27 - - [2025-11-27 03:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.27 - - [2025-11-27 03:30:49] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002888 10.0.0.27 - - [2025-11-27 03:30:49] "GET /virtual-networks?parent_id=ada664f0-8b11-4e70-9693-9c6865bc57ea&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002894 10.0.0.27 - - [2025-11-27 03:30:49] "GET /virtual-network/11db0a15-c627-42ba-9f1e-4469ef97e789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005567 10.0.0.27 - - [2025-11-27 03:31:21] "GET /obj-perms HTTP/1.1" 200 5056 0.047519 10.0.0.27 - - [2025-11-27 03:31:22] "POST /neutron/port HTTP/1.1" 200 1087 0.014517 10.0.0.27 - - [2025-11-27 03:31:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003767 10.0.0.27 - - [2025-11-27 03:31:22] "POST /neutron/network HTTP/1.1" 200 823 0.006295 10.0.0.27 - - [2025-11-27 03:32:09] "POST /neutron/port HTTP/1.1" 200 1087 0.016666 10.0.0.27 - - [2025-11-27 03:32:09] "POST /neutron/port HTTP/1.1" 200 151 0.157413 10.0.0.27 - - [2025-11-27 03:32:10] "POST /neutron/network HTTP/1.1" 200 823 0.006691 10.0.0.27 - - [2025-11-27 03:32:11] "DELETE /route-target/24bf5658-5dab-4af7-8f84-56ba3d0b51f6 HTTP/1.1" 200 115 0.080848 10.0.0.23 - - [2025-11-27 03:32:12] "GET /projects?obj_uuids=ada664f0-8b11-4e70-9693-9c6865bc57ea&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.030080 10.0.0.27 - - [2025-11-27 03:32:12] "GET /project/ada664f0-8b11-4e70-9693-9c6865bc57ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.101232 10.0.0.23 - - [2025-11-27 03:32:12] "GET /projects?obj_uuids=ada664f0-8b11-4e70-9693-9c6865bc57ea&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000865 10.0.0.27 - - [2025-11-27 03:32:12] "GET /project/ada664f0-8b11-4e70-9693-9c6865bc57ea?fields=virtual_networks HTTP/1.1" 200 1031 0.032709 10.0.0.23 - - [2025-11-27 03:32:12] "GET /projects?obj_uuids=ada664f0-8b11-4e70-9693-9c6865bc57ea&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001344 10.0.0.27 - - [2025-11-27 03:32:12] "GET /project/ada664f0-8b11-4e70-9693-9c6865bc57ea?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.041496 10.0.0.23 - - [2025-11-27 03:32:12] "GET /projects?obj_uuids=ada664f0-8b11-4e70-9693-9c6865bc57ea&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001033 10.0.0.27 - - [2025-11-27 03:32:12] "GET /project/ada664f0-8b11-4e70-9693-9c6865bc57ea?fields=security_groups HTTP/1.1" 200 1256 0.032526 10.0.0.27 - - [2025-11-27 03:32:13] "POST /fqname-to-id HTTP/1.1" 404 187 0.029186 10.0.0.23 - - [2025-11-27 03:32:13] "GET /projects?obj_uuids=d82235a2-2867-4a95-952d-5fc43ea5552b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002884 10.0.0.23 - - [2025-11-27 03:32:13] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000916 10.0.0.23 - - [2025-11-27 03:32:13] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.035042 10.0.0.23 - - [2025-11-27 03:32:13] "POST /id-to-fqname HTTP/1.1" 200 189 0.005286 10.0.0.23 - - [2025-11-27 03:32:13] "POST /fqname-to-id HTTP/1.1" 404 198 0.008538 10.0.0.23 - - [2025-11-27 03:32:14] "POST /security-groups HTTP/1.1" 200 590 0.027842 10.0.0.23 - - [2025-11-27 03:32:14] "POST /projects HTTP/1.1" 200 583 0.217419 10.0.0.23 - - [2025-11-27 03:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.294513 10.0.0.27 - - [2025-11-27 03:32:14] "POST /fqname-to-id HTTP/1.1" 404 232 0.013122 10.0.0.27 - - [2025-11-27 03:32:14] "GET /project/d82235a2-2867-4a95-952d-5fc43ea5552b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.448832 10.0.0.27 - - [2025-11-27 03:32:15] "GET / HTTP/1.1" 200 35931 0.001588 10.0.0.27 - - [2025-11-27 03:32:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000442 10.0.0.27 - - [2025-11-27 03:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.054373 10.0.0.23 - - [2025-11-27 03:32:17] "GET /projects?obj_uuids=d82235a2-2867-4a95-952d-5fc43ea5552b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000870 10.0.0.27 - - [2025-11-27 03:32:17] "GET /project/d82235a2-2867-4a95-952d-5fc43ea5552b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.034174 10.0.0.23 - - [2025-11-27 03:32:17] "GET /projects?obj_uuids=d82235a2-2867-4a95-952d-5fc43ea5552b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000943 10.0.0.27 - - [2025-11-27 03:32:17] "POST /neutron/network HTTP/1.1" 200 604 0.131184 10.0.0.27 - - [2025-11-27 03:32:17] "POST /ref-update HTTP/1.1" 200 156 0.028815 10.0.0.27 - - [2025-11-27 03:32:18] "POST /id-to-fqname HTTP/1.1" 200 219 0.002912 10.0.0.27 - - [2025-11-27 03:32:18] "GET /virtual-network/78b146da-bf96-4054-b884-53b7d9a2b203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005602 10.0.0.27 - - [2025-11-27 03:32:18] "POST /neutron/network HTTP/1.1" 200 823 0.005638 10.0.0.27 - - [2025-11-27 03:32:18] "GET /virtual-network/78b146da-bf96-4054-b884-53b7d9a2b203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007162 10.0.0.27 - - [2025-11-27 03:32:18] "GET /virtual-network/78b146da-bf96-4054-b884-53b7d9a2b203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005258 10.0.0.27 - - [2025-11-27 03:32:20] "POST /id-to-fqname HTTP/1.1" 200 219 0.001231 10.0.0.27 - - [2025-11-27 03:32:20] "POST /neutron/network HTTP/1.1" 200 833 0.006355 10.0.0.23 - - [2025-11-27 03:32:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.23 - - [2025-11-27 03:32:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000494 10.0.0.23 - - [2025-11-27 03:32:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000490 10.0.0.23 - - [2025-11-27 03:32:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000482 10.0.0.33 - - [2025-11-27 03:32:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.23 - - [2025-11-27 03:32:21] "GET /projects?obj_uuids=d82235a2-2867-4a95-952d-5fc43ea5552b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000894 10.0.0.33 - - [2025-11-27 03:32:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000320 10.0.0.27 - - [2025-11-27 03:32:21] "GET /project/d82235a2-2867-4a95-952d-5fc43ea5552b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.109685 10.0.0.27 - - [2025-11-27 03:32:21] "POST /neutron/port HTTP/1.1" 200 117 0.005551 10.0.0.27 - - [2025-11-27 03:32:21] "POST /id-to-fqname HTTP/1.1" 200 219 0.001137 10.0.0.27 - - [2025-11-27 03:32:21] "POST /neutron/network HTTP/1.1" 200 833 0.007096 10.0.0.27 - - [2025-11-27 03:32:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000486 10.0.0.27 - - [2025-11-27 03:32:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000331 10.0.0.33 - - [2025-11-27 03:32:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.27 - - [2025-11-27 03:32:22] "POST /neutron/port HTTP/1.1" 200 1059 0.013097 10.0.0.27 - - [2025-11-27 03:32:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003765 10.0.0.27 - - [2025-11-27 03:32:22] "POST /neutron/network HTTP/1.1" 200 823 0.009161 10.0.0.33 - - [2025-11-27 03:32:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.23 - - [2025-11-27 03:32:22] "GET /projects?obj_uuids=d82235a2-2867-4a95-952d-5fc43ea5552b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000896 10.0.0.27 - - [2025-11-27 03:32:22] "GET /project/d82235a2-2867-4a95-952d-5fc43ea5552b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.263894 10.0.0.23 - - [2025-11-27 03:32:22] "GET /obj-perms HTTP/1.1" 200 5056 0.112462 10.0.0.27 - - [2025-11-27 03:32:22] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007615 10.0.0.27 - - [2025-11-27 03:32:23] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007790 10.0.0.27 - - [2025-11-27 03:32:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.27 - - [2025-11-27 03:32:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.27 - - [2025-11-27 03:32:23] "POST /neutron/port HTTP/1.1" 200 1059 0.012984 10.0.0.27 - - [2025-11-27 03:32:23] "POST /neutron/port HTTP/1.1" 200 1087 0.017671 10.0.0.27 - - [2025-11-27 03:32:24] "POST /neutron/port HTTP/1.1" 200 117 0.001052 10.0.0.27 - - [2025-11-27 03:32:24] "POST /neutron/port HTTP/1.1" 200 1087 0.015202 10.0.0.27 - - [2025-11-27 03:32:24] "POST /neutron/subnet HTTP/1.1" 200 698 0.007779 10.0.0.27 - - [2025-11-27 03:32:28] "POST /neutron/port HTTP/1.1" 200 1087 0.013662 10.0.0.27 - - [2025-11-27 03:32:28] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008955 10.0.0.27 - - [2025-11-27 03:32:28] "GET /virtual-machine/0c90e71a-b74f-4fa5-8506-27c3209bae4d HTTP/1.1" 401 292 0.000573 10.0.0.27 - - [2025-11-27 03:32:28] "GET /virtual-machine/0c90e71a-b74f-4fa5-8506-27c3209bae4d HTTP/1.1" 200 1289 0.027865 10.0.0.27 - - [2025-11-27 03:32:28] "GET /virtual-machine-interface/f07166fe-35f9-4197-8668-9582b6ca5caa HTTP/1.1" 200 2936 0.005070 10.0.0.27 - - [2025-11-27 03:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.27 - - [2025-11-27 03:32:28] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004285 10.0.0.27 - - [2025-11-27 03:32:28] "GET /virtual-networks?parent_id=d82235a2-2867-4a95-952d-5fc43ea5552b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002757 10.0.0.27 - - [2025-11-27 03:32:28] "GET /virtual-network/78b146da-bf96-4054-b884-53b7d9a2b203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005362 10.0.0.27 - - [2025-11-27 03:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.27 - - [2025-11-27 03:32:31] "GET /virtual-network/78b146da-bf96-4054-b884-53b7d9a2b203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004600 10.0.0.27 - - [2025-11-27 03:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.27 - - [2025-11-27 03:32:35] "GET /virtual-network/78b146da-bf96-4054-b884-53b7d9a2b203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004931 10.0.0.23 - - [2025-11-27 03:32:36] "DELETE /project/d82235a228674a95952d5fc43ea5552b HTTP/1.1" 404 173 0.008372 10.0.0.23 - - [2025-11-27 03:32:36] "GET /projects?obj_uuids=ada664f0-8b11-4e70-9693-9c6865bc57ea&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001068 10.0.0.23 - - [2025-11-27 03:32:36] "GET /project/ada664f0-8b11-4e70-9693-9c6865bc57ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.043793 10.0.0.23 - - [2025-11-27 03:32:36] "GET /projects?obj_uuids=ada664f0-8b11-4e70-9693-9c6865bc57ea&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000797 10.0.0.23 - - [2025-11-27 03:32:36] "GET /project/ada664f0-8b11-4e70-9693-9c6865bc57ea?fields=security_groups HTTP/1.1" 200 1361 0.038015 10.0.0.23 - - [2025-11-27 03:32:36] "DELETE /security-group/a16e331e-dd4e-4e2e-b310-b8550e9f6cd7 HTTP/1.1" 404 171 0.002775 10.0.0.23 - - [2025-11-27 03:32:36] "GET /projects?obj_uuids=ada664f0-8b11-4e70-9693-9c6865bc57ea&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000973 10.0.0.23 - - [2025-11-27 03:32:36] "GET /project/ada664f0-8b11-4e70-9693-9c6865bc57ea?fields=application_policy_sets HTTP/1.1" 200 1400 0.062248 10.0.0.23 - - [2025-11-27 03:32:36] "DELETE /project/ada664f0-8b11-4e70-9693-9c6865bc57ea HTTP/1.1" 200 115 0.446439 10.0.0.27 - - [2025-11-27 03:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.27 - - [2025-11-27 03:32:40] "GET /virtual-network/78b146da-bf96-4054-b884-53b7d9a2b203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005160 10.0.0.27 - - [2025-11-27 03:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004944 10.0.0.27 - - [2025-11-27 03:32:44] "GET /virtual-network/78b146da-bf96-4054-b884-53b7d9a2b203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007266 10.0.0.27 - - [2025-11-27 03:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.27 - - [2025-11-27 03:32:48] "GET /virtual-network/78b146da-bf96-4054-b884-53b7d9a2b203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004926 10.0.0.27 - - [2025-11-27 03:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.27 - - [2025-11-27 03:32:52] "GET /virtual-network/78b146da-bf96-4054-b884-53b7d9a2b203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005514 10.0.0.27 - - [2025-11-27 03:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745 10.0.0.27 - - [2025-11-27 03:32:56] "GET /virtual-network/78b146da-bf96-4054-b884-53b7d9a2b203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005190 10.0.0.27 - - [2025-11-27 03:33:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.27 - - [2025-11-27 03:33:00] "GET /virtual-network/78b146da-bf96-4054-b884-53b7d9a2b203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004788 10.0.0.27 - - [2025-11-27 03:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.27 - - [2025-11-27 03:33:04] "GET /virtual-network/78b146da-bf96-4054-b884-53b7d9a2b203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005058 10.0.0.27 - - [2025-11-27 03:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.27 - - [2025-11-27 03:33:08] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003397 10.0.0.27 - - [2025-11-27 03:33:08] "GET /virtual-networks?parent_id=d82235a2-2867-4a95-952d-5fc43ea5552b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003221 10.0.0.27 - - [2025-11-27 03:33:08] "GET /virtual-network/78b146da-bf96-4054-b884-53b7d9a2b203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005611 10.0.0.27 - - [2025-11-27 03:33:08] "POST /neutron/port HTTP/1.1" 200 1087 0.013695 10.0.0.27 - - [2025-11-27 03:33:14] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007286 10.0.0.27 - - [2025-11-27 03:33:19] "POST /neutron/port HTTP/1.1" 200 1087 0.013734 10.0.0.27 - - [2025-11-27 03:33:20] "POST /neutron/security_group HTTP/1.1" 200 2057 0.032299 10.0.0.33 - - [2025-11-27 03:33:23] "GET /obj-perms HTTP/1.1" 200 5056 0.052532 10.0.0.27 - - [2025-11-27 03:33:24] "POST /neutron/port HTTP/1.1" 200 1087 0.038421 10.0.0.27 - - [2025-11-27 03:33:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003450 10.0.0.27 - - [2025-11-27 03:33:24] "POST /neutron/network HTTP/1.1" 200 823 0.006560 10.0.0.27 - - [2025-11-27 03:33:29] "POST /neutron/port HTTP/1.1" 200 1087 0.014507 10.0.0.27 - - [2025-11-27 03:33:29] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007900 10.0.0.27 - - [2025-11-27 03:33:29] "GET /virtual-machine/0e6034d0-4053-49ae-a26a-55a93fc45eb5 HTTP/1.1" 200 1291 0.006905 10.0.0.27 - - [2025-11-27 03:33:29] "GET /virtual-machine-interface/8ce59fc7-692b-4e47-b72b-bc208d52b291 HTTP/1.1" 200 2937 0.005091 10.0.0.27 - - [2025-11-27 03:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.27 - - [2025-11-27 03:33:29] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002926 10.0.0.27 - - [2025-11-27 03:33:29] "GET /virtual-networks?parent_id=d82235a2-2867-4a95-952d-5fc43ea5552b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002884 10.0.0.27 - - [2025-11-27 03:33:29] "GET /virtual-network/78b146da-bf96-4054-b884-53b7d9a2b203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005363 10.0.0.27 - - [2025-11-27 03:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.27 - - [2025-11-27 03:33:30] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003488 10.0.0.27 - - [2025-11-27 03:33:30] "GET /virtual-networks?parent_id=d82235a2-2867-4a95-952d-5fc43ea5552b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002423 10.0.0.27 - - [2025-11-27 03:33:30] "GET /virtual-network/78b146da-bf96-4054-b884-53b7d9a2b203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005126 10.0.0.27 - - [2025-11-27 03:33:54] "POST /neutron/port HTTP/1.1" 200 1087 0.019927 10.0.0.27 - - [2025-11-27 03:33:54] "POST /neutron/port HTTP/1.1" 200 1087 0.014756 10.0.0.27 - - [2025-11-27 03:33:56] "POST /neutron/network HTTP/1.1" 200 823 0.006272 10.0.0.27 - - [2025-11-27 03:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.009943 10.0.0.23 - - [2025-11-27 03:33:58] "GET /projects?obj_uuids=d82235a2-2867-4a95-952d-5fc43ea5552b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001106 10.0.0.27 - - [2025-11-27 03:33:58] "GET /project/d82235a2-2867-4a95-952d-5fc43ea5552b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.052430 10.0.0.23 - - [2025-11-27 03:33:58] "GET /projects?obj_uuids=d82235a2-2867-4a95-952d-5fc43ea5552b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001134 10.0.0.27 - - [2025-11-27 03:33:58] "GET /project/d82235a2-2867-4a95-952d-5fc43ea5552b?fields=virtual_networks HTTP/1.1" 200 1031 0.043367 10.0.0.23 - - [2025-11-27 03:33:58] "GET /projects?obj_uuids=d82235a2-2867-4a95-952d-5fc43ea5552b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000939 10.0.0.27 - - [2025-11-27 03:33:58] "GET /project/d82235a2-2867-4a95-952d-5fc43ea5552b?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.049622 10.0.0.23 - - [2025-11-27 03:33:58] "GET /projects?obj_uuids=d82235a2-2867-4a95-952d-5fc43ea5552b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000950 10.0.0.27 - - [2025-11-27 03:33:58] "GET /project/d82235a2-2867-4a95-952d-5fc43ea5552b?fields=security_groups HTTP/1.1" 200 1256 0.052102 10.0.0.27 - - [2025-11-27 03:34:16] "GET / HTTP/1.1" 200 35931 0.001668 10.0.0.27 - - [2025-11-27 03:34:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000624 10.0.0.27 - - [2025-11-27 03:34:17] "POST /fqname-to-id HTTP/1.1" 404 201 0.056361 10.0.0.23 - - [2025-11-27 03:34:17] "GET /projects?obj_uuids=a180d2b2-abad-4c83-9285-6ddf1cfa9d73&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004040 10.0.0.23 - - [2025-11-27 03:34:17] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001237 10.0.0.23 - - [2025-11-27 03:34:17] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008645 10.0.0.23 - - [2025-11-27 03:34:17] "POST /id-to-fqname HTTP/1.1" 200 203 0.001516 10.0.0.23 - - [2025-11-27 03:34:17] "POST /fqname-to-id HTTP/1.1" 404 212 0.005076 10.0.0.23 - - [2025-11-27 03:34:17] "POST /security-groups HTTP/1.1" 200 604 0.077810 10.0.0.23 - - [2025-11-27 03:34:18] "POST /projects HTTP/1.1" 200 611 0.271754 10.0.0.27 - - [2025-11-27 03:34:18] "POST /access-control-lists HTTP/1.1" 200 609 0.026509 10.0.0.23 - - [2025-11-27 03:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.345935 10.0.0.27 - - [2025-11-27 03:34:18] "GET /project/a180d2b2-abad-4c83-9285-6ddf1cfa9d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.474333 10.0.0.27 - - [2025-11-27 03:34:19] "GET / HTTP/1.1" 200 35931 0.001547 10.0.0.27 - - [2025-11-27 03:34:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000414 10.0.0.27 - - [2025-11-27 03:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.054977 10.0.0.23 - - [2025-11-27 03:34:19] "GET /projects?obj_uuids=a180d2b2-abad-4c83-9285-6ddf1cfa9d73&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000827 10.0.0.27 - - [2025-11-27 03:34:20] "GET /project/a180d2b2-abad-4c83-9285-6ddf1cfa9d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.031781 10.0.0.23 - - [2025-11-27 03:34:20] "GET /projects?obj_uuids=a180d2b2-abad-4c83-9285-6ddf1cfa9d73&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000852 10.0.0.27 - - [2025-11-27 03:34:20] "POST /neutron/network HTTP/1.1" 200 620 0.124145 10.0.0.27 - - [2025-11-27 03:34:20] "POST /route-targets HTTP/1.1" 200 327 0.018604 10.0.0.27 - - [2025-11-27 03:34:20] "POST /id-to-fqname HTTP/1.1" 200 234 0.003585 10.0.0.27 - - [2025-11-27 03:34:20] "GET /virtual-network/8b25b63a-c90b-423a-aaca-2da87771ea49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006535 10.0.0.27 - - [2025-11-27 03:34:20] "POST /neutron/network HTTP/1.1" 200 839 0.006722 10.0.0.27 - - [2025-11-27 03:34:20] "GET /virtual-network/8b25b63a-c90b-423a-aaca-2da87771ea49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005489 10.0.0.27 - - [2025-11-27 03:34:20] "POST /id-to-fqname HTTP/1.1" 200 234 0.001189 10.0.0.27 - - [2025-11-27 03:34:20] "POST /neutron/network HTTP/1.1" 200 849 0.006161 10.0.0.23 - - [2025-11-27 03:34:21] "GET /projects?obj_uuids=a180d2b2-abad-4c83-9285-6ddf1cfa9d73&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000863 10.0.0.27 - - [2025-11-27 03:34:21] "GET /project/a180d2b2-abad-4c83-9285-6ddf1cfa9d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.063917 10.0.0.27 - - [2025-11-27 03:34:21] "POST /neutron/port HTTP/1.1" 200 117 0.006563 10.0.0.27 - - [2025-11-27 03:34:22] "POST /id-to-fqname HTTP/1.1" 200 234 0.001562 10.0.0.27 - - [2025-11-27 03:34:22] "POST /neutron/network HTTP/1.1" 200 849 0.006193 10.0.0.27 - - [2025-11-27 03:34:22] "POST /neutron/port HTTP/1.1" 200 1073 0.013511 10.0.0.27 - - [2025-11-27 03:34:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003716 10.0.0.23 - - [2025-11-27 03:34:22] "GET /projects?obj_uuids=a180d2b2-abad-4c83-9285-6ddf1cfa9d73&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000912 10.0.0.27 - - [2025-11-27 03:34:22] "POST /neutron/network HTTP/1.1" 200 839 0.005455 10.0.0.27 - - [2025-11-27 03:34:23] "GET /project/a180d2b2-abad-4c83-9285-6ddf1cfa9d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.080415 10.0.0.27 - - [2025-11-27 03:34:23] "POST /neutron/security_group HTTP/1.1" 200 2071 0.012277 10.0.0.23 - - [2025-11-27 03:34:23] "GET /projects?obj_uuids=a180d2b2-abad-4c83-9285-6ddf1cfa9d73&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001680 10.0.0.27 - - [2025-11-27 03:34:23] "GET /virtual-network/8b25b63a-c90b-423a-aaca-2da87771ea49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007293 10.0.0.27 - - [2025-11-27 03:34:23] "POST /neutron/port HTTP/1.1" 200 1073 0.286206 10.0.0.27 - - [2025-11-27 03:34:24] "POST /neutron/port HTTP/1.1" 200 1127 0.093190 10.0.0.27 - - [2025-11-27 03:34:24] "POST /neutron/subnet HTTP/1.1" 200 698 0.020309 10.0.0.27 - - [2025-11-27 03:34:24] "GET /obj-perms HTTP/1.1" 200 5056 0.358793 10.0.0.27 - - [2025-11-27 03:34:25] "POST /neutron/port HTTP/1.1" 200 1101 0.015949 10.0.0.27 - - [2025-11-27 03:34:26] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007292 10.0.0.27 - - [2025-11-27 03:34:26] "GET /virtual-machine/acbef6d1-73de-4bbf-be08-e1a244911542 HTTP/1.1" 401 292 0.000399 10.0.0.27 - - [2025-11-27 03:34:26] "GET /virtual-machine/acbef6d1-73de-4bbf-be08-e1a244911542 HTTP/1.1" 200 1306 0.033396 10.0.0.27 - - [2025-11-27 03:34:26] "GET /virtual-machine-interface/79e54a3a-e473-4499-9c3a-bb42ba39ec64 HTTP/1.1" 200 3009 0.006720 10.0.0.27 - - [2025-11-27 03:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.27 - - [2025-11-27 03:34:26] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003919 10.0.0.27 - - [2025-11-27 03:34:26] "GET /virtual-networks?parent_id=a180d2b2-abad-4c83-9285-6ddf1cfa9d73&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002864 10.0.0.27 - - [2025-11-27 03:34:26] "GET /virtual-network/8b25b63a-c90b-423a-aaca-2da87771ea49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006818 10.0.0.27 - - [2025-11-27 03:34:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199 10.0.0.27 - - [2025-11-27 03:34:29] "GET /virtual-network/8b25b63a-c90b-423a-aaca-2da87771ea49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005210 10.0.0.27 - - [2025-11-27 03:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.27 - - [2025-11-27 03:34:33] "GET /virtual-network/8b25b63a-c90b-423a-aaca-2da87771ea49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.010377 10.0.0.23 - - [2025-11-27 03:34:37] "DELETE /project/a180d2b2abad4c8392856ddf1cfa9d73 HTTP/1.1" 404 173 0.003396 10.0.0.23 - - [2025-11-27 03:34:37] "GET /projects?obj_uuids=d82235a2-2867-4a95-952d-5fc43ea5552b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000813 10.0.0.23 - - [2025-11-27 03:34:37] "GET /project/d82235a2-2867-4a95-952d-5fc43ea5552b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.051719 10.0.0.23 - - [2025-11-27 03:34:37] "GET /projects?obj_uuids=d82235a2-2867-4a95-952d-5fc43ea5552b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000909 10.0.0.23 - - [2025-11-27 03:34:37] "GET /project/d82235a2-2867-4a95-952d-5fc43ea5552b?fields=security_groups HTTP/1.1" 200 1361 0.051794 10.0.0.23 - - [2025-11-27 03:34:37] "DELETE /security-group/2dbbb448-3ecc-4890-a33e-2ba36249378b HTTP/1.1" 404 177 0.003058 10.0.0.23 - - [2025-11-27 03:34:37] "GET /projects?obj_uuids=d82235a2-2867-4a95-952d-5fc43ea5552b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002692 10.0.0.23 - - [2025-11-27 03:34:37] "GET /project/d82235a2-2867-4a95-952d-5fc43ea5552b?fields=application_policy_sets HTTP/1.1" 200 1400 0.048268 10.0.0.27 - - [2025-11-27 03:34:37] "DELETE /access-control-list/db1c1d53-bc34-43e2-bc26-c6eb6f6be855 HTTP/1.1" 200 115 0.054016 10.0.0.23 - - [2025-11-27 03:34:37] "DELETE /project/d82235a2-2867-4a95-952d-5fc43ea5552b HTTP/1.1" 200 115 0.352127 10.0.0.27 - - [2025-11-27 03:34:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.27 - - [2025-11-27 03:34:37] "GET /virtual-network/8b25b63a-c90b-423a-aaca-2da87771ea49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005497 10.0.0.27 - - [2025-11-27 03:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.27 - - [2025-11-27 03:34:41] "GET /virtual-network/8b25b63a-c90b-423a-aaca-2da87771ea49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006039 10.0.0.27 - - [2025-11-27 03:34:43] "POST /neutron/port HTTP/1.1" 200 1101 0.015977 10.0.0.27 - - [2025-11-27 03:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.27 - - [2025-11-27 03:34:43] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003279 10.0.0.27 - - [2025-11-27 03:34:43] "GET /virtual-networks?parent_id=a180d2b2-abad-4c83-9285-6ddf1cfa9d73&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002978 10.0.0.27 - - [2025-11-27 03:34:43] "GET /virtual-network/8b25b63a-c90b-423a-aaca-2da87771ea49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007123 10.0.0.27 - - [2025-11-27 03:34:44] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008174 10.0.0.27 - - [2025-11-27 03:34:49] "POST /neutron/port HTTP/1.1" 200 1101 0.016280 10.0.0.27 - - [2025-11-27 03:34:54] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007572 10.0.0.27 - - [2025-11-27 03:34:54] "POST /neutron/port HTTP/1.1" 200 1101 0.013088 10.0.0.27 - - [2025-11-27 03:34:54] "GET /virtual-machine/4e27b496-6eff-4158-9ade-dfb52d20f97b HTTP/1.1" 200 1305 0.005441 10.0.0.27 - - [2025-11-27 03:34:54] "GET /virtual-machine-interface/93bb6f0e-8f73-4a23-adef-ba46336584a0 HTTP/1.1" 200 3010 0.006044 10.0.0.27 - - [2025-11-27 03:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.27 - - [2025-11-27 03:34:54] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003147 10.0.0.27 - - [2025-11-27 03:34:54] "GET /virtual-networks?parent_id=a180d2b2-abad-4c83-9285-6ddf1cfa9d73&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003023 10.0.0.27 - - [2025-11-27 03:34:54] "GET /virtual-network/8b25b63a-c90b-423a-aaca-2da87771ea49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005244 10.0.0.27 - - [2025-11-27 03:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.27 - - [2025-11-27 03:34:55] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003320 10.0.0.27 - - [2025-11-27 03:34:55] "GET /virtual-networks?parent_id=a180d2b2-abad-4c83-9285-6ddf1cfa9d73&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003547 10.0.0.27 - - [2025-11-27 03:34:55] "GET /virtual-network/8b25b63a-c90b-423a-aaca-2da87771ea49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005274 10.0.0.27 - - [2025-11-27 03:34:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.27 - - [2025-11-27 03:34:56] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003709 10.0.0.27 - - [2025-11-27 03:34:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002579 10.0.0.27 - - [2025-11-27 03:34:56] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005527 10.0.0.27 - - [2025-11-27 03:34:56] "PUT /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624 HTTP/1.1" 200 276 0.013584 10.0.0.27 - - [2025-11-27 03:35:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.27 - - [2025-11-27 03:35:08] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.003496 10.0.0.27 - - [2025-11-27 03:35:08] "PUT /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624 HTTP/1.1" 200 276 0.010933 10.0.0.27 - - [2025-11-27 03:35:24] "POST /neutron/port HTTP/1.1" 200 1101 0.013849 10.0.0.27 - - [2025-11-27 03:35:24] "POST /neutron/subnet HTTP/1.1" 200 698 0.008475 10.0.0.23 - - [2025-11-27 03:35:25] "GET /obj-perms HTTP/1.1" 200 5056 0.063409 10.0.0.27 - - [2025-11-27 03:35:58] "POST /neutron/network HTTP/1.1" 200 839 0.007992 10.0.0.27 - - [2025-11-27 03:35:58] "POST /neutron/port HTTP/1.1" 200 1101 0.016460 10.0.0.27 - - [2025-11-27 03:35:58] "POST /neutron/port HTTP/1.1" 200 1127 0.010571 10.0.0.23 - - [2025-11-27 03:36:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003484 10.0.0.23 - - [2025-11-27 03:36:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002265 10.0.0.27 - - [2025-11-27 03:36:00] "POST /neutron/network HTTP/1.1" 200 151 0.113069 10.0.0.23 - - [2025-11-27 03:36:00] "GET /projects?obj_uuids=a180d2b2-abad-4c83-9285-6ddf1cfa9d73&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001246 10.0.0.27 - - [2025-11-27 03:36:00] "GET /project/a180d2b2-abad-4c83-9285-6ddf1cfa9d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.035341 10.0.0.23 - - [2025-11-27 03:36:00] "GET /projects?obj_uuids=a180d2b2-abad-4c83-9285-6ddf1cfa9d73&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001456 10.0.0.27 - - [2025-11-27 03:36:00] "GET /project/a180d2b2-abad-4c83-9285-6ddf1cfa9d73?fields=virtual_networks HTTP/1.1" 200 1059 0.079363 10.0.0.23 - - [2025-11-27 03:36:00] "GET /projects?obj_uuids=a180d2b2-abad-4c83-9285-6ddf1cfa9d73&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001385 10.0.0.27 - - [2025-11-27 03:36:00] "GET /project/a180d2b2-abad-4c83-9285-6ddf1cfa9d73?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.037523 10.0.0.23 - - [2025-11-27 03:36:00] "GET /projects?obj_uuids=a180d2b2-abad-4c83-9285-6ddf1cfa9d73&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000878 10.0.0.27 - - [2025-11-27 03:36:00] "GET /project/a180d2b2-abad-4c83-9285-6ddf1cfa9d73?fields=security_groups HTTP/1.1" 200 1298 0.035826 10.0.0.27 - - [2025-11-27 03:36:01] "POST /fqname-to-id HTTP/1.1" 404 206 0.028190 10.0.0.23 - - [2025-11-27 03:36:01] "GET /projects?obj_uuids=efa9f0d5-8f21-4edc-aef8-9dc95be1234b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003609 10.0.0.23 - - [2025-11-27 03:36:01] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001142 10.0.0.23 - - [2025-11-27 03:36:01] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007552 10.0.0.23 - - [2025-11-27 03:36:01] "POST /id-to-fqname HTTP/1.1" 200 209 0.003719 10.0.0.23 - - [2025-11-27 03:36:01] "POST /fqname-to-id HTTP/1.1" 404 217 0.003766 10.0.0.23 - - [2025-11-27 03:36:01] "POST /security-groups HTTP/1.1" 200 609 0.028868 10.0.0.27 - - [2025-11-27 03:36:01] "POST /fqname-to-id HTTP/1.1" 404 252 0.004787 10.0.0.23 - - [2025-11-27 03:36:02] "POST /projects HTTP/1.1" 200 621 0.235509 10.0.0.23 - - [2025-11-27 03:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.305826 10.0.0.27 - - [2025-11-27 03:36:02] "POST /access-control-lists HTTP/1.1" 200 612 0.028105 10.0.0.27 - - [2025-11-27 03:36:02] "GET /project/efa9f0d5-8f21-4edc-aef8-9dc95be1234b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.451293 10.0.0.27 - - [2025-11-27 03:36:03] "GET / HTTP/1.1" 200 35931 0.001618 10.0.0.27 - - [2025-11-27 03:36:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000407 10.0.0.27 - - [2025-11-27 03:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.095919 10.0.0.23 - - [2025-11-27 03:36:04] "GET /projects?obj_uuids=efa9f0d5-8f21-4edc-aef8-9dc95be1234b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000854 10.0.0.27 - - [2025-11-27 03:36:04] "GET /project/efa9f0d5-8f21-4edc-aef8-9dc95be1234b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.034266 10.0.0.23 - - [2025-11-27 03:36:04] "POST /useragent-kv HTTP/1.1" 200 115 0.008039 10.0.0.27 - - [2025-11-27 03:36:04] "POST /neutron/subnet HTTP/1.1" 200 719 0.234938 10.0.0.27 - - [2025-11-27 03:36:04] "POST /id-to-fqname HTTP/1.1" 200 239 0.001224 10.0.0.27 - - [2025-11-27 03:36:04] "GET /virtual-network/1b532bda-5039-4023-947a-0eec10bf117e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.004584 10.0.0.27 - - [2025-11-27 03:36:04] "GET /virtual-network/1b532bda-5039-4023-947a-0eec10bf117e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005742 10.0.0.27 - - [2025-11-27 03:36:04] "POST /neutron/network HTTP/1.1" 200 843 0.006136 10.0.0.27 - - [2025-11-27 03:36:04] "POST /id-to-fqname HTTP/1.1" 200 239 0.001212 10.0.0.23 - - [2025-11-27 03:36:05] "GET /projects?obj_uuids=efa9f0d5-8f21-4edc-aef8-9dc95be1234b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001002 10.0.0.27 - - [2025-11-27 03:36:05] "GET /project/efa9f0d5-8f21-4edc-aef8-9dc95be1234b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.089833 10.0.0.27 - - [2025-11-27 03:36:05] "POST /neutron/network HTTP/1.1" 200 843 0.033479 10.0.0.27 - - [2025-11-27 03:36:05] "POST /id-to-fqname HTTP/1.1" 200 239 0.001263 10.0.0.27 - - [2025-11-27 03:36:06] "POST /neutron/port HTTP/1.1" 200 117 0.006006 10.0.0.23 - - [2025-11-27 03:36:06] "GET /projects?obj_uuids=efa9f0d5-8f21-4edc-aef8-9dc95be1234b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000853 10.0.0.27 - - [2025-11-27 03:36:06] "POST /neutron/port HTTP/1.1" 200 1077 0.318386 10.0.0.27 - - [2025-11-27 03:36:06] "POST /neutron/port HTTP/1.1" 200 1131 0.104219 10.0.0.27 - - [2025-11-27 03:36:07] "POST /neutron/subnet HTTP/1.1" 200 693 0.009372 10.0.0.23 - - [2025-11-27 03:36:07] "GET /projects?obj_uuids=efa9f0d5-8f21-4edc-aef8-9dc95be1234b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000921 10.0.0.27 - - [2025-11-27 03:36:07] "GET /project/efa9f0d5-8f21-4edc-aef8-9dc95be1234b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.075850 10.0.0.27 - - [2025-11-27 03:36:07] "POST /neutron/network HTTP/1.1" 200 843 0.006087 10.0.0.27 - - [2025-11-27 03:36:07] "POST /neutron/port HTTP/1.1" 200 117 0.005651 10.0.0.27 - - [2025-11-27 03:36:07] "GET /virtual-network/1b532bda-5039-4023-947a-0eec10bf117e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.004832 10.0.0.27 - - [2025-11-27 03:36:08] "POST /neutron/port HTTP/1.1" 200 1077 0.015130 10.0.0.27 - - [2025-11-27 03:36:08] "POST /neutron/port HTTP/1.1" 200 1105 0.015275 10.0.0.27 - - [2025-11-27 03:36:08] "POST /neutron/port HTTP/1.1" 200 117 0.001244 10.0.0.27 - - [2025-11-27 03:36:08] "GET /obj-perms HTTP/1.1" 200 5066 0.054310 10.0.0.33 - - [2025-11-27 03:36:08] "GET /obj-perms HTTP/1.1" 200 5066 0.052916 10.0.0.27 - - [2025-11-27 03:36:09] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007687 10.0.0.27 - - [2025-11-27 03:36:09] "POST /neutron/port HTTP/1.1" 200 1105 0.020302 10.0.0.27 - - [2025-11-27 03:36:09] "GET /virtual-machine/0fcb8a6b-21e1-440f-a5b5-2a050079dff5 HTTP/1.1" 401 292 0.000385 10.0.0.27 - - [2025-11-27 03:36:09] "GET /virtual-machine/0fcb8a6b-21e1-440f-a5b5-2a050079dff5 HTTP/1.1" 200 1310 0.030918 10.0.0.27 - - [2025-11-27 03:36:09] "GET /virtual-machine-interface/27722ef6-bf49-4818-9008-69f27662dfb1 HTTP/1.1" 200 3034 0.004481 10.0.0.27 - - [2025-11-27 03:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.27 - - [2025-11-27 03:36:09] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003673 10.0.0.27 - - [2025-11-27 03:36:09] "GET /virtual-networks?parent_id=efa9f0d5-8f21-4edc-aef8-9dc95be1234b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002432 10.0.0.27 - - [2025-11-27 03:36:10] "GET /virtual-network/1b532bda-5039-4023-947a-0eec10bf117e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005484 10.0.0.27 - - [2025-11-27 03:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.27 - - [2025-11-27 03:36:13] "GET /virtual-network/1b532bda-5039-4023-947a-0eec10bf117e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005221 10.0.0.27 - - [2025-11-27 03:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.27 - - [2025-11-27 03:36:17] "GET /virtual-network/1b532bda-5039-4023-947a-0eec10bf117e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006258 10.0.0.27 - - [2025-11-27 03:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.27 - - [2025-11-27 03:36:21] "GET /virtual-network/1b532bda-5039-4023-947a-0eec10bf117e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005162 10.0.0.27 - - [2025-11-27 03:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.27 - - [2025-11-27 03:36:25] "GET /virtual-network/1b532bda-5039-4023-947a-0eec10bf117e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005117 10.0.0.27 - - [2025-11-27 03:36:27] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006866 10.0.0.27 - - [2025-11-27 03:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.27 - - [2025-11-27 03:36:29] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003139 10.0.0.27 - - [2025-11-27 03:36:29] "GET /virtual-networks?parent_id=efa9f0d5-8f21-4edc-aef8-9dc95be1234b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002472 10.0.0.27 - - [2025-11-27 03:36:29] "GET /virtual-network/1b532bda-5039-4023-947a-0eec10bf117e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005177 10.0.0.27 - - [2025-11-27 03:36:29] "POST /neutron/port HTTP/1.1" 200 1105 0.015328 10.0.0.27 - - [2025-11-27 03:36:34] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007378 10.0.0.23 - - [2025-11-27 03:36:37] "DELETE /project/efa9f0d58f214edcaef89dc95be1234b HTTP/1.1" 404 173 0.004989 10.0.0.23 - - [2025-11-27 03:36:37] "GET /projects?obj_uuids=a180d2b2-abad-4c83-9285-6ddf1cfa9d73&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000832 10.0.0.23 - - [2025-11-27 03:36:37] "GET /project/a180d2b2-abad-4c83-9285-6ddf1cfa9d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1521 0.050505 10.0.0.23 - - [2025-11-27 03:36:37] "GET /projects?obj_uuids=a180d2b2-abad-4c83-9285-6ddf1cfa9d73&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000875 10.0.0.23 - - [2025-11-27 03:36:37] "GET /project/a180d2b2-abad-4c83-9285-6ddf1cfa9d73?fields=security_groups HTTP/1.1" 200 1403 0.050516 10.0.0.23 - - [2025-11-27 03:36:37] "DELETE /security-group/7fbfc9a3-c59d-47ec-93eb-e7ab130cc55b HTTP/1.1" 404 197 0.023033 10.0.0.23 - - [2025-11-27 03:36:37] "GET /projects?obj_uuids=a180d2b2-abad-4c83-9285-6ddf1cfa9d73&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000826 10.0.0.27 - - [2025-11-27 03:36:37] "DELETE /access-control-list/6c6ac124-6ea7-4b42-8f1d-3cffd76c12c8 HTTP/1.1" 200 115 0.056271 10.0.0.23 - - [2025-11-27 03:36:37] "GET /project/a180d2b2-abad-4c83-9285-6ddf1cfa9d73?fields=application_policy_sets HTTP/1.1" 200 1442 0.055680 10.0.0.23 - - [2025-11-27 03:36:38] "DELETE /project/a180d2b2-abad-4c83-9285-6ddf1cfa9d73 HTTP/1.1" 200 115 0.421412 10.0.0.27 - - [2025-11-27 03:36:40] "POST /neutron/port HTTP/1.1" 200 1105 0.023868 10.0.0.27 - - [2025-11-27 03:36:40] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006592 10.0.0.27 - - [2025-11-27 03:36:40] "GET /virtual-machine/2a8f94c2-7c21-40c4-9349-de00e66839eb HTTP/1.1" 200 1310 0.005220 10.0.0.27 - - [2025-11-27 03:36:40] "GET /virtual-machine-interface/6add1a94-5f7f-46e7-9196-a21b12ca2512 HTTP/1.1" 200 3034 0.004243 10.0.0.27 - - [2025-11-27 03:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.27 - - [2025-11-27 03:36:40] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004134 10.0.0.27 - - [2025-11-27 03:36:40] "GET /virtual-networks?parent_id=efa9f0d5-8f21-4edc-aef8-9dc95be1234b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002246 10.0.0.27 - - [2025-11-27 03:36:40] "GET /virtual-network/1b532bda-5039-4023-947a-0eec10bf117e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005261 10.0.0.27 - - [2025-11-27 03:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.27 - - [2025-11-27 03:36:41] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003092 10.0.0.27 - - [2025-11-27 03:36:41] "GET /virtual-networks?parent_id=efa9f0d5-8f21-4edc-aef8-9dc95be1234b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003320 10.0.0.27 - - [2025-11-27 03:36:41] "GET /virtual-network/1b532bda-5039-4023-947a-0eec10bf117e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005564 10.0.0.27 - - [2025-11-27 03:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.23 - - [2025-11-27 03:36:41] "GET /projects?obj_uuids=efa9f0d5-8f21-4edc-aef8-9dc95be1234b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.003213 10.0.0.27 - - [2025-11-27 03:36:41] "GET /project/efa9f0d5-8f21-4edc-aef8-9dc95be1234b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.052109 10.0.0.27 - - [2025-11-27 03:36:42] "POST /ref-update HTTP/1.1" 200 156 0.018607 10.0.0.23 - - [2025-11-27 03:36:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004519 10.0.0.27 - - [2025-11-27 03:36:42] "POST /neutron/subnet HTTP/1.1" 200 734 0.211231 10.0.0.27 - - [2025-11-27 03:36:42] "POST /id-to-fqname HTTP/1.1" 200 239 0.001207 10.0.0.27 - - [2025-11-27 03:36:42] "GET /virtual-network/30fa0072-304b-40f5-805d-e36c9514fc34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.004807 10.0.0.27 - - [2025-11-27 03:36:42] "GET /virtual-network/30fa0072-304b-40f5-805d-e36c9514fc34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.004837 10.0.0.27 - - [2025-11-27 03:36:42] "POST /neutron/network HTTP/1.1" 200 846 0.007319 10.0.0.27 - - [2025-11-27 03:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.23 - - [2025-11-27 03:36:42] "GET /projects?obj_uuids=efa9f0d5-8f21-4edc-aef8-9dc95be1234b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001075 10.0.0.27 - - [2025-11-27 03:36:42] "GET /project/efa9f0d5-8f21-4edc-aef8-9dc95be1234b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.047708 10.0.0.23 - - [2025-11-27 03:36:42] "GET /projects?obj_uuids=efa9f0d5-8f21-4edc-aef8-9dc95be1234b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001347 10.0.0.27 - - [2025-11-27 03:36:42] "POST /neutron/network HTTP/1.1" 200 631 0.131378 10.0.0.27 - - [2025-11-27 03:36:42] "POST /id-to-fqname HTTP/1.1" 200 242 0.002853 10.0.0.27 - - [2025-11-27 03:36:42] "GET /virtual-network/0d8fb6e1-8313-482e-a83b-341a5e9f5c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.004529 10.0.0.27 - - [2025-11-27 03:36:42] "POST /neutron/network HTTP/1.1" 200 849 0.005767 10.0.0.27 - - [2025-11-27 03:36:42] "GET /virtual-network/0d8fb6e1-8313-482e-a83b-341a5e9f5c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.004057 10.0.0.27 - - [2025-11-27 03:36:42] "POST /id-to-fqname HTTP/1.1" 200 239 0.001209 10.0.0.27 - - [2025-11-27 03:36:43] "POST /neutron/port HTTP/1.1" 200 2094 0.036983 10.0.0.23 - - [2025-11-27 03:36:43] "GET /projects?obj_uuids=efa9f0d5-8f21-4edc-aef8-9dc95be1234b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000919 10.0.0.27 - - [2025-11-27 03:36:43] "GET /project/efa9f0d5-8f21-4edc-aef8-9dc95be1234b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.062004 10.0.0.27 - - [2025-11-27 03:36:43] "POST /neutron/network HTTP/1.1" 200 846 0.007323 10.0.0.27 - - [2025-11-27 03:36:44] "POST /neutron/port HTTP/1.1" 200 117 0.005867 10.0.0.27 - - [2025-11-27 03:36:44] "POST /id-to-fqname HTTP/1.1" 200 242 0.001062 10.0.0.27 - - [2025-11-27 03:36:44] "POST /neutron/network HTTP/1.1" 200 859 0.005744 10.0.0.27 - - [2025-11-27 03:36:45] "POST /neutron/port HTTP/1.1" 200 1080 0.059288 10.0.0.27 - - [2025-11-27 03:36:45] "POST /neutron/port HTTP/1.1" 200 1108 0.017904 10.0.0.23 - - [2025-11-27 03:36:45] "GET /projects?obj_uuids=efa9f0d5-8f21-4edc-aef8-9dc95be1234b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000903 10.0.0.27 - - [2025-11-27 03:36:45] "GET /project/efa9f0d5-8f21-4edc-aef8-9dc95be1234b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.060923 10.0.0.27 - - [2025-11-27 03:36:45] "POST /neutron/port HTTP/1.1" 200 117 0.000967 10.0.0.27 - - [2025-11-27 03:36:45] "POST /neutron/port HTTP/1.1" 200 3085 0.020967 10.0.0.27 - - [2025-11-27 03:36:45] "POST /id-to-fqname HTTP/1.1" 200 239 0.001179 10.0.0.27 - - [2025-11-27 03:36:45] "POST /id-to-fqname HTTP/1.1" 200 239 0.001168 10.0.0.27 - - [2025-11-27 03:36:45] "POST /neutron/port HTTP/1.1" 200 3085 0.021945 10.0.0.27 - - [2025-11-27 03:36:45] "POST /neutron/network HTTP/1.1" 200 859 0.006986 10.0.0.27 - - [2025-11-27 03:36:46] "POST /neutron/port HTTP/1.1" 200 1077 0.015954 10.0.0.27 - - [2025-11-27 03:36:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004860 10.0.0.27 - - [2025-11-27 03:36:46] "POST /neutron/network HTTP/1.1" 200 849 0.006580 10.0.0.23 - - [2025-11-27 03:36:46] "GET /projects?obj_uuids=efa9f0d5-8f21-4edc-aef8-9dc95be1234b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001014 10.0.0.27 - - [2025-11-27 03:36:46] "GET /project/efa9f0d5-8f21-4edc-aef8-9dc95be1234b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.072650 10.0.0.27 - - [2025-11-27 03:36:47] "POST /neutron/port HTTP/1.1" 200 4073 0.029510 10.0.0.27 - - [2025-11-27 03:36:47] "GET /virtual-network/1b532bda-5039-4023-947a-0eec10bf117e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005161 10.0.0.27 - - [2025-11-27 03:36:47] "POST /neutron/network HTTP/1.1" 200 1557 0.007990 10.0.0.23 - - [2025-11-27 03:36:47] "GET /obj-perms HTTP/1.1" 200 5066 0.094221 10.0.0.27 - - [2025-11-27 03:36:48] "GET /virtual-network/30fa0072-304b-40f5-805d-e36c9514fc34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.007069 10.0.0.27 - - [2025-11-27 03:36:48] "POST /neutron/port HTTP/1.1" 200 1077 0.020520 10.0.0.27 - - [2025-11-27 03:36:48] "POST /neutron/port HTTP/1.1" 200 1080 0.015099 10.0.0.33 - - [2025-11-27 03:36:48] "GET /obj-perms HTTP/1.1" 200 5066 0.002979 10.0.0.27 - - [2025-11-27 03:36:48] "POST /neutron/port HTTP/1.1" 200 2097 0.017894 10.0.0.27 - - [2025-11-27 03:36:48] "POST /neutron/port HTTP/1.1" 200 117 0.001055 10.0.0.27 - - [2025-11-27 03:36:48] "GET /virtual-network/0d8fb6e1-8313-482e-a83b-341a5e9f5c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005126 10.0.0.27 - - [2025-11-27 03:36:48] "POST /neutron/subnet HTTP/1.1" 200 708 0.008878 10.0.0.27 - - [2025-11-27 03:36:49] "GET /obj-perms HTTP/1.1" 200 5066 0.003594 10.0.0.27 - - [2025-11-27 03:36:49] "POST /neutron/port HTTP/1.1" 200 1105 0.083513 10.0.0.27 - - [2025-11-27 03:36:49] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006187 10.0.0.27 - - [2025-11-27 03:36:49] "GET /virtual-machine/b7532bd7-838d-445b-9e4b-3519ca5351f0 HTTP/1.1" 200 1311 0.005030 10.0.0.27 - - [2025-11-27 03:36:49] "GET /virtual-machine-interface/9fb3c7c1-66e3-4011-9e42-2c8dacd9fa50 HTTP/1.1" 200 3044 0.004739 10.0.0.27 - - [2025-11-27 03:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.27 - - [2025-11-27 03:36:49] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002800 10.0.0.27 - - [2025-11-27 03:36:49] "GET /virtual-networks?parent_id=efa9f0d5-8f21-4edc-aef8-9dc95be1234b&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002607 10.0.0.27 - - [2025-11-27 03:36:49] "GET /virtual-network/0d8fb6e1-8313-482e-a83b-341a5e9f5c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.006585 10.0.0.27 - - [2025-11-27 03:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.27 - - [2025-11-27 03:36:52] "GET /virtual-network/0d8fb6e1-8313-482e-a83b-341a5e9f5c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.004987 10.0.0.27 - - [2025-11-27 03:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.27 - - [2025-11-27 03:36:56] "GET /virtual-network/0d8fb6e1-8313-482e-a83b-341a5e9f5c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.012246 10.0.0.27 - - [2025-11-27 03:37:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.27 - - [2025-11-27 03:37:00] "GET /virtual-network/0d8fb6e1-8313-482e-a83b-341a5e9f5c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.004792 10.0.0.27 - - [2025-11-27 03:37:04] "POST /neutron/port HTTP/1.1" 200 1108 0.014530 10.0.0.27 - - [2025-11-27 03:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.27 - - [2025-11-27 03:37:05] "GET /virtual-network/0d8fb6e1-8313-482e-a83b-341a5e9f5c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.004837 10.0.0.27 - - [2025-11-27 03:37:05] "POST /neutron/security_group HTTP/1.1" 200 2076 0.005910 10.0.0.27 - - [2025-11-27 03:37:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.27 - - [2025-11-27 03:37:09] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003584 10.0.0.27 - - [2025-11-27 03:37:09] "GET /virtual-networks?parent_id=efa9f0d5-8f21-4edc-aef8-9dc95be1234b&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002697 10.0.0.27 - - [2025-11-27 03:37:09] "GET /virtual-network/0d8fb6e1-8313-482e-a83b-341a5e9f5c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.006714 10.0.0.27 - - [2025-11-27 03:37:09] "POST /neutron/port HTTP/1.1" 200 1105 0.013942 10.0.0.27 - - [2025-11-27 03:37:14] "POST /neutron/security_group HTTP/1.1" 200 2076 0.016897 10.0.0.27 - - [2025-11-27 03:37:19] "POST /neutron/port HTTP/1.1" 200 1108 0.013276 10.0.0.27 - - [2025-11-27 03:37:19] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006940 10.0.0.27 - - [2025-11-27 03:37:19] "GET /virtual-machine/6dcd655b-9e75-4e9a-9d75-28a9d2917557 HTTP/1.1" 200 1310 0.006953 10.0.0.27 - - [2025-11-27 03:37:19] "GET /virtual-machine-interface/9053f341-6d7a-41cd-9a2d-239da51b093e HTTP/1.1" 200 3035 0.004625 10.0.0.27 - - [2025-11-27 03:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.27 - - [2025-11-27 03:37:19] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003930 10.0.0.27 - - [2025-11-27 03:37:19] "GET /virtual-networks?parent_id=efa9f0d5-8f21-4edc-aef8-9dc95be1234b&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002827 10.0.0.27 - - [2025-11-27 03:37:20] "GET /virtual-network/30fa0072-304b-40f5-805d-e36c9514fc34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.004903 10.0.0.23 - - [2025-11-27 03:37:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000558 10.0.0.23 - - [2025-11-27 03:37:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.23 - - [2025-11-27 03:37:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.23 - - [2025-11-27 03:37:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.33 - - [2025-11-27 03:37:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.27 - - [2025-11-27 03:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.27 - - [2025-11-27 03:37:21] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003358 10.0.0.27 - - [2025-11-27 03:37:21] "GET /virtual-networks?parent_id=efa9f0d5-8f21-4edc-aef8-9dc95be1234b&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003008 10.0.0.33 - - [2025-11-27 03:37:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.27 - - [2025-11-27 03:37:21] "GET /virtual-network/30fa0072-304b-40f5-805d-e36c9514fc34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005337 10.0.0.27 - - [2025-11-27 03:37:21] "POST /neutron/port HTTP/1.1" 200 2097 0.014320 10.0.0.27 - - [2025-11-27 03:37:21] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006342 10.0.0.27 - - [2025-11-27 03:37:21] "GET /virtual-machine/7e3913f6-a1c1-412c-9a84-a8ddb6cbfa83 HTTP/1.1" 200 1586 0.004980 10.0.0.27 - - [2025-11-27 03:37:21] "GET /virtual-machine-interface/6f38f5a2-a62c-4f59-86b5-dc613da5511c HTTP/1.1" 200 3033 0.005451 10.0.0.27 - - [2025-11-27 03:37:21] "GET /virtual-machine-interface/f211ef62-1cbe-4690-8209-9b5d16d1b4b8 HTTP/1.1" 200 3034 0.005753 10.0.0.27 - - [2025-11-27 03:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.27 - - [2025-11-27 03:37:21] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003451 10.0.0.27 - - [2025-11-27 03:37:21] "GET /virtual-networks?parent_id=efa9f0d5-8f21-4edc-aef8-9dc95be1234b&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003125 10.0.0.27 - - [2025-11-27 03:37:21] "GET /virtual-network/1b532bda-5039-4023-947a-0eec10bf117e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.004808 10.0.0.27 - - [2025-11-27 03:37:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.27 - - [2025-11-27 03:37:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.33 - - [2025-11-27 03:37:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.33 - - [2025-11-27 03:37:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.27 - - [2025-11-27 03:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.27 - - [2025-11-27 03:37:22] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003018 10.0.0.27 - - [2025-11-27 03:37:22] "GET /virtual-networks?parent_id=efa9f0d5-8f21-4edc-aef8-9dc95be1234b&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002927 10.0.0.27 - - [2025-11-27 03:37:22] "GET /virtual-network/1b532bda-5039-4023-947a-0eec10bf117e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005486 10.0.0.27 - - [2025-11-27 03:37:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.27 - - [2025-11-27 03:37:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.27 - - [2025-11-27 03:37:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.27 - - [2025-11-27 03:37:23] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003666 10.0.0.27 - - [2025-11-27 03:37:23] "GET /virtual-networks?parent_id=efa9f0d5-8f21-4edc-aef8-9dc95be1234b&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003232 10.0.0.27 - - [2025-11-27 03:37:23] "GET /virtual-network/30fa0072-304b-40f5-805d-e36c9514fc34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005615 10.0.0.27 - - [2025-11-27 03:37:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.27 - - [2025-11-27 03:37:24] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004282 10.0.0.27 - - [2025-11-27 03:37:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.27 - - [2025-11-27 03:37:24] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003711 10.0.0.27 - - [2025-11-27 03:37:24] "PUT /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624 HTTP/1.1" 200 276 0.010437 10.0.0.27 - - [2025-11-27 03:37:24] "POST /fqname-to-id HTTP/1.1" 404 217 0.002791 10.0.0.27 - - [2025-11-27 03:37:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.23 - - [2025-11-27 03:37:24] "GET /projects?obj_uuids=efa9f0d5-8f21-4edc-aef8-9dc95be1234b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.032348 10.0.0.27 - - [2025-11-27 03:37:24] "GET /project/efa9f0d5-8f21-4edc-aef8-9dc95be1234b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.064256 10.0.0.27 - - [2025-11-27 03:37:24] "POST /network-policys HTTP/1.1" 200 539 0.025250 10.0.0.27 - - [2025-11-27 03:37:25] "GET /network-policy/4afcab50-d390-47a7-8383-3bebfc8aa55e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1991 0.005256 10.0.0.27 - - [2025-11-27 03:37:25] "POST /neutron/network HTTP/1.1" 200 843 0.006540 10.0.0.27 - - [2025-11-27 03:37:25] "GET /virtual-network/1b532bda-5039-4023-947a-0eec10bf117e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.006639 10.0.0.27 - - [2025-11-27 03:37:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.27 - - [2025-11-27 03:37:25] "GET /network-policy/4afcab50-d390-47a7-8383-3bebfc8aa55e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1991 0.004259 10.0.0.27 - - [2025-11-27 03:37:25] "POST /neutron/network HTTP/1.1" 200 846 0.005716 10.0.0.27 - - [2025-11-27 03:37:25] "GET /virtual-network/30fa0072-304b-40f5-805d-e36c9514fc34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2394 0.007037 10.0.0.27 - - [2025-11-27 03:37:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.27 - - [2025-11-27 03:37:25] "GET /network-policy/4afcab50-d390-47a7-8383-3bebfc8aa55e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1991 0.003982 10.0.0.27 - - [2025-11-27 03:37:25] "POST /fqname-to-id HTTP/1.1" 404 254 0.060341 10.0.0.27 - - [2025-11-27 03:37:25] "GET /virtual-network/1b532bda-5039-4023-947a-0eec10bf117e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.005427 10.0.0.27 - - [2025-11-27 03:37:25] "POST /fqname-to-id HTTP/1.1" 404 254 0.008769 10.0.0.23 - - [2025-11-27 03:37:25] "GET /obj-perms HTTP/1.1" 200 5066 0.003388 10.0.0.27 - - [2025-11-27 03:37:26] "GET /virtual-network/30fa0072-304b-40f5-805d-e36c9514fc34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2394 0.005192 10.0.0.33 - - [2025-11-27 03:37:26] "GET /obj-perms HTTP/1.1" 200 5066 0.004032 10.0.0.27 - - [2025-11-27 03:37:26] "GET /virtual-network/1b532bda-5039-4023-947a-0eec10bf117e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.005195 10.0.0.27 - - [2025-11-27 03:37:26] "POST /neutron/port HTTP/1.1" 200 1105 0.015240 10.0.0.27 - - [2025-11-27 03:37:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004265 10.0.0.27 - - [2025-11-27 03:37:26] "GET /obj-perms HTTP/1.1" 200 5066 0.003805 10.0.0.27 - - [2025-11-27 03:37:26] "POST /neutron/network HTTP/1.1" 200 937 0.007714 10.0.0.27 - - [2025-11-27 03:37:26] "GET /virtual-network/30fa0072-304b-40f5-805d-e36c9514fc34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2394 0.005167 10.0.0.23 - - [2025-11-27 03:37:27] "GET /obj-perms HTTP/1.1" 200 5066 0.003256 10.0.0.27 - - [2025-11-27 03:37:27] "GET /virtual-network/0d8fb6e1-8313-482e-a83b-341a5e9f5c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005205 10.0.0.27 - - [2025-11-27 03:37:27] "GET /obj-perms HTTP/1.1" 200 5066 0.003272 10.0.0.33 - - [2025-11-27 03:37:27] "GET /obj-perms HTTP/1.1" 200 5066 0.003408 10.0.0.27 - - [2025-11-27 03:37:34] "POST /neutron/network HTTP/1.1" 200 950 0.007382 10.0.0.27 - - [2025-11-27 03:37:34] "POST /neutron/port HTTP/1.1" 200 117 0.001119 10.0.0.27 - - [2025-11-27 03:37:43] "GET /obj-perms HTTP/1.1" 200 5066 0.003247 10.0.0.27 - - [2025-11-27 03:38:26] "POST /neutron/port HTTP/1.1" 200 1105 0.044575 10.0.0.27 - - [2025-11-27 03:38:26] "POST /neutron/subnet HTTP/1.1" 200 693 0.008411 10.0.0.27 - - [2025-11-27 03:38:35] "POST /neutron/port HTTP/1.1" 200 1105 0.013659 10.0.0.27 - - [2025-11-27 03:38:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003254 10.0.0.27 - - [2025-11-27 03:38:35] "POST /neutron/network HTTP/1.1" 200 849 0.005540 10.0.0.27 - - [2025-11-27 03:39:28] "POST /neutron/network HTTP/1.1" 200 1745 0.010034 10.0.0.27 - - [2025-11-27 03:39:28] "POST /neutron/port HTTP/1.1" 200 117 0.001066 10.0.0.27 - - [2025-11-27 03:39:28] "POST /neutron/subnet HTTP/1.1" 200 708 0.007883 10.0.0.23 - - [2025-11-27 03:39:29] "GET /obj-perms HTTP/1.1" 200 5056 0.050102 10.0.0.27 - - [2025-11-27 03:39:35] "POST /neutron/port HTTP/1.1" 200 1108 0.014028 10.0.0.27 - - [2025-11-27 03:39:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003396 10.0.0.27 - - [2025-11-27 03:39:35] "POST /neutron/network HTTP/1.1" 200 940 0.005874 10.0.0.33 - - [2025-11-27 03:40:29] "GET /obj-perms HTTP/1.1" 200 5056 0.055667 10.0.0.27 - - [2025-11-27 03:40:30] "POST /neutron/network HTTP/1.1" 200 947 0.005922 10.0.0.27 - - [2025-11-27 03:40:30] "POST /neutron/port HTTP/1.1" 200 117 0.000994 10.0.0.27 - - [2025-11-27 03:40:37] "POST /neutron/port HTTP/1.1" 200 1105 0.018733 10.0.0.27 - - [2025-11-27 03:40:37] "POST /neutron/subnet HTTP/1.1" 200 694 0.007321 10.0.0.27 - - [2025-11-27 03:41:04] "GET /obj-perms HTTP/1.1" 200 5066 0.005572 10.0.0.27 - - [2025-11-27 03:41:06] "GET /obj-perms HTTP/1.1" 200 5066 0.003697 10.0.0.27 - - [2025-11-27 03:41:07] "GET /virtual-network/30fa0072-304b-40f5-805d-e36c9514fc34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2394 0.044293 10.0.0.27 - - [2025-11-27 03:41:07] "POST /neutron/network HTTP/1.1" 200 940 0.034342 10.0.0.27 - - [2025-11-27 03:41:08] "GET /virtual-network/30fa0072-304b-40f5-805d-e36c9514fc34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.007085 10.0.0.27 - - [2025-11-27 03:41:08] "GET /virtual-network/1b532bda-5039-4023-947a-0eec10bf117e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.004946 10.0.0.27 - - [2025-11-27 03:41:08] "POST /neutron/network HTTP/1.1" 200 937 0.005968 10.0.0.27 - - [2025-11-27 03:41:08] "GET /virtual-network/1b532bda-5039-4023-947a-0eec10bf117e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007855 10.0.0.27 - - [2025-11-27 03:41:08] "DELETE /network-policy/4afcab50-d390-47a7-8383-3bebfc8aa55e HTTP/1.1" 200 115 0.046414 10.0.0.27 - - [2025-11-27 03:41:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004843 10.0.0.27 - - [2025-11-27 03:41:08] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.003892 10.0.0.27 - - [2025-11-27 03:41:08] "PUT /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624 HTTP/1.1" 200 276 0.013597 10.0.0.27 - - [2025-11-27 03:41:08] "DELETE /access-control-list/964b0d3c-65ea-4a88-b57a-dbc55e9413a6 HTTP/1.1" 200 115 0.031722 10.0.0.27 - - [2025-11-27 03:41:08] "DELETE /access-control-list/af31f7d3-c9cf-43cc-a072-a790c354cd17 HTTP/1.1" 200 115 0.038895 10.0.0.27 - - [2025-11-27 03:41:09] "POST /neutron/network HTTP/1.1" 200 849 0.006310 10.0.0.27 - - [2025-11-27 03:41:10] "POST /neutron/port HTTP/1.1" 200 1131 0.012337 10.0.0.27 - - [2025-11-27 03:41:10] "POST /neutron/port HTTP/1.1" 200 2097 0.015529 10.0.0.27 - - [2025-11-27 03:41:10] "POST /neutron/port HTTP/1.1" 200 1131 0.030450 10.0.0.27 - - [2025-11-27 03:41:10] "POST /neutron/port HTTP/1.1" 200 151 0.150347 10.0.0.27 - - [2025-11-27 03:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005142 10.0.0.27 - - [2025-11-27 03:41:12] "POST /neutron/network HTTP/1.1" 200 846 0.006480 10.0.0.27 - - [2025-11-27 03:41:12] "DELETE /route-target/a50d7113-1279-4621-a9c3-b2cafbb47d9b HTTP/1.1" 200 115 0.024061 10.0.0.27 - - [2025-11-27 03:41:12] "POST /neutron/network HTTP/1.1" 400 204 0.017686 10.0.0.27 - - [2025-11-27 03:41:13] "POST /neutron/port HTTP/1.1" 200 151 0.196354 10.0.0.27 - - [2025-11-27 03:41:13] "POST /neutron/port HTTP/1.1" 200 151 0.196957 10.0.0.23 - - [2025-11-27 03:41:15] "GET /projects?obj_uuids=efa9f0d5-8f21-4edc-aef8-9dc95be1234b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000864 10.0.0.27 - - [2025-11-27 03:41:15] "GET /project/efa9f0d5-8f21-4edc-aef8-9dc95be1234b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.072550 10.0.0.23 - - [2025-11-27 03:41:15] "GET /projects?obj_uuids=efa9f0d5-8f21-4edc-aef8-9dc95be1234b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000778 10.0.0.27 - - [2025-11-27 03:41:15] "GET /project/efa9f0d5-8f21-4edc-aef8-9dc95be1234b?fields=virtual_networks HTTP/1.1" 200 1069 0.032105 10.0.0.23 - - [2025-11-27 03:41:15] "GET /projects?obj_uuids=efa9f0d5-8f21-4edc-aef8-9dc95be1234b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001453 10.0.0.27 - - [2025-11-27 03:41:15] "GET /project/efa9f0d5-8f21-4edc-aef8-9dc95be1234b?fields=virtual_machine_interfaces HTTP/1.1" 200 1069 0.040696 10.0.0.23 - - [2025-11-27 03:41:15] "GET /projects?obj_uuids=efa9f0d5-8f21-4edc-aef8-9dc95be1234b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001237 10.0.0.27 - - [2025-11-27 03:41:15] "GET /project/efa9f0d5-8f21-4edc-aef8-9dc95be1234b?fields=security_groups HTTP/1.1" 200 1313 0.040289 10.0.0.27 - - [2025-11-27 03:41:16] "POST /fqname-to-id HTTP/1.1" 404 183 0.029812 10.0.0.23 - - [2025-11-27 03:41:16] "GET /projects?obj_uuids=874c31f1-a4ab-427f-917b-518431857003&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003062 10.0.0.23 - - [2025-11-27 03:41:16] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000859 10.0.0.23 - - [2025-11-27 03:41:16] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.036580 10.0.0.23 - - [2025-11-27 03:41:16] "POST /id-to-fqname HTTP/1.1" 200 185 0.001031 10.0.0.23 - - [2025-11-27 03:41:16] "POST /fqname-to-id HTTP/1.1" 404 194 0.002901 10.0.0.23 - - [2025-11-27 03:41:16] "POST /security-groups HTTP/1.1" 200 586 0.081172 10.0.0.27 - - [2025-11-27 03:41:16] "POST /fqname-to-id HTTP/1.1" 404 229 0.004831 10.0.0.23 - - [2025-11-27 03:41:16] "POST /projects HTTP/1.1" 200 575 0.282699 10.0.0.23 - - [2025-11-27 03:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.355531 10.0.0.27 - - [2025-11-27 03:41:16] "POST /access-control-lists HTTP/1.1" 200 589 0.029891 10.0.0.27 - - [2025-11-27 03:41:17] "GET /project/874c31f1-a4ab-427f-917b-518431857003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.525018 10.0.0.27 - - [2025-11-27 03:41:18] "GET / HTTP/1.1" 200 35931 0.002377 10.0.0.23 - - [2025-11-27 03:41:18] "GET /projects?obj_uuids=2cb45a1e-c495-4d45-8a74-dee6721f0cec&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000917 10.0.0.27 - - [2025-11-27 03:41:18] "GET /project/2cb45a1e-c495-4d45-8a74-dee6721f0cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.043701 10.0.0.27 - - [2025-11-27 03:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.27 - - [2025-11-27 03:41:19] "GET /security-group/39e02601-0161-448e-a667-78ffff2fa52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3708 0.004121 10.0.0.27 - - [2025-11-27 03:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002391 10.0.0.23 - - [2025-11-27 03:41:19] "GET /projects?obj_uuids=2cb45a1e-c495-4d45-8a74-dee6721f0cec&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000822 10.0.0.27 - - [2025-11-27 03:41:19] "GET /project/2cb45a1e-c495-4d45-8a74-dee6721f0cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.038002 10.0.0.27 - - [2025-11-27 03:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.27 - - [2025-11-27 03:41:19] "GET /security-group/39e02601-0161-448e-a667-78ffff2fa52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3708 0.004604 10.0.0.27 - - [2025-11-27 03:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002412 10.0.0.27 - - [2025-11-27 03:41:19] "PUT /security-group/39e02601-0161-448e-a667-78ffff2fa52d HTTP/1.1" 200 262 0.018608 10.0.0.23 - - [2025-11-27 03:41:22] "GET /projects?obj_uuids=874c31f1-a4ab-427f-917b-518431857003&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000983 10.0.0.27 - - [2025-11-27 03:41:22] "GET /project/874c31f1-a4ab-427f-917b-518431857003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.046733 10.0.0.23 - - [2025-11-27 03:41:22] "GET /projects?obj_uuids=874c31f1-a4ab-427f-917b-518431857003&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001495 10.0.0.27 - - [2025-11-27 03:41:22] "GET /project/874c31f1-a4ab-427f-917b-518431857003?fields=virtual_networks HTTP/1.1" 200 1022 0.047889 10.0.0.23 - - [2025-11-27 03:41:22] "GET /projects?obj_uuids=874c31f1-a4ab-427f-917b-518431857003&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000960 10.0.0.27 - - [2025-11-27 03:41:22] "GET /project/874c31f1-a4ab-427f-917b-518431857003?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.034892 10.0.0.23 - - [2025-11-27 03:41:22] "GET /projects?obj_uuids=874c31f1-a4ab-427f-917b-518431857003&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001137 10.0.0.27 - - [2025-11-27 03:41:22] "GET /project/874c31f1-a4ab-427f-917b-518431857003?fields=security_groups HTTP/1.1" 200 1243 0.040138 10.0.0.27 - - [2025-11-27 03:41:23] "POST /fqname-to-id HTTP/1.1" 404 192 0.026213 10.0.0.23 - - [2025-11-27 03:41:23] "GET /projects?obj_uuids=3c6486c0-0102-43dc-8d2d-a5dbbd338133&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003001 10.0.0.23 - - [2025-11-27 03:41:23] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000896 10.0.0.23 - - [2025-11-27 03:41:23] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007042 10.0.0.23 - - [2025-11-27 03:41:23] "POST /id-to-fqname HTTP/1.1" 200 194 0.002379 10.0.0.23 - - [2025-11-27 03:41:23] "POST /fqname-to-id HTTP/1.1" 404 203 0.005160 10.0.0.23 - - [2025-11-27 03:41:23] "POST /security-groups HTTP/1.1" 200 595 0.027408 10.0.0.27 - - [2025-11-27 03:41:23] "POST /fqname-to-id HTTP/1.1" 404 238 0.002728 10.0.0.23 - - [2025-11-27 03:41:23] "POST /projects HTTP/1.1" 200 593 0.210085 10.0.0.23 - - [2025-11-27 03:41:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.278551 10.0.0.27 - - [2025-11-27 03:41:23] "POST /access-control-lists HTTP/1.1" 200 598 0.027544 10.0.0.27 - - [2025-11-27 03:41:23] "GET /project/3c6486c0-0102-43dc-8d2d-a5dbbd338133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.418978 10.0.0.27 - - [2025-11-27 03:41:24] "GET / HTTP/1.1" 200 35931 0.001473 10.0.0.27 - - [2025-11-27 03:41:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000393 10.0.0.27 - - [2025-11-27 03:41:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.055888 10.0.0.23 - - [2025-11-27 03:41:27] "GET /projects?obj_uuids=3c6486c0-0102-43dc-8d2d-a5dbbd338133&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000863 10.0.0.27 - - [2025-11-27 03:41:27] "GET /project/3c6486c0-0102-43dc-8d2d-a5dbbd338133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.036594 10.0.0.27 - - [2025-11-27 03:41:27] "POST /neutron/network HTTP/1.1" 200 117 0.044643 10.0.0.27 - - [2025-11-27 03:41:27] "POST /neutron/network HTTP/1.1" 200 843 0.007722 10.0.0.27 - - [2025-11-27 03:41:27] "POST /id-to-fqname HTTP/1.1" 200 231 0.001022 10.0.0.27 - - [2025-11-27 03:41:27] "GET /virtual-network/e675472b-94e1-4ad5-a384-5fe5ddfaffa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004296 10.0.0.27 - - [2025-11-27 03:41:27] "GET /virtual-network/e675472b-94e1-4ad5-a384-5fe5ddfaffa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005563 10.0.0.27 - - [2025-11-27 03:41:27] "POST /neutron/subnet HTTP/1.1" 200 729 0.009211 10.0.0.27 - - [2025-11-27 03:41:27] "POST /id-to-fqname HTTP/1.1" 200 231 0.001042 10.0.0.23 - - [2025-11-27 03:41:28] "GET /projects?obj_uuids=3c6486c0-0102-43dc-8d2d-a5dbbd338133&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000965 10.0.0.27 - - [2025-11-27 03:41:28] "GET /project/3c6486c0-0102-43dc-8d2d-a5dbbd338133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.075660 10.0.0.27 - - [2025-11-27 03:41:28] "POST /neutron/port HTTP/1.1" 200 117 0.007766 10.0.0.27 - - [2025-11-27 03:41:28] "POST /id-to-fqname HTTP/1.1" 200 231 0.001177 10.0.0.27 - - [2025-11-27 03:41:29] "POST /neutron/network HTTP/1.1" 200 853 0.006415 10.0.0.27 - - [2025-11-27 03:41:29] "POST /neutron/port HTTP/1.1" 200 1065 0.012660 10.0.0.27 - - [2025-11-27 03:41:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005568 10.0.0.27 - - [2025-11-27 03:41:30] "POST /neutron/network HTTP/1.1" 200 843 0.005942 10.0.0.23 - - [2025-11-27 03:41:38] "DELETE /project/3c6486c0010243dc8d2da5dbbd338133 HTTP/1.1" 404 173 0.006665 10.0.0.23 - - [2025-11-27 03:41:38] "DELETE /project/874c31f1a4ab427f917b518431857003 HTTP/1.1" 404 173 0.007945 10.0.0.23 - - [2025-11-27 03:41:38] "GET /projects?obj_uuids=efa9f0d5-8f21-4edc-aef8-9dc95be1234b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000768 10.0.0.23 - - [2025-11-27 03:41:38] "GET /projects?obj_uuids=874c31f1-a4ab-427f-917b-518431857003&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000667 10.0.0.23 - - [2025-11-27 03:41:38] "GET /project/efa9f0d5-8f21-4edc-aef8-9dc95be1234b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1541 0.040462 10.0.0.23 - - [2025-11-27 03:41:38] "GET /projects?obj_uuids=efa9f0d5-8f21-4edc-aef8-9dc95be1234b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002067 10.0.0.23 - - [2025-11-27 03:41:38] "GET /project/874c31f1-a4ab-427f-917b-518431857003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.062160 10.0.0.23 - - [2025-11-27 03:41:38] "GET /projects?obj_uuids=874c31f1-a4ab-427f-917b-518431857003&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001199 10.0.0.23 - - [2025-11-27 03:41:38] "GET /project/efa9f0d5-8f21-4edc-aef8-9dc95be1234b?fields=security_groups HTTP/1.1" 200 1418 0.087323 10.0.0.23 - - [2025-11-27 03:41:38] "GET /project/874c31f1-a4ab-427f-917b-518431857003?fields=security_groups HTTP/1.1" 200 1348 0.103181 10.0.0.23 - - [2025-11-27 03:41:38] "DELETE /security-group/fb1bd6af-c01a-45c2-b054-b63e2f0296cb HTTP/1.1" 200 115 0.054451 10.0.0.23 - - [2025-11-27 03:41:38] "GET /projects?obj_uuids=efa9f0d5-8f21-4edc-aef8-9dc95be1234b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000881 10.0.0.27 - - [2025-11-27 03:41:38] "DELETE /access-control-list/dc15c7b7-d373-40ef-b98e-e5511750f647 HTTP/1.1" 200 115 0.031614 10.0.0.23 - - [2025-11-27 03:41:38] "GET /project/efa9f0d5-8f21-4edc-aef8-9dc95be1234b?fields=application_policy_sets HTTP/1.1" 200 1457 0.042125 10.0.0.23 - - [2025-11-27 03:41:38] "DELETE /security-group/f3390aaa-0430-4d06-a265-e4a8ccb0aa0b HTTP/1.1" 200 115 0.065842 10.0.0.23 - - [2025-11-27 03:41:38] "GET /projects?obj_uuids=874c31f1-a4ab-427f-917b-518431857003&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001342 10.0.0.23 - - [2025-11-27 03:41:38] "GET /project/874c31f1-a4ab-427f-917b-518431857003?fields=application_policy_sets HTTP/1.1" 200 1387 0.044503 10.0.0.23 - - [2025-11-27 03:41:38] "DELETE /project/efa9f0d5-8f21-4edc-aef8-9dc95be1234b HTTP/1.1" 200 115 0.491619 10.0.0.27 - - [2025-11-27 03:41:38] "DELETE /access-control-list/b326195e-3501-471f-9c05-e6de04a7b9bd HTTP/1.1" 200 115 0.049444 10.0.0.23 - - [2025-11-27 03:41:38] "DELETE /project/874c31f1-a4ab-427f-917b-518431857003 HTTP/1.1" 200 115 0.539723 10.0.0.27 - - [2025-11-27 03:41:49] "POST /neutron/network HTTP/1.1" 200 853 0.007846 10.0.0.23 - - [2025-11-27 03:41:50] "GET /projects?obj_uuids=3c6486c0-0102-43dc-8d2d-a5dbbd338133&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000904 10.0.0.27 - - [2025-11-27 03:41:50] "GET /project/3c6486c0-0102-43dc-8d2d-a5dbbd338133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.054805 10.0.0.27 - - [2025-11-27 03:41:50] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008042 10.0.0.27 - - [2025-11-27 03:41:50] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006867 10.0.0.27 - - [2025-11-27 03:41:51] "POST /neutron/port HTTP/1.1" 200 1093 0.019721 10.0.0.27 - - [2025-11-27 03:41:51] "GET /virtual-machine/c3d1aa11-b815-4105-846a-3747dacd4045 HTTP/1.1" 401 292 0.000666 10.0.0.23 - - [2025-11-27 03:41:51] "GET /projects?obj_uuids=3c6486c0-0102-43dc-8d2d-a5dbbd338133&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001396 10.0.0.27 - - [2025-11-27 03:41:51] "GET /virtual-machine/c3d1aa11-b815-4105-846a-3747dacd4045 HTTP/1.1" 200 1296 0.170117 10.0.0.27 - - [2025-11-27 03:41:51] "GET /virtual-machine-interface/9a5f9a2e-8711-4c2b-af16-208767dbf964 HTTP/1.1" 200 2983 0.007633 10.0.0.27 - - [2025-11-27 03:41:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.27 - - [2025-11-27 03:41:51] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003394 10.0.0.27 - - [2025-11-27 03:41:51] "GET /virtual-networks?parent_id=3c6486c0-0102-43dc-8d2d-a5dbbd338133&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004240 10.0.0.27 - - [2025-11-27 03:41:51] "GET /virtual-network/e675472b-94e1-4ad5-a384-5fe5ddfaffa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.009210 10.0.0.27 - - [2025-11-27 03:41:52] "POST /neutron/port HTTP/1.1" 200 1065 0.383550 10.0.0.27 - - [2025-11-27 03:41:52] "POST /neutron/port HTTP/1.1" 200 1119 0.196554 10.0.0.27 - - [2025-11-27 03:41:52] "POST /neutron/subnet HTTP/1.1" 200 703 0.022896 10.0.0.27 - - [2025-11-27 03:41:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005965 10.0.0.27 - - [2025-11-27 03:41:52] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003509 10.0.0.27 - - [2025-11-27 03:41:52] "GET /virtual-networks?parent_id=3c6486c0-0102-43dc-8d2d-a5dbbd338133&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.011739 10.0.0.27 - - [2025-11-27 03:41:53] "GET /virtual-network/e675472b-94e1-4ad5-a384-5fe5ddfaffa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005327 10.0.0.27 - - [2025-11-27 03:41:53] "POST /neutron/port HTTP/1.1" 200 1093 0.035197 10.0.0.27 - - [2025-11-27 03:41:58] "POST /neutron/security_group HTTP/1.1" 200 2062 0.018011 10.0.0.27 - - [2025-11-27 03:42:08] "POST /neutron/port HTTP/1.1" 200 1093 0.013853 10.0.0.27 - - [2025-11-27 03:42:13] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007349 10.0.0.23 - - [2025-11-27 03:42:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000573 10.0.0.23 - - [2025-11-27 03:42:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000472 10.0.0.23 - - [2025-11-27 03:42:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.23 - - [2025-11-27 03:42:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.33 - - [2025-11-27 03:42:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.33 - - [2025-11-27 03:42:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.27 - - [2025-11-27 03:42:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.27 - - [2025-11-27 03:42:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.33 - - [2025-11-27 03:42:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.33 - - [2025-11-27 03:42:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.27 - - [2025-11-27 03:42:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.27 - - [2025-11-27 03:42:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.27 - - [2025-11-27 03:42:23] "POST /neutron/port HTTP/1.1" 200 1093 0.014139 10.0.0.27 - - [2025-11-27 03:42:29] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006955 10.0.0.27 - - [2025-11-27 03:42:31] "POST /neutron/network HTTP/1.1" 200 853 0.006695 10.0.0.27 - - [2025-11-27 03:42:31] "POST /neutron/port HTTP/1.1" 200 117 0.001014 10.0.0.27 - - [2025-11-27 03:42:34] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007341 10.0.0.27 - - [2025-11-27 03:42:34] "POST /neutron/port HTTP/1.1" 200 1093 0.015687 10.0.0.27 - - [2025-11-27 03:42:34] "GET /virtual-machine/330b9cef-0572-474c-ba7f-9d8ee5f5cd30 HTTP/1.1" 200 1296 0.005391 10.0.0.27 - - [2025-11-27 03:42:34] "GET /virtual-machine-interface/918a9c95-3799-4f36-8d90-23aa245ca500 HTTP/1.1" 200 2983 0.006484 10.0.0.27 - - [2025-11-27 03:42:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.27 - - [2025-11-27 03:42:34] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003105 10.0.0.27 - - [2025-11-27 03:42:34] "GET /virtual-networks?parent_id=3c6486c0-0102-43dc-8d2d-a5dbbd338133&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002652 10.0.0.27 - - [2025-11-27 03:42:34] "GET /virtual-network/e675472b-94e1-4ad5-a384-5fe5ddfaffa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005635 10.0.0.27 - - [2025-11-27 03:42:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004791 10.0.0.27 - - [2025-11-27 03:42:37] "GET /virtual-network/e675472b-94e1-4ad5-a384-5fe5ddfaffa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005506 10.0.0.27 - - [2025-11-27 03:42:40] "POST /neutron/port HTTP/1.1" 200 1093 0.014057 10.0.0.27 - - [2025-11-27 03:42:40] "POST /neutron/subnet HTTP/1.1" 200 703 0.007871 10.0.0.27 - - [2025-11-27 03:42:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.27 - - [2025-11-27 03:42:41] "GET /virtual-network/e675472b-94e1-4ad5-a384-5fe5ddfaffa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004748 10.0.0.27 - - [2025-11-27 03:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.27 - - [2025-11-27 03:42:45] "GET /virtual-network/e675472b-94e1-4ad5-a384-5fe5ddfaffa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004963 10.0.0.27 - - [2025-11-27 03:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.27 - - [2025-11-27 03:42:49] "GET /virtual-network/e675472b-94e1-4ad5-a384-5fe5ddfaffa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005151 10.0.0.27 - - [2025-11-27 03:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.27 - - [2025-11-27 03:42:53] "GET /virtual-network/e675472b-94e1-4ad5-a384-5fe5ddfaffa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005613 10.0.0.27 - - [2025-11-27 03:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.27 - - [2025-11-27 03:42:58] "GET /virtual-network/e675472b-94e1-4ad5-a384-5fe5ddfaffa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004992 10.0.0.27 - - [2025-11-27 03:43:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.27 - - [2025-11-27 03:43:02] "GET /virtual-network/e675472b-94e1-4ad5-a384-5fe5ddfaffa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005186 10.0.0.27 - - [2025-11-27 03:43:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.27 - - [2025-11-27 03:43:06] "GET /virtual-network/e675472b-94e1-4ad5-a384-5fe5ddfaffa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004920 10.0.0.27 - - [2025-11-27 03:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.27 - - [2025-11-27 03:43:10] "GET /virtual-network/e675472b-94e1-4ad5-a384-5fe5ddfaffa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005492 10.0.0.27 - - [2025-11-27 03:43:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.27 - - [2025-11-27 03:43:14] "GET /virtual-network/e675472b-94e1-4ad5-a384-5fe5ddfaffa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005932 10.0.0.27 - - [2025-11-27 03:43:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.27 - - [2025-11-27 03:43:18] "GET /virtual-network/e675472b-94e1-4ad5-a384-5fe5ddfaffa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005702 10.0.0.27 - - [2025-11-27 03:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.27 - - [2025-11-27 03:43:22] "GET /virtual-network/e675472b-94e1-4ad5-a384-5fe5ddfaffa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005203 10.0.0.27 - - [2025-11-27 03:43:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.27 - - [2025-11-27 03:43:26] "GET /virtual-network/e675472b-94e1-4ad5-a384-5fe5ddfaffa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005367 10.0.0.27 - - [2025-11-27 03:43:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.27 - - [2025-11-27 03:43:30] "GET /virtual-network/e675472b-94e1-4ad5-a384-5fe5ddfaffa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004851 10.0.0.27 - - [2025-11-27 03:43:32] "POST /neutron/port HTTP/1.1" 200 1093 0.043878 10.0.0.33 - - [2025-11-27 03:43:32] "GET /obj-perms HTTP/1.1" 200 5056 0.084610 10.0.0.27 - - [2025-11-27 03:43:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005914 10.0.0.27 - - [2025-11-27 03:43:32] "POST /neutron/network HTTP/1.1" 200 843 0.008074 10.0.0.27 - - [2025-11-27 03:43:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.27 - - [2025-11-27 03:43:34] "GET /virtual-network/e675472b-94e1-4ad5-a384-5fe5ddfaffa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004789 10.0.0.27 - - [2025-11-27 03:43:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.27 - - [2025-11-27 03:43:36] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003825 10.0.0.27 - - [2025-11-27 03:43:36] "GET /virtual-networks?parent_id=3c6486c0-0102-43dc-8d2d-a5dbbd338133&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002430 10.0.0.27 - - [2025-11-27 03:43:37] "GET /virtual-network/e675472b-94e1-4ad5-a384-5fe5ddfaffa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006194 10.0.0.27 - - [2025-11-27 03:43:37] "POST /neutron/port HTTP/1.1" 200 1093 0.016417 10.0.0.27 - - [2025-11-27 03:43:42] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006485 10.0.0.27 - - [2025-11-27 03:43:42] "POST /neutron/network HTTP/1.1" 200 853 0.006456 10.0.0.27 - - [2025-11-27 03:43:42] "POST /neutron/port HTTP/1.1" 200 117 0.001100 10.0.0.27 - - [2025-11-27 03:43:47] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007207 10.0.0.27 - - [2025-11-27 03:43:57] "POST /neutron/port HTTP/1.1" 200 1093 0.028868 10.0.0.27 - - [2025-11-27 03:44:02] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007214 10.0.0.27 - - [2025-11-27 03:44:13] "POST /neutron/port HTTP/1.1" 200 1093 0.013639 10.0.0.27 - - [2025-11-27 03:44:18] "POST /fqname-to-id HTTP/1.1" 404 240 0.003150 10.0.0.27 - - [2025-11-27 03:44:18] "POST /bgp-as-a-services HTTP/1.1" 200 597 0.029001 10.0.0.27 - - [2025-11-27 03:44:18] "GET /bgp-as-a-service/73b57d7c-dbda-4783-aeba-7345aef742c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1623 0.005611 10.0.0.27 - - [2025-11-27 03:44:19] "GET /virtual-machine-interface/918a9c95-3799-4f36-8d90-23aa245ca500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.004758 10.0.0.27 - - [2025-11-27 03:44:19] "POST /ref-update HTTP/1.1" 200 156 0.009921 10.0.0.27 - - [2025-11-27 03:44:19] "POST /neutron/subnet HTTP/1.1" 200 729 0.008619 10.0.0.27 - - [2025-11-27 03:44:19] "POST /ref-update HTTP/1.1" 200 156 0.050605 10.0.0.27 - - [2025-11-27 03:44:32] "POST /neutron/port HTTP/1.1" 200 1093 0.013290 10.0.0.27 - - [2025-11-27 03:44:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004211 10.0.0.27 - - [2025-11-27 03:44:32] "POST /neutron/network HTTP/1.1" 200 843 0.006213 10.0.0.23 - - [2025-11-27 03:44:32] "GET /obj-perms HTTP/1.1" 200 5056 0.059507 10.0.0.27 - - [2025-11-27 03:44:33] "GET /obj-perms HTTP/1.1" 200 5056 0.059261 10.0.0.27 - - [2025-11-27 03:44:44] "POST /neutron/network HTTP/1.1" 200 853 0.006259 10.0.0.27 - - [2025-11-27 03:44:44] "POST /neutron/port HTTP/1.1" 200 117 0.001079 10.0.0.27 - - [2025-11-27 03:44:45] "GET /bgp-as-a-service/73b57d7c-dbda-4783-aeba-7345aef742c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007113 10.0.0.27 - - [2025-11-27 03:44:45] "GET /virtual-machine-interface/918a9c95-3799-4f36-8d90-23aa245ca500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.007975 10.0.0.27 - - [2025-11-27 03:44:45] "POST /ref-update HTTP/1.1" 200 156 0.014401 10.0.0.27 - - [2025-11-27 03:44:45] "POST /ref-update HTTP/1.1" 200 156 0.013617 10.0.0.27 - - [2025-11-27 03:44:45] "DELETE /bgp-as-a-service/73b57d7c-dbda-4783-aeba-7345aef742c4 HTTP/1.1" 200 115 0.040601 10.0.0.27 - - [2025-11-27 03:44:45] "POST /neutron/network HTTP/1.1" 400 204 0.012003 10.0.0.27 - - [2025-11-27 03:44:46] "POST /neutron/port HTTP/1.1" 200 151 0.169022 10.0.0.27 - - [2025-11-27 03:44:46] "POST /neutron/port HTTP/1.1" 200 151 0.188806 10.0.0.27 - - [2025-11-27 03:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006476 10.0.0.23 - - [2025-11-27 03:44:49] "GET /projects?obj_uuids=3c6486c0-0102-43dc-8d2d-a5dbbd338133&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.033781 10.0.0.27 - - [2025-11-27 03:44:49] "GET /project/3c6486c0-0102-43dc-8d2d-a5dbbd338133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.073384 10.0.0.23 - - [2025-11-27 03:44:49] "GET /projects?obj_uuids=3c6486c0-0102-43dc-8d2d-a5dbbd338133&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001343 10.0.0.27 - - [2025-11-27 03:44:49] "GET /project/3c6486c0-0102-43dc-8d2d-a5dbbd338133?fields=virtual_networks HTTP/1.1" 200 1040 0.040020 10.0.0.23 - - [2025-11-27 03:44:49] "GET /projects?obj_uuids=3c6486c0-0102-43dc-8d2d-a5dbbd338133&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000978 10.0.0.27 - - [2025-11-27 03:44:49] "GET /project/3c6486c0-0102-43dc-8d2d-a5dbbd338133?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.033500 10.0.0.23 - - [2025-11-27 03:44:49] "GET /projects?obj_uuids=3c6486c0-0102-43dc-8d2d-a5dbbd338133&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000877 10.0.0.27 - - [2025-11-27 03:44:49] "GET /project/3c6486c0-0102-43dc-8d2d-a5dbbd338133?fields=security_groups HTTP/1.1" 200 1270 0.031975 10.0.0.27 - - [2025-11-27 03:44:50] "POST /fqname-to-id HTTP/1.1" 404 189 0.026138 10.0.0.23 - - [2025-11-27 03:44:50] "GET /projects?obj_uuids=c3a6da30-7581-4594-bb0a-c312657da5e1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003469 10.0.0.23 - - [2025-11-27 03:44:50] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001123 10.0.0.23 - - [2025-11-27 03:44:50] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006365 10.0.0.23 - - [2025-11-27 03:44:50] "POST /id-to-fqname HTTP/1.1" 200 191 0.002971 10.0.0.23 - - [2025-11-27 03:44:50] "POST /fqname-to-id HTTP/1.1" 404 200 0.008367 10.0.0.23 - - [2025-11-27 03:44:50] "POST /security-groups HTTP/1.1" 200 592 0.028095 10.0.0.23 - - [2025-11-27 03:44:50] "POST /projects HTTP/1.1" 200 587 0.224992 10.0.0.27 - - [2025-11-27 03:44:50] "POST /access-control-lists HTTP/1.1" 200 597 0.023950 10.0.0.23 - - [2025-11-27 03:44:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.298336 10.0.0.27 - - [2025-11-27 03:44:50] "GET /project/c3a6da30-7581-4594-bb0a-c312657da5e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.440058 10.0.0.27 - - [2025-11-27 03:44:51] "GET / HTTP/1.1" 200 35931 0.001374 10.0.0.27 - - [2025-11-27 03:44:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000414 10.0.0.27 - - [2025-11-27 03:44:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.061944 10.0.0.23 - - [2025-11-27 03:44:53] "GET /projects?obj_uuids=c3a6da30-7581-4594-bb0a-c312657da5e1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000813 10.0.0.27 - - [2025-11-27 03:44:53] "GET /project/c3a6da30-7581-4594-bb0a-c312657da5e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.027261 10.0.0.27 - - [2025-11-27 03:44:54] "POST /neutron/network HTTP/1.1" 200 117 0.038337 10.0.0.27 - - [2025-11-27 03:44:54] "POST /route-targets HTTP/1.1" 200 327 0.012868 10.0.0.27 - - [2025-11-27 03:44:54] "POST /neutron/network HTTP/1.1" 200 831 0.007380 10.0.0.27 - - [2025-11-27 03:44:54] "POST /id-to-fqname HTTP/1.1" 200 225 0.000907 10.0.0.27 - - [2025-11-27 03:44:54] "GET /virtual-network/984ebf70-d105-47eb-ab07-eae355ee89b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004743 10.0.0.27 - - [2025-11-27 03:44:54] "GET /virtual-network/984ebf70-d105-47eb-ab07-eae355ee89b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004677 10.0.0.27 - - [2025-11-27 03:44:54] "POST /neutron/subnet HTTP/1.1" 200 714 0.008578 10.0.0.27 - - [2025-11-27 03:44:54] "POST /id-to-fqname HTTP/1.1" 200 225 0.001028 10.0.0.23 - - [2025-11-27 03:44:55] "GET /projects?obj_uuids=c3a6da30-7581-4594-bb0a-c312657da5e1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000902 10.0.0.27 - - [2025-11-27 03:44:55] "GET /project/c3a6da30-7581-4594-bb0a-c312657da5e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.066960 10.0.0.27 - - [2025-11-27 03:44:55] "POST /neutron/port HTTP/1.1" 200 117 0.005709 10.0.0.27 - - [2025-11-27 03:44:55] "POST /id-to-fqname HTTP/1.1" 200 225 0.001278 10.0.0.27 - - [2025-11-27 03:44:55] "POST /neutron/network HTTP/1.1" 200 841 0.006381 10.0.0.23 - - [2025-11-27 03:44:56] "GET /projects?obj_uuids=c3a6da30-7581-4594-bb0a-c312657da5e1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000893 10.0.0.27 - - [2025-11-27 03:44:56] "POST /neutron/port HTTP/1.1" 200 1059 0.043217 10.0.0.27 - - [2025-11-27 03:44:56] "GET /project/c3a6da30-7581-4594-bb0a-c312657da5e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.113528 10.0.0.27 - - [2025-11-27 03:44:57] "POST /neutron/port HTTP/1.1" 200 1113 0.181941 10.0.0.27 - - [2025-11-27 03:44:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009048 10.0.0.27 - - [2025-11-27 03:44:57] "POST /id-to-fqname HTTP/1.1" 200 225 0.001309 10.0.0.27 - - [2025-11-27 03:44:57] "POST /neutron/subnet HTTP/1.1" 200 688 0.018530 10.0.0.27 - - [2025-11-27 03:44:57] "POST /neutron/port HTTP/1.1" 200 1087 0.045014 10.0.0.27 - - [2025-11-27 03:44:57] "POST /neutron/network HTTP/1.1" 200 841 0.015892 10.0.0.27 - - [2025-11-27 03:44:58] "POST /neutron/port HTTP/1.1" 200 1059 0.039438 10.0.0.23 - - [2025-11-27 03:44:58] "GET /projects?obj_uuids=c3a6da30-7581-4594-bb0a-c312657da5e1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000880 10.0.0.27 - - [2025-11-27 03:44:58] "GET /project/c3a6da30-7581-4594-bb0a-c312657da5e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.123384 10.0.0.27 - - [2025-11-27 03:44:58] "POST /neutron/port HTTP/1.1" 200 1087 0.049837 10.0.0.27 - - [2025-11-27 03:44:58] "POST /neutron/subnet HTTP/1.1" 200 688 0.019406 10.0.0.27 - - [2025-11-27 03:44:59] "POST /neutron/port HTTP/1.1" 200 117 0.001017 10.0.0.27 - - [2025-11-27 03:44:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012922 10.0.0.27 - - [2025-11-27 03:44:59] "POST /neutron/port HTTP/1.1" 200 1059 0.029639 10.0.0.27 - - [2025-11-27 03:45:00] "POST /neutron/port HTTP/1.1" 200 1087 0.053843 10.0.0.27 - - [2025-11-27 03:45:00] "POST /neutron/port HTTP/1.1" 200 117 0.001505 10.0.0.27 - - [2025-11-27 03:45:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006914 10.0.0.27 - - [2025-11-27 03:45:14] "POST /neutron/port HTTP/1.1" 200 1087 0.017600 10.0.0.27 - - [2025-11-27 03:45:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006465 10.0.0.27 - - [2025-11-27 03:45:29] "POST /neutron/port HTTP/1.1" 200 1087 0.013277 10.0.0.27 - - [2025-11-27 03:45:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008311 10.0.0.23 - - [2025-11-27 03:45:39] "DELETE /project/c3a6da3075814594bb0ac312657da5e1 HTTP/1.1" 404 173 0.003493 10.0.0.23 - - [2025-11-27 03:45:39] "GET /projects?obj_uuids=3c6486c0-0102-43dc-8d2d-a5dbbd338133&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000791 10.0.0.23 - - [2025-11-27 03:45:39] "GET /project/3c6486c0-0102-43dc-8d2d-a5dbbd338133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.039066 10.0.0.23 - - [2025-11-27 03:45:39] "GET /projects?obj_uuids=3c6486c0-0102-43dc-8d2d-a5dbbd338133&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000842 10.0.0.23 - - [2025-11-27 03:45:39] "GET /project/3c6486c0-0102-43dc-8d2d-a5dbbd338133?fields=security_groups HTTP/1.1" 200 1375 0.047289 10.0.0.23 - - [2025-11-27 03:45:39] "DELETE /security-group/ad6f0422-3267-4cf3-bdb4-affa1460777f HTTP/1.1" 200 115 0.063609 10.0.0.23 - - [2025-11-27 03:45:39] "GET /projects?obj_uuids=3c6486c0-0102-43dc-8d2d-a5dbbd338133&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000894 10.0.0.23 - - [2025-11-27 03:45:39] "GET /project/3c6486c0-0102-43dc-8d2d-a5dbbd338133?fields=application_policy_sets HTTP/1.1" 200 1414 0.046235 10.0.0.27 - - [2025-11-27 03:45:39] "DELETE /access-control-list/98fac934-7ef8-4a76-ac23-06b420de7859 HTTP/1.1" 200 115 0.043859 10.0.0.23 - - [2025-11-27 03:45:39] "DELETE /project/3c6486c0-0102-43dc-8d2d-a5dbbd338133 HTTP/1.1" 200 115 0.412560 10.0.0.27 - - [2025-11-27 03:45:40] "POST /neutron/port HTTP/1.1" 200 1087 0.017196 10.0.0.27 - - [2025-11-27 03:45:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006675 10.0.0.27 - - [2025-11-27 03:45:40] "GET /virtual-machine/81bb4dd9-3238-4446-ab91-f628c036fec9 HTTP/1.1" 401 292 0.000331 10.0.0.27 - - [2025-11-27 03:45:40] "GET /virtual-machine/81bb4dd9-3238-4446-ab91-f628c036fec9 HTTP/1.1" 200 1293 0.029957 10.0.0.27 - - [2025-11-27 03:45:40] "GET /virtual-machine-interface/665efb35-fe47-4f10-8605-eebd3ab8393a HTTP/1.1" 200 2957 0.005340 10.0.0.27 - - [2025-11-27 03:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.27 - - [2025-11-27 03:45:40] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003514 10.0.0.27 - - [2025-11-27 03:45:40] "GET /virtual-networks?parent_id=c3a6da30-7581-4594-bb0a-c312657da5e1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002477 10.0.0.27 - - [2025-11-27 03:45:40] "GET /virtual-network/984ebf70-d105-47eb-ab07-eae355ee89b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005216 10.0.0.27 - - [2025-11-27 03:45:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.27 - - [2025-11-27 03:45:43] "GET /virtual-network/984ebf70-d105-47eb-ab07-eae355ee89b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005232 10.0.0.27 - - [2025-11-27 03:45:44] "POST /neutron/network HTTP/1.1" 200 841 0.006166 10.0.0.27 - - [2025-11-27 03:45:44] "POST /neutron/port HTTP/1.1" 200 117 0.001560 10.0.0.27 - - [2025-11-27 03:45:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.009525 10.0.0.27 - - [2025-11-27 03:45:47] "GET /virtual-network/984ebf70-d105-47eb-ab07-eae355ee89b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006655 10.0.0.27 - - [2025-11-27 03:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.27 - - [2025-11-27 03:45:51] "GET /virtual-network/984ebf70-d105-47eb-ab07-eae355ee89b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005023 10.0.0.27 - - [2025-11-27 03:45:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.27 - - [2025-11-27 03:45:55] "GET /virtual-network/984ebf70-d105-47eb-ab07-eae355ee89b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005273 10.0.0.27 - - [2025-11-27 03:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.27 - - [2025-11-27 03:46:00] "GET /virtual-network/984ebf70-d105-47eb-ab07-eae355ee89b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005604 10.0.0.27 - - [2025-11-27 03:46:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.034091 10.0.0.27 - - [2025-11-27 03:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.27 - - [2025-11-27 03:46:04] "GET /virtual-network/984ebf70-d105-47eb-ab07-eae355ee89b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004880 10.0.0.27 - - [2025-11-27 03:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.27 - - [2025-11-27 03:46:08] "GET /virtual-network/984ebf70-d105-47eb-ab07-eae355ee89b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004616 10.0.0.27 - - [2025-11-27 03:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.27 - - [2025-11-27 03:46:12] "GET /virtual-network/984ebf70-d105-47eb-ab07-eae355ee89b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005335 10.0.0.27 - - [2025-11-27 03:46:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.27 - - [2025-11-27 03:46:16] "GET /virtual-network/984ebf70-d105-47eb-ab07-eae355ee89b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006495 10.0.0.27 - - [2025-11-27 03:46:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004988 10.0.0.27 - - [2025-11-27 03:46:20] "GET /virtual-network/984ebf70-d105-47eb-ab07-eae355ee89b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005013 10.0.0.27 - - [2025-11-27 03:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.27 - - [2025-11-27 03:46:24] "GET /virtual-network/984ebf70-d105-47eb-ab07-eae355ee89b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005013 10.0.0.27 - - [2025-11-27 03:46:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.27 - - [2025-11-27 03:46:28] "GET /virtual-network/984ebf70-d105-47eb-ab07-eae355ee89b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005140 10.0.0.27 - - [2025-11-27 03:46:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.27 - - [2025-11-27 03:46:32] "GET /virtual-network/984ebf70-d105-47eb-ab07-eae355ee89b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004827 10.0.0.27 - - [2025-11-27 03:46:36] "POST /neutron/network HTTP/1.1" 200 841 0.006459 10.0.0.27 - - [2025-11-27 03:46:36] "POST /neutron/port HTTP/1.1" 200 117 0.001057 10.0.0.27 - - [2025-11-27 03:46:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.27 - - [2025-11-27 03:46:36] "GET /virtual-network/984ebf70-d105-47eb-ab07-eae355ee89b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005039 10.0.0.27 - - [2025-11-27 03:46:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.27 - - [2025-11-27 03:46:40] "GET /virtual-network/984ebf70-d105-47eb-ab07-eae355ee89b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005074 10.0.0.27 - - [2025-11-27 03:46:44] "POST /neutron/port HTTP/1.1" 200 1087 0.013527 10.0.0.27 - - [2025-11-27 03:46:44] "POST /neutron/subnet HTTP/1.1" 200 688 0.007843 10.0.0.27 - - [2025-11-27 03:46:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.27 - - [2025-11-27 03:46:45] "GET /virtual-network/984ebf70-d105-47eb-ab07-eae355ee89b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005247 10.0.0.27 - - [2025-11-27 03:46:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.27 - - [2025-11-27 03:46:49] "GET /virtual-network/984ebf70-d105-47eb-ab07-eae355ee89b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005096 10.0.0.27 - - [2025-11-27 03:46:50] "POST /neutron/port HTTP/1.1" 200 1087 0.015064 10.0.0.27 - - [2025-11-27 03:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.27 - - [2025-11-27 03:46:51] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003107 10.0.0.27 - - [2025-11-27 03:46:51] "GET /virtual-networks?parent_id=c3a6da30-7581-4594-bb0a-c312657da5e1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002536 10.0.0.27 - - [2025-11-27 03:46:51] "GET /virtual-network/984ebf70-d105-47eb-ab07-eae355ee89b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005422 10.0.0.27 - - [2025-11-27 03:46:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006845 10.0.0.27 - - [2025-11-27 03:46:56] "POST /neutron/port HTTP/1.1" 200 1087 0.016649 10.0.0.27 - - [2025-11-27 03:47:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007098 10.0.0.27 - - [2025-11-27 03:47:12] "POST /neutron/port HTTP/1.1" 200 1087 0.016105 10.0.0.27 - - [2025-11-27 03:47:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007605 10.0.0.23 - - [2025-11-27 03:47:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.23 - - [2025-11-27 03:47:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.23 - - [2025-11-27 03:47:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.23 - - [2025-11-27 03:47:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000556 10.0.0.33 - - [2025-11-27 03:47:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000567 10.0.0.33 - - [2025-11-27 03:47:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000630 10.0.0.27 - - [2025-11-27 03:47:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.27 - - [2025-11-27 03:47:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.33 - - [2025-11-27 03:47:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.33 - - [2025-11-27 03:47:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000330 10.0.0.27 - - [2025-11-27 03:47:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.27 - - [2025-11-27 03:47:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.27 - - [2025-11-27 03:47:27] "POST /neutron/port HTTP/1.1" 200 1087 0.013236 10.0.0.27 - - [2025-11-27 03:47:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006877 10.0.0.27 - - [2025-11-27 03:47:36] "POST /neutron/network HTTP/1.1" 200 841 0.006387 10.0.0.27 - - [2025-11-27 03:47:36] "POST /neutron/port HTTP/1.1" 200 117 0.001150 10.0.0.27 - - [2025-11-27 03:47:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009056 10.0.0.27 - - [2025-11-27 03:47:38] "POST /neutron/port HTTP/1.1" 200 1087 0.014066 10.0.0.27 - - [2025-11-27 03:47:38] "GET /virtual-machine/0c78bc6c-60e7-4908-ac01-51f83fd13ee9 HTTP/1.1" 200 1292 0.005284 10.0.0.27 - - [2025-11-27 03:47:38] "GET /virtual-machine-interface/315f5ddd-3deb-4943-b53e-c78af3d70d76 HTTP/1.1" 200 2958 0.004807 10.0.0.27 - - [2025-11-27 03:47:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.27 - - [2025-11-27 03:47:38] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003459 10.0.0.27 - - [2025-11-27 03:47:38] "GET /virtual-networks?parent_id=c3a6da30-7581-4594-bb0a-c312657da5e1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002569 10.0.0.27 - - [2025-11-27 03:47:38] "GET /virtual-network/984ebf70-d105-47eb-ab07-eae355ee89b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005630 10.0.0.27 - - [2025-11-27 03:47:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.27 - - [2025-11-27 03:47:39] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003375 10.0.0.27 - - [2025-11-27 03:47:39] "GET /virtual-networks?parent_id=c3a6da30-7581-4594-bb0a-c312657da5e1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002510 10.0.0.27 - - [2025-11-27 03:47:39] "GET /virtual-network/984ebf70-d105-47eb-ab07-eae355ee89b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005507 10.0.0.27 - - [2025-11-27 03:47:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006662 10.0.0.27 - - [2025-11-27 03:47:39] "POST /neutron/port HTTP/1.1" 200 1087 0.013594 10.0.0.27 - - [2025-11-27 03:47:39] "GET /virtual-machine/131212cd-b1cc-46b7-a8c2-a6d53b388adf HTTP/1.1" 200 1293 0.009540 10.0.0.27 - - [2025-11-27 03:47:39] "GET /virtual-machine-interface/b47bdcbc-5663-4886-8de6-77a5584f9776 HTTP/1.1" 200 2959 0.005060 10.0.0.27 - - [2025-11-27 03:47:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.27 - - [2025-11-27 03:47:39] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004790 10.0.0.27 - - [2025-11-27 03:47:39] "GET /virtual-networks?parent_id=c3a6da30-7581-4594-bb0a-c312657da5e1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002845 10.0.0.27 - - [2025-11-27 03:47:39] "GET /virtual-network/984ebf70-d105-47eb-ab07-eae355ee89b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005359 10.0.0.27 - - [2025-11-27 03:47:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.27 - - [2025-11-27 03:47:40] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003079 10.0.0.27 - - [2025-11-27 03:47:40] "GET /virtual-networks?parent_id=c3a6da30-7581-4594-bb0a-c312657da5e1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002919 10.0.0.27 - - [2025-11-27 03:47:40] "GET /virtual-network/984ebf70-d105-47eb-ab07-eae355ee89b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005322 10.0.0.27 - - [2025-11-27 03:47:41] "POST /fqname-to-id HTTP/1.1" 404 198 0.003506 10.0.0.27 - - [2025-11-27 03:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.27 - - [2025-11-27 03:47:41] "GET /global-system-config/ff8e6f71-6c25-4b52-a5da-728f1e6e3cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.009219 10.0.0.27 - - [2025-11-27 03:47:41] "POST /control-node-zones HTTP/1.1" 200 569 0.029715 10.0.0.27 - - [2025-11-27 03:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.27 - - [2025-11-27 03:47:41] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005636 10.0.0.27 - - [2025-11-27 03:47:41] "GET /control-node-zone/da6a74b2-0cde-4ed8-8304-0d267da10ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004831 10.0.0.27 - - [2025-11-27 03:47:41] "PUT /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7 HTTP/1.1" 200 254 0.021649 10.0.0.27 - - [2025-11-27 03:47:41] "POST /fqname-to-id HTTP/1.1" 404 198 0.003072 10.0.0.27 - - [2025-11-27 03:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.27 - - [2025-11-27 03:47:41] "GET /global-system-config/ff8e6f71-6c25-4b52-a5da-728f1e6e3cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006019 10.0.0.27 - - [2025-11-27 03:47:41] "POST /control-node-zones HTTP/1.1" 200 569 0.028933 10.0.0.27 - - [2025-11-27 03:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.27 - - [2025-11-27 03:47:41] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005225 10.0.0.27 - - [2025-11-27 03:47:41] "GET /control-node-zone/d2bd9c3f-d13b-45f9-a661-197032c9de2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006664 10.0.0.27 - - [2025-11-27 03:47:41] "PUT /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca HTTP/1.1" 200 254 0.020002 10.0.0.27 - - [2025-11-27 03:47:41] "POST /fqname-to-id HTTP/1.1" 404 198 0.003099 10.0.0.27 - - [2025-11-27 03:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.27 - - [2025-11-27 03:47:41] "GET /global-system-config/ff8e6f71-6c25-4b52-a5da-728f1e6e3cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006531 10.0.0.27 - - [2025-11-27 03:47:41] "POST /control-node-zones HTTP/1.1" 200 569 0.026190 10.0.0.27 - - [2025-11-27 03:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.27 - - [2025-11-27 03:47:42] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004872 10.0.0.27 - - [2025-11-27 03:47:42] "GET /control-node-zone/d3ecdcb5-3a45-4f6d-81fc-3bf1caede083?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004660 10.0.0.27 - - [2025-11-27 03:47:42] "PUT /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd HTTP/1.1" 200 254 0.018713 10.0.0.27 - - [2025-11-27 03:47:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.27 - - [2025-11-27 03:47:42] "GET /global-system-config/ff8e6f71-6c25-4b52-a5da-728f1e6e3cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.005549 10.0.0.27 - - [2025-11-27 03:47:42] "POST /fqname-to-id HTTP/1.1" 404 234 0.002754 10.0.0.27 - - [2025-11-27 03:47:42] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.027889 10.0.0.27 - - [2025-11-27 03:47:42] "POST /neutron/subnet HTTP/1.1" 200 714 0.009668 10.0.0.27 - - [2025-11-27 03:47:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.27 - - [2025-11-27 03:47:42] "GET /bgp-as-a-service/32cec166-567a-419f-a3db-aa8eb64860d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.007034 10.0.0.27 - - [2025-11-27 03:47:42] "GET /control-node-zone/da6a74b2-0cde-4ed8-8304-0d267da10ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004575 10.0.0.27 - - [2025-11-27 03:47:42] "POST /ref-update HTTP/1.1" 200 156 0.014565 10.0.0.27 - - [2025-11-27 03:47:44] "POST /neutron/port HTTP/1.1" 200 1087 0.048931 10.0.0.27 - - [2025-11-27 03:47:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003884 10.0.0.27 - - [2025-11-27 03:47:45] "POST /neutron/network HTTP/1.1" 200 831 0.005876 10.0.0.27 - - [2025-11-27 03:47:59] "GET /bgp-as-a-service/32cec166-567a-419f-a3db-aa8eb64860d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.005665 10.0.0.27 - - [2025-11-27 03:47:59] "GET /virtual-machine-interface/665efb35-fe47-4f10-8605-eebd3ab8393a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.005227 10.0.0.27 - - [2025-11-27 03:47:59] "POST /ref-update HTTP/1.1" 200 156 0.009558 10.0.0.27 - - [2025-11-27 03:48:00] "POST /ref-update HTTP/1.1" 200 156 0.039994 10.0.0.27 - - [2025-11-27 03:48:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.27 - - [2025-11-27 03:48:00] "GET /global-system-config/ff8e6f71-6c25-4b52-a5da-728f1e6e3cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.005394 10.0.0.27 - - [2025-11-27 03:48:00] "POST /fqname-to-id HTTP/1.1" 404 234 0.002478 10.0.0.27 - - [2025-11-27 03:48:00] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.028161 10.0.0.27 - - [2025-11-27 03:48:00] "POST /neutron/network HTTP/1.1" 200 831 0.007145 10.0.0.27 - - [2025-11-27 03:48:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.27 - - [2025-11-27 03:48:00] "GET /bgp-as-a-service/fe9c9023-8f5d-4ab6-8a30-e4849ceb542f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.005022 10.0.0.27 - - [2025-11-27 03:48:00] "GET /control-node-zone/d2bd9c3f-d13b-45f9-a661-197032c9de2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003719 10.0.0.27 - - [2025-11-27 03:48:00] "POST /ref-update HTTP/1.1" 200 156 0.018075 10.0.0.27 - - [2025-11-27 03:48:18] "GET /bgp-as-a-service/fe9c9023-8f5d-4ab6-8a30-e4849ceb542f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1837 0.005875 10.0.0.27 - - [2025-11-27 03:48:18] "GET /virtual-machine-interface/315f5ddd-3deb-4943-b53e-c78af3d70d76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.004984 10.0.0.27 - - [2025-11-27 03:48:18] "POST /ref-update HTTP/1.1" 200 156 0.011433 10.0.0.27 - - [2025-11-27 03:48:18] "POST /bgp-routers HTTP/1.1" 200 640 0.034776 10.0.0.27 - - [2025-11-27 03:48:18] "PUT /bgp-router/3ef2cb0c-d3f3-48f9-8f77-23df232b25fc HTTP/1.1" 200 254 0.030656 10.0.0.33 - - [2025-11-27 03:48:35] "GET /obj-perms HTTP/1.1" 200 5056 0.064340 10.0.0.23 - - [2025-11-27 03:48:36] "GET /obj-perms HTTP/1.1" 200 5056 0.043621 10.0.0.27 - - [2025-11-27 03:48:37] "POST /neutron/port HTTP/1.1" 200 1087 0.042385 10.0.0.27 - - [2025-11-27 03:48:37] "POST /neutron/subnet HTTP/1.1" 200 688 0.008454 10.0.0.27 - - [2025-11-27 03:48:42] "GET /control-node-zone/da6a74b2-0cde-4ed8-8304-0d267da10ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004759 10.0.0.27 - - [2025-11-27 03:48:42] "POST /ref-update HTTP/1.1" 200 156 0.018987 10.0.0.27 - - [2025-11-27 03:48:42] "GET /control-node-zone/d2bd9c3f-d13b-45f9-a661-197032c9de2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005815 10.0.0.27 - - [2025-11-27 03:48:42] "POST /ref-update HTTP/1.1" 200 156 0.018790 10.0.0.27 - - [2025-11-27 03:48:42] "GET /control-node-zone/d3ecdcb5-3a45-4f6d-81fc-3bf1caede083?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003708 10.0.0.27 - - [2025-11-27 03:48:42] "POST /ref-update HTTP/1.1" 200 156 0.017905 10.0.0.27 - - [2025-11-27 03:48:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.27 - - [2025-11-27 03:48:42] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004482 10.0.0.27 - - [2025-11-27 03:48:42] "GET /control-node-zone/da6a74b2-0cde-4ed8-8304-0d267da10ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003515 10.0.0.27 - - [2025-11-27 03:48:43] "PUT /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd HTTP/1.1" 200 254 0.020265 10.0.0.27 - - [2025-11-27 03:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.27 - - [2025-11-27 03:48:43] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005168 10.0.0.27 - - [2025-11-27 03:48:43] "GET /control-node-zone/d2bd9c3f-d13b-45f9-a661-197032c9de2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003360 10.0.0.27 - - [2025-11-27 03:48:43] "PUT /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca HTTP/1.1" 200 254 0.018338 10.0.0.27 - - [2025-11-27 03:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.27 - - [2025-11-27 03:48:43] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004494 10.0.0.27 - - [2025-11-27 03:48:43] "GET /control-node-zone/d3ecdcb5-3a45-4f6d-81fc-3bf1caede083?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003272 10.0.0.27 - - [2025-11-27 03:48:43] "PUT /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7 HTTP/1.1" 200 254 0.020396 10.0.0.27 - - [2025-11-27 03:48:44] "POST /neutron/port HTTP/1.1" 200 1087 0.018550 10.0.0.27 - - [2025-11-27 03:48:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003340 10.0.0.27 - - [2025-11-27 03:48:44] "POST /neutron/network HTTP/1.1" 200 831 0.006023 10.0.0.27 - - [2025-11-27 03:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.27 - - [2025-11-27 03:49:01] "GET /bgp-as-a-service/32cec166-567a-419f-a3db-aa8eb64860d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.006639 10.0.0.27 - - [2025-11-27 03:49:01] "GET /control-node-zone/da6a74b2-0cde-4ed8-8304-0d267da10ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003168 10.0.0.27 - - [2025-11-27 03:49:01] "POST /ref-update HTTP/1.1" 200 156 0.015214 10.0.0.27 - - [2025-11-27 03:49:01] "GET /control-node-zone/da6a74b2-0cde-4ed8-8304-0d267da10ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003459 10.0.0.27 - - [2025-11-27 03:49:01] "POST /ref-update HTTP/1.1" 200 156 0.018159 10.0.0.27 - - [2025-11-27 03:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.27 - - [2025-11-27 03:49:01] "GET /global-system-config/ff8e6f71-6c25-4b52-a5da-728f1e6e3cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006115 10.0.0.27 - - [2025-11-27 03:49:01] "POST /neutron/network HTTP/1.1" 200 831 0.005985 10.0.0.27 - - [2025-11-27 03:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.27 - - [2025-11-27 03:49:01] "GET /bgp-as-a-service/32cec166-567a-419f-a3db-aa8eb64860d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.005295 10.0.0.27 - - [2025-11-27 03:49:01] "GET /control-node-zone/d3ecdcb5-3a45-4f6d-81fc-3bf1caede083?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003376 10.0.0.27 - - [2025-11-27 03:49:01] "POST /ref-update HTTP/1.1" 200 156 0.013564 10.0.0.27 - - [2025-11-27 03:49:04] "GET /bgp-as-a-service/32cec166-567a-419f-a3db-aa8eb64860d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.005545 10.0.0.27 - - [2025-11-27 03:49:04] "GET /virtual-machine-interface/665efb35-fe47-4f10-8605-eebd3ab8393a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.011984 10.0.0.27 - - [2025-11-27 03:49:16] "GET /bgp-as-a-service/32cec166-567a-419f-a3db-aa8eb64860d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.003930 10.0.0.27 - - [2025-11-27 03:49:16] "GET /virtual-machine-interface/665efb35-fe47-4f10-8605-eebd3ab8393a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.005027 10.0.0.27 - - [2025-11-27 03:49:16] "POST /ref-update HTTP/1.1" 200 156 0.014481 10.0.0.27 - - [2025-11-27 03:49:16] "GET /bgp-as-a-service/fe9c9023-8f5d-4ab6-8a30-e4849ceb542f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2447 0.006932 10.0.0.27 - - [2025-11-27 03:49:16] "GET /virtual-machine-interface/315f5ddd-3deb-4943-b53e-c78af3d70d76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.006472 10.0.0.27 - - [2025-11-27 03:49:16] "POST /ref-update HTTP/1.1" 200 156 0.021224 10.0.0.27 - - [2025-11-27 03:49:17] "DELETE /bgp-router/fcbe0caa-a913-4374-ae38-29c9d26d989b HTTP/1.1" 200 115 0.056756 10.0.0.27 - - [2025-11-27 03:49:17] "DELETE /bgp-as-a-service/fe9c9023-8f5d-4ab6-8a30-e4849ceb542f HTTP/1.1" 200 115 0.040021 10.0.0.27 - - [2025-11-27 03:49:17] "GET /bgp-as-a-service/32cec166-567a-419f-a3db-aa8eb64860d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.005619 10.0.0.27 - - [2025-11-27 03:49:17] "GET /virtual-machine-interface/665efb35-fe47-4f10-8605-eebd3ab8393a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.016584 10.0.0.27 - - [2025-11-27 03:49:17] "DELETE /bgp-router/3ef2cb0c-d3f3-48f9-8f77-23df232b25fc HTTP/1.1" 200 115 0.049043 10.0.0.27 - - [2025-11-27 03:49:17] "DELETE /bgp-as-a-service/32cec166-567a-419f-a3db-aa8eb64860d8 HTTP/1.1" 200 115 0.041400 10.0.0.27 - - [2025-11-27 03:49:17] "GET /control-node-zone/d3ecdcb5-3a45-4f6d-81fc-3bf1caede083?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004213 10.0.0.27 - - [2025-11-27 03:49:17] "POST /ref-update HTTP/1.1" 200 156 0.026540 10.0.0.27 - - [2025-11-27 03:49:17] "DELETE /control-node-zone/d3ecdcb5-3a45-4f6d-81fc-3bf1caede083 HTTP/1.1" 200 115 0.021228 10.0.0.27 - - [2025-11-27 03:49:17] "GET /control-node-zone/d2bd9c3f-d13b-45f9-a661-197032c9de2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006184 10.0.0.27 - - [2025-11-27 03:49:17] "POST /ref-update HTTP/1.1" 200 156 0.016522 10.0.0.27 - - [2025-11-27 03:49:17] "DELETE /control-node-zone/d2bd9c3f-d13b-45f9-a661-197032c9de2d HTTP/1.1" 200 115 0.025155 10.0.0.27 - - [2025-11-27 03:49:17] "GET /control-node-zone/da6a74b2-0cde-4ed8-8304-0d267da10ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003146 10.0.0.27 - - [2025-11-27 03:49:17] "DELETE /control-node-zone/da6a74b2-0cde-4ed8-8304-0d267da10ac5 HTTP/1.1" 200 115 0.024956 10.0.0.27 - - [2025-11-27 03:49:17] "POST /neutron/network HTTP/1.1" 400 204 0.015563 10.0.0.27 - - [2025-11-27 03:49:18] "POST /neutron/port HTTP/1.1" 200 1087 0.016103 10.0.0.27 - - [2025-11-27 03:49:18] "POST /neutron/port HTTP/1.1" 200 151 0.268351 10.0.0.27 - - [2025-11-27 03:49:18] "POST /neutron/port HTTP/1.1" 200 151 0.260446 10.0.0.27 - - [2025-11-27 03:49:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.23 - - [2025-11-27 03:49:22] "GET /projects?obj_uuids=c3a6da30-7581-4594-bb0a-c312657da5e1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001460 10.0.0.27 - - [2025-11-27 03:49:22] "GET /project/c3a6da30-7581-4594-bb0a-c312657da5e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.040291 10.0.0.27 - - [2025-11-27 03:49:22] "POST /neutron/network HTTP/1.1" 200 117 0.013254 10.0.0.27 - - [2025-11-27 03:49:22] "POST /route-targets HTTP/1.1" 200 327 0.044451 10.0.0.27 - - [2025-11-27 03:49:23] "POST /neutron/network HTTP/1.1" 200 833 0.009053 10.0.0.27 - - [2025-11-27 03:49:23] "POST /id-to-fqname HTTP/1.1" 200 225 0.001305 10.0.0.27 - - [2025-11-27 03:49:23] "GET /virtual-network/f1d546f0-9796-45c9-9b18-ffa6e5a4fb1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005765 10.0.0.27 - - [2025-11-27 03:49:23] "GET /virtual-network/f1d546f0-9796-45c9-9b18-ffa6e5a4fb1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.014477 10.0.0.27 - - [2025-11-27 03:49:23] "POST /neutron/subnet HTTP/1.1" 200 725 0.008309 10.0.0.27 - - [2025-11-27 03:49:23] "POST /id-to-fqname HTTP/1.1" 200 225 0.000942 10.0.0.23 - - [2025-11-27 03:49:24] "GET /projects?obj_uuids=c3a6da30-7581-4594-bb0a-c312657da5e1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001333 10.0.0.27 - - [2025-11-27 03:49:24] "GET /project/c3a6da30-7581-4594-bb0a-c312657da5e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.087454 10.0.0.27 - - [2025-11-27 03:49:24] "POST /neutron/port HTTP/1.1" 200 117 0.006452 10.0.0.27 - - [2025-11-27 03:49:24] "POST /id-to-fqname HTTP/1.1" 200 225 0.001133 10.0.0.27 - - [2025-11-27 03:49:24] "POST /neutron/network HTTP/1.1" 200 843 0.006308 10.0.0.27 - - [2025-11-27 03:49:25] "POST /neutron/port HTTP/1.1" 200 1061 0.015195 10.0.0.27 - - [2025-11-27 03:49:25] "POST /neutron/port HTTP/1.1" 200 1089 0.016892 10.0.0.23 - - [2025-11-27 03:49:25] "GET /projects?obj_uuids=c3a6da30-7581-4594-bb0a-c312657da5e1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000873 10.0.0.27 - - [2025-11-27 03:49:25] "GET /project/c3a6da30-7581-4594-bb0a-c312657da5e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.071712 10.0.0.27 - - [2025-11-27 03:49:25] "POST /neutron/port HTTP/1.1" 200 117 0.001073 10.0.0.27 - - [2025-11-27 03:49:25] "POST /neutron/port HTTP/1.1" 200 1089 0.014694 10.0.0.27 - - [2025-11-27 03:49:25] "POST /id-to-fqname HTTP/1.1" 200 225 0.001214 10.0.0.27 - - [2025-11-27 03:49:25] "POST /neutron/port HTTP/1.1" 200 1089 0.032287 10.0.0.27 - - [2025-11-27 03:49:26] "POST /neutron/network HTTP/1.1" 200 843 0.006058 10.0.0.27 - - [2025-11-27 03:49:26] "POST /neutron/port HTTP/1.1" 200 1061 0.016429 10.0.0.27 - - [2025-11-27 03:49:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004211 10.0.0.27 - - [2025-11-27 03:49:26] "POST /neutron/network HTTP/1.1" 200 833 0.008045 10.0.0.23 - - [2025-11-27 03:49:26] "GET /projects?obj_uuids=c3a6da30-7581-4594-bb0a-c312657da5e1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001127 10.0.0.27 - - [2025-11-27 03:49:26] "GET /project/c3a6da30-7581-4594-bb0a-c312657da5e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.081534 10.0.0.27 - - [2025-11-27 03:49:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006675 10.0.0.27 - - [2025-11-27 03:49:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006355 10.0.0.27 - - [2025-11-27 03:49:27] "POST /neutron/port HTTP/1.1" 200 1089 0.013866 10.0.0.27 - - [2025-11-27 03:49:27] "GET /virtual-machine/b7d2b6ef-53f9-4be2-b54e-5e14c0e51772 HTTP/1.1" 200 1294 0.005337 10.0.0.27 - - [2025-11-27 03:49:27] "GET /virtual-machine-interface/db40846e-bc4e-4c9a-af07-16bfb15458a6 HTTP/1.1" 200 2959 0.004578 10.0.0.27 - - [2025-11-27 03:49:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.27 - - [2025-11-27 03:49:27] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002954 10.0.0.27 - - [2025-11-27 03:49:27] "GET /virtual-networks?parent_id=c3a6da30-7581-4594-bb0a-c312657da5e1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004403 10.0.0.23 - - [2025-11-27 03:49:27] "GET /projects?obj_uuids=c3a6da30-7581-4594-bb0a-c312657da5e1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001133 10.0.0.27 - - [2025-11-27 03:49:27] "GET /virtual-network/f1d546f0-9796-45c9-9b18-ffa6e5a4fb1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006979 10.0.0.27 - - [2025-11-27 03:49:27] "POST /neutron/port HTTP/1.1" 200 1061 0.235520 10.0.0.27 - - [2025-11-27 03:49:27] "POST /neutron/port HTTP/1.1" 200 1115 0.076527 10.0.0.27 - - [2025-11-27 03:49:27] "POST /neutron/subnet HTTP/1.1" 200 699 0.008168 10.0.0.27 - - [2025-11-27 03:49:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.27 - - [2025-11-27 03:49:30] "GET /virtual-network/f1d546f0-9796-45c9-9b18-ffa6e5a4fb1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004953 10.0.0.27 - - [2025-11-27 03:49:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.27 - - [2025-11-27 03:49:34] "GET /virtual-network/f1d546f0-9796-45c9-9b18-ffa6e5a4fb1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004594 10.0.0.27 - - [2025-11-27 03:49:36] "GET /obj-perms HTTP/1.1" 200 5056 0.056529 10.0.0.27 - - [2025-11-27 03:49:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.27 - - [2025-11-27 03:49:38] "GET /virtual-network/f1d546f0-9796-45c9-9b18-ffa6e5a4fb1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007271 10.0.0.27 - - [2025-11-27 03:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.27 - - [2025-11-27 03:49:42] "GET /virtual-network/f1d546f0-9796-45c9-9b18-ffa6e5a4fb1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005282 10.0.0.27 - - [2025-11-27 03:49:45] "POST /neutron/port HTTP/1.1" 200 1089 0.018162 10.0.0.27 - - [2025-11-27 03:49:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004885 10.0.0.27 - - [2025-11-27 03:49:45] "POST /neutron/network HTTP/1.1" 200 833 0.006316 10.0.0.27 - - [2025-11-27 03:49:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.27 - - [2025-11-27 03:49:46] "GET /virtual-network/f1d546f0-9796-45c9-9b18-ffa6e5a4fb1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005262 10.0.0.27 - - [2025-11-27 03:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.27 - - [2025-11-27 03:49:51] "GET /virtual-network/f1d546f0-9796-45c9-9b18-ffa6e5a4fb1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007471 10.0.0.27 - - [2025-11-27 03:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.035815 10.0.0.27 - - [2025-11-27 03:49:55] "GET /virtual-network/f1d546f0-9796-45c9-9b18-ffa6e5a4fb1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005767 10.0.0.27 - - [2025-11-27 03:49:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.27 - - [2025-11-27 03:49:59] "GET /virtual-network/f1d546f0-9796-45c9-9b18-ffa6e5a4fb1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005225 10.0.0.27 - - [2025-11-27 03:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.27 - - [2025-11-27 03:50:03] "GET /virtual-network/f1d546f0-9796-45c9-9b18-ffa6e5a4fb1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004991 10.0.0.27 - - [2025-11-27 03:50:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.27 - - [2025-11-27 03:50:07] "GET /virtual-network/f1d546f0-9796-45c9-9b18-ffa6e5a4fb1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005414 10.0.0.27 - - [2025-11-27 03:50:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.27 - - [2025-11-27 03:50:11] "GET /virtual-network/f1d546f0-9796-45c9-9b18-ffa6e5a4fb1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005511 10.0.0.27 - - [2025-11-27 03:50:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.27 - - [2025-11-27 03:50:15] "GET /virtual-network/f1d546f0-9796-45c9-9b18-ffa6e5a4fb1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004884 10.0.0.27 - - [2025-11-27 03:50:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.27 - - [2025-11-27 03:50:19] "GET /virtual-network/f1d546f0-9796-45c9-9b18-ffa6e5a4fb1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006732 10.0.0.27 - - [2025-11-27 03:50:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.27 - - [2025-11-27 03:50:23] "GET /virtual-network/f1d546f0-9796-45c9-9b18-ffa6e5a4fb1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006225 10.0.0.27 - - [2025-11-27 03:50:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.27 - - [2025-11-27 03:50:27] "GET /virtual-network/f1d546f0-9796-45c9-9b18-ffa6e5a4fb1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005373 10.0.0.27 - - [2025-11-27 03:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.27 - - [2025-11-27 03:50:32] "GET /virtual-network/f1d546f0-9796-45c9-9b18-ffa6e5a4fb1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005861 10.0.0.27 - - [2025-11-27 03:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.27 - - [2025-11-27 03:50:36] "GET /virtual-network/f1d546f0-9796-45c9-9b18-ffa6e5a4fb1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005110 10.0.0.27 - - [2025-11-27 03:50:38] "POST /neutron/port HTTP/1.1" 200 1089 0.015858 10.0.0.27 - - [2025-11-27 03:50:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003706 10.0.0.27 - - [2025-11-27 03:50:38] "POST /neutron/network HTTP/1.1" 200 833 0.006003 10.0.0.27 - - [2025-11-27 03:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.27 - - [2025-11-27 03:50:40] "GET /virtual-network/f1d546f0-9796-45c9-9b18-ffa6e5a4fb1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004992 10.0.0.27 - - [2025-11-27 03:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.27 - - [2025-11-27 03:50:42] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003659 10.0.0.27 - - [2025-11-27 03:50:42] "GET /virtual-networks?parent_id=c3a6da30-7581-4594-bb0a-c312657da5e1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002735 10.0.0.27 - - [2025-11-27 03:50:42] "GET /virtual-network/f1d546f0-9796-45c9-9b18-ffa6e5a4fb1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005348 10.0.0.27 - - [2025-11-27 03:50:42] "POST /neutron/port HTTP/1.1" 200 1089 0.016342 10.0.0.27 - - [2025-11-27 03:50:46] "POST /neutron/port HTTP/1.1" 200 1089 0.015667 10.0.0.27 - - [2025-11-27 03:50:46] "POST /neutron/network HTTP/1.1" 200 843 0.006554 10.0.0.27 - - [2025-11-27 03:50:46] "POST /neutron/port HTTP/1.1" 200 117 0.001050 10.0.0.27 - - [2025-11-27 03:50:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.035293 10.0.0.27 - - [2025-11-27 03:50:58] "POST /neutron/port HTTP/1.1" 200 1089 0.014328 10.0.0.27 - - [2025-11-27 03:51:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006815 10.0.0.27 - - [2025-11-27 03:51:13] "POST /neutron/port HTTP/1.1" 200 1089 0.015481 10.0.0.27 - - [2025-11-27 03:51:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006641 10.0.0.27 - - [2025-11-27 03:51:28] "POST /neutron/port HTTP/1.1" 200 1089 0.015877 10.0.0.27 - - [2025-11-27 03:51:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006997 10.0.0.27 - - [2025-11-27 03:51:34] "POST /neutron/port HTTP/1.1" 200 1089 0.013848 10.0.0.27 - - [2025-11-27 03:51:34] "GET /virtual-machine/93b7d004-511e-43e5-911d-661059231d09 HTTP/1.1" 200 1294 0.053321 10.0.0.27 - - [2025-11-27 03:51:34] "GET /virtual-machine-interface/fb0394f2-e585-4ee3-9c69-239554ae0171 HTTP/1.1" 200 2959 0.006904 10.0.0.27 - - [2025-11-27 03:51:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.27 - - [2025-11-27 03:51:34] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004287 10.0.0.27 - - [2025-11-27 03:51:34] "GET /virtual-networks?parent_id=c3a6da30-7581-4594-bb0a-c312657da5e1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003780 10.0.0.27 - - [2025-11-27 03:51:34] "GET /virtual-network/f1d546f0-9796-45c9-9b18-ffa6e5a4fb1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005141 10.0.0.27 - - [2025-11-27 03:51:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.27 - - [2025-11-27 03:51:35] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003284 10.0.0.27 - - [2025-11-27 03:51:35] "GET /virtual-networks?parent_id=c3a6da30-7581-4594-bb0a-c312657da5e1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002412 10.0.0.27 - - [2025-11-27 03:51:35] "GET /virtual-network/f1d546f0-9796-45c9-9b18-ffa6e5a4fb1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005176 10.0.0.27 - - [2025-11-27 03:51:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006852 10.0.0.27 - - [2025-11-27 03:51:36] "POST /neutron/port HTTP/1.1" 200 1089 0.013943 10.0.0.27 - - [2025-11-27 03:51:36] "GET /virtual-machine/dcea69ba-5f4e-4d28-895b-7620b23941c8 HTTP/1.1" 200 1293 0.005292 10.0.0.27 - - [2025-11-27 03:51:36] "GET /virtual-machine-interface/49a334d6-1997-4753-96c2-d77ff6d672a9 HTTP/1.1" 200 2958 0.005122 10.0.0.27 - - [2025-11-27 03:51:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.27 - - [2025-11-27 03:51:36] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004027 10.0.0.27 - - [2025-11-27 03:51:36] "GET /virtual-networks?parent_id=c3a6da30-7581-4594-bb0a-c312657da5e1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003142 10.0.0.27 - - [2025-11-27 03:51:36] "GET /virtual-network/f1d546f0-9796-45c9-9b18-ffa6e5a4fb1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005174 10.0.0.27 - - [2025-11-27 03:51:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.27 - - [2025-11-27 03:51:37] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003254 10.0.0.27 - - [2025-11-27 03:51:37] "GET /virtual-networks?parent_id=c3a6da30-7581-4594-bb0a-c312657da5e1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002931 10.0.0.27 - - [2025-11-27 03:51:37] "GET /virtual-network/f1d546f0-9796-45c9-9b18-ffa6e5a4fb1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005065 10.0.0.27 - - [2025-11-27 03:51:37] "POST /fqname-to-id HTTP/1.1" 404 198 0.003456 10.0.0.27 - - [2025-11-27 03:51:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002635 10.0.0.27 - - [2025-11-27 03:51:37] "GET /global-system-config/ff8e6f71-6c25-4b52-a5da-728f1e6e3cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.005720 10.0.0.27 - - [2025-11-27 03:51:37] "POST /control-node-zones HTTP/1.1" 200 569 0.024548 10.0.0.27 - - [2025-11-27 03:51:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.27 - - [2025-11-27 03:51:37] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006316 10.0.0.27 - - [2025-11-27 03:51:37] "GET /control-node-zone/d7d19f24-7828-467f-969e-b8bd1f0cdbb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006675 10.0.0.27 - - [2025-11-27 03:51:37] "PUT /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7 HTTP/1.1" 200 254 0.019670 10.0.0.27 - - [2025-11-27 03:51:37] "POST /fqname-to-id HTTP/1.1" 404 198 0.003147 10.0.0.27 - - [2025-11-27 03:51:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.27 - - [2025-11-27 03:51:37] "GET /global-system-config/ff8e6f71-6c25-4b52-a5da-728f1e6e3cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007182 10.0.0.27 - - [2025-11-27 03:51:37] "POST /control-node-zones HTTP/1.1" 200 569 0.028763 10.0.0.27 - - [2025-11-27 03:51:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.27 - - [2025-11-27 03:51:38] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004273 10.0.0.27 - - [2025-11-27 03:51:38] "GET /control-node-zone/a01b466a-a15a-47d5-a960-84b7da9d3e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005133 10.0.0.27 - - [2025-11-27 03:51:38] "PUT /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca HTTP/1.1" 200 254 0.018596 10.0.0.27 - - [2025-11-27 03:51:38] "POST /fqname-to-id HTTP/1.1" 404 198 0.004783 10.0.0.27 - - [2025-11-27 03:51:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.27 - - [2025-11-27 03:51:38] "GET /global-system-config/ff8e6f71-6c25-4b52-a5da-728f1e6e3cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.005560 10.0.0.27 - - [2025-11-27 03:51:38] "POST /control-node-zones HTTP/1.1" 200 569 0.023476 10.0.0.27 - - [2025-11-27 03:51:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.27 - - [2025-11-27 03:51:38] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004793 10.0.0.27 - - [2025-11-27 03:51:38] "GET /control-node-zone/a3c161f7-6ffc-489f-a4f6-e29dc069b650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005167 10.0.0.27 - - [2025-11-27 03:51:38] "PUT /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd HTTP/1.1" 200 254 0.022409 10.0.0.27 - - [2025-11-27 03:51:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.27 - - [2025-11-27 03:51:38] "GET /global-system-config/ff8e6f71-6c25-4b52-a5da-728f1e6e3cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.005730 10.0.0.27 - - [2025-11-27 03:51:38] "POST /fqname-to-id HTTP/1.1" 404 234 0.003784 10.0.0.27 - - [2025-11-27 03:51:38] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.028695 10.0.0.27 - - [2025-11-27 03:51:38] "POST /neutron/subnet HTTP/1.1" 200 725 0.008600 10.0.0.27 - - [2025-11-27 03:51:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.27 - - [2025-11-27 03:51:38] "GET /bgp-as-a-service/35964170-8cab-42a8-8ea8-02d4015f27f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.005293 10.0.0.27 - - [2025-11-27 03:51:38] "GET /control-node-zone/d7d19f24-7828-467f-969e-b8bd1f0cdbb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003776 10.0.0.27 - - [2025-11-27 03:51:38] "POST /ref-update HTTP/1.1" 200 156 0.015634 10.0.0.27 - - [2025-11-27 03:51:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.27 - - [2025-11-27 03:51:39] "GET /bgp-as-a-service/35964170-8cab-42a8-8ea8-02d4015f27f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.006586 10.0.0.27 - - [2025-11-27 03:51:39] "GET /control-node-zone/a01b466a-a15a-47d5-a960-84b7da9d3e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003204 10.0.0.27 - - [2025-11-27 03:51:39] "POST /ref-update HTTP/1.1" 200 156 0.013698 10.0.0.27 - - [2025-11-27 03:51:40] "POST /neutron/port HTTP/1.1" 200 1089 0.014885 10.0.0.27 - - [2025-11-27 03:51:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003489 10.0.0.27 - - [2025-11-27 03:51:40] "POST /neutron/network HTTP/1.1" 200 833 0.006520 10.0.0.27 - - [2025-11-27 03:51:46] "POST /neutron/network HTTP/1.1" 200 843 0.006044 10.0.0.27 - - [2025-11-27 03:51:46] "POST /neutron/port HTTP/1.1" 200 117 0.001058 10.0.0.27 - - [2025-11-27 03:51:56] "GET /bgp-as-a-service/35964170-8cab-42a8-8ea8-02d4015f27f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006114 10.0.0.27 - - [2025-11-27 03:51:56] "GET /virtual-machine-interface/db40846e-bc4e-4c9a-af07-16bfb15458a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.005141 10.0.0.27 - - [2025-11-27 03:51:56] "POST /ref-update HTTP/1.1" 200 156 0.012995 10.0.0.27 - - [2025-11-27 03:51:56] "POST /bgp-routers HTTP/1.1" 200 640 0.046484 10.0.0.27 - - [2025-11-27 03:51:56] "PUT /bgp-router/af5e1fa4-3cc8-4dc9-9733-d535830ad06b HTTP/1.1" 200 254 0.032714 10.0.0.27 - - [2025-11-27 03:51:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.27 - - [2025-11-27 03:51:58] "GET /global-system-config/ff8e6f71-6c25-4b52-a5da-728f1e6e3cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.005651 10.0.0.27 - - [2025-11-27 03:51:58] "POST /fqname-to-id HTTP/1.1" 404 234 0.003254 10.0.0.27 - - [2025-11-27 03:51:58] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.040301 10.0.0.27 - - [2025-11-27 03:51:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.009145 10.0.0.27 - - [2025-11-27 03:51:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.27 - - [2025-11-27 03:51:58] "GET /bgp-as-a-service/e837518b-7d38-4d7d-ae91-08e7c63e06cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.004889 10.0.0.27 - - [2025-11-27 03:51:58] "GET /control-node-zone/d7d19f24-7828-467f-969e-b8bd1f0cdbb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005306 10.0.0.27 - - [2025-11-27 03:51:58] "POST /ref-update HTTP/1.1" 200 156 0.013777 10.0.0.27 - - [2025-11-27 03:51:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.27 - - [2025-11-27 03:51:58] "GET /bgp-as-a-service/e837518b-7d38-4d7d-ae91-08e7c63e06cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.005855 10.0.0.27 - - [2025-11-27 03:51:58] "GET /control-node-zone/a01b466a-a15a-47d5-a960-84b7da9d3e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003508 10.0.0.27 - - [2025-11-27 03:51:58] "POST /ref-update HTTP/1.1" 200 156 0.014619 10.0.0.27 - - [2025-11-27 03:52:06] "GET /bgp-as-a-service/e837518b-7d38-4d7d-ae91-08e7c63e06cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005533 10.0.0.27 - - [2025-11-27 03:52:06] "GET /virtual-machine-interface/fb0394f2-e585-4ee3-9c69-239554ae0171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.004815 10.0.0.27 - - [2025-11-27 03:52:06] "POST /ref-update HTTP/1.1" 200 156 0.009812 10.0.0.27 - - [2025-11-27 03:52:06] "POST /ref-update HTTP/1.1" 200 156 0.022863 10.0.0.23 - - [2025-11-27 03:52:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000540 10.0.0.23 - - [2025-11-27 03:52:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.23 - - [2025-11-27 03:52:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.23 - - [2025-11-27 03:52:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.33 - - [2025-11-27 03:52:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.33 - - [2025-11-27 03:52:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.27 - - [2025-11-27 03:52:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.27 - - [2025-11-27 03:52:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.33 - - [2025-11-27 03:52:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.33 - - [2025-11-27 03:52:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.27 - - [2025-11-27 03:52:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.27 - - [2025-11-27 03:52:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.27 - - [2025-11-27 03:52:28] "GET /bgp-as-a-service/e837518b-7d38-4d7d-ae91-08e7c63e06cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2708 0.007377 10.0.0.27 - - [2025-11-27 03:52:28] "GET /virtual-machine-interface/fb0394f2-e585-4ee3-9c69-239554ae0171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.007803 10.0.0.27 - - [2025-11-27 03:52:28] "POST /ref-update HTTP/1.1" 200 156 0.011986 10.0.0.27 - - [2025-11-27 03:52:28] "POST /ref-update HTTP/1.1" 200 156 0.021565 10.0.0.27 - - [2025-11-27 03:52:28] "DELETE /bgp-as-a-service/e837518b-7d38-4d7d-ae91-08e7c63e06cf HTTP/1.1" 200 115 0.058441 10.0.0.27 - - [2025-11-27 03:52:28] "GET /bgp-as-a-service/35964170-8cab-42a8-8ea8-02d4015f27f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.005266 10.0.0.27 - - [2025-11-27 03:52:28] "GET /virtual-machine-interface/db40846e-bc4e-4c9a-af07-16bfb15458a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.029814 10.0.0.27 - - [2025-11-27 03:52:28] "POST /ref-update HTTP/1.1" 200 156 0.016520 10.0.0.27 - - [2025-11-27 03:52:28] "POST /ref-update HTTP/1.1" 200 156 0.030275 10.0.0.27 - - [2025-11-27 03:52:28] "DELETE /bgp-as-a-service/35964170-8cab-42a8-8ea8-02d4015f27f1 HTTP/1.1" 200 115 0.068786 10.0.0.27 - - [2025-11-27 03:52:28] "GET /control-node-zone/a3c161f7-6ffc-489f-a4f6-e29dc069b650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004363 10.0.0.27 - - [2025-11-27 03:52:28] "POST /ref-update HTTP/1.1" 200 156 0.016319 10.0.0.27 - - [2025-11-27 03:52:28] "DELETE /control-node-zone/a3c161f7-6ffc-489f-a4f6-e29dc069b650 HTTP/1.1" 200 115 0.023441 10.0.0.27 - - [2025-11-27 03:52:28] "GET /control-node-zone/a01b466a-a15a-47d5-a960-84b7da9d3e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.002990 10.0.0.27 - - [2025-11-27 03:52:28] "POST /ref-update HTTP/1.1" 200 156 0.016862 10.0.0.27 - - [2025-11-27 03:52:28] "DELETE /control-node-zone/a01b466a-a15a-47d5-a960-84b7da9d3e87 HTTP/1.1" 200 115 0.022368 10.0.0.27 - - [2025-11-27 03:52:28] "GET /control-node-zone/d7d19f24-7828-467f-969e-b8bd1f0cdbb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004207 10.0.0.27 - - [2025-11-27 03:52:28] "POST /ref-update HTTP/1.1" 200 156 0.017020 10.0.0.27 - - [2025-11-27 03:52:28] "DELETE /control-node-zone/d7d19f24-7828-467f-969e-b8bd1f0cdbb6 HTTP/1.1" 200 115 0.022989 10.0.0.27 - - [2025-11-27 03:52:29] "POST /neutron/network HTTP/1.1" 200 833 0.008224 10.0.0.27 - - [2025-11-27 03:52:29] "POST /neutron/port HTTP/1.1" 200 1089 0.014085 10.0.0.27 - - [2025-11-27 03:52:29] "POST /neutron/port HTTP/1.1" 200 1115 0.009307 10.0.0.27 - - [2025-11-27 03:52:29] "POST /neutron/port HTTP/1.1" 200 1115 0.013805 10.0.0.27 - - [2025-11-27 03:52:31] "DELETE /route-target/b7993247-9426-453c-a1b9-542fde8e50ff HTTP/1.1" 200 115 0.025665 10.0.0.23 - - [2025-11-27 03:52:31] "POST /useragent-kv HTTP/1.1" 200 115 0.045598 10.0.0.23 - - [2025-11-27 03:52:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002426 10.0.0.27 - - [2025-11-27 03:52:31] "POST /neutron/network HTTP/1.1" 200 151 0.195934 10.0.0.23 - - [2025-11-27 03:52:32] "GET /projects?obj_uuids=c3a6da30-7581-4594-bb0a-c312657da5e1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000946 10.0.0.27 - - [2025-11-27 03:52:32] "GET /project/c3a6da30-7581-4594-bb0a-c312657da5e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.068729 10.0.0.23 - - [2025-11-27 03:52:32] "GET /projects?obj_uuids=c3a6da30-7581-4594-bb0a-c312657da5e1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000849 10.0.0.27 - - [2025-11-27 03:52:32] "GET /project/c3a6da30-7581-4594-bb0a-c312657da5e1?fields=virtual_networks HTTP/1.1" 200 1035 0.031984 10.0.0.23 - - [2025-11-27 03:52:32] "GET /projects?obj_uuids=c3a6da30-7581-4594-bb0a-c312657da5e1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000951 10.0.0.27 - - [2025-11-27 03:52:32] "GET /project/c3a6da30-7581-4594-bb0a-c312657da5e1?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.033626 10.0.0.23 - - [2025-11-27 03:52:32] "GET /projects?obj_uuids=c3a6da30-7581-4594-bb0a-c312657da5e1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001426 10.0.0.27 - - [2025-11-27 03:52:32] "GET /project/c3a6da30-7581-4594-bb0a-c312657da5e1?fields=security_groups HTTP/1.1" 200 1262 0.042021 10.0.0.27 - - [2025-11-27 03:52:33] "POST /fqname-to-id HTTP/1.1" 404 181 0.028543 10.0.0.23 - - [2025-11-27 03:52:33] "GET /projects?obj_uuids=8fa102a7-d016-45f4-a335-4587643fff4e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002733 10.0.0.23 - - [2025-11-27 03:52:33] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001251 10.0.0.23 - - [2025-11-27 03:52:33] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.036114 10.0.0.23 - - [2025-11-27 03:52:34] "POST /id-to-fqname HTTP/1.1" 200 183 0.001162 10.0.0.23 - - [2025-11-27 03:52:34] "POST /fqname-to-id HTTP/1.1" 404 192 0.010176 10.0.0.23 - - [2025-11-27 03:52:34] "POST /security-groups HTTP/1.1" 200 584 0.073499 10.0.0.23 - - [2025-11-27 03:52:34] "POST /projects HTTP/1.1" 200 571 0.285640 10.0.0.23 - - [2025-11-27 03:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.368987 10.0.0.27 - - [2025-11-27 03:52:34] "POST /fqname-to-id HTTP/1.1" 404 226 0.002654 10.0.0.27 - - [2025-11-27 03:52:34] "GET /project/8fa102a7-d016-45f4-a335-4587643fff4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.555915 10.0.0.27 - - [2025-11-27 03:52:35] "GET / HTTP/1.1" 200 35931 0.001540 10.0.0.23 - - [2025-11-27 03:52:38] "GET /projects?obj_uuids=8fa102a7-d016-45f4-a335-4587643fff4e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000911 10.0.0.27 - - [2025-11-27 03:52:38] "GET /project/8fa102a7-d016-45f4-a335-4587643fff4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.035461 10.0.0.23 - - [2025-11-27 03:52:38] "GET /projects?obj_uuids=8fa102a7-d016-45f4-a335-4587643fff4e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001149 10.0.0.27 - - [2025-11-27 03:52:38] "GET /project/8fa102a7-d016-45f4-a335-4587643fff4e?fields=virtual_networks HTTP/1.1" 200 1019 0.050139 10.0.0.23 - - [2025-11-27 03:52:38] "GET /projects?obj_uuids=8fa102a7-d016-45f4-a335-4587643fff4e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000911 10.0.0.27 - - [2025-11-27 03:52:38] "GET /project/8fa102a7-d016-45f4-a335-4587643fff4e?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.079564 10.0.0.23 - - [2025-11-27 03:52:38] "GET /projects?obj_uuids=8fa102a7-d016-45f4-a335-4587643fff4e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000836 10.0.0.27 - - [2025-11-27 03:52:38] "GET /project/8fa102a7-d016-45f4-a335-4587643fff4e?fields=security_groups HTTP/1.1" 200 1238 0.032207 10.0.0.33 - - [2025-11-27 03:52:39] "GET /obj-perms HTTP/1.1" 200 5056 0.182601 10.0.0.23 - - [2025-11-27 03:52:40] "DELETE /project/8fa102a7d01645f4a3354587643fff4e HTTP/1.1" 404 173 0.008655 10.0.0.23 - - [2025-11-27 03:52:40] "GET /projects?obj_uuids=c3a6da30-7581-4594-bb0a-c312657da5e1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000772 10.0.0.23 - - [2025-11-27 03:52:40] "GET /projects?obj_uuids=8fa102a7-d016-45f4-a335-4587643fff4e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000720 10.0.0.23 - - [2025-11-27 03:52:40] "GET /project/c3a6da30-7581-4594-bb0a-c312657da5e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.055167 10.0.0.23 - - [2025-11-27 03:52:40] "GET /project/8fa102a7-d016-45f4-a335-4587643fff4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.065927 10.0.0.27 - - [2025-11-27 03:52:40] "POST /fqname-to-id HTTP/1.1" 404 189 0.105407 10.0.0.23 - - [2025-11-27 03:52:40] "GET /projects?obj_uuids=c3a6da30-7581-4594-bb0a-c312657da5e1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001847 10.0.0.23 - - [2025-11-27 03:52:40] "GET /projects?obj_uuids=8fa102a7-d016-45f4-a335-4587643fff4e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002071 10.0.0.23 - - [2025-11-27 03:52:40] "GET /project/8fa102a7-d016-45f4-a335-4587643fff4e?fields=security_groups HTTP/1.1" 200 1343 0.057630 10.0.0.23 - - [2025-11-27 03:52:40] "GET /project/c3a6da30-7581-4594-bb0a-c312657da5e1?fields=security_groups HTTP/1.1" 200 1367 0.100138 10.0.0.23 - - [2025-11-27 03:52:40] "DELETE /security-group/3bfc397e-1561-49e4-9b5d-412f0cc88bfe HTTP/1.1" 404 177 0.010880 10.0.0.23 - - [2025-11-27 03:52:40] "GET /projects?obj_uuids=2801f45a-559c-41c1-af07-b55e517f4b54&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002468 10.0.0.23 - - [2025-11-27 03:52:40] "DELETE /security-group/12a5a5d4-6f70-46af-a076-6bae797a8858 HTTP/1.1" 200 115 0.105081 10.0.0.23 - - [2025-11-27 03:52:40] "GET /projects?obj_uuids=8fa102a7-d016-45f4-a335-4587643fff4e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.003021 10.0.0.23 - - [2025-11-27 03:52:40] "GET /projects?obj_uuids=c3a6da30-7581-4594-bb0a-c312657da5e1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000983 10.0.0.23 - - [2025-11-27 03:52:40] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000866 10.0.0.23 - - [2025-11-27 03:52:40] "GET /project/8fa102a7-d016-45f4-a335-4587643fff4e?fields=application_policy_sets HTTP/1.1" 200 1382 0.061482 10.0.0.27 - - [2025-11-27 03:52:40] "DELETE /access-control-list/5fc63897-4972-459a-a988-5a8e95ca79ab HTTP/1.1" 200 115 0.052907 10.0.0.23 - - [2025-11-27 03:52:40] "GET /project/c3a6da30-7581-4594-bb0a-c312657da5e1?fields=application_policy_sets HTTP/1.1" 200 1406 0.055246 10.0.0.23 - - [2025-11-27 03:52:40] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.064518 10.0.0.23 - - [2025-11-27 03:52:40] "DELETE /project/c3a6da30-7581-4594-bb0a-c312657da5e1 HTTP/1.1" 200 115 0.626108 10.0.0.23 - - [2025-11-27 03:52:40] "DELETE /project/8fa102a7-d016-45f4-a335-4587643fff4e HTTP/1.1" 200 115 0.647722 10.0.0.23 - - [2025-11-27 03:52:40] "POST /id-to-fqname HTTP/1.1" 200 191 0.001532 10.0.0.23 - - [2025-11-27 03:52:40] "POST /fqname-to-id HTTP/1.1" 404 200 0.005240 10.0.0.23 - - [2025-11-27 03:52:40] "POST /security-groups HTTP/1.1" 200 592 0.083139 10.0.0.27 - - [2025-11-27 03:52:41] "POST /fqname-to-id HTTP/1.1" 404 235 0.003424 10.0.0.23 - - [2025-11-27 03:52:41] "POST /projects HTTP/1.1" 200 587 0.397673 10.0.0.23 - - [2025-11-27 03:52:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.483793 10.0.0.27 - - [2025-11-27 03:52:41] "POST /access-control-lists HTTP/1.1" 200 595 0.030212 10.0.0.27 - - [2025-11-27 03:52:41] "GET /project/2801f45a-559c-41c1-af07-b55e517f4b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.712217 10.0.0.27 - - [2025-11-27 03:52:42] "GET / HTTP/1.1" 200 35931 0.001466 10.0.0.23 - - [2025-11-27 03:52:45] "GET /projects?obj_uuids=2801f45a-559c-41c1-af07-b55e517f4b54&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001208 10.0.0.27 - - [2025-11-27 03:52:45] "GET /project/2801f45a-559c-41c1-af07-b55e517f4b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.038959 10.0.0.23 - - [2025-11-27 03:52:45] "GET /projects?obj_uuids=2801f45a-559c-41c1-af07-b55e517f4b54&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000846 10.0.0.27 - - [2025-11-27 03:52:45] "GET /project/2801f45a-559c-41c1-af07-b55e517f4b54?fields=virtual_networks HTTP/1.1" 200 1034 0.041157 10.0.0.23 - - [2025-11-27 03:52:45] "GET /projects?obj_uuids=2801f45a-559c-41c1-af07-b55e517f4b54&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000896 10.0.0.27 - - [2025-11-27 03:52:45] "GET /project/2801f45a-559c-41c1-af07-b55e517f4b54?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.032636 10.0.0.23 - - [2025-11-27 03:52:45] "GET /projects?obj_uuids=2801f45a-559c-41c1-af07-b55e517f4b54&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000871 10.0.0.27 - - [2025-11-27 03:52:45] "GET /project/2801f45a-559c-41c1-af07-b55e517f4b54?fields=security_groups HTTP/1.1" 200 1261 0.035639 10.0.0.27 - - [2025-11-27 03:52:46] "POST /fqname-to-id HTTP/1.1" 404 195 0.024931 10.0.0.23 - - [2025-11-27 03:52:46] "GET /projects?obj_uuids=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002862 10.0.0.23 - - [2025-11-27 03:52:46] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001149 10.0.0.23 - - [2025-11-27 03:52:46] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008143 10.0.0.23 - - [2025-11-27 03:52:46] "POST /id-to-fqname HTTP/1.1" 200 197 0.002704 10.0.0.23 - - [2025-11-27 03:52:46] "POST /fqname-to-id HTTP/1.1" 404 206 0.002671 10.0.0.23 - - [2025-11-27 03:52:46] "POST /security-groups HTTP/1.1" 200 598 0.027800 10.0.0.23 - - [2025-11-27 03:52:46] "POST /projects HTTP/1.1" 200 599 0.235208 10.0.0.27 - - [2025-11-27 03:52:46] "POST /fqname-to-id HTTP/1.1" 404 240 0.005538 10.0.0.23 - - [2025-11-27 03:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.305098 10.0.0.27 - - [2025-11-27 03:52:46] "GET /project/cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.436340 10.0.0.27 - - [2025-11-27 03:52:47] "GET / HTTP/1.1" 200 35931 0.002986 10.0.0.27 - - [2025-11-27 03:52:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000889 10.0.0.27 - - [2025-11-27 03:52:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.059270 10.0.0.27 - - [2025-11-27 03:52:49] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006221 10.0.0.27 - - [2025-11-27 03:52:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.27 - - [2025-11-27 03:52:50] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004464 10.0.0.27 - - [2025-11-27 03:52:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.27 - - [2025-11-27 03:52:50] "PUT /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624 HTTP/1.1" 200 276 0.011905 10.0.0.27 - - [2025-11-27 03:52:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.23 - - [2025-11-27 03:52:50] "GET /projects?obj_uuids=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000996 10.0.0.27 - - [2025-11-27 03:52:50] "GET /project/cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.044960 10.0.0.27 - - [2025-11-27 03:52:50] "POST /ref-update HTTP/1.1" 200 156 0.028107 10.0.0.23 - - [2025-11-27 03:52:50] "POST /useragent-kv HTTP/1.1" 200 115 0.008676 10.0.0.27 - - [2025-11-27 03:52:50] "POST /neutron/subnet HTTP/1.1" 200 701 0.269476 10.0.0.27 - - [2025-11-27 03:52:50] "POST /id-to-fqname HTTP/1.1" 200 218 0.001195 10.0.0.27 - - [2025-11-27 03:52:50] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.004771 10.0.0.27 - - [2025-11-27 03:52:50] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005570 10.0.0.27 - - [2025-11-27 03:52:50] "POST /neutron/network HTTP/1.1" 200 808 0.006946 10.0.0.27 - - [2025-11-27 03:52:50] "POST /id-to-fqname HTTP/1.1" 200 218 0.001214 10.0.0.23 - - [2025-11-27 03:52:51] "GET /projects?obj_uuids=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001102 10.0.0.27 - - [2025-11-27 03:52:51] "GET /project/cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.070421 10.0.0.27 - - [2025-11-27 03:52:51] "POST /neutron/network HTTP/1.1" 200 808 0.036007 10.0.0.27 - - [2025-11-27 03:52:52] "POST /id-to-fqname HTTP/1.1" 200 218 0.001831 10.0.0.27 - - [2025-11-27 03:52:52] "POST /neutron/port HTTP/1.1" 200 117 0.007837 10.0.0.23 - - [2025-11-27 03:52:52] "GET /projects?obj_uuids=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001376 10.0.0.27 - - [2025-11-27 03:52:52] "POST /neutron/port HTTP/1.1" 200 1062 0.256064 10.0.0.27 - - [2025-11-27 03:52:52] "POST /neutron/port HTTP/1.1" 200 1116 0.104639 10.0.0.27 - - [2025-11-27 03:52:52] "POST /neutron/subnet HTTP/1.1" 200 675 0.009255 10.0.0.23 - - [2025-11-27 03:52:53] "GET /projects?obj_uuids=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001081 10.0.0.27 - - [2025-11-27 03:52:53] "GET /project/cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.073848 10.0.0.27 - - [2025-11-27 03:52:53] "POST /neutron/network HTTP/1.1" 200 808 0.005942 10.0.0.27 - - [2025-11-27 03:52:53] "POST /neutron/port HTTP/1.1" 200 117 0.005677 10.0.0.27 - - [2025-11-27 03:52:53] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.004986 10.0.0.27 - - [2025-11-27 03:52:54] "POST /neutron/port HTTP/1.1" 200 1062 0.046299 10.0.0.27 - - [2025-11-27 03:52:54] "POST /neutron/port HTTP/1.1" 200 1090 0.016279 10.0.0.27 - - [2025-11-27 03:52:54] "POST /neutron/port HTTP/1.1" 200 117 0.001051 10.0.0.27 - - [2025-11-27 03:52:54] "GET /obj-perms HTTP/1.1" 200 5044 0.052806 10.0.0.23 - - [2025-11-27 03:52:55] "GET /obj-perms HTTP/1.1" 200 5044 0.052207 10.0.0.27 - - [2025-11-27 03:52:55] "POST /neutron/security_group HTTP/1.1" 200 2065 0.006357 10.0.0.27 - - [2025-11-27 03:52:55] "POST /neutron/port HTTP/1.1" 200 1090 0.015044 10.0.0.27 - - [2025-11-27 03:52:55] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007869 10.0.0.27 - - [2025-11-27 03:52:55] "GET /virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532 HTTP/1.1" 401 292 0.000374 10.0.0.27 - - [2025-11-27 03:52:55] "GET /virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532 HTTP/1.1" 200 1299 0.031956 10.0.0.27 - - [2025-11-27 03:52:55] "GET /virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532 HTTP/1.1" 200 1299 0.005163 10.0.0.27 - - [2025-11-27 03:52:56] "GET /virtual-machine-interface/d664e1bb-fade-4926-b1c8-297fde901c3f HTTP/1.1" 200 2950 0.006420 10.0.0.27 - - [2025-11-27 03:52:56] "GET /virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532 HTTP/1.1" 200 1299 0.006875 10.0.0.27 - - [2025-11-27 03:52:56] "GET /virtual-machine-interface/d664e1bb-fade-4926-b1c8-297fde901c3f HTTP/1.1" 200 2950 0.005289 10.0.0.27 - - [2025-11-27 03:52:56] "GET /instance-ip/643f2ea7-449d-4efd-aee4-7ba93ea4d28c HTTP/1.1" 200 1620 0.006960 10.0.0.27 - - [2025-11-27 03:52:56] "GET /virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532 HTTP/1.1" 200 1299 0.003350 10.0.0.27 - - [2025-11-27 03:52:56] "GET /virtual-machine-interface/d664e1bb-fade-4926-b1c8-297fde901c3f HTTP/1.1" 200 2950 0.004460 10.0.0.27 - - [2025-11-27 03:52:56] "GET /instance-ip/643f2ea7-449d-4efd-aee4-7ba93ea4d28c HTTP/1.1" 200 1620 0.004152 10.0.0.27 - - [2025-11-27 03:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.27 - - [2025-11-27 03:52:56] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003262 10.0.0.27 - - [2025-11-27 03:52:56] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002775 10.0.0.27 - - [2025-11-27 03:52:56] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005126 10.0.0.27 - - [2025-11-27 03:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.27 - - [2025-11-27 03:52:56] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003900 10.0.0.27 - - [2025-11-27 03:52:56] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003175 10.0.0.27 - - [2025-11-27 03:52:56] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005088 10.0.0.27 - - [2025-11-27 03:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006257 10.0.0.27 - - [2025-11-27 03:52:56] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004141 10.0.0.27 - - [2025-11-27 03:52:56] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.008387 10.0.0.27 - - [2025-11-27 03:52:56] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005682 10.0.0.27 - - [2025-11-27 03:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.27 - - [2025-11-27 03:52:56] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003486 10.0.0.27 - - [2025-11-27 03:52:56] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003378 10.0.0.27 - - [2025-11-27 03:52:56] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005238 10.0.0.27 - - [2025-11-27 03:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005798 10.0.0.27 - - [2025-11-27 03:52:56] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003883 10.0.0.27 - - [2025-11-27 03:52:56] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004594 10.0.0.27 - - [2025-11-27 03:52:56] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008709 10.0.0.27 - - [2025-11-27 03:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.27 - - [2025-11-27 03:52:56] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005337 10.0.0.27 - - [2025-11-27 03:52:56] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003347 10.0.0.27 - - [2025-11-27 03:52:56] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005673 10.0.0.27 - - [2025-11-27 03:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.27 - - [2025-11-27 03:52:56] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003821 10.0.0.27 - - [2025-11-27 03:52:56] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003816 10.0.0.27 - - [2025-11-27 03:52:56] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006037 10.0.0.27 - - [2025-11-27 03:53:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.27 - - [2025-11-27 03:53:00] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005202 10.0.0.27 - - [2025-11-27 03:53:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.27 - - [2025-11-27 03:53:04] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.004687 10.0.0.27 - - [2025-11-27 03:53:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.27 - - [2025-11-27 03:53:08] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005291 10.0.0.27 - - [2025-11-27 03:53:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.27 - - [2025-11-27 03:53:12] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005260 10.0.0.27 - - [2025-11-27 03:53:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.27 - - [2025-11-27 03:53:16] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.004675 10.0.0.27 - - [2025-11-27 03:53:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.27 - - [2025-11-27 03:53:20] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.004925 10.0.0.27 - - [2025-11-27 03:53:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.27 - - [2025-11-27 03:53:24] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.004885 10.0.0.27 - - [2025-11-27 03:53:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.27 - - [2025-11-27 03:53:28] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005807 10.0.0.27 - - [2025-11-27 03:53:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.27 - - [2025-11-27 03:53:30] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003026 10.0.0.27 - - [2025-11-27 03:53:30] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002316 10.0.0.27 - - [2025-11-27 03:53:30] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005565 10.0.0.27 - - [2025-11-27 03:53:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.27 - - [2025-11-27 03:53:31] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003359 10.0.0.27 - - [2025-11-27 03:53:31] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003403 10.0.0.27 - - [2025-11-27 03:53:31] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005631 10.0.0.27 - - [2025-11-27 03:53:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002588 10.0.0.27 - - [2025-11-27 03:53:31] "GET /routing-instance/54557e91-28b1-4e29-b58e-883b646266c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004575 10.0.0.27 - - [2025-11-27 03:53:31] "GET /route-target/c0d6d73c-e16e-4bcd-a47d-5688d3b4f178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003900 10.0.0.27 - - [2025-11-27 03:53:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.27 - - [2025-11-27 03:53:31] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003794 10.0.0.27 - - [2025-11-27 03:53:31] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002627 10.0.0.27 - - [2025-11-27 03:53:31] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005177 10.0.0.27 - - [2025-11-27 03:53:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.27 - - [2025-11-27 03:53:31] "GET /routing-instance/54557e91-28b1-4e29-b58e-883b646266c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.003744 10.0.0.27 - - [2025-11-27 03:53:31] "GET /route-target/c0d6d73c-e16e-4bcd-a47d-5688d3b4f178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003449 10.0.0.27 - - [2025-11-27 03:53:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.27 - - [2025-11-27 03:53:31] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003630 10.0.0.27 - - [2025-11-27 03:53:31] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002555 10.0.0.27 - - [2025-11-27 03:53:31] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005431 10.0.0.27 - - [2025-11-27 03:53:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.27 - - [2025-11-27 03:53:31] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003481 10.0.0.27 - - [2025-11-27 03:53:31] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002755 10.0.0.27 - - [2025-11-27 03:53:31] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005316 10.0.0.27 - - [2025-11-27 03:53:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.27 - - [2025-11-27 03:53:31] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004263 10.0.0.27 - - [2025-11-27 03:53:31] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002630 10.0.0.27 - - [2025-11-27 03:53:31] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005337 10.0.0.27 - - [2025-11-27 03:53:32] "GET /obj-perms HTTP/1.1" 200 5044 0.003507 10.0.0.23 - - [2025-11-27 03:53:32] "GET /obj-perms HTTP/1.1" 200 5044 0.003346 10.0.0.27 - - [2025-11-27 03:53:32] "GET /obj-perms HTTP/1.1" 200 5044 0.006446 10.0.0.33 - - [2025-11-27 03:53:32] "GET /obj-perms HTTP/1.1" 200 5044 0.053776 10.0.0.27 - - [2025-11-27 03:53:32] "POST /neutron/port HTTP/1.1" 200 1090 0.016071 10.0.0.27 - - [2025-11-27 03:53:32] "POST /neutron/security_group HTTP/1.1" 200 2065 0.006215 10.0.0.27 - - [2025-11-27 03:53:32] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 200 1300 0.006013 10.0.0.27 - - [2025-11-27 03:53:32] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 200 1300 0.003208 10.0.0.27 - - [2025-11-27 03:53:32] "GET /virtual-machine-interface/4a3c0173-9f3d-4092-bbbb-5ffbdbf82c6b HTTP/1.1" 200 2949 0.005093 10.0.0.27 - - [2025-11-27 03:53:32] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 200 1300 0.003356 10.0.0.27 - - [2025-11-27 03:53:32] "GET /virtual-machine-interface/4a3c0173-9f3d-4092-bbbb-5ffbdbf82c6b HTTP/1.1" 200 2949 0.005719 10.0.0.27 - - [2025-11-27 03:53:32] "GET /instance-ip/502f70e6-18e3-4ec8-a06e-12122e99b12b HTTP/1.1" 200 1620 0.005700 10.0.0.27 - - [2025-11-27 03:53:32] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 200 1300 0.003105 10.0.0.27 - - [2025-11-27 03:53:33] "GET /virtual-machine-interface/4a3c0173-9f3d-4092-bbbb-5ffbdbf82c6b HTTP/1.1" 200 2949 0.004875 10.0.0.27 - - [2025-11-27 03:53:33] "GET /instance-ip/502f70e6-18e3-4ec8-a06e-12122e99b12b HTTP/1.1" 200 1620 0.004362 10.0.0.27 - - [2025-11-27 03:53:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.27 - - [2025-11-27 03:53:33] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004471 10.0.0.27 - - [2025-11-27 03:53:33] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002658 10.0.0.27 - - [2025-11-27 03:53:33] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005998 10.0.0.27 - - [2025-11-27 03:53:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005625 10.0.0.27 - - [2025-11-27 03:53:33] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003569 10.0.0.27 - - [2025-11-27 03:53:33] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002422 10.0.0.27 - - [2025-11-27 03:53:33] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005373 10.0.0.27 - - [2025-11-27 03:53:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.27 - - [2025-11-27 03:53:33] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003051 10.0.0.27 - - [2025-11-27 03:53:33] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002765 10.0.0.27 - - [2025-11-27 03:53:33] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006331 10.0.0.27 - - [2025-11-27 03:53:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.27 - - [2025-11-27 03:53:33] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004314 10.0.0.27 - - [2025-11-27 03:53:33] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002626 10.0.0.27 - - [2025-11-27 03:53:33] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005171 10.0.0.27 - - [2025-11-27 03:53:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004634 10.0.0.27 - - [2025-11-27 03:53:33] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003574 10.0.0.27 - - [2025-11-27 03:53:33] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002409 10.0.0.27 - - [2025-11-27 03:53:33] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005619 10.0.0.27 - - [2025-11-27 03:53:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.27 - - [2025-11-27 03:53:33] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003438 10.0.0.27 - - [2025-11-27 03:53:33] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003965 10.0.0.27 - - [2025-11-27 03:53:33] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005340 10.0.0.27 - - [2025-11-27 03:53:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.27 - - [2025-11-27 03:53:33] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004297 10.0.0.27 - - [2025-11-27 03:53:33] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002718 10.0.0.27 - - [2025-11-27 03:53:33] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005329 10.0.0.27 - - [2025-11-27 03:53:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.27 - - [2025-11-27 03:53:34] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003424 10.0.0.27 - - [2025-11-27 03:53:34] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002576 10.0.0.27 - - [2025-11-27 03:53:34] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006979 10.0.0.27 - - [2025-11-27 03:53:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.008520 10.0.0.27 - - [2025-11-27 03:53:35] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003067 10.0.0.27 - - [2025-11-27 03:53:35] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002911 10.0.0.27 - - [2025-11-27 03:53:35] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005234 10.0.0.27 - - [2025-11-27 03:53:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002598 10.0.0.27 - - [2025-11-27 03:53:35] "GET /routing-instance/54557e91-28b1-4e29-b58e-883b646266c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005289 10.0.0.27 - - [2025-11-27 03:53:35] "GET /route-target/c0d6d73c-e16e-4bcd-a47d-5688d3b4f178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003706 10.0.0.27 - - [2025-11-27 03:53:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.27 - - [2025-11-27 03:53:35] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003607 10.0.0.27 - - [2025-11-27 03:53:35] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002437 10.0.0.27 - - [2025-11-27 03:53:35] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005119 10.0.0.27 - - [2025-11-27 03:53:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002726 10.0.0.27 - - [2025-11-27 03:53:35] "GET /routing-instance/54557e91-28b1-4e29-b58e-883b646266c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.003929 10.0.0.27 - - [2025-11-27 03:53:35] "GET /route-target/c0d6d73c-e16e-4bcd-a47d-5688d3b4f178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003635 10.0.0.27 - - [2025-11-27 03:53:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.27 - - [2025-11-27 03:53:35] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003645 10.0.0.27 - - [2025-11-27 03:53:35] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002787 10.0.0.27 - - [2025-11-27 03:53:35] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008052 10.0.0.27 - - [2025-11-27 03:53:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.27 - - [2025-11-27 03:53:35] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003570 10.0.0.27 - - [2025-11-27 03:53:35] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003098 10.0.0.27 - - [2025-11-27 03:53:36] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005378 10.0.0.27 - - [2025-11-27 03:53:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.27 - - [2025-11-27 03:53:36] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003960 10.0.0.27 - - [2025-11-27 03:53:36] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002503 10.0.0.27 - - [2025-11-27 03:53:36] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005135 10.0.0.27 - - [2025-11-27 03:53:36] "GET /obj-perms HTTP/1.1" 200 5044 0.004222 10.0.0.23 - - [2025-11-27 03:53:36] "GET /obj-perms HTTP/1.1" 200 5044 0.003086 10.0.0.27 - - [2025-11-27 03:53:36] "GET /obj-perms HTTP/1.1" 200 5044 0.002974 10.0.0.33 - - [2025-11-27 03:53:36] "GET /obj-perms HTTP/1.1" 200 5044 0.005232 10.0.0.27 - - [2025-11-27 03:53:36] "GET /virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532 HTTP/1.1" 200 1299 0.004381 10.0.0.27 - - [2025-11-27 03:53:36] "GET /virtual-machine-interface/d664e1bb-fade-4926-b1c8-297fde901c3f HTTP/1.1" 200 2950 0.005944 10.0.0.27 - - [2025-11-27 03:53:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.27 - - [2025-11-27 03:53:36] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003382 10.0.0.27 - - [2025-11-27 03:53:36] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002599 10.0.0.27 - - [2025-11-27 03:53:36] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005363 10.0.0.27 - - [2025-11-27 03:53:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.27 - - [2025-11-27 03:53:37] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003287 10.0.0.27 - - [2025-11-27 03:53:37] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002878 10.0.0.27 - - [2025-11-27 03:53:37] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005921 10.0.0.27 - - [2025-11-27 03:53:37] "POST /neutron/port HTTP/1.1" 200 1090 0.015527 10.0.0.27 - - [2025-11-27 03:53:39] "POST /neutron/security_group HTTP/1.1" 200 2065 0.031840 10.0.0.23 - - [2025-11-27 03:53:40] "GET /obj-perms HTTP/1.1" 200 5056 0.047769 10.0.0.27 - - [2025-11-27 03:53:40] "GET /obj-perms HTTP/1.1" 200 5056 0.046883 10.0.0.23 - - [2025-11-27 03:53:40] "DELETE /project/cf9d91a11ba64ae9b9f8aa3bee5c3383 HTTP/1.1" 404 173 0.007055 10.0.0.23 - - [2025-11-27 03:53:40] "DELETE /project/2801f45a559c41c1af07b55e517f4b54 HTTP/1.1" 404 173 0.003893 10.0.0.23 - - [2025-11-27 03:53:40] "GET /projects?obj_uuids=2801f45a-559c-41c1-af07-b55e517f4b54&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000834 10.0.0.23 - - [2025-11-27 03:53:40] "GET /project/2801f45a-559c-41c1-af07-b55e517f4b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.037066 10.0.0.23 - - [2025-11-27 03:53:40] "GET /projects?obj_uuids=2801f45a-559c-41c1-af07-b55e517f4b54&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000898 10.0.0.23 - - [2025-11-27 03:53:41] "GET /project/2801f45a-559c-41c1-af07-b55e517f4b54?fields=security_groups HTTP/1.1" 200 1366 0.033359 10.0.0.23 - - [2025-11-27 03:53:41] "DELETE /security-group/2fd78e53-b2e4-4b3e-a3fd-27e4eaf6ac78 HTTP/1.1" 200 115 0.042961 10.0.0.23 - - [2025-11-27 03:53:41] "GET /projects?obj_uuids=2801f45a-559c-41c1-af07-b55e517f4b54&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000873 10.0.0.23 - - [2025-11-27 03:53:41] "GET /project/2801f45a-559c-41c1-af07-b55e517f4b54?fields=application_policy_sets HTTP/1.1" 200 1405 0.048212 10.0.0.23 - - [2025-11-27 03:53:41] "DELETE /project/2801f45a-559c-41c1-af07-b55e517f4b54 HTTP/1.1" 200 115 0.364074 10.0.0.27 - - [2025-11-27 03:53:42] "POST /neutron/port HTTP/1.1" 200 1090 0.037996 10.0.0.27 - - [2025-11-27 03:53:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003773 10.0.0.27 - - [2025-11-27 03:53:42] "POST /neutron/network HTTP/1.1" 200 808 0.006249 10.0.0.27 - - [2025-11-27 03:53:46] "POST /neutron/port HTTP/1.1" 200 1090 0.015756 10.0.0.27 - - [2025-11-27 03:53:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003695 10.0.0.27 - - [2025-11-27 03:53:46] "POST /neutron/network HTTP/1.1" 200 808 0.006381 10.0.0.27 - - [2025-11-27 03:53:48] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 200 1300 0.004452 10.0.0.27 - - [2025-11-27 03:53:48] "GET /virtual-machine-interface/4a3c0173-9f3d-4092-bbbb-5ffbdbf82c6b HTTP/1.1" 200 2949 0.005059 10.0.0.27 - - [2025-11-27 03:53:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.27 - - [2025-11-27 03:53:48] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003441 10.0.0.27 - - [2025-11-27 03:53:48] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002433 10.0.0.27 - - [2025-11-27 03:53:48] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005224 10.0.0.27 - - [2025-11-27 03:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.27 - - [2025-11-27 03:53:49] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003319 10.0.0.27 - - [2025-11-27 03:53:49] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002740 10.0.0.27 - - [2025-11-27 03:53:49] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006930 10.0.0.27 - - [2025-11-27 03:54:42] "POST /neutron/network HTTP/1.1" 200 818 0.009333 10.0.0.27 - - [2025-11-27 03:54:42] "POST /neutron/port HTTP/1.1" 200 117 0.001503 10.0.0.27 - - [2025-11-27 03:54:46] "POST /neutron/port HTTP/1.1" 200 1090 0.015471 10.0.0.27 - - [2025-11-27 03:54:46] "POST /neutron/subnet HTTP/1.1" 200 675 0.008389 10.0.0.27 - - [2025-11-27 03:55:33] "POST /neutron/port HTTP/1.1" 200 1090 0.016453 10.0.0.27 - - [2025-11-27 03:55:33] "GET /virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532 HTTP/1.1" 200 1299 0.008739 10.0.0.27 - - [2025-11-27 03:55:33] "GET /virtual-machine-interface/d664e1bb-fade-4926-b1c8-297fde901c3f HTTP/1.1" 200 2950 0.006269 10.0.0.27 - - [2025-11-27 03:55:33] "GET /virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532 HTTP/1.1" 200 1299 0.004326 10.0.0.27 - - [2025-11-27 03:55:33] "GET /virtual-machine-interface/d664e1bb-fade-4926-b1c8-297fde901c3f HTTP/1.1" 200 2950 0.005363 10.0.0.27 - - [2025-11-27 03:55:33] "GET /instance-ip/643f2ea7-449d-4efd-aee4-7ba93ea4d28c HTTP/1.1" 200 1620 0.004907 10.0.0.27 - - [2025-11-27 03:55:33] "GET /virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532 HTTP/1.1" 200 1299 0.004243 10.0.0.27 - - [2025-11-27 03:55:33] "GET /virtual-machine-interface/d664e1bb-fade-4926-b1c8-297fde901c3f HTTP/1.1" 200 2950 0.005804 10.0.0.27 - - [2025-11-27 03:55:33] "GET /instance-ip/643f2ea7-449d-4efd-aee4-7ba93ea4d28c HTTP/1.1" 200 1620 0.005140 10.0.0.27 - - [2025-11-27 03:55:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.27 - - [2025-11-27 03:55:33] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003924 10.0.0.27 - - [2025-11-27 03:55:33] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002710 10.0.0.27 - - [2025-11-27 03:55:33] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005476 10.0.0.27 - - [2025-11-27 03:55:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004482 10.0.0.27 - - [2025-11-27 03:55:33] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004019 10.0.0.27 - - [2025-11-27 03:55:33] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002544 10.0.0.27 - - [2025-11-27 03:55:33] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005279 10.0.0.27 - - [2025-11-27 03:55:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.27 - - [2025-11-27 03:55:33] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003624 10.0.0.27 - - [2025-11-27 03:55:33] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003567 10.0.0.27 - - [2025-11-27 03:55:33] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005488 10.0.0.27 - - [2025-11-27 03:55:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.27 - - [2025-11-27 03:55:33] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003896 10.0.0.27 - - [2025-11-27 03:55:33] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002957 10.0.0.27 - - [2025-11-27 03:55:33] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005239 10.0.0.27 - - [2025-11-27 03:55:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004856 10.0.0.27 - - [2025-11-27 03:55:33] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003924 10.0.0.27 - - [2025-11-27 03:55:33] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002702 10.0.0.27 - - [2025-11-27 03:55:34] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005328 10.0.0.27 - - [2025-11-27 03:55:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.27 - - [2025-11-27 03:55:34] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003581 10.0.0.27 - - [2025-11-27 03:55:34] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003109 10.0.0.27 - - [2025-11-27 03:55:34] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005812 10.0.0.27 - - [2025-11-27 03:55:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.27 - - [2025-11-27 03:55:34] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003977 10.0.0.27 - - [2025-11-27 03:55:34] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002610 10.0.0.27 - - [2025-11-27 03:55:34] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005330 10.0.0.27 - - [2025-11-27 03:55:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.27 - - [2025-11-27 03:55:35] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003928 10.0.0.27 - - [2025-11-27 03:55:35] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002426 10.0.0.27 - - [2025-11-27 03:55:35] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005453 10.0.0.27 - - [2025-11-27 03:55:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.27 - - [2025-11-27 03:55:35] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002917 10.0.0.27 - - [2025-11-27 03:55:35] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002603 10.0.0.27 - - [2025-11-27 03:55:35] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005865 10.0.0.27 - - [2025-11-27 03:55:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002460 10.0.0.27 - - [2025-11-27 03:55:35] "GET /routing-instance/54557e91-28b1-4e29-b58e-883b646266c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004475 10.0.0.27 - - [2025-11-27 03:55:35] "GET /route-target/c0d6d73c-e16e-4bcd-a47d-5688d3b4f178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003973 10.0.0.27 - - [2025-11-27 03:55:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.27 - - [2025-11-27 03:55:35] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003438 10.0.0.27 - - [2025-11-27 03:55:35] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002828 10.0.0.27 - - [2025-11-27 03:55:35] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005422 10.0.0.27 - - [2025-11-27 03:55:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.27 - - [2025-11-27 03:55:35] "GET /routing-instance/54557e91-28b1-4e29-b58e-883b646266c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004232 10.0.0.27 - - [2025-11-27 03:55:36] "GET /route-target/c0d6d73c-e16e-4bcd-a47d-5688d3b4f178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004075 10.0.0.27 - - [2025-11-27 03:55:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.27 - - [2025-11-27 03:55:36] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003825 10.0.0.27 - - [2025-11-27 03:55:36] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003287 10.0.0.27 - - [2025-11-27 03:55:36] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005815 10.0.0.27 - - [2025-11-27 03:55:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.27 - - [2025-11-27 03:55:36] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005151 10.0.0.27 - - [2025-11-27 03:55:36] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003136 10.0.0.27 - - [2025-11-27 03:55:36] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006076 10.0.0.27 - - [2025-11-27 03:55:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.27 - - [2025-11-27 03:55:36] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003960 10.0.0.27 - - [2025-11-27 03:55:36] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002948 10.0.0.27 - - [2025-11-27 03:55:36] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005340 10.0.0.23 - - [2025-11-27 03:55:38] "GET /obj-perms HTTP/1.1" 200 5044 0.004347 10.0.0.33 - - [2025-11-27 03:55:42] "GET /obj-perms HTTP/1.1" 200 5056 0.049494 10.0.0.23 - - [2025-11-27 03:55:42] "GET /virtual-router/75721a8e-42f3-4b0c-92e8-73be55e1fde4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.004340 10.0.0.27 - - [2025-11-27 03:55:42] "POST /neutron/port HTTP/1.1" 200 1090 0.021206 10.0.0.27 - - [2025-11-27 03:55:42] "POST /neutron/subnet HTTP/1.1" 200 675 0.008032 10.0.0.23 - - [2025-11-27 03:55:44] "GET /obj-perms HTTP/1.1" 200 5044 0.003968 10.0.0.27 - - [2025-11-27 03:55:46] "POST /neutron/port HTTP/1.1" 200 1090 0.016017 10.0.0.27 - - [2025-11-27 03:55:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003688 10.0.0.27 - - [2025-11-27 03:55:46] "POST /neutron/network HTTP/1.1" 200 808 0.006258 10.0.0.23 - - [2025-11-27 03:55:50] "GET /obj-perms HTTP/1.1" 200 5044 0.004056 10.0.0.27 - - [2025-11-27 03:55:50] "GET /obj-perms HTTP/1.1" 200 5044 0.002865 10.0.0.27 - - [2025-11-27 03:55:50] "GET /obj-perms HTTP/1.1" 200 5044 0.004694 10.0.0.23 - - [2025-11-27 03:55:50] "GET /obj-perms HTTP/1.1" 200 5044 0.003226 10.0.0.27 - - [2025-11-27 03:55:51] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 200 1300 0.003678 10.0.0.27 - - [2025-11-27 03:55:51] "GET /virtual-machine-interface/4a3c0173-9f3d-4092-bbbb-5ffbdbf82c6b HTTP/1.1" 200 2949 0.005080 10.0.0.27 - - [2025-11-27 03:55:51] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 200 1300 0.006800 10.0.0.27 - - [2025-11-27 03:55:51] "GET /virtual-machine-interface/4a3c0173-9f3d-4092-bbbb-5ffbdbf82c6b HTTP/1.1" 200 2949 0.004993 10.0.0.27 - - [2025-11-27 03:55:51] "GET /instance-ip/502f70e6-18e3-4ec8-a06e-12122e99b12b HTTP/1.1" 200 1620 0.004670 10.0.0.27 - - [2025-11-27 03:55:51] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 200 1300 0.003852 10.0.0.27 - - [2025-11-27 03:55:51] "GET /virtual-machine-interface/4a3c0173-9f3d-4092-bbbb-5ffbdbf82c6b HTTP/1.1" 200 2949 0.006283 10.0.0.27 - - [2025-11-27 03:55:51] "GET /instance-ip/502f70e6-18e3-4ec8-a06e-12122e99b12b HTTP/1.1" 200 1620 0.006646 10.0.0.27 - - [2025-11-27 03:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.27 - - [2025-11-27 03:55:51] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003095 10.0.0.27 - - [2025-11-27 03:55:51] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003056 10.0.0.27 - - [2025-11-27 03:55:51] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005450 10.0.0.27 - - [2025-11-27 03:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.27 - - [2025-11-27 03:55:51] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006052 10.0.0.27 - - [2025-11-27 03:55:51] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.007671 10.0.0.27 - - [2025-11-27 03:55:51] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005449 10.0.0.27 - - [2025-11-27 03:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.27 - - [2025-11-27 03:55:51] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004727 10.0.0.27 - - [2025-11-27 03:55:51] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002830 10.0.0.27 - - [2025-11-27 03:55:51] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005503 10.0.0.27 - - [2025-11-27 03:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.27 - - [2025-11-27 03:55:51] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004815 10.0.0.27 - - [2025-11-27 03:55:51] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003507 10.0.0.27 - - [2025-11-27 03:55:51] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007867 10.0.0.27 - - [2025-11-27 03:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.27 - - [2025-11-27 03:55:51] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004514 10.0.0.27 - - [2025-11-27 03:55:51] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002903 10.0.0.27 - - [2025-11-27 03:55:51] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005489 10.0.0.27 - - [2025-11-27 03:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.27 - - [2025-11-27 03:55:51] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003844 10.0.0.27 - - [2025-11-27 03:55:51] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002412 10.0.0.27 - - [2025-11-27 03:55:51] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005826 10.0.0.27 - - [2025-11-27 03:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.27 - - [2025-11-27 03:55:51] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003499 10.0.0.27 - - [2025-11-27 03:55:51] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003284 10.0.0.27 - - [2025-11-27 03:55:51] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.011328 10.0.0.27 - - [2025-11-27 03:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.27 - - [2025-11-27 03:55:53] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003727 10.0.0.27 - - [2025-11-27 03:55:53] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002638 10.0.0.27 - - [2025-11-27 03:55:53] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005394 10.0.0.27 - - [2025-11-27 03:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.27 - - [2025-11-27 03:55:53] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004482 10.0.0.27 - - [2025-11-27 03:55:53] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003030 10.0.0.27 - - [2025-11-27 03:55:53] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006615 10.0.0.27 - - [2025-11-27 03:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004506 10.0.0.27 - - [2025-11-27 03:55:53] "GET /routing-instance/54557e91-28b1-4e29-b58e-883b646266c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004427 10.0.0.27 - - [2025-11-27 03:55:53] "GET /route-target/c0d6d73c-e16e-4bcd-a47d-5688d3b4f178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004516 10.0.0.27 - - [2025-11-27 03:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.27 - - [2025-11-27 03:55:53] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004470 10.0.0.27 - - [2025-11-27 03:55:53] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004191 10.0.0.27 - - [2025-11-27 03:55:53] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007313 10.0.0.27 - - [2025-11-27 03:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.27 - - [2025-11-27 03:55:53] "GET /routing-instance/54557e91-28b1-4e29-b58e-883b646266c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005155 10.0.0.27 - - [2025-11-27 03:55:53] "GET /route-target/c0d6d73c-e16e-4bcd-a47d-5688d3b4f178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003683 10.0.0.27 - - [2025-11-27 03:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.27 - - [2025-11-27 03:55:53] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004170 10.0.0.27 - - [2025-11-27 03:55:53] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002547 10.0.0.27 - - [2025-11-27 03:55:53] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005778 10.0.0.27 - - [2025-11-27 03:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.27 - - [2025-11-27 03:55:53] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003933 10.0.0.27 - - [2025-11-27 03:55:53] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002517 10.0.0.27 - - [2025-11-27 03:55:54] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007053 10.0.0.27 - - [2025-11-27 03:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.27 - - [2025-11-27 03:55:54] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003571 10.0.0.27 - - [2025-11-27 03:55:54] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002738 10.0.0.27 - - [2025-11-27 03:55:54] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006214 10.0.0.23 - - [2025-11-27 03:55:54] "GET /obj-perms HTTP/1.1" 200 5044 0.004227 10.0.0.27 - - [2025-11-27 03:55:54] "GET /obj-perms HTTP/1.1" 200 5044 0.003834 10.0.0.27 - - [2025-11-27 03:55:54] "GET /obj-perms HTTP/1.1" 200 5044 0.003274 10.0.0.23 - - [2025-11-27 03:55:54] "GET /obj-perms HTTP/1.1" 200 5044 0.003108 10.0.0.27 - - [2025-11-27 03:55:54] "GET /obj-perms HTTP/1.1" 200 5044 0.003653 10.0.0.27 - - [2025-11-27 03:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.27 - - [2025-11-27 03:56:14] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003088 10.0.0.27 - - [2025-11-27 03:56:14] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003096 10.0.0.27 - - [2025-11-27 03:56:14] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005225 10.0.0.27 - - [2025-11-27 03:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.27 - - [2025-11-27 03:56:15] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003281 10.0.0.27 - - [2025-11-27 03:56:15] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002572 10.0.0.27 - - [2025-11-27 03:56:15] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007421 10.0.0.27 - - [2025-11-27 03:56:31] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 200 1300 0.004145 10.0.0.27 - - [2025-11-27 03:56:31] "GET /virtual-machine-interface/4a3c0173-9f3d-4092-bbbb-5ffbdbf82c6b HTTP/1.1" 200 2949 0.004764 10.0.0.27 - - [2025-11-27 03:56:31] "GET /instance-ip/502f70e6-18e3-4ec8-a06e-12122e99b12b HTTP/1.1" 200 1620 0.003833 10.0.0.27 - - [2025-11-27 03:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002655 10.0.0.27 - - [2025-11-27 03:56:31] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003075 10.0.0.27 - - [2025-11-27 03:56:31] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002173 10.0.0.27 - - [2025-11-27 03:56:31] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005565 10.0.0.27 - - [2025-11-27 03:56:34] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 200 1300 0.004268 10.0.0.27 - - [2025-11-27 03:56:35] "POST /neutron/port HTTP/1.1" 200 1090 0.014052 10.0.0.27 - - [2025-11-27 03:56:36] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 404 171 0.004465 10.0.0.27 - - [2025-11-27 03:56:36] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 404 171 0.002317 10.0.0.27 - - [2025-11-27 03:56:36] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 404 171 0.002282 10.0.0.27 - - [2025-11-27 03:56:37] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 404 171 0.003017 10.0.0.27 - - [2025-11-27 03:56:38] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 404 171 0.002679 10.0.0.27 - - [2025-11-27 03:56:39] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 404 171 0.003546 10.0.0.27 - - [2025-11-27 03:56:40] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 404 171 0.003170 10.0.0.27 - - [2025-11-27 03:56:41] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 404 171 0.002811 10.0.0.23 - - [2025-11-27 03:56:42] "GET /obj-perms HTTP/1.1" 200 5056 0.053540 10.0.0.27 - - [2025-11-27 03:56:42] "POST /neutron/port HTTP/1.1" 200 1090 0.013178 10.0.0.27 - - [2025-11-27 03:56:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003571 10.0.0.27 - - [2025-11-27 03:56:42] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 404 171 0.002605 10.0.0.27 - - [2025-11-27 03:56:42] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 404 171 0.002605 10.0.0.27 - - [2025-11-27 03:56:42] "POST /neutron/network HTTP/1.1" 200 808 0.005850 10.0.0.27 - - [2025-11-27 03:56:43] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 404 171 0.002893 10.0.0.27 - - [2025-11-27 03:56:44] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 404 171 0.004487 10.0.0.27 - - [2025-11-27 03:56:45] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 404 171 0.002603 10.0.0.27 - - [2025-11-27 03:56:46] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 404 171 0.004678 10.0.0.27 - - [2025-11-27 03:56:47] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 404 171 0.003232 10.0.0.27 - - [2025-11-27 03:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.27 - - [2025-11-27 03:56:47] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003331 10.0.0.27 - - [2025-11-27 03:56:47] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002505 10.0.0.27 - - [2025-11-27 03:56:47] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005801 10.0.0.27 - - [2025-11-27 03:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005215 10.0.0.27 - - [2025-11-27 03:56:47] "GET /routing-instance/54557e91-28b1-4e29-b58e-883b646266c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004001 10.0.0.27 - - [2025-11-27 03:56:47] "GET /route-target/c0d6d73c-e16e-4bcd-a47d-5688d3b4f178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003725 10.0.0.27 - - [2025-11-27 03:56:47] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 404 171 0.003407 10.0.0.27 - - [2025-11-27 03:56:48] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 404 171 0.003251 10.0.0.27 - - [2025-11-27 03:56:50] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 404 171 0.003642 10.0.0.27 - - [2025-11-27 03:56:51] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 404 171 0.004189 10.0.0.27 - - [2025-11-27 03:56:52] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 404 171 0.005015 10.0.0.27 - - [2025-11-27 03:56:53] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 404 171 0.003960 10.0.0.27 - - [2025-11-27 03:56:53] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 404 171 0.003358 10.0.0.27 - - [2025-11-27 03:56:54] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 404 171 0.003474 10.0.0.27 - - [2025-11-27 03:56:55] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 404 171 0.003221 10.0.0.27 - - [2025-11-27 03:56:56] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 404 171 0.003954 10.0.0.27 - - [2025-11-27 03:56:57] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 404 171 0.002887 10.0.0.27 - - [2025-11-27 03:56:58] "GET /virtual-machine/f9c2a9ac-0c91-48bd-be2d-54d27d812813 HTTP/1.1" 404 171 0.002802 10.0.0.27 - - [2025-11-27 03:56:58] "GET /obj-perms HTTP/1.1" 200 5044 0.003582 10.0.0.33 - - [2025-11-27 03:56:58] "GET /obj-perms HTTP/1.1" 200 5044 0.003841 10.0.0.27 - - [2025-11-27 03:56:58] "GET /virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532 HTTP/1.1" 200 1299 0.003932 10.0.0.27 - - [2025-11-27 03:56:59] "POST /neutron/port HTTP/1.1" 200 151 0.189067 10.0.0.27 - - [2025-11-27 03:57:00] "GET /virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532 HTTP/1.1" 404 171 0.002842 10.0.0.27 - - [2025-11-27 03:57:00] "GET /virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532 HTTP/1.1" 404 171 0.003025 10.0.0.27 - - [2025-11-27 03:57:00] "GET /virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532 HTTP/1.1" 404 171 0.002623 10.0.0.27 - - [2025-11-27 03:57:00] "GET /virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532 HTTP/1.1" 404 171 0.003609 10.0.0.27 - - [2025-11-27 03:57:01] "GET /virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532 HTTP/1.1" 404 171 0.003264 10.0.0.27 - - [2025-11-27 03:57:02] "GET /virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532 HTTP/1.1" 404 171 0.003270 10.0.0.27 - - [2025-11-27 03:57:03] "GET /virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532 HTTP/1.1" 404 171 0.003760 10.0.0.27 - - [2025-11-27 03:57:04] "GET /virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532 HTTP/1.1" 404 171 0.003951 10.0.0.27 - - [2025-11-27 03:57:05] "GET /virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532 HTTP/1.1" 404 171 0.003629 10.0.0.27 - - [2025-11-27 03:57:05] "GET /virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532 HTTP/1.1" 404 171 0.003638 10.0.0.27 - - [2025-11-27 03:57:06] "GET /virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532 HTTP/1.1" 404 171 0.003492 10.0.0.27 - - [2025-11-27 03:57:07] "GET /virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532 HTTP/1.1" 404 171 0.004291 10.0.0.27 - - [2025-11-27 03:57:08] "GET /virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532 HTTP/1.1" 404 171 0.003833 10.0.0.27 - - [2025-11-27 03:57:09] "GET /virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532 HTTP/1.1" 404 171 0.003699 10.0.0.27 - - [2025-11-27 03:57:10] "GET /virtual-machine/706801ae-3d89-49e1-8d56-9ad9347fc532 HTTP/1.1" 404 171 0.004527 10.0.0.27 - - [2025-11-27 03:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004711 10.0.0.27 - - [2025-11-27 03:57:10] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005993 10.0.0.27 - - [2025-11-27 03:57:10] "GET /virtual-networks?parent_id=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004071 10.0.0.27 - - [2025-11-27 03:57:10] "GET /virtual-network/abaf261b-90de-4d3d-96be-8bcd13c4d492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006685 10.0.0.27 - - [2025-11-27 03:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004452 10.0.0.27 - - [2025-11-27 03:57:10] "GET /routing-instance/54557e91-28b1-4e29-b58e-883b646266c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.003978 10.0.0.27 - - [2025-11-27 03:57:10] "GET /route-target/c0d6d73c-e16e-4bcd-a47d-5688d3b4f178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004097 10.0.0.23 - - [2025-11-27 03:57:10] "GET /obj-perms HTTP/1.1" 200 5044 0.003850 10.0.0.27 - - [2025-11-27 03:57:13] "GET /obj-perms HTTP/1.1" 200 5044 0.004209 10.0.0.23 - - [2025-11-27 03:57:20] "GET /obj-perms HTTP/1.1" 200 5044 0.003414 10.0.0.27 - - [2025-11-27 03:57:20] "GET /obj-perms HTTP/1.1" 200 5044 0.003620 10.0.0.27 - - [2025-11-27 03:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.032799 10.0.0.23 - - [2025-11-27 03:57:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.23 - - [2025-11-27 03:57:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.27 - - [2025-11-27 03:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.27 - - [2025-11-27 03:57:20] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002901 10.0.0.27 - - [2025-11-27 03:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.27 - - [2025-11-27 03:57:20] "PUT /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624 HTTP/1.1" 200 276 0.010474 10.0.0.23 - - [2025-11-27 03:57:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.23 - - [2025-11-27 03:57:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.33 - - [2025-11-27 03:57:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.33 - - [2025-11-27 03:57:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.27 - - [2025-11-27 03:57:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.27 - - [2025-11-27 03:57:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.33 - - [2025-11-27 03:57:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.33 - - [2025-11-27 03:57:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.27 - - [2025-11-27 03:57:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.27 - - [2025-11-27 03:57:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.23 - - [2025-11-27 03:57:23] "GET /projects?obj_uuids=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000976 10.0.0.27 - - [2025-11-27 03:57:23] "GET /project/cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.039477 10.0.0.23 - - [2025-11-27 03:57:23] "GET /projects?obj_uuids=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000852 10.0.0.27 - - [2025-11-27 03:57:23] "GET /project/cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383?fields=virtual_networks HTTP/1.1" 200 1047 0.034154 10.0.0.23 - - [2025-11-27 03:57:23] "GET /projects?obj_uuids=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000901 10.0.0.27 - - [2025-11-27 03:57:23] "GET /project/cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.044792 10.0.0.23 - - [2025-11-27 03:57:23] "GET /projects?obj_uuids=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000932 10.0.0.27 - - [2025-11-27 03:57:23] "GET /project/cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383?fields=security_groups HTTP/1.1" 200 1280 0.040056 10.0.0.27 - - [2025-11-27 03:57:24] "POST /fqname-to-id HTTP/1.1" 404 194 0.025650 10.0.0.23 - - [2025-11-27 03:57:24] "GET /projects?obj_uuids=bbb17d29-e4dc-4c30-9376-afcdf63be13a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.012585 10.0.0.23 - - [2025-11-27 03:57:24] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001071 10.0.0.23 - - [2025-11-27 03:57:24] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007435 10.0.0.23 - - [2025-11-27 03:57:24] "POST /id-to-fqname HTTP/1.1" 200 196 0.004537 10.0.0.23 - - [2025-11-27 03:57:24] "POST /fqname-to-id HTTP/1.1" 404 205 0.005267 10.0.0.23 - - [2025-11-27 03:57:24] "POST /security-groups HTTP/1.1" 200 597 0.069061 10.0.0.23 - - [2025-11-27 03:57:24] "POST /projects HTTP/1.1" 200 597 0.268707 10.0.0.23 - - [2025-11-27 03:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.340145 10.0.0.27 - - [2025-11-27 03:57:24] "POST /access-control-lists HTTP/1.1" 200 602 0.025426 10.0.0.27 - - [2025-11-27 03:57:24] "GET /project/bbb17d29-e4dc-4c30-9376-afcdf63be13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.501547 10.0.0.27 - - [2025-11-27 03:57:26] "GET / HTTP/1.1" 200 35931 0.002057 10.0.0.23 - - [2025-11-27 03:57:29] "GET /projects?obj_uuids=bbb17d29-e4dc-4c30-9376-afcdf63be13a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000914 10.0.0.27 - - [2025-11-27 03:57:29] "GET /project/bbb17d29-e4dc-4c30-9376-afcdf63be13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.033391 10.0.0.23 - - [2025-11-27 03:57:29] "GET /projects?obj_uuids=bbb17d29-e4dc-4c30-9376-afcdf63be13a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000798 10.0.0.27 - - [2025-11-27 03:57:29] "GET /project/bbb17d29-e4dc-4c30-9376-afcdf63be13a?fields=virtual_networks HTTP/1.1" 200 1045 0.091560 10.0.0.23 - - [2025-11-27 03:57:29] "GET /projects?obj_uuids=bbb17d29-e4dc-4c30-9376-afcdf63be13a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000917 10.0.0.27 - - [2025-11-27 03:57:29] "GET /project/bbb17d29-e4dc-4c30-9376-afcdf63be13a?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.038164 10.0.0.23 - - [2025-11-27 03:57:29] "GET /projects?obj_uuids=bbb17d29-e4dc-4c30-9376-afcdf63be13a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000872 10.0.0.27 - - [2025-11-27 03:57:29] "GET /project/bbb17d29-e4dc-4c30-9376-afcdf63be13a?fields=security_groups HTTP/1.1" 200 1277 0.038494 10.0.0.27 - - [2025-11-27 03:57:30] "POST /fqname-to-id HTTP/1.1" 404 188 0.027769 10.0.0.23 - - [2025-11-27 03:57:30] "GET /projects?obj_uuids=29ea087a-d82e-46b1-ad9f-6e7a62ae1a75&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002832 10.0.0.23 - - [2025-11-27 03:57:30] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000832 10.0.0.23 - - [2025-11-27 03:57:30] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005914 10.0.0.23 - - [2025-11-27 03:57:30] "POST /id-to-fqname HTTP/1.1" 200 190 0.004017 10.0.0.23 - - [2025-11-27 03:57:30] "POST /fqname-to-id HTTP/1.1" 404 199 0.005944 10.0.0.23 - - [2025-11-27 03:57:30] "POST /security-groups HTTP/1.1" 200 591 0.026895 10.0.0.27 - - [2025-11-27 03:57:30] "POST /fqname-to-id HTTP/1.1" 404 234 0.003531 10.0.0.23 - - [2025-11-27 03:57:30] "POST /projects HTTP/1.1" 200 585 0.202178 10.0.0.27 - - [2025-11-27 03:57:30] "POST /access-control-lists HTTP/1.1" 200 594 0.026203 10.0.0.23 - - [2025-11-27 03:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.278335 10.0.0.27 - - [2025-11-27 03:57:30] "GET /project/29ea087a-d82e-46b1-ad9f-6e7a62ae1a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.405601 10.0.0.27 - - [2025-11-27 03:57:31] "GET / HTTP/1.1" 200 35931 0.002504 10.0.0.23 - - [2025-11-27 03:57:34] "GET /projects?obj_uuids=29ea087a-d82e-46b1-ad9f-6e7a62ae1a75&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.038950 10.0.0.27 - - [2025-11-27 03:57:34] "GET /project/29ea087a-d82e-46b1-ad9f-6e7a62ae1a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.166826 10.0.0.23 - - [2025-11-27 03:57:34] "GET /projects?obj_uuids=29ea087a-d82e-46b1-ad9f-6e7a62ae1a75&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000852 10.0.0.27 - - [2025-11-27 03:57:34] "GET /project/29ea087a-d82e-46b1-ad9f-6e7a62ae1a75?fields=virtual_networks HTTP/1.1" 200 1032 0.050329 10.0.0.23 - - [2025-11-27 03:57:35] "GET /projects?obj_uuids=29ea087a-d82e-46b1-ad9f-6e7a62ae1a75&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000912 10.0.0.27 - - [2025-11-27 03:57:35] "GET /project/29ea087a-d82e-46b1-ad9f-6e7a62ae1a75?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.032743 10.0.0.23 - - [2025-11-27 03:57:35] "GET /projects?obj_uuids=29ea087a-d82e-46b1-ad9f-6e7a62ae1a75&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000849 10.0.0.27 - - [2025-11-27 03:57:35] "GET /project/29ea087a-d82e-46b1-ad9f-6e7a62ae1a75?fields=security_groups HTTP/1.1" 200 1258 0.039402 10.0.0.27 - - [2025-11-27 03:57:35] "POST /fqname-to-id HTTP/1.1" 404 196 0.026093 10.0.0.23 - - [2025-11-27 03:57:35] "GET /projects?obj_uuids=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002764 10.0.0.23 - - [2025-11-27 03:57:36] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000882 10.0.0.23 - - [2025-11-27 03:57:36] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.038234 10.0.0.23 - - [2025-11-27 03:57:36] "POST /id-to-fqname HTTP/1.1" 200 198 0.006755 10.0.0.23 - - [2025-11-27 03:57:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.006728 10.0.0.23 - - [2025-11-27 03:57:36] "POST /security-groups HTTP/1.1" 200 599 0.084869 10.0.0.23 - - [2025-11-27 03:57:36] "POST /projects HTTP/1.1" 200 601 0.292224 10.0.0.23 - - [2025-11-27 03:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.328333 10.0.0.27 - - [2025-11-27 03:57:36] "POST /fqname-to-id HTTP/1.1" 404 241 0.016032 10.0.0.27 - - [2025-11-27 03:57:36] "GET /project/6f82f6c3-7e29-4656-8241-c5a23bbe36b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.512243 10.0.0.27 - - [2025-11-27 03:57:37] "GET / HTTP/1.1" 200 35931 0.001792 10.0.0.27 - - [2025-11-27 03:57:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000400 10.0.0.27 - - [2025-11-27 03:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.069713 10.0.0.23 - - [2025-11-27 03:57:38] "GET /projects?obj_uuids=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000886 10.0.0.27 - - [2025-11-27 03:57:38] "GET /project/6f82f6c3-7e29-4656-8241-c5a23bbe36b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041510 10.0.0.27 - - [2025-11-27 03:57:38] "POST /neutron/network HTTP/1.1" 200 117 0.035477 10.0.0.27 - - [2025-11-27 03:57:38] "POST /ref-update HTTP/1.1" 200 156 0.021348 10.0.0.23 - - [2025-11-27 03:57:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.041486 10.0.0.23 - - [2025-11-27 03:57:39] "POST /useragent-kv HTTP/1.1" 200 115 0.006534 10.0.0.27 - - [2025-11-27 03:57:39] "POST /neutron/subnet HTTP/1.1" 200 729 0.216665 10.0.0.27 - - [2025-11-27 03:57:39] "POST /id-to-fqname HTTP/1.1" 200 222 0.001129 10.0.0.27 - - [2025-11-27 03:57:39] "GET /virtual-network/aa11d582-0e72-411f-b5ae-9b6c31ae32e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005619 10.0.0.27 - - [2025-11-27 03:57:39] "GET /virtual-network/aa11d582-0e72-411f-b5ae-9b6c31ae32e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.004620 10.0.0.27 - - [2025-11-27 03:57:39] "POST /neutron/network HTTP/1.1" 200 976 0.007035 10.0.0.27 - - [2025-11-27 03:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.23 - - [2025-11-27 03:57:39] "GET /projects?obj_uuids=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000863 10.0.0.27 - - [2025-11-27 03:57:39] "GET /project/6f82f6c3-7e29-4656-8241-c5a23bbe36b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.036196 10.0.0.27 - - [2025-11-27 03:57:39] "POST /neutron/network HTTP/1.1" 200 117 0.012986 10.0.0.23 - - [2025-11-27 03:57:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.002602 10.0.0.23 - - [2025-11-27 03:57:39] "POST /useragent-kv HTTP/1.1" 200 115 0.006997 10.0.0.27 - - [2025-11-27 03:57:39] "POST /neutron/subnet HTTP/1.1" 200 710 0.190853 10.0.0.27 - - [2025-11-27 03:57:40] "POST /id-to-fqname HTTP/1.1" 200 222 0.001151 10.0.0.27 - - [2025-11-27 03:57:40] "GET /virtual-network/5d87e099-251c-4d71-af04-1e94a8451791?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005298 10.0.0.27 - - [2025-11-27 03:57:40] "GET /virtual-network/5d87e099-251c-4d71-af04-1e94a8451791?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004869 10.0.0.27 - - [2025-11-27 03:57:40] "POST /neutron/network HTTP/1.1" 200 972 0.007460 10.0.0.27 - - [2025-11-27 03:57:40] "POST /id-to-fqname HTTP/1.1" 200 222 0.001170 10.0.0.27 - - [2025-11-27 03:57:40] "POST /neutron/network HTTP/1.1" 200 986 0.006722 10.0.0.23 - - [2025-11-27 03:57:40] "GET /projects?obj_uuids=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000895 10.0.0.27 - - [2025-11-27 03:57:40] "GET /project/6f82f6c3-7e29-4656-8241-c5a23bbe36b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.062585 10.0.0.27 - - [2025-11-27 03:57:41] "POST /neutron/port HTTP/1.1" 200 117 0.006143 10.0.0.27 - - [2025-11-27 03:57:41] "POST /id-to-fqname HTTP/1.1" 200 222 0.001192 10.0.0.27 - - [2025-11-27 03:57:41] "DELETE /access-control-list/65b0818a-827b-477c-8daa-3f4b2c3e4ba8 HTTP/1.1" 200 115 0.041113 10.0.0.27 - - [2025-11-27 03:57:41] "POST /neutron/network HTTP/1.1" 200 986 0.012568 10.0.0.23 - - [2025-11-27 03:57:41] "DELETE /project/6f82f6c37e2946568241c5a23bbe36b0 HTTP/1.1" 404 173 0.045070 10.0.0.23 - - [2025-11-27 03:57:41] "DELETE /project/29ea087ad82e46b1ad9f6e7a62ae1a75 HTTP/1.1" 404 173 0.044429 10.0.0.23 - - [2025-11-27 03:57:41] "DELETE /project/bbb17d29e4dc4c309376afcdf63be13a HTTP/1.1" 404 173 0.050290 10.0.0.23 - - [2025-11-27 03:57:41] "GET /projects?obj_uuids=bbb17d29-e4dc-4c30-9376-afcdf63be13a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002522 10.0.0.23 - - [2025-11-27 03:57:41] "GET /projects?obj_uuids=29ea087a-d82e-46b1-ad9f-6e7a62ae1a75&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001279 10.0.0.23 - - [2025-11-27 03:57:41] "GET /projects?obj_uuids=cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001727 10.0.0.23 - - [2025-11-27 03:57:42] "GET /project/cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.061223 10.0.0.23 - - [2025-11-27 03:57:42] "DELETE /project/cf9d91a1-1ba6-4ae9-b9f8-aa3bee5c3383 HTTP/1.1" 404 190 0.151525 10.0.0.23 - - [2025-11-27 03:57:42] "GET /project/bbb17d29-e4dc-4c30-9376-afcdf63be13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.144129 10.0.0.23 - - [2025-11-27 03:57:42] "GET /project/29ea087a-d82e-46b1-ad9f-6e7a62ae1a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.158787 10.0.0.23 - - [2025-11-27 03:57:42] "GET /projects?obj_uuids=bbb17d29-e4dc-4c30-9376-afcdf63be13a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001930 10.0.0.23 - - [2025-11-27 03:57:42] "GET /projects?obj_uuids=29ea087a-d82e-46b1-ad9f-6e7a62ae1a75&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000826 10.0.0.23 - - [2025-11-27 03:57:42] "GET /project/bbb17d29-e4dc-4c30-9376-afcdf63be13a?fields=security_groups HTTP/1.1" 200 1382 0.074485 10.0.0.23 - - [2025-11-27 03:57:42] "GET /project/29ea087a-d82e-46b1-ad9f-6e7a62ae1a75?fields=security_groups HTTP/1.1" 200 1363 0.080789 10.0.0.23 - - [2025-11-27 03:57:42] "DELETE /security-group/7fa62d44-d53d-4a93-ae9e-400924bf3ab2 HTTP/1.1" 200 115 0.091646 10.0.0.23 - - [2025-11-27 03:57:42] "GET /projects?obj_uuids=29ea087a-d82e-46b1-ad9f-6e7a62ae1a75&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000908 10.0.0.23 - - [2025-11-27 03:57:42] "DELETE /security-group/116a4b2e-a514-4c04-a750-701c4d692a4b HTTP/1.1" 200 115 0.128867 10.0.0.23 - - [2025-11-27 03:57:42] "GET /projects?obj_uuids=bbb17d29-e4dc-4c30-9376-afcdf63be13a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000774 10.0.0.23 - - [2025-11-27 03:57:42] "GET /project/29ea087a-d82e-46b1-ad9f-6e7a62ae1a75?fields=application_policy_sets HTTP/1.1" 200 1402 0.051927 10.0.0.27 - - [2025-11-27 03:57:42] "DELETE /access-control-list/8bb2b0bf-933f-4f74-afe1-1c1e0af1740e HTTP/1.1" 200 115 0.058351 10.0.0.23 - - [2025-11-27 03:57:42] "GET /project/bbb17d29-e4dc-4c30-9376-afcdf63be13a?fields=application_policy_sets HTTP/1.1" 200 1421 0.101277 10.0.0.23 - - [2025-11-27 03:57:42] "DELETE /project/29ea087a-d82e-46b1-ad9f-6e7a62ae1a75 HTTP/1.1" 200 115 0.667957 10.0.0.23 - - [2025-11-27 03:57:42] "DELETE /project/bbb17d29-e4dc-4c30-9376-afcdf63be13a HTTP/1.1" 200 115 0.735752 10.0.0.27 - - [2025-11-27 03:57:42] "POST /neutron/port HTTP/1.1" 200 1154 0.037601 10.0.0.23 - - [2025-11-27 03:57:42] "GET /projects?obj_uuids=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000919 10.0.0.27 - - [2025-11-27 03:57:42] "GET /project/6f82f6c3-7e29-4656-8241-c5a23bbe36b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.117143 10.0.0.27 - - [2025-11-27 03:57:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.014426 10.0.0.27 - - [2025-11-27 03:57:42] "POST /neutron/subnet HTTP/1.1" 200 1277 0.012680 10.0.0.27 - - [2025-11-27 03:57:42] "POST /neutron/network HTTP/1.1" 200 976 0.009797 10.0.0.27 - - [2025-11-27 03:57:43] "POST /neutron/port HTTP/1.1" 200 117 0.005923 10.0.0.27 - - [2025-11-27 03:57:43] "POST /neutron/network HTTP/1.1" 200 982 0.006743 10.0.0.27 - - [2025-11-27 03:57:44] "POST /neutron/port HTTP/1.1" 200 1150 0.018961 10.0.0.27 - - [2025-11-27 03:57:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003397 10.0.0.27 - - [2025-11-27 03:57:44] "POST /neutron/port HTTP/1.1" 200 117 0.001046 10.0.0.27 - - [2025-11-27 03:57:47] "POST /neutron/port HTTP/1.1" 200 1178 0.017165 10.0.0.27 - - [2025-11-27 03:57:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003686 10.0.0.27 - - [2025-11-27 03:57:47] "POST /neutron/port HTTP/1.1" 200 117 0.001061 10.0.0.27 - - [2025-11-27 03:57:48] "POST /neutron/port HTTP/1.1" 200 1182 0.015549 10.0.0.27 - - [2025-11-27 03:57:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007039 10.0.0.27 - - [2025-11-27 03:57:48] "GET /virtual-machine/4f52f7f0-8787-4041-8ad8-246b321eb11a HTTP/1.1" 401 292 0.000374 10.0.0.27 - - [2025-11-27 03:57:49] "GET /virtual-machine/4f52f7f0-8787-4041-8ad8-246b321eb11a HTTP/1.1" 200 1300 0.026263 10.0.0.27 - - [2025-11-27 03:57:49] "GET /virtual-machine-interface/6882679f-735a-464e-a0ab-472bc82c9686 HTTP/1.1" 200 3157 0.004484 10.0.0.27 - - [2025-11-27 03:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.27 - - [2025-11-27 03:57:49] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003261 10.0.0.27 - - [2025-11-27 03:57:49] "GET /virtual-networks?parent_id=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002215 10.0.0.27 - - [2025-11-27 03:57:49] "GET /virtual-network/aa11d582-0e72-411f-b5ae-9b6c31ae32e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006341 10.0.0.27 - - [2025-11-27 03:57:51] "POST /neutron/port HTTP/1.1" 200 1182 0.014953 10.0.0.27 - - [2025-11-27 03:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.27 - - [2025-11-27 03:57:52] "GET /virtual-network/aa11d582-0e72-411f-b5ae-9b6c31ae32e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.004994 10.0.0.27 - - [2025-11-27 03:57:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.005934 10.0.0.27 - - [2025-11-27 03:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.27 - - [2025-11-27 03:57:54] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003981 10.0.0.27 - - [2025-11-27 03:57:54] "GET /virtual-networks?parent_id=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002773 10.0.0.27 - - [2025-11-27 03:57:54] "GET /virtual-network/aa11d582-0e72-411f-b5ae-9b6c31ae32e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.009258 10.0.0.27 - - [2025-11-27 03:57:54] "POST /neutron/port HTTP/1.1" 200 1178 0.013459 10.0.0.27 - - [2025-11-27 03:57:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007062 10.0.0.27 - - [2025-11-27 03:57:54] "GET /virtual-machine/d455c9b4-cfd2-4eb4-985d-5a30e1168974 HTTP/1.1" 200 1301 0.005318 10.0.0.27 - - [2025-11-27 03:57:54] "GET /virtual-machine-interface/cd6f2db7-b2ff-462f-8404-4bdecf429acf HTTP/1.1" 200 3157 0.004710 10.0.0.27 - - [2025-11-27 03:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.27 - - [2025-11-27 03:57:55] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002997 10.0.0.27 - - [2025-11-27 03:57:55] "GET /virtual-networks?parent_id=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002606 10.0.0.27 - - [2025-11-27 03:57:55] "GET /virtual-network/5d87e099-251c-4d71-af04-1e94a8451791?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005746 10.0.0.27 - - [2025-11-27 03:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.27 - - [2025-11-27 03:57:56] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004390 10.0.0.27 - - [2025-11-27 03:57:56] "GET /virtual-networks?parent_id=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004248 10.0.0.27 - - [2025-11-27 03:57:56] "GET /virtual-network/5d87e099-251c-4d71-af04-1e94a8451791?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005893 10.0.0.27 - - [2025-11-27 03:57:56] "POST /fqname-to-id HTTP/1.1" 404 209 0.002976 10.0.0.27 - - [2025-11-27 03:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.23 - - [2025-11-27 03:57:56] "GET /projects?obj_uuids=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001191 10.0.0.27 - - [2025-11-27 03:57:56] "GET /project/6f82f6c3-7e29-4656-8241-c5a23bbe36b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.038679 10.0.0.27 - - [2025-11-27 03:57:56] "POST /network-policys HTTP/1.1" 200 533 0.025265 10.0.0.27 - - [2025-11-27 03:57:56] "GET /network-policy/6248e4dc-8253-4f75-a383-77f074eb858a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004938 10.0.0.27 - - [2025-11-27 03:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.27 - - [2025-11-27 03:57:56] "GET /virtual-network/aa11d582-0e72-411f-b5ae-9b6c31ae32e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.004972 10.0.0.27 - - [2025-11-27 03:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.27 - - [2025-11-27 03:57:56] "GET /network-policy/6248e4dc-8253-4f75-a383-77f074eb858a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005552 10.0.0.27 - - [2025-11-27 03:57:56] "POST /fqname-to-id HTTP/1.1" 404 230 0.004939 10.0.0.27 - - [2025-11-27 03:57:56] "POST /ref-update HTTP/1.1" 200 156 0.056520 10.0.0.27 - - [2025-11-27 03:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.27 - - [2025-11-27 03:57:56] "GET /network-policy/6248e4dc-8253-4f75-a383-77f074eb858a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.003211 10.0.0.27 - - [2025-11-27 03:57:56] "GET /virtual-network/aa11d582-0e72-411f-b5ae-9b6c31ae32e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.013248 10.0.0.27 - - [2025-11-27 03:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.27 - - [2025-11-27 03:57:56] "GET /network-policy/6248e4dc-8253-4f75-a383-77f074eb858a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.003970 10.0.0.27 - - [2025-11-27 03:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004854 10.0.0.27 - - [2025-11-27 03:57:57] "GET /virtual-network/5d87e099-251c-4d71-af04-1e94a8451791?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006169 10.0.0.27 - - [2025-11-27 03:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.27 - - [2025-11-27 03:57:57] "GET /network-policy/6248e4dc-8253-4f75-a383-77f074eb858a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.003593 10.0.0.27 - - [2025-11-27 03:57:57] "POST /ref-update HTTP/1.1" 200 156 0.060371 10.0.0.27 - - [2025-11-27 03:57:57] "POST /fqname-to-id HTTP/1.1" 404 230 0.005504 10.0.0.27 - - [2025-11-27 03:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.27 - - [2025-11-27 03:57:57] "GET /network-policy/6248e4dc-8253-4f75-a383-77f074eb858a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.003145 10.0.0.27 - - [2025-11-27 03:57:57] "GET /virtual-network/5d87e099-251c-4d71-af04-1e94a8451791?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2857 0.010216 10.0.0.27 - - [2025-11-27 03:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.27 - - [2025-11-27 03:57:57] "GET /network-policy/6248e4dc-8253-4f75-a383-77f074eb858a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005953 10.0.0.27 - - [2025-11-27 03:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002679 10.0.0.23 - - [2025-11-27 03:57:57] "GET /projects?obj_uuids=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000901 10.0.0.27 - - [2025-11-27 03:57:57] "GET /project/6f82f6c3-7e29-4656-8241-c5a23bbe36b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041070 10.0.0.27 - - [2025-11-27 03:57:57] "POST /neutron/network HTTP/1.1" 200 117 0.018985 10.0.0.27 - - [2025-11-27 03:57:57] "POST /route-targets HTTP/1.1" 200 327 0.017624 10.0.0.27 - - [2025-11-27 03:57:57] "POST /neutron/network HTTP/1.1" 200 799 0.010395 10.0.0.27 - - [2025-11-27 03:57:57] "POST /id-to-fqname HTTP/1.1" 200 214 0.001546 10.0.0.27 - - [2025-11-27 03:57:57] "GET /virtual-network/4a3bbcd4-cd65-49fc-8a40-30b9ac72b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.006801 10.0.0.27 - - [2025-11-27 03:57:57] "GET /virtual-network/4a3bbcd4-cd65-49fc-8a40-30b9ac72b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005311 10.0.0.27 - - [2025-11-27 03:57:58] "POST /neutron/subnet HTTP/1.1" 200 701 0.010772 10.0.0.27 - - [2025-11-27 03:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.23 - - [2025-11-27 03:57:58] "GET /projects?obj_uuids=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000849 10.0.0.27 - - [2025-11-27 03:57:58] "GET /project/6f82f6c3-7e29-4656-8241-c5a23bbe36b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.078258 10.0.0.27 - - [2025-11-27 03:57:58] "POST /ref-update HTTP/1.1" 200 156 0.019853 10.0.0.23 - - [2025-11-27 03:57:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004439 10.0.0.27 - - [2025-11-27 03:57:58] "POST /neutron/subnet HTTP/1.1" 200 701 0.224497 10.0.0.27 - - [2025-11-27 03:57:58] "POST /id-to-fqname HTTP/1.1" 200 214 0.001173 10.0.0.27 - - [2025-11-27 03:57:58] "GET /virtual-network/f199943b-3d0f-4fc7-955f-19d86659e039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005621 10.0.0.27 - - [2025-11-27 03:57:58] "GET /virtual-network/f199943b-3d0f-4fc7-955f-19d86659e039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005856 10.0.0.27 - - [2025-11-27 03:57:58] "POST /neutron/network HTTP/1.1" 200 799 0.007082 10.0.0.27 - - [2025-11-27 03:57:58] "POST /fqname-to-id HTTP/1.1" 404 239 0.003799 10.0.0.27 - - [2025-11-27 03:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.23 - - [2025-11-27 03:57:58] "GET /projects?obj_uuids=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001390 10.0.0.27 - - [2025-11-27 03:57:58] "GET /project/6f82f6c3-7e29-4656-8241-c5a23bbe36b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.039379 10.0.0.27 - - [2025-11-27 03:57:58] "POST /network-policys HTTP/1.1" 200 587 0.026852 10.0.0.27 - - [2025-11-27 03:57:58] "GET /network-policy/a77192f3-0b96-4907-a6c5-7d0ca5c2c1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006814 10.0.0.27 - - [2025-11-27 03:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005883 10.0.0.27 - - [2025-11-27 03:57:59] "GET /virtual-network/4a3bbcd4-cd65-49fc-8a40-30b9ac72b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005348 10.0.0.27 - - [2025-11-27 03:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.27 - - [2025-11-27 03:57:59] "GET /network-policy/a77192f3-0b96-4907-a6c5-7d0ca5c2c1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004224 10.0.0.27 - - [2025-11-27 03:57:59] "POST /ref-update HTTP/1.1" 200 156 0.061524 10.0.0.27 - - [2025-11-27 03:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.011408 10.0.0.27 - - [2025-11-27 03:57:59] "GET /network-policy/a77192f3-0b96-4907-a6c5-7d0ca5c2c1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.007886 10.0.0.27 - - [2025-11-27 03:57:59] "GET /virtual-network/4a3bbcd4-cd65-49fc-8a40-30b9ac72b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.008036 10.0.0.27 - - [2025-11-27 03:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.27 - - [2025-11-27 03:57:59] "GET /network-policy/a77192f3-0b96-4907-a6c5-7d0ca5c2c1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004175 10.0.0.27 - - [2025-11-27 03:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.010194 10.0.0.27 - - [2025-11-27 03:57:59] "GET /virtual-network/f199943b-3d0f-4fc7-955f-19d86659e039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005428 10.0.0.27 - - [2025-11-27 03:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.27 - - [2025-11-27 03:57:59] "GET /network-policy/a77192f3-0b96-4907-a6c5-7d0ca5c2c1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005030 10.0.0.27 - - [2025-11-27 03:57:59] "POST /fqname-to-id HTTP/1.1" 404 210 0.011102 10.0.0.27 - - [2025-11-27 03:57:59] "POST /ref-update HTTP/1.1" 200 156 0.061324 10.0.0.27 - - [2025-11-27 03:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.27 - - [2025-11-27 03:57:59] "GET /network-policy/a77192f3-0b96-4907-a6c5-7d0ca5c2c1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004891 10.0.0.27 - - [2025-11-27 03:57:59] "POST /neutron/network HTTP/1.1" 200 912 0.034981 10.0.0.27 - - [2025-11-27 03:57:59] "PUT /access-control-list/85c089b1-ce82-48ed-8525-12c95ce460b1 HTTP/1.1" 200 272 0.028418 10.0.0.27 - - [2025-11-27 03:57:59] "GET /virtual-network/f199943b-3d0f-4fc7-955f-19d86659e039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.006899 10.0.0.27 - - [2025-11-27 03:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.010028 10.0.0.27 - - [2025-11-27 03:57:59] "GET /network-policy/a77192f3-0b96-4907-a6c5-7d0ca5c2c1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.003615 10.0.0.27 - - [2025-11-27 03:57:59] "POST /id-to-fqname HTTP/1.1" 200 214 0.000893 10.0.0.27 - - [2025-11-27 03:58:00] "POST /neutron/network HTTP/1.1" 200 922 0.006333 10.0.0.23 - - [2025-11-27 03:58:00] "GET /projects?obj_uuids=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000930 10.0.0.27 - - [2025-11-27 03:58:00] "GET /project/6f82f6c3-7e29-4656-8241-c5a23bbe36b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.070054 10.0.0.27 - - [2025-11-27 03:58:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006242 10.0.0.27 - - [2025-11-27 03:58:01] "POST /id-to-fqname HTTP/1.1" 200 214 0.001169 10.0.0.27 - - [2025-11-27 03:58:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007631 10.0.0.23 - - [2025-11-27 03:58:01] "GET /projects?obj_uuids=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001157 10.0.0.27 - - [2025-11-27 03:58:01] "POST /neutron/port HTTP/1.1" 200 1063 0.256044 10.0.0.27 - - [2025-11-27 03:58:01] "POST /neutron/port HTTP/1.1" 200 1117 0.089626 10.0.0.27 - - [2025-11-27 03:58:02] "POST /neutron/subnet HTTP/1.1" 200 675 0.011296 10.0.0.23 - - [2025-11-27 03:58:02] "GET /projects?obj_uuids=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000883 10.0.0.27 - - [2025-11-27 03:58:02] "GET /project/6f82f6c3-7e29-4656-8241-c5a23bbe36b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.057472 10.0.0.27 - - [2025-11-27 03:58:02] "POST /neutron/network HTTP/1.1" 200 912 0.034373 10.0.0.27 - - [2025-11-27 03:58:02] "POST /neutron/port HTTP/1.1" 200 117 0.005638 10.0.0.27 - - [2025-11-27 03:58:02] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.002881 10.0.0.27 - - [2025-11-27 03:58:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002524 10.0.0.27 - - [2025-11-27 03:58:02] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004192 10.0.0.27 - - [2025-11-27 03:58:03] "POST /neutron/port HTTP/1.1" 200 1063 0.052211 10.0.0.27 - - [2025-11-27 03:58:03] "POST /neutron/port HTTP/1.1" 200 1091 0.016559 10.0.0.27 - - [2025-11-27 03:58:03] "POST /neutron/port HTTP/1.1" 200 117 0.001052 10.0.0.27 - - [2025-11-27 03:58:03] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.008149 10.0.0.27 - - [2025-11-27 03:58:03] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005247 10.0.0.27 - - [2025-11-27 03:58:03] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004116 10.0.0.27 - - [2025-11-27 03:58:03] "PUT /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7 HTTP/1.1" 200 254 0.029091 10.0.0.27 - - [2025-11-27 03:58:04] "PUT /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7 HTTP/1.1" 200 254 0.036326 10.0.0.27 - - [2025-11-27 03:58:04] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008610 10.0.0.27 - - [2025-11-27 03:58:04] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006548 10.0.0.27 - - [2025-11-27 03:58:04] "PUT /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca HTTP/1.1" 200 254 0.042010 10.0.0.27 - - [2025-11-27 03:58:04] "PUT /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca HTTP/1.1" 200 254 0.038659 10.0.0.27 - - [2025-11-27 03:58:04] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005857 10.0.0.27 - - [2025-11-27 03:58:04] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003698 10.0.0.27 - - [2025-11-27 03:58:04] "PUT /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd HTTP/1.1" 200 254 0.040730 10.0.0.27 - - [2025-11-27 03:58:04] "PUT /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd HTTP/1.1" 200 254 0.029742 10.0.0.27 - - [2025-11-27 03:58:04] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004278 10.0.0.27 - - [2025-11-27 03:58:04] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006887 10.0.0.27 - - [2025-11-27 03:58:04] "PUT /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7 HTTP/1.1" 200 254 0.019672 10.0.0.27 - - [2025-11-27 03:58:04] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003158 10.0.0.27 - - [2025-11-27 03:58:04] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004366 10.0.0.27 - - [2025-11-27 03:58:04] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003745 10.0.0.27 - - [2025-11-27 03:58:04] "PUT /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7 HTTP/1.1" 200 254 0.029115 10.0.0.27 - - [2025-11-27 03:58:04] "PUT /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7 HTTP/1.1" 200 254 0.033481 10.0.0.27 - - [2025-11-27 03:58:04] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004025 10.0.0.27 - - [2025-11-27 03:58:04] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004208 10.0.0.27 - - [2025-11-27 03:58:04] "PUT /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca HTTP/1.1" 200 254 0.029350 10.0.0.27 - - [2025-11-27 03:58:04] "PUT /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca HTTP/1.1" 200 254 0.025104 10.0.0.27 - - [2025-11-27 03:58:04] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004907 10.0.0.27 - - [2025-11-27 03:58:04] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004324 10.0.0.27 - - [2025-11-27 03:58:05] "PUT /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd HTTP/1.1" 200 254 0.034308 10.0.0.27 - - [2025-11-27 03:58:05] "PUT /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd HTTP/1.1" 200 254 0.035583 10.0.0.27 - - [2025-11-27 03:58:05] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005850 10.0.0.27 - - [2025-11-27 03:58:05] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004039 10.0.0.27 - - [2025-11-27 03:58:05] "PUT /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca HTTP/1.1" 200 254 0.021489 10.0.0.27 - - [2025-11-27 03:58:05] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004499 10.0.0.27 - - [2025-11-27 03:58:05] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005575 10.0.0.27 - - [2025-11-27 03:58:05] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004630 10.0.0.27 - - [2025-11-27 03:58:05] "PUT /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7 HTTP/1.1" 200 254 0.026396 10.0.0.27 - - [2025-11-27 03:58:05] "PUT /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7 HTTP/1.1" 200 254 0.029288 10.0.0.27 - - [2025-11-27 03:58:05] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004503 10.0.0.27 - - [2025-11-27 03:58:05] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004002 10.0.0.27 - - [2025-11-27 03:58:05] "PUT /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca HTTP/1.1" 200 254 0.029021 10.0.0.27 - - [2025-11-27 03:58:05] "PUT /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca HTTP/1.1" 200 254 0.026253 10.0.0.27 - - [2025-11-27 03:58:05] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005312 10.0.0.27 - - [2025-11-27 03:58:05] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004300 10.0.0.27 - - [2025-11-27 03:58:05] "PUT /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd HTTP/1.1" 200 254 0.028821 10.0.0.27 - - [2025-11-27 03:58:05] "PUT /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd HTTP/1.1" 200 254 0.027153 10.0.0.27 - - [2025-11-27 03:58:05] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.010524 10.0.0.27 - - [2025-11-27 03:58:05] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004105 10.0.0.27 - - [2025-11-27 03:58:05] "PUT /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd HTTP/1.1" 200 254 0.018263 10.0.0.27 - - [2025-11-27 03:58:05] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003284 10.0.0.27 - - [2025-11-27 03:58:05] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004318 10.0.0.27 - - [2025-11-27 03:58:05] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003587 10.0.0.27 - - [2025-11-27 03:58:05] "PUT /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7 HTTP/1.1" 200 254 0.022104 10.0.0.27 - - [2025-11-27 03:58:05] "PUT /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7 HTTP/1.1" 200 254 0.025364 10.0.0.27 - - [2025-11-27 03:58:06] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004254 10.0.0.27 - - [2025-11-27 03:58:06] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.003659 10.0.0.27 - - [2025-11-27 03:58:06] "PUT /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca HTTP/1.1" 200 254 0.024257 10.0.0.27 - - [2025-11-27 03:58:06] "PUT /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca HTTP/1.1" 200 254 0.039639 10.0.0.27 - - [2025-11-27 03:58:06] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.007963 10.0.0.27 - - [2025-11-27 03:58:06] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005395 10.0.0.27 - - [2025-11-27 03:58:06] "PUT /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd HTTP/1.1" 200 254 0.033750 10.0.0.27 - - [2025-11-27 03:58:06] "PUT /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd HTTP/1.1" 200 254 0.058296 10.0.0.27 - - [2025-11-27 03:58:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006157 10.0.0.27 - - [2025-11-27 03:58:16] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003293 10.0.0.27 - - [2025-11-27 03:58:16] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004769 10.0.0.27 - - [2025-11-27 03:58:16] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.003690 10.0.0.27 - - [2025-11-27 03:58:16] "PUT /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7 HTTP/1.1" 200 254 0.023119 10.0.0.27 - - [2025-11-27 03:58:16] "PUT /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7 HTTP/1.1" 200 254 0.040945 10.0.0.27 - - [2025-11-27 03:58:16] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005310 10.0.0.27 - - [2025-11-27 03:58:16] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005838 10.0.0.27 - - [2025-11-27 03:58:16] "PUT /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca HTTP/1.1" 200 254 0.027521 10.0.0.27 - - [2025-11-27 03:58:16] "PUT /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca HTTP/1.1" 200 254 0.028823 10.0.0.27 - - [2025-11-27 03:58:16] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006837 10.0.0.27 - - [2025-11-27 03:58:16] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006687 10.0.0.27 - - [2025-11-27 03:58:16] "PUT /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd HTTP/1.1" 200 254 0.028939 10.0.0.27 - - [2025-11-27 03:58:16] "PUT /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd HTTP/1.1" 200 254 0.033758 10.0.0.27 - - [2025-11-27 03:58:16] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006759 10.0.0.27 - - [2025-11-27 03:58:16] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005541 10.0.0.27 - - [2025-11-27 03:58:16] "PUT /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7 HTTP/1.1" 200 254 0.018302 10.0.0.27 - - [2025-11-27 03:58:17] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003027 10.0.0.27 - - [2025-11-27 03:58:17] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004218 10.0.0.27 - - [2025-11-27 03:58:17] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003670 10.0.0.27 - - [2025-11-27 03:58:17] "PUT /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7 HTTP/1.1" 200 254 0.021779 10.0.0.27 - - [2025-11-27 03:58:17] "PUT /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7 HTTP/1.1" 200 254 0.030656 10.0.0.27 - - [2025-11-27 03:58:17] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005734 10.0.0.27 - - [2025-11-27 03:58:17] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004552 10.0.0.27 - - [2025-11-27 03:58:17] "PUT /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca HTTP/1.1" 200 254 0.029533 10.0.0.27 - - [2025-11-27 03:58:17] "PUT /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca HTTP/1.1" 200 254 0.029493 10.0.0.27 - - [2025-11-27 03:58:17] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006129 10.0.0.27 - - [2025-11-27 03:58:17] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004706 10.0.0.27 - - [2025-11-27 03:58:17] "PUT /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd HTTP/1.1" 200 254 0.025738 10.0.0.27 - - [2025-11-27 03:58:17] "PUT /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd HTTP/1.1" 200 254 0.041287 10.0.0.27 - - [2025-11-27 03:58:17] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005770 10.0.0.27 - - [2025-11-27 03:58:17] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.011302 10.0.0.27 - - [2025-11-27 03:58:17] "PUT /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca HTTP/1.1" 200 254 0.023040 10.0.0.27 - - [2025-11-27 03:58:17] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003098 10.0.0.27 - - [2025-11-27 03:58:17] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004359 10.0.0.27 - - [2025-11-27 03:58:17] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003742 10.0.0.27 - - [2025-11-27 03:58:17] "PUT /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7 HTTP/1.1" 200 254 0.026407 10.0.0.27 - - [2025-11-27 03:58:17] "PUT /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7 HTTP/1.1" 200 254 0.033162 10.0.0.27 - - [2025-11-27 03:58:17] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005836 10.0.0.27 - - [2025-11-27 03:58:17] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003284 10.0.0.27 - - [2025-11-27 03:58:17] "PUT /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca HTTP/1.1" 200 254 0.034801 10.0.0.27 - - [2025-11-27 03:58:17] "PUT /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca HTTP/1.1" 200 254 0.030772 10.0.0.27 - - [2025-11-27 03:58:18] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006867 10.0.0.27 - - [2025-11-27 03:58:18] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004510 10.0.0.27 - - [2025-11-27 03:58:18] "PUT /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd HTTP/1.1" 200 254 0.027855 10.0.0.27 - - [2025-11-27 03:58:18] "PUT /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd HTTP/1.1" 200 254 0.029779 10.0.0.27 - - [2025-11-27 03:58:18] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003931 10.0.0.27 - - [2025-11-27 03:58:18] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004188 10.0.0.27 - - [2025-11-27 03:58:18] "PUT /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd HTTP/1.1" 200 254 0.014579 10.0.0.27 - - [2025-11-27 03:58:18] "POST /ref-update HTTP/1.1" 200 156 0.050166 10.0.0.27 - - [2025-11-27 03:58:18] "POST /neutron/network HTTP/1.1" 200 799 0.010283 10.0.0.27 - - [2025-11-27 03:58:18] "GET /virtual-network/f199943b-3d0f-4fc7-955f-19d86659e039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.018055 10.0.0.27 - - [2025-11-27 03:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.27 - - [2025-11-27 03:58:18] "POST /ref-update HTTP/1.1" 200 156 0.018973 10.0.0.27 - - [2025-11-27 03:58:18] "GET /network-policy/a77192f3-0b96-4907-a6c5-7d0ca5c2c1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.003799 10.0.0.27 - - [2025-11-27 03:58:18] "POST /ref-update HTTP/1.1" 200 156 0.063539 10.0.0.27 - - [2025-11-27 03:58:18] "GET /virtual-network/4a3bbcd4-cd65-49fc-8a40-30b9ac72b7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.017236 10.0.0.27 - - [2025-11-27 03:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.27 - - [2025-11-27 03:58:18] "GET /network-policy/a77192f3-0b96-4907-a6c5-7d0ca5c2c1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004042 10.0.0.27 - - [2025-11-27 03:58:18] "DELETE /network-policy/a77192f3-0b96-4907-a6c5-7d0ca5c2c1d0 HTTP/1.1" 200 115 0.039089 10.0.0.27 - - [2025-11-27 03:58:18] "POST /neutron/network HTTP/1.1" 200 799 0.005773 10.0.0.27 - - [2025-11-27 03:58:18] "POST /neutron/port HTTP/1.1" 200 1091 0.015162 10.0.0.27 - - [2025-11-27 03:58:19] "POST /neutron/port HTTP/1.1" 200 151 0.221473 10.0.0.27 - - [2025-11-27 03:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.27 - - [2025-11-27 03:58:21] "POST /neutron/network HTTP/1.1" 200 799 0.013166 10.0.0.27 - - [2025-11-27 03:58:21] "DELETE /route-target/3389ce6e-96f7-48a6-8d6e-aebfca3950df HTTP/1.1" 200 115 0.018685 10.0.0.23 - - [2025-11-27 03:58:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.008363 10.0.0.27 - - [2025-11-27 03:58:21] "POST /ref-update HTTP/1.1" 200 156 0.046627 10.0.0.27 - - [2025-11-27 03:58:21] "GET /virtual-network/5d87e099-251c-4d71-af04-1e94a8451791?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.010118 10.0.0.27 - - [2025-11-27 03:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.27 - - [2025-11-27 03:58:21] "GET /network-policy/6248e4dc-8253-4f75-a383-77f074eb858a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.003548 10.0.0.27 - - [2025-11-27 03:58:21] "POST /ref-update HTTP/1.1" 200 156 0.053314 10.0.0.27 - - [2025-11-27 03:58:21] "DELETE /access-control-list/61c2748c-ba6d-41f4-8453-7751794afe4e HTTP/1.1" 200 115 0.061811 10.0.0.27 - - [2025-11-27 03:58:21] "POST /neutron/network HTTP/1.1" 200 976 0.009647 10.0.0.27 - - [2025-11-27 03:58:21] "GET /virtual-network/aa11d582-0e72-411f-b5ae-9b6c31ae32e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.016121 10.0.0.27 - - [2025-11-27 03:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004422 10.0.0.27 - - [2025-11-27 03:58:21] "GET /network-policy/6248e4dc-8253-4f75-a383-77f074eb858a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.003693 10.0.0.27 - - [2025-11-27 03:58:21] "DELETE /network-policy/6248e4dc-8253-4f75-a383-77f074eb858a HTTP/1.1" 200 115 0.031438 10.0.0.27 - - [2025-11-27 03:58:22] "POST /neutron/port HTTP/1.1" 200 1178 0.013543 10.0.0.27 - - [2025-11-27 03:58:22] "POST /neutron/port HTTP/1.1" 200 1182 0.012217 10.0.0.27 - - [2025-11-27 03:58:23] "POST /neutron/network HTTP/1.1" 200 972 0.009335 10.0.0.27 - - [2025-11-27 03:58:24] "DELETE /route-target/b0902b0e-f8f2-46bd-8297-e57dc05afaa7 HTTP/1.1" 200 115 0.021549 10.0.0.23 - - [2025-11-27 03:58:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004762 10.0.0.23 - - [2025-11-27 03:58:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002912 10.0.0.23 - - [2025-11-27 03:58:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002570 10.0.0.23 - - [2025-11-27 03:58:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003204 10.0.0.27 - - [2025-11-27 03:58:24] "POST /neutron/network HTTP/1.1" 200 151 0.156875 10.0.0.27 - - [2025-11-27 03:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.23 - - [2025-11-27 03:58:25] "GET /projects?obj_uuids=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001237 10.0.0.27 - - [2025-11-27 03:58:25] "GET /project/6f82f6c3-7e29-4656-8241-c5a23bbe36b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.044266 10.0.0.27 - - [2025-11-27 03:58:25] "POST /route-targets HTTP/1.1" 200 327 0.014813 10.0.0.23 - - [2025-11-27 03:58:26] "POST /useragent-kv HTTP/1.1" 200 115 0.010937 10.0.0.27 - - [2025-11-27 03:58:26] "POST /neutron/subnet HTTP/1.1" 200 716 0.217721 10.0.0.23 - - [2025-11-27 03:58:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.005833 10.0.0.27 - - [2025-11-27 03:58:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.001299 10.0.0.27 - - [2025-11-27 03:58:26] "GET /virtual-network/97bf3740-8d38-4ef3-af92-d8dd4c284015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.006776 10.0.0.27 - - [2025-11-27 03:58:26] "POST /neutron/network HTTP/1.1" 200 974 0.009294 10.0.0.27 - - [2025-11-27 03:58:26] "GET /virtual-network/97bf3740-8d38-4ef3-af92-d8dd4c284015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.005223 10.0.0.27 - - [2025-11-27 03:58:26] "POST /neutron/subnet HTTP/1.1" 200 720 0.008113 10.0.0.27 - - [2025-11-27 03:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002589 10.0.0.23 - - [2025-11-27 03:58:26] "GET /projects?obj_uuids=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000837 10.0.0.27 - - [2025-11-27 03:58:26] "GET /project/6f82f6c3-7e29-4656-8241-c5a23bbe36b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.036683 10.0.0.27 - - [2025-11-27 03:58:26] "POST /ref-update HTTP/1.1" 200 156 0.020110 10.0.0.23 - - [2025-11-27 03:58:26] "POST /useragent-kv HTTP/1.1" 200 115 0.007111 10.0.0.27 - - [2025-11-27 03:58:26] "POST /neutron/subnet HTTP/1.1" 200 716 0.207758 10.0.0.27 - - [2025-11-27 03:58:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.001198 10.0.0.27 - - [2025-11-27 03:58:27] "GET /virtual-network/52f84564-ec95-45be-8ff8-4ce8366e69ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.007756 10.0.0.27 - - [2025-11-27 03:58:27] "POST /neutron/network HTTP/1.1" 200 973 0.007709 10.0.0.27 - - [2025-11-27 03:58:27] "GET /virtual-network/52f84564-ec95-45be-8ff8-4ce8366e69ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.004598 10.0.0.27 - - [2025-11-27 03:58:27] "POST /neutron/subnet HTTP/1.1" 200 715 0.007838 10.0.0.27 - - [2025-11-27 03:58:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.001189 10.0.0.23 - - [2025-11-27 03:58:28] "GET /projects?obj_uuids=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000863 10.0.0.27 - - [2025-11-27 03:58:28] "GET /project/6f82f6c3-7e29-4656-8241-c5a23bbe36b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.073408 10.0.0.27 - - [2025-11-27 03:58:28] "POST /neutron/port HTTP/1.1" 200 117 0.005290 10.0.0.27 - - [2025-11-27 03:58:28] "POST /id-to-fqname HTTP/1.1" 200 222 0.001221 10.0.0.27 - - [2025-11-27 03:58:28] "POST /neutron/network HTTP/1.1" 200 983 0.008163 10.0.0.27 - - [2025-11-27 03:58:29] "POST /neutron/port HTTP/1.1" 200 1152 0.018132 10.0.0.27 - - [2025-11-27 03:58:29] "POST /neutron/port HTTP/1.1" 200 1180 0.018375 10.0.0.27 - - [2025-11-27 03:58:29] "POST /neutron/subnet HTTP/1.1" 200 1268 0.012239 10.0.0.23 - - [2025-11-27 03:58:29] "GET /projects?obj_uuids=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001121 10.0.0.27 - - [2025-11-27 03:58:29] "GET /project/6f82f6c3-7e29-4656-8241-c5a23bbe36b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.064960 10.0.0.27 - - [2025-11-27 03:58:29] "POST /neutron/network HTTP/1.1" 200 973 0.007773 10.0.0.27 - - [2025-11-27 03:58:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006635 10.0.0.27 - - [2025-11-27 03:58:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008266 10.0.0.27 - - [2025-11-27 03:58:30] "POST /neutron/port HTTP/1.1" 200 1151 0.016889 10.0.0.27 - - [2025-11-27 03:58:30] "POST /neutron/port HTTP/1.1" 200 1179 0.014127 10.0.0.27 - - [2025-11-27 03:58:30] "POST /neutron/subnet HTTP/1.1" 200 1263 0.011540 10.0.0.27 - - [2025-11-27 03:58:30] "POST /neutron/network HTTP/1.1" 200 973 0.008557 10.0.0.27 - - [2025-11-27 03:58:34] "POST /neutron/port HTTP/1.1" 200 1180 0.013224 10.0.0.27 - - [2025-11-27 03:58:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007164 10.0.0.27 - - [2025-11-27 03:58:34] "GET /virtual-machine/591e2040-8317-4207-82bc-ac815913e49b HTTP/1.1" 200 1299 0.005932 10.0.0.27 - - [2025-11-27 03:58:34] "GET /virtual-machine-interface/78a53762-cf96-4c6c-855c-9410d20d0c8a HTTP/1.1" 200 3156 0.005308 10.0.0.27 - - [2025-11-27 03:58:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.27 - - [2025-11-27 03:58:35] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003521 10.0.0.27 - - [2025-11-27 03:58:35] "GET /virtual-networks?parent_id=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002972 10.0.0.27 - - [2025-11-27 03:58:35] "GET /virtual-network/97bf3740-8d38-4ef3-af92-d8dd4c284015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.005525 10.0.0.27 - - [2025-11-27 03:58:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.27 - - [2025-11-27 03:58:38] "GET /virtual-network/97bf3740-8d38-4ef3-af92-d8dd4c284015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.005395 10.0.0.27 - - [2025-11-27 03:58:39] "POST /neutron/port HTTP/1.1" 200 1179 0.046397 10.0.0.27 - - [2025-11-27 03:58:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.27 - - [2025-11-27 03:58:40] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003413 10.0.0.27 - - [2025-11-27 03:58:40] "GET /virtual-networks?parent_id=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003841 10.0.0.27 - - [2025-11-27 03:58:40] "GET /virtual-network/97bf3740-8d38-4ef3-af92-d8dd4c284015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.007816 10.0.0.27 - - [2025-11-27 03:58:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007500 10.0.0.27 - - [2025-11-27 03:58:40] "POST /neutron/port HTTP/1.1" 200 1179 0.017077 10.0.0.27 - - [2025-11-27 03:58:40] "GET /virtual-machine/44b5acc2-ab94-4be9-9fcd-4900b7ed4671 HTTP/1.1" 200 1300 0.005017 10.0.0.27 - - [2025-11-27 03:58:40] "GET /virtual-machine-interface/ae1ae34e-012e-47c3-a3ab-cff7fa0dabb5 HTTP/1.1" 200 3158 0.005368 10.0.0.27 - - [2025-11-27 03:58:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.27 - - [2025-11-27 03:58:40] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003021 10.0.0.27 - - [2025-11-27 03:58:40] "GET /virtual-networks?parent_id=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003099 10.0.0.27 - - [2025-11-27 03:58:40] "GET /virtual-network/52f84564-ec95-45be-8ff8-4ce8366e69ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.005454 10.0.0.27 - - [2025-11-27 03:58:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.27 - - [2025-11-27 03:58:41] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003588 10.0.0.27 - - [2025-11-27 03:58:41] "GET /virtual-networks?parent_id=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003096 10.0.0.27 - - [2025-11-27 03:58:41] "GET /virtual-network/52f84564-ec95-45be-8ff8-4ce8366e69ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.005376 10.0.0.27 - - [2025-11-27 03:58:42] "POST /fqname-to-id HTTP/1.1" 404 209 0.003269 10.0.0.27 - - [2025-11-27 03:58:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.23 - - [2025-11-27 03:58:42] "GET /projects?obj_uuids=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000908 10.0.0.27 - - [2025-11-27 03:58:42] "GET /project/6f82f6c3-7e29-4656-8241-c5a23bbe36b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041376 10.0.0.27 - - [2025-11-27 03:58:42] "POST /network-policys HTTP/1.1" 200 533 0.027434 10.0.0.27 - - [2025-11-27 03:58:42] "GET /network-policy/f3c1b25b-cf43-457b-b001-bfac7a538b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005293 10.0.0.27 - - [2025-11-27 03:58:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.27 - - [2025-11-27 03:58:42] "GET /virtual-network/97bf3740-8d38-4ef3-af92-d8dd4c284015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.005493 10.0.0.27 - - [2025-11-27 03:58:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.27 - - [2025-11-27 03:58:42] "GET /network-policy/f3c1b25b-cf43-457b-b001-bfac7a538b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004219 10.0.0.23 - - [2025-11-27 03:58:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.003102 10.0.0.27 - - [2025-11-27 03:58:42] "POST /ref-update HTTP/1.1" 200 156 0.047421 10.0.0.27 - - [2025-11-27 03:58:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.27 - - [2025-11-27 03:58:42] "GET /network-policy/f3c1b25b-cf43-457b-b001-bfac7a538b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003660 10.0.0.27 - - [2025-11-27 03:58:42] "GET /virtual-network/97bf3740-8d38-4ef3-af92-d8dd4c284015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2864 0.008641 10.0.0.27 - - [2025-11-27 03:58:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002428 10.0.0.27 - - [2025-11-27 03:58:42] "GET /network-policy/f3c1b25b-cf43-457b-b001-bfac7a538b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003781 10.0.0.27 - - [2025-11-27 03:58:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002623 10.0.0.27 - - [2025-11-27 03:58:42] "GET /virtual-network/52f84564-ec95-45be-8ff8-4ce8366e69ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.005183 10.0.0.27 - - [2025-11-27 03:58:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.27 - - [2025-11-27 03:58:42] "GET /network-policy/f3c1b25b-cf43-457b-b001-bfac7a538b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004098 10.0.0.27 - - [2025-11-27 03:58:42] "POST /ref-update HTTP/1.1" 200 156 0.047305 10.0.0.27 - - [2025-11-27 03:58:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.010927 10.0.0.27 - - [2025-11-27 03:58:42] "PUT /access-control-list/aec6e2cb-6d30-4003-96b3-7099107b3237 HTTP/1.1" 200 272 0.022737 10.0.0.27 - - [2025-11-27 03:58:42] "GET /network-policy/f3c1b25b-cf43-457b-b001-bfac7a538b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004650 10.0.0.27 - - [2025-11-27 03:58:42] "POST /neutron/network HTTP/1.1" 200 1059 0.009753 10.0.0.27 - - [2025-11-27 03:58:43] "GET /virtual-network/52f84564-ec95-45be-8ff8-4ce8366e69ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2860 0.005083 10.0.0.27 - - [2025-11-27 03:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.27 - - [2025-11-27 03:58:43] "GET /network-policy/f3c1b25b-cf43-457b-b001-bfac7a538b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003773 10.0.0.27 - - [2025-11-27 03:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.27 - - [2025-11-27 03:58:43] "POST /ref-update HTTP/1.1" 200 156 0.031097 10.0.0.23 - - [2025-11-27 03:58:43] "GET /projects?obj_uuids=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000951 10.0.0.27 - - [2025-11-27 03:58:43] "GET /project/6f82f6c3-7e29-4656-8241-c5a23bbe36b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.037874 10.0.0.23 - - [2025-11-27 03:58:43] "POST /useragent-kv HTTP/1.1" 200 115 0.010921 10.0.0.27 - - [2025-11-27 03:58:43] "POST /neutron/subnet HTTP/1.1" 200 701 0.188294 10.0.0.27 - - [2025-11-27 03:58:43] "POST /id-to-fqname HTTP/1.1" 200 214 0.001180 10.0.0.27 - - [2025-11-27 03:58:43] "GET /virtual-network/ee5d5b51-cb41-42d8-8cc1-2c672e6b19b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.004694 10.0.0.27 - - [2025-11-27 03:58:43] "GET /virtual-network/ee5d5b51-cb41-42d8-8cc1-2c672e6b19b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005017 10.0.0.27 - - [2025-11-27 03:58:43] "POST /neutron/port HTTP/1.1" 200 1180 0.046191 10.0.0.27 - - [2025-11-27 03:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.23 - - [2025-11-27 03:58:43] "GET /projects?obj_uuids=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000785 10.0.0.27 - - [2025-11-27 03:58:43] "GET /project/6f82f6c3-7e29-4656-8241-c5a23bbe36b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.032602 10.0.0.27 - - [2025-11-27 03:58:43] "POST /neutron/port HTTP/1.1" 200 1180 0.026524 10.0.0.23 - - [2025-11-27 03:58:43] "GET /projects?obj_uuids=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000876 10.0.0.27 - - [2025-11-27 03:58:43] "POST /neutron/network HTTP/1.1" 200 585 0.130160 10.0.0.27 - - [2025-11-27 03:58:44] "POST /route-targets HTTP/1.1" 200 327 0.012206 10.0.0.27 - - [2025-11-27 03:58:44] "POST /neutron/network HTTP/1.1" 200 799 0.009048 10.0.0.27 - - [2025-11-27 03:58:44] "POST /id-to-fqname HTTP/1.1" 200 214 0.001108 10.0.0.27 - - [2025-11-27 03:58:44] "GET /virtual-network/1b936011-ef1d-415c-885a-53dcb88597f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.006562 10.0.0.27 - - [2025-11-27 03:58:44] "GET /virtual-network/1b936011-ef1d-415c-885a-53dcb88597f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005078 10.0.0.27 - - [2025-11-27 03:58:44] "POST /neutron/subnet HTTP/1.1" 200 1268 0.014114 10.0.0.27 - - [2025-11-27 03:58:44] "POST /neutron/subnet HTTP/1.1" 200 701 0.008209 10.0.0.27 - - [2025-11-27 03:58:44] "POST /fqname-to-id HTTP/1.1" 404 239 0.002530 10.0.0.27 - - [2025-11-27 03:58:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002415 10.0.0.23 - - [2025-11-27 03:58:44] "GET /projects?obj_uuids=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000913 10.0.0.27 - - [2025-11-27 03:58:44] "GET /project/6f82f6c3-7e29-4656-8241-c5a23bbe36b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.034972 10.0.0.27 - - [2025-11-27 03:58:44] "POST /network-policys HTTP/1.1" 200 587 0.028945 10.0.0.27 - - [2025-11-27 03:58:44] "GET /network-policy/88f2fe4e-48af-44ff-813c-dac39f114788?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.005505 10.0.0.27 - - [2025-11-27 03:58:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.27 - - [2025-11-27 03:58:44] "GET /virtual-network/ee5d5b51-cb41-42d8-8cc1-2c672e6b19b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005277 10.0.0.27 - - [2025-11-27 03:58:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.33 - - [2025-11-27 03:58:44] "GET /obj-perms HTTP/1.1" 200 5056 0.049024 10.0.0.27 - - [2025-11-27 03:58:44] "GET /network-policy/88f2fe4e-48af-44ff-813c-dac39f114788?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.005501 10.0.0.27 - - [2025-11-27 03:58:44] "POST /ref-update HTTP/1.1" 200 156 0.045687 10.0.0.27 - - [2025-11-27 03:58:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.27 - - [2025-11-27 03:58:44] "POST /access-control-lists HTTP/1.1" 200 554 0.076444 10.0.0.27 - - [2025-11-27 03:58:44] "GET /network-policy/88f2fe4e-48af-44ff-813c-dac39f114788?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.003559 10.0.0.27 - - [2025-11-27 03:58:44] "POST /neutron/network HTTP/1.1" 200 912 0.007891 10.0.0.27 - - [2025-11-27 03:58:44] "GET /virtual-network/ee5d5b51-cb41-42d8-8cc1-2c672e6b19b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.006897 10.0.0.27 - - [2025-11-27 03:58:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.27 - - [2025-11-27 03:58:44] "GET /network-policy/88f2fe4e-48af-44ff-813c-dac39f114788?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004010 10.0.0.27 - - [2025-11-27 03:58:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.27 - - [2025-11-27 03:58:44] "GET /virtual-network/1b936011-ef1d-415c-885a-53dcb88597f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005603 10.0.0.27 - - [2025-11-27 03:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.27 - - [2025-11-27 03:58:45] "GET /network-policy/88f2fe4e-48af-44ff-813c-dac39f114788?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.005238 10.0.0.27 - - [2025-11-27 03:58:45] "POST /ref-update HTTP/1.1" 200 156 0.042523 10.0.0.27 - - [2025-11-27 03:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002675 10.0.0.27 - - [2025-11-27 03:58:45] "POST /ref-update HTTP/1.1" 200 156 0.022543 10.0.0.27 - - [2025-11-27 03:58:45] "GET /network-policy/88f2fe4e-48af-44ff-813c-dac39f114788?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.003830 10.0.0.27 - - [2025-11-27 03:58:45] "GET /virtual-network/1b936011-ef1d-415c-885a-53dcb88597f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.010110 10.0.0.27 - - [2025-11-27 03:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002465 10.0.0.27 - - [2025-11-27 03:58:45] "GET /network-policy/88f2fe4e-48af-44ff-813c-dac39f114788?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004287 10.0.0.27 - - [2025-11-27 03:58:45] "POST /id-to-fqname HTTP/1.1" 200 214 0.000957 10.0.0.27 - - [2025-11-27 03:58:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006564 10.0.0.23 - - [2025-11-27 03:58:46] "GET /projects?obj_uuids=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000959 10.0.0.27 - - [2025-11-27 03:58:46] "GET /project/6f82f6c3-7e29-4656-8241-c5a23bbe36b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.067373 10.0.0.27 - - [2025-11-27 03:58:46] "POST /neutron/port HTTP/1.1" 200 2241 0.026590 10.0.0.27 - - [2025-11-27 03:58:46] "POST /id-to-fqname HTTP/1.1" 200 214 0.001302 10.0.0.27 - - [2025-11-27 03:58:46] "POST /neutron/port HTTP/1.1" 200 2241 0.016804 10.0.0.27 - - [2025-11-27 03:58:46] "POST /neutron/network HTTP/1.1" 200 922 0.006591 10.0.0.27 - - [2025-11-27 03:58:47] "POST /neutron/port HTTP/1.1" 200 1063 0.022383 10.0.0.27 - - [2025-11-27 03:58:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003879 10.0.0.27 - - [2025-11-27 03:58:47] "POST /neutron/network HTTP/1.1" 200 912 0.005815 10.0.0.23 - - [2025-11-27 03:58:47] "GET /projects?obj_uuids=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000978 10.0.0.27 - - [2025-11-27 03:58:47] "GET /project/6f82f6c3-7e29-4656-8241-c5a23bbe36b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.071217 10.0.0.27 - - [2025-11-27 03:58:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006860 10.0.0.27 - - [2025-11-27 03:58:47] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003228 10.0.0.27 - - [2025-11-27 03:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002546 10.0.0.27 - - [2025-11-27 03:58:47] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004452 10.0.0.23 - - [2025-11-27 03:58:48] "GET /projects?obj_uuids=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000989 10.0.0.27 - - [2025-11-27 03:58:48] "POST /neutron/port HTTP/1.1" 200 1063 0.251530 10.0.0.27 - - [2025-11-27 03:58:48] "POST /neutron/port HTTP/1.1" 200 1117 0.103915 10.0.0.27 - - [2025-11-27 03:58:48] "POST /neutron/port HTTP/1.1" 200 1179 0.020102 10.0.0.27 - - [2025-11-27 03:58:48] "POST /neutron/network HTTP/1.1" 200 912 0.007010 10.0.0.27 - - [2025-11-27 03:58:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003382 10.0.0.27 - - [2025-11-27 03:58:49] "POST /neutron/port HTTP/1.1" 200 117 0.001023 10.0.0.27 - - [2025-11-27 03:58:49] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003149 10.0.0.27 - - [2025-11-27 03:58:49] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004012 10.0.0.27 - - [2025-11-27 03:58:49] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003749 10.0.0.27 - - [2025-11-27 03:58:49] "PUT /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7 HTTP/1.1" 200 254 0.023533 10.0.0.27 - - [2025-11-27 03:58:49] "PUT /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7 HTTP/1.1" 200 254 0.033727 10.0.0.27 - - [2025-11-27 03:58:49] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006412 10.0.0.27 - - [2025-11-27 03:58:49] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005369 10.0.0.27 - - [2025-11-27 03:58:49] "PUT /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca HTTP/1.1" 200 254 0.035152 10.0.0.27 - - [2025-11-27 03:58:49] "PUT /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca HTTP/1.1" 200 254 0.039016 10.0.0.27 - - [2025-11-27 03:58:49] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008940 10.0.0.27 - - [2025-11-27 03:58:49] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004792 10.0.0.27 - - [2025-11-27 03:58:49] "PUT /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd HTTP/1.1" 200 254 0.038058 10.0.0.27 - - [2025-11-27 03:58:49] "PUT /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd HTTP/1.1" 200 254 0.038877 10.0.0.27 - - [2025-11-27 03:58:49] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008747 10.0.0.27 - - [2025-11-27 03:58:49] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005539 10.0.0.27 - - [2025-11-27 03:58:49] "PUT /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7 HTTP/1.1" 200 254 0.021686 10.0.0.27 - - [2025-11-27 03:58:49] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004422 10.0.0.27 - - [2025-11-27 03:58:49] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005270 10.0.0.27 - - [2025-11-27 03:58:49] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004130 10.0.0.27 - - [2025-11-27 03:58:50] "PUT /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7 HTTP/1.1" 200 254 0.028587 10.0.0.27 - - [2025-11-27 03:58:50] "PUT /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7 HTTP/1.1" 200 254 0.041213 10.0.0.27 - - [2025-11-27 03:58:50] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004181 10.0.0.27 - - [2025-11-27 03:58:50] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003662 10.0.0.27 - - [2025-11-27 03:58:50] "PUT /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca HTTP/1.1" 200 254 0.039139 10.0.0.27 - - [2025-11-27 03:58:50] "PUT /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca HTTP/1.1" 200 254 0.028976 10.0.0.27 - - [2025-11-27 03:58:50] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006655 10.0.0.27 - - [2025-11-27 03:58:50] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006099 10.0.0.27 - - [2025-11-27 03:58:50] "PUT /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd HTTP/1.1" 200 254 0.033689 10.0.0.27 - - [2025-11-27 03:58:50] "PUT /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd HTTP/1.1" 200 254 0.039965 10.0.0.27 - - [2025-11-27 03:58:50] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007084 10.0.0.27 - - [2025-11-27 03:58:50] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007185 10.0.0.27 - - [2025-11-27 03:58:50] "PUT /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca HTTP/1.1" 200 254 0.024885 10.0.0.27 - - [2025-11-27 03:58:50] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004948 10.0.0.27 - - [2025-11-27 03:58:50] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004349 10.0.0.27 - - [2025-11-27 03:58:50] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003481 10.0.0.27 - - [2025-11-27 03:58:50] "PUT /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7 HTTP/1.1" 200 254 0.024603 10.0.0.27 - - [2025-11-27 03:58:50] "PUT /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7 HTTP/1.1" 200 254 0.038268 10.0.0.27 - - [2025-11-27 03:58:50] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004259 10.0.0.27 - - [2025-11-27 03:58:50] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005778 10.0.0.27 - - [2025-11-27 03:58:50] "PUT /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca HTTP/1.1" 200 254 0.032732 10.0.0.27 - - [2025-11-27 03:58:50] "PUT /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca HTTP/1.1" 200 254 0.038142 10.0.0.27 - - [2025-11-27 03:58:50] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004871 10.0.0.27 - - [2025-11-27 03:58:51] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004769 10.0.0.27 - - [2025-11-27 03:58:51] "PUT /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd HTTP/1.1" 200 254 0.033950 10.0.0.27 - - [2025-11-27 03:58:51] "PUT /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd HTTP/1.1" 200 254 0.030080 10.0.0.27 - - [2025-11-27 03:58:51] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005368 10.0.0.27 - - [2025-11-27 03:58:51] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008558 10.0.0.27 - - [2025-11-27 03:58:51] "PUT /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd HTTP/1.1" 200 254 0.021189 10.0.0.27 - - [2025-11-27 03:58:51] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004615 10.0.0.27 - - [2025-11-27 03:58:51] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004282 10.0.0.27 - - [2025-11-27 03:58:51] "PUT /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7 HTTP/1.1" 200 254 0.015712 10.0.0.27 - - [2025-11-27 03:58:51] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004452 10.0.0.27 - - [2025-11-27 03:58:51] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005635 10.0.0.27 - - [2025-11-27 03:58:51] "PUT /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca HTTP/1.1" 200 254 0.018771 10.0.0.27 - - [2025-11-27 03:58:51] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005496 10.0.0.27 - - [2025-11-27 03:58:51] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005514 10.0.0.27 - - [2025-11-27 03:58:51] "PUT /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd HTTP/1.1" 200 254 0.017330 10.0.0.27 - - [2025-11-27 03:58:56] "POST /neutron/port HTTP/1.1" 200 1091 0.015944 10.0.0.27 - - [2025-11-27 03:58:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011482 10.0.0.27 - - [2025-11-27 03:59:01] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004556 10.0.0.27 - - [2025-11-27 03:59:01] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005031 10.0.0.27 - - [2025-11-27 03:59:01] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.003984 10.0.0.27 - - [2025-11-27 03:59:01] "PUT /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7 HTTP/1.1" 200 254 0.027916 10.0.0.27 - - [2025-11-27 03:59:01] "PUT /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7 HTTP/1.1" 200 254 0.032037 10.0.0.27 - - [2025-11-27 03:59:01] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004997 10.0.0.27 - - [2025-11-27 03:59:01] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005032 10.0.0.27 - - [2025-11-27 03:59:01] "PUT /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca HTTP/1.1" 200 254 0.031742 10.0.0.27 - - [2025-11-27 03:59:01] "PUT /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca HTTP/1.1" 200 254 0.035155 10.0.0.27 - - [2025-11-27 03:59:01] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004524 10.0.0.27 - - [2025-11-27 03:59:01] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005090 10.0.0.27 - - [2025-11-27 03:59:01] "PUT /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd HTTP/1.1" 200 254 0.035998 10.0.0.27 - - [2025-11-27 03:59:02] "PUT /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd HTTP/1.1" 200 254 0.042539 10.0.0.27 - - [2025-11-27 03:59:02] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.006269 10.0.0.27 - - [2025-11-27 03:59:02] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004992 10.0.0.27 - - [2025-11-27 03:59:02] "PUT /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7 HTTP/1.1" 200 254 0.015861 10.0.0.27 - - [2025-11-27 03:59:02] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003748 10.0.0.27 - - [2025-11-27 03:59:02] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004648 10.0.0.27 - - [2025-11-27 03:59:02] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003542 10.0.0.27 - - [2025-11-27 03:59:02] "PUT /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7 HTTP/1.1" 200 254 0.022676 10.0.0.27 - - [2025-11-27 03:59:02] "PUT /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7 HTTP/1.1" 200 254 0.032774 10.0.0.27 - - [2025-11-27 03:59:02] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004100 10.0.0.27 - - [2025-11-27 03:59:02] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.003713 10.0.0.27 - - [2025-11-27 03:59:02] "PUT /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca HTTP/1.1" 200 254 0.030945 10.0.0.27 - - [2025-11-27 03:59:02] "PUT /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca HTTP/1.1" 200 254 0.034425 10.0.0.27 - - [2025-11-27 03:59:02] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.003963 10.0.0.27 - - [2025-11-27 03:59:02] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.006609 10.0.0.27 - - [2025-11-27 03:59:02] "PUT /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd HTTP/1.1" 200 254 0.028972 10.0.0.27 - - [2025-11-27 03:59:02] "PUT /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd HTTP/1.1" 200 254 0.038368 10.0.0.27 - - [2025-11-27 03:59:02] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004978 10.0.0.27 - - [2025-11-27 03:59:02] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.003834 10.0.0.27 - - [2025-11-27 03:59:02] "PUT /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca HTTP/1.1" 200 254 0.020327 10.0.0.27 - - [2025-11-27 03:59:02] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003148 10.0.0.27 - - [2025-11-27 03:59:02] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004673 10.0.0.27 - - [2025-11-27 03:59:02] "GET /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003727 10.0.0.27 - - [2025-11-27 03:59:02] "PUT /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7 HTTP/1.1" 200 254 0.022968 10.0.0.27 - - [2025-11-27 03:59:02] "PUT /bgp-router/b4257dcf-1308-48a8-bf44-a8466a16a4f7 HTTP/1.1" 200 254 0.027173 10.0.0.27 - - [2025-11-27 03:59:03] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007801 10.0.0.27 - - [2025-11-27 03:59:03] "GET /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004484 10.0.0.27 - - [2025-11-27 03:59:03] "PUT /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca HTTP/1.1" 200 254 0.031953 10.0.0.27 - - [2025-11-27 03:59:03] "PUT /bgp-router/bbfd86e3-c58b-4926-817b-2ded352178ca HTTP/1.1" 200 254 0.027678 10.0.0.27 - - [2025-11-27 03:59:03] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004900 10.0.0.27 - - [2025-11-27 03:59:03] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004527 10.0.0.27 - - [2025-11-27 03:59:03] "PUT /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd HTTP/1.1" 200 254 0.035876 10.0.0.27 - - [2025-11-27 03:59:03] "PUT /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd HTTP/1.1" 200 254 0.029553 10.0.0.27 - - [2025-11-27 03:59:03] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.007919 10.0.0.27 - - [2025-11-27 03:59:03] "GET /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.003473 10.0.0.27 - - [2025-11-27 03:59:03] "PUT /bgp-router/c42bed52-6cbf-4a9f-85ee-850565a4afcd HTTP/1.1" 200 254 0.053195 10.0.0.27 - - [2025-11-27 03:59:03] "POST /ref-update HTTP/1.1" 200 156 0.047755 10.0.0.27 - - [2025-11-27 03:59:03] "DELETE /access-control-list/8743da47-2e2a-4a3d-a0ab-517e795ac586 HTTP/1.1" 200 115 0.045668 10.0.0.27 - - [2025-11-27 03:59:03] "GET /virtual-network/1b936011-ef1d-415c-885a-53dcb88597f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.009247 10.0.0.27 - - [2025-11-27 03:59:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.27 - - [2025-11-27 03:59:03] "GET /network-policy/88f2fe4e-48af-44ff-813c-dac39f114788?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.009746 10.0.0.27 - - [2025-11-27 03:59:03] "POST /ref-update HTTP/1.1" 200 156 0.049702 10.0.0.27 - - [2025-11-27 03:59:03] "POST /ref-update HTTP/1.1" 200 156 0.019961 10.0.0.27 - - [2025-11-27 03:59:03] "GET /virtual-network/ee5d5b51-cb41-42d8-8cc1-2c672e6b19b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.012373 10.0.0.27 - - [2025-11-27 03:59:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006767 10.0.0.27 - - [2025-11-27 03:59:03] "GET /network-policy/88f2fe4e-48af-44ff-813c-dac39f114788?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.005242 10.0.0.27 - - [2025-11-27 03:59:04] "DELETE /network-policy/88f2fe4e-48af-44ff-813c-dac39f114788 HTTP/1.1" 200 115 0.041678 10.0.0.27 - - [2025-11-27 03:59:04] "POST /neutron/network HTTP/1.1" 200 799 0.010671 10.0.0.27 - - [2025-11-27 03:59:04] "POST /neutron/port HTTP/1.1" 200 1091 0.013794 10.0.0.27 - - [2025-11-27 03:59:04] "POST /neutron/port HTTP/1.1" 200 1117 0.011423 10.0.0.23 - - [2025-11-27 03:59:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002811 10.0.0.23 - - [2025-11-27 03:59:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002800 10.0.0.27 - - [2025-11-27 03:59:06] "POST /neutron/network HTTP/1.1" 200 151 0.120960 10.0.0.27 - - [2025-11-27 03:59:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.27 - - [2025-11-27 03:59:06] "POST /ref-update HTTP/1.1" 200 156 0.055585 10.0.0.27 - - [2025-11-27 03:59:06] "POST /neutron/network HTTP/1.1" 200 973 0.013004 10.0.0.27 - - [2025-11-27 03:59:06] "GET /virtual-network/52f84564-ec95-45be-8ff8-4ce8366e69ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.004779 10.0.0.27 - - [2025-11-27 03:59:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.27 - - [2025-11-27 03:59:06] "POST /ref-update HTTP/1.1" 200 156 0.019379 10.0.0.27 - - [2025-11-27 03:59:06] "GET /network-policy/f3c1b25b-cf43-457b-b001-bfac7a538b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004143 10.0.0.23 - - [2025-11-27 03:59:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.003631 10.0.0.27 - - [2025-11-27 03:59:06] "POST /ref-update HTTP/1.1" 200 156 0.054246 10.0.0.27 - - [2025-11-27 03:59:06] "GET /virtual-network/97bf3740-8d38-4ef3-af92-d8dd4c284015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.008826 10.0.0.27 - - [2025-11-27 03:59:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.27 - - [2025-11-27 03:59:06] "GET /network-policy/f3c1b25b-cf43-457b-b001-bfac7a538b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003765 10.0.0.27 - - [2025-11-27 03:59:06] "DELETE /network-policy/f3c1b25b-cf43-457b-b001-bfac7a538b12 HTTP/1.1" 200 115 0.030991 10.0.0.27 - - [2025-11-27 03:59:06] "POST /neutron/network HTTP/1.1" 400 204 0.013136 10.0.0.27 - - [2025-11-27 03:59:07] "POST /neutron/port HTTP/1.1" 200 151 0.287068 10.0.0.27 - - [2025-11-27 03:59:07] "POST /neutron/port HTTP/1.1" 200 151 0.303352 10.0.0.27 - - [2025-11-27 03:59:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346 10.0.0.27 - - [2025-11-27 03:59:09] "POST /neutron/network HTTP/1.1" 200 974 0.007617 10.0.0.27 - - [2025-11-27 03:59:09] "DELETE /route-target/7f67e579-af79-468d-9b5a-7adc07bc2cd1 HTTP/1.1" 200 115 0.022052 10.0.0.23 - - [2025-11-27 03:59:10] "GET /projects?obj_uuids=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000874 10.0.0.27 - - [2025-11-27 03:59:10] "GET /project/6f82f6c3-7e29-4656-8241-c5a23bbe36b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.039292 10.0.0.23 - - [2025-11-27 03:59:10] "GET /projects?obj_uuids=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000848 10.0.0.27 - - [2025-11-27 03:59:10] "GET /project/6f82f6c3-7e29-4656-8241-c5a23bbe36b0?fields=virtual_networks HTTP/1.1" 200 1047 0.035033 10.0.0.23 - - [2025-11-27 03:59:10] "GET /projects?obj_uuids=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000861 10.0.0.27 - - [2025-11-27 03:59:10] "GET /project/6f82f6c3-7e29-4656-8241-c5a23bbe36b0?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.038504 10.0.0.23 - - [2025-11-27 03:59:10] "GET /projects?obj_uuids=6f82f6c3-7e29-4656-8241-c5a23bbe36b0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000899 10.0.0.27 - - [2025-11-27 03:59:10] "GET /project/6f82f6c3-7e29-4656-8241-c5a23bbe36b0?fields=security_groups HTTP/1.1" 200 1281 0.033841 10.0.0.27 - - [2025-11-27 03:59:11] "POST /fqname-to-id HTTP/1.1" 404 183 0.025773 10.0.0.23 - - [2025-11-27 03:59:11] "GET /projects?obj_uuids=4873c204-9a88-43a4-904b-d9b198bcbe19&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002715 10.0.0.23 - - [2025-11-27 03:59:11] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001132 10.0.0.23 - - [2025-11-27 03:59:11] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006822 10.0.0.23 - - [2025-11-27 03:59:12] "POST /id-to-fqname HTTP/1.1" 200 185 0.004650 10.0.0.23 - - [2025-11-27 03:59:12] "POST /fqname-to-id HTTP/1.1" 404 194 0.002320 10.0.0.23 - - [2025-11-27 03:59:12] "POST /security-groups HTTP/1.1" 200 586 0.069253 10.0.0.23 - - [2025-11-27 03:59:12] "POST /projects HTTP/1.1" 200 575 0.263484 10.0.0.27 - - [2025-11-27 03:59:12] "POST /fqname-to-id HTTP/1.1" 404 228 0.012133 10.0.0.23 - - [2025-11-27 03:59:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.337610 10.0.0.27 - - [2025-11-27 03:59:12] "GET /project/4873c204-9a88-43a4-904b-d9b198bcbe19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.483111 10.0.0.27 - - [2025-11-27 03:59:13] "GET / HTTP/1.1" 200 35931 0.001714 10.0.0.27 - - [2025-11-27 03:59:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000597 10.0.0.27 - - [2025-11-27 03:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.035130 10.0.0.27 - - [2025-11-27 03:59:15] "GET /api-access-list/dda261ae-5a1e-4b50-9692-26afc0e1991b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.006284 10.0.0.27 - - [2025-11-27 03:59:15] "GET /api-access-list/dda261ae-5a1e-4b50-9692-26afc0e1991b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003766 10.0.0.27 - - [2025-11-27 03:59:15] "GET /api-access-list/dda261ae-5a1e-4b50-9692-26afc0e1991b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003512 10.0.0.27 - - [2025-11-27 03:59:15] "PUT /api-access-list/dda261ae-5a1e-4b50-9692-26afc0e1991b HTTP/1.1" 200 264 0.013498 10.0.0.27 - - [2025-11-27 03:59:17] "POST /fqname-to-id HTTP/1.1" 404 183 0.029463 10.0.0.23 - - [2025-11-27 03:59:17] "GET /projects?obj_uuids=ba238719-51e0-406f-adb2-975f8bc9ef5d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003839 10.0.0.23 - - [2025-11-27 03:59:17] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001291 10.0.0.23 - - [2025-11-27 03:59:17] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008780 10.0.0.23 - - [2025-11-27 03:59:18] "POST /id-to-fqname HTTP/1.1" 200 185 0.002888 10.0.0.23 - - [2025-11-27 03:59:18] "POST /fqname-to-id HTTP/1.1" 404 194 0.005516 10.0.0.23 - - [2025-11-27 03:59:18] "POST /security-groups HTTP/1.1" 200 586 0.081879 10.0.0.23 - - [2025-11-27 03:59:18] "POST /projects HTTP/1.1" 200 575 0.281007 10.0.0.27 - - [2025-11-27 03:59:18] "POST /access-control-lists HTTP/1.1" 200 591 0.026283 10.0.0.23 - - [2025-11-27 03:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.353705 10.0.0.27 - - [2025-11-27 03:59:18] "GET /project/ba238719-51e0-406f-adb2-975f8bc9ef5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.494000 10.0.0.27 - - [2025-11-27 03:59:18] "POST /fqname-to-id HTTP/1.1" 404 183 0.024417 10.0.0.23 - - [2025-11-27 03:59:18] "GET /projects?obj_uuids=2d62146f-7643-42e0-92d6-5b99269be8ca&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002711 10.0.0.23 - - [2025-11-27 03:59:18] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000916 10.0.0.23 - - [2025-11-27 03:59:18] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006671 10.0.0.23 - - [2025-11-27 03:59:19] "POST /id-to-fqname HTTP/1.1" 200 185 0.008232 10.0.0.23 - - [2025-11-27 03:59:19] "POST /fqname-to-id HTTP/1.1" 404 194 0.003834 10.0.0.23 - - [2025-11-27 03:59:19] "POST /security-groups HTTP/1.1" 200 586 0.031247 10.0.0.27 - - [2025-11-27 03:59:19] "POST /fqname-to-id HTTP/1.1" 404 229 0.003134 10.0.0.23 - - [2025-11-27 03:59:19] "POST /projects HTTP/1.1" 200 575 0.231457 10.0.0.23 - - [2025-11-27 03:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.303070 10.0.0.27 - - [2025-11-27 03:59:19] "POST /access-control-lists HTTP/1.1" 200 589 0.027078 10.0.0.27 - - [2025-11-27 03:59:19] "GET /project/2d62146f-7643-42e0-92d6-5b99269be8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.444868 10.0.0.27 - - [2025-11-27 03:59:19] "GET / HTTP/1.1" 200 35931 0.001851 10.0.0.27 - - [2025-11-27 03:59:20] "GET / HTTP/1.1" 200 35931 0.001427 10.0.0.27 - - [2025-11-27 03:59:20] "POST /fqname-to-id HTTP/1.1" 404 183 0.002925 10.0.0.27 - - [2025-11-27 03:59:20] "POST /api-access-lists HTTP/1.1" 200 521 0.020025 10.0.0.27 - - [2025-11-27 03:59:21] "GET /api-access-list/e12ae55b-6ecb-47c8-8703-55275812ff05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.005622 10.0.0.27 - - [2025-11-27 03:59:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000558 10.0.0.27 - - [2025-11-27 03:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.105389 10.0.0.23 - - [2025-11-27 03:59:21] "GET /projects?obj_uuids=ba238719-51e0-406f-adb2-975f8bc9ef5d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001123 10.0.0.27 - - [2025-11-27 03:59:21] "GET /project/ba238719-51e0-406f-adb2-975f8bc9ef5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.051310 10.0.0.27 - - [2025-11-27 03:59:21] "GET /virtual-networks?parent_id=ba238719-51e0-406f-adb2-975f8bc9ef5d&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017649 10.0.0.27 - - [2025-11-27 03:59:22] "POST /virtual-networks HTTP/1.1" 200 568 0.089896 10.0.0.27 - - [2025-11-27 03:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.034207 10.0.0.27 - - [2025-11-27 03:59:22] "GET /network-ipam/478f47b9-338a-45e7-b3d7-b5f50150c976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.015281 10.0.0.23 - - [2025-11-27 03:59:22] "POST /useragent-kv HTTP/1.1" 200 115 0.004987 10.0.0.27 - - [2025-11-27 03:59:22] "POST /ref-update HTTP/1.1" 200 156 0.072750 10.0.0.27 - - [2025-11-27 03:59:22] "POST /neutron/network HTTP/1.1" 200 829 0.055541 10.0.0.27 - - [2025-11-27 03:59:22] "GET /virtual-network/5830a236-199e-480a-baa7-118736177dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.017987 10.0.0.27 - - [2025-11-27 03:59:23] "GET /obj-perms HTTP/1.1" 200 4915 0.078233 10.0.0.27 - - [2025-11-27 03:59:24] "GET /virtual-network/5830a236-199e-480a-baa7-118736177dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.018749 10.0.0.27 - - [2025-11-27 03:59:24] "GET /obj-perms HTTP/1.1" 200 4915 0.074780 10.0.0.27 - - [2025-11-27 03:59:24] "GET /obj-perms HTTP/1.1" 200 4915 0.012838 10.0.0.27 - - [2025-11-27 03:59:24] "POST /id-to-fqname HTTP/1.1" 401 292 0.000420 10.0.0.27 - - [2025-11-27 03:59:25] "POST /id-to-fqname HTTP/1.1" 200 230 0.046633 10.0.0.27 - - [2025-11-27 03:59:25] "POST /neutron/network HTTP/1.1" 200 839 0.054579 10.0.0.23 - - [2025-11-27 03:59:26] "GET /projects?obj_uuids=2d62146f-7643-42e0-92d6-5b99269be8ca&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001340 10.0.0.27 - - [2025-11-27 03:59:26] "GET /project/2d62146f-7643-42e0-92d6-5b99269be8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.067899 10.0.0.27 - - [2025-11-27 03:59:26] "POST /neutron/port HTTP/1.1" 200 117 0.028662 10.0.0.27 - - [2025-11-27 03:59:27] "POST /neutron/network HTTP/1.1" 200 829 0.031889 10.0.0.27 - - [2025-11-27 03:59:27] "POST /neutron/port HTTP/1.1" 200 1053 0.013517 10.0.0.27 - - [2025-11-27 03:59:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006424 10.0.0.27 - - [2025-11-27 03:59:28] "POST /neutron/network HTTP/1.1" 200 829 0.005633 10.0.0.27 - - [2025-11-27 03:59:32] "POST /neutron/port HTTP/1.1" 200 1081 0.017219 10.0.0.27 - - [2025-11-27 03:59:32] "POST /neutron/security_group HTTP/1.1" 200 2053 0.008879 10.0.0.27 - - [2025-11-27 03:59:32] "GET /virtual-machine/ed85c4db-ac2e-4dec-bc05-2665ce796cf8 HTTP/1.1" 401 292 0.000383 10.0.0.27 - - [2025-11-27 03:59:32] "GET /virtual-machine/ed85c4db-ac2e-4dec-bc05-2665ce796cf8 HTTP/1.1" 200 1288 0.046572 10.0.0.27 - - [2025-11-27 03:59:32] "GET /virtual-machine/ed85c4db-ac2e-4dec-bc05-2665ce796cf8 HTTP/1.1" 200 1288 0.019086 10.0.0.27 - - [2025-11-27 03:59:32] "GET /virtual-machine-interface/ce9e6816-7046-4e57-aa32-b8838be412d1 HTTP/1.1" 200 2531 0.020886 10.0.0.27 - - [2025-11-27 03:59:32] "GET /virtual-machine/ed85c4db-ac2e-4dec-bc05-2665ce796cf8 HTTP/1.1" 200 1288 0.015470 10.0.0.27 - - [2025-11-27 03:59:32] "GET /virtual-machine-interface/ce9e6816-7046-4e57-aa32-b8838be412d1 HTTP/1.1" 200 2531 0.023076 10.0.0.27 - - [2025-11-27 03:59:32] "GET /instance-ip/f9dee5c0-45b5-4845-94fa-156e576c54b9 HTTP/1.1" 200 1624 0.019800 10.0.0.27 - - [2025-11-27 03:59:32] "GET /virtual-machine/ed85c4db-ac2e-4dec-bc05-2665ce796cf8 HTTP/1.1" 200 1288 0.016066 10.0.0.27 - - [2025-11-27 03:59:32] "GET /virtual-machine-interface/ce9e6816-7046-4e57-aa32-b8838be412d1 HTTP/1.1" 200 2531 0.021778 10.0.0.27 - - [2025-11-27 03:59:32] "GET /instance-ip/f9dee5c0-45b5-4845-94fa-156e576c54b9 HTTP/1.1" 200 1624 0.015755 10.0.0.27 - - [2025-11-27 03:59:32] "POST /fqname-to-id HTTP/1.1" 403 339 0.026404 10.0.0.27 - - [2025-11-27 03:59:32] "GET / HTTP/1.1" 200 35931 0.001492 10.0.0.27 - - [2025-11-27 03:59:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000385 10.0.0.27 - - [2025-11-27 03:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.030703 10.0.0.27 - - [2025-11-27 03:59:33] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003991 10.0.0.27 - - [2025-11-27 03:59:33] "GET /virtual-networks?parent_id=2d62146f-7643-42e0-92d6-5b99269be8ca&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015777 10.0.0.27 - - [2025-11-27 03:59:33] "POST /fqname-to-id HTTP/1.1" 403 339 0.017486 10.0.0.27 - - [2025-11-27 03:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.27 - - [2025-11-27 03:59:33] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003060 10.0.0.27 - - [2025-11-27 03:59:33] "GET /virtual-networks?parent_id=2d62146f-7643-42e0-92d6-5b99269be8ca&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019619 10.0.0.27 - - [2025-11-27 03:59:33] "POST /fqname-to-id HTTP/1.1" 403 339 0.018541 10.0.0.27 - - [2025-11-27 03:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.27 - - [2025-11-27 03:59:33] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003114 10.0.0.27 - - [2025-11-27 03:59:33] "GET /virtual-networks?parent_id=2d62146f-7643-42e0-92d6-5b99269be8ca&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013043 10.0.0.27 - - [2025-11-27 03:59:33] "POST /fqname-to-id HTTP/1.1" 403 339 0.017688 10.0.0.27 - - [2025-11-27 03:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.27 - - [2025-11-27 03:59:33] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003244 10.0.0.27 - - [2025-11-27 03:59:33] "GET /virtual-networks?parent_id=2d62146f-7643-42e0-92d6-5b99269be8ca&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013501 10.0.0.27 - - [2025-11-27 03:59:34] "POST /fqname-to-id HTTP/1.1" 403 339 0.026095 10.0.0.27 - - [2025-11-27 03:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.27 - - [2025-11-27 03:59:34] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003106 10.0.0.27 - - [2025-11-27 03:59:34] "GET /virtual-networks?parent_id=2d62146f-7643-42e0-92d6-5b99269be8ca&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017126 10.0.0.27 - - [2025-11-27 03:59:36] "POST /neutron/port HTTP/1.1" 200 1081 0.013706 10.0.0.27 - - [2025-11-27 03:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.015126 10.0.0.27 - - [2025-11-27 03:59:37] "GET /virtual-network/5830a236-199e-480a-baa7-118736177dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.020199 10.0.0.27 - - [2025-11-27 03:59:39] "POST /fqname-to-id HTTP/1.1" 403 339 0.018758 10.0.0.27 - - [2025-11-27 03:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.27 - - [2025-11-27 03:59:39] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003200 10.0.0.27 - - [2025-11-27 03:59:39] "GET /virtual-networks?parent_id=2d62146f-7643-42e0-92d6-5b99269be8ca&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014913 10.0.0.27 - - [2025-11-27 03:59:39] "POST /fqname-to-id HTTP/1.1" 403 339 0.019023 10.0.0.27 - - [2025-11-27 03:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.27 - - [2025-11-27 03:59:39] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003752 10.0.0.27 - - [2025-11-27 03:59:39] "GET /virtual-networks?parent_id=2d62146f-7643-42e0-92d6-5b99269be8ca&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016267 10.0.0.27 - - [2025-11-27 03:59:39] "POST /fqname-to-id HTTP/1.1" 403 361 0.017744 10.0.0.27 - - [2025-11-27 03:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.27 - - [2025-11-27 03:59:39] "GET /routing-instance/18dd858c-3efc-4b39-abdc-ad6a898baaa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.004114 10.0.0.27 - - [2025-11-27 03:59:39] "GET /route-target/23abf8da-b631-4cac-9f71-f6d2fe5f9dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.020856 10.0.0.27 - - [2025-11-27 03:59:39] "GET /route-target/23abf8da-b631-4cac-9f71-f6d2fe5f9dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003213 10.0.0.27 - - [2025-11-27 03:59:39] "POST /fqname-to-id HTTP/1.1" 403 339 0.015138 10.0.0.27 - - [2025-11-27 03:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004428 10.0.0.27 - - [2025-11-27 03:59:39] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004774 10.0.0.27 - - [2025-11-27 03:59:39] "GET /virtual-networks?parent_id=2d62146f-7643-42e0-92d6-5b99269be8ca&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015978 10.0.0.27 - - [2025-11-27 03:59:39] "POST /fqname-to-id HTTP/1.1" 403 361 0.018089 10.0.0.27 - - [2025-11-27 03:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.27 - - [2025-11-27 03:59:40] "GET /routing-instance/18dd858c-3efc-4b39-abdc-ad6a898baaa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003705 10.0.0.27 - - [2025-11-27 03:59:40] "GET /route-target/23abf8da-b631-4cac-9f71-f6d2fe5f9dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.015901 10.0.0.27 - - [2025-11-27 03:59:40] "GET /route-target/23abf8da-b631-4cac-9f71-f6d2fe5f9dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004206 10.0.0.27 - - [2025-11-27 03:59:40] "POST /fqname-to-id HTTP/1.1" 403 339 0.017494 10.0.0.27 - - [2025-11-27 03:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.27 - - [2025-11-27 03:59:40] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003790 10.0.0.27 - - [2025-11-27 03:59:40] "GET /virtual-networks?parent_id=2d62146f-7643-42e0-92d6-5b99269be8ca&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016781 10.0.0.27 - - [2025-11-27 03:59:40] "POST /fqname-to-id HTTP/1.1" 403 339 0.017331 10.0.0.27 - - [2025-11-27 03:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.27 - - [2025-11-27 03:59:40] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003368 10.0.0.27 - - [2025-11-27 03:59:40] "GET /virtual-networks?parent_id=2d62146f-7643-42e0-92d6-5b99269be8ca&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015117 10.0.0.23 - - [2025-11-27 03:59:40] "GET /obj-perms HTTP/1.1" 200 4915 0.137931 10.0.0.27 - - [2025-11-27 03:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.024582 10.0.0.27 - - [2025-11-27 03:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004442 10.0.0.23 - - [2025-11-27 03:59:41] "GET /virtual-machine/ed85c4db-ac2e-4dec-bc05-2665ce796cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.015099 10.0.0.27 - - [2025-11-27 03:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.27 - - [2025-11-27 03:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.27 - - [2025-11-27 03:59:41] "GET /obj-perms HTTP/1.1" 200 4915 0.011816 10.0.0.27 - - [2025-11-27 03:59:42] "GET /obj-perms HTTP/1.1" 200 5020 0.177535 10.0.0.27 - - [2025-11-27 03:59:42] "DELETE /access-control-list/7d079add-c740-46c8-92c8-f2658cf6b871 HTTP/1.1" 200 115 0.039687 10.0.0.23 - - [2025-11-27 03:59:43] "DELETE /project/6f82f6c3-7e29-4656-8241-c5a23bbe36b0 HTTP/1.1" 404 177 0.005495 10.0.0.23 - - [2025-11-27 03:59:43] "DELETE /project/ba23871951e0406fadb2975f8bc9ef5d HTTP/1.1" 404 173 0.005456 10.0.0.23 - - [2025-11-27 03:59:43] "DELETE /project/4873c2049a8843a4904bd9b198bcbe19 HTTP/1.1" 404 173 0.009008 10.0.0.23 - - [2025-11-27 03:59:43] "DELETE /project/2d62146f764342e092d65b99269be8ca HTTP/1.1" 404 173 0.004987 10.0.0.23 - - [2025-11-27 03:59:43] "GET /obj-perms HTTP/1.1" 200 5020 0.084711 10.0.0.27 - - [2025-11-27 03:59:43] "GET /obj-perms HTTP/1.1" 200 4915 0.091675 10.0.0.27 - - [2025-11-27 03:59:43] "GET /obj-perms HTTP/1.1" 200 4915 0.015377 10.0.0.23 - - [2025-11-27 03:59:44] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.017015 10.0.0.27 - - [2025-11-27 03:59:44] "GET /virtual-machine/ed85c4db-ac2e-4dec-bc05-2665ce796cf8 HTTP/1.1" 200 1288 0.017738 10.0.0.27 - - [2025-11-27 03:59:44] "POST /neutron/port HTTP/1.1" 200 1107 0.010959 10.0.0.27 - - [2025-11-27 03:59:46] "GET /virtual-machine/ed85c4db-ac2e-4dec-bc05-2665ce796cf8 HTTP/1.1" 404 171 0.022052 10.0.0.27 - - [2025-11-27 03:59:46] "GET /virtual-machine/ed85c4db-ac2e-4dec-bc05-2665ce796cf8 HTTP/1.1" 404 171 0.012771 10.0.0.27 - - [2025-11-27 03:59:46] "GET /virtual-machine/ed85c4db-ac2e-4dec-bc05-2665ce796cf8 HTTP/1.1" 404 171 0.014440 10.0.0.27 - - [2025-11-27 03:59:46] "POST /fqname-to-id HTTP/1.1" 403 339 0.013614 10.0.0.27 - - [2025-11-27 03:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002329 10.0.0.27 - - [2025-11-27 03:59:46] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002854 10.0.0.27 - - [2025-11-27 03:59:46] "GET /virtual-networks?parent_id=2d62146f-7643-42e0-92d6-5b99269be8ca&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012032 10.0.0.27 - - [2025-11-27 03:59:46] "POST /fqname-to-id HTTP/1.1" 403 361 0.013808 10.0.0.27 - - [2025-11-27 03:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.27 - - [2025-11-27 03:59:46] "GET /routing-instance/18dd858c-3efc-4b39-abdc-ad6a898baaa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003310 10.0.0.27 - - [2025-11-27 03:59:46] "GET /route-target/23abf8da-b631-4cac-9f71-f6d2fe5f9dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.013152 10.0.0.27 - - [2025-11-27 03:59:46] "GET /route-target/23abf8da-b631-4cac-9f71-f6d2fe5f9dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005159 10.0.0.27 - - [2025-11-27 03:59:46] "GET /obj-perms HTTP/1.1" 200 4915 0.013213 10.0.0.27 - - [2025-11-27 03:59:47] "GET /obj-perms HTTP/1.1" 200 4915 0.063552 10.0.0.23 - - [2025-11-27 03:59:50] "GET /obj-perms HTTP/1.1" 200 5020 0.003412 10.0.0.27 - - [2025-11-27 03:59:53] "GET /obj-perms HTTP/1.1" 200 5020 0.003634 10.0.0.23 - - [2025-11-27 03:59:59] "GET /obj-perms HTTP/1.1" 200 5020 0.004185 10.0.0.27 - - [2025-11-27 04:00:02] "GET /obj-perms HTTP/1.1" 200 5020 0.003678 10.0.0.23 - - [2025-11-27 04:00:09] "GET /obj-perms HTTP/1.1" 200 5020 0.003379 10.0.0.27 - - [2025-11-27 04:00:12] "GET /obj-perms HTTP/1.1" 200 5020 0.004178 10.0.0.33 - - [2025-11-27 04:00:12] "GET /obj-perms HTTP/1.1" 200 5020 0.054884 10.0.0.23 - - [2025-11-27 04:00:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003349 10.0.0.23 - - [2025-11-27 04:00:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002349 10.0.0.27 - - [2025-11-27 04:00:12] "DELETE /virtual-network/5830a236-199e-480a-baa7-118736177dc3 HTTP/1.1" 200 115 0.143175 10.0.0.27 - - [2025-11-27 04:00:12] "DELETE /route-target/23abf8da-b631-4cac-9f71-f6d2fe5f9dba HTTP/1.1" 200 115 0.024554 10.0.0.27 - - [2025-11-27 04:00:12] "DELETE /api-access-list/e12ae55b-6ecb-47c8-8703-55275812ff05 HTTP/1.1" 200 115 0.064502 10.0.0.23 - - [2025-11-27 04:00:13] "GET /projects?obj_uuids=2d62146f-7643-42e0-92d6-5b99269be8ca&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001248 10.0.0.27 - - [2025-11-27 04:00:13] "GET /project/2d62146f-7643-42e0-92d6-5b99269be8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.060414 10.0.0.23 - - [2025-11-27 04:00:13] "GET /projects?obj_uuids=2d62146f-7643-42e0-92d6-5b99269be8ca&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000898 10.0.0.27 - - [2025-11-27 04:00:13] "GET /project/2d62146f-7643-42e0-92d6-5b99269be8ca?fields=virtual_networks HTTP/1.1" 200 1022 0.055731 10.0.0.23 - - [2025-11-27 04:00:13] "GET /projects?obj_uuids=2d62146f-7643-42e0-92d6-5b99269be8ca&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001259 10.0.0.27 - - [2025-11-27 04:00:13] "GET /project/2d62146f-7643-42e0-92d6-5b99269be8ca?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.046969 10.0.0.23 - - [2025-11-27 04:00:13] "GET /projects?obj_uuids=2d62146f-7643-42e0-92d6-5b99269be8ca&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001045 10.0.0.27 - - [2025-11-27 04:00:13] "GET /project/2d62146f-7643-42e0-92d6-5b99269be8ca?fields=security_groups HTTP/1.1" 200 1243 0.051041 10.0.0.23 - - [2025-11-27 04:00:13] "GET /projects?obj_uuids=ba238719-51e0-406f-adb2-975f8bc9ef5d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000872 10.0.0.27 - - [2025-11-27 04:00:14] "GET /project/ba238719-51e0-406f-adb2-975f8bc9ef5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.034495 10.0.0.23 - - [2025-11-27 04:00:14] "GET /projects?obj_uuids=ba238719-51e0-406f-adb2-975f8bc9ef5d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001045 10.0.0.27 - - [2025-11-27 04:00:14] "GET /project/ba238719-51e0-406f-adb2-975f8bc9ef5d?fields=virtual_networks HTTP/1.1" 200 1023 0.087575 10.0.0.23 - - [2025-11-27 04:00:14] "GET /projects?obj_uuids=ba238719-51e0-406f-adb2-975f8bc9ef5d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001193 10.0.0.27 - - [2025-11-27 04:00:14] "GET /project/ba238719-51e0-406f-adb2-975f8bc9ef5d?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.041832 10.0.0.23 - - [2025-11-27 04:00:14] "GET /projects?obj_uuids=ba238719-51e0-406f-adb2-975f8bc9ef5d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001590 10.0.0.27 - - [2025-11-27 04:00:14] "GET /project/ba238719-51e0-406f-adb2-975f8bc9ef5d?fields=security_groups HTTP/1.1" 200 1244 0.039297 10.0.0.27 - - [2025-11-27 04:00:16] "GET /api-access-list/dda261ae-5a1e-4b50-9692-26afc0e1991b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004215 10.0.0.27 - - [2025-11-27 04:00:16] "PUT /api-access-list/dda261ae-5a1e-4b50-9692-26afc0e1991b HTTP/1.1" 200 264 0.012024 10.0.0.23 - - [2025-11-27 04:00:16] "GET /projects?obj_uuids=4873c204-9a88-43a4-904b-d9b198bcbe19&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000956 10.0.0.27 - - [2025-11-27 04:00:16] "GET /project/4873c204-9a88-43a4-904b-d9b198bcbe19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.048406 10.0.0.23 - - [2025-11-27 04:00:16] "GET /projects?obj_uuids=4873c204-9a88-43a4-904b-d9b198bcbe19&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001273 10.0.0.27 - - [2025-11-27 04:00:16] "GET /project/4873c204-9a88-43a4-904b-d9b198bcbe19?fields=virtual_networks HTTP/1.1" 200 1022 0.047737 10.0.0.23 - - [2025-11-27 04:00:16] "GET /projects?obj_uuids=4873c204-9a88-43a4-904b-d9b198bcbe19&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000871 10.0.0.27 - - [2025-11-27 04:00:16] "GET /project/4873c204-9a88-43a4-904b-d9b198bcbe19?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.052509 10.0.0.23 - - [2025-11-27 04:00:16] "GET /projects?obj_uuids=4873c204-9a88-43a4-904b-d9b198bcbe19&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001185 10.0.0.27 - - [2025-11-27 04:00:17] "GET /project/4873c204-9a88-43a4-904b-d9b198bcbe19?fields=security_groups HTTP/1.1" 200 1243 0.037442 10.0.0.27 - - [2025-11-27 04:00:17] "POST /fqname-to-id HTTP/1.1" 404 188 0.030341 10.0.0.23 - - [2025-11-27 04:00:17] "GET /projects?obj_uuids=9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003098 10.0.0.23 - - [2025-11-27 04:00:17] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000866 10.0.0.23 - - [2025-11-27 04:00:17] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006310 10.0.0.23 - - [2025-11-27 04:00:18] "POST /id-to-fqname HTTP/1.1" 200 190 0.005426 10.0.0.23 - - [2025-11-27 04:00:18] "POST /fqname-to-id HTTP/1.1" 404 199 0.005503 10.0.0.23 - - [2025-11-27 04:00:18] "POST /security-groups HTTP/1.1" 200 591 0.029347 10.0.0.23 - - [2025-11-27 04:00:18] "POST /projects HTTP/1.1" 200 585 0.232956 10.0.0.27 - - [2025-11-27 04:00:18] "POST /fqname-to-id HTTP/1.1" 404 233 0.008287 10.0.0.23 - - [2025-11-27 04:00:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.306510 10.0.0.27 - - [2025-11-27 04:00:18] "GET /project/9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.450718 10.0.0.27 - - [2025-11-27 04:00:19] "GET / HTTP/1.1" 200 35931 0.001483 10.0.0.27 - - [2025-11-27 04:00:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000696 10.0.0.27 - - [2025-11-27 04:00:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.030668 10.0.0.27 - - [2025-11-27 04:00:21] "GET /api-access-list/dda261ae-5a1e-4b50-9692-26afc0e1991b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004194 10.0.0.27 - - [2025-11-27 04:00:21] "GET /api-access-list/dda261ae-5a1e-4b50-9692-26afc0e1991b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003590 10.0.0.27 - - [2025-11-27 04:00:21] "GET /api-access-list/dda261ae-5a1e-4b50-9692-26afc0e1991b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003376 10.0.0.27 - - [2025-11-27 04:00:21] "PUT /api-access-list/dda261ae-5a1e-4b50-9692-26afc0e1991b HTTP/1.1" 200 264 0.012676 10.0.0.27 - - [2025-11-27 04:00:23] "POST /fqname-to-id HTTP/1.1" 404 188 0.031999 10.0.0.23 - - [2025-11-27 04:00:23] "GET /projects?obj_uuids=975e9bcd-08c8-4202-91ff-36ccbbf05953&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003883 10.0.0.23 - - [2025-11-27 04:00:23] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000916 10.0.0.23 - - [2025-11-27 04:00:23] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006591 10.0.0.23 - - [2025-11-27 04:00:23] "POST /id-to-fqname HTTP/1.1" 200 190 0.005740 10.0.0.23 - - [2025-11-27 04:00:23] "POST /fqname-to-id HTTP/1.1" 404 199 0.003235 10.0.0.23 - - [2025-11-27 04:00:23] "POST /security-groups HTTP/1.1" 200 591 0.069630 10.0.0.23 - - [2025-11-27 04:00:23] "POST /projects HTTP/1.1" 200 585 0.262702 10.0.0.27 - - [2025-11-27 04:00:23] "POST /access-control-lists HTTP/1.1" 200 596 0.025265 10.0.0.23 - - [2025-11-27 04:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.333610 10.0.0.27 - - [2025-11-27 04:00:24] "GET /project/975e9bcd-08c8-4202-91ff-36ccbbf05953?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.499736 10.0.0.27 - - [2025-11-27 04:00:24] "POST /fqname-to-id HTTP/1.1" 404 188 0.028007 10.0.0.23 - - [2025-11-27 04:00:24] "GET /projects?obj_uuids=f0e56c14-50fe-481c-b10b-e95c7ea2ba44&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003295 10.0.0.23 - - [2025-11-27 04:00:24] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001326 10.0.0.23 - - [2025-11-27 04:00:24] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006627 10.0.0.23 - - [2025-11-27 04:00:24] "POST /id-to-fqname HTTP/1.1" 200 190 0.003514 10.0.0.23 - - [2025-11-27 04:00:24] "POST /fqname-to-id HTTP/1.1" 404 199 0.005291 10.0.0.23 - - [2025-11-27 04:00:24] "POST /security-groups HTTP/1.1" 200 591 0.030065 10.0.0.27 - - [2025-11-27 04:00:24] "POST /fqname-to-id HTTP/1.1" 404 234 0.002730 10.0.0.23 - - [2025-11-27 04:00:24] "POST /projects HTTP/1.1" 200 585 0.226500 10.0.0.23 - - [2025-11-27 04:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.295588 10.0.0.27 - - [2025-11-27 04:00:24] "POST /access-control-lists HTTP/1.1" 200 594 0.028974 10.0.0.27 - - [2025-11-27 04:00:25] "GET /project/f0e56c14-50fe-481c-b10b-e95c7ea2ba44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.433507 10.0.0.27 - - [2025-11-27 04:00:25] "GET / HTTP/1.1" 200 35931 0.002855 10.0.0.27 - - [2025-11-27 04:00:26] "GET / HTTP/1.1" 200 35931 0.001586 10.0.0.27 - - [2025-11-27 04:00:26] "POST /fqname-to-id HTTP/1.1" 404 183 0.004219 10.0.0.27 - - [2025-11-27 04:00:26] "POST /api-access-lists HTTP/1.1" 200 521 0.023410 10.0.0.27 - - [2025-11-27 04:00:26] "GET /api-access-list/27d3b2c5-3134-4229-833a-8986611c57db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.006110 10.0.0.27 - - [2025-11-27 04:00:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000402 10.0.0.27 - - [2025-11-27 04:00:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.047836 10.0.0.23 - - [2025-11-27 04:00:27] "GET /projects?obj_uuids=975e9bcd-08c8-4202-91ff-36ccbbf05953&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001059 10.0.0.27 - - [2025-11-27 04:00:27] "GET /project/975e9bcd-08c8-4202-91ff-36ccbbf05953?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.054970 10.0.0.27 - - [2025-11-27 04:00:27] "GET /virtual-networks?parent_id=975e9bcd-08c8-4202-91ff-36ccbbf05953&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017478 10.0.0.27 - - [2025-11-27 04:00:27] "POST /virtual-networks HTTP/1.1" 200 583 0.099880 10.0.0.27 - - [2025-11-27 04:00:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.037633 10.0.0.27 - - [2025-11-27 04:00:28] "GET /network-ipam/478f47b9-338a-45e7-b3d7-b5f50150c976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.017268 10.0.0.23 - - [2025-11-27 04:00:28] "POST /useragent-kv HTTP/1.1" 200 115 0.007833 10.0.0.27 - - [2025-11-27 04:00:28] "POST /ref-update HTTP/1.1" 200 156 0.080120 10.0.0.27 - - [2025-11-27 04:00:28] "POST /neutron/network HTTP/1.1" 200 846 0.065926 10.0.0.27 - - [2025-11-27 04:00:28] "GET /virtual-network/a2514818-d755-4de6-82c0-fbe4a0eb6ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.026050 10.0.0.27 - - [2025-11-27 04:00:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000539 10.0.0.27 - - [2025-11-27 04:00:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.042310 10.0.0.23 - - [2025-11-27 04:00:28] "GET /projects?obj_uuids=f0e56c14-50fe-481c-b10b-e95c7ea2ba44&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001003 10.0.0.27 - - [2025-11-27 04:00:28] "GET /project/f0e56c14-50fe-481c-b10b-e95c7ea2ba44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.055318 10.0.0.27 - - [2025-11-27 04:00:28] "GET /virtual-networks?parent_id=f0e56c14-50fe-481c-b10b-e95c7ea2ba44&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016748 10.0.0.27 - - [2025-11-27 04:00:29] "POST /virtual-networks HTTP/1.1" 200 583 0.095012 10.0.0.27 - - [2025-11-27 04:00:29] "POST /route-targets HTTP/1.1" 200 327 0.015930 10.0.0.27 - - [2025-11-27 04:00:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.035208 10.0.0.27 - - [2025-11-27 04:00:29] "GET /network-ipam/478f47b9-338a-45e7-b3d7-b5f50150c976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.015260 10.0.0.23 - - [2025-11-27 04:00:29] "POST /useragent-kv HTTP/1.1" 200 115 0.007446 10.0.0.27 - - [2025-11-27 04:00:29] "POST /ref-update HTTP/1.1" 200 156 0.079745 10.0.0.27 - - [2025-11-27 04:00:29] "POST /neutron/network HTTP/1.1" 200 848 0.054380 10.0.0.27 - - [2025-11-27 04:00:29] "GET /virtual-network/e27873f8-7621-46e4-821b-cf8d4743f9fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.017640 10.0.0.27 - - [2025-11-27 04:00:29] "POST /neutron/subnet HTTP/1.1" 200 679 0.037678 10.0.0.27 - - [2025-11-27 04:00:30] "GET /obj-perms HTTP/1.1" 403 257 0.047302 10.0.0.27 - - [2025-11-27 04:00:31] "GET /obj-perms HTTP/1.1" 403 257 0.036995 10.0.0.33 - - [2025-11-27 04:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.028062 10.0.0.23 - - [2025-11-27 04:00:32] "GET /obj-perms HTTP/1.1" 403 257 0.040480 10.0.0.23 - - [2025-11-27 04:00:32] "GET /virtual-network/a2514818-d755-4de6-82c0-fbe4a0eb6ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.014771 10.0.0.27 - - [2025-11-27 04:00:33] "GET /obj-perms HTTP/1.1" 200 5030 0.053974 10.0.0.27 - - [2025-11-27 04:00:33] "GET /obj-perms HTTP/1.1" 403 257 0.011044 10.0.0.27 - - [2025-11-27 04:00:33] "PUT /virtual-network/a2514818-d755-4de6-82c0-fbe4a0eb6ab7 HTTP/1.1" 200 264 0.047055 10.0.0.27 - - [2025-11-27 04:00:33] "GET /obj-perms HTTP/1.1" 403 257 0.012314 10.0.0.27 - - [2025-11-27 04:00:33] "GET /obj-perms HTTP/1.1" 403 257 0.041693 10.0.0.33 - - [2025-11-27 04:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.23 - - [2025-11-27 04:00:34] "GET /virtual-network/a2514818-d755-4de6-82c0-fbe4a0eb6ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.036870 10.0.0.27 - - [2025-11-27 04:00:34] "GET /obj-perms HTTP/1.1" 403 257 0.011269 10.0.0.27 - - [2025-11-27 04:00:34] "GET /obj-perms HTTP/1.1" 200 5030 0.003443 10.0.0.27 - - [2025-11-27 04:00:34] "GET /obj-perms HTTP/1.1" 403 257 0.015216 10.0.0.27 - - [2025-11-27 04:00:35] "PUT /virtual-network/a2514818-d755-4de6-82c0-fbe4a0eb6ab7 HTTP/1.1" 200 264 0.046498 10.0.0.23 - - [2025-11-27 04:00:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003551 10.0.0.23 - - [2025-11-27 04:00:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002743 10.0.0.27 - - [2025-11-27 04:00:35] "DELETE /virtual-network/e27873f8-7621-46e4-821b-cf8d4743f9fd HTTP/1.1" 200 115 0.137403 10.0.0.27 - - [2025-11-27 04:00:35] "DELETE /route-target/1024a7b1-4071-4dc9-a68d-165079570fa6 HTTP/1.1" 200 115 0.028992 10.0.0.23 - - [2025-11-27 04:00:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004427 10.0.0.23 - - [2025-11-27 04:00:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002800 10.0.0.27 - - [2025-11-27 04:00:35] "DELETE /virtual-network/a2514818-d755-4de6-82c0-fbe4a0eb6ab7 HTTP/1.1" 200 115 0.131421 10.0.0.27 - - [2025-11-27 04:00:35] "DELETE /api-access-list/27d3b2c5-3134-4229-833a-8986611c57db HTTP/1.1" 200 115 0.050045 10.0.0.23 - - [2025-11-27 04:00:35] "GET /projects?obj_uuids=f0e56c14-50fe-481c-b10b-e95c7ea2ba44&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000923 10.0.0.27 - - [2025-11-27 04:00:35] "GET /project/f0e56c14-50fe-481c-b10b-e95c7ea2ba44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.037518 10.0.0.23 - - [2025-11-27 04:00:35] "GET /projects?obj_uuids=f0e56c14-50fe-481c-b10b-e95c7ea2ba44&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001226 10.0.0.27 - - [2025-11-27 04:00:35] "GET /project/f0e56c14-50fe-481c-b10b-e95c7ea2ba44?fields=virtual_networks HTTP/1.1" 200 1033 0.041053 10.0.0.23 - - [2025-11-27 04:00:35] "GET /projects?obj_uuids=f0e56c14-50fe-481c-b10b-e95c7ea2ba44&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001298 10.0.0.27 - - [2025-11-27 04:00:35] "GET /project/f0e56c14-50fe-481c-b10b-e95c7ea2ba44?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.040726 10.0.0.23 - - [2025-11-27 04:00:35] "GET /projects?obj_uuids=f0e56c14-50fe-481c-b10b-e95c7ea2ba44&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000981 10.0.0.27 - - [2025-11-27 04:00:35] "GET /project/f0e56c14-50fe-481c-b10b-e95c7ea2ba44?fields=security_groups HTTP/1.1" 200 1259 0.047502 10.0.0.23 - - [2025-11-27 04:00:36] "GET /projects?obj_uuids=975e9bcd-08c8-4202-91ff-36ccbbf05953&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001330 10.0.0.27 - - [2025-11-27 04:00:36] "GET /project/975e9bcd-08c8-4202-91ff-36ccbbf05953?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.037725 10.0.0.23 - - [2025-11-27 04:00:36] "GET /projects?obj_uuids=975e9bcd-08c8-4202-91ff-36ccbbf05953&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000950 10.0.0.27 - - [2025-11-27 04:00:36] "GET /project/975e9bcd-08c8-4202-91ff-36ccbbf05953?fields=virtual_networks HTTP/1.1" 200 1033 0.090200 10.0.0.23 - - [2025-11-27 04:00:36] "GET /projects?obj_uuids=975e9bcd-08c8-4202-91ff-36ccbbf05953&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000978 10.0.0.27 - - [2025-11-27 04:00:36] "GET /project/975e9bcd-08c8-4202-91ff-36ccbbf05953?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.039053 10.0.0.23 - - [2025-11-27 04:00:36] "GET /projects?obj_uuids=975e9bcd-08c8-4202-91ff-36ccbbf05953&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001191 10.0.0.27 - - [2025-11-27 04:00:36] "GET /project/975e9bcd-08c8-4202-91ff-36ccbbf05953?fields=security_groups HTTP/1.1" 200 1259 0.048441 10.0.0.27 - - [2025-11-27 04:00:40] "GET / HTTP/1.1" 200 35931 0.001695 10.0.0.27 - - [2025-11-27 04:00:41] "GET / HTTP/1.1" 200 35931 0.001523 10.0.0.27 - - [2025-11-27 04:00:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000429 10.0.0.27 - - [2025-11-27 04:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.075763 10.0.0.23 - - [2025-11-27 04:00:42] "GET /projects?obj_uuids=9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001272 10.0.0.27 - - [2025-11-27 04:00:42] "GET /project/9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.064000 10.0.0.27 - - [2025-11-27 04:00:42] "GET /virtual-networks?parent_id=9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.014116 10.0.0.27 - - [2025-11-27 04:00:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.012753 10.0.0.27 - - [2025-11-27 04:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.014118 10.0.0.23 - - [2025-11-27 04:00:42] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000983 10.0.0.27 - - [2025-11-27 04:00:42] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.017189 10.0.0.27 - - [2025-11-27 04:00:42] "POST /service-templates HTTP/1.1" 403 264 0.011973 10.0.0.27 - - [2025-11-27 04:00:42] "POST /fqname-to-id HTTP/1.1" 404 215 0.003242 10.0.0.27 - - [2025-11-27 04:00:42] "POST /api-access-lists HTTP/1.1" 200 555 0.023509 10.0.0.27 - - [2025-11-27 04:00:42] "GET /api-access-list/458c03f8-2ac4-47c8-b899-c7238c0470a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.005576 10.0.0.27 - - [2025-11-27 04:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.016334 10.0.0.23 - - [2025-11-27 04:00:42] "GET /projects?obj_uuids=9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001045 10.0.0.27 - - [2025-11-27 04:00:42] "GET /project/9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.056185 10.0.0.27 - - [2025-11-27 04:00:42] "GET /virtual-networks?parent_id=9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.022114 10.0.0.27 - - [2025-11-27 04:00:42] "POST /virtual-networks HTTP/1.1" 200 583 0.129620 10.0.0.27 - - [2025-11-27 04:00:42] "POST /route-targets HTTP/1.1" 200 327 0.015756 10.0.0.27 - - [2025-11-27 04:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.031218 10.0.0.27 - - [2025-11-27 04:00:42] "GET /network-ipam/478f47b9-338a-45e7-b3d7-b5f50150c976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.014603 10.0.0.23 - - [2025-11-27 04:00:43] "DELETE /project/9d61a9c6aef24c4eb16b93d8ba5c8faa HTTP/1.1" 404 173 0.008178 10.0.0.23 - - [2025-11-27 04:00:43] "DELETE /project/f0e56c1450fe481cb10be95c7ea2ba44 HTTP/1.1" 404 173 0.021779 10.0.0.23 - - [2025-11-27 04:00:43] "DELETE /project/975e9bcd08c8420291ff36ccbbf05953 HTTP/1.1" 404 173 0.021737 10.0.0.23 - - [2025-11-27 04:00:43] "GET /projects?obj_uuids=975e9bcd-08c8-4202-91ff-36ccbbf05953&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000845 10.0.0.23 - - [2025-11-27 04:00:43] "GET /projects?obj_uuids=ba238719-51e0-406f-adb2-975f8bc9ef5d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000706 10.0.0.23 - - [2025-11-27 04:00:43] "GET /projects?obj_uuids=2d62146f-7643-42e0-92d6-5b99269be8ca&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002656 10.0.0.23 - - [2025-11-27 04:00:43] "GET /projects?obj_uuids=f0e56c14-50fe-481c-b10b-e95c7ea2ba44&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000885 10.0.0.23 - - [2025-11-27 04:00:43] "GET /projects?obj_uuids=4873c204-9a88-43a4-904b-d9b198bcbe19&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000788 10.0.0.23 - - [2025-11-27 04:00:43] "GET /project/f0e56c14-50fe-481c-b10b-e95c7ea2ba44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.130104 10.0.0.23 - - [2025-11-27 04:00:43] "GET /projects?obj_uuids=f0e56c14-50fe-481c-b10b-e95c7ea2ba44&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002162 10.0.0.23 - - [2025-11-27 04:00:43] "POST /useragent-kv HTTP/1.1" 200 115 0.010710 10.0.0.27 - - [2025-11-27 04:00:43] "POST /ref-update HTTP/1.1" 200 156 0.263951 10.0.0.23 - - [2025-11-27 04:00:43] "GET /project/4873c204-9a88-43a4-904b-d9b198bcbe19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.160984 10.0.0.23 - - [2025-11-27 04:00:43] "GET /projects?obj_uuids=4873c204-9a88-43a4-904b-d9b198bcbe19&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001040 10.0.0.23 - - [2025-11-27 04:00:43] "GET /project/2d62146f-7643-42e0-92d6-5b99269be8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.173197 10.0.0.23 - - [2025-11-27 04:00:43] "GET /project/975e9bcd-08c8-4202-91ff-36ccbbf05953?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.173647 10.0.0.23 - - [2025-11-27 04:00:43] "GET /project/ba238719-51e0-406f-adb2-975f8bc9ef5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.184727 10.0.0.23 - - [2025-11-27 04:00:43] "GET /projects?obj_uuids=975e9bcd-08c8-4202-91ff-36ccbbf05953&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001499 10.0.0.23 - - [2025-11-27 04:00:43] "GET /projects?obj_uuids=2d62146f-7643-42e0-92d6-5b99269be8ca&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000853 10.0.0.23 - - [2025-11-27 04:00:43] "GET /projects?obj_uuids=ba238719-51e0-406f-adb2-975f8bc9ef5d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000849 10.0.0.23 - - [2025-11-27 04:00:43] "GET /project/f0e56c14-50fe-481c-b10b-e95c7ea2ba44?fields=security_groups HTTP/1.1" 200 1364 0.140486 10.0.0.23 - - [2025-11-27 04:00:43] "GET /project/975e9bcd-08c8-4202-91ff-36ccbbf05953?fields=security_groups HTTP/1.1" 200 1364 0.096742 10.0.0.23 - - [2025-11-27 04:00:43] "GET /project/2d62146f-7643-42e0-92d6-5b99269be8ca?fields=security_groups HTTP/1.1" 200 1092 0.140049 10.0.0.23 - - [2025-11-27 04:00:43] "GET /project/4873c204-9a88-43a4-904b-d9b198bcbe19?fields=security_groups HTTP/1.1" 200 1092 0.187637 10.0.0.23 - - [2025-11-27 04:00:43] "GET /project/ba238719-51e0-406f-adb2-975f8bc9ef5d?fields=security_groups HTTP/1.1" 200 1093 0.166982 10.0.0.23 - - [2025-11-27 04:00:43] "GET /projects?obj_uuids=2d62146f-7643-42e0-92d6-5b99269be8ca&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001192 10.0.0.23 - - [2025-11-27 04:00:43] "GET /projects?obj_uuids=4873c204-9a88-43a4-904b-d9b198bcbe19&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000875 10.0.0.23 - - [2025-11-27 04:00:43] "GET /projects?obj_uuids=ba238719-51e0-406f-adb2-975f8bc9ef5d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001267 10.0.0.23 - - [2025-11-27 04:00:43] "GET /project/ba238719-51e0-406f-adb2-975f8bc9ef5d?fields=application_policy_sets HTTP/1.1" 200 1388 0.104965 10.0.0.23 - - [2025-11-27 04:00:43] "GET /project/2d62146f-7643-42e0-92d6-5b99269be8ca?fields=application_policy_sets HTTP/1.1" 200 1387 0.159189 10.0.0.23 - - [2025-11-27 04:00:43] "DELETE /security-group/b5ed80bc-575d-4ba8-b74e-06853c884b65 HTTP/1.1" 200 115 0.180369 10.0.0.23 - - [2025-11-27 04:00:43] "GET /project/4873c204-9a88-43a4-904b-d9b198bcbe19?fields=application_policy_sets HTTP/1.1" 200 1387 0.150333 10.0.0.23 - - [2025-11-27 04:00:43] "GET /projects?obj_uuids=975e9bcd-08c8-4202-91ff-36ccbbf05953&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000806 10.0.0.23 - - [2025-11-27 04:00:43] "DELETE /security-group/0ed19915-a84e-499a-94e2-88076162ba19 HTTP/1.1" 200 115 0.204298 10.0.0.23 - - [2025-11-27 04:00:43] "GET /projects?obj_uuids=f0e56c14-50fe-481c-b10b-e95c7ea2ba44&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000988 10.0.0.27 - - [2025-11-27 04:00:43] "DELETE /access-control-list/b7778e9d-1d9f-4b57-98e6-96476c913b2d HTTP/1.1" 200 115 0.115304 10.0.0.23 - - [2025-11-27 04:00:43] "GET /project/975e9bcd-08c8-4202-91ff-36ccbbf05953?fields=application_policy_sets HTTP/1.1" 200 1403 0.127863 10.0.0.23 - - [2025-11-27 04:00:43] "GET /project/f0e56c14-50fe-481c-b10b-e95c7ea2ba44?fields=application_policy_sets HTTP/1.1" 200 1403 0.205438 10.0.0.27 - - [2025-11-27 04:00:44] "GET /virtual-network/c4782d4a-7d25-429e-8ddd-62e4f62470bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.155712 10.0.0.23 - - [2025-11-27 04:00:44] "DELETE /project/2d62146f-7643-42e0-92d6-5b99269be8ca HTTP/1.1" 200 115 0.915891 10.0.0.23 - - [2025-11-27 04:00:44] "DELETE /project/ba238719-51e0-406f-adb2-975f8bc9ef5d HTTP/1.1" 200 115 0.939003 10.0.0.27 - - [2025-11-27 04:00:44] "DELETE /access-control-list/c017ae3c-9591-4353-bf68-66c9d274d6ea HTTP/1.1" 200 115 0.132360 10.0.0.23 - - [2025-11-27 04:00:44] "DELETE /project/4873c204-9a88-43a4-904b-d9b198bcbe19 HTTP/1.1" 200 115 1.050354 10.0.0.27 - - [2025-11-27 04:00:44] "POST /neutron/network HTTP/1.1" 200 849 0.234833 10.0.0.23 - - [2025-11-27 04:00:44] "DELETE /project/975e9bcd-08c8-4202-91ff-36ccbbf05953 HTTP/1.1" 200 115 1.147224 10.0.0.23 - - [2025-11-27 04:00:44] "DELETE /project/f0e56c14-50fe-481c-b10b-e95c7ea2ba44 HTTP/1.1" 200 115 1.150113 10.0.0.27 - - [2025-11-27 04:00:44] "DELETE /access-control-list/901d74de-137c-4c32-9a64-adbe2cbffeb8 HTTP/1.1" 200 115 0.034469 10.0.0.27 - - [2025-11-27 04:00:44] "GET /virtual-network/c4782d4a-7d25-429e-8ddd-62e4f62470bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007188 10.0.0.27 - - [2025-11-27 04:00:44] "GET /network-ipam/478f47b9-338a-45e7-b3d7-b5f50150c976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.004271 10.0.0.27 - - [2025-11-27 04:00:44] "GET /virtual-network/c4782d4a-7d25-429e-8ddd-62e4f62470bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005420 10.0.0.27 - - [2025-11-27 04:00:45] "GET /obj-perms HTTP/1.1" 200 5030 0.004122 10.0.0.33 - - [2025-11-27 04:00:46] "GET /obj-perms HTTP/1.1" 200 5056 0.383421 10.0.0.27 - - [2025-11-27 04:00:46] "POST /fqname-to-id HTTP/1.1" 404 197 0.018099 10.0.0.27 - - [2025-11-27 04:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.015386 10.0.0.23 - - [2025-11-27 04:00:46] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001223 10.0.0.27 - - [2025-11-27 04:00:46] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.020805 10.0.0.27 - - [2025-11-27 04:00:46] "POST /service-templates HTTP/1.1" 403 264 0.012796 10.0.0.27 - - [2025-11-27 04:00:46] "POST /fqname-to-id HTTP/1.1" 404 183 0.003367 10.0.0.27 - - [2025-11-27 04:00:46] "POST /api-access-lists HTTP/1.1" 200 521 0.023597 10.0.0.27 - - [2025-11-27 04:00:46] "GET /api-access-list/d3ed7dea-83bd-474f-9701-cf4737c8cd6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.007401 10.0.0.27 - - [2025-11-27 04:00:46] "POST /fqname-to-id HTTP/1.1" 404 197 0.024908 10.0.0.27 - - [2025-11-27 04:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.018079 10.0.0.23 - - [2025-11-27 04:00:46] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001103 10.0.0.27 - - [2025-11-27 04:00:46] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.021262 10.0.0.27 - - [2025-11-27 04:00:46] "POST /service-templates HTTP/1.1" 200 551 0.036189 10.0.0.27 - - [2025-11-27 04:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.023608 10.0.0.27 - - [2025-11-27 04:00:46] "GET /service-template/e2b609cd-388e-4c02-8f1d-9653f101c300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.016694 10.0.0.27 - - [2025-11-27 04:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.014146 10.0.0.27 - - [2025-11-27 04:00:47] "GET /service-template/e2b609cd-388e-4c02-8f1d-9653f101c300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.017462 10.0.0.27 - - [2025-11-27 04:00:48] "GET /virtual-network/c4782d4a-7d25-429e-8ddd-62e4f62470bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.035985 10.0.0.33 - - [2025-11-27 04:00:48] "GET /virtual-network/c4782d4a-7d25-429e-8ddd-62e4f62470bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.036926 10.0.0.23 - - [2025-11-27 04:00:48] "GET /obj-perms HTTP/1.1" 403 257 0.048787 10.0.0.27 - - [2025-11-27 04:00:49] "GET /api-access-list/458c03f8-2ac4-47c8-b899-c7238c0470a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.003402 10.0.0.27 - - [2025-11-27 04:00:49] "PUT /api-access-list/458c03f8-2ac4-47c8-b899-c7238c0470a3 HTTP/1.1" 200 264 0.014197 10.0.0.27 - - [2025-11-27 04:00:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000407 10.0.0.27 - - [2025-11-27 04:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.041554 10.0.0.23 - - [2025-11-27 04:00:49] "GET /projects?obj_uuids=9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001357 10.0.0.27 - - [2025-11-27 04:00:49] "GET /project/9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.074441 10.0.0.27 - - [2025-11-27 04:00:49] "GET /virtual-networks?parent_id=9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.022915 10.0.0.27 - - [2025-11-27 04:00:49] "POST /virtual-networks HTTP/1.1" 403 263 0.015214 10.0.0.27 - - [2025-11-27 04:00:50] "GET /obj-perms HTTP/1.1" 403 257 0.016896 10.0.0.27 - - [2025-11-27 04:00:50] "GET /obj-perms HTTP/1.1" 403 257 0.013230 10.0.0.27 - - [2025-11-27 04:00:50] "GET /api-access-list/d3ed7dea-83bd-474f-9701-cf4737c8cd6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.003816 10.0.0.27 - - [2025-11-27 04:00:50] "PUT /api-access-list/d3ed7dea-83bd-474f-9701-cf4737c8cd6f HTTP/1.1" 200 264 0.012525 10.0.0.27 - - [2025-11-27 04:00:50] "POST /fqname-to-id HTTP/1.1" 404 197 0.016877 10.0.0.27 - - [2025-11-27 04:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.015206 10.0.0.23 - - [2025-11-27 04:00:50] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001035 10.0.0.27 - - [2025-11-27 04:00:50] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.018887 10.0.0.27 - - [2025-11-27 04:00:50] "POST /service-templates HTTP/1.1" 403 264 0.012432 10.0.0.27 - - [2025-11-27 04:00:50] "GET /api-access-list/458c03f8-2ac4-47c8-b899-c7238c0470a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.004090 10.0.0.27 - - [2025-11-27 04:00:50] "PUT /api-access-list/458c03f8-2ac4-47c8-b899-c7238c0470a3 HTTP/1.1" 200 264 0.011089 10.0.0.27 - - [2025-11-27 04:00:50] "GET /api-access-list/d3ed7dea-83bd-474f-9701-cf4737c8cd6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.005520 10.0.0.27 - - [2025-11-27 04:00:50] "PUT /api-access-list/d3ed7dea-83bd-474f-9701-cf4737c8cd6f HTTP/1.1" 200 264 0.011954 10.0.0.27 - - [2025-11-27 04:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.27 - - [2025-11-27 04:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.33 - - [2025-11-27 04:00:52] "GET /virtual-network/c4782d4a-7d25-429e-8ddd-62e4f62470bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.023963 10.0.0.33 - - [2025-11-27 04:00:52] "GET /virtual-network/c4782d4a-7d25-429e-8ddd-62e4f62470bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.043135 10.0.0.23 - - [2025-11-27 04:00:52] "GET /obj-perms HTTP/1.1" 403 257 0.013968 10.0.0.23 - - [2025-11-27 04:00:52] "GET /obj-perms HTTP/1.1" 403 257 0.045648 10.0.0.27 - - [2025-11-27 04:00:52] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.040621 10.0.0.27 - - [2025-11-27 04:00:52] "GET /api-access-list/dda261ae-5a1e-4b50-9692-26afc0e1991b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.007982 10.0.0.27 - - [2025-11-27 04:00:52] "PUT /api-access-list/dda261ae-5a1e-4b50-9692-26afc0e1991b HTTP/1.1" 200 264 0.012015 10.0.0.27 - - [2025-11-27 04:00:53] "GET /virtual-network/c4782d4a-7d25-429e-8ddd-62e4f62470bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.020848 10.0.0.27 - - [2025-11-27 04:00:53] "DELETE /api-access-list/458c03f8-2ac4-47c8-b899-c7238c0470a3 HTTP/1.1" 200 115 0.032913 10.0.0.27 - - [2025-11-27 04:00:53] "DELETE /api-access-list/d3ed7dea-83bd-474f-9701-cf4737c8cd6f HTTP/1.1" 200 115 0.031455 10.0.0.27 - - [2025-11-27 04:00:54] "GET /obj-perms HTTP/1.1" 403 257 0.041021 10.0.0.33 - - [2025-11-27 04:00:54] "GET /virtual-network/c4782d4a-7d25-429e-8ddd-62e4f62470bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.035566 10.0.0.23 - - [2025-11-27 04:00:55] "GET /obj-perms HTTP/1.1" 403 257 0.037496 10.0.0.27 - - [2025-11-27 04:00:55] "GET /obj-perms HTTP/1.1" 403 257 0.009736 10.0.0.27 - - [2025-11-27 04:00:55] "GET /api-access-list/dda261ae-5a1e-4b50-9692-26afc0e1991b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.004057 10.0.0.27 - - [2025-11-27 04:00:55] "PUT /api-access-list/dda261ae-5a1e-4b50-9692-26afc0e1991b HTTP/1.1" 200 264 0.011578 10.0.0.27 - - [2025-11-27 04:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.27 - - [2025-11-27 04:00:55] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.027279 10.0.0.27 - - [2025-11-27 04:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.012687 10.0.0.27 - - [2025-11-27 04:00:55] "DELETE /service-template/e2b609cd-388e-4c02-8f1d-9653f101c300 HTTP/1.1" 200 115 0.049927 10.0.0.27 - - [2025-11-27 04:00:55] "POST /fqname-to-id HTTP/1.1" 404 197 0.018764 10.0.0.23 - - [2025-11-27 04:00:55] "POST /useragent-kv HTTP/1.1" 200 115 0.005896 10.0.0.27 - - [2025-11-27 04:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005613 10.0.0.23 - - [2025-11-27 04:00:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004018 10.0.0.27 - - [2025-11-27 04:00:55] "DELETE /virtual-network/c4782d4a-7d25-429e-8ddd-62e4f62470bf HTTP/1.1" 200 115 0.103991 10.0.0.27 - - [2025-11-27 04:00:55] "GET /api-access-list/dda261ae-5a1e-4b50-9692-26afc0e1991b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004017 10.0.0.27 - - [2025-11-27 04:00:56] "PUT /api-access-list/dda261ae-5a1e-4b50-9692-26afc0e1991b HTTP/1.1" 200 264 0.011164 10.0.0.27 - - [2025-11-27 04:00:56] "GET /api-access-list/dda261ae-5a1e-4b50-9692-26afc0e1991b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2692 0.006615 10.0.0.27 - - [2025-11-27 04:00:56] "PUT /api-access-list/dda261ae-5a1e-4b50-9692-26afc0e1991b HTTP/1.1" 200 264 0.013136 10.0.0.27 - - [2025-11-27 04:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.23 - - [2025-11-27 04:00:58] "GET /projects?obj_uuids=9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001180 10.0.0.27 - - [2025-11-27 04:00:58] "GET /project/9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.045663 10.0.0.27 - - [2025-11-27 04:00:58] "POST /neutron/network HTTP/1.1" 200 117 0.101964 10.0.0.27 - - [2025-11-27 04:00:59] "POST /neutron/network HTTP/1.1" 200 864 0.007988 10.0.0.27 - - [2025-11-27 04:00:59] "POST /id-to-fqname HTTP/1.1" 200 240 0.000968 10.0.0.27 - - [2025-11-27 04:00:59] "GET /virtual-network/e7fccb17-0b1f-49b6-bfcc-ec6832836f26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.004294 10.0.0.27 - - [2025-11-27 04:00:59] "GET /virtual-network/e7fccb17-0b1f-49b6-bfcc-ec6832836f26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005290 10.0.0.27 - - [2025-11-27 04:00:59] "POST /neutron/subnet HTTP/1.1" 200 733 0.008533 10.0.0.27 - - [2025-11-27 04:00:59] "GET /virtual-network/e7fccb17-0b1f-49b6-bfcc-ec6832836f26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005216 10.0.0.27 - - [2025-11-27 04:00:59] "GET /network-ipam/478f47b9-338a-45e7-b3d7-b5f50150c976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.003027 10.0.0.27 - - [2025-11-27 04:00:59] "POST /ref-update HTTP/1.1" 200 156 0.038395 10.0.0.27 - - [2025-11-27 04:00:59] "GET /virtual-network/e7fccb17-0b1f-49b6-bfcc-ec6832836f26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005235 10.0.0.23 - - [2025-11-27 04:01:00] "GET /obj-perms HTTP/1.1" 200 5030 0.064761 10.0.0.27 - - [2025-11-27 04:01:00] "POST /fqname-to-id HTTP/1.1" 404 215 0.003005 10.0.0.27 - - [2025-11-27 04:01:00] "POST /api-access-lists HTTP/1.1" 200 555 0.033440 10.0.0.27 - - [2025-11-27 04:01:00] "GET /api-access-list/acb9856c-cfa9-463c-9e53-1e6bdf0a7601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2443 0.005854 10.0.0.27 - - [2025-11-27 04:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.017916 10.0.0.23 - - [2025-11-27 04:01:00] "GET /projects?obj_uuids=9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001053 10.0.0.27 - - [2025-11-27 04:01:00] "GET /project/9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.063429 10.0.0.23 - - [2025-11-27 04:01:00] "GET /projects?obj_uuids=9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001383 10.0.0.27 - - [2025-11-27 04:01:00] "POST /neutron/network HTTP/1.1" 200 645 0.167500 10.0.0.23 - - [2025-11-27 04:01:01] "POST /useragent-kv HTTP/1.1" 200 115 0.008939 10.0.0.27 - - [2025-11-27 04:01:01] "POST /neutron/subnet HTTP/1.1" 200 725 0.279050 10.0.0.27 - - [2025-11-27 04:01:01] "POST /id-to-fqname HTTP/1.1" 200 240 0.013721 10.0.0.27 - - [2025-11-27 04:01:01] "GET /virtual-network/859fe9e7-c005-4db1-aef8-566e45f393bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.022355 10.0.0.27 - - [2025-11-27 04:01:01] "GET /virtual-network/859fe9e7-c005-4db1-aef8-566e45f393bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.018817 10.0.0.27 - - [2025-11-27 04:01:01] "POST /neutron/network HTTP/1.1" 200 864 0.028241 10.0.0.27 - - [2025-11-27 04:01:01] "GET /virtual-network/859fe9e7-c005-4db1-aef8-566e45f393bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005559 10.0.0.27 - - [2025-11-27 04:01:01] "GET /network-ipam/478f47b9-338a-45e7-b3d7-b5f50150c976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.003355 10.0.0.27 - - [2025-11-27 04:01:01] "GET /virtual-network/859fe9e7-c005-4db1-aef8-566e45f393bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006163 10.0.0.27 - - [2025-11-27 04:01:02] "POST /fqname-to-id HTTP/1.1" 404 232 0.019587 10.0.0.23 - - [2025-11-27 04:01:02] "GET /projects?obj_uuids=9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001044 10.0.0.27 - - [2025-11-27 04:01:02] "POST /fqname-to-id HTTP/1.1" 404 264 0.003422 10.0.0.27 - - [2025-11-27 04:01:02] "POST /access-control-lists HTTP/1.1" 200 624 0.033284 10.0.0.27 - - [2025-11-27 04:01:02] "PUT /access-control-list/b3400f70-eb00-42ec-9dbd-62646d2f6faf HTTP/1.1" 200 272 0.017855 10.0.0.27 - - [2025-11-27 04:01:02] "POST /neutron/security_group HTTP/1.1" 200 1426 0.512811 10.0.0.27 - - [2025-11-27 04:01:02] "POST /neutron/security_group HTTP/1.1" 200 1426 0.016610 10.0.0.23 - - [2025-11-27 04:01:03] "GET /projects?obj_uuids=9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001064 10.0.0.27 - - [2025-11-27 04:01:03] "POST /neutron/security_group_rule HTTP/1.1" 200 570 0.091578 10.0.0.27 - - [2025-11-27 04:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.024680 10.0.0.27 - - [2025-11-27 04:01:03] "GET /security-group/8652388a-bd7b-4e29-9ecc-f00a9dd86d13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.016107 10.0.0.27 - - [2025-11-27 04:01:04] "POST /id-to-fqname HTTP/1.1" 200 240 0.018586 10.0.0.27 - - [2025-11-27 04:01:04] "POST /neutron/network HTTP/1.1" 200 874 0.030092 10.0.0.23 - - [2025-11-27 04:01:05] "GET /projects?obj_uuids=9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001091 10.0.0.27 - - [2025-11-27 04:01:05] "GET /project/9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.080191 10.0.0.27 - - [2025-11-27 04:01:05] "POST /neutron/port HTTP/1.1" 200 117 0.046232 10.0.0.27 - - [2025-11-27 04:01:06] "POST /neutron/network HTTP/1.1" 200 864 0.031255 10.0.0.27 - - [2025-11-27 04:01:06] "POST /neutron/port HTTP/1.1" 200 1060 0.015719 10.0.0.27 - - [2025-11-27 04:01:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003955 10.0.0.27 - - [2025-11-27 04:01:06] "POST /neutron/network HTTP/1.1" 200 864 0.006425 10.0.0.27 - - [2025-11-27 04:01:10] "POST /neutron/port HTTP/1.1" 200 1088 0.016985 10.0.0.27 - - [2025-11-27 04:01:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007764 10.0.0.27 - - [2025-11-27 04:01:11] "GET /virtual-machine/13155a84-9dc2-41ed-b8a9-1bd3d145e449 HTTP/1.1" 401 292 0.000454 10.0.0.27 - - [2025-11-27 04:01:11] "GET /virtual-machine/13155a84-9dc2-41ed-b8a9-1bd3d145e449 HTTP/1.1" 200 1292 0.053548 10.0.0.27 - - [2025-11-27 04:01:11] "GET /virtual-machine/13155a84-9dc2-41ed-b8a9-1bd3d145e449 HTTP/1.1" 200 1292 0.019063 10.0.0.27 - - [2025-11-27 04:01:11] "GET /virtual-machine-interface/093ced0a-3b22-431d-a39a-7d4b0e0259a2 HTTP/1.1" 200 3022 0.019783 10.0.0.27 - - [2025-11-27 04:01:11] "GET /virtual-machine/13155a84-9dc2-41ed-b8a9-1bd3d145e449 HTTP/1.1" 200 1292 0.018132 10.0.0.27 - - [2025-11-27 04:01:11] "GET /virtual-machine-interface/093ced0a-3b22-431d-a39a-7d4b0e0259a2 HTTP/1.1" 200 3022 0.020097 10.0.0.27 - - [2025-11-27 04:01:11] "GET /instance-ip/a8de8539-846a-47c5-861b-213136bd3aca HTTP/1.1" 200 1640 0.019126 10.0.0.27 - - [2025-11-27 04:01:11] "GET /virtual-machine/13155a84-9dc2-41ed-b8a9-1bd3d145e449 HTTP/1.1" 200 1292 0.016157 10.0.0.27 - - [2025-11-27 04:01:11] "GET /virtual-machine-interface/093ced0a-3b22-431d-a39a-7d4b0e0259a2 HTTP/1.1" 200 3022 0.019451 10.0.0.27 - - [2025-11-27 04:01:11] "GET /instance-ip/a8de8539-846a-47c5-861b-213136bd3aca HTTP/1.1" 200 1640 0.018212 10.0.0.27 - - [2025-11-27 04:01:11] "POST /fqname-to-id HTTP/1.1" 403 354 0.017224 10.0.0.27 - - [2025-11-27 04:01:11] "GET / HTTP/1.1" 200 35931 0.003030 10.0.0.27 - - [2025-11-27 04:01:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000370 10.0.0.27 - - [2025-11-27 04:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.030655 10.0.0.27 - - [2025-11-27 04:01:12] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003685 10.0.0.27 - - [2025-11-27 04:01:12] "GET /virtual-networks?parent_id=9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.018228 10.0.0.27 - - [2025-11-27 04:01:12] "GET /virtual-network/859fe9e7-c005-4db1-aef8-566e45f393bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.017393 10.0.0.27 - - [2025-11-27 04:01:12] "POST /fqname-to-id HTTP/1.1" 403 354 0.019908 10.0.0.27 - - [2025-11-27 04:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.27 - - [2025-11-27 04:01:12] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003493 10.0.0.27 - - [2025-11-27 04:01:12] "GET /virtual-networks?parent_id=9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.020458 10.0.0.27 - - [2025-11-27 04:01:12] "GET /virtual-network/859fe9e7-c005-4db1-aef8-566e45f393bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.018753 10.0.0.27 - - [2025-11-27 04:01:12] "POST /fqname-to-id HTTP/1.1" 403 354 0.016662 10.0.0.27 - - [2025-11-27 04:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005490 10.0.0.27 - - [2025-11-27 04:01:12] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005651 10.0.0.27 - - [2025-11-27 04:01:12] "GET /virtual-networks?parent_id=9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021353 10.0.0.27 - - [2025-11-27 04:01:12] "GET /virtual-network/859fe9e7-c005-4db1-aef8-566e45f393bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.023682 10.0.0.27 - - [2025-11-27 04:01:13] "POST /fqname-to-id HTTP/1.1" 403 354 0.014221 10.0.0.27 - - [2025-11-27 04:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004494 10.0.0.27 - - [2025-11-27 04:01:13] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003985 10.0.0.27 - - [2025-11-27 04:01:13] "GET /virtual-networks?parent_id=9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021047 10.0.0.27 - - [2025-11-27 04:01:13] "GET /virtual-network/859fe9e7-c005-4db1-aef8-566e45f393bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.023401 10.0.0.27 - - [2025-11-27 04:01:13] "POST /fqname-to-id HTTP/1.1" 403 354 0.013820 10.0.0.27 - - [2025-11-27 04:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.27 - - [2025-11-27 04:01:13] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003483 10.0.0.27 - - [2025-11-27 04:01:13] "GET /virtual-networks?parent_id=9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.020004 10.0.0.27 - - [2025-11-27 04:01:13] "GET /virtual-network/859fe9e7-c005-4db1-aef8-566e45f393bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.018474 10.0.0.27 - - [2025-11-27 04:01:15] "POST /neutron/port HTTP/1.1" 200 1088 0.015734 10.0.0.27 - - [2025-11-27 04:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.039158 10.0.0.27 - - [2025-11-27 04:01:16] "GET /virtual-network/859fe9e7-c005-4db1-aef8-566e45f393bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.022186 10.0.0.27 - - [2025-11-27 04:01:18] "POST /fqname-to-id HTTP/1.1" 403 354 0.019502 10.0.0.27 - - [2025-11-27 04:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.27 - - [2025-11-27 04:01:18] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002975 10.0.0.27 - - [2025-11-27 04:01:18] "GET /virtual-networks?parent_id=9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.020151 10.0.0.27 - - [2025-11-27 04:01:18] "GET /virtual-network/859fe9e7-c005-4db1-aef8-566e45f393bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.018331 10.0.0.27 - - [2025-11-27 04:01:18] "POST /fqname-to-id HTTP/1.1" 403 354 0.014755 10.0.0.27 - - [2025-11-27 04:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.27 - - [2025-11-27 04:01:18] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002799 10.0.0.27 - - [2025-11-27 04:01:18] "GET /virtual-networks?parent_id=9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.019120 10.0.0.27 - - [2025-11-27 04:01:18] "GET /virtual-network/859fe9e7-c005-4db1-aef8-566e45f393bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.018613 10.0.0.27 - - [2025-11-27 04:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.020288 10.0.0.27 - - [2025-11-27 04:01:18] "GET /routing-instance/1bd64da1-ab28-4c73-9653-4bc6bc26bced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.017731 10.0.0.27 - - [2025-11-27 04:01:19] "POST /fqname-to-id HTTP/1.1" 403 354 0.014405 10.0.0.27 - - [2025-11-27 04:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.27 - - [2025-11-27 04:01:19] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003300 10.0.0.27 - - [2025-11-27 04:01:19] "GET /virtual-networks?parent_id=9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.018688 10.0.0.27 - - [2025-11-27 04:01:19] "GET /virtual-network/859fe9e7-c005-4db1-aef8-566e45f393bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.019993 10.0.0.27 - - [2025-11-27 04:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.013984 10.0.0.27 - - [2025-11-27 04:01:19] "GET /routing-instance/1bd64da1-ab28-4c73-9653-4bc6bc26bced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.016462 10.0.0.23 - - [2025-11-27 04:01:19] "GET /virtual-machine/13155a84-9dc2-41ed-b8a9-1bd3d145e449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.015974 10.0.0.27 - - [2025-11-27 04:01:19] "GET /obj-perms HTTP/1.1" 403 257 0.010968 10.0.0.27 - - [2025-11-27 04:01:19] "GET /obj-perms HTTP/1.1" 403 257 0.011843 10.0.0.27 - - [2025-11-27 04:01:19] "GET /obj-perms HTTP/1.1" 403 257 0.010740 10.0.0.27 - - [2025-11-27 04:01:19] "GET /obj-perms HTTP/1.1" 403 257 0.010743 10.0.0.23 - - [2025-11-27 04:01:19] "GET /obj-perms HTTP/1.1" 403 257 0.010941 10.0.0.27 - - [2025-11-27 04:01:19] "GET /obj-perms HTTP/1.1" 403 257 0.011011 10.0.0.27 - - [2025-11-27 04:01:20] "GET /obj-perms HTTP/1.1" 403 257 0.040228 10.0.0.27 - - [2025-11-27 04:01:20] "GET /obj-perms HTTP/1.1" 403 257 0.011430 10.0.0.27 - - [2025-11-27 04:01:20] "GET /obj-perms HTTP/1.1" 200 5030 0.003502 10.0.0.23 - - [2025-11-27 04:01:20] "GET /obj-perms HTTP/1.1" 200 5030 0.003943 10.0.0.33 - - [2025-11-27 04:01:20] "GET /obj-perms HTTP/1.1" 403 257 0.013021 10.0.0.27 - - [2025-11-27 04:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.014019 10.0.0.23 - - [2025-11-27 04:01:20] "GET /projects?obj_uuids=9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001004 10.0.0.27 - - [2025-11-27 04:01:20] "GET /project/9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.070812 10.0.0.27 - - [2025-11-27 04:01:21] "GET /virtual-network/e7fccb17-0b1f-49b6-bfcc-ec6832836f26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.020157 10.0.0.27 - - [2025-11-27 04:01:21] "GET /floating-ip-pools?parent_id=e7fccb17-0b1f-49b6-bfcc-ec6832836f26&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.016118 10.0.0.27 - - [2025-11-27 04:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.018814 10.0.0.27 - - [2025-11-27 04:01:21] "GET /floating-ip-pool/560daae5-d2b1-46ea-b285-1f08e262eb62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1181 0.015003 10.0.0.23 - - [2025-11-27 04:01:21] "GET /projects?obj_uuids=9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001124 10.0.0.27 - - [2025-11-27 04:01:21] "GET /project/9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.059852 10.0.0.27 - - [2025-11-27 04:01:21] "POST /floating-ips HTTP/1.1" 200 616 0.084707 10.0.0.27 - - [2025-11-27 04:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.017175 10.0.0.27 - - [2025-11-27 04:01:21] "GET /floating-ip/8215f33c-55ce-4714-b011-4e67032ba0e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.017902 10.0.0.27 - - [2025-11-27 04:01:21] "GET /floating-ip/8215f33c-55ce-4714-b011-4e67032ba0e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.017862 10.0.0.27 - - [2025-11-27 04:01:21] "GET /virtual-machine/13155a84-9dc2-41ed-b8a9-1bd3d145e449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.015067 10.0.0.27 - - [2025-11-27 04:01:21] "GET /virtual-machine/13155a84-9dc2-41ed-b8a9-1bd3d145e449?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1203 0.021862 10.0.0.27 - - [2025-11-27 04:01:21] "GET /virtual-machine-interface/093ced0a-3b22-431d-a39a-7d4b0e0259a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.024395 10.0.0.27 - - [2025-11-27 04:01:21] "POST /ref-update HTTP/1.1" 200 156 0.022773 10.0.0.27 - - [2025-11-27 04:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.014091 10.0.0.27 - - [2025-11-27 04:01:22] "GET /routing-instance/47419c1c-8839-457e-b79b-e9e76eb217d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.019581 10.0.0.27 - - [2025-11-27 04:01:22] "GET /obj-perms HTTP/1.1" 403 257 0.041775 10.0.0.27 - - [2025-11-27 04:01:22] "GET /obj-perms HTTP/1.1" 403 257 0.014127 10.0.0.27 - - [2025-11-27 04:01:22] "POST /neutron/security_group HTTP/1.1" 200 542 0.042805 10.0.0.27 - - [2025-11-27 04:01:22] "POST /neutron/port HTTP/1.1" 200 1114 0.072094 10.0.0.27 - - [2025-11-27 04:01:22] "GET /virtual-machine/13155a84-9dc2-41ed-b8a9-1bd3d145e449 HTTP/1.1" 200 1292 0.019310 10.0.0.27 - - [2025-11-27 04:01:22] "GET /virtual-machine-interface/093ced0a-3b22-431d-a39a-7d4b0e0259a2 HTTP/1.1" 200 3584 0.021836 10.0.0.27 - - [2025-11-27 04:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.012312 10.0.0.27 - - [2025-11-27 04:01:22] "GET /security-group/8652388a-bd7b-4e29-9ecc-f00a9dd86d13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.013535 10.0.0.27 - - [2025-11-27 04:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.014539 10.0.0.27 - - [2025-11-27 04:01:23] "GET /security-group/8652388a-bd7b-4e29-9ecc-f00a9dd86d13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.015229 10.0.0.27 - - [2025-11-27 04:01:23] "DELETE /floating-ip/8215f33c-55ce-4714-b011-4e67032ba0e6 HTTP/1.1" 200 115 0.082272 10.0.0.27 - - [2025-11-27 04:01:23] "GET /virtual-machine/13155a84-9dc2-41ed-b8a9-1bd3d145e449 HTTP/1.1" 200 1292 0.019627 10.0.0.27 - - [2025-11-27 04:01:23] "POST /neutron/port HTTP/1.1" 200 1129 0.016808 10.0.0.27 - - [2025-11-27 04:01:25] "GET /virtual-machine/13155a84-9dc2-41ed-b8a9-1bd3d145e449 HTTP/1.1" 404 171 0.018199 10.0.0.27 - - [2025-11-27 04:01:25] "GET /virtual-machine/13155a84-9dc2-41ed-b8a9-1bd3d145e449 HTTP/1.1" 404 171 0.013000 10.0.0.27 - - [2025-11-27 04:01:25] "GET /virtual-machine/13155a84-9dc2-41ed-b8a9-1bd3d145e449 HTTP/1.1" 404 171 0.013025 10.0.0.27 - - [2025-11-27 04:01:25] "POST /fqname-to-id HTTP/1.1" 403 354 0.017716 10.0.0.27 - - [2025-11-27 04:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002689 10.0.0.27 - - [2025-11-27 04:01:25] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003408 10.0.0.27 - - [2025-11-27 04:01:25] "GET /virtual-networks?parent_id=9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021314 10.0.0.27 - - [2025-11-27 04:01:25] "GET /virtual-network/859fe9e7-c005-4db1-aef8-566e45f393bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.019780 10.0.0.27 - - [2025-11-27 04:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.014039 10.0.0.27 - - [2025-11-27 04:01:25] "GET /routing-instance/1bd64da1-ab28-4c73-9653-4bc6bc26bced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.020213 10.0.0.27 - - [2025-11-27 04:01:25] "GET /obj-perms HTTP/1.1" 403 257 0.012274 10.0.0.27 - - [2025-11-27 04:01:26] "GET /obj-perms HTTP/1.1" 200 5030 0.003838 10.0.0.23 - - [2025-11-27 04:01:26] "GET /obj-perms HTTP/1.1" 200 5030 0.003350 10.0.0.27 - - [2025-11-27 04:01:35] "GET /obj-perms HTTP/1.1" 200 5030 0.003731 10.0.0.23 - - [2025-11-27 04:01:35] "GET /obj-perms HTTP/1.1" 200 5030 0.003944 10.0.0.27 - - [2025-11-27 04:01:41] "GET /obj-perms HTTP/1.1" 200 5030 0.003871 10.0.0.23 - - [2025-11-27 04:01:41] "GET /obj-perms HTTP/1.1" 200 5030 0.003510 10.0.0.27 - - [2025-11-27 04:01:41] "POST /neutron/security_group HTTP/1.1" 200 568 0.015706 10.0.0.27 - - [2025-11-27 04:01:41] "DELETE /access-control-list/c5f442b7-0012-476d-8060-ca27e188b9bb HTTP/1.1" 200 115 0.042520 10.0.0.27 - - [2025-11-27 04:01:41] "POST /fqname-to-id HTTP/1.1" 404 232 0.029553 10.0.0.23 - - [2025-11-27 04:01:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002633 10.0.0.23 - - [2025-11-27 04:01:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002507 10.0.0.27 - - [2025-11-27 04:01:42] "POST /neutron/network HTTP/1.1" 200 151 0.155330 10.0.0.27 - - [2025-11-27 04:01:42] "DELETE /route-target/962f4567-4c92-4df3-aed3-0383c503df1d HTTP/1.1" 200 115 0.021493 10.0.0.27 - - [2025-11-27 04:01:42] "DELETE /api-access-list/acb9856c-cfa9-463c-9e53-1e6bdf0a7601 HTTP/1.1" 200 115 0.035001 10.0.0.27 - - [2025-11-27 04:01:44] "GET /api-access-list/dda261ae-5a1e-4b50-9692-26afc0e1991b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.003607 10.0.0.27 - - [2025-11-27 04:01:44] "PUT /api-access-list/dda261ae-5a1e-4b50-9692-26afc0e1991b HTTP/1.1" 200 264 0.011055 10.0.0.23 - - [2025-11-27 04:01:44] "GET /projects?obj_uuids=9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001384 10.0.0.27 - - [2025-11-27 04:01:45] "GET /project/9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.037147 10.0.0.23 - - [2025-11-27 04:01:45] "GET /projects?obj_uuids=9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000837 10.0.0.27 - - [2025-11-27 04:01:45] "GET /project/9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa?fields=virtual_networks HTTP/1.1" 200 1033 0.074732 10.0.0.23 - - [2025-11-27 04:01:45] "GET /projects?obj_uuids=9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000936 10.0.0.27 - - [2025-11-27 04:01:45] "GET /project/9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.033604 10.0.0.23 - - [2025-11-27 04:01:45] "GET /projects?obj_uuids=9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001224 10.0.0.27 - - [2025-11-27 04:01:45] "GET /project/9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa?fields=security_groups HTTP/1.1" 200 1259 0.034772 10.0.0.23 - - [2025-11-27 04:01:45] "GET /projects?obj_uuids=2cb45a1e-c495-4d45-8a74-dee6721f0cec&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000955 10.0.0.27 - - [2025-11-27 04:01:45] "GET /project/2cb45a1e-c495-4d45-8a74-dee6721f0cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.037825 10.0.0.33 - - [2025-11-27 04:01:47] "GET /obj-perms HTTP/1.1" 200 5056 0.052958 [Introspect:8084]10.0.0.27 - - [2025-11-27 04:01:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001007 [Introspect:8084]10.0.0.27 - - [2025-11-27 04:01:58] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001140 [Introspect:8084]10.0.0.27 - - [2025-11-27 04:02:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001017 [Introspect:8084]10.0.0.27 - - [2025-11-27 04:02:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000968 10.0.0.23 - - [2025-11-27 04:02:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.23 - - [2025-11-27 04:02:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.23 - - [2025-11-27 04:02:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.23 - - [2025-11-27 04:02:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.33 - - [2025-11-27 04:02:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.33 - - [2025-11-27 04:02:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.27 - - [2025-11-27 04:02:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000927 10.0.0.27 - - [2025-11-27 04:02:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.33 - - [2025-11-27 04:02:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.33 - - [2025-11-27 04:02:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.27 - - [2025-11-27 04:02:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.27 - - [2025-11-27 04:02:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 [Introspect:8084]10.0.0.27 - - [2025-11-27 04:02:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001248 10.0.0.27 - - [2025-11-27 04:02:32] "POST /fqname-to-id HTTP/1.1" 404 189 0.032092 10.0.0.23 - - [2025-11-27 04:02:32] "GET /projects?obj_uuids=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003063 10.0.0.23 - - [2025-11-27 04:02:32] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000868 10.0.0.23 - - [2025-11-27 04:02:32] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006969 10.0.0.23 - - [2025-11-27 04:02:32] "POST /id-to-fqname HTTP/1.1" 200 191 0.002728 10.0.0.23 - - [2025-11-27 04:02:32] "POST /fqname-to-id HTTP/1.1" 404 200 0.007893 10.0.0.23 - - [2025-11-27 04:02:32] "POST /security-groups HTTP/1.1" 200 592 0.027729 10.0.0.23 - - [2025-11-27 04:02:32] "POST /projects HTTP/1.1" 200 587 0.230981 10.0.0.27 - - [2025-11-27 04:02:32] "POST /fqname-to-id HTTP/1.1" 404 235 0.063898 10.0.0.23 - - [2025-11-27 04:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.301204 10.0.0.27 - - [2025-11-27 04:02:32] "GET /project/3eb4148a-b01e-45de-9e6e-788b3ca4f3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.457345 10.0.0.27 - - [2025-11-27 04:02:33] "POST /access-control-lists HTTP/1.1" 200 595 0.030329 10.0.0.27 - - [2025-11-27 04:02:34] "GET / HTTP/1.1" 200 35931 0.001828 10.0.0.27 - - [2025-11-27 04:02:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000433 10.0.0.27 - - [2025-11-27 04:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.072518 10.0.0.23 - - [2025-11-27 04:02:36] "GET /projects?obj_uuids=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.026750 10.0.0.27 - - [2025-11-27 04:02:36] "GET /project/3eb4148a-b01e-45de-9e6e-788b3ca4f3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.057805 10.0.0.27 - - [2025-11-27 04:02:36] "POST /neutron/network HTTP/1.1" 200 117 0.040212 10.0.0.27 - - [2025-11-27 04:02:37] "POST /neutron/network HTTP/1.1" 200 825 0.010364 10.0.0.27 - - [2025-11-27 04:02:37] "POST /id-to-fqname HTTP/1.1" 200 222 0.001209 10.0.0.27 - - [2025-11-27 04:02:37] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005497 10.0.0.27 - - [2025-11-27 04:02:37] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005481 10.0.0.27 - - [2025-11-27 04:02:37] "POST /neutron/subnet HTTP/1.1" 200 716 0.008778 10.0.0.27 - - [2025-11-27 04:02:37] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007006 10.0.0.27 - - [2025-11-27 04:02:38] "GET /obj-perms HTTP/1.1" 200 5032 0.050614 10.0.0.27 - - [2025-11-27 04:02:39] "POST /id-to-fqname HTTP/1.1" 200 222 0.001234 10.0.0.23 - - [2025-11-27 04:02:39] "GET /projects?obj_uuids=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001040 10.0.0.27 - - [2025-11-27 04:02:40] "GET /project/3eb4148a-b01e-45de-9e6e-788b3ca4f3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.064662 10.0.0.27 - - [2025-11-27 04:02:40] "POST /neutron/port HTTP/1.1" 200 117 0.006188 10.0.0.27 - - [2025-11-27 04:02:40] "POST /id-to-fqname HTTP/1.1" 200 222 0.001583 10.0.0.27 - - [2025-11-27 04:02:40] "POST /neutron/network HTTP/1.1" 200 835 0.007414 10.0.0.27 - - [2025-11-27 04:02:40] "POST /neutron/port HTTP/1.1" 200 1059 0.013239 10.0.0.27 - - [2025-11-27 04:02:41] "POST /neutron/port HTTP/1.1" 200 1087 0.015647 10.0.0.27 - - [2025-11-27 04:02:41] "POST /neutron/port HTTP/1.1" 200 117 0.001163 10.0.0.23 - - [2025-11-27 04:02:41] "GET /projects?obj_uuids=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001360 10.0.0.27 - - [2025-11-27 04:02:41] "GET /project/3eb4148a-b01e-45de-9e6e-788b3ca4f3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.102817 10.0.0.27 - - [2025-11-27 04:02:41] "POST /neutron/port HTTP/1.1" 200 1087 0.018221 10.0.0.27 - - [2025-11-27 04:02:41] "POST /neutron/port HTTP/1.1" 200 1087 0.014749 10.0.0.23 - - [2025-11-27 04:02:41] "GET /projects?obj_uuids=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001017 10.0.0.27 - - [2025-11-27 04:02:42] "POST /neutron/port HTTP/1.1" 200 1059 0.261553 10.0.0.27 - - [2025-11-27 04:02:42] "POST /neutron/port HTTP/1.1" 200 1113 0.104522 10.0.0.27 - - [2025-11-27 04:02:42] "POST /neutron/subnet HTTP/1.1" 200 690 0.009033 10.0.0.23 - - [2025-11-27 04:02:44] "GET /projects?obj_uuids=9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000847 10.0.0.23 - - [2025-11-27 04:02:44] "GET /project/9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.050761 10.0.0.23 - - [2025-11-27 04:02:44] "DELETE /project/3eb4148ab01e45de9e6e788b3ca4f3fc HTTP/1.1" 404 173 0.105931 10.0.0.23 - - [2025-11-27 04:02:44] "GET /projects?obj_uuids=9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001199 10.0.0.23 - - [2025-11-27 04:02:44] "GET /project/9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa?fields=security_groups HTTP/1.1" 200 1103 0.034106 10.0.0.23 - - [2025-11-27 04:02:44] "GET /projects?obj_uuids=9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000788 10.0.0.27 - - [2025-11-27 04:02:44] "DELETE /access-control-list/190e40ab-1c29-4655-a677-cef4b25c0939 HTTP/1.1" 200 115 0.062914 10.0.0.23 - - [2025-11-27 04:02:44] "GET /project/9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa?fields=application_policy_sets HTTP/1.1" 200 1403 0.068889 10.0.0.23 - - [2025-11-27 04:02:44] "DELETE /project/9d61a9c6-aef2-4c4e-b16b-93d8ba5c8faa HTTP/1.1" 200 115 0.423270 10.0.0.27 - - [2025-11-27 04:02:46] "POST /neutron/port HTTP/1.1" 200 1087 0.015789 10.0.0.27 - - [2025-11-27 04:02:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007476 10.0.0.27 - - [2025-11-27 04:02:46] "GET /virtual-machine/922efea6-9301-491e-b6bf-bfc66fa7467e HTTP/1.1" 401 292 0.000390 10.0.0.27 - - [2025-11-27 04:02:47] "GET /virtual-machine/922efea6-9301-491e-b6bf-bfc66fa7467e HTTP/1.1" 200 1294 0.030561 10.0.0.27 - - [2025-11-27 04:02:47] "GET /virtual-machine-interface/6ec51f54-6b6a-4db0-bd52-92c0e0fcb4b0 HTTP/1.1" 200 2949 0.005612 10.0.0.27 - - [2025-11-27 04:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.27 - - [2025-11-27 04:02:47] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005429 10.0.0.27 - - [2025-11-27 04:02:47] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003590 10.0.0.27 - - [2025-11-27 04:02:47] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006754 10.0.0.27 - - [2025-11-27 04:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.27 - - [2025-11-27 04:02:50] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005244 10.0.0.27 - - [2025-11-27 04:02:50] "POST /neutron/port HTTP/1.1" 200 1087 0.014503 10.0.0.27 - - [2025-11-27 04:02:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003495 10.0.0.27 - - [2025-11-27 04:02:50] "POST /neutron/network HTTP/1.1" 200 825 0.006736 10.0.0.27 - - [2025-11-27 04:02:51] "POST /neutron/network HTTP/1.1" 200 835 0.007783 10.0.0.27 - - [2025-11-27 04:02:51] "POST /neutron/port HTTP/1.1" 200 117 0.001128 10.0.0.27 - - [2025-11-27 04:02:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.27 - - [2025-11-27 04:02:54] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006123 10.0.0.27 - - [2025-11-27 04:02:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.27 - - [2025-11-27 04:02:58] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005062 10.0.0.27 - - [2025-11-27 04:03:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.27 - - [2025-11-27 04:03:02] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005377 10.0.0.27 - - [2025-11-27 04:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005180 10.0.0.27 - - [2025-11-27 04:03:06] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006358 10.0.0.27 - - [2025-11-27 04:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.27 - - [2025-11-27 04:03:10] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005757 10.0.0.27 - - [2025-11-27 04:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.27 - - [2025-11-27 04:03:15] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005260 10.0.0.27 - - [2025-11-27 04:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004501 10.0.0.27 - - [2025-11-27 04:03:19] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005777 10.0.0.27 - - [2025-11-27 04:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.27 - - [2025-11-27 04:03:21] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003809 10.0.0.27 - - [2025-11-27 04:03:21] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002673 10.0.0.27 - - [2025-11-27 04:03:21] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005862 10.0.0.27 - - [2025-11-27 04:03:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006503 10.0.0.27 - - [2025-11-27 04:03:30] "POST /neutron/port HTTP/1.1" 200 1087 0.014769 10.0.0.27 - - [2025-11-27 04:03:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006824 10.0.0.27 - - [2025-11-27 04:03:36] "POST /neutron/port HTTP/1.1" 200 1087 0.015694 10.0.0.27 - - [2025-11-27 04:03:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006526 10.0.0.27 - - [2025-11-27 04:03:42] "POST /neutron/port HTTP/1.1" 200 1087 0.013822 10.0.0.27 - - [2025-11-27 04:03:42] "GET /virtual-machine/835e7c9a-9291-484e-95ba-cfcbd8699398 HTTP/1.1" 200 1293 0.005481 10.0.0.27 - - [2025-11-27 04:03:42] "GET /virtual-machine-interface/0afd9f60-c4d7-4ed0-affc-9877b9fcc0d8 HTTP/1.1" 200 2948 0.005191 10.0.0.27 - - [2025-11-27 04:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.27 - - [2025-11-27 04:03:42] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003612 10.0.0.27 - - [2025-11-27 04:03:42] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003382 10.0.0.27 - - [2025-11-27 04:03:42] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005668 10.0.0.27 - - [2025-11-27 04:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.27 - - [2025-11-27 04:03:43] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003709 10.0.0.27 - - [2025-11-27 04:03:43] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002705 10.0.0.27 - - [2025-11-27 04:03:43] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005608 10.0.0.23 - - [2025-11-27 04:03:48] "GET /obj-perms HTTP/1.1" 200 5056 0.055168 10.0.0.27 - - [2025-11-27 04:03:51] "POST /neutron/port HTTP/1.1" 200 1087 0.041528 10.0.0.27 - - [2025-11-27 04:03:51] "POST /neutron/subnet HTTP/1.1" 200 690 0.007758 10.0.0.27 - - [2025-11-27 04:03:51] "POST /neutron/network HTTP/1.1" 200 825 0.006153 10.0.0.27 - - [2025-11-27 04:03:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.027311 10.0.0.27 - - [2025-11-27 04:03:52] "POST /neutron/network HTTP/1.1" 200 825 0.006842 10.0.0.33 - - [2025-11-27 04:04:49] "GET /obj-perms HTTP/1.1" 200 5056 0.051774 10.0.0.27 - - [2025-11-27 04:04:51] "POST /neutron/network HTTP/1.1" 200 835 0.006886 10.0.0.27 - - [2025-11-27 04:04:51] "POST /neutron/port HTTP/1.1" 200 117 0.001100 10.0.0.27 - - [2025-11-27 04:04:52] "POST /neutron/port HTTP/1.1" 200 1087 0.021712 10.0.0.27 - - [2025-11-27 04:04:52] "POST /neutron/subnet HTTP/1.1" 200 690 0.009319 10.0.0.27 - - [2025-11-27 04:05:01] "POST /neutron/port HTTP/1.1" 200 1087 0.021629 10.0.0.27 - - [2025-11-27 04:05:01] "GET /virtual-machine/922efea6-9301-491e-b6bf-bfc66fa7467e HTTP/1.1" 200 1294 0.003978 10.0.0.27 - - [2025-11-27 04:05:01] "GET /virtual-machine-interface/6ec51f54-6b6a-4db0-bd52-92c0e0fcb4b0 HTTP/1.1" 200 2949 0.005055 10.0.0.27 - - [2025-11-27 04:05:01] "GET /virtual-machine/922efea6-9301-491e-b6bf-bfc66fa7467e HTTP/1.1" 200 1294 0.003630 10.0.0.27 - - [2025-11-27 04:05:01] "GET /virtual-machine-interface/6ec51f54-6b6a-4db0-bd52-92c0e0fcb4b0 HTTP/1.1" 200 2949 0.004788 10.0.0.27 - - [2025-11-27 04:05:01] "GET /instance-ip/c4d055be-8fc4-46a7-95c3-448f833f66d6 HTTP/1.1" 200 1622 0.006740 10.0.0.27 - - [2025-11-27 04:05:01] "GET /virtual-machine/922efea6-9301-491e-b6bf-bfc66fa7467e HTTP/1.1" 200 1294 0.006425 10.0.0.27 - - [2025-11-27 04:05:01] "GET /virtual-machine-interface/6ec51f54-6b6a-4db0-bd52-92c0e0fcb4b0 HTTP/1.1" 200 2949 0.008660 10.0.0.27 - - [2025-11-27 04:05:01] "GET /instance-ip/c4d055be-8fc4-46a7-95c3-448f833f66d6 HTTP/1.1" 200 1622 0.005066 10.0.0.27 - - [2025-11-27 04:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.27 - - [2025-11-27 04:05:01] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003647 10.0.0.27 - - [2025-11-27 04:05:01] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002692 10.0.0.27 - - [2025-11-27 04:05:01] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006020 10.0.0.27 - - [2025-11-27 04:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.27 - - [2025-11-27 04:05:01] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005095 10.0.0.27 - - [2025-11-27 04:05:01] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003982 10.0.0.27 - - [2025-11-27 04:05:01] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006055 10.0.0.27 - - [2025-11-27 04:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.27 - - [2025-11-27 04:05:01] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004283 10.0.0.27 - - [2025-11-27 04:05:01] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003153 10.0.0.27 - - [2025-11-27 04:05:01] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005460 10.0.0.27 - - [2025-11-27 04:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.27 - - [2025-11-27 04:05:01] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004305 10.0.0.27 - - [2025-11-27 04:05:01] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002761 10.0.0.27 - - [2025-11-27 04:05:01] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005981 10.0.0.27 - - [2025-11-27 04:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.27 - - [2025-11-27 04:05:01] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003938 10.0.0.27 - - [2025-11-27 04:05:01] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003236 10.0.0.27 - - [2025-11-27 04:05:01] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005454 10.0.0.27 - - [2025-11-27 04:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.27 - - [2025-11-27 04:05:02] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007161 10.0.0.27 - - [2025-11-27 04:05:02] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002628 10.0.0.27 - - [2025-11-27 04:05:02] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005378 10.0.0.27 - - [2025-11-27 04:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.27 - - [2025-11-27 04:05:02] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003998 10.0.0.27 - - [2025-11-27 04:05:02] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002736 10.0.0.27 - - [2025-11-27 04:05:02] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006120 10.0.0.27 - - [2025-11-27 04:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004331 10.0.0.27 - - [2025-11-27 04:05:02] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003528 10.0.0.27 - - [2025-11-27 04:05:02] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003705 10.0.0.27 - - [2025-11-27 04:05:02] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005981 10.0.0.27 - - [2025-11-27 04:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.27 - - [2025-11-27 04:05:02] "GET /routing-instance/e2a8285e-e762-4b6a-8ee3-86bd89a795c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.006757 10.0.0.27 - - [2025-11-27 04:05:02] "GET /route-target/1ddbcc88-eeec-46da-a7d5-2f9649a171cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004187 10.0.0.27 - - [2025-11-27 04:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.27 - - [2025-11-27 04:05:02] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003994 10.0.0.27 - - [2025-11-27 04:05:02] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002847 10.0.0.27 - - [2025-11-27 04:05:02] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.017311 10.0.0.27 - - [2025-11-27 04:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.27 - - [2025-11-27 04:05:02] "GET /routing-instance/e2a8285e-e762-4b6a-8ee3-86bd89a795c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004351 10.0.0.27 - - [2025-11-27 04:05:02] "GET /route-target/1ddbcc88-eeec-46da-a7d5-2f9649a171cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005026 10.0.0.27 - - [2025-11-27 04:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.27 - - [2025-11-27 04:05:03] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004424 10.0.0.27 - - [2025-11-27 04:05:03] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003796 10.0.0.27 - - [2025-11-27 04:05:03] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007924 10.0.0.27 - - [2025-11-27 04:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.27 - - [2025-11-27 04:05:03] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006090 10.0.0.27 - - [2025-11-27 04:05:03] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003682 10.0.0.27 - - [2025-11-27 04:05:03] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006027 10.0.0.27 - - [2025-11-27 04:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.27 - - [2025-11-27 04:05:03] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004303 10.0.0.27 - - [2025-11-27 04:05:03] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003576 10.0.0.27 - - [2025-11-27 04:05:03] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006906 10.0.0.27 - - [2025-11-27 04:05:03] "GET /obj-perms HTTP/1.1" 200 5032 0.003520 10.0.0.27 - - [2025-11-27 04:05:03] "GET /obj-perms HTTP/1.1" 200 5032 0.003723 10.0.0.23 - - [2025-11-27 04:05:03] "GET /obj-perms HTTP/1.1" 200 5032 0.056216 10.0.0.27 - - [2025-11-27 04:05:03] "GET /obj-perms HTTP/1.1" 200 5032 0.003614 10.0.0.23 - - [2025-11-27 04:05:03] "GET /obj-perms HTTP/1.1" 200 5032 0.003158 10.0.0.27 - - [2025-11-27 04:05:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007228 10.0.0.27 - - [2025-11-27 04:05:04] "GET /virtual-machine/835e7c9a-9291-484e-95ba-cfcbd8699398 HTTP/1.1" 200 1293 0.003510 10.0.0.27 - - [2025-11-27 04:05:04] "GET /virtual-machine-interface/0afd9f60-c4d7-4ed0-affc-9877b9fcc0d8 HTTP/1.1" 200 2948 0.005424 10.0.0.27 - - [2025-11-27 04:05:04] "GET /virtual-machine/835e7c9a-9291-484e-95ba-cfcbd8699398 HTTP/1.1" 200 1293 0.003386 10.0.0.27 - - [2025-11-27 04:05:04] "GET /virtual-machine-interface/0afd9f60-c4d7-4ed0-affc-9877b9fcc0d8 HTTP/1.1" 200 2948 0.004434 10.0.0.27 - - [2025-11-27 04:05:04] "GET /instance-ip/56ff1627-1121-437a-8afc-0ccfee15f73a HTTP/1.1" 200 1621 0.006474 10.0.0.27 - - [2025-11-27 04:05:04] "GET /virtual-machine/835e7c9a-9291-484e-95ba-cfcbd8699398 HTTP/1.1" 200 1293 0.003002 10.0.0.27 - - [2025-11-27 04:05:04] "GET /virtual-machine-interface/0afd9f60-c4d7-4ed0-affc-9877b9fcc0d8 HTTP/1.1" 200 2948 0.005611 10.0.0.27 - - [2025-11-27 04:05:04] "GET /instance-ip/56ff1627-1121-437a-8afc-0ccfee15f73a HTTP/1.1" 200 1621 0.004705 10.0.0.27 - - [2025-11-27 04:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.27 - - [2025-11-27 04:05:04] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003586 10.0.0.27 - - [2025-11-27 04:05:04] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002547 10.0.0.27 - - [2025-11-27 04:05:04] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005040 10.0.0.27 - - [2025-11-27 04:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.27 - - [2025-11-27 04:05:04] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003821 10.0.0.27 - - [2025-11-27 04:05:04] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002513 10.0.0.27 - - [2025-11-27 04:05:04] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005929 10.0.0.27 - - [2025-11-27 04:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.27 - - [2025-11-27 04:05:04] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003769 10.0.0.27 - - [2025-11-27 04:05:04] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003095 10.0.0.27 - - [2025-11-27 04:05:04] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005486 10.0.0.27 - - [2025-11-27 04:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.27 - - [2025-11-27 04:05:04] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004384 10.0.0.27 - - [2025-11-27 04:05:04] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003323 10.0.0.27 - - [2025-11-27 04:05:04] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005571 10.0.0.27 - - [2025-11-27 04:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.27 - - [2025-11-27 04:05:04] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004025 10.0.0.27 - - [2025-11-27 04:05:04] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002675 10.0.0.27 - - [2025-11-27 04:05:04] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005492 10.0.0.27 - - [2025-11-27 04:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.27 - - [2025-11-27 04:05:04] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003521 10.0.0.27 - - [2025-11-27 04:05:04] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003859 10.0.0.27 - - [2025-11-27 04:05:04] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005782 10.0.0.27 - - [2025-11-27 04:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.27 - - [2025-11-27 04:05:04] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004081 10.0.0.27 - - [2025-11-27 04:05:04] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002985 10.0.0.27 - - [2025-11-27 04:05:04] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005302 10.0.0.27 - - [2025-11-27 04:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.27 - - [2025-11-27 04:05:05] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008833 10.0.0.27 - - [2025-11-27 04:05:05] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002991 10.0.0.27 - - [2025-11-27 04:05:05] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006305 10.0.0.27 - - [2025-11-27 04:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.27 - - [2025-11-27 04:05:05] "GET /routing-instance/e2a8285e-e762-4b6a-8ee3-86bd89a795c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004149 10.0.0.27 - - [2025-11-27 04:05:05] "GET /route-target/1ddbcc88-eeec-46da-a7d5-2f9649a171cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004359 10.0.0.27 - - [2025-11-27 04:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.27 - - [2025-11-27 04:05:05] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003115 10.0.0.27 - - [2025-11-27 04:05:05] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002809 10.0.0.27 - - [2025-11-27 04:05:05] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006008 10.0.0.27 - - [2025-11-27 04:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.27 - - [2025-11-27 04:05:05] "GET /routing-instance/e2a8285e-e762-4b6a-8ee3-86bd89a795c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004080 10.0.0.27 - - [2025-11-27 04:05:05] "GET /route-target/1ddbcc88-eeec-46da-a7d5-2f9649a171cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004910 10.0.0.27 - - [2025-11-27 04:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.27 - - [2025-11-27 04:05:05] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004345 10.0.0.27 - - [2025-11-27 04:05:05] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003631 10.0.0.27 - - [2025-11-27 04:05:05] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006788 10.0.0.27 - - [2025-11-27 04:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.27 - - [2025-11-27 04:05:05] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003780 10.0.0.27 - - [2025-11-27 04:05:05] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002694 10.0.0.27 - - [2025-11-27 04:05:05] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005433 10.0.0.27 - - [2025-11-27 04:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.27 - - [2025-11-27 04:05:06] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004418 10.0.0.27 - - [2025-11-27 04:05:06] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003173 10.0.0.27 - - [2025-11-27 04:05:06] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006416 10.0.0.27 - - [2025-11-27 04:05:06] "GET /obj-perms HTTP/1.1" 200 5032 0.003201 10.0.0.23 - - [2025-11-27 04:05:06] "GET /obj-perms HTTP/1.1" 200 5032 0.003652 10.0.0.27 - - [2025-11-27 04:05:06] "GET /obj-perms HTTP/1.1" 200 5032 0.003660 10.0.0.23 - - [2025-11-27 04:05:06] "GET /obj-perms HTTP/1.1" 200 5032 0.003314 10.0.0.27 - - [2025-11-27 04:05:11] "GET /virtual-machine/835e7c9a-9291-484e-95ba-cfcbd8699398 HTTP/1.1" 200 1293 0.004737 10.0.0.27 - - [2025-11-27 04:05:12] "POST /neutron/port HTTP/1.1" 200 151 0.173877 10.0.0.27 - - [2025-11-27 04:05:13] "GET /virtual-machine/835e7c9a-9291-484e-95ba-cfcbd8699398 HTTP/1.1" 404 171 0.003965 10.0.0.27 - - [2025-11-27 04:05:13] "GET /virtual-machine/835e7c9a-9291-484e-95ba-cfcbd8699398 HTTP/1.1" 404 171 0.003302 10.0.0.27 - - [2025-11-27 04:05:13] "GET /virtual-machine/835e7c9a-9291-484e-95ba-cfcbd8699398 HTTP/1.1" 404 171 0.003041 10.0.0.27 - - [2025-11-27 04:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005403 10.0.0.27 - - [2025-11-27 04:05:13] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005245 10.0.0.27 - - [2025-11-27 04:05:13] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004176 10.0.0.27 - - [2025-11-27 04:05:14] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009489 10.0.0.27 - - [2025-11-27 04:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.27 - - [2025-11-27 04:05:14] "GET /routing-instance/e2a8285e-e762-4b6a-8ee3-86bd89a795c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004175 10.0.0.27 - - [2025-11-27 04:05:14] "GET /route-target/1ddbcc88-eeec-46da-a7d5-2f9649a171cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004373 10.0.0.27 - - [2025-11-27 04:05:17] "GET /obj-perms HTTP/1.1" 200 5032 0.003931 10.0.0.23 - - [2025-11-27 04:05:20] "GET /obj-perms HTTP/1.1" 200 5032 0.004649 10.0.0.27 - - [2025-11-27 04:05:26] "GET /obj-perms HTTP/1.1" 200 5032 0.005167 10.0.0.23 - - [2025-11-27 04:05:29] "GET /obj-perms HTTP/1.1" 200 5032 0.004284 10.0.0.27 - - [2025-11-27 04:05:35] "GET /obj-perms HTTP/1.1" 200 5032 0.003464 10.0.0.23 - - [2025-11-27 04:05:38] "GET /obj-perms HTTP/1.1" 200 5032 0.003828 10.0.0.27 - - [2025-11-27 04:05:41] "GET /obj-perms HTTP/1.1" 200 5032 0.005805 10.0.0.33 - - [2025-11-27 04:05:42] "GET /obj-perms HTTP/1.1" 200 5032 0.057932 10.0.0.27 - - [2025-11-27 04:05:42] "GET /virtual-machine/922efea6-9301-491e-b6bf-bfc66fa7467e HTTP/1.1" 200 1294 0.004871 10.0.0.27 - - [2025-11-27 04:05:42] "POST /neutron/port HTTP/1.1" 200 151 0.161548 10.0.0.27 - - [2025-11-27 04:05:44] "GET /virtual-machine/922efea6-9301-491e-b6bf-bfc66fa7467e HTTP/1.1" 404 171 0.003006 10.0.0.27 - - [2025-11-27 04:05:44] "GET /virtual-machine/922efea6-9301-491e-b6bf-bfc66fa7467e HTTP/1.1" 404 171 0.002683 10.0.0.27 - - [2025-11-27 04:05:44] "GET /virtual-machine/922efea6-9301-491e-b6bf-bfc66fa7467e HTTP/1.1" 404 171 0.003112 10.0.0.27 - - [2025-11-27 04:05:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004756 10.0.0.27 - - [2025-11-27 04:05:44] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004206 10.0.0.27 - - [2025-11-27 04:05:44] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003420 10.0.0.27 - - [2025-11-27 04:05:44] "GET /virtual-network/44c16408-3e97-42e9-b130-d45e8c9dd937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005503 10.0.0.27 - - [2025-11-27 04:05:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.27 - - [2025-11-27 04:05:44] "GET /routing-instance/e2a8285e-e762-4b6a-8ee3-86bd89a795c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.003917 10.0.0.27 - - [2025-11-27 04:05:44] "GET /route-target/1ddbcc88-eeec-46da-a7d5-2f9649a171cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004941 10.0.0.23 - - [2025-11-27 04:05:44] "GET /obj-perms HTTP/1.1" 200 5032 0.004330 10.0.0.27 - - [2025-11-27 04:05:47] "GET /obj-perms HTTP/1.1" 200 5032 0.004483 10.0.0.23 - - [2025-11-27 04:05:50] "GET /obj-perms HTTP/1.1" 200 5032 0.004138 10.0.0.27 - - [2025-11-27 04:05:50] "GET /obj-perms HTTP/1.1" 200 5032 0.003727 10.0.0.27 - - [2025-11-27 04:05:51] "DELETE /route-target/1ddbcc88-eeec-46da-a7d5-2f9649a171cc HTTP/1.1" 200 115 0.018377 10.0.0.27 - - [2025-11-27 04:05:53] "POST /fqname-to-id HTTP/1.1" 404 200 0.004580 10.0.0.27 - - [2025-11-27 04:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.010384 10.0.0.23 - - [2025-11-27 04:05:53] "GET /projects?obj_uuids=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001303 10.0.0.27 - - [2025-11-27 04:05:54] "GET /project/3eb4148a-b01e-45de-9e6e-788b3ca4f3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.081313 10.0.0.27 - - [2025-11-27 04:05:54] "POST /network-policys HTTP/1.1" 200 522 0.028672 10.0.0.27 - - [2025-11-27 04:05:54] "GET /network-policy/82dbfe1a-3283-4045-985e-d4262ca5e568?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005522 10.0.0.27 - - [2025-11-27 04:05:54] "POST /fqname-to-id HTTP/1.1" 404 200 0.002687 10.0.0.27 - - [2025-11-27 04:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.007714 10.0.0.23 - - [2025-11-27 04:05:54] "GET /projects?obj_uuids=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000948 10.0.0.27 - - [2025-11-27 04:05:54] "GET /project/3eb4148a-b01e-45de-9e6e-788b3ca4f3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.039600 10.0.0.27 - - [2025-11-27 04:05:54] "POST /network-policys HTTP/1.1" 200 522 0.026592 10.0.0.27 - - [2025-11-27 04:05:54] "GET /network-policy/dc6a5a95-79b0-4e7c-870e-227feab9b5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006850 10.0.0.27 - - [2025-11-27 04:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.23 - - [2025-11-27 04:05:54] "GET /projects?obj_uuids=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000959 10.0.0.27 - - [2025-11-27 04:05:54] "GET /project/3eb4148a-b01e-45de-9e6e-788b3ca4f3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.039842 10.0.0.27 - - [2025-11-27 04:05:54] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003203 10.0.0.27 - - [2025-11-27 04:05:54] "POST /virtual-networks HTTP/1.1" 200 546 0.078315 10.0.0.27 - - [2025-11-27 04:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.27 - - [2025-11-27 04:05:54] "GET /network-ipam/478f47b9-338a-45e7-b3d7-b5f50150c976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.007096 10.0.0.23 - - [2025-11-27 04:05:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004755 10.0.0.27 - - [2025-11-27 04:05:54] "POST /ref-update HTTP/1.1" 200 156 0.065349 10.0.0.27 - - [2025-11-27 04:05:54] "POST /neutron/network HTTP/1.1" 200 809 0.006717 10.0.0.27 - - [2025-11-27 04:05:54] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.005514 10.0.0.27 - - [2025-11-27 04:05:55] "POST /neutron/subnet HTTP/1.1" 200 672 0.008309 10.0.0.27 - - [2025-11-27 04:05:55] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.005541 10.0.0.27 - - [2025-11-27 04:05:55] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.005749 10.0.0.27 - - [2025-11-27 04:05:55] "PUT /virtual-network/8567b7a5-e578-4606-81de-233e4224522f HTTP/1.1" 200 264 0.038403 10.0.0.27 - - [2025-11-27 04:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.27 - - [2025-11-27 04:05:55] "GET /network-policy/82dbfe1a-3283-4045-985e-d4262ca5e568?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.003660 10.0.0.27 - - [2025-11-27 04:05:55] "POST /ref-update HTTP/1.1" 200 156 0.040590 10.0.0.27 - - [2025-11-27 04:05:55] "POST /fqname-to-id HTTP/1.1" 404 237 0.007718 10.0.0.27 - - [2025-11-27 04:05:55] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.011675 10.0.0.27 - - [2025-11-27 04:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.27 - - [2025-11-27 04:05:55] "GET /network-policy/82dbfe1a-3283-4045-985e-d4262ca5e568?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004184 10.0.0.27 - - [2025-11-27 04:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002577 10.0.0.23 - - [2025-11-27 04:05:55] "GET /projects?obj_uuids=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000913 10.0.0.27 - - [2025-11-27 04:05:55] "GET /project/3eb4148a-b01e-45de-9e6e-788b3ca4f3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.042194 10.0.0.27 - - [2025-11-27 04:05:56] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003268 10.0.0.27 - - [2025-11-27 04:05:56] "POST /virtual-networks HTTP/1.1" 200 546 0.087856 10.0.0.27 - - [2025-11-27 04:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004864 10.0.0.27 - - [2025-11-27 04:05:56] "POST /ref-update HTTP/1.1" 200 156 0.026720 10.0.0.27 - - [2025-11-27 04:05:56] "GET /network-ipam/478f47b9-338a-45e7-b3d7-b5f50150c976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.003882 10.0.0.23 - - [2025-11-27 04:05:56] "POST /useragent-kv HTTP/1.1" 200 115 0.016436 10.0.0.27 - - [2025-11-27 04:05:56] "POST /ref-update HTTP/1.1" 200 156 0.125864 10.0.0.27 - - [2025-11-27 04:05:56] "POST /neutron/network HTTP/1.1" 200 809 0.007640 10.0.0.27 - - [2025-11-27 04:05:56] "GET /virtual-network/1e882a7a-62a0-48a0-bb31-ce70a14844eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005168 10.0.0.27 - - [2025-11-27 04:05:56] "GET /virtual-network/1e882a7a-62a0-48a0-bb31-ce70a14844eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005224 10.0.0.27 - - [2025-11-27 04:05:56] "GET /obj-perms HTTP/1.1" 200 5032 0.003473 10.0.0.33 - - [2025-11-27 04:05:56] "GET /obj-perms HTTP/1.1" 200 5032 0.003379 10.0.0.23 - - [2025-11-27 04:05:56] "GET /obj-perms HTTP/1.1" 200 5032 0.004155 10.0.0.27 - - [2025-11-27 04:05:57] "GET /virtual-network/1e882a7a-62a0-48a0-bb31-ce70a14844eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005779 10.0.0.27 - - [2025-11-27 04:05:57] "PUT /virtual-network/1e882a7a-62a0-48a0-bb31-ce70a14844eb HTTP/1.1" 200 264 0.055616 10.0.0.27 - - [2025-11-27 04:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.27 - - [2025-11-27 04:05:57] "GET /network-policy/dc6a5a95-79b0-4e7c-870e-227feab9b5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004041 10.0.0.27 - - [2025-11-27 04:05:57] "POST /ref-update HTTP/1.1" 200 156 0.061377 10.0.0.27 - - [2025-11-27 04:05:57] "POST /neutron/network HTTP/1.1" 200 886 0.006131 10.0.0.27 - - [2025-11-27 04:05:57] "GET /virtual-network/1e882a7a-62a0-48a0-bb31-ce70a14844eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.004999 10.0.0.27 - - [2025-11-27 04:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002600 10.0.0.27 - - [2025-11-27 04:05:57] "GET /network-policy/dc6a5a95-79b0-4e7c-870e-227feab9b5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004008 10.0.0.27 - - [2025-11-27 04:05:57] "POST /id-to-fqname HTTP/1.1" 200 222 0.001054 10.0.0.27 - - [2025-11-27 04:05:57] "POST /ref-update HTTP/1.1" 200 156 0.033723 10.0.0.23 - - [2025-11-27 04:05:58] "GET /projects?obj_uuids=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000980 10.0.0.27 - - [2025-11-27 04:05:58] "GET /project/3eb4148a-b01e-45de-9e6e-788b3ca4f3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.077525 10.0.0.27 - - [2025-11-27 04:05:58] "POST /neutron/port HTTP/1.1" 200 117 0.005345 10.0.0.27 - - [2025-11-27 04:05:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001297 10.0.0.27 - - [2025-11-27 04:05:58] "POST /neutron/network HTTP/1.1" 200 896 0.006674 10.0.0.27 - - [2025-11-27 04:05:59] "POST /neutron/port HTTP/1.1" 200 1061 0.025306 10.0.0.23 - - [2025-11-27 04:05:59] "GET /projects?obj_uuids=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000923 10.0.0.27 - - [2025-11-27 04:05:59] "GET /project/3eb4148a-b01e-45de-9e6e-788b3ca4f3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.130924 10.0.0.27 - - [2025-11-27 04:05:59] "POST /neutron/port HTTP/1.1" 200 1089 0.015633 10.0.0.27 - - [2025-11-27 04:05:59] "POST /neutron/subnet HTTP/1.1" 200 646 0.014670 10.0.0.27 - - [2025-11-27 04:06:00] "POST /neutron/port HTTP/1.1" 200 1089 0.017075 10.0.0.27 - - [2025-11-27 04:06:00] "POST /neutron/port HTTP/1.1" 200 1089 0.018102 10.0.0.23 - - [2025-11-27 04:06:00] "GET /projects?obj_uuids=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001034 10.0.0.27 - - [2025-11-27 04:06:00] "POST /neutron/port HTTP/1.1" 200 1061 0.313118 10.0.0.27 - - [2025-11-27 04:06:01] "POST /neutron/port HTTP/1.1" 200 1115 0.084218 10.0.0.27 - - [2025-11-27 04:06:01] "POST /neutron/subnet HTTP/1.1" 200 646 0.008240 10.0.0.27 - - [2025-11-27 04:06:05] "POST /neutron/port HTTP/1.1" 200 1089 0.014377 10.0.0.27 - - [2025-11-27 04:06:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009567 10.0.0.27 - - [2025-11-27 04:06:05] "GET /virtual-machine/59112be1-ec5e-45b1-8dd1-98d4f63d7adb HTTP/1.1" 200 1293 0.005248 10.0.0.27 - - [2025-11-27 04:06:05] "GET /virtual-machine-interface/88718156-a78f-4967-8321-eea0777fbcfb HTTP/1.1" 200 2948 0.005814 10.0.0.27 - - [2025-11-27 04:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.27 - - [2025-11-27 04:06:05] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003259 10.0.0.27 - - [2025-11-27 04:06:05] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002428 10.0.0.27 - - [2025-11-27 04:06:05] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005118 10.0.0.27 - - [2025-11-27 04:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.27 - - [2025-11-27 04:06:08] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005829 10.0.0.27 - - [2025-11-27 04:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.27 - - [2025-11-27 04:06:12] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005602 10.0.0.27 - - [2025-11-27 04:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.27 - - [2025-11-27 04:06:16] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005522 10.0.0.27 - - [2025-11-27 04:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.27 - - [2025-11-27 04:06:20] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005260 10.0.0.27 - - [2025-11-27 04:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.27 - - [2025-11-27 04:06:25] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006066 10.0.0.27 - - [2025-11-27 04:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.27 - - [2025-11-27 04:06:29] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007271 10.0.0.27 - - [2025-11-27 04:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.27 - - [2025-11-27 04:06:33] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006244 10.0.0.27 - - [2025-11-27 04:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.27 - - [2025-11-27 04:06:37] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005180 10.0.0.27 - - [2025-11-27 04:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.27 - - [2025-11-27 04:06:39] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004008 10.0.0.27 - - [2025-11-27 04:06:39] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003726 10.0.0.27 - - [2025-11-27 04:06:39] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007420 10.0.0.27 - - [2025-11-27 04:06:39] "POST /neutron/port HTTP/1.1" 200 1089 0.014756 10.0.0.27 - - [2025-11-27 04:06:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006835 10.0.0.27 - - [2025-11-27 04:06:49] "POST /neutron/port HTTP/1.1" 200 1089 0.046112 10.0.0.27 - - [2025-11-27 04:06:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007403 10.0.0.27 - - [2025-11-27 04:06:54] "POST /neutron/network HTTP/1.1" 200 896 0.007910 10.0.0.27 - - [2025-11-27 04:06:54] "POST /neutron/port HTTP/1.1" 200 117 0.001437 10.0.0.27 - - [2025-11-27 04:06:54] "POST /neutron/port HTTP/1.1" 200 1089 0.013228 10.0.0.27 - - [2025-11-27 04:06:54] "POST /neutron/subnet HTTP/1.1" 200 646 0.007778 10.0.0.27 - - [2025-11-27 04:06:55] "POST /neutron/port HTTP/1.1" 200 1089 0.014165 10.0.0.27 - - [2025-11-27 04:07:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010536 10.0.0.27 - - [2025-11-27 04:07:00] "POST /neutron/port HTTP/1.1" 200 1089 0.027850 10.0.0.27 - - [2025-11-27 04:07:00] "GET /virtual-machine/7c8fd000-bd87-4caf-80b9-7a63f07643cf HTTP/1.1" 200 1292 0.006341 10.0.0.27 - - [2025-11-27 04:07:00] "GET /virtual-machine-interface/4882116e-e462-47da-8a47-0c8d154c6801 HTTP/1.1" 200 2948 0.008685 10.0.0.27 - - [2025-11-27 04:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.27 - - [2025-11-27 04:07:00] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004329 10.0.0.27 - - [2025-11-27 04:07:00] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003465 10.0.0.27 - - [2025-11-27 04:07:00] "GET /virtual-network/1e882a7a-62a0-48a0-bb31-ce70a14844eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006472 10.0.0.27 - - [2025-11-27 04:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.27 - - [2025-11-27 04:07:01] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003640 10.0.0.27 - - [2025-11-27 04:07:01] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002877 10.0.0.27 - - [2025-11-27 04:07:01] "GET /virtual-network/1e882a7a-62a0-48a0-bb31-ce70a14844eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005538 10.0.0.23 - - [2025-11-27 04:07:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.23 - - [2025-11-27 04:07:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.23 - - [2025-11-27 04:07:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.23 - - [2025-11-27 04:07:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.33 - - [2025-11-27 04:07:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.33 - - [2025-11-27 04:07:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000477 10.0.0.27 - - [2025-11-27 04:07:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.27 - - [2025-11-27 04:07:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.33 - - [2025-11-27 04:07:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000556 10.0.0.33 - - [2025-11-27 04:07:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.27 - - [2025-11-27 04:07:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000518 10.0.0.27 - - [2025-11-27 04:07:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.23 - - [2025-11-27 04:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.035887 10.0.0.27 - - [2025-11-27 04:07:54] "POST /neutron/port HTTP/1.1" 200 1089 0.014045 10.0.0.27 - - [2025-11-27 04:07:54] "POST /neutron/subnet HTTP/1.1" 200 646 0.008135 10.0.0.27 - - [2025-11-27 04:07:55] "POST /neutron/port HTTP/1.1" 200 1089 0.014391 10.0.0.27 - - [2025-11-27 04:07:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004210 10.0.0.27 - - [2025-11-27 04:07:55] "POST /neutron/network HTTP/1.1" 200 886 0.007288 ++ 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 Nov 27 04:08:29 AM UTC 2025 ===================' INFO: =================== Thu Nov 27 04:08:29 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ grep 'inet ' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.27:8081 10.0.0.33:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.27:8081 10.0.0.33:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.27:8081 10.0.0.33:8081 10.0.0.23:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.27:9042 10.0.0.33:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.27:9042 10.0.0.33:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.27:9042 10.0.0.33:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.27:8086 10.0.0.33:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.27:8086 10.0.0.33:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.27:8086 10.0.0.33:8086 10.0.0.23:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.27:8082 10.0.0.33:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.27:8082 10.0.0.33:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.27:8082 10.0.0.33:8082 10.0.0.23:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.27:9161 10.0.0.33:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.27:9161 10.0.0.33:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.27:9161 10.0.0.33:9161 10.0.0.23:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.27:9041 10.0.0.33:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.27:9041 10.0.0.33:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.27:9041 10.0.0.33:9041 10.0.0.23:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.193,10.20.0.129,10.20.0.192 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.129,10.20.0.192 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.27:2181,10.0.0.33:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.27:2181,10.0.0.33:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.27:2181,10.0.0.33:2181,10.0.0.23:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.27:2181 10.0.0.33:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.27:2181 10.0.0.33:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.27:2181 10.0.0.33:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.27:5673,10.0.0.33:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.27:5673,10.0.0.33:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.27:5673,10.0.0.33:5673,10.0.0.23:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.27:6379 10.0.0.33:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.27:6379 10.0.0.33:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.27:6379 10.0.0.33:6379 10.0.0.23:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.27:9092 10.0.0.33:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.27:9092 10.0.0.33:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.27:9092 10.0.0.33:9092 10.0.0.23:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.27 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.27,10.0.0.33,10.0.0.23 ++ cut -d , -f 1 + local cassandra=10.0.0.27 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.27 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.27,10.0.0.33,10.0.0.23 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.27,10.0.0.33,10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ sort ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq +++ local local_ips=,10.0.0.23,10.20.0.192,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.23,10.20.0.192,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.23,10.20.0.192,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.23,10.20.0.192,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 3 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + [[ cql == \c\q\l ]] ++ echo 10.0.0.27:9041 10.0.0.33:9041 10.0.0.23:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.27:9041 10.0.0.33:9041 10.0.0.23:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.23:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ sed 's/^API__//g' ++ cut -d = -f 1 + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 11/27/2025 04:08:38.173 7f53cf030580 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 11/27/2025 04:08:38.306 7f53cf030580 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 11/27/2025 04:08:38.317 7f53cf030580 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 11/27/2025 04:08:38.318 7f53cf030580 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.23:8082/ Hit Ctrl-C to quit. 10.0.0.23 - - [2025-11-27 04:08:38] "GET / HTTP/1.1" 503 181 0.000195 10.0.0.23 - - [2025-11-27 04:08:38] "GET / HTTP/1.1" 503 181 0.000129 10.0.0.23 - - [2025-11-27 04:08:39] "GET / HTTP/1.1" 200 45871 0.001164 10.0.0.23 - - [2025-11-27 04:08:39] "GET / HTTP/1.1" 200 45871 0.001023 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.23 - - [2025-11-27 04:08:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000448 10.0.0.23 - - [2025-11-27 04:08:39] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000221 [Introspect:8084]10.0.0.27 - - [2025-11-27 04:08:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3219 0.001806 10.0.0.23 - - [2025-11-27 04:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.629011 10.0.0.23 - - [2025-11-27 04:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.23 - - [2025-11-27 04:08:40] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.347356 10.0.0.23 - - [2025-11-27 04:08:40] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 1220 0.003173 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.23 - - [2025-11-27 04:08:41] "GET /projects?obj_uuids=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000838 10.0.0.23 - - [2025-11-27 04:08:41] "GET /project/7ddfac08-21f0-4cec-b831-c0a9d2afd6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.037545 10.0.0.23 - - [2025-11-27 04:08:41] "GET /projects?obj_uuids=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000975 10.0.0.23 - - [2025-11-27 04:08:41] "GET /project/7ddfac08-21f0-4cec-b831-c0a9d2afd6bf?fields=security_groups HTTP/1.1" 200 1088 0.040761 10.0.0.23 - - [2025-11-27 04:08:41] "GET /projects?obj_uuids=7ddfac08-21f0-4cec-b831-c0a9d2afd6bf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000997 10.0.0.23 - - [2025-11-27 04:08:41] "GET /project/7ddfac08-21f0-4cec-b831-c0a9d2afd6bf?fields=application_policy_sets HTTP/1.1" 200 1381 0.043638 10.0.0.23 - - [2025-11-27 04:08:41] "DELETE /project/7ddfac08-21f0-4cec-b831-c0a9d2afd6bf HTTP/1.1" 409 278 0.221851 [Introspect:8084]10.0.0.27 - - [2025-11-27 04:08:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001153 [Introspect:8084]10.0.0.27 - - [2025-11-27 04:08:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001009 10.0.0.27 - - [2025-11-27 04:08:54] "POST /neutron/network HTTP/1.1" 200 896 0.034164 10.0.0.27 - - [2025-11-27 04:08:54] "POST /neutron/port HTTP/1.1" 200 117 0.001040 10.0.0.27 - - [2025-11-27 04:08:55] "POST /neutron/port HTTP/1.1" 200 1089 0.037481 10.0.0.27 - - [2025-11-27 04:08:56] "POST /neutron/subnet HTTP/1.1" 200 646 0.010012 [Introspect:8084]10.0.0.27 - - [2025-11-27 04:08:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001145 [Introspect:8084]10.0.0.27 - - [2025-11-27 04:09:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001166 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-11-27 04:09:07] "GET /obj-perms HTTP/1.1" 200 5032 0.382048 10.0.0.27 - - [2025-11-27 04:09:08] "GET /obj-perms HTTP/1.1" 200 5032 0.004364 10.0.0.27 - - [2025-11-27 04:09:08] "GET /obj-perms HTTP/1.1" 200 5032 0.004977 10.0.0.27 - - [2025-11-27 04:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.025949 10.0.0.23 - - [2025-11-27 04:09:08] "GET /projects?obj_uuids=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000895 10.0.0.27 - - [2025-11-27 04:09:08] "GET /project/3eb4148a-b01e-45de-9e6e-788b3ca4f3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.043504 10.0.0.27 - - [2025-11-27 04:09:08] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004506 10.0.0.27 - - [2025-11-27 04:09:08] "POST /virtual-networks HTTP/1.1" 200 546 0.085180 10.0.0.27 - - [2025-11-27 04:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004447 10.0.0.27 - - [2025-11-27 04:09:08] "GET /network-ipam/478f47b9-338a-45e7-b3d7-b5f50150c976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.006059 10.0.0.23 - - [2025-11-27 04:09:08] "POST /useragent-kv HTTP/1.1" 200 115 0.006892 10.0.0.27 - - [2025-11-27 04:09:08] "POST /ref-update HTTP/1.1" 200 156 0.076953 10.0.0.27 - - [2025-11-27 04:09:09] "POST /neutron/network HTTP/1.1" 200 809 0.036017 10.0.0.27 - - [2025-11-27 04:09:09] "GET /virtual-network/7b98c965-29e6-4b2c-9a94-6ec3afdc7a88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.006540 10.0.0.27 - - [2025-11-27 04:09:09] "POST /neutron/subnet HTTP/1.1" 200 672 0.009644 10.0.0.27 - - [2025-11-27 04:09:09] "POST /route-targets HTTP/1.1" 200 327 0.050710 10.0.0.27 - - [2025-11-27 04:09:09] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006191 10.0.0.33 - - [2025-11-27 04:09:09] "GET /obj-perms HTTP/1.1" 200 5032 0.070683 10.0.0.23 - - [2025-11-27 04:09:09] "GET /obj-perms HTTP/1.1" 200 5032 0.081084 10.0.0.27 - - [2025-11-27 04:09:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.001851 10.0.0.27 - - [2025-11-27 04:09:10] "POST /neutron/network HTTP/1.1" 200 896 0.006682 10.0.0.23 - - [2025-11-27 04:09:10] "GET /projects?obj_uuids=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000926 10.0.0.27 - - [2025-11-27 04:09:10] "GET /project/3eb4148a-b01e-45de-9e6e-788b3ca4f3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.072998 10.0.0.27 - - [2025-11-27 04:09:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008607 10.0.0.27 - - [2025-11-27 04:09:11] "POST /neutron/network HTTP/1.1" 200 896 0.006327 10.0.0.27 - - [2025-11-27 04:09:11] "POST /neutron/port HTTP/1.1" 200 1061 0.014009 10.0.0.27 - - [2025-11-27 04:09:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003826 10.0.0.27 - - [2025-11-27 04:09:12] "POST /neutron/network HTTP/1.1" 200 886 0.006019 10.0.0.27 - - [2025-11-27 04:09:16] "POST /neutron/port HTTP/1.1" 200 1089 0.017590 10.0.0.27 - - [2025-11-27 04:09:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008417 10.0.0.27 - - [2025-11-27 04:09:16] "GET /virtual-machine/6ebd84d9-7b40-4234-932f-b7129d4e8082 HTTP/1.1" 200 1293 0.029884 10.0.0.27 - - [2025-11-27 04:09:16] "GET /virtual-machine/6ebd84d9-7b40-4234-932f-b7129d4e8082 HTTP/1.1" 200 1293 0.003199 10.0.0.27 - - [2025-11-27 04:09:16] "GET /virtual-machine-interface/274be490-6878-4991-8438-2e283c6526ca HTTP/1.1" 200 2948 0.005356 10.0.0.27 - - [2025-11-27 04:09:16] "GET /virtual-machine/6ebd84d9-7b40-4234-932f-b7129d4e8082 HTTP/1.1" 200 1293 0.003093 10.0.0.27 - - [2025-11-27 04:09:16] "GET /virtual-machine-interface/274be490-6878-4991-8438-2e283c6526ca HTTP/1.1" 200 2948 0.004773 10.0.0.27 - - [2025-11-27 04:09:16] "GET /instance-ip/a08948bc-6bd4-42a9-83e8-163531640296 HTTP/1.1" 200 1623 0.004873 10.0.0.27 - - [2025-11-27 04:09:16] "GET /virtual-machine/6ebd84d9-7b40-4234-932f-b7129d4e8082 HTTP/1.1" 200 1293 0.003185 10.0.0.27 - - [2025-11-27 04:09:16] "GET /virtual-machine-interface/274be490-6878-4991-8438-2e283c6526ca HTTP/1.1" 200 2948 0.004915 10.0.0.27 - - [2025-11-27 04:09:16] "GET /instance-ip/a08948bc-6bd4-42a9-83e8-163531640296 HTTP/1.1" 200 1623 0.003095 10.0.0.27 - - [2025-11-27 04:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.27 - - [2025-11-27 04:09:16] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003877 10.0.0.27 - - [2025-11-27 04:09:16] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002527 10.0.0.27 - - [2025-11-27 04:09:16] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005518 10.0.0.27 - - [2025-11-27 04:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.27 - - [2025-11-27 04:09:16] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003548 10.0.0.27 - - [2025-11-27 04:09:16] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004236 10.0.0.27 - - [2025-11-27 04:09:16] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005364 10.0.0.27 - - [2025-11-27 04:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.27 - - [2025-11-27 04:09:16] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003831 10.0.0.27 - - [2025-11-27 04:09:16] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003088 10.0.0.27 - - [2025-11-27 04:09:17] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005102 10.0.0.27 - - [2025-11-27 04:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.27 - - [2025-11-27 04:09:17] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003932 10.0.0.27 - - [2025-11-27 04:09:17] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003123 10.0.0.27 - - [2025-11-27 04:09:17] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005750 10.0.0.27 - - [2025-11-27 04:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.27 - - [2025-11-27 04:09:17] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004091 10.0.0.27 - - [2025-11-27 04:09:17] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.008124 10.0.0.27 - - [2025-11-27 04:09:17] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006180 10.0.0.27 - - [2025-11-27 04:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.27 - - [2025-11-27 04:09:20] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005003 10.0.0.27 - - [2025-11-27 04:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.27 - - [2025-11-27 04:09:24] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.004597 10.0.0.27 - - [2025-11-27 04:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.27 - - [2025-11-27 04:09:28] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.004948 10.0.0.27 - - [2025-11-27 04:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.27 - - [2025-11-27 04:09:32] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.008140 10.0.0.27 - - [2025-11-27 04:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.27 - - [2025-11-27 04:09:36] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.004811 10.0.0.27 - - [2025-11-27 04:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.27 - - [2025-11-27 04:09:40] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005243 10.0.0.27 - - [2025-11-27 04:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.27 - - [2025-11-27 04:09:44] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005624 10.0.0.27 - - [2025-11-27 04:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.27 - - [2025-11-27 04:09:49] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.004673 10.0.0.27 - - [2025-11-27 04:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.27 - - [2025-11-27 04:09:51] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003683 10.0.0.27 - - [2025-11-27 04:09:51] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002555 10.0.0.27 - - [2025-11-27 04:09:51] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005475 10.0.0.27 - - [2025-11-27 04:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.27 - - [2025-11-27 04:09:51] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003108 10.0.0.27 - - [2025-11-27 04:09:51] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003027 10.0.0.27 - - [2025-11-27 04:09:51] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005181 10.0.0.27 - - [2025-11-27 04:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002574 10.0.0.27 - - [2025-11-27 04:09:51] "GET /routing-instance/1c545d5c-fdb8-4721-8b74-b8b1a792c724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004330 10.0.0.27 - - [2025-11-27 04:09:51] "GET /route-target/13af714d-a618-43cd-ab69-b3c09206ece1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004357 10.0.0.27 - - [2025-11-27 04:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.016359 10.0.0.27 - - [2025-11-27 04:09:51] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003689 10.0.0.27 - - [2025-11-27 04:09:51] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003027 10.0.0.27 - - [2025-11-27 04:09:51] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005238 10.0.0.27 - - [2025-11-27 04:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002619 10.0.0.27 - - [2025-11-27 04:09:51] "GET /routing-instance/1c545d5c-fdb8-4721-8b74-b8b1a792c724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004241 10.0.0.27 - - [2025-11-27 04:09:51] "GET /route-target/13af714d-a618-43cd-ab69-b3c09206ece1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003024 10.0.0.27 - - [2025-11-27 04:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.27 - - [2025-11-27 04:09:51] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005712 10.0.0.27 - - [2025-11-27 04:09:51] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003451 10.0.0.27 - - [2025-11-27 04:09:51] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005111 10.0.0.27 - - [2025-11-27 04:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.27 - - [2025-11-27 04:09:51] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003402 10.0.0.27 - - [2025-11-27 04:09:51] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002562 10.0.0.27 - - [2025-11-27 04:09:52] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.004938 10.0.0.27 - - [2025-11-27 04:09:52] "GET /obj-perms HTTP/1.1" 200 5032 0.003201 10.0.0.23 - - [2025-11-27 04:09:52] "GET /obj-perms HTTP/1.1" 200 5032 0.003729 10.0.0.27 - - [2025-11-27 04:09:52] "GET /obj-perms HTTP/1.1" 200 5032 0.003170 10.0.0.33 - - [2025-11-27 04:09:52] "GET /obj-perms HTTP/1.1" 200 5032 0.003307 10.0.0.27 - - [2025-11-27 04:09:52] "POST /id-to-fqname HTTP/1.1" 200 222 0.001174 10.0.0.27 - - [2025-11-27 04:09:52] "POST /neutron/port HTTP/1.1" 200 3034 0.022334 10.0.0.23 - - [2025-11-27 04:09:53] "GET /projects?obj_uuids=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001008 10.0.0.27 - - [2025-11-27 04:09:53] "GET /project/3eb4148a-b01e-45de-9e6e-788b3ca4f3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.189698 10.0.0.27 - - [2025-11-27 04:09:53] "POST /neutron/network HTTP/1.1" 200 886 0.028759 10.0.0.27 - - [2025-11-27 04:09:53] "POST /neutron/port HTTP/1.1" 200 117 0.006874 10.0.0.23 - - [2025-11-27 04:09:54] "GET /projects?obj_uuids=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001115 10.0.0.27 - - [2025-11-27 04:09:54] "POST /neutron/port HTTP/1.1" 200 1061 0.266539 10.0.0.27 - - [2025-11-27 04:09:54] "POST /neutron/port HTTP/1.1" 200 1115 0.087844 10.0.0.27 - - [2025-11-27 04:09:54] "POST /neutron/subnet HTTP/1.1" 200 646 0.007457 10.0.0.27 - - [2025-11-27 04:09:55] "POST /neutron/port HTTP/1.1" 200 1089 0.013755 10.0.0.27 - - [2025-11-27 04:09:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003732 10.0.0.27 - - [2025-11-27 04:09:55] "POST /neutron/network HTTP/1.1" 200 886 0.006434 10.0.0.27 - - [2025-11-27 04:09:56] "POST /neutron/network HTTP/1.1" 200 896 0.006480 10.0.0.27 - - [2025-11-27 04:09:56] "POST /neutron/port HTTP/1.1" 200 117 0.001369 10.0.0.27 - - [2025-11-27 04:09:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013730 10.0.0.27 - - [2025-11-27 04:09:59] "POST /neutron/port HTTP/1.1" 200 1089 0.018223 10.0.0.27 - - [2025-11-27 04:09:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008216 10.0.0.27 - - [2025-11-27 04:09:59] "GET /virtual-machine/4f54de0c-05e5-4444-bef2-55f689afa3fe HTTP/1.1" 200 1293 0.006371 10.0.0.27 - - [2025-11-27 04:09:59] "GET /virtual-machine/4f54de0c-05e5-4444-bef2-55f689afa3fe HTTP/1.1" 200 1293 0.003809 10.0.0.27 - - [2025-11-27 04:09:59] "GET /virtual-machine-interface/62f36216-9889-4769-a0e1-539fd7dcb8f0 HTTP/1.1" 200 2949 0.005336 10.0.0.27 - - [2025-11-27 04:09:59] "GET /virtual-machine/4f54de0c-05e5-4444-bef2-55f689afa3fe HTTP/1.1" 200 1293 0.004426 10.0.0.27 - - [2025-11-27 04:09:59] "GET /virtual-machine-interface/62f36216-9889-4769-a0e1-539fd7dcb8f0 HTTP/1.1" 200 2949 0.005919 10.0.0.27 - - [2025-11-27 04:09:59] "GET /instance-ip/aa043d95-9c27-4b1b-a050-bee442a420ff HTTP/1.1" 200 1624 0.006510 10.0.0.27 - - [2025-11-27 04:09:59] "GET /virtual-machine/4f54de0c-05e5-4444-bef2-55f689afa3fe HTTP/1.1" 200 1293 0.003373 10.0.0.27 - - [2025-11-27 04:09:59] "GET /virtual-machine-interface/62f36216-9889-4769-a0e1-539fd7dcb8f0 HTTP/1.1" 200 2949 0.007025 10.0.0.27 - - [2025-11-27 04:09:59] "GET /instance-ip/aa043d95-9c27-4b1b-a050-bee442a420ff HTTP/1.1" 200 1624 0.004560 10.0.0.27 - - [2025-11-27 04:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.27 - - [2025-11-27 04:09:59] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004570 10.0.0.27 - - [2025-11-27 04:09:59] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003640 10.0.0.27 - - [2025-11-27 04:09:59] "GET /virtual-network/1e882a7a-62a0-48a0-bb31-ce70a14844eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006074 10.0.0.27 - - [2025-11-27 04:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004959 10.0.0.27 - - [2025-11-27 04:09:59] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005364 10.0.0.27 - - [2025-11-27 04:09:59] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003643 10.0.0.27 - - [2025-11-27 04:09:59] "GET /virtual-network/1e882a7a-62a0-48a0-bb31-ce70a14844eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007041 10.0.0.27 - - [2025-11-27 04:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.27 - - [2025-11-27 04:09:59] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003512 10.0.0.27 - - [2025-11-27 04:09:59] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002788 10.0.0.27 - - [2025-11-27 04:09:59] "GET /virtual-network/1e882a7a-62a0-48a0-bb31-ce70a14844eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006790 10.0.0.27 - - [2025-11-27 04:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.27 - - [2025-11-27 04:09:59] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003591 10.0.0.27 - - [2025-11-27 04:09:59] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002924 10.0.0.27 - - [2025-11-27 04:10:00] "GET /virtual-network/1e882a7a-62a0-48a0-bb31-ce70a14844eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005221 10.0.0.27 - - [2025-11-27 04:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.27 - - [2025-11-27 04:10:00] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003910 10.0.0.27 - - [2025-11-27 04:10:00] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002628 10.0.0.27 - - [2025-11-27 04:10:00] "GET /virtual-network/1e882a7a-62a0-48a0-bb31-ce70a14844eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005527 10.0.0.27 - - [2025-11-27 04:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.27 - - [2025-11-27 04:10:03] "GET /virtual-network/1e882a7a-62a0-48a0-bb31-ce70a14844eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005018 10.0.0.27 - - [2025-11-27 04:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.27 - - [2025-11-27 04:10:07] "GET /virtual-network/1e882a7a-62a0-48a0-bb31-ce70a14844eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005778 10.0.0.27 - - [2025-11-27 04:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.27 - - [2025-11-27 04:10:11] "GET /virtual-network/1e882a7a-62a0-48a0-bb31-ce70a14844eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.004487 10.0.0.27 - - [2025-11-27 04:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.27 - - [2025-11-27 04:10:15] "GET /virtual-network/1e882a7a-62a0-48a0-bb31-ce70a14844eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005580 10.0.0.27 - - [2025-11-27 04:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.27 - - [2025-11-27 04:10:19] "GET /virtual-network/1e882a7a-62a0-48a0-bb31-ce70a14844eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005271 10.0.0.27 - - [2025-11-27 04:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.27 - - [2025-11-27 04:10:23] "GET /virtual-network/1e882a7a-62a0-48a0-bb31-ce70a14844eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005022 10.0.0.27 - - [2025-11-27 04:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.008738 10.0.0.27 - - [2025-11-27 04:10:27] "GET /virtual-network/1e882a7a-62a0-48a0-bb31-ce70a14844eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006865 10.0.0.27 - - [2025-11-27 04:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.27 - - [2025-11-27 04:10:31] "GET /virtual-network/1e882a7a-62a0-48a0-bb31-ce70a14844eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.004671 10.0.0.27 - - [2025-11-27 04:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.27 - - [2025-11-27 04:10:34] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004021 10.0.0.27 - - [2025-11-27 04:10:34] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002706 10.0.0.27 - - [2025-11-27 04:10:34] "GET /virtual-network/1e882a7a-62a0-48a0-bb31-ce70a14844eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005027 10.0.0.27 - - [2025-11-27 04:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.27 - - [2025-11-27 04:10:34] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003864 10.0.0.27 - - [2025-11-27 04:10:34] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002643 10.0.0.27 - - [2025-11-27 04:10:34] "GET /virtual-network/1e882a7a-62a0-48a0-bb31-ce70a14844eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005427 10.0.0.27 - - [2025-11-27 04:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.27 - - [2025-11-27 04:10:34] "GET /routing-instance/3f397216-98d9-418a-a3ef-acf63478a1a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004681 10.0.0.27 - - [2025-11-27 04:10:34] "GET /route-target/0517effa-5666-4240-9d59-88841e4d8065?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003532 10.0.0.27 - - [2025-11-27 04:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.27 - - [2025-11-27 04:10:34] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004096 10.0.0.27 - - [2025-11-27 04:10:34] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003592 10.0.0.27 - - [2025-11-27 04:10:34] "GET /virtual-network/1e882a7a-62a0-48a0-bb31-ce70a14844eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005204 10.0.0.27 - - [2025-11-27 04:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.27 - - [2025-11-27 04:10:34] "GET /routing-instance/3f397216-98d9-418a-a3ef-acf63478a1a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.003853 10.0.0.27 - - [2025-11-27 04:10:34] "GET /route-target/0517effa-5666-4240-9d59-88841e4d8065?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003453 10.0.0.27 - - [2025-11-27 04:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.27 - - [2025-11-27 04:10:34] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003649 10.0.0.27 - - [2025-11-27 04:10:34] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002924 10.0.0.27 - - [2025-11-27 04:10:34] "GET /virtual-network/1e882a7a-62a0-48a0-bb31-ce70a14844eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005005 10.0.0.27 - - [2025-11-27 04:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.27 - - [2025-11-27 04:10:34] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004011 10.0.0.27 - - [2025-11-27 04:10:34] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002535 10.0.0.27 - - [2025-11-27 04:10:34] "GET /virtual-network/1e882a7a-62a0-48a0-bb31-ce70a14844eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005208 10.0.0.23 - - [2025-11-27 04:10:34] "GET /obj-perms HTTP/1.1" 200 5032 0.003530 10.0.0.27 - - [2025-11-27 04:10:34] "GET /obj-perms HTTP/1.1" 200 5032 0.003049 10.0.0.27 - - [2025-11-27 04:10:34] "GET /obj-perms HTTP/1.1" 200 5032 0.003408 10.0.0.23 - - [2025-11-27 04:10:35] "GET /obj-perms HTTP/1.1" 200 5032 0.003456 10.0.0.27 - - [2025-11-27 04:10:35] "GET /obj-perms HTTP/1.1" 200 5032 0.003582 10.0.0.27 - - [2025-11-27 04:10:35] "GET /virtual-machine/6ebd84d9-7b40-4234-932f-b7129d4e8082 HTTP/1.1" 200 1293 0.003951 10.0.0.27 - - [2025-11-27 04:10:35] "GET /virtual-machine-interface/274be490-6878-4991-8438-2e283c6526ca HTTP/1.1" 200 2948 0.006490 10.0.0.27 - - [2025-11-27 04:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.27 - - [2025-11-27 04:10:35] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003920 10.0.0.27 - - [2025-11-27 04:10:35] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003725 10.0.0.27 - - [2025-11-27 04:10:35] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006837 10.0.0.27 - - [2025-11-27 04:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.27 - - [2025-11-27 04:10:36] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004666 10.0.0.27 - - [2025-11-27 04:10:36] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002475 10.0.0.27 - - [2025-11-27 04:10:36] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005103 10.0.0.27 - - [2025-11-27 04:10:36] "GET /virtual-machine/4f54de0c-05e5-4444-bef2-55f689afa3fe HTTP/1.1" 200 1293 0.003850 10.0.0.27 - - [2025-11-27 04:10:36] "GET /virtual-machine-interface/62f36216-9889-4769-a0e1-539fd7dcb8f0 HTTP/1.1" 200 2949 0.004600 10.0.0.27 - - [2025-11-27 04:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.27 - - [2025-11-27 04:10:36] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003878 10.0.0.27 - - [2025-11-27 04:10:36] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002448 10.0.0.27 - - [2025-11-27 04:10:36] "GET /virtual-network/1e882a7a-62a0-48a0-bb31-ce70a14844eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005072 10.0.0.27 - - [2025-11-27 04:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.27 - - [2025-11-27 04:10:37] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003294 10.0.0.27 - - [2025-11-27 04:10:37] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002621 10.0.0.27 - - [2025-11-27 04:10:37] "GET /virtual-network/1e882a7a-62a0-48a0-bb31-ce70a14844eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005007 10.0.0.27 - - [2025-11-27 04:10:37] "POST /neutron/port HTTP/1.1" 200 1089 0.013700 10.0.0.27 - - [2025-11-27 04:10:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006680 10.0.0.27 - - [2025-11-27 04:10:48] "POST /neutron/port HTTP/1.1" 200 1089 0.014403 10.0.0.33 - - [2025-11-27 04:10:54] "GET /obj-perms HTTP/1.1" 200 5056 0.049277 10.0.0.27 - - [2025-11-27 04:10:55] "POST /neutron/port HTTP/1.1" 200 1089 0.014308 10.0.0.27 - - [2025-11-27 04:10:55] "POST /neutron/subnet HTTP/1.1" 200 646 0.009057 10.0.0.27 - - [2025-11-27 04:10:56] "POST /neutron/port HTTP/1.1" 200 1089 0.013500 10.0.0.27 - - [2025-11-27 04:10:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003529 10.0.0.27 - - [2025-11-27 04:10:57] "POST /neutron/network HTTP/1.1" 200 886 0.006060 10.0.0.27 - - [2025-11-27 04:11:33] "GET /virtual-machine/4f54de0c-05e5-4444-bef2-55f689afa3fe HTTP/1.1" 200 1293 0.004007 10.0.0.27 - - [2025-11-27 04:11:34] "POST /neutron/port HTTP/1.1" 200 151 0.241564 10.0.0.27 - - [2025-11-27 04:11:35] "GET /virtual-machine/4f54de0c-05e5-4444-bef2-55f689afa3fe HTTP/1.1" 404 171 0.004394 10.0.0.27 - - [2025-11-27 04:11:35] "GET /virtual-machine/4f54de0c-05e5-4444-bef2-55f689afa3fe HTTP/1.1" 404 171 0.011439 10.0.0.27 - - [2025-11-27 04:11:35] "GET /virtual-machine/4f54de0c-05e5-4444-bef2-55f689afa3fe HTTP/1.1" 404 171 0.002968 10.0.0.27 - - [2025-11-27 04:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005118 10.0.0.27 - - [2025-11-27 04:11:35] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005492 10.0.0.27 - - [2025-11-27 04:11:35] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003405 10.0.0.27 - - [2025-11-27 04:11:35] "GET /virtual-network/1e882a7a-62a0-48a0-bb31-ce70a14844eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006243 10.0.0.27 - - [2025-11-27 04:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.27 - - [2025-11-27 04:11:35] "GET /routing-instance/3f397216-98d9-418a-a3ef-acf63478a1a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.005095 10.0.0.27 - - [2025-11-27 04:11:35] "GET /route-target/0517effa-5666-4240-9d59-88841e4d8065?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003190 10.0.0.23 - - [2025-11-27 04:11:36] "GET /obj-perms HTTP/1.1" 200 5032 0.004013 10.0.0.27 - - [2025-11-27 04:11:39] "GET /obj-perms HTTP/1.1" 200 5032 0.044146 10.0.0.23 - - [2025-11-27 04:11:45] "GET /obj-perms HTTP/1.1" 200 5032 0.003222 10.0.0.27 - - [2025-11-27 04:11:48] "GET /obj-perms HTTP/1.1" 200 5032 0.003921 10.0.0.23 - - [2025-11-27 04:11:54] "GET /obj-perms HTTP/1.1" 200 5032 0.003796 10.0.0.27 - - [2025-11-27 04:11:55] "GET /obj-perms HTTP/1.1" 200 5056 0.069449 10.0.0.27 - - [2025-11-27 04:11:57] "POST /neutron/network HTTP/1.1" 200 896 0.006616 10.0.0.27 - - [2025-11-27 04:11:57] "GET /obj-perms HTTP/1.1" 200 5032 0.003406 10.0.0.27 - - [2025-11-27 04:11:57] "POST /neutron/port HTTP/1.1" 200 117 0.000738 10.0.0.23 - - [2025-11-27 04:11:57] "GET /obj-perms HTTP/1.1" 200 5032 0.006521 10.0.0.27 - - [2025-11-27 04:11:57] "GET /virtual-machine/6ebd84d9-7b40-4234-932f-b7129d4e8082 HTTP/1.1" 200 1293 0.004194 10.0.0.27 - - [2025-11-27 04:11:58] "POST /neutron/port HTTP/1.1" 200 1115 0.011781 10.0.0.27 - - [2025-11-27 04:11:58] "POST /neutron/port HTTP/1.1" 200 1089 0.013222 10.0.0.27 - - [2025-11-27 04:11:58] "POST /neutron/subnet HTTP/1.1" 200 646 0.008057 10.0.0.27 - - [2025-11-27 04:11:59] "GET /virtual-machine/6ebd84d9-7b40-4234-932f-b7129d4e8082 HTTP/1.1" 404 171 0.003047 10.0.0.27 - - [2025-11-27 04:11:59] "GET /virtual-machine/6ebd84d9-7b40-4234-932f-b7129d4e8082 HTTP/1.1" 404 171 0.002591 10.0.0.27 - - [2025-11-27 04:11:59] "GET /virtual-machine/6ebd84d9-7b40-4234-932f-b7129d4e8082 HTTP/1.1" 404 171 0.003022 10.0.0.27 - - [2025-11-27 04:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.27 - - [2025-11-27 04:12:00] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003577 10.0.0.27 - - [2025-11-27 04:12:00] "GET /virtual-networks?parent_id=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002995 10.0.0.27 - - [2025-11-27 04:12:00] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005251 10.0.0.27 - - [2025-11-27 04:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.27 - - [2025-11-27 04:12:00] "GET /routing-instance/1c545d5c-fdb8-4721-8b74-b8b1a792c724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004148 10.0.0.27 - - [2025-11-27 04:12:00] "GET /route-target/13af714d-a618-43cd-ab69-b3c09206ece1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003127 10.0.0.33 - - [2025-11-27 04:12:03] "GET /obj-perms HTTP/1.1" 200 5032 0.003743 10.0.0.27 - - [2025-11-27 04:12:06] "GET /obj-perms HTTP/1.1" 200 5032 0.003668 10.0.0.23 - - [2025-11-27 04:12:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002760 10.0.0.23 - - [2025-11-27 04:12:06] "POST /useragent-kv HTTP/1.1" 200 115 0.004877 10.0.0.27 - - [2025-11-27 04:12:06] "DELETE /virtual-network/7b98c965-29e6-4b2c-9a94-6ec3afdc7a88 HTTP/1.1" 200 115 0.107846 10.0.0.27 - - [2025-11-27 04:12:06] "DELETE /route-target/0f76913f-5629-4e6b-967e-5b6d8dcc6eae HTTP/1.1" 200 115 0.077312 10.0.0.27 - - [2025-11-27 04:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.007122 10.0.0.27 - - [2025-11-27 04:12:06] "GET /network-policy/dc6a5a95-79b0-4e7c-870e-227feab9b5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.003782 10.0.0.27 - - [2025-11-27 04:12:07] "POST /ref-update HTTP/1.1" 200 156 0.056947 10.0.0.27 - - [2025-11-27 04:12:07] "POST /neutron/network HTTP/1.1" 200 809 0.008913 10.0.0.27 - - [2025-11-27 04:12:07] "GET /virtual-network/1e882a7a-62a0-48a0-bb31-ce70a14844eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.009789 10.0.0.27 - - [2025-11-27 04:12:07] "DELETE /virtual-network/1e882a7a-62a0-48a0-bb31-ce70a14844eb HTTP/1.1" 409 248 0.014544 10.0.0.27 - - [2025-11-27 04:12:07] "POST /neutron/port HTTP/1.1" 200 151 0.165374 10.0.0.27 - - [2025-11-27 04:12:07] "POST /neutron/port HTTP/1.1" 200 151 0.192953 10.0.0.23 - - [2025-11-27 04:12:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003151 10.0.0.23 - - [2025-11-27 04:12:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004107 10.0.0.27 - - [2025-11-27 04:12:09] "DELETE /virtual-network/1e882a7a-62a0-48a0-bb31-ce70a14844eb HTTP/1.1" 200 115 0.101874 10.0.0.27 - - [2025-11-27 04:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005097 10.0.0.27 - - [2025-11-27 04:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.27 - - [2025-11-27 04:12:09] "GET /network-policy/82dbfe1a-3283-4045-985e-d4262ca5e568?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.003542 10.0.0.27 - - [2025-11-27 04:12:09] "POST /ref-update HTTP/1.1" 200 156 0.046925 10.0.0.27 - - [2025-11-27 04:12:09] "GET /virtual-network/8567b7a5-e578-4606-81de-233e4224522f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.007092 10.0.0.23 - - [2025-11-27 04:12:09] "POST /useragent-kv HTTP/1.1" 200 115 0.005330 10.0.0.27 - - [2025-11-27 04:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.23 - - [2025-11-27 04:12:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001825 10.0.0.27 - - [2025-11-27 04:12:09] "DELETE /virtual-network/8567b7a5-e578-4606-81de-233e4224522f HTTP/1.1" 200 115 0.104658 10.0.0.27 - - [2025-11-27 04:12:09] "DELETE /network-policy/dc6a5a95-79b0-4e7c-870e-227feab9b5bf HTTP/1.1" 200 115 0.028561 10.0.0.27 - - [2025-11-27 04:12:09] "DELETE /network-policy/82dbfe1a-3283-4045-985e-d4262ca5e568 HTTP/1.1" 200 115 0.037631 10.0.0.23 - - [2025-11-27 04:12:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.23 - - [2025-11-27 04:12:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.23 - - [2025-11-27 04:12:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.23 - - [2025-11-27 04:12:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.33 - - [2025-11-27 04:12:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000534 10.0.0.33 - - [2025-11-27 04:12:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000604 10.0.0.27 - - [2025-11-27 04:12:21] "GET /global-system-configs HTTP/1.1" 401 292 0.001060 10.0.0.27 - - [2025-11-27 04:12:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000584 10.0.0.33 - - [2025-11-27 04:12:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000514 10.0.0.33 - - [2025-11-27 04:12:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.27 - - [2025-11-27 04:12:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.27 - - [2025-11-27 04:12:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.23 - - [2025-11-27 04:12:38] "GET /projects?obj_uuids=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000887 10.0.0.27 - - [2025-11-27 04:12:38] "GET /project/3eb4148a-b01e-45de-9e6e-788b3ca4f3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.093476 10.0.0.23 - - [2025-11-27 04:12:38] "GET /projects?obj_uuids=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000896 10.0.0.27 - - [2025-11-27 04:12:38] "GET /project/3eb4148a-b01e-45de-9e6e-788b3ca4f3fc?fields=virtual_networks HTTP/1.1" 200 1034 0.047374 10.0.0.23 - - [2025-11-27 04:12:38] "GET /projects?obj_uuids=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000906 10.0.0.27 - - [2025-11-27 04:12:38] "GET /project/3eb4148a-b01e-45de-9e6e-788b3ca4f3fc?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.048808 10.0.0.23 - - [2025-11-27 04:12:38] "GET /projects?obj_uuids=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000944 10.0.0.27 - - [2025-11-27 04:12:38] "GET /project/3eb4148a-b01e-45de-9e6e-788b3ca4f3fc?fields=security_groups HTTP/1.1" 200 1261 0.047579 10.0.0.27 - - [2025-11-27 04:12:39] "POST /fqname-to-id HTTP/1.1" 404 188 0.032303 10.0.0.23 - - [2025-11-27 04:12:39] "GET /projects?obj_uuids=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003667 10.0.0.23 - - [2025-11-27 04:12:39] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000848 10.0.0.23 - - [2025-11-27 04:12:39] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006194 10.0.0.23 - - [2025-11-27 04:12:39] "POST /id-to-fqname HTTP/1.1" 200 190 0.002815 10.0.0.23 - - [2025-11-27 04:12:39] "POST /fqname-to-id HTTP/1.1" 404 199 0.007638 10.0.0.23 - - [2025-11-27 04:12:39] "POST /security-groups HTTP/1.1" 200 591 0.072782 10.0.0.23 - - [2025-11-27 04:12:39] "POST /projects HTTP/1.1" 200 585 0.264991 10.0.0.27 - - [2025-11-27 04:12:39] "POST /access-control-lists HTTP/1.1" 200 596 0.021585 10.0.0.23 - - [2025-11-27 04:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.346128 10.0.0.27 - - [2025-11-27 04:12:39] "GET /project/367ce5ba-6bb9-4dd4-afb8-b1ca7effca72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.475949 10.0.0.27 - - [2025-11-27 04:12:40] "GET / HTTP/1.1" 200 35931 0.001540 10.0.0.23 - - [2025-11-27 04:12:41] "DELETE /project/367ce5ba6bb94dd4afb8b1ca7effca72 HTTP/1.1" 404 173 0.004164 10.0.0.23 - - [2025-11-27 04:12:41] "GET /projects?obj_uuids=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001042 10.0.0.23 - - [2025-11-27 04:12:41] "GET /project/3eb4148a-b01e-45de-9e6e-788b3ca4f3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.038465 10.0.0.23 - - [2025-11-27 04:12:41] "GET /projects?obj_uuids=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000808 10.0.0.23 - - [2025-11-27 04:12:41] "GET /project/3eb4148a-b01e-45de-9e6e-788b3ca4f3fc?fields=security_groups HTTP/1.1" 200 1366 0.047790 10.0.0.23 - - [2025-11-27 04:12:41] "DELETE /security-group/ddd39445-e5b5-444e-993c-588a675e6466 HTTP/1.1" 200 115 0.053575 10.0.0.23 - - [2025-11-27 04:12:41] "GET /projects?obj_uuids=3eb4148a-b01e-45de-9e6e-788b3ca4f3fc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000886 10.0.0.27 - - [2025-11-27 04:12:41] "DELETE /access-control-list/fb717f69-2cd5-41cc-82fb-b05d5fec11c7 HTTP/1.1" 200 115 0.047934 10.0.0.23 - - [2025-11-27 04:12:42] "GET /project/3eb4148a-b01e-45de-9e6e-788b3ca4f3fc?fields=application_policy_sets HTTP/1.1" 200 1405 0.058707 10.0.0.23 - - [2025-11-27 04:12:42] "DELETE /project/3eb4148a-b01e-45de-9e6e-788b3ca4f3fc HTTP/1.1" 200 115 0.384639 10.0.0.27 - - [2025-11-27 04:12:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000425 10.0.0.27 - - [2025-11-27 04:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.033586 10.0.0.23 - - [2025-11-27 04:12:43] "GET /projects?obj_uuids=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001237 10.0.0.27 - - [2025-11-27 04:12:43] "GET /project/367ce5ba-6bb9-4dd4-afb8-b1ca7effca72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.037842 10.0.0.23 - - [2025-11-27 04:12:43] "GET /projects?obj_uuids=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000851 10.0.0.27 - - [2025-11-27 04:12:43] "POST /neutron/network HTTP/1.1" 200 605 0.128241 10.0.0.27 - - [2025-11-27 04:12:43] "POST /ref-update HTTP/1.1" 200 156 0.027566 10.0.0.27 - - [2025-11-27 04:12:43] "POST /id-to-fqname HTTP/1.1" 200 220 0.002815 10.0.0.27 - - [2025-11-27 04:12:43] "GET /virtual-network/42fb88dc-f485-4680-9077-0f12ebee3450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005257 10.0.0.27 - - [2025-11-27 04:12:43] "POST /neutron/network HTTP/1.1" 200 824 0.005409 10.0.0.27 - - [2025-11-27 04:12:43] "GET /virtual-network/42fb88dc-f485-4680-9077-0f12ebee3450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004436 10.0.0.27 - - [2025-11-27 04:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.23 - - [2025-11-27 04:12:43] "GET /projects?obj_uuids=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001201 10.0.0.27 - - [2025-11-27 04:12:43] "GET /project/367ce5ba-6bb9-4dd4-afb8-b1ca7effca72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.047231 10.0.0.27 - - [2025-11-27 04:12:43] "POST /neutron/network HTTP/1.1" 200 117 0.017081 10.0.0.27 - - [2025-11-27 04:12:44] "POST /neutron/network HTTP/1.1" 200 824 0.007752 10.0.0.27 - - [2025-11-27 04:12:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.000945 10.0.0.27 - - [2025-11-27 04:12:44] "GET /virtual-network/92a36183-0312-42f4-b932-0fd99b5cc02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004466 10.0.0.27 - - [2025-11-27 04:12:44] "GET /virtual-network/92a36183-0312-42f4-b932-0fd99b5cc02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004812 10.0.0.27 - - [2025-11-27 04:12:44] "POST /neutron/subnet HTTP/1.1" 200 725 0.007338 10.0.0.27 - - [2025-11-27 04:12:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.000869 10.0.0.23 - - [2025-11-27 04:12:45] "GET /projects?obj_uuids=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000908 10.0.0.27 - - [2025-11-27 04:12:45] "GET /project/367ce5ba-6bb9-4dd4-afb8-b1ca7effca72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.062790 10.0.0.27 - - [2025-11-27 04:12:45] "POST /neutron/port HTTP/1.1" 200 117 0.007126 10.0.0.27 - - [2025-11-27 04:12:45] "POST /id-to-fqname HTTP/1.1" 200 220 0.001665 10.0.0.27 - - [2025-11-27 04:12:45] "POST /neutron/network HTTP/1.1" 200 834 0.007296 10.0.0.27 - - [2025-11-27 04:12:46] "POST /neutron/port HTTP/1.1" 200 1060 0.012637 10.0.0.27 - - [2025-11-27 04:12:46] "POST /neutron/port HTTP/1.1" 200 1088 0.031687 10.0.0.23 - - [2025-11-27 04:12:46] "GET /projects?obj_uuids=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000895 10.0.0.27 - - [2025-11-27 04:12:46] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.27 - - [2025-11-27 04:12:46] "GET /project/367ce5ba-6bb9-4dd4-afb8-b1ca7effca72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.105407 10.0.0.27 - - [2025-11-27 04:12:46] "POST /neutron/port HTTP/1.1" 200 1088 0.018909 10.0.0.27 - - [2025-11-27 04:12:46] "POST /neutron/port HTTP/1.1" 200 1088 0.015804 10.0.0.23 - - [2025-11-27 04:12:47] "GET /projects?obj_uuids=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000919 10.0.0.27 - - [2025-11-27 04:12:47] "POST /neutron/port HTTP/1.1" 200 1060 0.237408 10.0.0.27 - - [2025-11-27 04:12:47] "POST /neutron/port HTTP/1.1" 200 1114 0.124201 10.0.0.27 - - [2025-11-27 04:12:47] "POST /neutron/subnet HTTP/1.1" 200 699 0.012343 10.0.0.27 - - [2025-11-27 04:12:51] "POST /neutron/port HTTP/1.1" 200 1088 0.014333 10.0.0.27 - - [2025-11-27 04:12:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008079 10.0.0.27 - - [2025-11-27 04:12:52] "GET /virtual-machine/e5d1d560-83b6-4bad-a40b-4d1f414bca54 HTTP/1.1" 401 292 0.000410 10.0.0.27 - - [2025-11-27 04:12:52] "GET /virtual-machine/e5d1d560-83b6-4bad-a40b-4d1f414bca54 HTTP/1.1" 200 1293 0.035319 10.0.0.27 - - [2025-11-27 04:12:52] "GET /virtual-machine-interface/3156545a-3851-4915-a806-30efc0fdb36e HTTP/1.1" 200 2941 0.004851 10.0.0.27 - - [2025-11-27 04:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.27 - - [2025-11-27 04:12:52] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003345 10.0.0.27 - - [2025-11-27 04:12:52] "GET /virtual-networks?parent_id=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002678 10.0.0.27 - - [2025-11-27 04:12:52] "GET /virtual-network/42fb88dc-f485-4680-9077-0f12ebee3450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009316 10.0.0.27 - - [2025-11-27 04:12:55] "POST /neutron/port HTTP/1.1" 200 1088 0.044331 10.0.0.27 - - [2025-11-27 04:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.27 - - [2025-11-27 04:12:55] "GET /virtual-network/42fb88dc-f485-4680-9077-0f12ebee3450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007535 10.0.0.33 - - [2025-11-27 04:12:55] "GET /obj-perms HTTP/1.1" 200 5056 0.061923 10.0.0.27 - - [2025-11-27 04:12:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.016480 10.0.0.27 - - [2025-11-27 04:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.27 - - [2025-11-27 04:12:57] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003736 10.0.0.27 - - [2025-11-27 04:12:57] "GET /virtual-networks?parent_id=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003307 10.0.0.27 - - [2025-11-27 04:12:57] "GET /virtual-network/42fb88dc-f485-4680-9077-0f12ebee3450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005976 10.0.0.27 - - [2025-11-27 04:12:58] "POST /neutron/port HTTP/1.1" 200 1088 0.013424 10.0.0.27 - - [2025-11-27 04:12:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007380 10.0.0.27 - - [2025-11-27 04:12:58] "GET /virtual-machine/1bc0c4b3-83e4-4950-8e41-e0892064fb15 HTTP/1.1" 200 1292 0.004827 10.0.0.27 - - [2025-11-27 04:12:58] "GET /virtual-machine-interface/87e01ad3-38b3-4628-992a-c95f3ccca740 HTTP/1.1" 200 2941 0.005065 10.0.0.27 - - [2025-11-27 04:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.27 - - [2025-11-27 04:12:58] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003546 10.0.0.27 - - [2025-11-27 04:12:58] "GET /virtual-networks?parent_id=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002667 10.0.0.27 - - [2025-11-27 04:12:58] "GET /virtual-network/92a36183-0312-42f4-b932-0fd99b5cc02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.010195 10.0.0.27 - - [2025-11-27 04:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.27 - - [2025-11-27 04:12:59] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003859 10.0.0.27 - - [2025-11-27 04:12:59] "GET /virtual-networks?parent_id=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003299 10.0.0.27 - - [2025-11-27 04:12:59] "GET /virtual-network/92a36183-0312-42f4-b932-0fd99b5cc02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005821 10.0.0.27 - - [2025-11-27 04:12:59] "GET /virtual-machine/e5d1d560-83b6-4bad-a40b-4d1f414bca54 HTTP/1.1" 200 1293 0.003589 10.0.0.27 - - [2025-11-27 04:12:59] "GET /virtual-machine-interface/3156545a-3851-4915-a806-30efc0fdb36e HTTP/1.1" 200 2941 0.005703 10.0.0.27 - - [2025-11-27 04:12:59] "GET /virtual-machine/e5d1d560-83b6-4bad-a40b-4d1f414bca54 HTTP/1.1" 200 1293 0.003201 10.0.0.27 - - [2025-11-27 04:12:59] "GET /virtual-machine-interface/3156545a-3851-4915-a806-30efc0fdb36e HTTP/1.1" 200 2941 0.004520 10.0.0.27 - - [2025-11-27 04:12:59] "GET /instance-ip/7cd57d6e-9982-490a-b98d-f7ff08f8da0c HTTP/1.1" 200 1620 0.005067 10.0.0.27 - - [2025-11-27 04:12:59] "GET /virtual-machine/e5d1d560-83b6-4bad-a40b-4d1f414bca54 HTTP/1.1" 200 1293 0.003427 10.0.0.27 - - [2025-11-27 04:12:59] "GET /virtual-machine-interface/3156545a-3851-4915-a806-30efc0fdb36e HTTP/1.1" 200 2941 0.004486 10.0.0.27 - - [2025-11-27 04:12:59] "GET /instance-ip/7cd57d6e-9982-490a-b98d-f7ff08f8da0c HTTP/1.1" 200 1620 0.003067 10.0.0.27 - - [2025-11-27 04:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.27 - - [2025-11-27 04:12:59] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003591 10.0.0.27 - - [2025-11-27 04:12:59] "GET /virtual-networks?parent_id=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002970 10.0.0.27 - - [2025-11-27 04:12:59] "GET /virtual-network/42fb88dc-f485-4680-9077-0f12ebee3450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005178 10.0.0.27 - - [2025-11-27 04:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.27 - - [2025-11-27 04:12:59] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003540 10.0.0.27 - - [2025-11-27 04:12:59] "GET /virtual-networks?parent_id=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002712 10.0.0.27 - - [2025-11-27 04:12:59] "GET /virtual-network/42fb88dc-f485-4680-9077-0f12ebee3450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005685 10.0.0.27 - - [2025-11-27 04:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.27 - - [2025-11-27 04:13:00] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003891 10.0.0.27 - - [2025-11-27 04:13:00] "GET /virtual-networks?parent_id=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003123 10.0.0.27 - - [2025-11-27 04:13:00] "GET /virtual-network/42fb88dc-f485-4680-9077-0f12ebee3450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005798 10.0.0.27 - - [2025-11-27 04:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.27 - - [2025-11-27 04:13:00] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004405 10.0.0.27 - - [2025-11-27 04:13:00] "GET /virtual-networks?parent_id=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002729 10.0.0.27 - - [2025-11-27 04:13:00] "GET /virtual-network/42fb88dc-f485-4680-9077-0f12ebee3450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005598 10.0.0.27 - - [2025-11-27 04:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.27 - - [2025-11-27 04:13:00] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003566 10.0.0.27 - - [2025-11-27 04:13:00] "GET /virtual-networks?parent_id=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002970 10.0.0.27 - - [2025-11-27 04:13:00] "GET /virtual-network/42fb88dc-f485-4680-9077-0f12ebee3450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005894 10.0.0.27 - - [2025-11-27 04:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.27 - - [2025-11-27 04:13:00] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003460 10.0.0.27 - - [2025-11-27 04:13:00] "GET /virtual-networks?parent_id=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002679 10.0.0.27 - - [2025-11-27 04:13:00] "GET /virtual-network/42fb88dc-f485-4680-9077-0f12ebee3450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005768 10.0.0.27 - - [2025-11-27 04:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.27 - - [2025-11-27 04:13:00] "GET /routing-instance/829752d8-ea4f-4089-9a37-618581fd0c41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004596 10.0.0.27 - - [2025-11-27 04:13:00] "GET /route-target/8fdd09c7-0167-4fbc-b5d1-0fe1991fd1c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005273 10.0.0.27 - - [2025-11-27 04:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.27 - - [2025-11-27 04:13:00] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004695 10.0.0.27 - - [2025-11-27 04:13:00] "GET /virtual-networks?parent_id=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003903 10.0.0.27 - - [2025-11-27 04:13:00] "POST /neutron/port HTTP/1.1" 200 1088 0.021627 10.0.0.27 - - [2025-11-27 04:13:00] "GET /virtual-network/42fb88dc-f485-4680-9077-0f12ebee3450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006236 10.0.0.27 - - [2025-11-27 04:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.27 - - [2025-11-27 04:13:00] "GET /routing-instance/829752d8-ea4f-4089-9a37-618581fd0c41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.005311 10.0.0.27 - - [2025-11-27 04:13:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004064 10.0.0.27 - - [2025-11-27 04:13:00] "GET /route-target/8fdd09c7-0167-4fbc-b5d1-0fe1991fd1c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004552 10.0.0.27 - - [2025-11-27 04:13:00] "POST /neutron/network HTTP/1.1" 200 824 0.007712 10.0.0.27 - - [2025-11-27 04:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.27 - - [2025-11-27 04:13:01] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004252 10.0.0.27 - - [2025-11-27 04:13:01] "GET /virtual-networks?parent_id=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003413 10.0.0.27 - - [2025-11-27 04:13:01] "GET /virtual-network/42fb88dc-f485-4680-9077-0f12ebee3450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005990 10.0.0.27 - - [2025-11-27 04:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.27 - - [2025-11-27 04:13:01] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003899 10.0.0.27 - - [2025-11-27 04:13:01] "GET /virtual-networks?parent_id=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003428 10.0.0.27 - - [2025-11-27 04:13:01] "GET /virtual-network/42fb88dc-f485-4680-9077-0f12ebee3450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007742 10.0.0.23 - - [2025-11-27 04:13:01] "GET /obj-perms HTTP/1.1" 200 5030 0.056643 10.0.0.27 - - [2025-11-27 04:13:02] "GET /obj-perms HTTP/1.1" 200 5030 0.056009 10.0.0.27 - - [2025-11-27 04:13:02] "GET /obj-perms HTTP/1.1" 200 5030 0.003740 10.0.0.23 - - [2025-11-27 04:13:02] "GET /obj-perms HTTP/1.1" 200 5030 0.004357 10.0.0.27 - - [2025-11-27 04:13:02] "GET /obj-perms HTTP/1.1" 200 5030 0.004066 10.0.0.27 - - [2025-11-27 04:13:03] "GET /virtual-machine/1bc0c4b3-83e4-4950-8e41-e0892064fb15 HTTP/1.1" 200 1292 0.005173 10.0.0.27 - - [2025-11-27 04:13:03] "GET /virtual-machine-interface/87e01ad3-38b3-4628-992a-c95f3ccca740 HTTP/1.1" 200 2941 0.006524 10.0.0.27 - - [2025-11-27 04:13:03] "GET /virtual-machine/1bc0c4b3-83e4-4950-8e41-e0892064fb15 HTTP/1.1" 200 1292 0.004940 10.0.0.27 - - [2025-11-27 04:13:03] "GET /virtual-machine-interface/87e01ad3-38b3-4628-992a-c95f3ccca740 HTTP/1.1" 200 2941 0.006288 10.0.0.27 - - [2025-11-27 04:13:03] "GET /instance-ip/609a55b9-2b51-4a63-98af-5cd745c0f2f7 HTTP/1.1" 200 1620 0.006797 10.0.0.27 - - [2025-11-27 04:13:03] "GET /virtual-machine/1bc0c4b3-83e4-4950-8e41-e0892064fb15 HTTP/1.1" 200 1292 0.004344 10.0.0.27 - - [2025-11-27 04:13:03] "GET /virtual-machine-interface/87e01ad3-38b3-4628-992a-c95f3ccca740 HTTP/1.1" 200 2941 0.008013 10.0.0.27 - - [2025-11-27 04:13:03] "GET /instance-ip/609a55b9-2b51-4a63-98af-5cd745c0f2f7 HTTP/1.1" 200 1620 0.005069 10.0.0.27 - - [2025-11-27 04:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.27 - - [2025-11-27 04:13:03] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003645 10.0.0.27 - - [2025-11-27 04:13:03] "GET /virtual-networks?parent_id=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003056 10.0.0.27 - - [2025-11-27 04:13:03] "GET /virtual-network/92a36183-0312-42f4-b932-0fd99b5cc02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006858 10.0.0.27 - - [2025-11-27 04:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.27 - - [2025-11-27 04:13:03] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005026 10.0.0.27 - - [2025-11-27 04:13:03] "GET /virtual-networks?parent_id=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003212 10.0.0.27 - - [2025-11-27 04:13:03] "GET /virtual-network/92a36183-0312-42f4-b932-0fd99b5cc02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006726 10.0.0.27 - - [2025-11-27 04:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004835 10.0.0.27 - - [2025-11-27 04:13:03] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005293 10.0.0.27 - - [2025-11-27 04:13:03] "GET /virtual-networks?parent_id=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003627 10.0.0.27 - - [2025-11-27 04:13:03] "GET /virtual-network/92a36183-0312-42f4-b932-0fd99b5cc02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006890 10.0.0.27 - - [2025-11-27 04:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.27 - - [2025-11-27 04:13:03] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.011578 10.0.0.27 - - [2025-11-27 04:13:03] "GET /virtual-networks?parent_id=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003305 10.0.0.27 - - [2025-11-27 04:13:03] "GET /virtual-network/92a36183-0312-42f4-b932-0fd99b5cc02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006630 10.0.0.27 - - [2025-11-27 04:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004844 10.0.0.27 - - [2025-11-27 04:13:03] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005123 10.0.0.27 - - [2025-11-27 04:13:03] "GET /virtual-networks?parent_id=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003249 10.0.0.27 - - [2025-11-27 04:13:03] "GET /virtual-network/92a36183-0312-42f4-b932-0fd99b5cc02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006308 10.0.0.27 - - [2025-11-27 04:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004581 10.0.0.27 - - [2025-11-27 04:13:03] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003942 10.0.0.27 - - [2025-11-27 04:13:03] "GET /virtual-networks?parent_id=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003638 10.0.0.27 - - [2025-11-27 04:13:03] "GET /virtual-network/92a36183-0312-42f4-b932-0fd99b5cc02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006982 10.0.0.27 - - [2025-11-27 04:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.27 - - [2025-11-27 04:13:03] "GET /routing-instance/311ee57f-0b7d-471c-ad80-e10e325afe5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.007828 10.0.0.27 - - [2025-11-27 04:13:04] "GET /route-target/56d93268-1ccc-4a2e-ae7e-6b25c44e4eca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004435 10.0.0.27 - - [2025-11-27 04:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.27 - - [2025-11-27 04:13:04] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004873 10.0.0.27 - - [2025-11-27 04:13:04] "GET /virtual-networks?parent_id=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003436 10.0.0.27 - - [2025-11-27 04:13:04] "GET /virtual-network/92a36183-0312-42f4-b932-0fd99b5cc02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006577 10.0.0.27 - - [2025-11-27 04:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.27 - - [2025-11-27 04:13:04] "GET /routing-instance/311ee57f-0b7d-471c-ad80-e10e325afe5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004766 10.0.0.27 - - [2025-11-27 04:13:04] "GET /route-target/56d93268-1ccc-4a2e-ae7e-6b25c44e4eca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004460 10.0.0.27 - - [2025-11-27 04:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.27 - - [2025-11-27 04:13:04] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004799 10.0.0.27 - - [2025-11-27 04:13:04] "GET /virtual-networks?parent_id=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003453 10.0.0.27 - - [2025-11-27 04:13:04] "GET /virtual-network/92a36183-0312-42f4-b932-0fd99b5cc02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006744 10.0.0.27 - - [2025-11-27 04:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.27 - - [2025-11-27 04:13:04] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004654 10.0.0.27 - - [2025-11-27 04:13:04] "GET /virtual-networks?parent_id=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003526 10.0.0.27 - - [2025-11-27 04:13:04] "GET /virtual-network/92a36183-0312-42f4-b932-0fd99b5cc02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006002 10.0.0.23 - - [2025-11-27 04:13:04] "GET /obj-perms HTTP/1.1" 200 5030 0.004000 10.0.0.27 - - [2025-11-27 04:13:06] "GET /obj-perms HTTP/1.1" 200 5030 0.004389 10.0.0.23 - - [2025-11-27 04:13:06] "GET /obj-perms HTTP/1.1" 200 5030 0.003976 10.0.0.27 - - [2025-11-27 04:13:06] "GET /obj-perms HTTP/1.1" 200 5030 0.005241 10.0.0.33 - - [2025-11-27 04:13:07] "GET /obj-perms HTTP/1.1" 200 5030 0.048614 10.0.0.27 - - [2025-11-27 04:13:27] "GET /virtual-machine/1bc0c4b3-83e4-4950-8e41-e0892064fb15 HTTP/1.1" 200 1292 0.004186 10.0.0.27 - - [2025-11-27 04:13:27] "POST /neutron/port HTTP/1.1" 200 1088 0.015944 10.0.0.27 - - [2025-11-27 04:13:29] "GET /virtual-machine/1bc0c4b3-83e4-4950-8e41-e0892064fb15 HTTP/1.1" 404 171 0.003163 10.0.0.27 - - [2025-11-27 04:13:29] "GET /virtual-machine/1bc0c4b3-83e4-4950-8e41-e0892064fb15 HTTP/1.1" 404 171 0.003059 10.0.0.27 - - [2025-11-27 04:13:29] "GET /virtual-machine/1bc0c4b3-83e4-4950-8e41-e0892064fb15 HTTP/1.1" 404 171 0.002952 10.0.0.27 - - [2025-11-27 04:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.27 - - [2025-11-27 04:13:29] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003519 10.0.0.27 - - [2025-11-27 04:13:29] "GET /virtual-networks?parent_id=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002358 10.0.0.27 - - [2025-11-27 04:13:29] "GET /virtual-network/92a36183-0312-42f4-b932-0fd99b5cc02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005023 10.0.0.27 - - [2025-11-27 04:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.27 - - [2025-11-27 04:13:29] "GET /routing-instance/311ee57f-0b7d-471c-ad80-e10e325afe5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004089 10.0.0.27 - - [2025-11-27 04:13:29] "GET /route-target/56d93268-1ccc-4a2e-ae7e-6b25c44e4eca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004266 10.0.0.27 - - [2025-11-27 04:13:32] "GET /obj-perms HTTP/1.1" 200 5030 0.003789 10.0.0.33 - - [2025-11-27 04:13:32] "GET /obj-perms HTTP/1.1" 200 5030 0.004700 10.0.0.27 - - [2025-11-27 04:13:36] "GET /obj-perms HTTP/1.1" 200 5030 0.003326 10.0.0.27 - - [2025-11-27 04:13:36] "GET /virtual-machine/e5d1d560-83b6-4bad-a40b-4d1f414bca54 HTTP/1.1" 200 1293 0.003644 10.0.0.27 - - [2025-11-27 04:13:36] "POST /neutron/port HTTP/1.1" 200 1088 0.013344 10.0.0.27 - - [2025-11-27 04:13:38] "GET /virtual-machine/e5d1d560-83b6-4bad-a40b-4d1f414bca54 HTTP/1.1" 404 171 0.003358 10.0.0.27 - - [2025-11-27 04:13:38] "GET /virtual-machine/e5d1d560-83b6-4bad-a40b-4d1f414bca54 HTTP/1.1" 404 171 0.002757 10.0.0.27 - - [2025-11-27 04:13:38] "GET /virtual-machine/e5d1d560-83b6-4bad-a40b-4d1f414bca54 HTTP/1.1" 404 171 0.002720 10.0.0.27 - - [2025-11-27 04:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.27 - - [2025-11-27 04:13:38] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003755 10.0.0.27 - - [2025-11-27 04:13:38] "GET /virtual-networks?parent_id=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002930 10.0.0.27 - - [2025-11-27 04:13:38] "GET /virtual-network/42fb88dc-f485-4680-9077-0f12ebee3450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005485 10.0.0.27 - - [2025-11-27 04:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.27 - - [2025-11-27 04:13:38] "GET /routing-instance/829752d8-ea4f-4089-9a37-618581fd0c41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004008 10.0.0.27 - - [2025-11-27 04:13:38] "GET /route-target/8fdd09c7-0167-4fbc-b5d1-0fe1991fd1c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003702 10.0.0.23 - - [2025-11-27 04:13:38] "GET /obj-perms HTTP/1.1" 200 5030 0.003844 10.0.0.27 - - [2025-11-27 04:13:44] "GET /obj-perms HTTP/1.1" 200 5030 0.003665 10.0.0.23 - - [2025-11-27 04:13:48] "GET /obj-perms HTTP/1.1" 200 5030 0.003426 10.0.0.27 - - [2025-11-27 04:13:54] "GET /obj-perms HTTP/1.1" 200 5030 0.003922 10.0.0.33 - - [2025-11-27 04:13:57] "GET /obj-perms HTTP/1.1" 200 5056 0.055545 10.0.0.23 - - [2025-11-27 04:13:57] "GET /obj-perms HTTP/1.1" 200 5030 0.003784 10.0.0.27 - - [2025-11-27 04:13:57] "GET /obj-perms HTTP/1.1" 200 5030 0.007067 10.0.0.27 - - [2025-11-27 04:13:57] "POST /neutron/network HTTP/1.1" 200 824 0.007352 10.0.0.27 - - [2025-11-27 04:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005619 10.0.0.23 - - [2025-11-27 04:13:57] "POST /useragent-kv HTTP/1.1" 200 115 0.034037 10.0.0.27 - - [2025-11-27 04:13:57] "DELETE /route-target/8fdd09c7-0167-4fbc-b5d1-0fe1991fd1c1 HTTP/1.1" 200 115 0.030269 10.0.0.23 - - [2025-11-27 04:13:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003589 10.0.0.27 - - [2025-11-27 04:13:57] "POST /neutron/network HTTP/1.1" 200 151 0.163245 10.0.0.23 - - [2025-11-27 04:13:59] "GET /projects?obj_uuids=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000890 10.0.0.27 - - [2025-11-27 04:13:59] "GET /project/367ce5ba-6bb9-4dd4-afb8-b1ca7effca72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.061302 10.0.0.23 - - [2025-11-27 04:13:59] "GET /projects?obj_uuids=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000887 10.0.0.27 - - [2025-11-27 04:13:59] "GET /project/367ce5ba-6bb9-4dd4-afb8-b1ca7effca72?fields=virtual_networks HTTP/1.1" 200 1032 0.037991 10.0.0.23 - - [2025-11-27 04:13:59] "GET /projects?obj_uuids=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001243 10.0.0.27 - - [2025-11-27 04:13:59] "GET /project/367ce5ba-6bb9-4dd4-afb8-b1ca7effca72?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.062031 10.0.0.23 - - [2025-11-27 04:13:59] "GET /projects?obj_uuids=367ce5ba-6bb9-4dd4-afb8-b1ca7effca72&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000846 10.0.0.27 - - [2025-11-27 04:13:59] "GET /project/367ce5ba-6bb9-4dd4-afb8-b1ca7effca72?fields=security_groups HTTP/1.1" 200 1258 0.049335 10.0.0.27 - - [2025-11-27 04:14:00] "POST /fqname-to-id HTTP/1.1" 404 196 0.027168 10.0.0.23 - - [2025-11-27 04:14:00] "GET /projects?obj_uuids=56069d91-fbd8-4f19-b36e-80f83222ccab&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003125 10.0.0.23 - - [2025-11-27 04:14:00] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000866 10.0.0.23 - - [2025-11-27 04:14:00] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.033795 10.0.0.23 - - [2025-11-27 04:14:00] "POST /id-to-fqname HTTP/1.1" 200 198 0.005660 10.0.0.23 - - [2025-11-27 04:14:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.007229 10.0.0.23 - - [2025-11-27 04:14:00] "POST /security-groups HTTP/1.1" 200 599 0.030955 10.0.0.23 - - [2025-11-27 04:14:00] "POST /projects HTTP/1.1" 200 601 0.236812 10.0.0.27 - - [2025-11-27 04:14:00] "POST /fqname-to-id HTTP/1.1" 404 241 0.010928 10.0.0.23 - - [2025-11-27 04:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.308476 10.0.0.27 - - [2025-11-27 04:14:00] "GET /project/56069d91-fbd8-4f19-b36e-80f83222ccab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.466526 10.0.0.27 - - [2025-11-27 04:14:01] "GET / HTTP/1.1" 200 35931 0.001717 10.0.0.27 - - [2025-11-27 04:14:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000399 10.0.0.27 - - [2025-11-27 04:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.054334 10.0.0.23 - - [2025-11-27 04:14:05] "GET /projects?obj_uuids=56069d91-fbd8-4f19-b36e-80f83222ccab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000785 10.0.0.27 - - [2025-11-27 04:14:05] "GET /project/56069d91-fbd8-4f19-b36e-80f83222ccab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.036941 10.0.0.27 - - [2025-11-27 04:14:05] "POST /ref-update HTTP/1.1" 200 156 0.028426 10.0.0.23 - - [2025-11-27 04:14:05] "POST /useragent-kv HTTP/1.1" 200 115 0.008084 10.0.0.27 - - [2025-11-27 04:14:05] "POST /neutron/subnet HTTP/1.1" 200 720 0.223297 10.0.0.27 - - [2025-11-27 04:14:06] "POST /id-to-fqname HTTP/1.1" 200 228 0.001386 10.0.0.27 - - [2025-11-27 04:14:06] "GET /virtual-network/68705132-4879-40fc-805b-2e2794df458a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.028517 10.0.0.27 - - [2025-11-27 04:14:06] "POST /neutron/network HTTP/1.1" 200 1004 0.009959 10.0.0.27 - - [2025-11-27 04:14:06] "GET /virtual-network/68705132-4879-40fc-805b-2e2794df458a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004915 10.0.0.27 - - [2025-11-27 04:14:06] "POST /neutron/subnet HTTP/1.1" 200 823 0.008353 10.0.0.27 - - [2025-11-27 04:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002629 10.0.0.23 - - [2025-11-27 04:14:06] "GET /projects?obj_uuids=56069d91-fbd8-4f19-b36e-80f83222ccab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000820 10.0.0.27 - - [2025-11-27 04:14:06] "GET /project/56069d91-fbd8-4f19-b36e-80f83222ccab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.039605 10.0.0.23 - - [2025-11-27 04:14:06] "POST /useragent-kv HTTP/1.1" 200 115 0.008897 10.0.0.27 - - [2025-11-27 04:14:06] "POST /neutron/subnet HTTP/1.1" 200 719 0.214889 10.0.0.27 - - [2025-11-27 04:14:07] "POST /id-to-fqname HTTP/1.1" 200 228 0.001174 10.0.0.27 - - [2025-11-27 04:14:07] "GET /virtual-network/57629f8a-d3d4-42fb-a877-a986d97a09d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006672 10.0.0.27 - - [2025-11-27 04:14:07] "POST /neutron/network HTTP/1.1" 200 1005 0.007639 10.0.0.27 - - [2025-11-27 04:14:07] "GET /virtual-network/57629f8a-d3d4-42fb-a877-a986d97a09d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.004326 10.0.0.27 - - [2025-11-27 04:14:07] "POST /neutron/subnet HTTP/1.1" 200 828 0.009149 10.0.0.27 - - [2025-11-27 04:14:07] "GET /virtual-network/68705132-4879-40fc-805b-2e2794df458a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005225 10.0.0.27 - - [2025-11-27 04:14:09] "GET /virtual-network/57629f8a-d3d4-42fb-a877-a986d97a09d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007562 10.0.0.27 - - [2025-11-27 04:14:09] "GET /obj-perms HTTP/1.1" 200 5046 0.101902 10.0.0.33 - - [2025-11-27 04:14:09] "GET /obj-perms HTTP/1.1" 200 5046 0.070973 10.0.0.23 - - [2025-11-27 04:14:09] "GET /obj-perms HTTP/1.1" 200 5046 0.057904 10.0.0.27 - - [2025-11-27 04:14:09] "DELETE /access-control-list/39d40d8e-9825-4f39-8204-7e05a749efba HTTP/1.1" 200 115 0.092668 10.0.0.27 - - [2025-11-27 04:14:10] "POST /neutron/subnet HTTP/1.1" 200 823 0.008977 10.0.0.27 - - [2025-11-27 04:14:10] "POST /id-to-fqname HTTP/1.1" 200 228 0.001001 10.0.0.23 - - [2025-11-27 04:14:11] "GET /projects?obj_uuids=56069d91-fbd8-4f19-b36e-80f83222ccab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000917 10.0.0.27 - - [2025-11-27 04:14:11] "GET /project/56069d91-fbd8-4f19-b36e-80f83222ccab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.067267 10.0.0.27 - - [2025-11-27 04:14:11] "POST /neutron/port HTTP/1.1" 200 117 0.005334 10.0.0.27 - - [2025-11-27 04:14:11] "POST /neutron/network HTTP/1.1" 200 1014 0.006676 10.0.0.27 - - [2025-11-27 04:14:12] "POST /neutron/port HTTP/1.1" 200 1173 0.047632 10.0.0.27 - - [2025-11-27 04:14:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003525 10.0.0.27 - - [2025-11-27 04:14:12] "POST /neutron/port HTTP/1.1" 200 117 0.000993 10.0.0.27 - - [2025-11-27 04:14:16] "POST /neutron/port HTTP/1.1" 200 1201 0.015662 10.0.0.27 - - [2025-11-27 04:14:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.018318 10.0.0.27 - - [2025-11-27 04:14:16] "GET /virtual-machine/c783ef06-31d8-46e3-8f00-6e06f719b23e HTTP/1.1" 401 292 0.000366 10.0.0.27 - - [2025-11-27 04:14:16] "GET /virtual-machine/c783ef06-31d8-46e3-8f00-6e06f719b23e HTTP/1.1" 200 1301 0.032674 10.0.0.27 - - [2025-11-27 04:14:16] "GET /virtual-machine-interface/7bca7528-aacf-45d4-b7e6-63229335915f HTTP/1.1" 200 3175 0.006243 10.0.0.27 - - [2025-11-27 04:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.27 - - [2025-11-27 04:14:17] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002897 10.0.0.27 - - [2025-11-27 04:14:17] "GET /virtual-networks?parent_id=56069d91-fbd8-4f19-b36e-80f83222ccab&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002429 10.0.0.27 - - [2025-11-27 04:14:17] "GET /virtual-network/68705132-4879-40fc-805b-2e2794df458a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005611 10.0.0.27 - - [2025-11-27 04:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.27 - - [2025-11-27 04:14:20] "GET /virtual-network/68705132-4879-40fc-805b-2e2794df458a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005086 10.0.0.27 - - [2025-11-27 04:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.27 - - [2025-11-27 04:14:24] "GET /virtual-network/68705132-4879-40fc-805b-2e2794df458a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005691 10.0.0.27 - - [2025-11-27 04:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.27 - - [2025-11-27 04:14:28] "GET /virtual-network/68705132-4879-40fc-805b-2e2794df458a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004918 10.0.0.27 - - [2025-11-27 04:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.27 - - [2025-11-27 04:14:32] "GET /virtual-network/68705132-4879-40fc-805b-2e2794df458a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007029 10.0.0.27 - - [2025-11-27 04:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.27 - - [2025-11-27 04:14:36] "GET /virtual-network/68705132-4879-40fc-805b-2e2794df458a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004828 10.0.0.27 - - [2025-11-27 04:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.27 - - [2025-11-27 04:14:40] "GET /virtual-network/68705132-4879-40fc-805b-2e2794df458a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004759 10.0.0.23 - - [2025-11-27 04:14:42] "DELETE /project/56069d91fbd84f19b36e80f83222ccab HTTP/1.1" 404 173 0.003917 10.0.0.23 - - [2025-11-27 04:14:42] "DELETE /project/367ce5ba-6bb9-4dd4-afb8-b1ca7effca72 HTTP/1.1" 404 177 0.003550 10.0.0.27 - - [2025-11-27 04:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004314 10.0.0.27 - - [2025-11-27 04:14:44] "GET /virtual-network/68705132-4879-40fc-805b-2e2794df458a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006540 10.0.0.27 - - [2025-11-27 04:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.27 - - [2025-11-27 04:14:48] "GET /virtual-network/68705132-4879-40fc-805b-2e2794df458a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004565 10.0.0.27 - - [2025-11-27 04:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.27 - - [2025-11-27 04:14:50] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003501 10.0.0.27 - - [2025-11-27 04:14:50] "GET /virtual-networks?parent_id=56069d91-fbd8-4f19-b36e-80f83222ccab&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002528 10.0.0.27 - - [2025-11-27 04:14:50] "GET /virtual-network/68705132-4879-40fc-805b-2e2794df458a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005226 10.0.0.27 - - [2025-11-27 04:14:51] "POST /neutron/port HTTP/1.1" 200 1201 0.014373 10.0.0.27 - - [2025-11-27 04:14:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009221 10.0.0.27 - - [2025-11-27 04:15:00] "POST /neutron/port HTTP/1.1" 200 1201 0.013706 10.0.0.27 - - [2025-11-27 04:15:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003346 10.0.0.27 - - [2025-11-27 04:15:00] "POST /neutron/port HTTP/1.1" 200 117 0.001019 10.0.0.27 - - [2025-11-27 04:15:01] "POST /neutron/port HTTP/1.1" 200 1201 0.014442 10.0.0.27 - - [2025-11-27 04:15:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009881 10.0.0.27 - - [2025-11-27 04:15:11] "POST /neutron/port HTTP/1.1" 200 1201 0.014781 10.0.0.27 - - [2025-11-27 04:15:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008903 10.0.0.27 - - [2025-11-27 04:15:12] "POST /neutron/network HTTP/1.1" 200 978 0.016179 10.0.0.27 - - [2025-11-27 04:15:12] "POST /id-to-fqname HTTP/1.1" 200 228 0.001185 10.0.0.27 - - [2025-11-27 04:15:12] "GET /virtual-machine/c783ef06-31d8-46e3-8f00-6e06f719b23e HTTP/1.1" 200 1301 0.003962 10.0.0.27 - - [2025-11-27 04:15:12] "GET /virtual-machine-interface/7bca7528-aacf-45d4-b7e6-63229335915f HTTP/1.1" 200 3175 0.005519 10.0.0.27 - - [2025-11-27 04:15:12] "GET /instance-ip/4b075809-7c2f-4361-b5cb-64da6ee4015a HTTP/1.1" 200 1635 0.006753 10.0.0.27 - - [2025-11-27 04:15:12] "GET /instance-ip/7b033363-4576-4bf3-a282-214d8c105d44 HTTP/1.1" 200 1655 0.005115 10.0.0.27 - - [2025-11-27 04:15:12] "POST /fqname-to-id HTTP/1.1" 404 218 0.002838 10.0.0.27 - - [2025-11-27 04:15:12] "GET /virtual-network/68705132-4879-40fc-805b-2e2794df458a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004780 10.0.0.23 - - [2025-11-27 04:15:12] "GET /projects?obj_uuids=56069d91-fbd8-4f19-b36e-80f83222ccab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000769 10.0.0.27 - - [2025-11-27 04:15:12] "GET /project/56069d91-fbd8-4f19-b36e-80f83222ccab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047166 10.0.0.27 - - [2025-11-27 04:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.27 - - [2025-11-27 04:15:12] "GET /security-group/6239b785-bcd4-498d-af07-69a6706cc221?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.004165 10.0.0.27 - - [2025-11-27 04:15:12] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.073827 10.0.0.27 - - [2025-11-27 04:15:12] "POST /instance-ips HTTP/1.1" 200 357 0.036498 10.0.0.27 - - [2025-11-27 04:15:12] "GET /instance-ip/0d3f9e52-9176-4b4d-a960-45023f5bc1fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1589 0.005372 10.0.0.27 - - [2025-11-27 04:15:12] "POST /instance-ips HTTP/1.1" 200 357 0.031715 10.0.0.27 - - [2025-11-27 04:15:12] "GET /instance-ip/6b4fed9a-2486-4447-b278-486e82c9a127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.009091 10.0.0.27 - - [2025-11-27 04:15:12] "GET /virtual-machine-interface/2a95ea75-02d1-40d9-9920-200dcbe48810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.006638 10.0.0.27 - - [2025-11-27 04:15:12] "GET /virtual-machine-interface/2a95ea75-02d1-40d9-9920-200dcbe48810?fields=instance_ip_back_refs HTTP/1.1" 200 1537 0.007423 10.0.0.27 - - [2025-11-27 04:15:12] "GET /instance-ip/0d3f9e52-9176-4b4d-a960-45023f5bc1fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1589 0.004063 10.0.0.27 - - [2025-11-27 04:15:12] "GET /instance-ip/6b4fed9a-2486-4447-b278-486e82c9a127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.004080 10.0.0.27 - - [2025-11-27 04:15:12] "POST /id-to-fqname HTTP/1.1" 200 228 0.001004 10.0.0.27 - - [2025-11-27 04:15:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008131 10.0.0.27 - - [2025-11-27 04:15:13] "POST /neutron/network HTTP/1.1" 200 1004 0.032652 10.0.0.27 - - [2025-11-27 04:15:13] "POST /neutron/port HTTP/1.1" 200 1201 0.015343 10.0.0.27 - - [2025-11-27 04:15:13] "POST /neutron/port HTTP/1.1" 200 117 0.006669 10.0.0.27 - - [2025-11-27 04:15:13] "POST /neutron/port HTTP/1.1" 200 1080 0.030910 10.0.0.27 - - [2025-11-27 04:15:14] "POST /neutron/port HTTP/1.1" 200 1147 0.029340 10.0.0.27 - - [2025-11-27 04:15:14] "POST /neutron/subnet HTTP/1.1" 200 1375 0.013600 10.0.0.27 - - [2025-11-27 04:15:14] "POST /neutron/network HTTP/1.1" 200 1004 0.009434 10.0.0.27 - - [2025-11-27 04:15:18] "POST /neutron/port HTTP/1.1" 200 1147 0.013662 10.0.0.27 - - [2025-11-27 04:15:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006349 10.0.0.27 - - [2025-11-27 04:15:18] "GET /virtual-machine/8abcba17-dbc3-483d-95db-dce55a668483 HTTP/1.1" 200 1278 0.017763 10.0.0.27 - - [2025-11-27 04:15:18] "GET /virtual-machine-interface/2a95ea75-02d1-40d9-9920-200dcbe48810 HTTP/1.1" 200 3225 0.004821 10.0.0.27 - - [2025-11-27 04:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.007270 10.0.0.27 - - [2025-11-27 04:15:18] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003704 10.0.0.27 - - [2025-11-27 04:15:18] "GET /virtual-networks?parent_id=56069d91-fbd8-4f19-b36e-80f83222ccab&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002990 10.0.0.27 - - [2025-11-27 04:15:18] "GET /virtual-network/68705132-4879-40fc-805b-2e2794df458a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.009125 10.0.0.27 - - [2025-11-27 04:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.27 - - [2025-11-27 04:15:22] "GET /virtual-network/68705132-4879-40fc-805b-2e2794df458a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004666 10.0.0.27 - - [2025-11-27 04:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004639 10.0.0.27 - - [2025-11-27 04:15:26] "GET /virtual-network/68705132-4879-40fc-805b-2e2794df458a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004798 10.0.0.27 - - [2025-11-27 04:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.27 - - [2025-11-27 04:15:30] "GET /virtual-network/68705132-4879-40fc-805b-2e2794df458a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005054 10.0.0.27 - - [2025-11-27 04:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.27 - - [2025-11-27 04:15:34] "GET /virtual-network/68705132-4879-40fc-805b-2e2794df458a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005607 10.0.0.27 - - [2025-11-27 04:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.27 - - [2025-11-27 04:15:38] "GET /virtual-network/68705132-4879-40fc-805b-2e2794df458a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005287 10.0.0.27 - - [2025-11-27 04:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.27 - - [2025-11-27 04:15:42] "GET /virtual-network/68705132-4879-40fc-805b-2e2794df458a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006515 10.0.0.27 - - [2025-11-27 04:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.27 - - [2025-11-27 04:15:46] "GET /virtual-network/68705132-4879-40fc-805b-2e2794df458a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006861 10.0.0.27 - - [2025-11-27 04:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.27 - - [2025-11-27 04:15:50] "GET /virtual-network/68705132-4879-40fc-805b-2e2794df458a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004854 10.0.0.27 - - [2025-11-27 04:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.27 - - [2025-11-27 04:15:54] "GET /virtual-network/68705132-4879-40fc-805b-2e2794df458a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004815 10.0.0.27 - - [2025-11-27 04:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.27 - - [2025-11-27 04:15:58] "GET /virtual-network/68705132-4879-40fc-805b-2e2794df458a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004731 10.0.0.27 - - [2025-11-27 04:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.27 - - [2025-11-27 04:16:00] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003605 10.0.0.27 - - [2025-11-27 04:16:00] "GET /virtual-networks?parent_id=56069d91-fbd8-4f19-b36e-80f83222ccab&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003053 10.0.0.27 - - [2025-11-27 04:16:01] "GET /virtual-network/68705132-4879-40fc-805b-2e2794df458a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005537 10.0.0.27 - - [2025-11-27 04:16:01] "POST /neutron/port HTTP/1.1" 200 1201 0.015180 10.0.0.27 - - [2025-11-27 04:16:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003665 10.0.0.27 - - [2025-11-27 04:16:01] "POST /neutron/port HTTP/1.1" 200 117 0.001052 10.0.0.27 - - [2025-11-27 04:16:06] "POST /neutron/port HTTP/1.1" 200 1147 0.017731 10.0.0.27 - - [2025-11-27 04:16:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007279 10.0.0.27 - - [2025-11-27 04:16:16] "POST /neutron/port HTTP/1.1" 200 1147 0.014162 10.0.0.27 - - [2025-11-27 04:16:21] "POST /id-to-fqname HTTP/1.1" 200 228 0.001362 10.0.0.27 - - [2025-11-27 04:16:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006626 10.0.0.23 - - [2025-11-27 04:16:22] "GET /projects?obj_uuids=56069d91-fbd8-4f19-b36e-80f83222ccab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001435 10.0.0.27 - - [2025-11-27 04:16:22] "GET /project/56069d91-fbd8-4f19-b36e-80f83222ccab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.067253 10.0.0.27 - - [2025-11-27 04:16:22] "POST /neutron/port HTTP/1.1" 200 2230 0.021701 10.0.0.27 - - [2025-11-27 04:16:22] "POST /neutron/port HTTP/1.1" 200 117 0.005571 10.0.0.27 - - [2025-11-27 04:16:23] "POST /neutron/port HTTP/1.1" 200 1174 0.049800 10.0.0.27 - - [2025-11-27 04:16:24] "POST /neutron/port HTTP/1.1" 200 1202 0.015481 10.0.0.27 - - [2025-11-27 04:16:24] "POST /neutron/subnet HTTP/1.1" 200 1379 0.012101 10.0.0.27 - - [2025-11-27 04:16:24] "POST /neutron/network HTTP/1.1" 200 1005 0.016195 10.0.0.27 - - [2025-11-27 04:16:28] "POST /neutron/port HTTP/1.1" 200 1202 0.013809 10.0.0.27 - - [2025-11-27 04:16:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006376 10.0.0.27 - - [2025-11-27 04:16:28] "GET /virtual-machine/4b24e0de-fe86-419d-a085-2a4c22974517 HTTP/1.1" 200 1300 0.004840 10.0.0.27 - - [2025-11-27 04:16:28] "GET /virtual-machine-interface/221f49da-9dbd-4c9a-ba2a-61a274d981be HTTP/1.1" 200 3175 0.004658 10.0.0.27 - - [2025-11-27 04:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002664 10.0.0.27 - - [2025-11-27 04:16:28] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003047 10.0.0.27 - - [2025-11-27 04:16:28] "GET /virtual-networks?parent_id=56069d91-fbd8-4f19-b36e-80f83222ccab&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004512 10.0.0.27 - - [2025-11-27 04:16:28] "GET /virtual-network/57629f8a-d3d4-42fb-a877-a986d97a09d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.004883 10.0.0.27 - - [2025-11-27 04:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.27 - - [2025-11-27 04:16:31] "GET /virtual-network/57629f8a-d3d4-42fb-a877-a986d97a09d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005721 10.0.0.27 - - [2025-11-27 04:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.27 - - [2025-11-27 04:16:35] "GET /virtual-network/57629f8a-d3d4-42fb-a877-a986d97a09d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005624 10.0.0.27 - - [2025-11-27 04:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.27 - - [2025-11-27 04:16:39] "GET /virtual-network/57629f8a-d3d4-42fb-a877-a986d97a09d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.004806 10.0.0.27 - - [2025-11-27 04:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004752 10.0.0.27 - - [2025-11-27 04:16:43] "GET /virtual-network/57629f8a-d3d4-42fb-a877-a986d97a09d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005694 10.0.0.27 - - [2025-11-27 04:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.27 - - [2025-11-27 04:16:47] "GET /virtual-network/57629f8a-d3d4-42fb-a877-a986d97a09d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006747 10.0.0.27 - - [2025-11-27 04:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.27 - - [2025-11-27 04:16:51] "GET /virtual-network/57629f8a-d3d4-42fb-a877-a986d97a09d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.004663 10.0.0.27 - - [2025-11-27 04:16:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.27 - - [2025-11-27 04:16:56] "GET /virtual-network/57629f8a-d3d4-42fb-a877-a986d97a09d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005231 10.0.0.27 - - [2025-11-27 04:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.27 - - [2025-11-27 04:17:00] "GET /virtual-network/57629f8a-d3d4-42fb-a877-a986d97a09d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.004900 10.0.0.27 - - [2025-11-27 04:17:02] "POST /neutron/network HTTP/1.1" 200 1014 0.005888 10.0.0.27 - - [2025-11-27 04:17:02] "POST /neutron/subnet HTTP/1.1" 200 1375 0.011718 10.0.0.27 - - [2025-11-27 04:17:02] "POST /neutron/network HTTP/1.1" 200 1004 0.008639 10.0.0.27 - - [2025-11-27 04:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.27 - - [2025-11-27 04:17:04] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004124 10.0.0.27 - - [2025-11-27 04:17:04] "GET /virtual-networks?parent_id=56069d91-fbd8-4f19-b36e-80f83222ccab&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003283 10.0.0.27 - - [2025-11-27 04:17:04] "GET /virtual-network/57629f8a-d3d4-42fb-a877-a986d97a09d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005032 10.0.0.27 - - [2025-11-27 04:17:04] "POST /neutron/port HTTP/1.1" 200 1202 0.024363 10.0.0.27 - - [2025-11-27 04:17:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004140 10.0.0.27 - - [2025-11-27 04:17:04] "POST /neutron/port HTTP/1.1" 200 117 0.001066 10.0.0.27 - - [2025-11-27 04:17:09] "POST /neutron/port HTTP/1.1" 200 1202 0.017365 10.0.0.27 - - [2025-11-27 04:17:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008460 10.0.0.27 - - [2025-11-27 04:17:19] "POST /neutron/port HTTP/1.1" 200 1202 0.017130 10.0.0.23 - - [2025-11-27 04:17:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000525 10.0.0.23 - - [2025-11-27 04:17:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000542 10.0.0.23 - - [2025-11-27 04:17:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.23 - - [2025-11-27 04:17:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.33 - - [2025-11-27 04:17:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.33 - - [2025-11-27 04:17:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.27 - - [2025-11-27 04:17:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.27 - - [2025-11-27 04:17:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.33 - - [2025-11-27 04:17:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.33 - - [2025-11-27 04:17:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000336 10.0.0.27 - - [2025-11-27 04:17:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000532 10.0.0.27 - - [2025-11-27 04:17:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000478 10.0.0.27 - - [2025-11-27 04:17:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007211 10.0.0.27 - - [2025-11-27 04:17:25] "POST /neutron/port HTTP/1.1" 200 1202 0.017049 10.0.0.27 - - [2025-11-27 04:17:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008747 10.0.0.27 - - [2025-11-27 04:17:25] "POST /id-to-fqname HTTP/1.1" 200 228 0.001730 10.0.0.27 - - [2025-11-27 04:17:25] "GET /virtual-machine/4b24e0de-fe86-419d-a085-2a4c22974517 HTTP/1.1" 200 1300 0.004934 10.0.0.27 - - [2025-11-27 04:17:25] "GET /virtual-machine-interface/221f49da-9dbd-4c9a-ba2a-61a274d981be HTTP/1.1" 200 3175 0.006670 10.0.0.27 - - [2025-11-27 04:17:25] "GET /instance-ip/3cbc66d1-be27-43f5-abcf-716e234bf651 HTTP/1.1" 200 1635 0.005722 10.0.0.27 - - [2025-11-27 04:17:25] "GET /instance-ip/5784be0f-c393-422c-95b0-c7858ba68ac4 HTTP/1.1" 200 1656 0.006212 10.0.0.27 - - [2025-11-27 04:17:25] "POST /fqname-to-id HTTP/1.1" 404 230 0.002910 10.0.0.27 - - [2025-11-27 04:17:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.23 - - [2025-11-27 04:17:25] "GET /projects?obj_uuids=56069d91-fbd8-4f19-b36e-80f83222ccab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000914 10.0.0.27 - - [2025-11-27 04:17:25] "GET /project/56069d91-fbd8-4f19-b36e-80f83222ccab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.044291 10.0.0.27 - - [2025-11-27 04:17:25] "POST /network-policys HTTP/1.1" 200 569 0.034040 10.0.0.27 - - [2025-11-27 04:17:25] "GET /network-policy/dab63731-f408-4aef-974d-3fe144358bca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005472 10.0.0.27 - - [2025-11-27 04:17:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002507 10.0.0.27 - - [2025-11-27 04:17:25] "GET /virtual-network/68705132-4879-40fc-805b-2e2794df458a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005454 10.0.0.27 - - [2025-11-27 04:17:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.27 - - [2025-11-27 04:17:25] "GET /network-policy/dab63731-f408-4aef-974d-3fe144358bca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.003817 10.0.0.27 - - [2025-11-27 04:17:25] "POST /ref-update HTTP/1.1" 200 156 0.048800 10.0.0.23 - - [2025-11-27 04:17:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.046211 10.0.0.27 - - [2025-11-27 04:17:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.27 - - [2025-11-27 04:17:26] "GET /network-policy/dab63731-f408-4aef-974d-3fe144358bca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.003882 10.0.0.27 - - [2025-11-27 04:17:26] "POST /neutron/network HTTP/1.1" 200 1108 0.009140 10.0.0.27 - - [2025-11-27 04:17:26] "GET /virtual-network/68705132-4879-40fc-805b-2e2794df458a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.004544 10.0.0.27 - - [2025-11-27 04:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.27 - - [2025-11-27 04:17:26] "GET /network-policy/dab63731-f408-4aef-974d-3fe144358bca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.003487 10.0.0.27 - - [2025-11-27 04:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.27 - - [2025-11-27 04:17:26] "GET /virtual-network/57629f8a-d3d4-42fb-a877-a986d97a09d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005901 10.0.0.27 - - [2025-11-27 04:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002597 10.0.0.27 - - [2025-11-27 04:17:26] "GET /network-policy/dab63731-f408-4aef-974d-3fe144358bca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.003839 10.0.0.27 - - [2025-11-27 04:17:26] "POST /ref-update HTTP/1.1" 200 156 0.068207 10.0.0.27 - - [2025-11-27 04:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002664 10.0.0.27 - - [2025-11-27 04:17:26] "POST /access-control-lists HTTP/1.1" 200 596 0.026700 10.0.0.27 - - [2025-11-27 04:17:26] "GET /network-policy/dab63731-f408-4aef-974d-3fe144358bca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.003686 10.0.0.27 - - [2025-11-27 04:17:26] "GET /virtual-network/57629f8a-d3d4-42fb-a877-a986d97a09d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006442 10.0.0.27 - - [2025-11-27 04:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.27 - - [2025-11-27 04:17:26] "GET /network-policy/dab63731-f408-4aef-974d-3fe144358bca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.003931 10.0.0.27 - - [2025-11-27 04:17:26] "POST /ref-update HTTP/1.1" 200 156 0.028668 10.0.0.27 - - [2025-11-27 04:17:26] "GET /virtual-machine-interface/221f49da-9dbd-4c9a-ba2a-61a274d981be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.009300 10.0.0.27 - - [2025-11-27 04:17:26] "PUT /virtual-machine-interface/221f49da-9dbd-4c9a-ba2a-61a274d981be HTTP/1.1" 200 284 0.022815 10.0.0.27 - - [2025-11-27 04:17:26] "GET /virtual-machine-interface/221f49da-9dbd-4c9a-ba2a-61a274d981be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3070 0.006818 10.0.0.27 - - [2025-11-27 04:17:26] "PUT /virtual-machine-interface/221f49da-9dbd-4c9a-ba2a-61a274d981be HTTP/1.1" 200 284 0.024169 10.0.0.23 - - [2025-11-27 04:17:59] "GET /obj-perms HTTP/1.1" 200 5056 0.063365 10.0.0.27 - - [2025-11-27 04:18:00] "GET /obj-perms HTTP/1.1" 200 5056 0.054719 10.0.0.27 - - [2025-11-27 04:18:04] "POST /neutron/port HTTP/1.1" 200 1201 0.015795 10.0.0.27 - - [2025-11-27 04:18:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003726 10.0.0.27 - - [2025-11-27 04:18:04] "POST /neutron/port HTTP/1.1" 200 117 0.001048 10.0.0.27 - - [2025-11-27 04:18:06] "POST /neutron/port HTTP/1.1" 200 1202 0.018312 10.0.0.27 - - [2025-11-27 04:18:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003519 10.0.0.27 - - [2025-11-27 04:18:07] "POST /neutron/port HTTP/1.1" 200 117 0.001031 10.0.0.33 - - [2025-11-27 04:19:00] "GET /obj-perms HTTP/1.1" 200 5056 0.055443 10.0.0.27 - - [2025-11-27 04:19:04] "POST /neutron/port HTTP/1.1" 200 1147 0.014066 10.0.0.27 - - [2025-11-27 04:19:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003897 10.0.0.27 - - [2025-11-27 04:19:04] "POST /neutron/port HTTP/1.1" 200 117 0.001001 10.0.0.27 - - [2025-11-27 04:19:06] "POST /neutron/port HTTP/1.1" 200 1202 0.016511 10.0.0.27 - - [2025-11-27 04:19:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003961 10.0.0.27 - - [2025-11-27 04:19:07] "POST /neutron/port HTTP/1.1" 200 117 0.001337 10.0.0.27 - - [2025-11-27 04:19:23] "POST /ref-update HTTP/1.1" 200 156 0.080096 10.0.0.27 - - [2025-11-27 04:19:24] "POST /ref-update HTTP/1.1" 200 156 0.044025 10.0.0.27 - - [2025-11-27 04:19:24] "GET /virtual-network/57629f8a-d3d4-42fb-a877-a986d97a09d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.009728 10.0.0.27 - - [2025-11-27 04:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.27 - - [2025-11-27 04:19:24] "GET /network-policy/dab63731-f408-4aef-974d-3fe144358bca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.003952 10.0.0.23 - - [2025-11-27 04:19:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.006885 10.0.0.27 - - [2025-11-27 04:19:24] "POST /ref-update HTTP/1.1" 200 156 0.043617 10.0.0.27 - - [2025-11-27 04:19:24] "POST /neutron/network HTTP/1.1" 200 1004 0.052737 10.0.0.27 - - [2025-11-27 04:19:24] "GET /virtual-network/68705132-4879-40fc-805b-2e2794df458a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006046 10.0.0.27 - - [2025-11-27 04:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002638 10.0.0.27 - - [2025-11-27 04:19:24] "GET /network-policy/dab63731-f408-4aef-974d-3fe144358bca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.003435 10.0.0.27 - - [2025-11-27 04:19:24] "DELETE /network-policy/dab63731-f408-4aef-974d-3fe144358bca HTTP/1.1" 200 115 0.031272 10.0.0.27 - - [2025-11-27 04:19:24] "DELETE /instance-ip/0d3f9e52-9176-4b4d-a960-45023f5bc1fc HTTP/1.1" 200 115 0.047965 10.0.0.27 - - [2025-11-27 04:19:24] "DELETE /instance-ip/6b4fed9a-2486-4447-b278-486e82c9a127 HTTP/1.1" 200 115 0.067462 10.0.0.27 - - [2025-11-27 04:19:24] "DELETE /virtual-machine-interface/2a95ea75-02d1-40d9-9920-200dcbe48810 HTTP/1.1" 200 115 0.102705 10.0.0.27 - - [2025-11-27 04:19:24] "POST /neutron/port HTTP/1.1" 200 1202 0.016386 10.0.0.27 - - [2025-11-27 04:19:25] "POST /neutron/port HTTP/1.1" 200 1201 0.013997 10.0.0.27 - - [2025-11-27 04:19:26] "POST /neutron/network HTTP/1.1" 200 1005 0.008451 10.0.0.27 - - [2025-11-27 04:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.27 - - [2025-11-27 04:19:27] "DELETE /route-target/35a47048-73f5-499a-b74b-f0cee29423f0 HTTP/1.1" 200 115 0.028095 10.0.0.23 - - [2025-11-27 04:19:27] "POST /useragent-kv HTTP/1.1" 200 115 0.056929 10.0.0.23 - - [2025-11-27 04:19:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002134 10.0.0.23 - - [2025-11-27 04:19:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002243 10.0.0.23 - - [2025-11-27 04:19:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002064 10.0.0.27 - - [2025-11-27 04:19:27] "POST /neutron/network HTTP/1.1" 200 151 0.179393 10.0.0.23 - - [2025-11-27 04:19:30] "GET /projects?obj_uuids=56069d91-fbd8-4f19-b36e-80f83222ccab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000903 10.0.0.27 - - [2025-11-27 04:19:30] "GET /project/56069d91-fbd8-4f19-b36e-80f83222ccab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.062080 10.0.0.23 - - [2025-11-27 04:19:30] "GET /projects?obj_uuids=56069d91-fbd8-4f19-b36e-80f83222ccab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000867 10.0.0.27 - - [2025-11-27 04:19:30] "GET /project/56069d91-fbd8-4f19-b36e-80f83222ccab?fields=virtual_networks HTTP/1.1" 200 1048 0.033106 10.0.0.23 - - [2025-11-27 04:19:30] "GET /projects?obj_uuids=56069d91-fbd8-4f19-b36e-80f83222ccab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000862 10.0.0.27 - - [2025-11-27 04:19:30] "GET /project/56069d91-fbd8-4f19-b36e-80f83222ccab?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.035658 10.0.0.23 - - [2025-11-27 04:19:30] "GET /projects?obj_uuids=56069d91-fbd8-4f19-b36e-80f83222ccab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000847 10.0.0.27 - - [2025-11-27 04:19:30] "GET /project/56069d91-fbd8-4f19-b36e-80f83222ccab?fields=security_groups HTTP/1.1" 200 1282 0.037568 10.0.0.27 - - [2025-11-27 04:19:31] "POST /fqname-to-id HTTP/1.1" 404 192 0.025586 10.0.0.23 - - [2025-11-27 04:19:31] "GET /projects?obj_uuids=34d88294-aba4-4f87-9b13-06a79d882229&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002822 10.0.0.23 - - [2025-11-27 04:19:31] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000883 10.0.0.23 - - [2025-11-27 04:19:31] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.038518 10.0.0.23 - - [2025-11-27 04:19:31] "POST /id-to-fqname HTTP/1.1" 200 194 0.001080 10.0.0.23 - - [2025-11-27 04:19:31] "POST /fqname-to-id HTTP/1.1" 404 203 0.005069 10.0.0.23 - - [2025-11-27 04:19:31] "POST /security-groups HTTP/1.1" 200 595 0.025548 10.0.0.23 - - [2025-11-27 04:19:31] "POST /projects HTTP/1.1" 200 593 0.202897 10.0.0.27 - - [2025-11-27 04:19:31] "POST /fqname-to-id HTTP/1.1" 404 237 0.008904 10.0.0.23 - - [2025-11-27 04:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.288689 10.0.0.27 - - [2025-11-27 04:19:31] "GET /project/34d88294-aba4-4f87-9b13-06a79d882229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.462691 10.0.0.27 - - [2025-11-27 04:19:32] "GET / HTTP/1.1" 200 35931 0.001748 10.0.0.27 - - [2025-11-27 04:19:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000413 10.0.0.27 - - [2025-11-27 04:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.053715 10.0.0.23 - - [2025-11-27 04:19:35] "GET /projects?obj_uuids=34d88294-aba4-4f87-9b13-06a79d882229&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000842 10.0.0.27 - - [2025-11-27 04:19:35] "GET /project/34d88294-aba4-4f87-9b13-06a79d882229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.036586 10.0.0.27 - - [2025-11-27 04:19:35] "POST /neutron/network HTTP/1.1" 200 117 0.038590 10.0.0.27 - - [2025-11-27 04:19:35] "POST /ref-update HTTP/1.1" 200 156 0.021072 10.0.0.23 - - [2025-11-27 04:19:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004562 10.0.0.27 - - [2025-11-27 04:19:35] "POST /neutron/subnet HTTP/1.1" 200 823 0.186402 10.0.0.27 - - [2025-11-27 04:19:36] "POST /id-to-fqname HTTP/1.1" 200 224 0.001089 10.0.0.27 - - [2025-11-27 04:19:36] "GET /virtual-network/61ff25b9-4486-4e98-9393-ee76dd84aba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005507 10.0.0.27 - - [2025-11-27 04:19:36] "GET /virtual-network/61ff25b9-4486-4e98-9393-ee76dd84aba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.004776 10.0.0.27 - - [2025-11-27 04:19:36] "POST /neutron/network HTTP/1.1" 200 1000 0.007555 10.0.0.27 - - [2025-11-27 04:19:36] "GET /virtual-network/61ff25b9-4486-4e98-9393-ee76dd84aba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.004992 10.0.0.27 - - [2025-11-27 04:19:38] "POST /id-to-fqname HTTP/1.1" 200 224 0.001541 10.0.0.27 - - [2025-11-27 04:19:38] "POST /neutron/network HTTP/1.1" 200 1010 0.008708 10.0.0.23 - - [2025-11-27 04:19:38] "GET /projects?obj_uuids=34d88294-aba4-4f87-9b13-06a79d882229&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000907 10.0.0.27 - - [2025-11-27 04:19:38] "GET /project/34d88294-aba4-4f87-9b13-06a79d882229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.060936 10.0.0.27 - - [2025-11-27 04:19:39] "POST /neutron/port HTTP/1.1" 200 117 0.005869 10.0.0.27 - - [2025-11-27 04:19:39] "POST /id-to-fqname HTTP/1.1" 200 224 0.001039 10.0.0.27 - - [2025-11-27 04:19:39] "POST /neutron/network HTTP/1.1" 200 1010 0.007081 10.0.0.23 - - [2025-11-27 04:19:40] "GET /projects?obj_uuids=34d88294-aba4-4f87-9b13-06a79d882229&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000915 10.0.0.27 - - [2025-11-27 04:19:40] "GET /project/34d88294-aba4-4f87-9b13-06a79d882229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.078169 10.0.0.27 - - [2025-11-27 04:19:40] "POST /neutron/port HTTP/1.1" 200 1169 0.069614 10.0.0.27 - - [2025-11-27 04:19:40] "POST /neutron/port HTTP/1.1" 200 1197 0.021813 10.0.0.27 - - [2025-11-27 04:19:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003088 10.0.0.27 - - [2025-11-27 04:19:40] "POST /neutron/port HTTP/1.1" 200 117 0.006106 10.0.0.27 - - [2025-11-27 04:19:40] "POST /id-to-fqname HTTP/1.1" 200 224 0.001206 10.0.0.27 - - [2025-11-27 04:19:40] "POST /neutron/network HTTP/1.1" 200 1000 0.012606 10.0.0.27 - - [2025-11-27 04:19:40] "POST /neutron/network HTTP/1.1" 200 1010 0.006737 10.0.0.27 - - [2025-11-27 04:19:41] "POST /neutron/port HTTP/1.1" 200 1169 0.018313 10.0.0.27 - - [2025-11-27 04:19:41] "POST /neutron/port HTTP/1.1" 200 1197 0.017792 10.0.0.23 - - [2025-11-27 04:19:41] "GET /projects?obj_uuids=34d88294-aba4-4f87-9b13-06a79d882229&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000927 10.0.0.27 - - [2025-11-27 04:19:41] "POST /neutron/subnet HTTP/1.1" 200 1374 0.011760 10.0.0.27 - - [2025-11-27 04:19:41] "GET /project/34d88294-aba4-4f87-9b13-06a79d882229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.081875 10.0.0.27 - - [2025-11-27 04:19:41] "POST /neutron/port HTTP/1.1" 200 117 0.001049 10.0.0.27 - - [2025-11-27 04:19:42] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006881 10.0.0.27 - - [2025-11-27 04:19:42] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007575 10.0.0.27 - - [2025-11-27 04:19:42] "POST /neutron/port HTTP/1.1" 200 1197 0.014423 10.0.0.27 - - [2025-11-27 04:19:42] "GET /virtual-machine/a95a4e4a-58ff-4804-85bb-45a2f0de5fcf HTTP/1.1" 401 292 0.000347 10.0.0.23 - - [2025-11-27 04:19:42] "GET /projects?obj_uuids=34d88294-aba4-4f87-9b13-06a79d882229&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000848 10.0.0.27 - - [2025-11-27 04:19:42] "POST /neutron/port HTTP/1.1" 200 1169 0.263939 10.0.0.27 - - [2025-11-27 04:19:42] "POST /neutron/port HTTP/1.1" 200 1223 0.114573 10.0.0.27 - - [2025-11-27 04:19:42] "GET /virtual-machine/a95a4e4a-58ff-4804-85bb-45a2f0de5fcf HTTP/1.1" 200 1296 0.090313 10.0.0.27 - - [2025-11-27 04:19:42] "GET /virtual-machine-interface/15b70d61-4085-492e-b754-99e3a8aed466 HTTP/1.1" 200 3155 0.004488 10.0.0.23 - - [2025-11-27 04:19:42] "DELETE /project/34d88294aba44f879b1306a79d882229 HTTP/1.1" 404 173 0.003183 10.0.0.23 - - [2025-11-27 04:19:42] "GET /projects?obj_uuids=56069d91-fbd8-4f19-b36e-80f83222ccab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000746 10.0.0.27 - - [2025-11-27 04:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.23 - - [2025-11-27 04:19:42] "GET /project/56069d91-fbd8-4f19-b36e-80f83222ccab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.044512 10.0.0.23 - - [2025-11-27 04:19:42] "GET /projects?obj_uuids=56069d91-fbd8-4f19-b36e-80f83222ccab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000771 10.0.0.27 - - [2025-11-27 04:19:42] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006695 10.0.0.27 - - [2025-11-27 04:19:42] "GET /virtual-networks?parent_id=34d88294-aba4-4f87-9b13-06a79d882229&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002995 10.0.0.27 - - [2025-11-27 04:19:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004310 10.0.0.23 - - [2025-11-27 04:19:43] "GET /project/56069d91-fbd8-4f19-b36e-80f83222ccab?fields=security_groups HTTP/1.1" 200 1387 0.059564 10.0.0.27 - - [2025-11-27 04:19:43] "GET /virtual-network/61ff25b9-4486-4e98-9393-ee76dd84aba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006319 10.0.0.27 - - [2025-11-27 04:19:43] "POST /neutron/port HTTP/1.1" 200 117 0.000840 10.0.0.23 - - [2025-11-27 04:19:43] "DELETE /security-group/6239b785-bcd4-498d-af07-69a6706cc221 HTTP/1.1" 200 115 0.047222 10.0.0.23 - - [2025-11-27 04:19:43] "GET /projects?obj_uuids=56069d91-fbd8-4f19-b36e-80f83222ccab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000840 10.0.0.23 - - [2025-11-27 04:19:43] "GET /project/56069d91-fbd8-4f19-b36e-80f83222ccab?fields=application_policy_sets HTTP/1.1" 200 1426 0.049493 10.0.0.23 - - [2025-11-27 04:19:43] "DELETE /project/56069d91-fbd8-4f19-b36e-80f83222ccab HTTP/1.1" 200 115 0.406602 10.0.0.27 - - [2025-11-27 04:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.27 - - [2025-11-27 04:19:46] "GET /virtual-network/61ff25b9-4486-4e98-9393-ee76dd84aba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.007432 10.0.0.27 - - [2025-11-27 04:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.27 - - [2025-11-27 04:19:50] "GET /virtual-network/61ff25b9-4486-4e98-9393-ee76dd84aba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.004854 10.0.0.27 - - [2025-11-27 04:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004443 10.0.0.27 - - [2025-11-27 04:19:54] "GET /virtual-network/61ff25b9-4486-4e98-9393-ee76dd84aba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006080 10.0.0.27 - - [2025-11-27 04:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005181 10.0.0.27 - - [2025-11-27 04:19:58] "GET /virtual-network/61ff25b9-4486-4e98-9393-ee76dd84aba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.013309 10.0.0.27 - - [2025-11-27 04:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.27 - - [2025-11-27 04:20:02] "GET /virtual-network/61ff25b9-4486-4e98-9393-ee76dd84aba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.008893 10.0.0.27 - - [2025-11-27 04:20:05] "POST /neutron/port HTTP/1.1" 200 1197 0.014298 10.0.0.27 - - [2025-11-27 04:20:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003514 10.0.0.27 - - [2025-11-27 04:20:05] "POST /neutron/port HTTP/1.1" 200 117 0.001065 10.0.0.27 - - [2025-11-27 04:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.27 - - [2025-11-27 04:20:06] "GET /virtual-network/61ff25b9-4486-4e98-9393-ee76dd84aba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005643 10.0.0.27 - - [2025-11-27 04:20:06] "POST /neutron/port HTTP/1.1" 200 1197 0.014589 10.0.0.27 - - [2025-11-27 04:20:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003690 10.0.0.27 - - [2025-11-27 04:20:06] "POST /neutron/port HTTP/1.1" 200 117 0.002344 10.0.0.27 - - [2025-11-27 04:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.27 - - [2025-11-27 04:20:10] "GET /virtual-network/61ff25b9-4486-4e98-9393-ee76dd84aba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.004686 10.0.0.27 - - [2025-11-27 04:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.27 - - [2025-11-27 04:20:14] "GET /virtual-network/61ff25b9-4486-4e98-9393-ee76dd84aba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005254 10.0.0.27 - - [2025-11-27 04:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.27 - - [2025-11-27 04:20:18] "GET /virtual-network/61ff25b9-4486-4e98-9393-ee76dd84aba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.007542 10.0.0.27 - - [2025-11-27 04:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.27 - - [2025-11-27 04:20:23] "GET /virtual-network/61ff25b9-4486-4e98-9393-ee76dd84aba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.004506 10.0.0.27 - - [2025-11-27 04:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.27 - - [2025-11-27 04:20:27] "GET /virtual-network/61ff25b9-4486-4e98-9393-ee76dd84aba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005447 10.0.0.27 - - [2025-11-27 04:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.27 - - [2025-11-27 04:20:31] "GET /virtual-network/61ff25b9-4486-4e98-9393-ee76dd84aba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005123 10.0.0.27 - - [2025-11-27 04:20:31] "POST /neutron/security_group HTTP/1.1" 200 2062 0.030340 10.0.0.27 - - [2025-11-27 04:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.27 - - [2025-11-27 04:20:35] "GET /virtual-network/61ff25b9-4486-4e98-9393-ee76dd84aba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005957 10.0.0.27 - - [2025-11-27 04:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.27 - - [2025-11-27 04:20:37] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003138 10.0.0.27 - - [2025-11-27 04:20:37] "GET /virtual-networks?parent_id=34d88294-aba4-4f87-9b13-06a79d882229&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002517 10.0.0.27 - - [2025-11-27 04:20:37] "GET /virtual-network/61ff25b9-4486-4e98-9393-ee76dd84aba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006433 10.0.0.27 - - [2025-11-27 04:20:42] "POST /neutron/port HTTP/1.1" 200 1197 0.015362 10.0.0.27 - - [2025-11-27 04:20:47] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006604 10.0.0.27 - - [2025-11-27 04:20:48] "POST /neutron/port HTTP/1.1" 200 1197 0.016062 10.0.0.27 - - [2025-11-27 04:20:52] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006759 10.0.0.23 - - [2025-11-27 04:21:02] "GET /obj-perms HTTP/1.1" 200 5056 0.067115 10.0.0.27 - - [2025-11-27 04:21:02] "GET /obj-perms HTTP/1.1" 200 5056 0.048712 10.0.0.27 - - [2025-11-27 04:21:03] "POST /neutron/port HTTP/1.1" 200 1197 0.016230 10.0.0.27 - - [2025-11-27 04:21:03] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007344 10.0.0.27 - - [2025-11-27 04:21:03] "GET /virtual-machine/75938ee9-f5b9-4a76-9b91-a26caeb9a2be HTTP/1.1" 200 1296 0.005562 10.0.0.27 - - [2025-11-27 04:21:03] "GET /virtual-machine-interface/0ff6dbd3-3732-4387-b485-7400d4556d42 HTTP/1.1" 200 3155 0.004727 10.0.0.27 - - [2025-11-27 04:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.27 - - [2025-11-27 04:21:03] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003050 10.0.0.27 - - [2025-11-27 04:21:03] "GET /virtual-networks?parent_id=34d88294-aba4-4f87-9b13-06a79d882229&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002602 10.0.0.27 - - [2025-11-27 04:21:03] "GET /virtual-network/61ff25b9-4486-4e98-9393-ee76dd84aba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005251 10.0.0.27 - - [2025-11-27 04:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.27 - - [2025-11-27 04:21:04] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003378 10.0.0.27 - - [2025-11-27 04:21:04] "GET /virtual-networks?parent_id=34d88294-aba4-4f87-9b13-06a79d882229&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002579 10.0.0.27 - - [2025-11-27 04:21:04] "GET /virtual-network/61ff25b9-4486-4e98-9393-ee76dd84aba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005508 10.0.0.27 - - [2025-11-27 04:21:05] "POST /neutron/port HTTP/1.1" 200 1197 0.015039 10.0.0.27 - - [2025-11-27 04:21:05] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009413 10.0.0.27 - - [2025-11-27 04:21:05] "GET /virtual-machine/e776f043-359d-463f-9be8-5d390708bbf4 HTTP/1.1" 200 1297 0.005338 10.0.0.27 - - [2025-11-27 04:21:05] "GET /virtual-machine-interface/d4185ad2-283c-4538-a515-94cb4e38c84c HTTP/1.1" 200 3156 0.005205 10.0.0.27 - - [2025-11-27 04:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.27 - - [2025-11-27 04:21:05] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003001 10.0.0.27 - - [2025-11-27 04:21:05] "GET /virtual-networks?parent_id=34d88294-aba4-4f87-9b13-06a79d882229&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002565 10.0.0.27 - - [2025-11-27 04:21:05] "GET /virtual-network/61ff25b9-4486-4e98-9393-ee76dd84aba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005747 10.0.0.27 - - [2025-11-27 04:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.27 - - [2025-11-27 04:21:06] "GET /global-vrouter-config/f8e74c04-b889-4ee4-98a3-bff8b9870624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003746 10.0.0.27 - - [2025-11-27 04:21:06] "GET /virtual-networks?parent_id=34d88294-aba4-4f87-9b13-06a79d882229&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003125 10.0.0.27 - - [2025-11-27 04:21:06] "POST /neutron/port HTTP/1.1" 200 1197 0.014992 10.0.0.27 - - [2025-11-27 04:21:06] "GET /virtual-network/61ff25b9-4486-4e98-9393-ee76dd84aba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.007091 10.0.0.27 - - [2025-11-27 04:21:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004511 10.0.0.27 - - [2025-11-27 04:21:06] "POST /neutron/port HTTP/1.1" 200 117 0.001086 10.0.0.27 - - [2025-11-27 04:21:06] "GET /virtual-machine-interface/d4185ad2-283c-4538-a515-94cb4e38c84c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.005068 10.0.0.27 - - [2025-11-27 04:21:06] "PUT /virtual-machine-interface/d4185ad2-283c-4538-a515-94cb4e38c84c HTTP/1.1" 200 284 0.020555 10.0.0.27 - - [2025-11-27 04:21:07] "POST /neutron/port HTTP/1.1" 200 1197 0.016738 10.0.0.27 - - [2025-11-27 04:21:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003560 10.0.0.27 - - [2025-11-27 04:21:07] "POST /neutron/port HTTP/1.1" 200 117 0.000998 10.0.0.33 - - [2025-11-27 04:22:02] "GET /obj-perms HTTP/1.1" 200 5056 0.070669 10.0.0.27 - - [2025-11-27 04:22:07] "POST /neutron/port HTTP/1.1" 200 1197 0.014793 10.0.0.27 - - [2025-11-27 04:22:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003542 10.0.0.27 - - [2025-11-27 04:22:07] "POST /neutron/port HTTP/1.1" 200 117 0.001036 10.0.0.27 - - [2025-11-27 04:22:08] "POST /neutron/port HTTP/1.1" 200 1197 0.036034 10.0.0.27 - - [2025-11-27 04:22:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.014767 10.0.0.27 - - [2025-11-27 04:22:09] "POST /neutron/port HTTP/1.1" 200 117 0.001005 10.0.0.23 - - [2025-11-27 04:22:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.23 - - [2025-11-27 04:22:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.23 - - [2025-11-27 04:22:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.23 - - [2025-11-27 04:22:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.33 - - [2025-11-27 04:22:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.33 - - [2025-11-27 04:22:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.27 - - [2025-11-27 04:22:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.27 - - [2025-11-27 04:22:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.33 - - [2025-11-27 04:22:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.33 - - [2025-11-27 04:22:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000338 10.0.0.27 - - [2025-11-27 04:22:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.27 - - [2025-11-27 04:22:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.27 - - [2025-11-27 04:23:07] "POST /neutron/port HTTP/1.1" 200 1197 0.013985 10.0.0.27 - - [2025-11-27 04:23:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003674 10.0.0.27 - - [2025-11-27 04:23:07] "POST /neutron/port HTTP/1.1" 200 117 0.001110 10.0.0.27 - - [2025-11-27 04:23:09] "POST /neutron/port HTTP/1.1" 200 1197 0.020150 10.0.0.27 - - [2025-11-27 04:23:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003672 10.0.0.27 - - [2025-11-27 04:23:10] "POST /neutron/port HTTP/1.1" 200 117 0.001025 10.0.0.27 - - [2025-11-27 04:23:29] "POST /neutron/network HTTP/1.1" 200 1000 0.014519 10.0.0.27 - - [2025-11-27 04:23:29] "POST /neutron/port HTTP/1.1" 200 1223 0.023017 10.0.0.27 - - [2025-11-27 04:23:29] "POST /neutron/port HTTP/1.1" 200 1223 0.026136 10.0.0.27 - - [2025-11-27 04:23:29] "POST /neutron/port HTTP/1.1" 200 1223 0.020979 10.0.0.23 - - [2025-11-27 04:23:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002544 10.0.0.23 - - [2025-11-27 04:23:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002275 10.0.0.27 - - [2025-11-27 04:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286 10.0.0.23 - - [2025-11-27 04:23:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002270 10.0.0.23 - - [2025-11-27 04:23:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001842 10.0.0.27 - - [2025-11-27 04:23:31] "POST /neutron/network HTTP/1.1" 200 151 0.107359 10.0.0.23 - - [2025-11-27 04:23:32] "GET /projects?obj_uuids=34d88294-aba4-4f87-9b13-06a79d882229&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001842 10.0.0.27 - - [2025-11-27 04:23:32] "GET /project/34d88294-aba4-4f87-9b13-06a79d882229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.041706 10.0.0.23 - - [2025-11-27 04:23:32] "GET /projects?obj_uuids=34d88294-aba4-4f87-9b13-06a79d882229&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002363 10.0.0.27 - - [2025-11-27 04:23:32] "GET /project/34d88294-aba4-4f87-9b13-06a79d882229?fields=virtual_networks HTTP/1.1" 200 1040 0.045204 10.0.0.23 - - [2025-11-27 04:23:32] "GET /projects?obj_uuids=34d88294-aba4-4f87-9b13-06a79d882229&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000944 10.0.0.27 - - [2025-11-27 04:23:32] "GET /project/34d88294-aba4-4f87-9b13-06a79d882229?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.045520 10.0.0.23 - - [2025-11-27 04:23:33] "GET /projects?obj_uuids=34d88294-aba4-4f87-9b13-06a79d882229&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000901 10.0.0.27 - - [2025-11-27 04:23:33] "GET /project/34d88294-aba4-4f87-9b13-06a79d882229?fields=security_groups HTTP/1.1" 200 1270 0.050161 10.0.0.27 - - [2025-11-27 04:23:33] "POST /fqname-to-id HTTP/1.1" 404 188 0.030789 10.0.0.23 - - [2025-11-27 04:23:33] "GET /projects?obj_uuids=a154a1a8-4826-4f3c-9cc5-2afb1a1311ac&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002836 10.0.0.23 - - [2025-11-27 04:23:34] "GET /domains?obj_uuids=ea95f9c6-3b7f-4f10-9ecb-80826711f59a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001301 10.0.0.23 - - [2025-11-27 04:23:34] "GET /domain/ea95f9c6-3b7f-4f10-9ecb-80826711f59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007349 10.0.0.23 - - [2025-11-27 04:23:34] "POST /id-to-fqname HTTP/1.1" 200 190 0.008737 10.0.0.23 - - [2025-11-27 04:23:34] "POST /fqname-to-id HTTP/1.1" 404 199 0.002715 10.0.0.23 - - [2025-11-27 04:23:34] "POST /security-groups HTTP/1.1" 200 591 0.032444 10.0.0.23 - - [2025-11-27 04:23:34] "POST /projects HTTP/1.1" 200 585 0.226151 10.0.0.23 - - [2025-11-27 04:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.299218 10.0.0.27 - - [2025-11-27 04:23:34] "POST /access-control-lists HTTP/1.1" 200 596 0.025346 10.0.0.27 - - [2025-11-27 04:23:34] "GET /project/a154a1a8-4826-4f3c-9cc5-2afb1a1311ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.430701 10.0.0.27 - - [2025-11-27 04:23:35] "GET / HTTP/1.1" 200 35931 0.001732 10.0.0.23 - - [2025-11-27 04:23:41] "GET /projects?obj_uuids=a154a1a8-4826-4f3c-9cc5-2afb1a1311ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001096 10.0.0.27 - - [2025-11-27 04:23:41] "GET /project/a154a1a8-4826-4f3c-9cc5-2afb1a1311ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.042916 10.0.0.23 - - [2025-11-27 04:23:41] "GET /projects?obj_uuids=a154a1a8-4826-4f3c-9cc5-2afb1a1311ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001226 10.0.0.27 - - [2025-11-27 04:23:41] "GET /project/a154a1a8-4826-4f3c-9cc5-2afb1a1311ac?fields=virtual_networks HTTP/1.1" 200 1033 0.047652 10.0.0.23 - - [2025-11-27 04:23:41] "GET /projects?obj_uuids=a154a1a8-4826-4f3c-9cc5-2afb1a1311ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001113 10.0.0.27 - - [2025-11-27 04:23:41] "GET /project/a154a1a8-4826-4f3c-9cc5-2afb1a1311ac?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.039371 10.0.0.23 - - [2025-11-27 04:23:41] "GET /projects?obj_uuids=a154a1a8-4826-4f3c-9cc5-2afb1a1311ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000848 10.0.0.27 - - [2025-11-27 04:23:41] "GET /project/a154a1a8-4826-4f3c-9cc5-2afb1a1311ac?fields=security_groups HTTP/1.1" 200 1259 0.035872 10.0.0.23 - - [2025-11-27 04:23:43] "DELETE /project/a154a1a848264f3c9cc52afb1a1311ac HTTP/1.1" 404 173 0.007610 10.0.0.23 - - [2025-11-27 04:23:43] "GET /projects?obj_uuids=34d88294-aba4-4f87-9b13-06a79d882229&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000811 10.0.0.23 - - [2025-11-27 04:23:43] "GET /projects?obj_uuids=a154a1a8-4826-4f3c-9cc5-2afb1a1311ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000939 10.0.0.23 - - [2025-11-27 04:23:43] "GET /project/a154a1a8-4826-4f3c-9cc5-2afb1a1311ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.042675 10.0.0.23 - - [2025-11-27 04:23:43] "GET /project/34d88294-aba4-4f87-9b13-06a79d882229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.062629 10.0.0.23 - - [2025-11-27 04:23:43] "GET /projects?obj_uuids=a154a1a8-4826-4f3c-9cc5-2afb1a1311ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001062 10.0.0.23 - - [2025-11-27 04:23:43] "GET /projects?obj_uuids=34d88294-aba4-4f87-9b13-06a79d882229&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001133 10.0.0.23 - - [2025-11-27 04:23:43] "GET /project/a154a1a8-4826-4f3c-9cc5-2afb1a1311ac?fields=security_groups HTTP/1.1" 200 1364 0.051585 10.0.0.23 - - [2025-11-27 04:23:43] "GET /project/34d88294-aba4-4f87-9b13-06a79d882229?fields=security_groups HTTP/1.1" 200 1375 0.081137 10.0.0.23 - - [2025-11-27 04:23:43] "DELETE /security-group/62cafc02-e179-4834-afba-7218c6e48218 HTTP/1.1" 200 115 0.060441 10.0.0.23 - - [2025-11-27 04:23:43] "GET /projects?obj_uuids=a154a1a8-4826-4f3c-9cc5-2afb1a1311ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000878 10.0.0.27 - - [2025-11-27 04:23:43] "DELETE /access-control-list/8177788c-06a6-4fc6-8064-c52530194512 HTTP/1.1" 200 115 0.040250 10.0.0.23 - - [2025-11-27 04:23:43] "GET /project/a154a1a8-4826-4f3c-9cc5-2afb1a1311ac?fields=application_policy_sets HTTP/1.1" 200 1403 0.046470 10.0.0.23 - - [2025-11-27 04:23:43] "DELETE /security-group/e2949665-cd70-4895-a5ea-fff9910c2b47 HTTP/1.1" 200 115 0.071709 10.0.0.23 - - [2025-11-27 04:23:43] "GET /projects?obj_uuids=34d88294-aba4-4f87-9b13-06a79d882229&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002128 10.0.0.23 - - [2025-11-27 04:23:43] "GET /project/34d88294-aba4-4f87-9b13-06a79d882229?fields=application_policy_sets HTTP/1.1" 200 1414 0.076510 10.0.0.27 - - [2025-11-27 04:23:44] "DELETE /access-control-list/aed38197-db79-4242-8086-2e5b891f88cb HTTP/1.1" 200 115 0.054226 10.0.0.23 - - [2025-11-27 04:23:44] "DELETE /project/a154a1a8-4826-4f3c-9cc5-2afb1a1311ac HTTP/1.1" 200 115 0.469920 10.0.0.23 - - [2025-11-27 04:23:44] "DELETE /project/34d88294-aba4-4f87-9b13-06a79d882229 HTTP/1.1" 200 115 0.523504 10.0.0.23 - - [2025-11-27 04:25:05] "GET /obj-perms HTTP/1.1" 200 5056 0.055103 [Introspect:8084]10.0.0.23 - - [2025-11-27 04:25:38] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000855 [Introspect:8084]10.0.0.23 - - [2025-11-27 04:25:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000912